@charset "UTF-8";
/*

    1. BASE
    reset
    base


    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    Numbers
    Cards
    Badge
    Modal


    3. Layout
    Layout
    Builder
    Error

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Host Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #111;
  font-size: 16px;
  line-height: 25px;
  background: #111;
}

p,
a {
  font-family: "Host Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* outline */
* {
  letter-spacing: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #7E7D7D !important;
}

::-moz-placeholder {
  color: #7E7D7D !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #7E7D7D !important;
} /* ie */
:-moz-placeholder {
  color: #7E7D7D !important;
}

/* Selection */
::-moz-selection {
  background: #FF1A4F;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #FF1A4F;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #FF1A4F;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
  width: 93%;
  max-width: 1200px;
}

.container {
  width: 93%;
  max-width: 1200px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-horizontal-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-horizontal-row.et_pb_row .et_pb_column_empty {
  display: none !important;
}

/* bordered image */
.bordered-image img {
  border-radius: 20px;
  overflow: hidden;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

/* row flex */
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.grid-row.et_pb_row .et_pb_column {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .center-row .et_pb_column:not(.center-row__image) {
    margin-bottom: 0;
  }
  .center-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .grid-row.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media all and (max-width: 768px) {
  .et_pb_row.row--100-mobile {
    width: 100%;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field.forminator-has_error .forminator-textarea,
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field.forminator-has_error .forminator-input {
  border: 1px solid #FF1A4F;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-error-message {
  background: transparent;
  padding: 0;
  border: 0;
  color: #FF1A4F;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
body #et-boc.et-boc header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
body #et-boc.et-boc header.et-l--header .header {
  padding: 0;
  background: transparent;
}
body #et-boc.et-boc header.et-l--header .header .header__inner {
  padding: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 100px;
  background: rgba(0, 4, 9, 0.7);
  backdrop-filter: blur(5.5px);
  padding: 8px 16px;
  margin-top: 16px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu_inner_container {
  position: initial;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.header__btn a {
  background: linear-gradient(240deg, #2D7A4A 17.48%, #2563EB 129.32%);
  border-radius: 30px;
  padding: 16px 21px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li:not(.header__btn) a:hover {
  color: #D0D5DD;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #fff;
  font-size: 16px;
  padding-right: 0;
  font-weight: 400;
  position: relative;
  padding-bottom: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  opacity: 0.8;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #718096 !important;
  font-size: 14px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a:hover {
  color: #FF1A4F !important;
  background: #F8F8F8;
  opacity: 1;
}
body #et-boc.et-boc .header__logo {
  margin: 0 !important;
  width: 118px;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 120px;
  }
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 981px) {
  .header--middle .main-nav .et_pb_menu__menu {
    display: none !important;
  }
}
@media (max-width: 980px) {
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column {
    backdrop-filter: initial;
  }
  body #et-boc.et-boc .header__logo {
    position: relative;
    top: 0;
  }
  body #et-boc.et-boc .header__logo .et_pb_image,
  body #et-boc.et-boc .header__inner .et_pb_image {
    width: 130px !important;
  }
  body #et-boc.et-boc .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  body #et-boc.et-boc .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  body #et-boc.et-boc header.et-l--header {
    backdrop-filter: initial;
  }
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav {
    width: auto;
  }
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu_inner_container {
    position: relative;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #FF1A4F !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(74deg, rgba(0, 0, 0, 0.3) 36.64%, rgba(102, 102, 102, 0.3) 92.05%) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 10px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    display: block;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn {
    padding-left: 5%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn a {
    border-radius: 40px;
    border: 1px solid #fff;
    padding: 10px 16px;
    width: auto;
    display: inline-block;
    position: relative;
    top: 10px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn a:after {
    display: none;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn a:hover {
    background: #6B6B6B;
    border-color: #6B6B6B;
    padding: 10px 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    border: 0;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a:after {
    display: none;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 768px) {
  body #et-boc.et-boc .header__logo {
    top: 0;
  }
  body #et-boc.et-boc header.et-l--header {
    height: 60px;
  }
  body #et-boc.et-boc header.et-l--header .header {
    padding: 12px 0;
  }
}
@media (max-width: 680px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 110px;
  }
  .et-db #et-boc header.et-l--header .header {
    padding: 16px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase,
.text-uppercase * {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .text-uppercase,
  .text-uppercase * {
    letter-spacing: 0.5px;
  }
}
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-Gray500,
.text-Gray500 * {
  color: #7E7D7D !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-16,
.text-16 * {
  font-size: 16px !important;
  line-height: 25px !important;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 12px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 75px !important;
}

.text-96,
.text-96 * {
  font-size: 96px !important;
  line-height: 90px !important;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 56px !important;
  line-height: 60px !important;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 48px;
  line-height: 55px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 24px;
  line-height: 35px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 20px;
  line-height: 25px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 18px;
  line-height: 25px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 16px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-96,
  .text-96 * {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-96,
  .text-96 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
    line-height: 25px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.module-bottom.et_pb_section {
  padding-bottom: 120px;
}

.module-top.et_pb_section {
  padding-top: 120px;
}

.module-bottom24.et_pb_section {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .et_pb_section .btn.btn--type1 {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 16px !important;
  border-radius: 40px;
}
body #page-container .et_pb_section .btn.btn--type1:hover {
  background: #6B6B6B;
  padding: 8px 16px !important;
  border-color: #6B6B6B;
}
body #page-container .et_pb_section .btn.btn--simple {
  padding: 0 !important;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
body #page-container .et_pb_section .btn.btn--simple:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 8px;
  position: relative;
}
body #page-container .et_pb_section .btn.btn--simple:hover {
  opacity: 0.7;
}
body #page-container .et_pb_section .btn.btn--simple.btn--color1:after {
  background: url(/wp-content/uploads/2025/09/arrow-red-1.svg) center center no-repeat;
  background-size: contain;
}
body #page-container .et_pb_section .btn.btn--simple.btn--color2:after {
  background: url(/wp-content/uploads/2025/09/arrow-yellow-1.svg) center center no-repeat;
  background-size: contain;
}
body #page-container .et_pb_section .btn.btn--simple.btn--color3:after {
  background: url(/wp-content/uploads/2025/09/arrow-green.svg) center center no-repeat;
  background-size: contain;
}
body #page-container .et_pb_section .btn.btn--simple.btn--color4:after {
  background: url(/wp-content/uploads/2025/09/arrow-blue.svg) center center no-repeat;
  background-size: contain;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__logo .et_pb_column:not(.footer__main-col) {
    width: 50% !important;
  }
}
/* ------------------------------------------------------------
     NUMBERS
------------------------------------------------------------ */
.numbers-info.et_pb_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  padding: 0 24px;
}
.numbers-info.et_pb_row .et_pb_column {
  border-right: 1px solid #718096;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px;
}
.numbers-info.et_pb_row .et_pb_column .et_pb_module {
  width: 120px;
}

.js-move-horizontal.et_pb_row.is-marquee {
  display: block;
  overflow: hidden;
  padding: 0;
}
.js-move-horizontal__track {
  overflow: hidden;
  width: 100%;
}
.js-move-horizontal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: rama-move-horizontal var(--rama-marquee-duration, 30s) linear infinite;
          animation: rama-move-horizontal var(--rama-marquee-duration, 30s) linear infinite;
  will-change: transform;
}
.js-move-horizontal__inner .et_pb_column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-move-horizontal.is-marquee:hover .js-move-horizontal__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes rama-move-horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes rama-move-horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-move-horizontal__inner {
    -webkit-animation: none;
            animation: none;
  }
}
/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .numbers-info.et_pb_row .et_pb_column {
    padding: 0 16px;
  }
  .info-text .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0;
    font-size: 18px;
  }
}
/* ------------------------------------------------------------
     CARDS
------------------------------------------------------------ */
.card-box .et_pb_blurb_content {
  width: 100%;
  max-width: 100%;
}
.card-box .et_pb_blurb_content .et_pb_module_header {
  font-weight: bold;
}
.card-box .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0 24px 24px 24px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     BADGE
------------------------------------------------------------ */
.badge {
  width: 170px;
}
.badge .et_pb_blurb_content {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.badge .et_pb_main_blurb_image {
  width: 20px;
  height: 20px;
}
.badge .et_pb_main_blurb_image span,
.badge .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
}
.badge .et_pb_main_blurb_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.badge .et_pb_blurb_container .et_pb_module_header {
  padding: 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.rama-modal .forminator-row {
  margin-bottom: 16px;
}
.rama-modal .forminator-row.forminator-row-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}
.rama-modal .forminator-row.forminator-row-last button {
  text-transform: initial;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     LAYOUT
------------------------------------------------------------ */
.info-text .et_pb_blurb_container .et_pb_module_header {
  padding-bottom: 8px;
}
.info-text .et_pb_blurb_container .et_pb_blurb_description * {
  letter-spacing: 0.24px;
}

.privacy-policy #main-content #content-area {
  padding-top: 90px;
  padding-bottom: 100px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.privacy-policy #main-content #content-area a {
  color: #1572a5;
}
.privacy-policy #main-content #content-area .entry-title,
.privacy-policy #main-content #content-area .entry-title * {
  font-size: 40px !important;
  line-height: 50px;
}
.privacy-policy #main-content #content-area .wp-block-heading {
  font-size: 24px;
  line-height: 35px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .privacy-policy #main-content #content-area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .privacy-policy #main-content #content-area .entry-title,
  .privacy-policy #main-content #content-area .entry-title * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .privacy-policy #main-content #content-area .wp-block-heading {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #1572a5;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
     Alineado con isDiviVisualBuilder() en frontend.js.
     CSS no puede leer ?et_fb=1 ni ?et_pb_preview — solo clases en body/html.
