/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/**
 * Block: full-width-landing-hero
 * Migrated from coupa theme
 *
 * Uses Tailwind utilities where possible
 * Add custom styles below as needed
 */
.fw-landing-hero {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.fw-landing-hero.hide-overlay .fwlh-img::before {
  opacity: 0;
}
.fw-landing-hero.grey-bg {
  background-color: #f3f7f9;
}
.fw-landing-hero__overlay::before {
  content: "";
  background: linear-gradient(270deg, rgba(243, 247, 249, 0) 0, #f3f7f9 45%);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fw-landing-hero__custom-background {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}
.fw-landing-hero .fwlh-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-landing-hero .fwlh-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(8, 29, 77, 0) 0%, rgba(8, 29, 77, 0.75) 53.19%);
  z-index: 1;
}
.fw-landing-hero .fwlh-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fw-landing-hero .fwlh-img-desktop {
    display: none;
  }
}
.fw-landing-hero .fwlh-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .fw-landing-hero .fwlh-img-mobile {
    display: block;
  }
}
.fw-landing-hero .fwlh-main-wrap {
  position: relative;
  padding-top: 2.69rem;
  padding-bottom: 3.13rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .fw-landing-hero .fwlh-main-wrap {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .fw-landing-hero .fwlh-main-wrap {
    padding-bottom: 3.13rem;
  }
}
.fw-landing-hero .fwlh-breadcrumbs .breadcrumbs {
  margin-bottom: 4.44rem;
}
.fw-landing-hero .fwlh-breadcrumbs .breadcrumbs span span {
  color: #fff;
}
@media (max-width: 991px) {
  .fw-landing-hero .fwlh-breadcrumbs .breadcrumbs {
    margin-bottom: 2.5rem;
  }
}
.fw-landing-hero .fwlh-headin-dec {
  margin-bottom: 2.5rem;
  max-width: 40rem;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-eyebrow {
  opacity: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  padding-top: 55px;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-eyebrow.light {
  color: #fff;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-eyebrow.dark {
  color: #1565c0;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-eyebrow.aos-init {
  opacity: 1;
}
.fw-landing-hero .fwlh-headin-dec h1 {
  margin-bottom: 2rem;
  opacity: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.fw-landing-hero .fwlh-headin-dec h1.light {
  color: #fff;
}
.fw-landing-hero .fwlh-headin-dec h1.dark {
  color: #081d4d;
}
@media (max-width: 991px) {
  .fw-landing-hero .fwlh-headin-dec h1 {
    margin-bottom: 1.57rem;
  }
}
@media (max-width: 767px) {
  .fw-landing-hero .fwlh-headin-dec h1 {
    margin-bottom: 1.13rem;
  }
}
.fw-landing-hero .fwlh-headin-dec h1.aos-init {
  opacity: 1;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-description {
  opacity: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-description.light p {
  color: #fff;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-description.dark p {
  color: #081d4d;
}
.fw-landing-hero .fwlh-headin-dec .fwlh-description.aos-init {
  opacity: 1;
}
.fw-landing-hero .fwlh-btn {
  opacity: 0;
  gap: 1.25rem 2rem;
  align-items: center;
}
.fw-landing-hero .fwlh-btn.aos-init {
  opacity: 1;
}
.fw-landing-hero .btn.-arrow.-style1 {
  border: 2px solid #081d4d;
  background-color: #081d4d;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fw-landing-hero .btn.-arrow.-style1 {
    padding: 9px 14px;
  }
}
.fw-landing-hero .btn.-arrow.-style1:hover {
  color: #081d4d;
  background-color: #5fd6ff;
  border-color: #5fd6ff;
}
.fw-landing-hero .btn.-arrow.-style1:hover::after {
  background-color: #081d4d;
  color: #fff;
}
.fw-landing-hero .btn.-arrow.-style1::after {
  content: "e";
  color: #081d4d;
  border: 0;
  font-size: 0.5rem;
  padding: 8px 10px 8px 12px;
  border-radius: 24px;
  background-color: #5fd6ff;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.fw-landing-hero--minimal-height .fwlh-breadcrumbs .breadcrumbs {
  margin-bottom: 1rem;
}
.fw-landing-hero--minimal-height .fwlh-main-wrap {
  padding-bottom: 4rem;
}
.fw-landing-hero--minimal-height .fwlh-headin-dec {
  margin-bottom: 2rem;
}
.fw-landing-hero--minimal-height h1 {
  font-size: 44px;
  line-height: 49px;
}
.fw-landing-hero--minimal-height p {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}
@media (min-width: 768px) {
  .fw-landing-hero--minimal-height p {
    max-width: 70%;
  }
}