.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navbar {
  width: 100%;
  height: 3.5rem;
  margin-top: 1rem;
}

.navbar-container {
  width: 100%;
  height: 3rem;
  margin: .25rem 0;
}

.navbar-brand {
  aspect-ratio: 20 / 7;
  height: 3rem;
  padding-bottom: 0;
  overflow: visible;
}

.nav-menu {
  height: 3rem;
}

.nav-link,
.nav-link-2,
.nav-link-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.nav_bar {
  z-index: 99;
  background-color: #fff;
  border-bottom: 0 #a1a1a1;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_bar_cotainer {
  width: 990px;
  min-width: 990px;
  height: 3.5rem;
  margin: 0 0;
  padding: .25rem 1rem;
}

.nav_bar_brand {
  height: 3rem;
  padding-bottom: 0;
}

.nav_bar_logo {
  aspect-ratio: 1;
  width: 3rem;
  max-width: none;
  height: 3rem;
}

.nav_bar_navigation {
  height: 2.5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.nav_bar_link {
  text-align: center;
  width: 6rem;
  height: 2.5rem;
  padding: .75rem 0;
  font-family: Poppins;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
}

.nav_bar_link.w--current {
  color: #222;
}

.home_section1 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.home_section1_bg_video {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.text-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.div-block {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.home_section1_logo {
  aspect-ratio: 630 / 89;
  width: 35rem;
  max-width: none;
  margin-top: 0;
  margin-bottom: 2rem;
}

.home_section1_text {
  text-align: center;
  width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.home_section2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 3rem 0 1.5rem;
  display: flex;
}

.text-block-2 {
  color: #222;
  text-align: center;
  width: 100%;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 990px;
  height: 40.5rem;
}

.div-block-2 {
  height: 100%;
}

.div_in_grid_in_main_section2 {
  background-color: #f3f3f7;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 1rem;
  display: flex;
}

.div_in_grid_in_main_section2.black {
  background-color: #222;
  justify-content: flex-end;
  align-items: flex-end;
  height: 40.5rem;
  margin: 0;
  overflow: hidden;
}

.div_in_grid_in_main_section2.bottom {
  z-index: 1;
  height: 19.75rem;
  margin: .5rem 0 0 .5rem;
  position: relative;
}

.div_in_grid_in_main_section2.top {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 19.75rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image1-in-cards {
  aspect-ratio: 397 / 485;
  vertical-align: bottom;
  border-radius: 0 0 1rem;
  width: 370px;
  height: 452.015px;
  overflow: clip;
}

.text-in-card-in-section2-in-home {
  flex: 1;
  width: 100%;
  padding: 2.2rem 1.8rem 0;
  position: static;
  inset: 0% 0% auto;
}

.text-in-card-in-section2-in-home.in-small-card {
  z-index: 10;
  flex: 1;
  padding-top: .9rem;
  padding-left: .9rem;
  padding-right: .9rem;
  position: static;
}

.header-text-in-card-in-home {
  color: #f3f3f7;
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: League Spartan, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.header-text-in-card-in-home.black {
  color: #222;
  margin-bottom: .4rem;
}

.sub-text-in-card-in-home {
  color: #f3f3f7;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.sub-text-in-card-in-home.black {
  color: #222;
  text-align: left;
  margin-top: 0;
}

.link {
  color: #f3f3f7;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
  display: block;
}

.button {
  background-color: #3898ec2b;
}

.button.w--current {
  background-color: #222;
  border: .1rem solid #f3f3f7;
  border-radius: 2rem;
  padding: .5rem 2rem;
}

.button-in-cards {
  color: #f3f3f7;
  background-color: #222;
  border: .1rem solid #f3f3f7;
  border-radius: 2rem;
  height: 2.2rem;
  padding: .6rem 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  display: inline-block;
}

.button-in-cards.black {
  color: #222;
  background-color: #f3f3f7;
  border-color: #222;
}

.button-in-cards.black._2nd,
.button-in-cards.black._3rd {
  z-index: 1;
  position: static;
}

.button-in-cards.black._4rd {
  background-color: #fff;
}

.button-in-cards.black-button {
  background-color: #222;
}

.button-in-cards.in-2-1 {
  margin-top: 1rem;
  margin-left: 2rem;
}

.card-link-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.image2-in-cards {
  z-index: 1;
  aspect-ratio: 350 / 230;
  vertical-align: bottom;
  border-radius: 0 0 1rem;
  width: 243.478px;
  height: 160px;
  position: static;
  overflow: clip;
}

.card-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.card-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.image3-in-cards {
  aspect-ratio: 330 / 290;
  vertical-align: bottom;
  border-radius: 0 0 1rem;
  width: 182.068px;
  height: 160px;
  position: static;
  overflow: clip;
}

.home_section3 {
  aspect-ratio: 1920 / 550;
  background-image: url('../images/contact-image-in-home.jpg');
  background-position: 50%;
  background-size: 1920px 550px;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 450px;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 990px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.contact-header-text-in-home {
  color: #f3f3f7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 3.4rem;
}

.contact-text-in-home {
  color: #f3f3f7;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.button-2 {
  color: #f3f3f7;
  background-color: #fff0;
  border: .1rem solid #f3f3f7;
  border-radius: 2rem;
  height: 2.5rem;
  padding: .5rem 1.3rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.footer-dark {
  background-color: #f3f3f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 5rem 0 0;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  max-width: none;
  margin: 0 0 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.footer-brand,
.footer-brand.w--current {
  height: 5rem;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .3rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.footer-link {
  color: #1a1b1f;
  cursor: pointer;
  margin-top: .8rem;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 1.3rem;
  margin-top: 1.1rem;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  aspect-ratio: 1;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 1.3rem;
  margin-left: 0;
  padding: 0;
  display: flex;
  overflow: clip;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-copyright-center {
  text-align: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-family: League Spartan, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: .7rem;
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.footer-credit {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.footer-anveb-logo {
  height: 1.05rem;
  width: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .footer-credit {
    justify-content: center;
  }
}

.image {
  aspect-ratio: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.text-block-3 {
  color: #222;
  margin-bottom: 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.div-block-4 {
  width: 900px;
  height: auto;
}

.form-block {
  width: 100%;
  height: auto;
}

.form-text-field {
  border-radius: .4rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  padding: 0 0 0 1rem;
  font-family: League Spartan, sans-serif;
  font-weight: 500;
}

.form-text-field._2row {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 5rem;
  min-height: 5rem;
  max-height: 20rem;
  padding-top: 1rem;
  display: block;
}

.formfield-2 {
  background-color: #f5f5f5;
  border-radius: .4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: .8rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.submit-button {
  color: #222;
  background-color: #fff;
  border: .1rem solid #222;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: .5rem 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image1-footer {
  aspect-ratio: 1;
  overflow: clip;
}

.image2-footer {
  aspect-ratio: 1;
  margin-left: 0;
  margin-right: 0;
}

.image3-footer {
  aspect-ratio: 1;
  vertical-align: baseline;
}

.hero-section {
  z-index: 1;
  background-image: url('../images/main-section.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.hero-image {
  aspect-ratio: 726 / 110;
  width: 35rem;
  max-width: none;
}

.hero-text {
  color: #fff;
  text-align: center;
  width: 30rem;
  margin-top: 1rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.section2-in-freedom-air {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.section2-grid-for-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

.section-2-div {
  width: 990px;
  height: 100%;
}

.section2-image1 {
  aspect-ratio: 1024 / 367;
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}

.section2-image2,
.section2-image3 {
  aspect-ratio: 512 / 290;
  width: 100%;
}

.section3-in-freedom-air {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.image-2 {
  aspect-ratio: 614 / 812;
  border-radius: 2rem;
  max-width: none;
  height: 100%;
}

.section4-in-freedomair {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-section4-freedomair {
  width: 990px;
  height: 100%;
}

.headtext-in-section4-freedomair {
  color: #222;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.bold-text {
  font-weight: 200;
}

.subtext-section4-freedomair {
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pimsolution-section4-freedomair {
  aspect-ratio: 179 / 36;
  width: 100%;
  max-width: 100%;
  margin-bottom: .3rem;
}

.pimtext-section4-freedomair {
  color: #25256f;
  text-align: left;
  width: 100%;
  height: 1rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-8 {
  color: #555;
  background-color: #22222236;
  width: .1rem;
  height: 95%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.heading {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.section5-freedomair {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40rem;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-section5-freedomair {
  width: 990px;
  height: 100%;
}

.grid-section5-freedomair {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.div2-section5-freedomair {
  border: .1rem solid #555;
  border-radius: 1rem;
  margin-right: 0;
}

.div2-section5-freedomair.left {
  border-width: .15rem;
  border-color: #999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: .5rem .5rem .5rem 0;
  display: flex;
  overflow: clip;
}

.div2-section5-freedomair.right {
  border-width: .15rem;
  border-color: #050c60;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 34rem;
  margin-left: .5rem;
  display: flex;
  overflow: clip;
}

.head-text-section5-freedomair {
  color: #333;
  text-align: center;
  background-color: #999;
  width: 100%;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  overflow: visible;
}

.head-text-section5-freedomair.right {
  background-color: #ff3131;
}

.image1-section5-freedomair {
  aspect-ratio: 502 / 277;
  width: 100%;
}

.textdiv-section5-freedomair {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: .4rem;
  margin-bottom: .4rem;
  display: flex;
}

.separet-section5 {
  background-color: #999;
  width: 90%;
  height: .5px;
  min-height: .5px;
  max-height: .5px;
  margin-bottom: 0;
}

.text-block-5 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-block-5.right {
  color: #050c60;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 2rem 1rem;
  display: flex;
}

.div-block-9.right {
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.head-div-section5-freedomair {
  background-color: #050c60;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  font-weight: 400;
  display: flex;
}

.image-4 {
  aspect-ratio: 726 / 110;
  max-width: 100%;
  height: 1rem;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .4rem;
  padding-left: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.image2-section5-freedomair {
  aspect-ratio: 502 / 277;
  width: 100%;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 31rem;
  max-height: none;
  display: flex;
}

.section6-freedomair {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 0;
  display: flex;
}

.header-section6-freedomair {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.header-section6-freedomair.div-section4-freedomair {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.div-section6-freedomair {
  width: 990px;
}

.image-5 {
  aspect-ratio: 1024 / 602;
  width: 100%;
  margin-bottom: 4rem;
}

.grid-section6-freedomair {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.images-section6 {
  aspect-ratio: 497 / 361;
  border: 1px solid #999;
  border-radius: 1rem;
  width: 100%;
  margin: 0;
  box-shadow: 5px 5px 20px 10px #0000001c;
}

.images-section6.image2,
.images-section6.image3 {
  aspect-ratio: 497 / 363;
}

.text-block-8 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-family: League Spartan, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.div2-section6-freedomair {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.section7-freedomair {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.div-section7-freedomair {
  width: 990px;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div2-section7-freedomair {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.image-6 {
  aspect-ratio: 440 / 310;
}

.text-block-10 {
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.section8-freedomair {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 0;
  display: flex;
}

.image1-section8-freedomair {
  aspect-ratio: 1024 / 968;
  width: 100%;
  margin-bottom: 3rem;
}

.div-section9-freedomair {
  background-color: #f9f9fb;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-block-11 {
  color: #050c60;
  margin-top: 1rem;
  margin-bottom: .7rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-block-12 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.section9-freedomair {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 0;
  display: flex;
}

.image1-section9-freedomair {
  aspect-ratio: 3200 / 3634;
  width: 100%;
  margin-bottom: 3rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-13 {
  background-color: #fff;
  border: 1px solid #999;
  width: 100%;
  height: 3rem;
}

.div-block-13.left {
  background-color: #888;
  border-color: #99999980;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-13.right {
  border-color: #99999980;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section9-text-grid-freedomair {
  color: #fff;
  font-family: League Spartan, sans-serif;
  font-weight: 500;
}

.section9-text-grid-freedomair.left {
  text-align: center;
  margin: 1rem .5rem;
  font-size: .8rem;
  line-height: 1rem;
}

.section9-text-grid-freedomair.right {
  color: #888;
  text-align: center;
  margin: 1rem .5rem;
  font-size: .8rem;
  line-height: 1rem;
}

.div-section8-freedomair {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.section-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.div-block-14 {
  width: 990px;
  height: 100%;
  margin-top: 1rem;
}

.text-accessory-freedom-air {
  margin-bottom: 2rem;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.subtext-accessory-freedom-air {
  margin-top: .5rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1rem;
}

.image-7 {
  aspect-ratio: 224 / 174;
  width: 75%;
  max-width: 75%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-15 {
  background-color: #f4f4f4;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  display: flex;
}

.link-blockk {
  color: #333;
  width: 100%;
  height: 6rem;
  text-decoration: none;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-17 {
  background-color: #050c60;
  border-radius: .3rem;
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.text-block-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.home_section2-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40rem;
  padding: 3rem 0 1.5rem;
  display: flex;
}

.div-section2-1 {
  background-color: #050c60;
  background-image: url('../images/main-section.png');
  background-position: 80%;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.image-8 {
  width: 500px;
  margin-top: 3rem;
  margin-left: 2rem;
}

.link-block-2 {
  width: 990px;
  height: 25rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.navbar-div {
  z-index: 4;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 990px;
  height: 3.5rem;
  display: flex;
}

.div-block-18 {
  aspect-ratio: 1;
  height: 100%;
}

.image-9 {
  aspect-ratio: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.link-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .3rem;
  display: flex;
}

.nav-link {
  color: #333;
  text-align: center;
  width: auto;
  height: 2.9rem;
  padding: .95rem 1rem;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #ff3131;
}

.hamburger,
.lottie-animation,
.lottie-animation-2 {
  display: none;
}

.nav-products-div {
  z-index: 98;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #222;
  background-color: #111;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  margin: -10rem 0 0;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-top-div {
  z-index: 99;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.category-name {
  color: #fff;
  margin-bottom: .5rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.nav-products-990-div {
  justify-content: flex-start;
  align-items: center;
  width: 990px;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.category-div {
  width: 160px;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.products {
  color: #f3f3f7;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: League Spartan, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.products:hover {
  color: #ff3131;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.dropdown-toggle {
  text-align: center;
  width: auto;
  height: 2.9rem;
  padding: .95rem 1rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1rem;
}

.dropdown-toggle:hover {
  color: #ff3131;
}

.nav-products-inner-div {
  z-index: 5;
  color: #222;
  background-color: #2220;
  justify-content: flex-start;
  align-items: center;
  width: 990px;
  height: 10rem;
  margin: 0;
  padding: 1rem .5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.link-block-3 {
  aspect-ratio: 1;
  height: 100%;
}

.link-block-3.w--current {
  aspect-ratio: 1;
}

.text-block-14 {
  font-family: League Spartan, sans-serif;
  font-weight: 400;
}

.link-block {
  color: #333;
  width: 100%;
  height: 6rem;
  text-decoration: none;
}

.hpme-section-2-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-in-s2-2 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: League Spartan, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-in-s2-2.black {
  color: #222;
  text-align: center;
  margin-top: 0;
}

.link-block-4 {
  font-family: League Spartan, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav_bar_cotainer {
    width: 765px;
    min-width: 765px;
  }

  .nav_bar_link {
    width: 6rem;
  }

  .home_section1_logo {
    width: 28rem;
  }

  .home_section1_text {
    width: 25rem;
  }

  .grid {
    width: 765px;
  }

  .button-in-cards.in-2-1 {
    margin-top: 1rem;
  }

  .div-block-3 {
    width: 765px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-dark {
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .footer-wrapper {
    width: 765px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .title-small {
    margin-bottom: .2rem;
    font-size: .9rem;
    line-height: .9rem;
  }

  .footer-link {
    margin-top: .7rem;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: .8rem;
  }

  .footer-social-block {
    margin-top: 1rem;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-copyright-center {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .div-block-4 {
    width: 755px;
  }

  .formfield-2 {
    border-radius: .4rem;
    padding: 1.6rem .8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .hero-section {
    background-position: 75%;
  }

  .hero-image {
    width: 25rem;
  }

  .hero-text {
    width: 20rem;
  }

  .section2-in-freedom-air {
    height: auto;
  }

  .section-2-div {
    width: 760px;
  }

  .section2-image1 {
    margin-bottom: 2rem;
  }

  .div-section4-freedomair {
    width: 760px;
  }

  .subtext-section4-freedomair {
    line-height: 1.5rem;
  }

  .grid-2 {
    height: auto;
    margin-bottom: 2rem;
  }

  .div-block-8 {
    height: 95%;
  }

  .div-section5-freedomair {
    width: 760px;
  }

  .head-div-section5-freedomair {
    min-height: 3rem;
    max-height: 3rem;
  }

  .text-block-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-10 {
    justify-content: flex-start;
    height: 100%;
  }

  .header-section6-freedomair {
    margin-top: 2rem;
  }

  .div-section6-freedomair {
    width: 760px;
  }

  .div-section7-freedomair {
    width: 760px;
    height: auto;
  }

  .div-block-13.left._4row,
  .div-block-13.right._4row {
    height: 6rem;
  }

  .div-block-14,
  .link-block-2,
  .nav-container {
    width: 765px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-products-inner-div {
    width: 765px;
  }
}

@media screen and (max-width: 767px) {
  .nav_bar {
    height: 3rem;
  }

  .nav_bar_cotainer {
    width: 475px;
    min-width: 475px;
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav_bar_brand {
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0;
  }

  .nav_bar_brand.w--current {
    height: 2rem;
  }

  .nav_bar_logo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav_bar_navigation {
    height: 2rem;
  }

  .nav_bar_link {
    width: 4rem;
    height: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
    font-weight: 400;
  }

  .home_section1_logo {
    width: 22rem;
    margin-bottom: 1.6rem;
  }

  .home_section1_text {
    width: 20rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-block-2._2nd {
    height: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .grid {
    width: 475px;
  }

  .div_in_grid_in_main_section2.black {
    overflow: clip;
  }

  .image1-in-cards {
    width: 370px;
    max-width: none;
    height: 452.015px;
    margin-right: -150px;
    overflow: clip;
  }

  .header-text-in-card-in-home {
    margin-bottom: .2rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .sub-text-in-card-in-home {
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .sub-text-in-card-in-home.black {
    margin-bottom: 1rem;
  }

  .button-in-cards {
    height: 1.6rem;
    padding: .4rem 1rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .button-in-cards.black._4rd {
    height: 1.8rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button-in-cards.in-2-1 {
    margin-top: .5rem;
    margin-left: 1rem;
  }

  .home_section3 {
    height: 350px;
  }

  .div-block-3 {
    width: 475px;
  }

  .contact-header-text-in-home {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }

  .contact-text-in-home {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .button-2 {
    height: 1.9rem;
    padding: .4rem 1.1rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .footer-dark {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    width: 475px;
    margin: 2rem 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    margin-bottom: .3rem;
    font-size: .9rem;
    line-height: .9rem;
  }

  .footer-link {
    margin-top: .7rem;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: .8rem;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-link.w--current {
    margin-top: .7rem;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: .8rem;
  }

  .footer-social-block {
    margin-top: 1.7rem;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 0;
  }

  .footer-copyright-center {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .6rem;
    line-height: .6rem;
  }

  .section {
    height: 30rem;
  }

  .text-block-3 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-block-4 {
    width: 470px;
  }

  .form-text-field {
    height: 2rem;
    margin-bottom: .5rem;
  }

  .form-text-field._2row {
    height: 4rem;
    min-height: 4rem;
    max-height: 10rem;
    padding-top: .5rem;
  }

  .formfield-2 {
    border-radius: .4rem;
    padding: 1.4rem .8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .submit-button {
    margin-bottom: .5rem;
    padding: .3rem 1.5rem;
    font-size: .9rem;
    line-height: .9rem;
  }

  .hero-image {
    width: 20rem;
  }

  .hero-text {
    width: 17rem;
  }

  .section2-in-freedom-air {
    height: auto;
  }

  .section-2-div {
    width: 475px;
  }

  .section2-image1 {
    margin-bottom: 1rem;
  }

  .image-2 {
    max-width: 475px;
  }

  .div-section4-freedomair {
    width: 475px;
  }

  .subtext-section4-freedomair {
    line-height: 1.5rem;
  }

  .grid-2,
  .pimtext-section4-freedomair {
    height: auto;
  }

  .div-block-8 {
    height: 95%;
  }

  .heading {
    font-size: .8rem;
    line-height: .9rem;
  }

  .div-section5-freedomair {
    width: 475px;
  }

  .head-text-section5-freedomair {
    font-size: .8rem;
  }

  .text-block-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .div-block-10 {
    justify-content: flex-start;
    height: 100%;
  }

  .header-section6-freedomair {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-section6-freedomair {
    width: 475px;
  }

  .text-block-8 {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .text-block-9 {
    font-size: .8rem;
    line-height: .8rem;
  }

  .div-section7-freedomair {
    width: 475px;
    height: auto;
  }

  .text-block-10 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .section9-text-grid-freedomair.left {
    margin: .8rem .2rem;
  }

  .section-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-14 {
    width: 470px;
  }

  .div-block-17 {
    min-width: 5rem;
    min-height: 5rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .text-block-13 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .div-section2-1 {
    background-position: 65%;
  }

  .image-8 {
    width: 300px;
    margin-top: 2rem;
    margin-left: 1rem;
  }

  .link-block-2 {
    width: 475px;
  }

  .navbar-div {
    background-color: #fff;
    height: 3rem;
  }

  .nav-container {
    width: 475px;
    height: 3rem;
  }

  .div-block-18 {
    padding: .25rem;
  }

  .nav-link {
    width: auto;
    height: 2.4rem;
    padding: .7rem .75rem;
    font-size: .8rem;
  }

  .nav-products-div {
    margin-top: -10rem;
  }

  .button-3.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .dropdown-toggle {
    width: auto;
    height: 2.4rem;
    padding: .7rem .75rem;
    font-size: .8rem;
  }

  .link-block-3 {
    padding: .25rem;
  }

  .hpme-section-2-2 {
    height: 200px;
  }

  .text-in-s2-2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .text-in-s2-2.black {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav_bar {
    height: 2rem;
  }

  .nav_bar_cotainer {
    width: 100%;
    min-width: auto;
    height: 2rem;
    padding: 0 .5rem;
  }

  .nav_bar_brand {
    height: 2rem;
    padding-left: 0;
  }

  .nav_bar_brand.w--current {
    height: 1.5rem;
    padding-left: 0;
  }

  .nav_bar_logo {
    width: 2rem;
    height: 2rem;
  }

  .nav_bar_navigation {
    height: 1.5rem;
  }

  .nav_bar_link {
    width: 3rem;
    height: 1.5rem;
    padding: .25rem 0;
    font-size: .6rem;
    line-height: 1rem;
  }

  .home_section1 {
    z-index: 1;
    position: static;
  }

  .home_section1_logo {
    width: 15rem;
    margin-bottom: 1.2rem;
  }

  .home_section1_text {
    width: 13rem;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .home_section2 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .text-block-2 {
    height: 2.3rem;
    margin-bottom: 1.5rem;
    font-family: League Spartan, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.3rem;
  }

  .text-block-2._2nd {
    height: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div_in_grid_in_main_section2.black {
    height: 28rem;
    margin-bottom: 1rem;
  }

  .div_in_grid_in_main_section2.bottom {
    height: 18rem;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .div_in_grid_in_main_section2.top {
    height: 18rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .image1-in-cards {
    margin-bottom: -150px;
    margin-right: -110px;
  }

  .text-in-card-in-section2-in-home {
    padding-top: 1.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .header-text-in-card-in-home,
  .header-text-in-card-in-home.black {
    margin-bottom: .2rem;
  }

  .sub-text-in-card-in-home {
    margin-bottom: .9rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .sub-text-in-card-in-home.black {
    margin-bottom: .9rem;
  }

  .button-in-cards.black._4rd {
    height: 1.7rem;
    font-size: .8rem;
    line-height: .9rem;
  }

  .home_section3 {
    background-repeat: repeat;
    height: 350px;
    margin-top: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-header-text-in-home {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .contact-text-in-home {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .button-2 {
    height: 1.4rem;
    padding: .2rem .6rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .footer-dark {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    margin: 1.5rem 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-content {
    margin-top: 1rem;
  }

  .footer-block {
    padding-bottom: 0;
  }

  .title-small {
    margin-bottom: .2rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .footer-link {
    margin-top: .6rem;
    margin-bottom: 0;
  }

  .footer-link.w--current {
    margin-top: .5rem;
    margin-bottom: .2rem;
  }

  .footer-social-block {
    margin-top: 1.5rem;
  }

  .footer-copyright-center {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .5rem;
    line-height: .5rem;
  }

  .section {
    height: 25rem;
  }

  .text-block-3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-4 {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .form-text-field {
    margin-bottom: .25rem;
  }

  .formfield-2 {
    border-radius: .4rem;
    padding: .6rem;
    font-size: .8rem;
    line-height: 1rem;
  }

  .hero-image {
    width: 15rem;
  }

  .hero-text {
    width: 13rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .section2-in-freedom-air {
    padding: 2rem .5rem;
  }

  .section-2-div {
    width: 100%;
  }

  .section3-in-freedom-air {
    height: auto;
    padding: 2rem .5rem;
  }

  .image-2 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .section4-in-freedomair {
    padding: 2rem .5rem;
  }

  .div-section4-freedomair {
    width: 100%;
  }

  .headtext-in-section4-freedomair {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .subtext-section4-freedomair {
    font-size: .9rem;
    line-height: .9rem;
  }

  .pimtext-section4-freedomair {
    font-size: .8rem;
    line-height: .8rem;
  }

  .heading {
    font-size: .7rem;
    line-height: .8rem;
  }

  .section5-freedomair {
    height: 60rem;
    padding: 2rem .5rem;
  }

  .div-section5-freedomair {
    width: 100%;
  }

  .grid-section5-freedomair {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .div2-section5-freedomair.left {
    margin-top: .5rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .div2-section5-freedomair.right {
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
  }

  .head-text-section5-freedomair {
    font-size: .7rem;
  }

  .image1-section5-freedomair {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .text-block-5 {
    font-size: .7rem;
    line-height: .7rem;
  }

  .div-block-9 {
    justify-content: space-between;
  }

  .text-block-7 {
    font-size: .7rem;
  }

  .image2-section5-freedomair {
    width: auto;
    max-height: 13rem;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .section6-freedomair {
    padding: 2rem .5rem;
  }

  .header-section6-freedomair {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .header-section6-freedomair.div-section4-freedomair {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .div-section6-freedomair {
    width: 100%;
  }

  .image-5 {
    margin-bottom: 2rem;
  }

  .images-section6.image2 {
    box-shadow: 1px 1px 15px 4px #0000001c;
  }

  .text-block-8 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-block-9 {
    font-size: .6rem;
    line-height: .6rem;
  }

  .div2-section6-freedomair {
    padding: .5rem;
  }

  .section7-freedomair {
    margin-top: 1rem;
    padding: 2rem .5rem;
  }

  .div-section7-freedomair {
    width: 100%;
  }

  .text-block-10 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .section8-freedomair {
    padding: 2rem .5rem;
  }

  .image1-section8-freedomair {
    margin-bottom: 1rem;
  }

  .text-block-11 {
    margin-top: .7rem;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .text-block-12 {
    margin-bottom: .2rem;
    font-size: .8rem;
    line-height: .8rem;
  }

  .section9-freedomair {
    padding: 2rem .5rem;
  }

  .image1-section9-freedomair {
    margin-bottom: 2rem;
  }

  .section9-text-grid-freedomair.left {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .section9-text-grid-freedomair.right {
    font-size: .7rem;
    line-height: .7rem;
  }

  .section-2 {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-14 {
    width: 100%;
  }

  .text-accessory-freedom-air {
    font-size: 2rem;
    line-height: 2rem;
  }

  .link-blockk {
    height: 5rem;
  }

  .div-block-17 {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .text-block-13 {
    font-size: .9rem;
    line-height: .9rem;
  }

  .home_section2-1 {
    height: auto;
    padding-top: 2rem;
  }

  .div-section2-1 {
    background-position: 75%;
  }

  .image-8 {
    width: 190px;
  }

  .link-block-2 {
    width: 100%;
    height: 20rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-div {
    z-index: 99;
    background-color: #fff;
    flex-flow: row;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-container {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .div-block-18 {
    z-index: 5;
    position: relative;
  }

  .image-9 {
    z-index: 99;
    width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
    max-height: 2.5rem;
    position: relative;
    overflow: visible;
  }

  .link-container {
    z-index: 4;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: -100%;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: #000;
    width: auto;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .hamburger {
    aspect-ratio: auto;
    display: flex;
  }

  .lottie-animation {
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .lottie-animation-2 {
    z-index: 99;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    position: relative;
  }

  .nav-products-div {
    z-index: 2;
    background-color: #fff;
    height: 100vh;
    margin-top: 0;
    margin-left: -100%;
  }

  .nav-top-div {
    z-index: 5;
    background-color: #fff;
  }

  .category-name {
    color: #333;
    text-align: center;
    width: 100%;
  }

  .category-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .products {
    color: #333;
    text-align: center;
    font-family: League Spartan, sans-serif;
  }

  .products:hover {
    color: #ff3131;
  }

  .products.w--current {
    text-align: center;
  }

  .dropdown-toggle {
    height: auto;
    padding: 0;
    font-weight: 500;
  }

  .nav-products-inner-div {
    background-color: #2220;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-3 {
    width: 3rem;
    height: 3rem;
  }

  .link-block-3.w--current {
    max-width: 3rem;
    max-height: 3rem;
  }

  .text-block-14 {
    height: auto;
    padding: 1rem .75rem;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    height: 5rem;
  }

  .hpme-section-2-2 {
    height: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text-in-s2-2 {
    margin-bottom: .9rem;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1rem;
  }

  .text-in-s2-2.black {
    margin-bottom: .9rem;
  }
}

#w-node-_0da8a50d-54a3-e76c-2e73-a286e0e8f8cf-83760d91,
#w-node-_3034a18a-2dfd-bb13-5986-f61d6fbce5c1-a2781277,
#w-node-_6615146b-854b-3c61-bf61-afc56cf1c8fe-d5b5711a,
#w-node-f6373721-8f0e-61aa-1fbd-4f1cdc01c44b-23eb741a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8011d82-6f68-6c59-318e-bff3621e9a5e-f95d24dd,
#w-node-f63c59e2-f65b-94a7-c63f-6b4fdf32c294-f95d24dd,
#w-node-e003657d-2635-3b43-35d7-06b4f18ee2ab-f95d24dd,
#w-node-_8ce27ed5-587b-052b-3fdc-f7359fbd0266-f95d24dd,
#w-node-_3dd006dc-4472-3b70-9d9b-3461a61b4233-f95d24dd,
#w-node-_50d34488-3142-8f08-1ec8-d2c51afbdac0-f95d24dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78d1272e-440a-8025-2e60-68b6738e9f97-f95d24dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e05994e-acbf-d7a4-8875-24b0a491921e-42101366,
#w-node-_82f45fb7-23c3-4f78-4c52-681029ab1b23-42101366,
#w-node-_82f45fb7-23c3-4f78-4c52-681029ab1b58-42101366,
#w-node-_82f45fb7-23c3-4f78-4c52-681029ab1b73-42101366,
#w-node-_82f45fb7-23c3-4f78-4c52-681029ab1b80-42101366,
#w-node-_82f45fb7-23c3-4f78-4c52-681029ab1ba5-42101366 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69c4c92c-60e2-2b69-f5db-7dfc12675b57-42101366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* --- DOFLAB CUSTOM HOME SECTION 9 STYLES --- */
.home_section9 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  padding: 80px 20px;
  background-color: #333;
  font-family: 'League Spartan', sans-serif;
}

.home_section9_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home_section9_video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.home_section9_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.home_section9_inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home_section9_inner.flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 120px 20px 80px 20px;
}

.home_section9_top {
  margin-top: 0;
}

.home_section9_bottom {
  margin-bottom: 0;
}

.home_section9_logo {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px auto;
  display: block;
}

.home_section9_h2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.home_section9_h4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.video-tabs-container {
  width: 100%;
  margin-bottom: 40px;
}

.home_section9 .tabs-container {
  margin: 0 auto 30px auto;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 6px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home_section9 .tab-btn {
  padding: 12px 24px;
  border-radius: 40px;
  border: none;
  background-color: transparent;
  color: #dddddd;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'League Spartan', sans-serif;
  transition: all 0.3s ease;
  box-shadow: none;
}

.home_section9 .tab-btn.active {
  background-color: #FC0368;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(252, 3, 104, 0.4);
}

.home_section9 .tab-btn:hover:not(.active) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.tabs-container {
  margin: 0 auto 30px auto;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  background-color: #e2e6ea;
  padding: 4px;
  border-radius: 50px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.06);
}

.tab-btn {
  padding: 10px 17px;
  border-radius: 40px;
  border: none;
  background-color: transparent;
  color: #868e96;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  font-family: 'League Spartan', sans-serif;
  transition: all 0.3s ease;
  box-shadow: none;
}

.tab-btn.active {
  background-color: #ffffff;
  color: #1a1a1a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.tab-btn:hover:not(.active) {
  color: #1a1a1a;
}

.video-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.05);
  background: #000;
  border: 8px solid #ffffff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.home_section9_btn_wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.home_section9_btn {
  display: inline-block;
  padding: 8px 32px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.home_section9_btn:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.home_section9_btn.outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
}

.home_section9_btn.outline:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.home_section9_btn.buy-btn {
  background-color: #ff3131;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(255, 49, 49, 0.3);
  border: 2px solid #ff3131;
}

.home_section9_btn.buy-btn:hover {
  background-color: #e62020;
  border-color: #e62020;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .home_section9 {
    padding: 0;
    min-height: auto;
  }

  .home_section9_inner.flex-between {
    padding: 100px 15px 40px 15px;
    height: 100svh;
  }

  .home_section9_logo {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .home_section9_h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }

  .home_section9_h4 {
    font-size: 1.05rem;
    margin-bottom: 30px;
  }

  .home_section9 .tabs-container {
    flex-direction: column;
    border-radius: 20px;
    padding: 10px;
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }

  .home_section9 .tab-btn {
    border-radius: 12px;
    width: 100%;
    padding: 14px 20px;
  }

  .home_section9_btn_wrapper {
    margin-top: 35px;
    flex-direction: column;
    gap: 15px;
  }

  .home_section9_btn {
    padding: 14px 36px;
    font-size: 1.05rem;
    width: 100%;
    max-width: 400px;
  }

}

/* --- BITE-FINDER PAGE STYLES --- */
.bf-hero {
  padding: 150px 20px 80px;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  text-align: center;
  font-family: 'League Spartan', sans-serif;
}

.bf-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.bf-hero-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.bf-hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  color: #555;
  line-height: 1.4;
  max-width: 760px;
  margin: 0 auto;
}

.bf-hero-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bf-btn-primary {
  display: inline-block;
  padding: 16px 45px;
  background-color: #ff3131;
  color: #ffffff;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 49, 49, 0.4);
}

.bf-btn-primary:hover {
  background-color: #e62020;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 49, 49, 0.5);
  color: #ffffff;
}

.bf-btn-secondary {
  display: inline-block;
  padding: 14px 43px;
  /* slight adjustment for 2px border */
  background-color: transparent;
  color: #303030;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #303030;
  transition: all 0.3s ease;
}

.bf-btn-secondary:hover {
  border-color: #1c1c1c;
  color: #1c1c1c;
}

.bf-features {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'League Spartan', sans-serif;
}

.bf-container {
  max-width: 990px;
  margin: 0 auto;
}

.bf-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}

.bf-feature-row.reverse {
  flex-direction: row-reverse;
}

.bf-feature-media {
  flex: 1;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
  background: #f8f9fa;
  border: 8px solid #ffffff;
}

.bf-feature-media video {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.bf-feature-content {
  flex: 1;
}

.bf-feature-content h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bf-feature-content p {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.5;
}

.bf-feature-media.integrations-media {
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-strip {
  display: flex;
  gap: 30px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
}

.logo-strip img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
  transition: transform 0.3s ease;
}

.logo-strip img:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 991px) {

  .bf-feature-row,
  .bf-feature-row.reverse {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
    text-align: center;
  }

  .bf-hero-title {
    font-size: 2.5rem;
  }

  .bf-hero-subtitle {
    font-size: 1.1rem;
  }

  .bf-feature-content h2 {
    font-size: 2rem;
  }

  .logo-strip {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .bf-hero {
    padding: 100px 15px 50px;
  }

  .bf-feature-media {
    border-width: 4px;
  }

  .bf-feature-media.integrations-media {
    border-width: 0;
  }
}

/* Pricing Section */
.bf-pricing {
  padding: 40px 20px 80px;
  background-color: #f8f9fa;
  font-family: 'League Spartan', sans-serif;
}

.bf-pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.bf-pricing-header h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.bf-pricing-header p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
}

.pricing-tabs {
  display: inline-flex;
  gap: 8px;
  background-color: #e2e6ea;
  padding: 4px;
  border-radius: 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pricing-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
  border: 2px solid #1a1a1a;
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-8px);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.pricing-card p {
  font-size: 1rem;
  color: #777;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.pricing-btn {
  background: #f1f3f5;
  color: #1a1a1a;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.pricing-card:hover .pricing-btn,
.pricing-card.popular .pricing-btn {
  background: #1a1a1a;
  color: #fff;
}

.pricing-card.popular:hover .pricing-btn {
  background: #333;
}

@media screen and (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }

  .pricing-card.popular {
    transform: none;
  }

  .pricing-card.popular:hover {
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 768px) {
  .pricing-tabs {
    flex-direction: column;
    border-radius: 20px;
    padding: 10px;
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .bf-pricing-header h2 {
    font-size: 2rem;
  }
}

/* Academy Page Styles */
.bf-academy-section {
  padding: 3.5rem 0 0 0;
  background-color: #fff;
  min-height: 80vh;
}

.bf-academy-section .bf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.bf-academy-layout {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 80px);
}

/* Sidebar */
.bf-academy-sidebar {
  flex: 0 0 280px;
  background: #fff;
  border-right: 1px solid #e2e8f0;
  position: sticky;
  top: 3.5rem;
  height: calc(100vh - 3.5rem);
  overflow-y: auto;
}

.academy-accordion-title {
  background: transparent;
  color: #0f172a;
  padding: 32px 24px 16px 24px;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #f1f5f9;
}

.academy-tab-links {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.academy-tab-link {
  padding: 14px 24px;
  text-align: left;
  background: transparent;
  border: none;
  border-left: 2px solid transparent;
  font-family: inherit;
  font-size: 0.95rem;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.academy-tab-link:hover {
  background: transparent;
  color: #0f172a;
}

.academy-tab-link.active {
  background: transparent;
  color: #2563eb;
  border-left-color: #2563eb;
  font-weight: 600;
}

/* Content Area */
.bf-academy-content {
  flex: 1;
  min-width: 0;
  background: #fff;
}

.academy-text-wrapper {
  padding: 32px 40px;
  background: #fff !important;
  color: #1a202c !important;
}

.academy-breadcrumb {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 8px;
  font-weight: 500;
}

.academy-breadcrumb strong {
  color: #64748b;
}

/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto 32px auto;
  padding-bottom: calc(56.25% - 45px);
  /* Adjusted for 16:9 on smaller width */
  aspect-ratio: 16 / 9;
  padding-bottom: 0;
  /* Modern browsers will use aspect-ratio instead */
  background: #0f172a;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #f1f5f9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0f172a;
}

/* Dynamic single-video tab */
.academy-video-content {
  display: flex;
  flex-direction: column;
}

/* Unified Typography (Headers/Paragraphs) */
.academy-text-wrapper h1,
#academy-video-title {
  margin: 0 0 6px 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
}

.academy-text-wrapper h3,
#academy-video-subtitle {
  margin: 0 0 4px 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e293b;
}

.academy-text-wrapper p,
#academy-video-text {
  margin: 0 0 16px 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
}

.academy-text-wrapper .academy-summary {
  font-size: 1.05rem;
  color: #64748b;
  margin-bottom: 20px;
}

/* Multi-video sections: sub-headings between videos */
.academy-html-content .academy-video-sub-section {
  border-top: 1px solid #e2e8f0;
  padding-top: 28px;
  margin-top: 8px;
}

/* Before/After images */
.academy-ab-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}

.ab-image-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.ab-image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.ab-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ab-label-before {
  background: rgba(229, 62, 62, 0.9);
  color: #fff;
}

.ab-label-after {
  background: rgba(56, 161, 105, 0.9);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .bf-academy-layout {
    flex-direction: column;
  }

  .bf-academy-sidebar {
    flex: none;
    width: 100%;
    position: static;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .academy-tab-links {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px;
    gap: 4px;
  }

  .academy-tab-link {
    padding: 10px 16px;
    border-left: none !important;
    border-bottom: 2px solid transparent;
    font-size: 0.9rem;
    white-space: nowrap;
    border-radius: 0;
  }

  .academy-tab-link.active {
    background: transparent;
    color: #2563eb;
    border-bottom-color: #2563eb;
  }

  .video-wrapper {
    width: calc(100% - 32px);
    /* 16px padding on sides */
    margin: 0 auto 24px auto;
    border-width: 2px;
    border-radius: 8px;
  }

  .bf-academy-content {
    width: 100%;
  }

  .academy-text-wrapper,
  .academy-html-content .academy-text-wrapper {
    padding: 20px 16px !important;
  }

  .academy-ab-images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .academy-tab-links {
    flex-direction: column;
    padding: 4px 0;
    gap: 0;
  }

  .academy-tab-link {
    border-radius: 0;
    border-bottom: 1px solid #e9ecf0;
  }
}