------------------------------------------------------------ */
body.et_fb header.et-l--header,
body.et-fb header.et-l--header,
body.et-pb-preview header.et-l--header,
body.et-fb-root-ancestor header.et-l--header,
body.et_fb_desktop_mode header.et-l--header,
body.et_fb_tablet_mode header.et-l--header,
body.et_fb_phone_mode header.et-l--header,
html.et_fb header.et-l--header,
html.et-fb header.et-l--header,
html.et-fb-preview--desktop header.et-l--header,
html.et-fb-preview--tablet header.et-l--header,
html.et-fb-preview--phone header.et-l--header,
html.et-fb-preview--wireframe header.et-l--header {
  position: relative;
}

html:has(body:not(.et_fb):not(.et-fb):not(.et-pb-preview):not(.et-fb-root-ancestor)):not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe):not(.et_fb):not(.et-fb)[lang=en-US] .esp-element {
  display: none !important;
}
html:has(body:not(.et_fb):not(.et-fb):not(.et-pb-preview):not(.et-fb-root-ancestor)):not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe):not(.et_fb):not(.et-fb)[lang=en-US] .eng-element {
  display: block !important;
}
html:has(body:not(.et_fb):not(.et-fb):not(.et-pb-preview):not(.et-fb-root-ancestor)):not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe):not(.et_fb):not(.et-fb)[lang=es-MX] .eng-element {
  display: none !important;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */