@charset "UTF-8";
/*
@todo: remover html.small-header y revisar y/o remover tal vez en 'body'
*/
html.small-header {
  margin-top: 140px;
}
html.small-header .first-nav {
  height: 40px;
}
html.small-header .second-nav {
  min-height: 100px;
}
@media (max-width: 991px) {
  html.small-header .first-nav-int {
    /*height: 0px;*/
  }
}
@media (max-width: 575px) {
  html.small-header {
    margin-top: 60px;
  }
  html.small-header .second-nav {
    min-height: 80px;
  }
}

.first-nav {
  z-index: 2022;
  padding: 0px;
}
.first-nav .dropdown-toggle::after {
  display: none;
}
.first-nav .ul-top-nav > li.nav-item.active {
  min-width: 150px;
}
.first-nav .ul-top-nav > li.nav-item {
  min-width: 130px;
}
.first-nav .ul-top-nav > li > a {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  height: 40px;
  border-left: 1px solid #BCD5E5;
}
.first-nav .ul-top-nav > li > a:hover {
  color: #ff6600 !important;
  text-decoration: none;
  cursor: pointer;
}
.first-nav .ul-top-nav > li > a.active {
  color: #ff6600 !important;
  text-decoration: none;
  cursor: pointer;
  background: white;
}
.first-nav .ul-top-nav-rigth {
  margin-right: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
}
.first-nav .ul-top-nav-rigth > li > a:hover {
  color: #000000;
}
.first-nav .ul-top-nav-rigth .dropdown:hover > .dropdown-menu {
  display: block;
}

.second-nav {
  /*.dropdown-toggle::after{
      display: none;
  }*/
  margin-top: 40px;
  min-height: 100px;
  z-index: 2021;
}
.second-nav .container-fluid {
  border: 0px !important;
}
.second-nav div#menuLinks .dropdown-toggle::after {
  float: right;
  margin: 10px;
}
.second-nav div#menuLinks > ul {
  margin: 0px 30px;
}
.second-nav div#menuLinks > ul > li {
  padding: 0 10px 0 10px !important;
}
.second-nav div#menuLinks > ul > li > a {
  color: #000;
  cursor: unset;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  position: relative;
  width: 100%;
}
.second-nav div#menuLinks > ul > li > a:hover {
  color: #ff6600 !important;
  text-decoration: none;
  cursor: pointer;
}
.second-nav div#menuLinks > ul > li > a.active {
  color: #ff6600 !important;
  text-decoration: none;
  cursor: pointer;
}

.oe-logo {
  max-width: 220px;
  min-width: 200px;
  margin-left: 40px;
}

.new-global-navigation {
  background-color: #EBF7FF;
}

.ul-top-nav {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.menu-link {
  border: none !important;
}

#oip-navContactContainer-new {
  padding: 0px !important;
}
#oip-navContactContainer-new .dropdown-toggle::after {
  display: none;
}

/*hamburguer 2*/
#hamburger {
  height: 14px;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  z-index: 9999;
}

.hamburger-span {
  height: 2px;
  width: 17px;
  background-color: #00e3d8;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#hamburger-line-1.active {
  transform: translateY(7.5px) rotate(-45deg);
  -moz-transform: translateY(7.5px) rotate(-45deg);
  -webkit-transform: translateY(7.5px) rotate(-45deg);
  -o-transform: translateY(7.5px) rotate(-45deg);
  -ms-transform: translateY(7.5px) rotate(-45deg);
}

#hamburger-line-2.active {
  transform: translateY(-5.5px) rotate(45deg);
  -moz-transform: translateY(-5.5px) rotate(45deg);
  -webkit-transform: translateY(-5.5px) rotate(45deg);
  -o-transform: translateY(-5.5px) rotate(45deg);
  -ms-transform: translateY(-5.5px) rotate(45deg);
}

/*end hamburguer 2*/
@media (max-width: 575.98px) {
  .oe-logo {
    max-width: 150px;
    min-width: 150px;
    margin-left: 0px;
    margin-top: 10px;
  }

  .second-nav {
    min-height: 85px;
  }

  .ul-top-nav > li.nav-item.active {
    min-width: 33.3333333333% !important;
  }

  .ul-top-nav > li.nav-item {
    min-width: 33.3333333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ul-top-nav > li.nav-item.active {
    min-width: 150px;
  }

  .ul-top-nav > li.nav-item {
    min-width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ul-top-nav > li.nav-item.active {
    min-width: 150px;
  }

  .ul-top-nav > li.nav-item {
    min-width: 130px;
  }
}
.--bgcolor-gray {
  background-color: #F4F6FB !important;
}

@media (max-width: 767px) {
  .gap-bg {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-bg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-bg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .gap-bg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .gap-xs {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-xs {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-xs {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .gap-xs {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .gap-s {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-s {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-s {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .gap-s {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .gap-m {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-m {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-m {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  .gap-m {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .gap-l {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-l {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-l {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .gap-l {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .gap-banner-cta {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .gap-banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .gap-s-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gap-s-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gap-s-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .gap-s-bottom {
    padding-bottom: 100px;
  }
}

.section--background-white {
  background-color: #FFFFFF;
}
.section--background-grey {
  background-color: #f4f4f4;
}
.section--background-light-grey {
  background-color: #F7F8FB !important;
}
.section--background-blue {
  background-color: #0078FF !important;
}
.section--background-50-50 {
  background: linear-gradient(180deg, #F4F4F4 50%, #FFFFFF 50%);
}
.section--background-50-50-grey {
  background: linear-gradient(180deg, #F4F4F4 50%, #FFFFFF 50%);
}
.section--background-white-grey {
  background: linear-gradient(180deg, #FFFFFF 60%, #F4F4F4 40%);
}
.section--background-50-50-celeste {
  background: linear-gradient(180deg, #12a6eb 50%, #FFFFFF 50%);
}
.section--background-green {
  background: #00d9ce;
}
.section--background-red {
  background: #FF2846 !important;
}
.section--background-white-sky {
  background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%);
}
.section--background-sky {
  background-color: #EBF7FF;
}
.section--background-sky-to-sky-white-max767 {
  background-color: #EBF7FF;
}
.section--background-green-to-green-white-max767 {
  background: #00d9ce;
}

.maskTrust {
  height: 150px;
  width: 210px;
  position: absolute;
  z-index: 9996;
}

@media (max-width: 576px) {
  .section--background-sky-max576 {
    background-color: #EBF7FF;
  }
}
@media (max-width: 767px) {
  .section--background-sky-max767 {
    background-color: #EBF7FF;
  }
  .section--background-grey-max767 {
    background-color: #f4f4f4;
  }
  .section--background-celeste-max767 {
    background-color: #EBF7FF;
  }
  .section--background-sky-white-max767 {
    background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%);
  }
  .section--background-white-sky-max767 {
    background: linear-gradient(180deg, #FFFFFF 50%, #EBF7FF 50%);
  }
  .section--background-15-85-max767 {
    background: linear-gradient(180deg, white 17%, #ebf7ff 17%, #ebf7ff 100%);
  }
  .section--background-sky-6-max767 {
    background: linear-gradient(180deg, white 6%, #ebf7ff 6%, #ebf7ff 100%);
  }
  .section--background-sky-to-sky-white-max767 {
    background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%) !important;
  }
  .section--background-green-to-green-white-max767 {
    background: linear-gradient(180deg, #00d9ce 50%, #FFFFFF 50%) !important;
  }
  .section--background-green-to-green-white-max767-85p {
    background: linear-gradient(180deg, #00d9ce 85%, #FFFFFF 85%) !important;
  }

  .maskTrust {
    height: 150px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section--background-sky-min768 {
    background-color: #EBF7FF;
  }
  .section--background-grey-min768 {
    background-color: #F4F4F4;
  }
  .section--background-sky-white-min768 {
    background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%);
  }
  .section--background-white-sky-min768 {
    background: linear-gradient(180deg, #FFFFFF 50%, #EBF7FF 50%);
  }
}
@media (max-width: 991px) {
  .section--background-sky-max991 {
    background-color: #EBF7FF !important;
  }
}
@media (min-width: 992px) {
  .section--background-sky-min992 {
    background-color: #EBF7FF;
  }
  .section--background-sky-white-min992 {
    background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%);
  }
  .section--background-white-sky-min992 {
    background: linear-gradient(180deg, #FFFFFF 50%, #EBF7FF 50%);
  }
  .section--background-grey-min992 {
    background-color: #F4F4F4;
  }
  .section--background-15-85-min992 {
    background: linear-gradient(180deg, white 17%, #ebf7ff 17%, #ebf7ff 100%);
  }
  .section--background-50-50-min992 {
    background: linear-gradient(180deg, #EBF7FF 50%, #FFFFFF 50%);
  }
}
/*


@media (min-width: 768px) {

    .section {
        &--background-sky-white {
            background-color: #EBF7FF;
            margin:  0;
        }
    }
}



*/
.h-2 {
  margin-bottom: 30px;
}
.h-2__content-wrapper {
  padding-bottom: 32px;
}
.h-2__content-wrapper-fixed {
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-2__content-wrapper-fixed {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .h-2__content-wrapper-fixed {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .h-2__content-wrapper-fixed {
    padding-bottom: 102px;
  }
}
.h-2__title, .h-2__title__left, .h-2__title--28-30, .h-2__title--24, .h-2__title--38, .h-2__title--30 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  letter-spacing: -0.5px;
  color: #000;
}
.h-2__title .span-blue, .h-2__title__left .span-blue, .h-2__title--28-30 .span-blue, .h-2__title--24 .span-blue, .h-2__title--38 .span-blue, .h-2__title--30 .span-blue {
  color: #0078FF;
}
.h-2__title--30-custom {
  letter-spacing: -1px;
}
.h-2__title--24 {
  font-size: 24px;
  line-height: 32px;
}
.h-2__title--28-30 {
  font-size: 28px;
  line-height: 36px;
}
.h-2__title__left {
  text-align: left;
}

.h-3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.p-h2, .p-h2--center-to-left, .p-h2--center {
  font-family: Inter;
  font-style: normal;
  font-weight: 400px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.p-h2--center--24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.p-h2--center-to-left--24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 560.92px) {
  .p-h2--center-to-left--24 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
  }
}

.quotation, .quotation--der, .quotation--izq {
  font-family: Georgia !important;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #8cff00;
  display: inline-block;
  position: absolute;
}
.quotation--izq {
  margin-left: -20px;
  margin-top: 2px;
}
.quotation--der {
  margin-top: 3px;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .h-2__title--30 {
    font-size: 30px;
    line-height: 34px;
  }
  .h-2__title--38 {
    font-size: 38px;
    line-height: 42px;
  }
  .h-2__title--28-30 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  .h-2__letter-spacing-075 {
    letter-spacing: -0.75px;
  }

  .p-h2, .p-h2--center, .p-h2--center-to-left {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .p-h2--center {
    text-align: center;
    font-weight: 400px;
  }
}
@media (min-width: 551px) {
  .h-2__title, .h-2__title--30, .h-2__title--38, .h-2__title--24, .h-2__title--28-30, .h-2__title__left {
    text-align: center;
  }
  .h-2__title__left {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
}
.align--center {
  text-align: center;
}
.align--left {
  text-align: left;
}
.align__content-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-image__out-right {
  max-width: unset;
}

.pd--reset {
  padding: 0;
}
.pd--t5 {
  padding-top: 5px;
}
.pd--t10 {
  padding-top: 10px;
}
.pd--t15, .pd--t15--p {
  padding-top: 15px;
}
.pd--t20 {
  padding-top: 20px;
}
.pd--t30 {
  padding-top: 30px;
}
.pd--t35 {
  padding-top: 35px;
}
.pd--t40 {
  padding-top: 40px;
}
.pd--t50 {
  padding-top: 50px;
}
.pd--t80 {
  padding-top: 80px;
}
.pd--t90 {
  padding-top: 90px;
}
.pd--t140 {
  padding-top: 140px;
}
.pd--b10 {
  padding-bottom: 10px;
}
.pd--b20 {
  padding-bottom: 20px;
}
.pd--b30 {
  padding-bottom: 30px;
}
.pd--b35 {
  padding-bottom: 35px;
}
.pd--b40 {
  padding-bottom: 40px;
}
.pd--b45 {
  padding-bottom: 45px;
}
.pd--b50 {
  padding-bottom: 50px;
}
.pd--b80 {
  padding-bottom: 80px;
}
.pd--b90 {
  padding-bottom: 90px;
}
.pd--b140 {
  padding-bottom: 140px;
}
.pd--tb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd--tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd--tb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd--tb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd--tb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd--tb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd--tb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd--tb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd--tb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd--tb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pd--tb140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pd--l15 {
  padding-left: 15px;
}

.mg--reset {
  margin: 0;
}
.mg--auto {
  margin: 0 auto;
}
.mg--tb10-auto {
  margin: 10px auto;
}
.mg--b0 {
  margin-bottom: 0px !important;
}
.mg--b20 {
  margin-bottom: 20px;
}
.mg--b60 {
  margin-bottom: 60px;
}
.mg--b90 {
  margin-bottom: 90px;
}
.mg--b140 {
  margin-bottom: 140px;
}
.mg--t0 {
  margin-top: 0px !important;
}
.mg--t20 {
  margin-top: 20px;
}
.mg--t30 {
  margin-top: 30px;
}
.mg--t60 {
  margin-top: 60px;
}
.mg--t90 {
  margin-top: 90px;
}
.mg--t140 {
  margin-top: 140px;
}
.mg--tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mg--tb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mg--tb70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mg--tb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mg--tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mg--tb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mg--l0 {
  margin-left: 0px !important;
}
.mg--r0 {
  margin-right: 0px !important;
}

@media (max-width: 767px) {
  .align--left--p-max767 {
    text-align: left;
  }
  .align__left-max767 {
    text-align: left !important;
  }
  .align__right-max767 {
    text-align: right !important;
  }

  .pd {
    /*padding-top*/
    /*padding-bottom*/
    /*padding-top-bottom*/
  }
  .pd--t5-max767 {
    padding-top: 5px;
  }
  .pd--t15--p {
    padding-top: 7px;
  }
  .pd--t15-max767 {
    padding-top: 15px;
  }
  .pd--t20-max767 {
    padding-top: 20px;
  }
  .pd--t30-max767 {
    padding-top: 30px;
  }
  .pd--t35-max767 {
    padding-top: 35px;
  }
  .pd--t40-max767 {
    padding-top: 40px;
  }
  .pd--t50-max767 {
    padding-top: 50px;
  }
  .pd--t60-max767 {
    padding-top: 60px;
  }
  .pd--t70-max767 {
    padding-top: 70px;
  }
  .pd--t80-max767 {
    padding-top: 80px;
  }
  .pd--t100-max767 {
    padding-top: 100px;
  }
  .pd--b10-max767 {
    padding-bottom: 10px;
  }
  .pd--b12-max767 {
    padding-bottom: 12px;
  }
  .pd--b20-max767 {
    padding-bottom: 20px;
  }
  .pd--b30-max767 {
    padding-bottom: 30px;
  }
  .pd--b35-max767 {
    padding-bottom: 35px;
  }
  .pd--b40-max767 {
    padding-bottom: 40px;
  }
  .pd--b50-max767 {
    padding-bottom: 50px;
  }
  .pd--b60-max767 {
    padding-bottom: 60px;
  }
  .pd--b70-max767 {
    padding-bottom: 70px;
  }
  .pd--b80-max767 {
    padding-bottom: 80px;
  }
  .pd--t190-max767 {
    padding-top: 190px;
  }
  .pd--tb20-max767 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .mg {
    /*margin-top*/
    /* margin-top-bottom*/
  }
  .mg--auto {
    margin: 0 auto;
  }
  .mg--t5-max767 {
    margin-top: 5px;
  }
  .mg--t20-max767 {
    margin-top: 20px;
  }
  .mg--t70-max767 {
    margin-top: 70px;
  }
  .mg--t80-max767 {
    margin-top: 80px;
  }
  .mg--t140-max767 {
    margin-top: 140px;
  }
  .mg--tb80-max767 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg--tb140-max767 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .align--to-left-min768 {
    text-align: left !important;
  }

  .pd {
    /*padding-top*/
    /*padding-bottom*/
  }
  .pd--t5-min768 {
    padding-top: 5px;
  }
  .pd--t15-min768 {
    padding-top: 15px;
  }
  .pd--t20-min768 {
    padding-top: 20px;
  }
  .pd--t30-min768 {
    padding-top: 30px;
  }
  .pd--t35-min768 {
    padding-top: 35px;
  }
  .pd--t40-min768 {
    padding-top: 40px;
  }
  .pd--t50-min768 {
    padding-top: 50px;
  }
  .pd--t60-min768 {
    padding-top: 60px;
  }
  .pd--t65-min768 {
    padding-top: 65px;
  }
  .pd--t70-min768 {
    padding-top: 70px;
  }
  .pd--t80-min768 {
    padding-top: 80px;
  }
  .pd--t90-min768 {
    padding-top: 90px !important;
  }
  .pd--t95-min768 {
    padding-top: 90px !important;
  }
  .pd--t100-min768 {
    padding-top: 100px !important;
  }
  .pd--t110-min768 {
    padding-top: 110px !important;
  }
  .pd--t120-min768 {
    padding-top: 120px !important;
  }
  .pd--t140-min768 {
    padding-top: 140px;
  }
  .pd--t150-min768 {
    padding-top: 150px;
  }
  .pd--t155-min768 {
    padding-top: 155px;
  }
  .pd--b5-min768 {
    padding-bottom: 5px;
  }
  .pd--b15-min768 {
    padding-bottom: 15px;
  }
  .pd--b20-min768 {
    padding-bottom: 20px;
  }
  .pd--b30-min768 {
    padding-bottom: 30px;
  }
  .pd--b40-min768 {
    padding-bottom: 40px;
  }
  .pd--b50-min768 {
    padding-bottom: 50px;
  }
  .pd--b60-min768 {
    padding-bottom: 60px;
  }
  .pd--b70-min768 {
    padding-bottom: 70px;
  }
  .pd--b80-min768 {
    padding-bottom: 80px;
  }
  .pd--b90-min768 {
    padding-bottom: 90px;
  }
  .pd--b100-min768 {
    padding-bottom: 100px;
  }
  .pd--b110-min768 {
    padding-bottom: 110px;
  }
  .pd--b120-min768 {
    padding-bottom: 120px;
  }
  .pd--b130-min768 {
    padding-bottom: 130px;
  }

  .mg {
    /* margin-top*/
    /* margin-bottom*/
    /* margin-top-bottom*/
  }
  .mg--t60-min768 {
    margin-top: 60px;
  }
  .mg--t90-min768 {
    margin-top: 90px;
  }
  .mg--t140-min768 {
    margin-top: 140px;
  }
  .mg--b140-min768 {
    margin-bottom: 140px;
  }
  .mg--tb60-min768 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg--tb80-min768 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mg--tb140-min768 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*padding-top*/
  .pd {
    /*bottom*/
  }
  .pd--t5-min992 {
    padding-top: 5px;
  }
  .pd--t15-min992 {
    padding-top: 15px;
  }
  .pd--t20-min992 {
    padding-top: 20px;
  }
  .pd--t30-min992 {
    padding-top: 30px;
  }
  .pd--t35-min992 {
    padding-top: 35px;
  }
  .pd--t40-min992 {
    padding-top: 40px;
  }
  .pd--t50-min992 {
    padding-top: 50px;
  }
  .pd--t60-min992 {
    padding-top: 60px;
  }
  .pd--t70-min992 {
    padding-top: 70px;
  }
  .pd--t80-min992 {
    padding-top: 80px;
  }
  .pd--t90-min992 {
    padding-top: 90px;
  }
  .pd--t100-min992 {
    padding-top: 100px;
  }
  .pd--t110-min992 {
    padding-top: 110px;
  }
  .pd--t120-min992 {
    padding-top: 120px;
  }
  .pd--t140-min992 {
    padding-top: 140px;
  }
  .pd--t150-min992 {
    padding-top: 150px !important;
  }
  .pd--t160-min992 {
    padding-top: 160px !important;
  }
  .pd--b10-min992 {
    padding-bottom: 10px;
  }
  .pd--b20-min992 {
    padding-bottom: 20px;
  }
  .pd--b30-min992 {
    padding-bottom: 30px;
  }
  .pd--b40-min992 {
    padding-bottom: 40px;
  }
  .pd--b50-min992 {
    padding-bottom: 50px !important;
  }
  .pd--b60-min992 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  /*padding-top*/
  .pd {
    /*bottom*/
  }
  .pd--t5-min1200 {
    padding-top: 5px !important;
  }
  .pd--t15-min1200 {
    padding-top: 15px !important;
  }
  .pd--t20-min1200 {
    padding-top: 20px !important;
  }
  .pd--t30-min1200 {
    padding-top: 30px !important;
  }
  .pd--t35-min1200 {
    padding-top: 35px !important;
  }
  .pd--t40-min1200 {
    padding-top: 40px !important;
  }
  .pd--t50-min1200 {
    padding-top: 50px !important;
  }
  .pd--t60-min1200 {
    padding-top: 60px !important;
  }
  .pd--t65-min1200 {
    padding-top: 65px !important;
  }
  .pd--t70-min1200 {
    padding-top: 70px !important;
  }
  .pd--t80-min1200 {
    padding-top: 80px !important;
  }
  .pd--t90-min1200 {
    padding-top: 90px !important;
  }
  .pd--t100-min1200 {
    padding-top: 100px !important;
  }
  .pd--t110-min1200 {
    padding-top: 110px !important;
  }
  .pd--t120-min1200 {
    padding-top: 120px !important;
  }
  .pd--t140-min1200 {
    padding-top: 140px !important;
  }
  .pd--t150-min1200 {
    padding-top: 150px !important;
  }
  .pd--t165-min1200 {
    padding-top: 165px !important;
  }
  .pd--b30-min1200 {
    padding-bottom: 30px !important;
  }
  .pd--b40-min1200 {
    padding-bottom: 40px !important;
  }
  .pd--b50-min1200 {
    padding-bottom: 50px !important;
  }
  .pd--b60-min1200 {
    padding-bottom: 60px !important;
  }
  .pd--b70-min1200 {
    padding-bottom: 70px !important;
  }
  .pd--b80-min1200 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1440px) {
  .align-image__out-right {
    min-width: 940px;
  }
}
.faq .accordion.faq__accordion.active > span.icon__orange-down-arrow.faq--orange-down-arrow, .faq .accordion.active.faq__accordion--width > span.icon__orange-down-arrow.faq--orange-down-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq .accordion.faq__accordion.active > .row span.icon__orange-down-arrow.faq--orange-down-arrow, .faq .accordion.active.faq__accordion--width > .row span.icon__orange-down-arrow.faq--orange-down-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq__h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #050505;
}
.faq__accordion, .faq__accordion--width {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #000;
  outline: none;
  transition: 0.4s;
  padding: 12px 0 12px 0;
  cursor: pointer;
}
.faq__panel {
  margin-bottom: 6px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: max-height 0.2s ease-out;
  -webkit-box-shadow: none !important;
}
.faq__panel--border {
  border-bottom: 1px solid #aaaaaa;
}
.faq__copy, .faq__panel {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.faq__copy u, .faq__panel u {
  color: #FF6600;
  text-decoration: unset;
}
.faq__copy a, .faq__panel a {
  color: #FF6600 !important;
  text-decoration: underline !important;
  font-size: 16px;
}
.faq--orange-down-arrow {
  display: inline-block;
  float: right;
  position: relative;
}

@media (max-width: 767px) {
  .faq__h5 {
    font-weight: 300;
  }
  .faq__copy, .faq__panel {
    font-size: 14px;
  }
  .faq__copy a, .faq__panel a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .faq__accordion--width {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: #000;
    outline: none;
    transition: 0.4s;
    padding: 20px 0 20px 0;
    cursor: pointer;
    margin: 0 130px !important;
  }
  .faq__panel--border-width {
    border-bottom: 1px solid #aaaaaa;
    margin: 0 130px !important;
  }
}
@media (max-width: 991px) {
  .faq__panel--border {
    margin: 0;
  }
}
/*html .faq__copy a {
    font-weight: 400;
    color: #0078FF;
}*/
@media (max-width: 767px) {
  .faq__copy-align-1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .faq__copy-align-1 {
    text-align: center;
  }
}

.packages__iconpanel {
  margin-top: 40px !important;
}
.packages__wrapper-1 {
  background: #FFFFFF;
  box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
}
.packages__wrapper-2 {
  background: #FFFFFF;
  border: 1px solid #0078FF;
  box-sizing: border-box;
}
.packages__wrapper_title {
  background-color: #0078FF;
  color: #fff;
  padding: 24px 41px;
}
.packages__wrapper_title--rounded {
  border-radius: 18px 18px 0px 0px;
  margin-top: 52px;
}
.packages__title_h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
.packages__title_p {
  font-family: Inter;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin: 0px;
}
.packages__wrapper_subtitle {
  background-color: #F4F4F4;
  padding: 17px 41px;
  border-left: 1px solid #0078FF;
  border-right: 1px solid #0078FF;
}
.packages__subtitle_h3 {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.packages__list {
  border-right: 1px solid #0078FF;
  border-left: 1px solid #0078FF;
  border-bottom: 1px solid #0078FF;
  border-radius: 0px 0px 18px 18px;
  padding: 20px 68px 50px 45px;
}
.packages__copy {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 9px 0px;
  margin: auto;
}
.packages__orange-message {
  background: #FF6600;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  padding: 10px 41px;
  border-radius: 18px 18px 0px 0px;
}
.packages__list hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 13px;
  margin-top: 13px;
}
.packages__list .btn-collapse {
  background-color: #fff;
  background-position: 50% center;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: 1px solid #0078FF;
  cursor: pointer;
  height: 50px;
  margin: auto;
  padding: 15px 0 0 8px;
  position: relative;
  transition: 0.3s;
  width: 50px;
  z-index: 1;
  top: 25px;
}
.packages__list .panel {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0px;
  box-shadow: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: max-height 0.2s ease-out;
  width: 99%;
  margin-top: -50px;
}
.packages__icon-collapse-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.573' height='14.75' viewBox='0 0 23.573 14.75'%3E%3Cpath data-name='Trazado 2782' d='M22.823.788a1.078 1.078 0 010 1.39L12.435 13.962a.795.795 0 01-1.225 0L.823 2.179a1.079 1.079 0 010-1.39.8.8 0 011.225 0l9.775 11.089L21.594.788a.795.795 0 011.225 0z' fill='%23f60' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
  height: 18px;
  width: 26px;
}
.packages__list_icon__grey-check {
  margin-top: 15px;
}

.icon__grey-check, .packages__list_icon__grey-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.206' height='14.137' viewBox='0 0 18.206 14.137'%3E%3Cpath data-name='Trazado 2781' d='M6.971 13.86a.929.929 0 01-1.314 0L.406 8.615a1.394 1.394 0 010-1.972l.657-.657a1.394 1.394 0 011.972 0L6.314 9.26 15.168.408a1.394 1.394 0 011.972 0l.657.657a1.394 1.394 0 010 1.972z' fill='%23bdbdbd'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 14px;
}

.icon__blue-check {
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 20px;
  display: inline-block;
  margin: 15px 34px 0px 0px;
}

.btn-collapse.expand {
  padding: 13px 0 0 11px;
}

.expand span.packages__icon-collapse-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: auto;
  padding: 4px;
}

.packages__icon-collapse-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.063' height='12' viewBox='0 0 19.063 12'%3E%3Cpath data-name='Trazado 2783' d='M18.363.731a.862.862 0 010 1.112l-8.31 9.426a.636.636 0 01-.98 0L.763 1.843a.863.863 0 010-1.112.637.637 0 01.98 0L9.563 9.6 17.38.728a.636.636 0 01.98 0z' fill='%23f60' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  margin: 4px;
}

@media (max-width: 1200px) {
  .packages__subtitle_h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .packages__wrapper_subtitle {
    padding: 10px 48px;
  }
  .packages__list {
    padding: 16px 48px 50px 48px;
  }
  .packages__wrapper_title {
    padding: 14px 48px;
  }
}
@media (max-width: 991px) {
  .packages__package-1 {
    margin-bottom: 75px;
  }
  .packages__list {
    padding: 16px 0px 50px 16px;
  }
  .packages__wrapper_title {
    padding: 14px 16px;
  }
  .packages__wrapper_subtitle {
    padding: 10px 16px;
  }
  .packages__orange-message {
    padding: 10px 16px;
    font-weight: 400;
  }
  .packages__title_h2 {
    font-size: 24px;
    line-height: 21px;
  }
  .packages__title_p {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .planes-precios .row.gap-s {
    padding-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .btn-collapse.expand span.packages__icon-collapse-down {
    margin: 2px 6px;
  }
}
@media (max-width: 767px) {
  .planes-precios .h-2_sub {
    text-align: left !important;
  }

  .packages__copy {
    font-size: 15px;
    line-height: 24px;
  }

  .packages__list hr {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .btn-collapse.expand {
    padding: 8px 0 0 2px;
    transform: translateY(685px);
    margin: auto;
  }

  .btn-collapse {
    top: 20px;
  }

  .package-1__wrapper {
    margin-bottom: 65px;
  }

  .packages__title-1__h-2__sub {
    font-size: 24px;
    line-height: 24px;
  }
  .packages .panel {
    top: -35px;
  }
  .packages .btn-collapse {
    height: 40px;
    width: 40px;
    padding: 15px 0 0 9px;
  }
  .packages__icon-collapse-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.063' height='12' viewBox='0 0 19.063 12'%3E%3Cpath data-name='Trazado 2783' d='M18.363.731a.862.862 0 010 1.112l-8.31 9.426a.636.636 0 01-.98 0L.763 1.843a.863.863 0 010-1.112.637.637 0 01.98 0L9.563 9.6 17.38.728a.636.636 0 01.98 0z' fill='%23f60' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
    height: 18px;
    width: 26px;
  }
  .packages__item__copy {
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .package-1__wrapper {
    margin-top: 65px;
    padding: 0 0 50px 0;
  }

  .package-2__wrapper {
    padding: 0 0 50px 0;
    border-radius: unset;
  }

  .packages__icon-collapse-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.063' height='12' viewBox='0 0 19.063 12'%3E%3Cpath data-name='Trazado 2783' d='M18.363.731a.862.862 0 010 1.112l-8.31 9.426a.636.636 0 01-.98 0L.763 1.843a.863.863 0 010-1.112.637.637 0 01.98 0L9.563 9.6 17.38.728a.636.636 0 01.98 0z' fill='%23f60' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    margin: 4px;
  }

  .packages__icon-collapse-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.573' height='14.75' viewBox='0 0 23.573 14.75'%3E%3Cpath data-name='Trazado 2782' d='M22.823.788a1.078 1.078 0 010 1.39L12.435 13.962a.795.795 0 01-1.225 0L.823 2.179a1.079 1.079 0 010-1.39.8.8 0 011.225 0l9.775 11.089L21.594.788a.795.795 0 011.225 0z' fill='%23f60' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
    height: 18px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
  }
  .packages__item__copy {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .btn-collapse.expand {
    padding: 8px 0 0 2px;
    transform: translateY(700px);
    margin: auto;
  }
}
@media (min-width: 992px) {
  .packages__item__copy {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .packages__copy {
    padding: 5px 0px;
  }

  .btn-collapse.expand {
    transform: translateY(605px);
    padding: 12px 0 0 10px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .btn-collapse.expand {
    transform: translateY(590px);
    padding: 12px 0 0 10px;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .packages__orange-message {
    margin-top: 50px;
  }

  .planes-precios .row.gap-s {
    padding-top: 0px !important;
  }

  .planes-precios .h-2_sub {
    margin-bottom: 0px;
    margin-top: 16px;
  }

  .packages__subtitle_h3 {
    font-size: 14px;
  }

  .btn-collapse.expand {
    padding: 8px 0 0 2px;
    transform: translateY(475px);
    margin: auto;
  }
}
@media (max-width: 440px) {
  .btn-collapse.expand {
    padding: 8px 0 0 2px;
    transform: translateY(550px);
    margin: auto;
  }
}
@media (max-width: 329px) {
  .btn-collapse.expand {
    padding: 8px 0 0 2px;
    transform: translateY(600px);
    margin: auto;
  }
}
.inscripcion__list {
  color: #000;
  counter-reset: steps;
  list-style: none;
  padding: 0;
}
.inscripcion__list__item {
  counter-increment: steps;
  padding: 10px 0;
}
.inscripcion__list__item::before {
  color: #00E3D8;
  content: counter(steps);
  display: inline-grid;
  height: 34px;
  place-items: center;
  vertical-align: top;
  width: 34px;
  margin-right: 38px;
}
.inscripcion__list__item__copy {
  display: inline-block;
  font-size: 22px;
}

@media (max-width: 768px) {
  .inscripcion__list__item__copy {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    width: 80%;
  }

  .inscripcion__list__item::before {
    font-size: 48px;
    line-height: 56px;
    margin-right: 25px;
    display: inline-block;
    height: auto;
    width: auto;
    vertical-align: top;
  }

  .inscripcion__list {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .inscripcion__list {
    margin-top: 0px;
  }
}
.inscripcion__list__item_oneline {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .inscripcion__list {
    margin-top: 70px;
  }
  .inscripcion__list__item::before {
    font-size: 48px;
    line-height: 56px;
  }
  .inscripcion__list__item__copy--one {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .leaders__list {
    color: #0078FF;
    list-style: none;
    padding: 0;
    counter-reset: steps;
  }
  .leaders__list__item__h-2 {
    display: block;
    font-weight: 400;
    margin: 17px 0 52px 0px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    color: #0078FF;
  }
  .leaders__list__item__copy {
    display: inline-block;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .leaders__list {
    color: #0078FF;
    list-style: none;
    padding: 0;
  }
  .leaders__list__item {
    margin-bottom: 23px;
  }
  .leaders__list__item__h-2 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
    color: #0078FF;
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .icon__green {
    display: inline-block !important;
    vertical-align: middle;
    width: 55px !important;
    height: 60px !important;
  }

  .leaders__list__item__h-2 {
    display: inline-block !important;
    margin: 0px 0px 20px 5px;
    padding: 10px 0px;
    font-size: 22px;
    line-height: 115%;
  }
}
@media (max-width: 460px) {
  .leaders__list__item__h-2 {
    display: inline-block !important;
    margin: 0px 0px 20px 5px;
    padding: 10px 0px;
    font-size: 22px;
    line-height: 115%;
  }
}
@media (min-width: 550px) and (max-width: 991px) {
  .leaders__col-wrapper {
    display: inline-block;
    width: 50%;
  }
}
.trustpilot__mask, .trustpilot__mask--3, .trustpilot__mask--2, .trustpilot__mask--1 {
  z-index: 9;
  position: absolute;
}
.trustpilot__mask--1 {
  width: 100%;
  right: 0px;
  height: 101px;
}
.trustpilot__mask--2 {
  width: 100%;
  right: 0px;
  height: 101px;
}
.trustpilot__mask--3 {
  width: 207px;
  height: 136px;
  left: 0px;
}

@media (max-width: 767px) {
  .trustpilot__mask--1 {
    z-index: 9;
    height: 80px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 460px;
  }
  .trustpilot__mask--2 {
    z-index: 10;
    height: 55px;
    width: 100%;
    right: 0px;
    position: absolute;
  }
}
.icon, .icon__arrow-right-orange, .icon__arrow-right-yellow--left, .icon__arrow-right-yellow--left--165, .icon__arrow-right-yellow--left--75, .icon__arrow-right-yellow-left-40, .icon__arrow-right-yellow {
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 16px;
  margin-top: 21px;
  padding-right: 33px;
  position: relative;
  width: 10px;
  /*
      &__blue-check-list {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.206' height='14.137' viewBox='0 0 18.206 14.137'%3E%3Cpath data-name='Trazado 2779' d='M6.971 13.86a.929.929 0 01-1.314 0L.409 8.615a1.394 1.394 0 010-1.972l.657-.657a1.394 1.394 0 011.972 0L6.314 9.26 15.168.408a1.394 1.394 0 011.972 0l.657.657a1.394 1.394 0 010 1.972z' fill='%230078ff'/%3E%3C/svg%3E");
          height: 15px;
          width: 19px;
      }
  */
}
.icon__arrow-right-yellow {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon__arrow-right-yellow-left-40 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-top: 0px;
  left: 40px;
}
.icon__arrow-right-yellow--left, .icon__arrow-right-yellow--left--165, .icon__arrow-right-yellow--left--75 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-top: 0px;
}
.icon__arrow-right-yellow--left--75 {
  left: 75px;
}
.icon__arrow-right-yellow--left--165 {
  left: 165px;
}
.icon__arrow-right-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23F60' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon__arrow-rigth-red, .icon__arrow-rigth-red--top-0 {
  width: 97px;
  height: 178px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='128' viewBox='0 0 110 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.098 63.9124C91.1197 46.4063 93.9535 11.5078 69.753 5.74614C66.1679 4.89274 62.2225 4.71843 58.7283 6.0435C58.1831 6.25004 52.4951 9.40937 53.5222 10.3611C53.5264 10.3649 53.9721 10.2345 54.6356 10.0403C56.4511 9.50891 59.8972 8.50031 60.389 8.46066C63.3583 8.22032 66.3854 8.60087 69.1951 9.60815C73.872 11.2845 77.3074 14.7003 79.8117 18.93C86.0985 29.5466 85.8737 42.5302 83.0984 54.1753C80.4324 65.3617 75.326 75.9498 68.993 85.4841C65.956 90.0566 62.5481 94.3797 58.7464 98.3352C56.8214 100.338 54.7904 102.289 52.6025 104.003C51.9974 104.477 51.4065 104.496 50.8476 104.514C50.224 104.534 49.6404 104.553 49.1219 105.201C48.7572 105.657 48.4672 108.206 48.6449 108.633C50.1123 112.161 54.4485 108.668 55.9652 107.437C60.6888 103.606 64.8342 99.0813 68.5467 94.2672C75.5892 85.1344 81.3366 74.8473 85.098 63.9124ZM37.8669 116.99C44.1209 110.332 49.0009 102.739 51.603 93.9318C52.2166 91.8549 50.6377 94.0251 49.7514 95.2432C49.3479 95.7978 49.088 96.155 49.2438 95.8245C47.8036 98.8785 45.9374 101.719 43.9123 104.412C40.4367 109.034 36.5213 113.374 32.1242 117.136C32.0214 117.224 31.8072 117.375 31.5224 117.577C29.632 118.916 24.6322 122.457 28.4696 124.168C29.702 124.717 32.2408 123.685 34.386 122.813C35.4712 122.372 36.4557 121.971 37.1194 121.838C39.5159 121.354 41.9557 121.131 44.3877 120.919C45.3733 120.833 46.3667 120.759 47.3638 120.684C51.8477 120.347 56.4071 120.004 60.6787 118.636C62.5355 118.042 71.0205 113.977 68.9822 110.822C68.5876 110.212 64.5129 111.775 61.1083 113.081C59.1727 113.823 57.4537 114.483 56.7505 114.612C53.4008 115.23 50.0256 115.573 46.6505 115.916C43.7171 116.214 40.7837 116.512 37.8669 116.99Z' fill='%23FF2846'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0px;
  top: 50px;
}
.icon__arrow-rigth-red--top-0 {
  top: 0px;
  left: 341px;
}
.icon__green {
  background-repeat: no-repeat;
  display: block;
}
.icon__green-commentary {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='33' viewBox='0 0 45 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.765.324H27.36a4.32 4.32 0 014.32 4.319V19.039a4.32 4.32 0 01-4.32 4.32H11.524v6.457l-5.759-6.458h-1.44A4.32 4.32 0 01.006 19.04V4.643a4.32 4.32 0 014.32-4.32H25.92' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.31 14H41.49a3.435 3.435 0 013.435 3.436v11.452a3.435 3.435 0 01-3.435 3.436H23.165a3.436 3.436 0 01-3.435-3.436V17.436A3.436 3.436 0 0123.165 14h17.178' fill='%2300E3D8'/%3E%3C/svg%3E");
  width: 45px;
  height: 32px;
}
.icon__green-computer {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='32' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.16 5.393v22.691H3.84V5.393C3.84 4 5.017 2.872 6.47 2.872h35.06c1.452 0 2.63 1.129 2.63 2.52zM1.256 32h45.486c.69 0 1.256-.536 1.256-1.19v-.737c0-.326-.282-.594-.628-.594H.628c-.345 0-.628.268-.628.594v.738C0 31.464.565 32 1.257 32z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.188 0H39.13C38.02 0 37.12.9 37.12 2.011v19.11c0 1.11.9 2.01 2.011 2.01h10.057c1.11 0 2.011-.9 2.011-2.01V2.01C51.2.901 50.3 0 49.188 0z' fill='%2300E3D8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.617 21.455h-2.195a.335.335 0 110-.67h3.474a.335.335 0 010 .67' fill='%23fff'/%3E%3C/svg%3E");
  width: 52px;
  height: 32px;
}
.icon__green-computer-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M48.118 31.222V6.456a2.8 2.8 0 0 0-2.8-2.8H6.468a2.8 2.8 0 0 0-2.8 2.8v24.766h44.45ZM.651 32.755h50.498a.65.65 0 0 1 .651.658v.805a1.302 1.302 0 0 1-1.302 1.295H1.302A1.302 1.302 0 0 1 0 34.21v-.798a.65.65 0 0 1 .651-.651v-.007Z' fill='%2300E3D8'/%3E%3Cpath d='M53.9.513H42.7a2.1 2.1 0 0 0-2.1 2.1V23.71a2.1 2.1 0 0 0 2.1 2.1h11.2a2.1 2.1 0 0 0 2.1-2.1V2.613a2.1 2.1 0 0 0-2.1-2.1Zm-4.403 23.464h-2.429a.364.364 0 1 1 0-.7h2.401a.364.364 0 1 1 0 .7h.028Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .513)' d='M0 0h56v35H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 35px;
}
.icon__green-aim {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.587 7.412c-5.853-5.853-15.343-5.853-21.197 0-5.853 5.854-5.853 15.344 0 21.198 5.854 5.853 15.344 5.853 21.197 0 5.854-5.854 5.854-15.344 0-21.198zm-2.44 18.758c-4.498 4.499-11.818 4.499-16.317 0-4.499-4.498-4.499-11.819 0-16.318 4.499-4.498 11.819-4.498 16.318 0 4.499 4.5 4.499 11.82 0 16.318z' fill='%238CFF00'/%3E%3Cpath d='M20.944 12.056c-3.284-3.284-8.627-3.284-11.91 0-3.284 3.283-3.284 8.626 0 11.91 3.283 3.283 8.626 3.283 11.91 0 3.283-3.284 3.283-8.627 0-11.91zm-2.45 9.46a4.963 4.963 0 01-7.01 0 4.963 4.963 0 01-.001-7.01 4.963 4.963 0 017.011 0 4.963 4.963 0 010 7.01z' fill='%238CFF00'/%3E%3Cpath d='M13.402 16.424a2.244 2.244 0 103.173 3.174 2.244 2.244 0 00-3.173-3.174z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M32.56 3.418a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722a.791.791 0 01-.564.236h-1.822L16.4 18.183a.868.868 0 01-1.228 0 .869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' fill='%2300E3D8'/%3E%3Cpath d='M32.56 3.418h0a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722s0 0 0 0a.791.791 0 01-.564.236h-1.822L16.4 18.183h0a.868.868 0 01-1.228 0h0a.869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56h0L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' stroke='%2300E3D8' stroke-width='.5'/%3E%3C/g%3E%3C/svg%3E");
  width: 36px;
  height: 36px;
}
.icon__green-document {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2683 48.9701H2.92683C1.31707 48.9701 0 47.6521 0 46.0433V11.5272C0 9.91742 1.31707 8.60034 2.92683 8.60034H29.2683C30.878 8.60034 32.1951 9.91742 32.1951 11.5272V46.0433C32.1951 47.6521 30.878 48.9701 29.2683 48.9701Z' fill='%2300E3D8'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.8537 40.5592H19.5122C17.9025 40.5592 16.5854 39.2421 16.5854 37.6324V3.11628C16.5854 1.50653 17.9025 0.189453 19.5122 0.189453H45.8537C47.4634 0.189453 48.7805 1.50653 48.7805 3.11628V37.6324C48.7805 39.2421 47.4634 40.5592 45.8537 40.5592Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 37.2037H6.84634C6.38195 37.2037 5.99658 36.8183 5.99658 36.3539C5.99658 35.8895 6.38195 35.5051 6.84634 35.5051H25.3488C25.8141 35.5051 26.1985 35.8895 26.1985 36.3539C26.1985 36.8183 25.8141 37.2037 25.3488 37.2037Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 32.157H6.84634C6.38195 32.157 5.99658 31.7726 5.99658 31.3083C5.99658 30.8429 6.38195 30.4595 6.84634 30.4595H25.3488C25.8141 30.4595 26.1985 30.8429 26.1985 31.3083C26.1985 31.7726 25.8141 32.157 25.3488 32.157Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 27.1111H6.84634C6.38195 27.1111 5.99658 26.7258 5.99658 26.2614C5.99658 25.797 6.38195 25.4126 6.84634 25.4126H25.3488C25.8141 25.4126 26.1985 25.797 26.1985 26.2614C26.1985 26.7258 25.8141 27.1111 25.3488 27.1111Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 22.0645H6.84634C6.38195 22.0645 5.99658 21.6801 5.99658 21.2157C5.99658 20.7513 6.38195 20.366 6.84634 20.366H25.3488C25.8141 20.366 26.1985 20.7513 26.1985 21.2157C26.1985 21.6801 25.8141 22.0645 25.3488 22.0645Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 50px;
}
.icon__green-cicle {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='58' viewBox='0 0 49 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.9 31.6894C0.8 31.6894 0.8 31.6894 0.7 31.6894C0.3 31.5894 0 31.2894 0 30.7894V25.9894C0 15.8894 8.3 7.58944 18.4 7.58944H30.6V1.08944C30.6 0.689437 30.8 0.389437 31.1 0.289437C31.4 0.0894369 31.8 0.189437 32.1 0.389437L46.9 13.3894C47.1 13.5894 47.2 13.7894 47.2 14.0894C47.2 14.3894 47.1 14.5894 46.9 14.7894L32.1 27.7894C31.8 27.9894 31.4 28.0894 31.1 27.8894C30.8 27.6894 30.6 27.3894 30.6 27.0894V20.5894H17.2C10.5 20.5894 4.5 24.5894 1.9 30.7894L1.8 31.1894C1.6 31.4894 1.3 31.6894 0.9 31.6894Z' fill='%238CFF00'/%3E%3Cpath d='M16.7 57.6894C16.5 57.6894 16.3 57.5894 16.1 57.4894L1.3 44.4894C1.1 44.2894 1 44.0894 1 43.7894C1 43.4894 1.1 43.2894 1.3 43.0894L16.1 30.0894C16.4 29.8894 16.8 29.7894 17.1 29.9894C17.4 30.1894 17.6 30.4894 17.6 30.7894V37.2894H31C37.7 37.2894 43.7 33.2894 46.3 27.0894L46.5 26.6894C46.7 26.2894 47.1 26.0894 47.5 26.0894C47.9 26.1894 48.2 26.5894 48.2 26.9894V31.7894C48.2 41.8894 39.9 50.1894 29.8 50.1894H17.6V56.6894C17.6 57.0894 17.4 57.3894 17.1 57.4894C17 57.6894 16.8 57.6894 16.7 57.6894Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
  width: 42px;
  height: 50px;
}
.icon__green-star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.25' height='28.989' viewBox='0 0 37.25 28.989'%3E%3Cpath data-name='Trazado 2795' d='M15.7.317l4.131 9.263a.038.038 0 00.029.021l10.086 1.066a.534.534 0 01.3.929l-7.529 6.791a.035.035 0 00-.012.034l2.1 9.921a.535.535 0 01-.79.574l-8.784-5.065a.036.036 0 00-.037 0l-8.785 5.065a.535.535 0 01-.791-.574l2.1-9.921a.035.035 0 00-.011-.034L.178 11.596a.534.534 0 01.3-.929l10.087-1.066a.037.037 0 00.029-.021l4.13-9.263a.534.534 0 01.976 0z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 2796' d='M37.25 10.008a6.983 6.983 0 11-6.983-6.983 6.983 6.983 0 016.983 6.983z' fill='%2300e3d8' fill-rule='evenodd' opacity='.7'/%3E%3Cpath data-name='Trazado 2797' d='M33.039 8.052l-1.385 1.3-2.774 2.609-1.38-1.3' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.291'/%3E%3C/svg%3E");
  width: 40px;
  height: 33px;
}
.icon__orange-down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.799' height='6.996' viewBox='0 0 10.799 6.996'%3E%3Cpath data-name='Trazado 2778' d='M10.189.626a.472.472 0 010 .606l-4.5 5.138a.343.343 0 01-.531 0L.653 1.232a.473.473 0 010-.606.344.344 0 01.531 0l4.237 4.836L9.658.626a.343.343 0 01.531 0z' fill='%23fff' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 10px;
  width: 12px;
}
.icon__orange-up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.12 6.71L6 2.83l3.88 3.88a.996.996 0 101.41-1.41L6.7.71a.996.996 0 00-1.41 0L.7 5.3a.996.996 0 000 1.41c.39.38 1.03.39 1.42 0z' fill='%23F60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 10px;
  width: 12px;
}
.icon__green-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='52' viewBox='0 0 67 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.1895L2.917 40.6374C1.13439 37.5765 0.162055 34.0323 0.162055 30.4881C0.162055 19.2916 9.31818 10.1895 20.581 10.1895C26.0099 10.1895 31.1957 12.2838 35.004 16.1502C38.8933 20.0166 41 25.0912 41 30.4881C41 41.6845 31.8439 50.7867 20.581 50.7867C17.1779 50.7867 13.7747 49.9007 10.7767 48.2897L0 51.1895Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8903 20.1724C15.4572 19.1895 15.0241 19.1895 14.5909 19.1895C14.2445 19.1895 13.898 19.1895 13.4649 19.1895C13.1184 19.1895 12.512 19.3682 11.9923 19.9043C11.4726 20.5299 10 21.8703 10 24.7299C10 27.5894 11.9923 30.3596 12.3388 30.8065C12.5986 31.1639 16.2368 37.2405 22.0404 39.6533C26.8046 41.6192 27.7574 41.1724 28.7969 41.083C29.8364 40.9937 32.1751 39.6533 32.6083 38.3128C33.0414 36.9724 33.0414 35.8107 32.9547 35.5426C32.7815 35.2745 32.435 35.1852 31.8287 34.8277C31.2223 34.5596 28.4504 33.1299 27.9307 32.9511C27.411 32.7724 27.0645 32.683 26.6314 33.2192C26.2849 33.8447 25.1588 35.0958 24.8123 35.5426C24.4658 35.9001 24.1193 35.9894 23.5996 35.7213C22.9932 35.4533 21.1742 34.8277 19.0087 32.8618C17.3628 31.3426 16.1501 29.3767 15.8903 28.8405C15.5438 28.215 15.8903 27.9469 16.1501 27.6788C16.41 27.4107 16.7565 26.9639 17.0164 26.6958C17.2762 26.3384 17.3628 26.0703 17.6227 25.7128C17.7959 25.3554 17.7093 24.998 17.5361 24.7299C17.4495 24.2831 16.3234 21.3341 15.8903 20.1724Z' fill='white'/%3E%3Cpath d='M33.1 0.189453H63.4C65.1 0.189453 66.5 1.58945 66.5 3.28945V21.3895C66.5 23.0895 65.1 24.4895 63.4 24.4895H42.8L34.3 30.4895V24.4895H33.1C31.4 24.4895 30 23.0895 30 21.3895V3.28945C30 1.58945 31.4 0.189453 33.1 0.189453Z' fill='%2300E3D8'/%3E%3Cpath d='M53.9 11.3894C53.9 12.7894 55 13.8894 56.4 13.8894C57.8 13.8894 58.9 12.7894 58.9 11.3894C58.9 9.9894 57.8 8.8894 56.4 8.8894C55 8.8894 53.9 9.9894 53.9 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M45.7 11.3894C45.7 12.7894 46.8 13.8894 48.2 13.8894C49.6 13.8894 50.7 12.7894 50.7 11.3894C50.7 9.9894 49.6 8.8894 48.2 8.8894C46.8 8.8894 45.7 9.9894 45.7 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M37.5 11.3894C37.5 12.7894 38.6 13.8894 40 13.8894C41.4 13.8894 42.5 12.7894 42.5 11.3894C42.5 9.9894 41.4 8.8894 40 8.8894C38.6 8.8894 37.5 9.9894 37.5 11.3894Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  width: 67px;
  height: 50px;
}
.icon__green-note {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='44' viewBox='0 0 54 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 43.1895H3C1.4 43.1895 0 41.7895 0 40.0895V3.28945C0 1.58945 1.4 0.189453 3 0.189453H30C31.6 0.189453 33 1.58945 33 3.28945V40.0895C33 41.7895 31.6 43.1895 30 43.1895Z' fill='%238CFF00'/%3E%3Cpath d='M40.6 7.8894L21.4 26.5894C21.3 26.6894 21.2 26.7894 21.2 26.8894L19 35.2894C18.9 35.5894 19 35.7894 19.2 35.9894C19.3 36.0894 19.5 36.1894 19.7 36.1894C19.8 36.1894 19.8 36.1894 19.9 36.1894L28.5 34.0894C28.6 34.0894 28.8 33.9894 28.9 33.8894L48.1 15.1894L40.6 7.8894Z' fill='%2300E3D8'/%3E%3Cpath d='M52.9 5.3895L50.8 3.2895C49.4 1.8895 46.9 1.8895 45.4 3.2895L42.8 5.8895L50.3 13.1895L52.9 10.5895C53.6 9.8895 54 8.8895 54 7.9895C54 6.9895 53.6 6.0895 52.9 5.3895Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
  width: 54px;
  height: 50px;
}
.icon__green-microphone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.092' height='56.476'%3E%3Cg data-name='Grupo 1780'%3E%3Cpath data-name='Trazado 2786' d='M27.381 23.935a1.185 1.185 0 00-1.17 1.2V34.3a12.026 12.026 0 01-11.879 12.163h-.113A12.026 12.026 0 012.341 34.3v-9.167a1.185 1.185 0 00-1.17-1.2 1.185 1.185 0 00-1.17 1.2v9.507a14.6 14.6 0 0012.835 14.752v4.08H6.945a1.5 1.5 0 000 3h14.662a1.5 1.5 0 000-3h-5.891v-4.079a14.5 14.5 0 0012.836-14.55v-9.71a1.185 1.185 0 00-1.171-1.198z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 2787' d='M23.073 15.7v-1.778a8.906 8.906 0 00-8.8-9.011 8.906 8.906 0 00-8.8 9.011v20.026a8.906 8.906 0 008.8 9.011 8.906 8.906 0 008.8-9.011V15.7z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 1779'%3E%3Cpath data-name='Trazado 2788' d='M47.092 11.5A11.5 11.5 0 1135.592 0a11.5 11.5 0 0111.5 11.5z' fill='%2300e3d8' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 2789' d='M40.092 9l-2.249 2-4.5 4-2.251-2' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.291'/%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  height: 57px;
  background-repeat: no-repeat;
}
.icon__green-herramientas-innovadoras {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.129 19.37a27.213 27.213 0 100 38.492 27.224 27.224 0 000-38.491zM50.69 53.436a20.953 20.953 0 110-29.627 20.974 20.974 0 010 29.627z' fill='%238CFF00'/%3E%3Cpath d='M46.697 27.802a15.294 15.294 0 100 21.628 15.325 15.325 0 000-21.628zm-4.448 17.18a9 9 0 110-12.732 9.011 9.011 0 010 12.732z' fill='%238CFF00'/%3E%3Cpath d='M33.005 35.739a4.068 4.068 0 105.755 0 4.056 4.056 0 00-5.755 0z' fill='%238CFF00'/%3E%3Cpath d='M67.787 12.12a1.444 1.444 0 01-.306 1.57l-.316-.327.316.327-4.87 4.943a1.41 1.41 0 01-1.053.421h-3.31L38.413 38.932a1.581 1.581 0 01-2.235 0 1.591 1.591 0 010-2.234l19.91-19.941v-3.162a1.402 1.402 0 01.421-1.054l4.87-4.87a1.433 1.433 0 011.56-.316l-.17.422a.97.97 0 01.612.906l4.406 3.436zm0 0a1.444 1.444 0 00-1.328-.876h-2.625l3.953.875z' fill='%2300E3D8'/%3E%3Cpath d='M67.787 12.12a1.444 1.444 0 01-.306 1.57l-.316-.327.316.327-4.87 4.943a1.41 1.41 0 01-1.053.421h-3.31L38.413 38.932a1.581 1.581 0 01-2.235 0 1.591 1.591 0 010-2.234l19.91-19.941v-3.162a1.402 1.402 0 01.421-1.054v0l4.87-4.87a1.433 1.433 0 011.56-.316v0l-.17.422a.97.97 0 01.612.906l4.406 3.436zm0 0a1.444 1.444 0 00-1.328-.876h-2.625l3.953.875z' stroke='%2300E3D8' stroke-width='.86'/%3E%3C/svg%3E");
  width: 69.3px;
  height: 75px;
}
.icon__green-feedback-all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.2' height='57.509' viewBox='0 0 48.2 57.509'%3E%3Cg data-name='Grupo 1774'%3E%3Cpath data-name='Trazado 2769' d='M.9 31.509H.7a.876.876 0 01-.7-.9v-4.8a18.48 18.48 0 0118.4-18.4h12.2v-6.5a.792.792 0 01.5-.8.92.92 0 011 .1l14.8 13a.967.967 0 010 1.4l-14.8 13a.92.92 0 01-1 .1 1.02 1.02 0 01-.5-.8v-6.5H17.2a16.557 16.557 0 00-15.3 10.2l-.1.4a1.05 1.05 0 01-.9.5z' fill='%238cff00'/%3E%3Cpath data-name='Trazado 2770' d='M16.7 57.509a1.421 1.421 0 01-.6-.2l-14.8-13a.967.967 0 010-1.4l14.8-13a.92.92 0 011-.1 1.02 1.02 0 01.5.8v6.5H31a16.557 16.557 0 0015.3-10.2l.2-.4a1.1 1.1 0 011-.6.961.961 0 01.7.9v4.8a18.48 18.48 0 01-18.4 18.4H17.6v6.5a.792.792 0 01-.5.8.4.4 0 01-.4.2z' fill='%2300e3d8'/%3E%3C/g%3E%3C/svg%3E");
  width: 49px;
  height: 58px;
}
.icon__green-whatsapp-all {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66.5' height='51' viewBox='0 0 66.5 51'%3E%3Cg data-name='Grupo 1775'%3E%3Cpath data-name='Trazado 2771' d='M0 51l2.917-10.552A20.251 20.251 0 0120.581 10 20.151 20.151 0 0135 15.961 20.05 20.05 0 0141 30.3a20.377 20.377 0 01-20.419 20.3 20.851 20.851 0 01-9.8-2.5z' fill='%238cff00'/%3E%3Cpath data-name='Trazado 2772' d='M15.89 19.983C15.457 19 15.024 19 14.591 19h-1.126a2.207 2.207 0 00-1.473.715A6.613 6.613 0 0010 24.54a11.413 11.413 0 002.339 6.077c.26.357 3.9 6.434 9.7 8.847 4.764 1.966 5.717 1.519 6.757 1.43s3.378-1.43 3.811-2.77a6.25 6.25 0 00.346-2.77c-.173-.268-.52-.357-1.126-.715-.606-.268-3.378-1.7-3.9-1.877s-.866-.268-1.3.268a26.333 26.333 0 01-1.819 2.323.9.9 0 01-1.213.179 14.448 14.448 0 01-4.591-2.86 16.606 16.606 0 01-3.118-4.021c-.346-.625 0-.894.26-1.162s.606-.715.866-.983c.26-.358.346-.626.606-.983a.984.984 0 00-.087-.983c-.082-.446-1.208-3.395-1.641-4.557z' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 2773' d='M33.1 0h30.3a3.116 3.116 0 013.1 3.1v18.1a3.116 3.116 0 01-3.1 3.1H42.8l-8.5 6v-6h-1.2a3.116 3.116 0 01-3.1-3.1V3.1A3.116 3.116 0 0133.1 0z' fill='%2300e3d8' opacity='.7'/%3E%3Cpath data-name='Trazado 2774' d='M53.9 11.2a2.5 2.5 0 102.5-2.5 2.476 2.476 0 00-2.5 2.5z' fill='%23f0f0f0'/%3E%3Cpath data-name='Trazado 2775' d='M45.7 11.2a2.5 2.5 0 102.5-2.5 2.476 2.476 0 00-2.5 2.5z' fill='%23f0f0f0'/%3E%3Cpath data-name='Trazado 2776' d='M37.5 11.2A2.5 2.5 0 1040 8.7a2.476 2.476 0 00-2.5 2.5z' fill='%23f0f0f0'/%3E%3C/g%3E%3C/svg%3E");
  width: 67px;
  height: 51px;
}
.icon__nd-green-pc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath data-name='Rectángulo 3' fill='%23fff' d='M0 0h42v42H0z'/%3E%3Cg data-name='Grupo 2'%3E%3Cpath data-name='Trazado 1' d='M35.5 14.959v17.635H4.913V14.959A1.977 1.977 0 016.908 13h26.6a1.977 1.977 0 011.992 1.959zM2.953 35.638h34.509a.942.942 0 00.953-.924v-.574a.471.471 0 00-.477-.462H2.476A.471.471 0 002 34.14v.573a.942.942 0 00.953.925z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 1'%3E%3Cpath data-name='Trazado 2' d='M39.419 7h-7.9a1.565 1.565 0 00-1.58 1.55v14.724a1.565 1.565 0 001.58 1.549h7.9A1.565 1.565 0 0041 23.274V8.55A1.565 1.565 0 0039.419 7z' fill='%2300e3d8' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 3' d='M35.875 23.595h-1.952a.307.307 0 010-.615h3.091a.307.307 0 010 .615' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
}
.icon__nd-green-chat {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath data-name='Rectángulo 2' fill='%23fff' d='M0 0h42v42H0z'/%3E%3Cg data-name='Grupo 4'%3E%3Cpath data-name='Trazado 4' d='M7 7h18.743a3.845 3.845 0 013.749 3.932v13.109a3.845 3.845 0 01-3.749 3.932H12v5.88l-5-5.88H5.749A3.845 3.845 0 012 24.041V10.932A3.845 3.845 0 015.749 7h18.744' fill='%238cff00' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 3'%3E%3Cpath data-name='Trazado 5' d='M23.215 19.147h14.821A3.043 3.043 0 0141 22.264v10.389a3.043 3.043 0 01-2.964 3.117H22.227a3.044 3.044 0 01-2.964-3.117V22.264a3.044 3.044 0 012.964-3.117h14.821' fill='%2300e3d8' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
}
.icon__nd-green-mic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath data-name='Rectángulo 1' fill='%23fff' d='M0 0h42v42H0z'/%3E%3Cg data-name='Grupo 10'%3E%3Cg data-name='Grupo 7'%3E%3Cpath data-name='Trazado 9' d='M23.393 17.952a.839.839 0 00-.829.849v6.488a8.518 8.518 0 01-8.413 8.619h-.08a8.518 8.518 0 01-8.413-8.619V18.8a.839.839 0 00-.829-.849A.839.839 0 004 18.8v6.733a10.344 10.344 0 009.091 10.45v2.89H8.919a1.064 1.064 0 000 2.128H19.3a1.064 1.064 0 000-2.128h-4.169v-2.89a10.267 10.267 0 009.091-10.3V18.8a.839.839 0 00-.829-.848z' fill='%238cff00' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 10' d='M20.342 12.117v-1.256a6.308 6.308 0 00-6.231-6.383 6.308 6.308 0 00-6.231 6.383v14.183a6.308 6.308 0 006.231 6.383 6.308 6.308 0 006.231-6.383V12.117z' fill='%2300dbd1' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 8'%3E%3Cpath data-name='Trazado 11' d='M37.354 9.145A8.145 8.145 0 1129.208 1a8.145 8.145 0 018.146 8.145z' fill='%238cff00' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 12' d='M32.4 7.374l-1.6 1.417-3.189 2.833-1.59-1.416' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.291'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
}
.icon__itp-green-marketing {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.759 19.4683H30.6909V11.9216C30.6909 11.7454 30.648 11.5719 30.5662 11.4162C30.4843 11.2606 30.3659 11.1276 30.2212 11.0288C30.0766 10.9301 29.9103 10.8687 29.7367 10.8499C29.5631 10.8311 29.3876 10.8556 29.2255 10.9211L13.4489 17.3121H8.20785C7.35804 17.3121 6.54303 17.6529 5.94212 18.2594C5.3412 18.866 5.00362 19.6886 5.00362 20.5464V24.8588C5.00362 25.7166 5.3412 26.5393 5.94212 27.1458C6.54303 27.7524 7.35804 28.0931 8.20785 28.0931H8.26126V40.1988C8.26126 40.4847 8.37379 40.7589 8.57409 40.9611C8.7744 41.1633 9.04606 41.2769 9.32934 41.2769H13.6017C13.8849 41.2769 14.1566 41.1633 14.3569 40.9611C14.5572 40.7589 14.6697 40.4847 14.6697 40.1988V28.5869L29.2255 34.4841C29.3517 34.5358 29.4867 34.5622 29.6228 34.5618C29.9061 34.5618 30.1778 34.4482 30.3781 34.246C30.5784 34.0438 30.6909 33.7696 30.6909 33.4837V25.9369H31.759C32.6088 25.9369 33.4238 25.5962 34.0247 24.9896C34.6256 24.3831 34.9632 23.5604 34.9632 22.7026C34.9632 21.8448 34.6256 21.0222 34.0247 20.4156C33.4238 19.8091 32.6088 19.4683 31.759 19.4683Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.8984 17.3683C37.3316 17.0525 37.9387 17.1476 38.2545 17.5808C40.4377 20.5752 40.4377 24.6307 38.2545 27.6252C37.9387 28.0583 37.3316 28.1535 36.8984 27.8377C36.4653 27.5219 36.3701 26.9147 36.6859 26.4816C38.3722 24.1686 38.3722 21.0373 36.6859 18.7244C36.3701 18.2912 36.4653 17.6841 36.8984 17.3683Z' fill='%2300DBD1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.9266 13.6207C39.305 13.241 39.9195 13.2399 40.2992 13.6183C45.278 18.5802 45.278 26.6263 40.2992 31.588C39.9195 31.9664 39.3049 31.9653 38.9265 31.5856C38.5481 31.2059 38.5492 30.5913 38.9289 30.2129C43.1464 26.0099 43.1464 19.1965 38.9289 14.9933C38.5492 14.6149 38.5481 14.0004 38.9266 13.6207Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 49px;
  height: 49px;
}
.icon__itp-green-technology {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 28.4616C4.5 29.5662 5.39543 30.4616 6.5 30.4616H14.3559L12.2794 37.9381H10.6068V39.3446H11.3743L27.6353 39.3457L28.4073 39.3446V37.9381H26.7295L24.653 30.4616H32.5C33.6046 30.4616 34.5 29.5662 34.5 28.4616V11.5959C34.5 10.4914 33.6046 9.59595 32.5 9.59595H6.5C5.39543 9.59595 4.5 10.4914 4.5 11.5959V28.4616Z' fill='%238CFF00'/%3E%3Cpath d='M37 17.1394C36.4477 17.1394 36 17.5871 36 18.1394V38.3455C36 38.8978 36.4477 39.3455 37 39.3455H44C44.5523 39.3455 45 38.8978 45 38.3455V18.1394C45 17.5871 44.5523 17.1394 44 17.1394H37ZM41.2516 35.6335C41.2516 36.0477 40.9158 36.3835 40.5016 36.3835V36.3835C40.0874 36.3835 39.7516 36.0477 39.7516 35.6335V32.6922C39.7516 32.278 40.0874 31.9422 40.5016 31.9422V31.9422C40.9158 31.9422 41.2516 32.278 41.2516 32.6922V35.6335ZM42.0016 28.2409C42.0016 28.6497 41.6702 28.9811 41.2614 28.9811H39.7418C39.333 28.9811 39.0016 28.6497 39.0016 28.2409V28.2409C39.0016 27.8321 39.333 27.5007 39.7418 27.5007H41.2614C41.6702 27.5007 42.0016 27.8321 42.0016 28.2409V28.2409ZM42.0016 24.5399C42.0016 24.9487 41.6702 25.2801 41.2614 25.2801H39.7418C39.333 25.2801 39.0016 24.9487 39.0016 24.5399V24.5399C39.0016 24.131 39.333 23.7996 39.7418 23.7996H41.2614C41.6702 23.7996 42.0016 24.131 42.0016 24.5399V24.5399ZM42.0016 20.8388C42.0016 21.2476 41.6702 21.579 41.2614 21.579H39.7418C39.333 21.579 39.0016 21.2476 39.0016 20.8388V20.8388C39.0016 20.43 39.333 20.0986 39.7418 20.0986H41.2614C41.6702 20.0986 42.0016 20.43 42.0016 20.8388V20.8388Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-project-managements {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3851 10.2702C33.2267 10.036 33.0133 9.8442 32.7635 9.71178C32.5137 9.57935 32.2352 9.51032 31.9524 9.51074H7.78758C7.3298 9.51074 6.89077 9.6926 6.56708 10.0163C6.24338 10.34 6.06152 10.779 6.06152 11.2368V42.3059C6.06152 42.7637 6.24338 43.2027 6.56708 43.5264C6.89077 43.8501 7.3298 44.0319 7.78758 44.0319C8.24536 44.0319 8.68439 43.8501 9.00809 43.5264C9.33179 43.2027 9.51364 42.7637 9.51364 42.3059V30.2235H31.9524C32.2344 30.2237 32.5122 30.1549 32.7614 30.023C33.0107 29.8911 33.2238 29.7002 33.3822 29.4668C33.5406 29.2335 33.6394 28.965 33.67 28.6846C33.7006 28.4043 33.662 28.1207 33.5577 27.8588L30.3644 19.8671L33.5577 11.8754C33.6619 11.6141 33.7007 11.3312 33.6706 11.0514C33.6405 10.7716 33.5425 10.5034 33.3851 10.2702V10.2702ZM24.5476 17.6405L17.6434 24.5447C17.32 24.8662 16.8825 25.0467 16.4265 25.0467C15.9705 25.0467 15.533 24.8662 15.2096 24.5447L11.7575 21.0926C11.4325 20.7699 11.249 20.3312 11.2474 19.8732C11.2458 19.4152 11.4262 18.9753 11.7489 18.6502C12.0716 18.3252 12.5103 18.1417 12.9683 18.1401C13.4263 18.1385 13.8662 18.3189 14.1913 18.6416L16.4179 20.8855L22.0966 15.2067C22.4268 14.924 22.8516 14.7762 23.286 14.793C23.7204 14.8098 24.1325 14.9898 24.4399 15.2973C24.7473 15.6047 24.9273 16.0167 24.9441 16.4511C24.9609 16.8855 24.8131 17.3103 24.5304 17.6405H24.5476Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M24.3149 4.00342H41.7675C42.2467 4.00357 42.7062 4.19402 43.0449 4.53291C43.3837 4.8718 43.5741 5.33138 43.5741 5.81057V16.271C43.5741 16.7502 43.3837 17.2097 43.0449 17.5485C42.7061 17.8873 42.2466 18.0776 41.7675 18.0776H29.8984L24.988 21.5541V18.0776H24.3149C23.8358 18.0776 23.3762 17.8873 23.0374 17.5485C22.6986 17.2097 22.5083 16.7502 22.5083 16.271V5.81057C22.5083 5.33138 22.6986 4.8718 23.0374 4.53291C23.3762 4.19402 23.8357 4.00357 24.3149 4.00342V4.00342Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M36.3278 10.4506C36.3278 10.7358 36.4123 11.0146 36.5708 11.2517C36.7292 11.4889 36.9544 11.6737 37.2179 11.7828C37.4814 11.892 37.7714 11.9205 38.0511 11.8649C38.3308 11.8092 38.5878 11.6719 38.7895 11.4702C38.9911 11.2686 39.1285 11.0116 39.1841 10.7319C39.2398 10.4522 39.2112 10.1622 39.1021 9.89872C38.9929 9.63523 38.8081 9.41002 38.5709 9.25157C38.3338 9.09312 38.055 9.00854 37.7698 9.00854C37.3873 9.00854 37.0206 9.16046 36.7501 9.43089C36.4797 9.70132 36.3278 10.0681 36.3278 10.4506Z' fill='%23F0F0F0'/%3E%3Cpath d='M31.5962 10.4506C31.5962 10.7358 31.6808 11.0146 31.8392 11.2517C31.9977 11.4889 32.2229 11.6737 32.4864 11.7828C32.7499 11.892 33.0398 11.9205 33.3196 11.8649C33.5993 11.8092 33.8562 11.6719 34.0579 11.4702C34.2596 11.2686 34.3969 11.0116 34.4525 10.7319C34.5082 10.4522 34.4796 10.1622 34.3705 9.89872C34.2613 9.63523 34.0765 9.41002 33.8394 9.25157C33.6022 9.09312 33.3234 9.00854 33.0382 9.00854C32.6558 9.00854 32.289 9.16046 32.0186 9.43089C31.7481 9.70132 31.5962 10.0681 31.5962 10.4506Z' fill='%23F0F0F0'/%3E%3Cpath d='M26.8644 10.4506C26.8644 10.7358 26.949 11.0146 27.1074 11.2517C27.2659 11.4889 27.4911 11.6737 27.7546 11.7828C28.0181 11.892 28.308 11.9205 28.5877 11.8649C28.8675 11.8092 29.1244 11.6719 29.3261 11.4702C29.5277 11.2686 29.6651 11.0116 29.7207 10.7319C29.7764 10.4522 29.7478 10.1622 29.6387 9.89872C29.5295 9.63523 29.3447 9.41002 29.1076 9.25157C28.8704 9.09312 28.5916 9.00854 28.3064 9.00854C27.924 9.00854 27.5572 9.16046 27.2867 9.43089C27.0163 9.70132 26.8644 10.0681 26.8644 10.4506Z' fill='%23F0F0F0'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-human-resources {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.7183 40.0795L34.828 32.598C37.1583 29.6954 38.5483 26.0159 38.5483 22.0094C38.5483 12.6474 30.9442 5.04321 21.5821 5.04321C12.22 5.04321 4.57495 12.6474 4.57495 22.0503C4.57495 31.4533 12.1791 39.0574 21.5821 39.0574C25.5886 39.0574 29.268 37.6674 32.1706 35.3371L39.6521 43.2275C39.693 43.2683 39.693 43.2683 39.7339 43.3092C40.6333 44.1269 42.0233 44.086 42.841 43.2275C43.6586 42.328 43.6177 40.938 42.7183 40.0795ZM8.09085 22.0503C8.09085 14.6097 14.1415 8.55911 21.5821 8.55911C29.0227 8.55911 35.0733 14.6097 35.0733 22.0503C35.0733 29.4909 29.0227 35.5415 21.5821 35.5415C14.1415 35.5415 8.09085 29.4501 8.09085 22.0503Z' fill='%238CFF00'/%3E%3Cpath d='M21.5817 20.6606C23.9074 20.6606 25.7926 18.7753 25.7926 16.4497C25.7926 14.1241 23.9074 12.2388 21.5817 12.2388C19.2561 12.2388 17.3708 14.1241 17.3708 16.4497C17.3708 18.7753 19.2561 20.6606 21.5817 20.6606Z' fill='%2300DBD1'/%3E%3Cpath d='M24.1576 21.9299C23.3808 22.2979 22.5223 22.5432 21.582 22.5432C20.6417 22.5432 19.7831 22.3388 19.0064 21.9299C17.2075 22.3388 15.8175 23.8514 15.6131 25.732L15.1225 29.3705C15.0816 29.8611 15.3678 30.27 15.8175 30.3926C17.6164 30.7605 19.5378 30.965 21.5411 30.965C23.5443 30.965 25.4658 30.7605 27.2646 30.3926C27.7143 30.3108 28.0414 29.8611 27.9596 29.3705L27.5099 25.732C27.3464 23.8105 25.9155 22.3388 24.1576 21.9299Z' fill='%2300DBD1'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-engineering {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_516_1991)'%3E%3Cpath d='M43.4633 13.3838L43.0276 11.8429C42.939 11.5146 42.7376 11.228 42.4588 11.0333C42.18 10.8386 41.8416 10.7482 41.5028 10.778L39.7925 10.9272C39.1957 10.0278 38.4249 9.25701 37.5255 8.66019L37.6747 6.94983C37.7061 6.60975 37.6159 6.26955 37.4202 5.98965C37.2245 5.70976 36.9359 5.50829 36.6058 5.42101L35.0648 5.01762C34.7338 4.93124 34.3828 4.96486 34.0742 5.11253C33.7655 5.26021 33.5191 5.5124 33.3787 5.82439L32.6526 7.35725C31.5758 7.42018 30.5232 7.70154 29.5586 8.18419L28.1508 7.1959C27.8719 7.00025 27.533 6.90918 27.1936 6.93869C26.8543 6.9682 26.5362 7.1164 26.2952 7.35725L25.1658 8.48673C24.9249 8.72764 24.7767 9.04576 24.7472 9.38514C24.7177 9.72451 24.8088 10.0634 25.0044 10.3423L26.0048 11.7501C25.5222 12.7147 25.2408 13.7673 25.1779 14.8441L23.6047 15.5863C23.2927 15.7268 23.0405 15.9731 22.8928 16.2818C22.7451 16.5904 22.7115 16.9414 22.7979 17.2725L23.2013 18.8134C23.2892 19.1424 23.4902 19.4299 23.7691 19.6254C24.0479 19.8209 24.3868 19.9119 24.7261 19.8823L26.4364 19.7331C27.0333 20.6325 27.8041 21.4033 28.7035 22.0001L28.5542 23.7105C28.5292 24.0487 28.6237 24.385 28.8213 24.6608C29.0188 24.9365 29.3069 25.1341 29.6353 25.2191L31.1762 25.6225C31.5073 25.7089 31.8582 25.6753 32.1669 25.5276C32.4755 25.3799 32.7219 25.1277 32.8623 24.8157L33.5884 23.2546C34.6692 23.2001 35.7275 22.9255 36.6985 22.4479L38.1063 23.4483C38.3852 23.6439 38.7241 23.735 39.0635 23.7055C39.4029 23.676 39.721 23.5278 39.9619 23.2869L41.0914 22.1574C41.3322 21.9165 41.4804 21.5984 41.51 21.259C41.5395 20.9197 41.4484 20.5807 41.2527 20.3019L40.2645 18.8941C40.7471 17.9295 41.0285 16.8768 41.0914 15.8001L42.6525 15.074C42.9661 14.9341 43.2198 14.6874 43.3683 14.3778C43.5168 14.0682 43.5505 13.7159 43.4633 13.3838V13.3838ZM35.3069 17.4177H35.2867C35.0065 17.698 34.6738 17.9203 34.3077 18.072C33.9415 18.2237 33.5491 18.3018 33.1528 18.3018C32.7565 18.3018 32.364 18.2237 31.9979 18.072C31.6317 17.9203 31.2991 17.698 31.0189 17.4177C30.4565 16.8486 30.1427 16.0797 30.1465 15.2796C30.1503 14.4795 30.4713 13.7136 31.039 13.1499C31.6041 12.5899 32.3674 12.2758 33.1629 12.2758C33.9583 12.2758 34.7216 12.5899 35.2867 13.1499C35.5707 13.429 35.7967 13.7616 35.9515 14.1285C36.1064 14.4954 36.1871 14.8894 36.189 15.2876C36.1909 15.6859 36.1139 16.0806 35.9625 16.4489C35.8111 16.8173 35.5883 17.152 35.3069 17.4338V17.4177Z' fill='%2300DBD1'/%3E%3Cpath d='M28.409 29.1645L26.5292 28.8338C26.3066 28.0181 25.9798 27.2344 25.5571 26.5022L26.6543 24.9572C26.8499 24.6784 26.941 24.3394 26.9115 24.0001C26.882 23.6607 26.7338 23.3426 26.4929 23.1017L25.3634 21.9722C25.1225 21.7313 24.8044 21.5831 24.465 21.5536C24.1257 21.5241 23.7867 21.6152 23.5079 21.8108L21.9427 22.908C21.2067 22.4843 20.4189 22.1576 19.5991 21.9359L19.2683 20.048C19.2121 19.7107 19.0383 19.4041 18.7776 19.1826C18.517 18.9611 18.1864 18.839 17.8443 18.8379H16.2308C15.8888 18.839 15.5582 18.9611 15.2975 19.1826C15.0369 19.4041 14.8631 19.7107 14.8069 20.048L14.4761 21.9278C13.6562 22.1495 12.8685 22.4762 12.1324 22.9L10.5875 21.8028C10.3086 21.6071 9.96967 21.516 9.63029 21.5456C9.29091 21.5751 8.9728 21.7233 8.73188 21.9641L7.60241 23.0936C7.36339 23.336 7.21743 23.6549 7.19013 23.9942C7.16284 24.3336 7.25596 24.6717 7.45316 24.9492L8.55036 26.5022C8.12663 27.2382 7.79987 28.026 7.5782 28.8459L5.69844 29.1766C5.36105 29.2329 5.05444 29.4067 4.83294 29.6673C4.61144 29.9279 4.48935 30.2586 4.48828 30.6006V32.2141C4.48935 32.5562 4.61144 32.8868 4.83294 33.1474C5.05444 33.408 5.36105 33.5819 5.69844 33.6381L7.5782 33.9689C7.79987 34.7887 8.12663 35.5765 8.55036 36.3125L7.45316 37.8575C7.25751 38.1364 7.16643 38.4753 7.19594 38.8146C7.22545 39.154 7.37366 39.4721 7.61451 39.713L8.74399 40.8425C8.9849 41.0834 9.30302 41.2316 9.64239 41.2611C9.98177 41.2906 10.3207 41.1995 10.5996 41.0039L12.1647 39.9067C12.9007 40.3304 13.6885 40.6572 14.5084 40.8788L14.8391 42.7586C14.8953 43.096 15.0692 43.4026 15.3298 43.6241C15.5904 43.8456 15.921 43.9677 16.2631 43.9688H17.8766C18.2187 43.9677 18.5493 43.8456 18.8099 43.6241C19.0705 43.4026 19.2444 43.096 19.3006 42.7586L19.6313 40.8788C20.4512 40.6572 21.239 40.3304 21.975 39.9067L23.5079 40.9918C23.7854 41.189 24.1235 41.2821 24.4628 41.2548C24.8021 41.2275 25.121 41.0815 25.3634 40.8425L26.4929 39.713C26.7338 39.4721 26.882 39.154 26.9115 38.8146C26.941 38.4753 26.8499 38.1364 26.6543 37.8575L25.5571 36.2923C25.9808 35.5563 26.3076 34.7685 26.5292 33.9487L28.409 33.6179C28.7464 33.5617 29.053 33.3879 29.2745 33.1272C29.496 32.8666 29.6181 32.536 29.6191 32.194V30.5804C29.6162 30.2398 29.4932 29.9111 29.2719 29.6521C29.0506 29.3932 28.745 29.2205 28.409 29.1645V29.1645ZM21.3538 31.4074C21.3517 32.5489 20.897 33.6431 20.0894 34.4499C19.2818 35.2567 18.1872 35.7104 17.0456 35.7115C15.9031 35.7115 14.8073 35.2576 13.9993 34.4496C13.1914 33.6417 12.7375 32.5459 12.7375 31.4033C12.7375 30.8376 12.8489 30.2774 13.0654 29.7547C13.2819 29.232 13.5993 28.7571 13.9993 28.357C14.3994 27.957 14.8743 27.6396 15.397 27.4231C15.9197 27.2066 16.4799 27.0952 17.0456 27.0952C17.6114 27.0952 18.1716 27.2066 18.6943 27.4231C19.217 27.6396 19.6919 27.957 20.092 28.357C20.492 28.7571 20.8093 29.232 21.0259 29.7547C21.2424 30.2774 21.3538 30.8376 21.3538 31.4033V31.4074Z' fill='%238CFF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_516_1991'%3E%3Crect width='39.0234' height='39.0033' fill='white' transform='translate(4.48828 4.96826)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-business {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.15 18.1544H24.45V15.3123C24.45 14.5307 24.1365 13.8202 23.6093 13.3086C23.0963 12.7828 22.3837 12.4702 21.6 12.4702H15.9C14.3325 12.4702 13.05 13.7492 13.05 15.3123V18.1544H7.35C5.7825 18.1544 4.5 19.4334 4.5 20.9965V36.6281C4.5 38.1913 5.7825 39.4702 7.35 39.4702H30.15C31.7175 39.4702 33 38.1913 33 36.6281V20.9965C33 19.4334 31.7175 18.1544 30.15 18.1544ZM15.9 15.3123H21.6V18.1544H15.9V15.3123Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M43.5 6.92021C43.5 5.84771 42.6225 4.97021 41.55 4.97021H25.95C24.8775 4.97021 24 5.84771 24 6.92021V18.6202C24 19.6927 24.8775 20.5702 25.95 20.5702H39.6L43.5 24.4702V6.92021Z' fill='%2300E3D8'/%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-data-science {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.25 12.621C38.25 13.6953 36.7955 14.8628 34.3597 15.7471C31.6059 16.7478 27.9251 17.2985 24 17.2985C20.0748 17.2985 16.394 16.7478 13.6402 15.7471C11.2045 14.8628 9.75 13.6953 9.75 12.621C9.75 11.5466 11.2045 10.3791 13.6402 9.4948C16.394 8.49412 20.0748 7.94336 24 7.94336C27.9251 7.94336 31.6059 8.49412 34.3597 9.4948C36.7955 10.3791 38.25 11.5466 38.25 12.621Z' fill='%2300DBD1'/%3E%3Cpath d='M38.25 15.4131V20.5173C38.25 21.5917 36.7955 22.7592 34.3597 23.6435C31.6059 24.6442 27.9251 25.1949 24 25.1949C20.0748 25.1949 16.394 24.6442 13.6402 23.6435C11.2045 22.7592 9.75 21.5917 9.75 20.5173V15.4131C9.90127 15.5411 10.068 15.6613 10.2426 15.7816C10.3008 15.8242 10.3628 15.863 10.4249 15.9057C10.4908 15.9483 10.5606 15.9949 10.6304 16.0375C10.6615 16.0569 10.6925 16.0763 10.7235 16.0957C10.7817 16.1306 10.8438 16.1655 10.9019 16.2004C10.9252 16.216 10.9524 16.2276 10.9756 16.2431C11.0183 16.2664 11.061 16.2897 11.1036 16.3129C11.1308 16.3284 11.1618 16.344 11.189 16.3595C11.2316 16.3827 11.2743 16.406 11.317 16.4254C11.3519 16.4448 11.3868 16.4603 11.4178 16.4797C11.4411 16.4913 11.4682 16.5069 11.4915 16.5185C11.5186 16.5301 11.5419 16.5418 11.5691 16.5573C11.6777 16.6116 11.7901 16.662 11.9026 16.7124C11.9298 16.7241 11.9569 16.7357 11.9802 16.7473C12.0461 16.7784 12.1159 16.8094 12.1858 16.8365C12.2284 16.8559 12.2711 16.8714 12.3099 16.8908C12.3525 16.9102 12.3952 16.9257 12.4379 16.9451C12.4805 16.9645 12.5232 16.98 12.5659 16.9994C12.6047 17.0149 12.6473 17.0305 12.6861 17.046C12.7326 17.0654 12.7831 17.0848 12.8296 17.1003C12.9188 17.1352 13.008 17.1701 13.1011 17.2011C16.0295 18.2639 19.9003 18.8456 24 18.8456C28.0997 18.8456 31.9705 18.2639 34.8911 17.2011C34.9842 17.1662 35.0734 17.1352 35.1626 17.1003C35.213 17.0809 35.2596 17.0654 35.3061 17.046C35.3449 17.0305 35.3876 17.0149 35.4264 16.9994C35.469 16.98 35.5117 16.9645 35.5543 16.9451C35.597 16.9257 35.6397 16.9102 35.6823 16.8908C35.725 16.8714 35.7677 16.8559 35.8065 16.8365C35.8763 16.8055 35.9422 16.7784 36.012 16.7473C36.0392 16.7357 36.0663 16.7241 36.0896 16.7124C36.2021 16.662 36.3146 16.6077 36.4232 16.5573C36.4503 16.5456 36.4736 16.534 36.5007 16.5185C36.524 16.5069 36.5511 16.4952 36.5744 16.4797C36.6093 16.4603 36.6442 16.4448 36.6753 16.4254C36.7179 16.4021 36.7606 16.3789 36.8033 16.3595C36.8343 16.344 36.8614 16.3284 36.8886 16.3129C36.9312 16.2897 36.9739 16.2664 37.0166 16.2431C37.0437 16.2276 37.067 16.216 37.0903 16.2004C37.1523 16.1655 37.2105 16.1306 37.2687 16.0957C37.2997 16.0763 37.3307 16.0569 37.3618 16.0375C37.4316 15.9949 37.5014 15.9522 37.5673 15.9057C37.6294 15.8669 37.6876 15.8242 37.7496 15.7816C37.9319 15.6652 38.0987 15.5411 38.25 15.4131Z' fill='%238CFF00'/%3E%3Cpath d='M38.25 23.313V28.4172C38.25 29.4916 36.7955 30.6591 34.3597 31.5434C31.6059 32.5441 27.9251 33.0948 24 33.0948C20.0748 33.0948 16.394 32.5441 13.6402 31.5434C11.2045 30.6591 9.75 29.4916 9.75 28.4172V23.313C10.5723 23.9879 11.7009 24.589 13.1089 25.101C16.0295 26.1599 19.8964 26.7417 24 26.7417C28.1035 26.7417 31.9705 26.1599 34.8911 25.101C36.299 24.589 37.4316 23.9879 38.25 23.313Z' fill='%238CFF00'/%3E%3Cpath d='M9.75 36.3191V31.2148C10.5723 31.8897 11.7009 32.4909 13.1089 33.0029C16.0295 34.0617 19.8964 34.6474 24 34.6474C28.1035 34.6474 31.9705 34.0656 34.8911 33.0029C36.3029 32.4909 37.4316 31.8897 38.25 31.2148V36.3191C38.25 37.3935 36.7955 38.5609 34.3597 39.4452C31.6059 40.4459 27.9251 40.9967 24 40.9967C20.0748 40.9967 16.394 40.4459 13.6402 39.4452C11.2045 38.5609 9.75 37.3935 9.75 36.3191Z' fill='%238CFF00'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-design {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_516_1911)'%3E%3Cpath d='M44.2742 10.9907C43.9703 11.649 43.4482 11.8567 42.7404 11.8376C41.3848 11.8014 40.0272 11.829 38.6706 11.8262C37.8009 11.8262 37.3569 11.3841 37.3522 10.521C37.3522 10.2076 37.3522 9.89418 37.3522 9.56361H32.7317C32.8832 9.67507 32.9851 9.75414 33.0918 9.8294C36.6491 12.3063 38.7507 15.7064 39.3928 19.9857C39.508 20.7526 39.6643 21.2909 40.4407 21.712C41.6353 22.3598 42.1412 23.9078 41.8259 25.2235C41.501 26.5724 40.3549 27.6461 39.0546 27.8195C37.5455 28.0195 36.2051 27.3774 35.5221 26.1276C34.5561 24.3585 35.2029 22.3055 37.0244 21.3919C37.215 21.2966 37.2712 21.2013 37.2474 20.9851C36.8549 17.4078 35.282 14.4755 32.4631 12.2282C31.167 11.2053 29.6758 10.4574 28.0808 10.0304C27.8827 9.97516 27.795 10.0304 27.6855 10.1952C26.2765 12.3663 23.3213 12.3711 21.9238 10.2028C21.8057 10.0199 21.7056 9.97611 21.497 10.0399C16.6337 11.5385 13.6633 14.7823 12.5515 19.738C12.4629 20.1315 12.4448 20.5411 12.361 20.9374C12.3114 21.1794 12.3762 21.2947 12.5982 21.4062C13.8271 22.0263 14.5035 23.0438 14.514 24.4109C14.5245 25.7779 13.8976 26.8173 12.6877 27.4765C10.9882 28.4025 8.88279 27.6804 7.99967 25.878C7.20039 24.246 7.96633 22.1368 9.66397 21.3957C9.99836 21.2499 10.0736 21.0527 10.1041 20.7479C10.4709 17.0163 12.0009 13.842 14.7159 11.2574C15.3552 10.6477 16.0811 10.1295 16.7661 9.57028H12.2485C12.2485 9.92467 12.2543 10.2762 12.2485 10.6277C12.2343 11.3489 11.7722 11.8205 11.053 11.8243C9.54394 11.8325 8.03524 11.8325 6.52686 11.8243C5.80664 11.8243 5.33508 11.3479 5.33127 10.6287C5.32301 9.14571 5.32301 7.66209 5.33127 6.17785C5.33127 5.45763 5.8076 4.98702 6.52686 4.98225C8.0346 4.97336 9.5433 4.97336 11.053 4.98225C11.7732 4.98702 12.2343 5.45859 12.2485 6.1788C12.2562 6.52081 12.2485 6.86186 12.2485 7.26198H12.663C15.5028 7.26198 18.3427 7.26198 21.1817 7.26864C21.4675 7.26864 21.617 7.1991 21.7533 6.92283C22.3677 5.67484 23.4004 5.00036 24.7846 4.99464C26.186 4.98892 27.2254 5.66912 27.8522 6.92854C27.977 7.17909 28.1028 7.27055 28.3876 7.2696C31.2399 7.25721 34.0921 7.26198 36.9444 7.26198H37.3522C37.3522 6.88758 37.3474 6.54843 37.3522 6.21405C37.3645 5.45192 37.8237 4.98797 38.5906 4.98511C40.0491 4.9794 41.5067 4.9975 42.9643 4.97654C43.6102 4.96796 43.9989 5.28615 44.2704 5.8206L44.2742 10.9907Z' fill='%2300DBD1'/%3E%3Cpath d='M17.878 43.9335C17.7894 43.8878 17.7008 43.843 17.6131 43.7954C17.0815 43.5096 16.8758 42.9761 17.0796 42.4131C17.757 40.5506 19.4137 39.3236 21.3809 39.2998C23.6609 39.2725 25.9404 39.2725 28.2191 39.2998C30.1864 39.3236 31.8392 40.5506 32.5204 42.4131C32.7576 43.0657 32.5204 43.5229 31.723 43.9373L17.878 43.9335Z' fill='%238CFF00'/%3E%3Cpath d='M30.7704 37.4975C30.5571 37.4147 30.338 37.3475 30.1149 37.2965C29.43 37.1889 28.7421 37.0345 28.0534 37.0231C25.9366 36.9879 23.8197 37.0174 21.7029 37.0079C20.8022 36.9885 19.9053 37.1318 19.0555 37.4309C18.9954 37.4494 18.9339 37.4628 18.8716 37.4709C18.5858 36.5496 18.3467 35.6313 18.0228 34.7443C17.4112 33.0874 16.4782 31.5677 15.2772 30.2725C15.182 30.1697 15.0867 30.0696 14.9914 29.9658C14.4265 29.3437 14.3893 28.8912 14.8523 28.1948C16.1365 26.2647 17.4223 24.3356 18.7097 22.4074L23.3463 15.4529C23.4234 15.3377 23.5035 15.2233 23.6235 15.0471C23.6397 15.1957 23.6568 15.2824 23.6568 15.3691C23.6568 18.7406 23.6568 22.113 23.6654 25.4845C23.6654 25.7493 23.5701 25.8541 23.3482 25.956C22.6458 26.2803 22.0755 26.8351 21.7322 27.5284C21.3889 28.2216 21.2931 29.0115 21.4609 29.7667C21.8058 31.3148 23.2396 32.4599 24.8162 32.4456C25.5887 32.4339 26.3351 32.1643 26.9367 31.6796C27.5383 31.1948 27.9606 30.5228 28.1363 29.7705C28.3034 29.016 28.208 28.2271 27.8659 27.5342C27.5238 26.8412 26.9554 26.2858 26.2547 25.9598C26.0642 25.8693 25.9318 25.7931 25.9327 25.5302C25.9442 22.1206 25.9404 18.7101 25.9404 15.3005C25.9404 15.2405 25.948 15.1805 25.9556 15.0461C26.0595 15.1881 26.1261 15.2719 26.1852 15.3605C29.0381 19.6386 31.891 23.9177 34.7439 28.1976C35.2022 28.8864 35.1888 29.357 34.6325 29.9391C32.6951 31.9497 31.3816 34.4783 30.8504 37.2194C30.8342 37.2984 30.8037 37.3804 30.7704 37.4975Z' fill='%238CFF00'/%3E%3Cpath d='M25.9375 29.0306C25.9354 29.2557 25.8665 29.4753 25.7397 29.6613C25.6128 29.8474 25.4336 29.9917 25.2248 30.0759C25.0159 30.1601 24.7868 30.1804 24.5663 30.1344C24.3459 30.0884 24.1441 29.978 23.9864 29.8172C23.8287 29.6565 23.7222 29.4525 23.6804 29.2313C23.6386 29.01 23.6634 28.7813 23.7516 28.5741C23.8398 28.3669 23.9875 28.1905 24.176 28.0672C24.3645 27.944 24.5853 27.8794 24.8105 27.8816C25.1113 27.8876 25.3978 28.0113 25.6085 28.2261C25.8192 28.4409 25.9373 28.7297 25.9375 29.0306Z' fill='%238CFF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_516_1911'%3E%3Crect width='38.9515' height='38.962' fill='white' transform='translate(5.32288 4.97021)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-fitness {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.44 16.8618C32.1362 13.6965 25.9033 16.9706 24.0812 16.9706C24.054 16.9706 24.0276 16.9922 24.0004 17.0026C23.9736 16.9922 23.9464 16.9706 23.9196 16.9706C22.0968 16.9706 15.8642 13.6965 11.5609 16.8618C7.86876 19.5783 8.02917 24.8072 8.9924 29.2209C10.1304 34.4371 12.5069 37.1244 15.2526 39.976C17.9454 42.7677 20.9371 39.6176 23.9196 39.6176C23.9476 39.6176 23.9736 39.6036 24.0004 39.6C24.0276 39.6036 24.0528 39.6176 24.0812 39.6176C27.0637 39.6176 30.0558 42.7677 32.7483 39.976C35.4939 37.1244 37.87 34.4371 39.0072 29.2209C39.9705 24.8072 40.1317 19.5783 36.44 16.8618Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M32.2465 15.1408C35.1298 12.5223 35.139 7.83861 35.139 7.83861C35.139 7.83861 30.4765 7.3958 27.596 10.0131C24.7131 12.6275 24.7019 17.3093 24.7019 17.3093C24.7019 17.3093 29.3608 17.7525 32.2465 15.1408Z' fill='%2300DBD1'/%3E%3Cpath d='M22.483 16.6301C22.531 17.3745 23.4699 17.5985 23.4699 17.5985C23.5899 16.8765 23.7103 16.7561 23.5295 14.408C23.3491 12.0607 22.1122 8.32862 22.1122 8.32862L19.0737 9.37105C21.7842 11.8115 22.3758 14.9416 22.483 16.6301Z' fill='%2300DBD1'/%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-entrepreneurship {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12828 21.9105L13.7448 23.8248C13.2243 25.1389 12.8091 26.4923 12.5031 27.8722L12.328 28.6682L18.9464 35.2905L19.7424 35.1194C21.1223 34.8134 22.4757 34.3982 23.7898 33.8777L25.7041 38.4943C25.7229 38.54 25.7527 38.5804 25.7909 38.6118C25.8292 38.6431 25.8746 38.6645 25.9231 38.674C25.9717 38.6835 26.0218 38.6807 26.069 38.666C26.1162 38.6513 26.159 38.6251 26.1936 38.5898L29.0869 35.6965C29.5591 35.2244 29.927 34.6585 30.167 34.0354C30.4069 33.4122 30.5135 32.7457 30.4799 32.0789L30.3764 30.2203C35.7332 26.2644 41.1537 19.3276 42.6302 7.22108C42.672 6.91754 42.6433 6.60844 42.546 6.31785C42.4488 6.02727 42.2858 5.76306 42.0698 5.54581C41.8537 5.32857 41.5903 5.16416 41.3003 5.06541C41.0102 4.96666 40.7013 4.93622 40.3975 4.97648C28.295 6.46492 21.3542 11.8894 17.3983 17.2303L15.5437 17.1347C14.8783 17.0985 14.2126 17.202 13.5896 17.4385C12.9666 17.6749 12.3999 18.0392 11.9261 18.5078L9.03277 21.4011C8.99268 21.4352 8.96231 21.4792 8.94474 21.5288C8.92717 21.5784 8.92303 21.6318 8.93272 21.6835C8.94242 21.7352 8.96562 21.7834 8.99996 21.8233C9.0343 21.8632 9.07857 21.8932 9.12828 21.9105ZM27.69 14.8583C28.1914 14.3586 28.8297 14.0187 29.5241 13.8815C30.2186 13.7443 30.9382 13.816 31.5919 14.0874C32.2457 14.3589 32.8044 14.818 33.1974 15.4068C33.5904 15.9955 33.8002 16.6875 33.8002 17.3954C33.8002 18.1033 33.5904 18.7953 33.1974 19.3841C32.8044 19.9728 32.2457 20.4319 31.5919 20.7034C30.9382 20.9749 30.2186 21.0465 29.5241 20.9093C28.8297 20.7721 28.1914 20.4322 27.69 19.9325C27.3561 19.5998 27.0912 19.2044 26.9104 18.769C26.7296 18.3336 26.6365 17.8668 26.6365 17.3954C26.6365 16.924 26.7296 16.4572 26.9104 16.0218C27.0912 15.5865 27.3561 15.1911 27.69 14.8583Z' fill='%238CFF00'/%3E%3Cpath d='M6.79139 35.199C7.59048 35.0554 8.41316 35.1212 9.17926 35.39C5.52581 38.3191 6.2183 41.7179 6.66403 43.2382C6.68586 43.3136 6.72775 43.3817 6.78524 43.4352C6.84273 43.4886 6.91365 43.5255 6.99045 43.5419C7.06725 43.5582 7.14705 43.5534 7.22133 43.5279C7.29561 43.5025 7.36159 43.4574 7.41223 43.3974C8.67383 41.9567 11.7621 41.4114 13.4337 41.2324C14.6042 41.1165 15.6821 40.5447 16.4344 39.6404C18.1577 37.5192 16.6016 35.3224 16.0364 34.6498C16.0174 34.6265 15.9934 34.6077 15.9662 34.5948C15.939 34.5819 15.9093 34.5752 15.8792 34.5752C15.8491 34.5752 15.8194 34.5819 15.7922 34.5948C15.7651 34.6077 15.7411 34.6265 15.722 34.6498C15.2893 35.1885 14.7362 35.6183 14.1072 35.9044C13.4782 36.1906 12.7909 36.3252 12.1004 36.2974C12.019 36.2945 11.9418 36.2608 11.8842 36.2032C11.8266 36.1456 11.793 36.0684 11.79 35.987C11.7668 35.2936 11.9071 34.6044 12.1995 33.9753C12.492 33.3461 12.9284 32.7946 13.4735 32.3654C13.4947 32.3463 13.5117 32.323 13.5234 32.297C13.535 32.2709 13.5411 32.2427 13.5411 32.2141C13.5411 32.1856 13.535 32.1574 13.5234 32.1313C13.5117 32.1053 13.4947 32.082 13.4735 32.0629C9.40213 29.102 7.15355 32.7673 6.30585 34.5901C6.2685 34.6708 6.25686 34.7611 6.27252 34.8486C6.28819 34.9362 6.33039 35.0168 6.39341 35.0796C6.44424 35.1315 6.50741 35.1697 6.57701 35.1906C6.64661 35.2115 6.72037 35.2144 6.79139 35.199Z' fill='%2300DBD1'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-sales {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.48368 34.1897C8.13007 34.1897 7.79094 34.3302 7.5409 34.5802C7.29086 34.8302 7.15039 35.1694 7.15039 35.523V41.1361C7.15039 41.4898 7.29086 41.8289 7.5409 42.0789C7.79094 42.329 8.13007 42.4694 8.48368 42.4694C8.83729 42.4694 9.17642 42.329 9.42646 42.0789C9.6765 41.8289 9.81698 41.4898 9.81698 41.1361V35.523C9.81698 35.1694 9.6765 34.8302 9.42646 34.5802C9.17642 34.3302 8.83729 34.1897 8.48368 34.1897Z' fill='%238CFF00'/%3E%3Cpath d='M13.8169 29.6958C13.4633 29.6958 13.1242 29.8363 12.8742 30.0863C12.6241 30.3364 12.4836 30.6755 12.4836 31.0291V41.1342C12.4836 41.4879 12.6241 41.827 12.8742 42.077C13.1242 42.3271 13.4633 42.4675 13.8169 42.4675C14.1705 42.4675 14.5097 42.3271 14.7597 42.077C15.0098 41.827 15.1502 41.4879 15.1502 41.1342V31.0291C15.1502 30.6755 15.0098 30.3364 14.7597 30.0863C14.5097 29.8363 14.1705 29.6958 13.8169 29.6958Z' fill='%238CFF00'/%3E%3Cpath d='M19.1499 25.2065C18.7963 25.2065 18.4572 25.347 18.2072 25.5971C17.9571 25.8471 17.8167 26.1862 17.8167 26.5398V41.1358C17.8167 41.4894 17.9571 41.8285 18.2072 42.0786C18.4572 42.3286 18.7963 42.4691 19.1499 42.4691C19.5036 42.4691 19.8427 42.3286 20.0927 42.0786C20.3428 41.8285 20.4832 41.4894 20.4832 41.1358V26.5398C20.4832 26.1862 20.3428 25.8471 20.0927 25.5971C19.8427 25.347 19.5036 25.2065 19.1499 25.2065Z' fill='%238CFF00'/%3E%3Cpath d='M29.8162 22.9604C29.4626 22.9604 29.1235 23.1009 28.8734 23.351C28.6234 23.601 28.4829 23.9401 28.4829 24.2937V41.135C28.4829 41.4886 28.6234 41.8277 28.8734 42.0777C29.1235 42.3278 29.4626 42.4682 29.8162 42.4682C30.1698 42.4682 30.5089 42.3278 30.759 42.0777C31.009 41.8277 31.1495 41.4886 31.1495 41.135V24.2937C31.1495 23.9401 31.009 23.601 30.759 23.351C30.5089 23.1009 30.1698 22.9604 29.8162 22.9604Z' fill='%238CFF00'/%3E%3Cpath d='M24.4832 27.4512C24.1296 27.4512 23.7905 27.5916 23.5404 27.8417C23.2904 28.0917 23.1499 28.4309 23.1499 28.7845V41.135C23.1499 41.4886 23.2904 41.8278 23.5404 42.0778C23.7905 42.3278 24.1296 42.4683 24.4832 42.4683C24.8368 42.4683 25.1759 42.3278 25.426 42.0778C25.676 41.8278 25.8165 41.4886 25.8165 41.135V28.7845C25.8165 28.4309 25.676 28.0917 25.426 27.8417C25.1759 27.5916 24.8368 27.4512 24.4832 27.4512Z' fill='%238CFF00'/%3E%3Cpath d='M35.1495 18.4714C34.7958 18.4714 34.4567 18.6119 34.2067 18.8619C33.9566 19.112 33.8162 19.4511 33.8162 19.8047V41.1374C33.8162 41.491 33.9566 41.8301 34.2067 42.0802C34.4567 42.3302 34.7958 42.4707 35.1495 42.4707C35.5031 42.4707 35.8422 42.3302 36.0922 42.0802C36.3423 41.8301 36.4827 41.491 36.4827 41.1374V19.8047C36.4827 19.4511 36.3423 19.112 36.0922 18.8619C35.8422 18.6119 35.5031 18.4714 35.1495 18.4714Z' fill='%238CFF00'/%3E%3Cpath d='M39.146 7.70871C39.1224 7.37262 38.9725 7.05792 38.7263 6.82789C38.4802 6.59785 38.156 6.46954 37.8191 6.46875H31.1495C30.886 6.46931 30.6287 6.54784 30.4098 6.69443C30.1909 6.84102 30.0203 7.04912 29.9195 7.29251C29.8187 7.53589 29.7922 7.80367 29.8433 8.06209C29.8945 8.32051 30.0209 8.55802 30.2068 8.74468L32.5973 11.1353L24.2199 19.5126L19.7462 17.2757C19.4958 17.1511 19.2126 17.1082 18.9365 17.1531C18.6604 17.1979 18.4053 17.3283 18.2072 17.5257L4.87427 30.8587C4.6314 31.1101 4.49701 31.4469 4.50005 31.7965C4.50309 32.1461 4.64331 32.4805 4.89051 32.7277C5.13772 32.9749 5.47212 33.1151 5.82171 33.1182C6.17129 33.1212 6.50808 32.9868 6.75955 32.7439L19.4125 20.091L23.8862 22.3279C24.1365 22.4532 24.4199 22.4965 24.6961 22.4516C24.9724 22.4067 25.2275 22.276 25.4252 22.0779L34.4827 13.0207L36.8733 15.4111C37.06 15.5968 37.2975 15.7231 37.5559 15.7742C37.8142 15.8252 38.0819 15.7986 38.3252 15.6979C38.5685 15.5971 38.7766 15.4266 38.9232 15.2078C39.0698 14.9891 39.1485 14.7318 39.1492 14.4685C39.1492 14.4008 39.1511 7.77538 39.146 7.70871Z' fill='%2300DBD1'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-finance {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.8918 21.1593H32.2066V19.8352C32.2066 17.3398 30.1695 15.3027 27.6741 15.3027H16.5212C14.0258 15.3027 11.9887 17.3398 11.9887 19.8352V21.1593H7.30346C5.82658 21.1593 4.65527 22.3306 4.65527 23.8075V41.3262C4.65527 42.8031 5.82658 43.9744 7.30346 43.9744H14.3823H30.7806H36.8918C38.3687 43.9744 39.54 42.8031 39.54 41.3262V23.8075C39.4891 22.3306 38.3178 21.1593 36.8918 21.1593ZM26.8593 35.4187C26.7574 36.2336 26.2991 36.8447 25.7389 37.3539C25.2805 37.7614 24.7204 38.0669 24.1602 38.2706C23.9565 38.3216 23.9055 38.4234 23.9055 38.6271C23.9055 39.2382 23.9055 39.7984 23.9055 40.4095C22.7342 40.4095 21.6138 40.4095 20.4425 40.4095C20.4425 39.8493 20.4425 39.2892 20.4425 38.7799C20.4425 38.5253 20.3916 38.4234 20.137 38.3216C19.2712 38.0669 18.5582 37.5577 17.998 36.8956C17.5906 36.3863 17.336 35.7752 17.336 35.0623C18.5073 35.0623 19.6277 35.0623 20.799 35.0623C21.1555 36.0299 22.2759 36.3354 23.0907 35.7243C23.549 35.3678 23.549 34.8076 23.1416 34.4002C22.8361 34.1456 22.5305 34.0437 22.1231 34.0437C21.1555 34.0437 20.2388 33.8909 19.424 33.4326C18.5073 32.9233 17.7434 32.3122 17.4379 31.2428C17.0814 30.0205 17.5397 28.7474 18.711 27.8816C19.1694 27.576 19.6786 27.3214 20.1879 27.1177C20.3407 27.0158 20.4425 26.9649 20.4425 26.7612C20.4425 26.3538 20.4425 25.9464 20.4425 25.5899C21.6138 25.5899 22.7342 25.5899 23.9055 25.5899C23.9055 25.9973 23.9055 26.4557 23.9055 26.8631C23.9055 27.0158 23.9565 27.0668 24.1092 27.1686C24.8731 27.4233 25.5352 27.8307 26.0444 28.3909C26.5537 28.9511 26.9102 29.6131 26.9102 30.4279C26.8083 30.4279 26.7574 30.4279 26.6556 30.4279C25.637 30.4279 24.6694 30.4279 23.6509 30.4279C23.4981 30.4279 23.3453 30.4279 23.3453 30.2242C23.3453 30.1224 23.2944 30.0714 23.2435 29.9696C22.7851 29.2566 21.4101 29.2566 20.9009 29.9187C20.6462 30.2752 20.6972 30.6826 21.0027 30.9881C21.3083 31.2937 21.7157 31.3955 22.1231 31.3955C23.3453 31.3955 24.5166 31.7011 25.4843 32.5159C26.5028 33.2289 27.0121 34.1965 26.8593 35.4187ZM29.6093 21.1593H14.535V19.8352C14.535 18.7148 15.4517 17.8491 16.5212 17.8491H27.6232C28.7436 17.8491 29.6093 18.7657 29.6093 19.8352V21.1593V21.1593Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M24 6.92021C24 5.84771 24.8775 4.97021 25.95 4.97021H41.55C42.6225 4.97021 43.5 5.84771 43.5 6.92021V18.6202C43.5 19.6927 42.6225 20.5702 41.55 20.5702H27.9L24 24.4702V6.92021Z' fill='%2300E3D8'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-business-leadership {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.8229 36.3644C28.8229 36.7107 28.5261 36.958 28.2293 36.958H19.7707C19.4244 36.958 19.1771 36.7107 19.1771 36.3644C19.1771 32.1104 13.2412 29.4392 13.2412 24.2948C13.2412 19.1998 18.0394 13.5112 23.9753 13.5112C29.9606 13.5112 34.7588 19.1998 34.7588 24.2948C34.7588 29.4392 28.8229 32.1104 28.8229 36.3644ZM16.6543 26.2734C16.8522 27.0154 15.7145 27.3122 15.5166 26.5702C14.2305 21.9204 17.0006 17.0728 21.6999 15.7867C22.4913 15.5888 22.7881 16.7265 22.0461 16.9738C17.9405 18.0621 15.5661 22.2667 16.6543 26.2734Z' fill='%238CFF00'/%3E%3Cpath d='M35.7543 9.47295L33.0336 12.1936C32.44 12.7872 33.3304 13.6775 33.924 13.0839L36.6446 10.3633C37.2382 9.76974 36.3478 8.87936 35.7543 9.47295Z' fill='%2300DBD1'/%3E%3Cpath d='M10.5762 21.4931H6.71785C5.87693 21.4931 5.87693 22.7792 6.71785 22.7792H10.5762C11.4171 22.7792 11.4171 21.4931 10.5762 21.4931Z' fill='%2300DBD1'/%3E%3Cpath d='M41.245 21.4931H37.4361C36.5952 21.4931 36.5952 22.7792 37.4361 22.7792H41.245C42.1353 22.7792 42.1353 21.4931 41.245 21.4931Z' fill='%2300DBD1'/%3E%3Cpath d='M14.9292 12.1936L12.258 9.47295C11.615 8.87936 10.7246 9.76974 11.3182 10.3633L14.0388 13.0839C14.6324 13.6775 15.5722 12.7872 14.9292 12.1936Z' fill='%2300DBD1'/%3E%3Cpath d='M24.6245 8.6815V4.87263C24.6245 4.03171 23.3383 4.03171 23.3383 4.87263V8.6815C23.3383 9.57188 24.6245 9.57188 24.6245 8.6815Z' fill='%2300DBD1'/%3E%3Cpath d='M28.7489 38.1479H19.2515V43.1935C19.2515 46.0625 28.7489 46.0625 28.7489 43.1935V38.1479Z' fill='%238CFF00'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 49px;
}
.icon__itp-green-health {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.8983 18.2183H30.2454V12.5654C30.2454 11.6371 29.4907 10.8823 28.5624 10.8823H19.4301C18.5018 10.8823 17.7471 11.6371 17.7471 12.5654V18.2221H12.0942C11.1659 18.2221 10.4111 18.9768 10.4111 19.9051V29.0373C10.4111 29.9656 11.1659 30.7204 12.0942 30.7204H17.7509V36.3771C17.7509 37.3054 18.5056 38.0601 19.4339 38.0601H28.5661C29.4945 38.0601 30.2492 37.3054 30.2492 36.3771V30.7166H35.9059C36.8342 30.7166 37.5889 29.9619 37.5889 29.0336V19.9013C37.5814 18.973 36.8266 18.2183 35.8983 18.2183Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M24.435 5.05786H41.8876C42.3668 5.05801 42.8263 5.24847 43.1651 5.58736C43.5038 5.92625 43.6942 6.38582 43.6942 6.86501V17.3255C43.6942 17.8046 43.5038 18.2641 43.165 18.6029C42.8262 18.9417 42.3667 19.1321 41.8876 19.1321H30.0185L25.1081 22.6085V19.1321H24.435C23.9559 19.1321 23.4964 18.9417 23.1576 18.6029C22.8188 18.2641 22.6284 17.8046 22.6284 17.3255V6.86501C22.6284 6.38582 22.8187 5.92625 23.1575 5.58736C23.4963 5.24847 23.9558 5.05801 24.435 5.05786V5.05786Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M36.448 11.505C36.448 11.7902 36.5326 12.069 36.691 12.3062C36.8495 12.5433 37.0747 12.7281 37.3382 12.8373C37.6017 12.9464 37.8916 12.975 38.1714 12.9193C38.4511 12.8637 38.708 12.7264 38.9097 12.5247C39.1114 12.323 39.2487 12.0661 39.3044 11.7863C39.36 11.5066 39.3314 11.2167 39.2223 10.9532C39.1131 10.6897 38.9283 10.4645 38.6912 10.306C38.454 10.1476 38.1752 10.063 37.89 10.063C37.5076 10.063 37.1408 10.2149 36.8704 10.4853C36.5999 10.7558 36.448 11.1226 36.448 11.505Z' fill='%23F0F0F0'/%3E%3Cpath d='M31.7166 11.505C31.7166 11.7902 31.8011 12.069 31.9596 12.3062C32.118 12.5433 32.3432 12.7281 32.6067 12.8373C32.8702 12.9464 33.1602 12.975 33.4399 12.9193C33.7196 12.8637 33.9766 12.7264 34.1782 12.5247C34.3799 12.323 34.5173 12.0661 34.5729 11.7863C34.6285 11.5066 34.6 11.2167 34.4908 10.9532C34.3817 10.6897 34.1969 10.4645 33.9597 10.306C33.7226 10.1476 33.4438 10.063 33.1586 10.063C32.7761 10.063 32.4093 10.2149 32.1389 10.4853C31.8685 10.7558 31.7166 11.1226 31.7166 11.505Z' fill='%23F0F0F0'/%3E%3Cpath d='M26.9846 11.505C26.9846 11.7902 27.0692 12.069 27.2276 12.3062C27.3861 12.5433 27.6113 12.7281 27.8748 12.8373C28.1383 12.9464 28.4283 12.975 28.708 12.9193C28.9877 12.8637 29.2446 12.7264 29.4463 12.5247C29.648 12.323 29.7853 12.0661 29.841 11.7863C29.8966 11.5066 29.8681 11.2167 29.7589 10.9532C29.6498 10.6897 29.4649 10.4645 29.2278 10.306C28.9907 10.1476 28.7119 10.063 28.4266 10.063C28.0442 10.063 27.6774 10.2149 27.407 10.4853C27.1366 10.7558 26.9846 11.1226 26.9846 11.505Z' fill='%23F0F0F0'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__itp-green-hospitality {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5867 4.96924H24.7157C24.7999 4.99154 24.882 5.01993 24.9661 5.03412C25.7133 5.15477 26.4727 5.22371 27.2067 5.40011C35.2543 7.3365 40.2271 15.3537 38.4874 23.5271C37.8294 26.6172 36.5287 29.4235 34.8468 32.0675C32.4593 35.8186 29.5172 39.1064 26.2192 42.0739C25.4994 42.7217 24.7127 43.2904 23.9574 43.8987H23.3491C23.1339 43.7727 22.9258 43.6349 22.7256 43.4861C19.8583 41.128 17.2506 38.471 14.9466 35.5601C12.8389 32.8998 11.0252 30.0591 9.80556 26.8707C8.55248 23.5971 8.08207 20.2495 8.85763 16.7782C10.1594 10.9791 14.9405 6.33586 20.7659 5.25615C21.3681 5.14463 21.9784 5.06454 22.5867 4.96924ZM23.6593 30.5174C29.3489 30.5113 33.982 25.8538 33.9698 20.1562C33.9577 14.4585 29.3347 9.84062 23.6583 9.83555C17.982 9.83048 13.3286 14.4758 13.3296 20.1765C13.3306 25.8771 17.9708 30.5224 23.6593 30.5174Z' fill='%238CFF00'/%3E%3Cpath d='M31.5495 20.1773C31.5465 21.7376 31.0811 23.262 30.212 24.5579C29.343 25.8538 28.1094 26.863 26.667 27.4581C25.2246 28.0532 23.6382 28.2074 22.1083 27.9012C20.5783 27.595 19.1734 26.8422 18.0711 25.7379C16.9688 24.6336 16.2185 23.2274 15.9151 21.6969C15.6117 20.1664 15.7687 18.5802 16.3664 17.1389C16.964 15.6976 17.9755 14.4658 19.2729 13.5991C20.5704 12.7324 22.0956 12.2697 23.6559 12.2695C25.7502 12.2749 27.757 13.1102 29.2366 14.5924C30.7162 16.0747 31.5479 18.083 31.5495 20.1773V20.1773ZM27.9069 20.2178C27.9069 19.0266 27.9069 17.8354 27.9069 16.6441C27.9069 15.8645 27.407 15.3191 26.7035 15.314C25.9999 15.3089 25.4869 15.8665 25.4808 16.632C25.4757 17.2403 25.4747 17.8486 25.4808 18.4568C25.4808 18.8066 25.3267 18.9638 24.9739 18.9638C24.102 18.9577 23.2291 18.9638 22.3562 18.9638C21.9588 18.9638 21.8382 18.8401 21.8351 18.4416C21.8351 17.809 21.8351 17.1754 21.8351 16.5417C21.8412 16.3246 21.7868 16.11 21.6782 15.9219C21.5696 15.7338 21.4108 15.5795 21.2197 15.4762C20.3854 14.9957 19.4141 15.608 19.4111 16.6259C19.4037 18.9834 19.4037 21.3401 19.4111 23.6962C19.4111 24.5002 19.918 25.0517 20.6277 25.0466C21.3201 25.0416 21.827 24.4819 21.8331 23.7074C21.8385 23.0991 21.8385 22.4908 21.8331 21.8825C21.8331 21.551 21.9852 21.3949 22.3167 21.3959C23.2028 21.3999 24.0882 21.3999 24.9729 21.3959C25.3226 21.3959 25.4798 21.55 25.4798 21.9028C25.4727 22.4989 25.4747 23.094 25.4798 23.6902C25.4798 24.488 25.9958 25.0548 26.6964 25.0487C27.3969 25.0426 27.8998 24.4931 27.9018 23.681C27.9089 22.5212 27.9069 21.3685 27.9069 20.2158V20.2178Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
.icon__ei_green_examen {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='40' viewBox='0 0 35 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25033 9.30554H32.1943C33.3706 9.30554 34.3331 10.268 34.3331 11.4444C34.3331 12.6208 33.3706 13.5832 32.1943 13.5832H2.25033C1.07396 13.5832 0.111481 12.6208 0.111481 11.4444C0.111481 10.268 1.07396 9.30554 2.25033 9.30554Z' fill='%238CFF00'/%3E%3Cpath d='M2.25033 22.1398H32.1943C33.3706 22.1398 34.3331 21.1773 34.3331 20.0009C34.3331 18.8245 33.3706 17.8621 32.1943 17.8621H2.25033C1.07396 17.8621 0.111481 18.8245 0.111481 20.0009C0.111481 21.1773 1.07396 22.1398 2.25033 22.1398Z' fill='%238CFF00'/%3E%3Cpath d='M2.25033 30.6947H12.9446C14.121 30.6947 15.0834 29.7322 15.0834 28.5558C15.0834 27.3795 14.121 26.417 12.9446 26.417H2.25033C1.07396 26.417 0.111481 27.3795 0.111481 28.5558C0.111481 29.7322 1.07396 30.6947 2.25033 30.6947Z' fill='%2300DBD1'/%3E%3Cpath d='M2.25033 39.2511H12.9446C14.121 39.2511 15.0834 38.2886 15.0834 37.1122C15.0834 35.9359 14.121 34.9734 12.9446 34.9734H2.25033C1.07396 34.9734 0.111481 35.9359 0.111481 37.1122C0.111481 38.2886 1.07396 39.2511 2.25033 39.2511Z' fill='%2300DBD1'/%3E%3Cpath d='M24.5155 33.1955L22.997 31.677C22.1628 30.8428 20.8153 30.8428 19.9812 31.677C19.147 32.5111 19.147 33.8586 19.9812 34.6927L23.0183 37.7299C23.8525 38.5641 25.2 38.5641 26.0341 37.7299L32.8143 30.9497C33.6484 30.1156 33.6484 28.7681 32.8143 27.934C31.9801 27.0998 30.6327 27.0998 29.7985 27.934L24.5155 33.1955Z' fill='%2300DBD1'/%3E%3Cpath d='M0.11145 2.88922C0.11145 4.06559 1.07393 5.02807 2.2503 5.02807H32.1942C33.3706 5.02807 34.3331 4.06559 34.3331 2.88922C34.3331 1.71285 33.3706 0.750366 32.1942 0.750366H2.2503C1.07393 0.750366 0.11145 1.71285 0.11145 2.88922Z' fill='%238CFF00'/%3E%3C/svg%3E%0A");
  width: 35px;
  height: 40px;
  margin-bottom: 16px;
}
.icon__ei_green_world {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94973 36.481C7.23076 37.0992 7.59476 37.9289 7.90523 38.5338C8.36558 39.3368 8.99723 40.3752 9.51111 41.1354C8.26388 38.2822 24.5903 32.2923 38.8988 32.4957C39.046 30.4857 39.0915 29.8808 39.1236 27.4104C22.7329 27.207 6.08523 33.7269 6.94973 36.481Z' fill='%238CFF00'/%3E%3Cpath d='M12.9877 44.9943C13.6836 45.5644 14.6284 46.3057 15.3617 46.8303C15.9238 47.1783 16.6679 47.6493 17.2353 47.9732C15.1904 46.5332 22.1359 43.5436 29.0117 42.2723C31.734 41.7352 34.5091 41.5143 37.282 41.6139C37.7183 39.9224 37.8361 39.4727 38.2563 37.2807C25.543 37.0505 10.8331 42.6497 12.9877 44.9943Z' fill='%238CFF00'/%3E%3Cpath d='M5.38652 25.3595L5.31693 26.1089C5.23396 28.4615 5.22861 28.5552 5.34905 29.9041L5.43203 30.6723C5.73447 27.3267 23.003 21.417 38.7969 21.7114C38.5907 20.0347 38.2904 18.3709 37.8976 16.7278C20.8565 16.503 5.73982 22.8837 5.38652 25.3595Z' fill='%238CFF00'/%3E%3Cpath d='M32.4189 6.66853C31.6366 6.05588 30.7585 5.5766 29.8201 5.25C23.1985 5.37312 18.2898 7.12353 16.6197 8.03086C15.8152 8.5054 15.0378 9.02455 14.2912 9.58588C13.5071 10.1842 12.7624 10.8323 12.0617 11.5263C14.4678 9.46277 23.3751 6.61768 32.4189 6.66853Z' fill='%238CFF00'/%3E%3Cpath d='M36.3345 12.0911C35.814 10.9345 35.1811 9.83184 34.445 8.79899C21.7103 8.75082 10.6244 12.9529 9.07468 15.1663L8.84986 15.5089C7.76321 17.361 7.67489 17.5109 7.08607 18.8545L6.71404 19.7832C8.39218 16.708 22.9308 11.8421 36.3345 12.0911Z' fill='%238CFF00'/%3E%3Cpath d='M22.7757 49.9418C22.9819 50.1179 23.2348 50.2304 23.5037 50.2657C24.1407 50.3808 24.9891 50.5333 25.6288 50.6083C26.967 50.7287 27.0232 50.7341 27.8449 50.7501C28.225 50.7501 28.7335 50.7501 29.1162 50.7341C27.3899 50.7635 27.5103 50.3326 27.7459 50.0703C28.7014 48.9837 33.8562 47.897 34.1694 48.7187C34.7625 47.9059 35.2719 47.0352 35.6896 46.1198C30.1868 45.5043 21.7506 48.7214 22.7757 49.9418Z' fill='%238CFF00'/%3E%3Cpath d='M49.7089 21.4029C48.906 21.1995 48.1031 21.1513 46.5828 21.0951L47.1556 22.1871C39.0325 32.4059 9.57794 40.2827 6.94965 36.4821C7.21729 37.1084 7.61341 37.9221 7.90515 38.535C8.35479 39.3379 9.00785 40.371 9.51103 41.1365C12.3481 44.2974 40.0549 37.3279 48.914 26.9325L49.1817 28.0994C49.8669 25.3346 49.9177 23.9536 49.7089 21.4029Z' fill='%2300DBD1'/%3E%3Cpath d='M40.467 38.3146C29.1295 44.1546 15.881 46.8793 12.9877 45.0057C13.6782 45.5839 14.6337 46.3119 15.3617 46.8418C15.9131 47.2031 16.6759 47.6447 17.2353 47.9846C19.6628 49.1596 30.0689 47.4253 40.8471 42.0295V42.8324C42.6412 41.1159 44.2769 39.241 45.7343 37.2306C43.9143 37.252 42.0943 37.2948 40.277 37.3216L40.467 38.3146Z' fill='%2300DBD1'/%3E%3Cpath d='M37.4373 22.8446L38.0502 23.9473C39.4821 21.2842 39.9238 19.9728 40.4591 17.6202C37.4373 17.6202 36.3507 17.6202 34.0195 17.5586L34.7153 18.5435C22.2216 25.7245 5.67297 28.4251 5.37321 25.3605L5.30361 26.1099C5.20726 27.4482 5.20994 27.4963 5.33573 29.9052L5.4187 30.6733C6.31799 33.3899 22.9068 31.048 37.4373 22.8446Z' fill='%2300DBD1'/%3E%3Cpath d='M16.3977 8.16324L16.6198 8.02942L16.3977 8.16324Z' fill='%2300DBD1'/%3E%3Cpath d='M24.6412 9.67948L25.0614 10.3593C25.4816 8.99163 25.4174 8.44831 25.0266 7.59987C23.8195 7.42857 23.3966 7.28137 22.8587 6.99231L23.1531 7.40716C21.2555 8.83104 17.1069 9.79725 15.8329 9.35295C15.2575 9.15222 15.4475 8.75343 16.3977 8.16728C15.5011 8.70257 14.8855 9.1549 14.2913 9.58849C13.5071 10.1866 12.7624 10.8348 12.0618 11.5289C11.9218 11.656 11.8074 11.8086 11.7246 11.9786C11.1304 13.4935 17.9393 13.1509 24.6412 9.67948Z' fill='%2300DBD1'/%3E%3Cpath d='M35.141 11.6875L36.0831 12.4208C35.8797 10.5955 35.4514 9.77382 34.5093 8.51855C32.6117 8.60688 31.8007 8.62294 30.1681 8.63097L31.1557 9.13414C28.1554 11.9899 22.7221 13.9786 20.5274 14.7012C13.8363 16.9013 8.06043 17.1314 9.07481 15.1589L8.84999 15.5015C8.07916 16.738 8.00422 16.8959 7.08619 18.8471L6.71416 19.7758C6.68996 19.8564 6.67207 19.9387 6.66064 20.022C6.55625 23.3301 26.686 19.195 35.141 11.6875Z' fill='%2300DBD1'/%3E%3Cpath d='M42.3753 44.5716C36.5192 48.0644 27.3496 50.8319 23.5035 50.2671C24.1379 50.3876 24.989 50.5348 25.6287 50.6097C26.4691 50.7007 26.5975 50.7061 27.8448 50.7516C28.2248 50.7516 28.7334 50.7516 29.1161 50.7355C31.0137 50.6311 35.561 49.7158 40.566 46.9563L40.0013 47.414C41.5931 46.3945 43.0725 45.2094 44.4148 43.8784C44.1632 43.8142 43.743 43.8275 42.6938 43.8784L42.3753 44.5716Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
.icon__green-target {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M40.729 15.758a20.782 20.782 0 1 0-29.391 29.39 20.782 20.782 0 0 0 29.39-29.39Zm-3.383 26.01a15.999 15.999 0 1 1 0-22.628 16.017 16.017 0 0 1 0 22.627Z' fill='%238CFF00'/%3E%3Cpath d='M34.29 22.197a11.677 11.677 0 1 0 0 16.512 11.691 11.691 0 0 0 0-16.512Zm-3.397 13.118a6.874 6.874 0 1 1 0-9.722 6.882 6.882 0 0 1 0 9.722Z' fill='%238CFF00'/%3E%3Cpath d='M23.833 28.253a3.113 3.113 0 1 0 4.403 4.402 3.113 3.113 0 0 0-4.403-4.402Z' fill='%238CFF00'/%3E%3Cpath d='M50.398 10.22a1.096 1.096 0 0 1-.23 1.193l-.247-.243.247.243-3.719 3.775a1.096 1.096 0 0 1-.781.327h-2.525L27.99 30.692a1.203 1.203 0 0 1-2.056-.852 1.204 1.204 0 0 1 .353-.852L41.49 13.761v-2.426a1.095 1.095 0 0 1 .322-.776l3.72-3.719a1.095 1.095 0 0 1 1.194-.237l-.131.32a.747.747 0 0 1 .463.693l3.34 2.603Zm0 0a1.098 1.098 0 0 0-1.012-.674h-1.984l2.996.673Z' fill='%2300E3D8'/%3E%3Cpath d='M50.398 10.22a1.096 1.096 0 0 1-.23 1.193l-.247-.243.247.243-3.719 3.775a1.096 1.096 0 0 1-.781.327h-2.525L27.99 30.692a1.203 1.203 0 0 1-2.056-.852 1.204 1.204 0 0 1 .353-.852L41.49 13.761v-2.426a1.095 1.095 0 0 1 .322-.776l3.72-3.719a1.095 1.095 0 0 1 1.194-.237l-.131.32a.747.747 0 0 1 .463.693l3.34 2.603Zm0 0a1.098 1.098 0 0 0-1.012-.674h-1.984l2.996.673Z' stroke='%2300E3D8' stroke-width='.334'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(5.25 6.209)' d='M0 0h45.637v45.029H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.icon__green-reach {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.398 9.122.223-.134-.223.134Z' fill='%2300DBD1'/%3E%3Cpath d='M10.267 35.593c.248.547.57 1.28.845 1.816.408.71.966 1.63 1.421 2.302-1.103-2.524 13.343-7.824 26.003-7.645.13-1.778.17-2.313.2-4.5-14.504-.18-29.234 5.59-28.47 8.027ZM15.61 43.125c.615.505 1.45 1.16 2.1 1.625.497.308 1.155.724 1.657 1.011-1.809-1.274 4.337-3.92 10.42-5.044a31.883 31.883 0 0 1 7.318-.583c.386-1.496.49-1.894.862-3.834-11.249-.204-24.264 4.75-22.358 6.825ZM8.885 25.753l-.062.663c-.073 2.082-.078 2.165.029 3.358l.073.68c.268-2.96 15.547-8.19 29.522-7.929a39.924 39.924 0 0 0-.796-4.41c-15.078-.198-28.454 5.447-28.766 7.638ZM32.802 9.214a7.988 7.988 0 0 0-2.3-1.255c-5.859.109-10.202 1.658-11.68 2.46-.712.42-1.4.88-2.06 1.377a20.328 20.328 0 0 0-1.973 1.716c2.13-1.825 10.01-4.343 18.013-4.298ZM36.268 14.012c-.461-1.024-1.021-2-1.672-2.913-11.268-.043-21.077 3.675-22.449 5.634l-.199.303c-.961 1.639-1.04 1.771-1.56 2.96l-.33.822c1.486-2.721 14.35-7.027 26.21-6.806ZM24.27 47.503c.183.156.407.255.645.287.564.102 1.314.236 1.88.303 1.184.106 1.234.111 1.961.125.337 0 .787 0 1.125-.014-1.527.026-1.42-.355-1.212-.587.845-.962 5.406-1.923 5.683-1.196.525-.72.976-1.49 1.346-2.3-4.87-.544-12.334 2.302-11.427 3.382Z' fill='%238CFF00'/%3E%3Cpath d='M48.1 22.252c-.71-.18-1.42-.223-2.766-.272l.507.966c-7.188 9.041-33.25 16.011-35.575 12.648.236.554.587 1.274.845 1.817.398.71.976 1.624 1.421 2.302 2.51 2.797 27.026-3.37 34.865-12.568l.237 1.032c.606-2.446.65-3.668.466-5.925ZM39.924 37.215c-10.032 5.168-21.755 7.579-24.315 5.921a43.533 43.533 0 0 0 2.101 1.625c.488.32 1.163.71 1.658 1.01 2.148 1.04 11.355-.494 20.892-5.269v.711a36.543 36.543 0 0 0 4.324-4.957c-1.61.02-3.22.057-4.828.08l.168.88ZM37.243 23.528l.542.975c1.267-2.356 1.658-3.517 2.131-5.598-2.673 0-3.635 0-5.697-.055l.615.872C23.78 26.076 9.137 28.465 8.872 25.754l-.062.663c-.085 1.184-.083 1.226.028 3.358l.074.68c.795 2.403 15.474.331 28.33-6.927ZM25.918 11.88l.372.601c.372-1.21.315-1.69-.03-2.441-1.069-.152-1.443-.282-1.92-.538l.261.367c-1.679 1.26-5.35 2.115-6.477 1.722-.509-.178-.34-.53.5-1.05-.793.474-1.338.875-1.864 1.258a20.262 20.262 0 0 0-1.973 1.717 1.318 1.318 0 0 0-.298.398c-.526 1.34 5.5 1.037 11.43-2.034Z' fill='%2300DBD1'/%3E%3Cpath d='m35.212 13.658.834.649c-.18-1.615-.56-2.342-1.393-3.453-1.679.078-2.396.092-3.84.1l.873.445c-2.655 2.527-7.462 4.286-9.404 4.926-5.92 1.946-11.031 2.15-10.134.405l-.199.303c-.682 1.094-.748 1.233-1.56 2.96l-.33.822a1.434 1.434 0 0 0-.047.218c-.092 2.927 17.719-.732 25.2-7.375ZM41.612 42.755c-5.181 3.09-13.295 5.539-16.698 5.039.561.107 1.314.237 1.88.303.744.08.858.085 1.961.126.337 0 .787 0 1.125-.014 1.68-.093 5.703-.903 10.131-3.345l-.5.406a23.7 23.7 0 0 0 3.906-3.129c-.223-.057-.595-.045-1.523 0l-.282.614Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.icon__green-online {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.082 11.459H32.95c2.415 0 4.374 2.055 4.374 4.588V31.34c0 2.533-1.959 4.588-4.374 4.588H16.913v6.859l-5.831-6.86H9.624c-2.415 0-4.374-2.054-4.374-4.587V16.047c0-2.533 1.959-4.588 4.374-4.588h21.868' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.002 25.63h17.292c1.91 0 3.457 1.629 3.457 3.637v12.121c0 2.008-1.547 3.636-3.457 3.636H28.849c-1.91 0-3.458-1.628-3.458-3.636v-12.12c0-2.009 1.548-3.637 3.458-3.637h17.292' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.icon__social_testimonial_instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.88068 0C2.6527 0 0 2.64915 0 5.88068V14.1193C0 17.3473 2.64915 20 5.88068 20H14.1193C17.3473 20 20 17.3509 20 14.1193V5.88068C20 2.6527 17.3509 0 14.1193 0H5.88068ZM5.88068 1.81818H14.1193C16.3672 1.81818 18.1818 3.63281 18.1818 5.88068V14.1193C18.1818 16.3672 16.3672 18.1818 14.1193 18.1818H5.88068C3.63281 18.1818 1.81818 16.3672 1.81818 14.1193V5.88068C1.81818 3.63281 3.63281 1.81818 5.88068 1.81818ZM15.3693 3.80682C14.9112 3.80682 14.5455 4.17259 14.5455 4.63068C14.5455 5.08878 14.9112 5.45455 15.3693 5.45455C15.8274 5.45455 16.1932 5.08878 16.1932 4.63068C16.1932 4.17259 15.8274 3.80682 15.3693 3.80682ZM10 4.54545C6.99929 4.54545 4.54545 6.99929 4.54545 10C4.54545 13.0007 6.99929 15.4545 10 15.4545C13.0007 15.4545 15.4545 13.0007 15.4545 10C15.4545 6.99929 13.0007 4.54545 10 4.54545ZM10 6.36364C12.0206 6.36364 13.6364 7.9794 13.6364 10C13.6364 12.0206 12.0206 13.6364 10 13.6364C7.9794 13.6364 6.36364 12.0206 6.36364 10C6.36364 7.9794 7.9794 6.36364 10 6.36364Z' fill='%23FD1D1D'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: block;
}
.icon__social_testimonial_facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10.0059C20 4.48243 15.5235 0.00585938 10 0.00585938C4.47657 0.00585938 0 4.48243 0 10.0059C0 14.9981 3.65625 19.1348 8.43751 19.8848V12.8965H5.89844V10.0059H8.43751V7.80274C8.43751 5.29688 9.9297 3.91211 12.2149 3.91211C13.3086 3.91211 14.4531 4.10743 14.4531 4.10743V6.56837H13.1914C11.9492 6.56837 11.5625 7.33985 11.5625 8.13087V10.0059H14.336L13.8926 12.8965H11.5625V19.8848C16.3438 19.1348 20 14.9981 20 10.0059Z' fill='%231778F2'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: block;
}
.icon__social_testimonial_twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1877 4.48602C20.202 4.68289 20.202 4.8798 20.202 5.07667C20.202 11.0815 15.562 18.0004 7.0814 18.0004C4.46869 18.0004 2.04162 17.255 0 15.9613C0.371216 16.0035 0.728105 16.0175 1.1136 16.0175C3.2694 16.0175 5.25393 15.3004 6.83868 14.0769C4.81134 14.0347 3.11237 12.7268 2.52701 10.9268C2.81256 10.969 3.09809 10.9971 3.39794 10.9971C3.81196 10.9971 4.22602 10.9408 4.61148 10.8424C2.49849 10.4205 0.913691 8.59237 0.913691 6.38451V6.32828C1.52758 6.66579 2.24149 6.87672 2.99811 6.90482C1.75601 6.08916 0.942256 4.69696 0.942256 3.12191C0.942256 2.27816 1.17065 1.5047 1.57043 0.829684C3.84048 3.58599 7.2527 5.386 11.0789 5.58291C11.0075 5.2454 10.9647 4.89387 10.9647 4.54229C10.9647 2.03908 13.0206 0 15.5762 0C16.9039 0 18.1032 0.548448 18.9455 1.43441C19.9877 1.23754 20.9871 0.857821 21.8723 0.33751C21.5296 1.39224 20.8015 2.2782 19.845 2.84067C20.773 2.74228 21.6725 2.4891 22.5005 2.13756C21.8724 3.03754 21.0871 3.83909 20.1877 4.48602Z' fill='%231DA1F2'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 18px;
  display: block;
}
.icon__social_testimonial_youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_861_12771)'%3E%3Cpath d='M21.3699 7.50942C21.141 6.66287 20.4806 5.99998 19.6341 5.77357C18.497 5.33457 7.48313 5.11948 4.28816 5.78615C3.44162 6.01508 2.77873 6.67545 2.55231 7.52199C2.03911 9.77357 2.00011 14.6415 2.56489 16.9434C2.79382 17.7899 3.4542 18.4528 4.30074 18.6792C6.55231 19.1975 17.2567 19.2704 19.6467 18.6792C20.4932 18.4503 21.1561 17.7899 21.3825 16.9434C21.9297 14.4905 21.9687 9.92451 21.3699 7.50942Z' fill='%23FF0000'/%3E%3Cpath d='M15.2082 12.2261L10.0762 9.28271V15.1695L15.2082 12.2261Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_861_12771'%3E%3Crect width='20' height='13.8365' fill='white' transform='translate(2 5.30811)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.icon__arrow_derecha {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499999 2.09717L6.68084 8.29151L0.5 14.4858L2.40283 16.3887L10.5 8.29151L2.40283 0.19434L0.499999 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 16px;
  display: block;
  float: left;
}
.icon__arrow_izquierda {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.09717L4.31916 8.29151L10.5 14.4858L8.59717 16.3887L0.5 8.29151L8.59717 0.19434L10.5 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E ");
  width: 10px;
  height: 16px;
  display: block;
  float: right;
}
.icon__trust_prev {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8' stroke='%23DEDEDE'/%3E%3Cpath d='M10.5 4L6 8.5L10.5 13' stroke='%23DEDEDE' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
  display: block;
  float: left;
}
.icon__trust_next {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='8' transform='matrix(-1 0 0 1 8.5 8.5)' stroke='%23DEDEDE'/%3E%3Cpath d='M6.5 4L11 8.5L6.5 13' stroke='%23DEDEDE' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
  display: block;
  float: right;
}
.icon__online_class_mini {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.001 8.47959V17.2971H3.70671V8.47959C3.70671 7.93869 4.15304 7.5 4.70406 7.5H6.36648H17.6711H18.0037C18.5544 7.5 19.001 7.93869 19.001 8.47959ZM2.72673 18.8188H19.9811C20.2429 18.8188 20.4575 18.6106 20.4575 18.3567V18.07C20.4575 17.9431 20.3503 17.8392 20.2193 17.8392H2.48824C2.35719 17.8392 2.25 17.9431 2.25 18.07V18.3567C2.25 18.6106 2.46439 18.8188 2.72673 18.8188Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9597 4.5H19.7745H17.0087C16.5722 4.5 16.2185 4.84693 16.2185 5.27498V7.98728V12.6372C16.2185 13.065 16.5722 13.4119 17.0087 13.4119H18.194H20.9597C21.3962 13.4119 21.75 13.065 21.75 12.6372V9.9246V5.27498C21.75 4.84693 21.3962 4.5 20.9597 4.5Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1876 12.7973H18.2113C18.129 12.7973 18.0623 12.7287 18.0623 12.6439C18.0623 12.5589 18.129 12.49 18.2113 12.49H19.757C19.8396 12.49 19.9062 12.5589 19.9062 12.6439C19.9062 12.7287 19.8396 12.7973 19.757 12.7973' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.icon__blue-check {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.206' height='14.137' viewBox='0 0 18.206 14.137'%3E%3Cpath data-name='Trazado 2779' d='M6.971 13.86a.929.929 0 01-1.314 0L.409 8.615a1.394 1.394 0 010-1.972l.657-.657a1.394 1.394 0 011.972 0L6.314 9.26 15.168.408a1.394 1.394 0 011.972 0l.657.657a1.394 1.394 0 010 1.972z' fill='%230078ff'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon__grey-check, .packages__list_icon__grey-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.206' height='14.137' viewBox='0 0 18.206 14.137'%3E%3Cpath data-name='Trazado 2781' d='M6.971 13.86a.929.929 0 01-1.314 0L.406 8.615a1.394 1.394 0 010-1.972l.657-.657a1.394 1.394 0 011.972 0L6.314 9.26 15.168.408a1.394 1.394 0 011.972 0l.657.657a1.394 1.394 0 010 1.972z' fill='%23bdbdbd'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon__yellow-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='17' viewBox='0 0 17 17'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectángulo 1949' fill='%23fff' d='M0 0h17v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Grupo 1778' clip-path='url(%23a)'%3E%3Cpath data-name='Trazado 2785' d='M6.51 14.851a.868.868 0 01-1.227 0l-4.9-4.9a1.3 1.3 0 010-1.841L1 7.494a1.3 1.3 0 011.841 0l3.06 3.06 8.268-8.268a1.3 1.3 0 011.841 0l.614.614a1.3 1.3 0 010 1.841z' fill='%23ff0'/%3E%3C/g%3E%3C/svg%3E");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon__business-portfolio {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.15 17.684h-5.7v-2.842c0-.782-.313-1.492-.84-2.004A2.79 2.79 0 0 0 21.6 12h-5.7a2.854 2.854 0 0 0-2.85 2.842v2.842h-5.7a2.854 2.854 0 0 0-2.85 2.842v15.632A2.854 2.854 0 0 0 7.35 39h22.8A2.854 2.854 0 0 0 33 36.158V20.526a2.854 2.854 0 0 0-2.85-2.842ZM15.9 14.842h5.7v2.842h-5.7v-2.842Z' fill='%238CFF00'/%3E%3Cpath d='M43.5 6.45c0-1.072-.877-1.95-1.95-1.95h-15.6c-1.072 0-1.95.878-1.95 1.95v11.7c0 1.073.878 1.95 1.95 1.95H39.6l3.9 3.9V6.45Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__english-classes {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.002 16.96v17.634H7.413V16.96c0-1.082.893-1.959 1.995-1.959h26.599c1.102 0 1.995.877 1.995 1.96ZM5.453 37.637h34.51c.523 0 .952-.417.952-.925v-.573a.47.47 0 0 0-.476-.462H4.976a.47.47 0 0 0-.476.462v.573c0 .508.429.925.953.925Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.92 9H34.017c-.873 0-1.58.694-1.58 1.55V25.275c0 .855.708 1.549 1.58 1.549H41.92c.872 0 1.58-.694 1.58-1.55V10.55c0-.856-.708-1.55-1.58-1.55Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.375 25.595h-1.952a.302.302 0 0 1-.298-.307c0-.17.133-.308.298-.308h3.091c.165 0 .298.138.298.308 0 .17-.133.307-.298.307' fill='%23fff'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__personalized-advice {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.332 8.853c-3.926 0-7.119 3.386-7.119 7.548 0 4.161 3.193 7.547 7.119 7.547 3.925 0 7.118-3.386 7.118-7.547 0-4.162-3.193-7.548-7.118-7.548Z' fill='%2300DBD1'/%3E%3Cpath d='M32.516 9.932h-.048c-1.648.014-3.187.71-4.333 1.959-1.126 1.227-1.739 2.846-1.725 4.559.014 1.713.654 3.321 1.8 4.53 1.155 1.218 2.686 1.887 4.315 1.887h.05c1.647-.014 3.185-.71 4.332-1.959 1.126-1.227 1.739-2.846 1.725-4.559-.03-3.549-2.768-6.417-6.116-6.417ZM32.816 24.103h-.591a10.645 10.645 0 0 0-7.162 2.762c.475.364.927.761 1.355 1.19a13.709 13.709 0 0 1 2.948 4.373 13.655 13.655 0 0 1 1.064 4.634H43.5v-2.276c0-5.89-4.793-10.683-10.684-10.683Z' fill='%238CFF00'/%3E%3Cpath d='M28.14 37.061a11.459 11.459 0 0 0-4.603-8.484 11.422 11.422 0 0 0-6.85-2.268h-.71c-6.34 0-11.477 5.138-11.477 11.476v1.362h23.663v-1.362c0-.243-.008-.484-.023-.724Z' fill='%2300DBD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__license-reassignement {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.449 7.392h25.964a1.948 1.948 0 0 1 1.949 1.949v34.748a1.949 1.949 0 0 1-1.949 1.949H6.449A1.949 1.949 0 0 1 4.5 44.089V9.341a1.949 1.949 0 0 1 1.949-1.949Z' fill='%2300E3D8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.278 33.004H21.273a2.208 2.208 0 0 1-2.222-2.174V5.174A2.208 2.208 0 0 1 21.273 3h20.005A2.208 2.208 0 0 1 43.5 5.174V30.83a2.209 2.209 0 0 1-2.222 2.174Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3Cpath d='M18.436 36.821h1.238v-1.683c3.17-.219 4.952-2.091 4.952-4.446 0-2.9-2.748-3.835-4.348-4.258l-.604-.166V20.9c1.6.158 2.763 1.019 2.929 2.392h1.812c-.075-2.204-2.008-3.88-4.741-4.061v-1.736h-1.238v1.759c-2.589.264-4.529 1.91-4.529 4.28 0 2.084 1.51 3.321 3.925 4.016l.604.174v5.716c-1.585-.166-2.884-.981-3.02-2.537h-1.932c.174 2.379 1.985 4.04 4.952 4.236v1.681Zm1.237-3.381v-5.36l.06.015c1.631.455 3.08 1.027 3.08 2.567.001 1.517-1.313 2.574-3.14 2.778Zm-1.237-7.504c-1.148-.324-2.719-.959-2.719-2.491 0-1.306 1.058-2.302 2.719-2.521v5.012Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 3)' d='M0 0h39v43.035H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__writing-center {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M28.389 11.225H6.35a1.851 1.851 0 0 0-1.851 1.85V41.65c0 1.023.829 1.851 1.851 1.851H28.39a1.851 1.851 0 0 0 1.851-1.85V13.075a1.851 1.851 0 0 0-1.851-1.851Z' fill='%2300E3D8'/%3E%3Cpath d='M41.649 4.5H19.61a1.851 1.851 0 0 0-1.851 1.851v28.574c0 1.022.829 1.85 1.851 1.85H41.65a1.851 1.851 0 0 0 1.851-1.85V6.35A1.851 1.851 0 0 0 41.649 4.5Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3Cpath d='M24.767 34.092H9.973a.679.679 0 1 1 0-1.357h14.794a.679.679 0 0 1 0 1.357ZM24.767 30.057H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 1 1 0 1.358ZM24.767 26.024H9.973a.68.68 0 0 1 0-1.357h14.794a.679.679 0 1 1 0 1.357ZM24.767 21.99H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 1 1 0 1.357Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__native-teachers {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.589 38.904c8.554 0 15.488-6.934 15.488-15.488 0-8.554-6.934-15.488-15.488-15.488-8.554 0-15.488 6.934-15.488 15.488 0 8.554 6.934 15.488 15.488 15.488Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='M23.835 15.566c-.089.416-.399.703-.693.64-.293-.062-.46-.45-.372-.867.088-.416.399-.703.693-.64.294.062.46.45.372.867ZM31.636 13.681a1.377 1.377 0 0 0-1.53-.27c-1.905.635-1.36-.908-3.311-.545-.985.183-2.057 2.458-1.498 2.722.771.361 1.326-1.298 1.905-1.18.47.097.341 1.555-1.587 1.95a6.04 6.04 0 0 0-2.313.817c-.953.68-.85 1.436-.182 1.497.499.046 1.952-.366 2.585-.407.68-.046.984.258 1.044.59.095.521-.726 1.043-1.089.997-.573-.072-1.383-.395-2.177-.272a2.623 2.623 0 0 0-1.633.998 6.328 6.328 0 0 0-1.088 1.95c-.409 1.136-.089 2.582.548 3.094.56.46 1.27.698 1.994.665.86-.04 1.048 1 1.423 1.081.785.168.258.542.48.878.262.49.417 1.032.454 1.587.068.513-.334 1.188-.227 2.041.179 1.428.78 2.501 1.509 2.673.757.178 2.189-.558 3.117-1.675.966-1.162 1.775-1.849 1.95-3.312.137-1.136.362-1.905 1.027-2.512.966-.884 1.709-1.804 1.234-2.184-.474-.38-.095-.475.568-.997a4 4 0 0 1 .232-.166c0-.095.004-.19.004-.285a15.422 15.422 0 0 0-3.439-9.735ZM22.213 10.144c0-.957-1.236-1.313-2.995-1.27-2.303.055-3.515.594-3.62.907 0 0-.251.713 1.003.779a1.969 1.969 0 0 1 1.63.86c.587.862-.368 3.017.522 3.129.692.086.783-.821 1.6-1.457 1.22-.949 1.86-2.177 1.86-2.948ZM15.183 26.471c-.807-1.091-1.391-2.053-2.676-1.995-1.285.058-1.535.603-2.117.479a1.135 1.135 0 0 1-.968-.842c-.214-.813-.232-1.198-1.136-.771-.904.428-2.127-.62-1.412-1.473a2.603 2.603 0 0 1 2.044-.844 1.86 1.86 0 0 1 1.228.91c.18.318.53.332.544-.227.015-.644-.063-1.254.68-1.36.953-.136 1.105-.775 1.724-1.224.998-.726 1.451-.5 1.723-.998.31-.569-.136-.636.454-1.044.403-.28.635.499 1.146.276.465-.202.44-.914.033-1.591-.407-.677-1.497-1.77-2.268-1.361-.869.46-.516.832-1.27 1.315-.635.408-1.708-.006-1.542-.771.126-.583.551-.783 1.27-.681.953.136 1.082-.306 1.587-1.18.499-.86 1.27.091 1.044.454-.217.346.051.73.771.998a.79.79 0 0 0 .862-1.316c-1.954-2.075-1.089-2.994-1.859-3.265a3.206 3.206 0 0 0-2.359.226 8.02 8.02 0 0 0-1.27.635 4.39 4.39 0 0 0-1.406 1.498c-.31.413-.648.758-1.9.693a15.427 15.427 0 0 0-3.92 8.732c.136.241.288.473.453.694a5.55 5.55 0 0 0 2.422 1.663c1.377.379 2.702 1.062 3.038 1.614.49.802-.498 1.146-.671 2.004-.196.981.129 1.63 1.05 2.316 1.38 1.027 1.74 1.29 1.697 2.146a5.164 5.164 0 0 0 1.03 3.133c.9 1.158 2.53 2.403 3.04 2.072.717-.464-.73-.785-.73-1.877s.16-.971 1.015-1.968c.855-.997.382-1.503 1.323-2.444.861-.861 1.187-1.76.317-2.54-.732-.66-2.184-.993-2.991-2.085Z' fill='%238CFF00'/%3E%3Cpath d='M31.868 4.266h14.618A1.513 1.513 0 0 1 48 5.78v8.762a1.513 1.513 0 0 1-1.513 1.513h-9.94l-4.115 2.912v-2.912h-.564a1.513 1.513 0 0 1-1.513-1.513V5.779a1.514 1.514 0 0 1 1.514-1.513Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='M41.931 9.666a1.21 1.21 0 1 0 2.42 0 1.21 1.21 0 0 0-2.42 0ZM37.967 9.666a1.21 1.21 0 1 0 2.42 0 1.21 1.21 0 0 0-2.42 0ZM34.004 9.665a1.21 1.21 0 1 0 2.42 0 1.21 1.21 0 0 0-2.42 0Z' fill='%23F0F0F0'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__flexible-schedules {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.894 10.163h12.285v-2.86H17.894v2.86ZM15.099 7.42v.014c-.959.088-1.907.278-2.83.565v-.011a1.22 1.22 0 0 1-.079.029c-.032.011-.063.022-.093.037a1.037 1.037 0 0 0-.214.078 7.667 7.667 0 0 0-.748.29c-.05.022-.1.045-.151.064-.07.033-.142.07-.215.105l-.214.105-.343.198c-.064.032-.123.07-.182.109a8.192 8.192 0 0 0-1.537 1.235l-.026.027a19.1 19.1 0 0 1-.17.193c-.093.107-.186.212-.273.32l-.026.024a10.596 10.596 0 0 0-1.984 6.743v.767h2.77v-.774c0-3.372 1.074-5.47 3.464-6.546a9.487 9.487 0 0 1 2.858-.712h.026V7.434l-.033-.013Zm24.897 3.347.012.024a10.604 10.604 0 0 1 1.978 6.747v.774h-2.769v-.794a8.824 8.824 0 0 0-.835-4.131 5.267 5.267 0 0 0-2.644-2.414 9.16 9.16 0 0 0-2.817-.712V7.427c.959.09 1.908.278 2.832.564v-.014c.052.024.092.038.16.062l.012.004.09.033c.04.016.08.03.124.045.19.063.367.136.55.211l.032.014a2.667 2.667 0 0 1 .302.13c.15.065.305.144.429.21.082.042.162.088.238.131l.117.066c.061.034.115.07.166.105a8.668 8.668 0 0 1 1.551 1.239l.016.027c.16.162.314.333.456.513Z' fill='%238CFF00'/%3E%3Cpath d='M33 5.434v6.303c0 .794-.644 1.437-1.44 1.437-.795 0-1.44-.643-1.44-1.437V5.448A1.437 1.437 0 0 1 31.55 4 1.438 1.438 0 0 1 33 5.427v.007ZM17.88 5.457v6.287c0 .798-.645 1.444-1.44 1.444-.797 0-1.44-.646-1.44-1.444V5.457a1.44 1.44 0 1 1 2.88 0Z' fill='%2300DBD1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 33.82V18.312h36V33.82C42 40.583 38.223 44 30.738 44H17.245C9.777 44 6 40.583 6 33.82Zm8.12-6.887c0 .939.738 1.7 1.648 1.7.927 0 1.665-.779 1.648-1.717 0-.939-.738-1.7-1.63-1.7h-.018c-.91 0-1.648.78-1.648 1.717Zm8.223 0c0 .939.756 1.7 1.666 1.7.91 0 1.648-.761 1.648-1.717 0-.92-.738-1.682-1.648-1.7h-.018c-.91.018-1.648.78-1.648 1.717Zm9.889 1.7c-.91 0-1.648-.761-1.648-1.7 0-.938.72-1.7 1.648-1.7.91 0 1.648.762 1.648 1.7 0 .939-.738 1.7-1.648 1.7Zm0 7.259c-.91 0-1.648-.762-1.665-1.7 0-.938.738-1.7 1.648-1.7h.017c.91 0 1.648.762 1.648 1.7s-.738 1.7-1.648 1.7Zm-8.223 0c-.91 0-1.666-.762-1.666-1.7s.738-1.7 1.648-1.717h.018c.91.017 1.63.779 1.648 1.7 0 .955-.738 1.717-1.648 1.717Zm-8.24 0c-.91 0-1.649-.762-1.649-1.7-.017-.938.721-1.717 1.648-1.717.91 0 1.648.761 1.648 1.7 0 .938-.738 1.717-1.648 1.717Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.icon__pc_card {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.6694 22.6123V46.1257H9.88456V22.6123C9.88456 21.1699 11.0748 20 12.5442 20H16.9773H47.1231H48.0098C49.4785 20 50.6694 21.1699 50.6694 22.6123ZM7.27128 50.1834H53.2828C53.981 50.1834 54.5534 49.6283 54.5534 48.9512V48.1866C54.5534 47.8484 54.2676 47.5712 53.9181 47.5712H6.6353C6.28585 47.5712 6 47.8484 6 48.1866V48.9512C6 49.6283 6.5717 50.1834 7.27128 50.1834Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.8926 12H52.732H45.3566C44.1926 12 43.2493 12.9251 43.2493 14.0666V21.2994V33.6991C43.2493 34.8399 44.1926 35.765 45.3566 35.765H48.5173H55.8926C57.0566 35.765 58 34.8399 58 33.6991V26.4656V14.0666C58 12.9251 57.0566 12 55.8926 12' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.1668 34.1261H48.5633C48.3439 34.1261 48.1663 33.9431 48.1663 33.7172C48.1663 33.4904 48.3439 33.3066 48.5633 33.3066H52.6853C52.9055 33.3066 53.0832 33.4904 53.0832 33.7172C53.0832 33.9431 52.9055 34.1261 52.6853 34.1261' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  width: 64px;
  height: 64px;
}
.icon__passion_card {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6308 34.8176C52.3927 28.9598 47.6588 24.1846 41.8042 23.8989C37.9688 23.7115 34.5271 25.4229 32.3269 28.1692C30.1869 25.4864 26.8627 23.7877 23.1416 23.8735C17.0266 24.0132 12.0641 29.0423 12.0006 35.1605C11.9689 38.2879 13.1976 41.1263 15.2074 43.2027L30.7521 57.1663C31.6442 57.9696 32.9968 57.9696 33.8921 57.1663L49.4495 43.2027C51.526 41.0469 52.7642 38.0783 52.6308 34.8176ZM48.9891 37.1353C48.9288 37.6052 48.8272 38.0656 48.6812 38.5133C48.1129 40.2976 46.9127 41.8502 45.3284 42.6281C46.0364 41.0279 46.4269 39.5388 46.4904 38.0847C46.5254 37.3608 46.4904 36.6464 46.3634 35.9574C46.2555 35.2716 46.0809 34.5985 45.811 33.9667C45.3093 32.684 44.5093 31.5188 43.4742 30.4996C42.9503 29.998 42.3661 29.5313 41.7121 29.1058C41.0517 28.6899 40.331 28.3343 39.5245 27.9692C40.3659 27.712 41.2739 27.6707 42.1788 27.785C43.0805 27.9184 43.9632 28.2327 44.7855 28.6836C46.4142 29.6043 47.7636 31.1156 48.4589 32.9126C48.6431 33.3571 48.7637 33.8238 48.8844 34.2906C48.9542 34.7668 49.0558 35.2367 49.0526 35.7161C49.0717 36.1924 49.059 36.6655 48.9891 37.1353Z' fill='%238CFF00'/%3E%3Cpath d='M31.4649 15.5336C30.527 15.5336 29.7674 14.7739 29.7674 13.8361V7.69749C29.7674 6.75963 30.527 6 31.4649 6C32.4028 6 33.1624 6.75963 33.1624 7.69749V13.8361C33.1624 14.7739 32.4028 15.5336 31.4649 15.5336Z' fill='%2300DBD1'/%3E%3Cpath d='M46.9651 21.848C46.5301 21.848 46.0973 21.6825 45.7641 21.3515C45.1021 20.6894 45.1021 19.6137 45.7641 18.9516L50.1055 14.6103C50.7696 13.9483 51.8433 13.9483 52.5053 14.6103C53.1673 15.2723 53.1673 16.3481 52.5053 17.0101L48.164 21.3515C47.8351 21.6825 47.4001 21.848 46.9651 21.848Z' fill='%2300DBD1'/%3E%3Cpath d='M16.0368 22.031C15.6018 22.031 15.1689 21.8655 14.8358 21.5345L10.4966 17.191C9.83456 16.529 9.83456 15.4532 10.4966 14.7912C11.1607 14.1292 12.2344 14.1292 12.8964 14.7912L17.2378 19.1325C17.8998 19.7946 17.8998 20.8703 17.2378 21.5324C16.9067 21.8634 16.4718 22.031 16.0368 22.031Z' fill='%2300DBD1'/%3E%3C/svg%3E%0A");
  display: block;
  width: 64px;
  height: 64px;
}
.icon__certificate_card {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_480_1202' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='12' width='44' height='42'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12H49.7785V54H6V12Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_480_1202)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5911 12.7687L34.5345 26.1887C34.5426 26.205 34.5588 26.2177 34.5768 26.2195L49.0895 27.7643C49.7514 27.8341 50.0176 28.6608 49.523 29.11L38.6892 38.9495C38.6749 38.9613 38.6686 38.9812 38.6722 38.9984L41.6974 53.372C41.8359 54.0285 41.1371 54.5392 40.5607 54.2041L27.9148 46.8666C27.8978 46.8566 27.8789 46.8566 27.8618 46.8666L15.2213 54.2041C14.644 54.5392 13.9453 54.0285 14.0837 53.372L17.1063 38.9984C17.1099 38.9812 17.1045 38.9613 17.0901 38.9495L6.25541 29.11C5.7608 28.6608 6.02699 27.8341 6.68977 27.7643L21.2016 26.2195C21.2205 26.2177 21.2358 26.205 21.2439 26.1887L27.1864 12.7687C27.4562 12.1565 28.3195 12.1565 28.5911 12.7687Z' fill='%238CFF00'/%3E%3C/g%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.1589 26.8119C58.1589 32.399 53.6607 36.9294 48.1111 36.9294C42.5616 36.9294 38.0634 32.399 38.0634 26.8119C38.0634 21.2238 42.5616 16.6943 48.1111 16.6943C53.6607 16.6943 58.1589 21.2238 58.1589 26.8119Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M52.0992 23.9746L50.1064 25.8645L46.1162 29.6433L44.1234 27.7543' stroke='white' stroke-width='0.934947' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 64px;
  height: 64px;
}
.icon__world_card {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M27.2214 47.9999C36.488 47.9999 44 40.4878 44 31.2213C44 21.9547 36.488 14.4426 27.2214 14.4426C17.9548 14.4426 10.4427 21.9547 10.4427 31.2213C10.4427 40.4878 17.9548 47.9999 27.2214 47.9999Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M31.8211 22.7168C31.7254 23.1682 31.3893 23.4792 31.071 23.4115C30.7527 23.3438 30.572 22.9232 30.6677 22.4718C30.7633 22.0204 31.0995 21.7094 31.4183 21.7771C31.7372 21.8448 31.9173 22.2654 31.8211 22.7168Z' fill='%238CFF00'/%3E%3Cpath d='M40.2729 20.6757C40.0582 20.4655 39.7851 20.3251 39.4893 20.2727C39.1935 20.2203 38.8888 20.2584 38.615 20.382C36.5509 21.07 37.141 19.3992 35.0278 19.7924C33.9605 19.9905 32.7993 22.455 33.4056 22.7408C34.2407 23.1324 34.8415 21.3346 35.4691 21.4633C35.9787 21.5673 35.8389 23.1475 33.7496 23.576C32.8626 23.6963 32.0097 23.9972 31.2437 24.4603C30.2117 25.1975 30.3224 26.0159 31.0468 26.0825C31.5871 26.1317 33.1617 25.6859 33.8475 25.6406C34.5848 25.5914 34.9131 25.9202 34.978 26.2794C35.0809 26.8449 34.1915 27.4098 33.7989 27.36C33.1774 27.2829 32.3003 26.9327 31.44 27.0653C30.7353 27.19 30.1036 27.5761 29.6713 28.1465C29.1561 28.7753 28.7569 29.4906 28.4922 30.2592C28.0497 31.4898 28.396 33.056 29.0857 33.6115C29.692 34.1104 30.4615 34.367 31.2459 34.3319C32.1778 34.2889 32.3809 35.4154 32.7875 35.5027C33.6378 35.6845 33.0672 36.0895 33.3077 36.4536C33.5914 36.9855 33.759 37.5716 33.7994 38.1731C33.8733 38.7285 33.4375 39.4596 33.5533 40.3842C33.7474 41.9314 34.3985 43.0938 35.1883 43.2795C36.0083 43.4725 37.5594 42.6754 38.5652 41.4649C39.6112 40.2064 40.4883 39.4624 40.6785 37.8777C40.8256 36.6471 41.07 35.8137 41.7899 35.1564C42.8365 34.1982 43.6414 33.2015 43.1273 32.7903C42.6133 32.3792 43.0244 32.2757 43.7426 31.7102C43.8243 31.6459 43.9105 31.5866 43.9938 31.5301C43.9938 31.4272 43.9977 31.3242 43.9977 31.2208C44.0043 27.3822 42.689 23.6584 40.2729 20.6757Z' fill='%238CFF00'/%3E%3Cpath d='M30.0645 16.8431C30.0645 15.806 28.7259 15.4211 26.8201 15.467C24.3248 15.5274 23.0115 16.1108 22.899 16.4498C22.899 16.4498 22.6261 17.2223 23.9842 17.2939C24.3324 17.293 24.6755 17.3774 24.9835 17.5398C25.2916 17.7022 25.5551 17.9375 25.7512 18.2252C26.3867 19.1594 25.3518 21.4942 26.3162 21.615C27.0657 21.7084 27.1642 20.7256 28.0502 20.037C29.3708 19.0094 30.0645 17.6782 30.0645 16.8431Z' fill='%238CFF00'/%3E%3Cpath d='M22.4483 34.5316C21.574 33.3485 20.9414 32.3064 19.5491 32.3696C18.1568 32.4328 17.8861 33.0229 17.2557 32.8887C17.0094 32.86 16.7775 32.7574 16.5905 32.5946C16.4034 32.4318 16.2699 32.2164 16.2075 31.9764C15.9759 31.096 15.9563 30.6781 14.9769 31.1412C13.9974 31.6044 12.6723 30.47 13.447 29.5454C13.7262 29.2397 14.0693 28.9992 14.452 28.8412C14.8346 28.6831 15.2474 28.6113 15.661 28.6308C15.94 28.6916 16.2029 28.811 16.4322 28.9811C16.6615 29.1512 16.8521 29.3682 16.9911 29.6175C17.1875 29.9615 17.5662 29.9772 17.5807 29.3714C17.5975 28.6739 17.513 28.0122 18.318 27.8975C19.35 27.7504 19.515 27.0585 20.1851 26.5713C21.2663 25.7848 21.7575 26.0309 22.0522 25.49C22.3879 24.8747 21.9051 24.802 22.5434 24.3596C22.9802 24.0564 23.2314 24.8999 23.7851 24.6588C24.2886 24.4395 24.2617 23.6682 23.8209 22.9349C23.3802 22.2015 22.1988 21.0179 21.3642 21.4604C20.4228 21.9587 20.8049 22.362 19.9882 22.885C19.3002 23.3269 18.1384 22.8789 18.3174 22.0494C18.4539 21.4184 18.9148 21.2014 19.6934 21.3121C20.7254 21.4598 20.8653 20.981 21.4129 20.0346C21.9532 19.1015 22.7889 20.133 22.5434 20.5262C22.309 20.901 22.5993 21.3172 23.3791 21.6069C23.5673 21.7043 23.785 21.7285 23.99 21.6747C24.1951 21.6208 24.3728 21.4929 24.489 21.3156C24.6051 21.1382 24.6514 20.9242 24.6188 20.7147C24.5862 20.5053 24.4771 20.3153 24.3126 20.1817C22.1966 17.933 23.1335 16.9374 22.2989 16.6437C21.4471 16.3963 20.5329 16.4841 19.7438 16.8892C19.2658 17.0775 18.8055 17.3077 18.3683 17.5773C17.7392 17.9898 17.217 18.5458 16.8446 19.1994C16.509 19.6469 16.1426 20.0211 14.7856 19.9506C12.4026 22.5739 10.9153 25.8867 10.5383 29.4106C10.6866 29.6712 10.851 29.9223 11.0306 30.1624C11.7273 30.9872 12.6333 31.6092 13.6534 31.9629C15.1452 32.3741 16.5811 33.1136 16.9453 33.7115C17.475 34.5808 16.4061 34.9533 16.2181 35.8829C16.0055 36.9457 16.3574 37.6494 17.3553 38.3917C18.8505 39.5048 19.2403 39.7901 19.1939 40.717C19.1849 41.9398 19.5769 43.1318 20.3098 44.1106C21.2859 45.3658 23.0507 46.7145 23.6028 46.3559C24.3803 45.8525 22.8119 45.5051 22.8119 44.3221C22.8119 43.139 22.9853 43.2699 23.9116 42.1898C24.8379 41.1096 24.3255 40.562 25.3446 39.5429C26.2782 38.6093 26.6312 37.636 25.6887 36.7908C24.8955 36.0748 23.3226 35.7146 22.4483 34.5316Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M40.5239 10.4758H56.36C56.7948 10.4758 57.2117 10.6485 57.5191 10.956C57.8265 11.2634 57.9992 11.6803 57.9992 12.1151V21.6065C57.9992 22.0412 57.8265 22.4582 57.5191 22.7656C57.2117 23.073 56.7948 23.2457 56.36 23.2457H45.5908L41.1338 26.4003V23.2457H40.5225C40.0878 23.2457 39.6708 23.073 39.3634 22.7656C39.056 22.4582 38.8833 22.0412 38.8833 21.6065V12.1151C38.8833 11.8997 38.9257 11.6864 39.0082 11.4874C39.0907 11.2885 39.2115 11.1077 39.3639 10.9554C39.5163 10.8032 39.6971 10.6825 39.8962 10.6002C40.0952 10.5179 40.3085 10.4756 40.5239 10.4758Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M51.4254 16.3249C51.4254 16.5842 51.5023 16.8376 51.6463 17.0532C51.7904 17.2688 51.9951 17.4368 52.2347 17.536C52.4742 17.6352 52.7378 17.6612 52.9921 17.6106C53.2464 17.5601 53.48 17.4352 53.6633 17.2518C53.8467 17.0685 53.9716 16.8349 54.0221 16.5806C54.0727 16.3263 54.0467 16.0628 53.9475 15.8232C53.8483 15.5837 53.6803 15.3789 53.4647 15.2349C53.2491 15.0908 52.9956 15.0139 52.7364 15.0139C52.3887 15.0139 52.0552 15.152 51.8094 15.3979C51.5635 15.6437 51.4254 15.9772 51.4254 16.3249Z' fill='%23F0F0F0'/%3E%3Cpath d='M47.1311 16.3249C47.1311 16.5842 47.208 16.8376 47.352 17.0532C47.4961 17.2688 47.7008 17.4368 47.9404 17.536C48.1799 17.6352 48.4435 17.6612 48.6978 17.6106C48.9521 17.5601 49.1857 17.4352 49.369 17.2518C49.5524 17.0685 49.6772 16.8349 49.7278 16.5806C49.7784 16.3263 49.7524 16.0628 49.6532 15.8232C49.554 15.5837 49.386 15.3789 49.1704 15.2349C48.9548 15.0908 48.7013 15.0139 48.442 15.0139C48.0944 15.0139 47.7609 15.152 47.5151 15.3979C47.2692 15.6437 47.1311 15.9772 47.1311 16.3249Z' fill='%23F0F0F0'/%3E%3Cpath d='M42.8374 16.3244C42.8374 16.5837 42.9143 16.8371 43.0583 17.0527C43.2024 17.2683 43.4071 17.4363 43.6467 17.5355C43.8862 17.6348 44.1498 17.6607 44.4041 17.6101C44.6584 17.5596 44.892 17.4347 45.0753 17.2514C45.2587 17.068 45.3835 16.8345 45.4341 16.5802C45.4847 16.3259 45.4587 16.0623 45.3595 15.8227C45.2603 15.5832 45.0923 15.3784 44.8767 15.2344C44.6611 15.0903 44.4076 15.0134 44.1483 15.0134C43.8007 15.0134 43.4672 15.1515 43.2214 15.3974C42.9755 15.6432 42.8374 15.9767 42.8374 16.3244Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  display: block;
  width: 64px;
  height: 64px;
}
.icon__blue-checked {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.292 11.54l-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4-10.6 10.6z' fill='%230078FF'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0;
}
.icon__red-cross {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.457 1.442l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59 5.59-5.59z' fill='%23ED4422'/%3E%3C/svg%3E");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0;
}
.icon__cig_facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.305 15.724c0-7.234-5.863-13.097-13.097-13.097C8.974 2.627 3.11 8.49 3.11 15.724c0 6.538 4.788 11.956 11.05 12.938V19.51h-3.325v-3.786h3.325v-2.886c0-3.281 1.955-5.095 4.948-5.095 1.432 0 2.931.256 2.931.256v3.223h-1.652c-1.627 0-2.134 1.01-2.134 2.046v2.456h3.633l-.581 3.786h-3.052v9.152c6.262-.982 11.05-6.4 11.05-12.938Z' fill='%23146DDD'/%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  display: block;
}
.icon__cig_youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.282 6.915h-.138v.001h-.3c-1.478.006-2.956.034-4.434.083l-.266.011-.133.005-.267.01-.264.011c-1.724.08-3.365.207-4.121.414a3.16 3.16 0 0 0-2.197 2.264c-.157.605-.267 1.408-.342 2.236l-.015.166-.034.414-.013.166-.005.083-.01.164a53.457 53.457 0 0 0-.1 2.835v.194c.008 1.083.05 2.166.128 3.246l.012.166.012.168c.078.912.193 1.819.365 2.483a3.16 3.16 0 0 0 2.197 2.263c.757.21 2.398.336 4.121.414l.266.012.265.01.135.007.264.01c2.081.073 4.065.083 4.545.083h.22c.95-.002 7.795-.037 9.597-.535a3.16 3.16 0 0 0 2.197-2.264c.172-.666.287-1.572.364-2.483l.015-.166.012-.168c.112-1.517.126-2.975.127-3.284v-.12a52.878 52.878 0 0 0-.115-3.12l-.012-.166-.034-.414-.016-.166c-.074-.827-.185-1.63-.341-2.235a3.164 3.164 0 0 0-2.197-2.264c-1.744-.482-8.211-.53-9.488-.534Zm-2.701 12.799v-7.681l6.454 3.842-6.454 3.839Z' fill='red'/%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  display: block;
}
.icon__cig_instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.617 2.646c-4.27 0-7.778 3.504-7.778 7.778v10.897c0 4.27 3.504 7.779 7.778 7.779h10.898c4.27 0 7.778-3.504 7.778-7.779V10.424c0-4.27-3.504-7.778-7.778-7.778H10.617Zm0 2.405h10.898c2.973 0 5.373 2.4 5.373 5.373v10.897c0 2.974-2.4 5.374-5.373 5.374H10.617a5.366 5.366 0 0 1-5.373-5.374V10.424c0-2.973 2.4-5.373 5.373-5.373Zm12.55 2.63c-.605 0-1.089.484-1.089 1.09 0 .606.484 1.09 1.09 1.09.606 0 1.09-.484 1.09-1.09 0-.606-.484-1.09-1.09-1.09Zm-7.101.977c-3.97 0-7.215 3.246-7.215 7.215s3.246 7.215 7.215 7.215 7.215-3.246 7.215-7.215c0-3.97-3.246-7.215-7.215-7.215Zm0 2.405a4.79 4.79 0 0 1 4.81 4.81 4.79 4.79 0 0 1-4.81 4.81 4.79 4.79 0 0 1-4.81-4.81 4.79 4.79 0 0 1 4.81-4.81Z' fill='%23fff'/%3E%3Cpath d='M10.617 2.646c-4.27 0-7.778 3.504-7.778 7.778v10.897c0 4.27 3.504 7.779 7.778 7.779h10.898c4.27 0 7.778-3.504 7.778-7.779V10.424c0-4.27-3.504-7.778-7.778-7.778H10.617Zm0 2.405h10.898c2.973 0 5.373 2.4 5.373 5.373v10.897c0 2.974-2.4 5.374-5.373 5.374H10.617a5.366 5.366 0 0 1-5.373-5.374V10.424c0-2.973 2.4-5.373 5.373-5.373Zm12.55 2.63c-.605 0-1.089.484-1.089 1.09 0 .606.484 1.09 1.09 1.09.606 0 1.09-.484 1.09-1.09 0-.606-.484-1.09-1.09-1.09Zm-7.101.977c-3.97 0-7.215 3.246-7.215 7.215s3.246 7.215 7.215 7.215 7.215-3.246 7.215-7.215c0-3.97-3.246-7.215-7.215-7.215Zm0 2.405a4.79 4.79 0 0 1 4.81 4.81 4.79 4.79 0 0 1-4.81 4.81 4.79 4.79 0 0 1-4.81-4.81 4.79 4.79 0 0 1 4.81-4.81Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='5.059' y1='26.88' x2='27.073' y2='4.866' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD600'/%3E%3Cstop offset='.5' stop-color='%23FF0100'/%3E%3Cstop offset='1' stop-color='%23D800B9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  display: block;
}
.icon__cig_separator {
  background-image: url("data:image/svg+xml,%3Csvg width='1' height='21' viewBox='0 0 1 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.800084' y1='0.781193' x2='0.800083' y2='20.6514' stroke='%23DEDEDE' stroke-width='0.280649' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 1px;
  height: 21px;
  display: block;
}
.icon__form-arrow-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='149' height='63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.244 58.49C35.424 57.361-4.032 45.071.334 16.036c.647-4.3 2.197-8.697 5.188-11.938.467-.506 6.434-5.34 7.023-3.795.003.006-.337.437-.842 1.078-1.383 1.753-4.007 5.08-4.267 5.601-1.573 3.145-2.491 6.627-2.628 10.147-.227 5.86 1.997 11.127 5.523 15.734 8.85 11.565 23.162 17.045 37.135 19.143 13.422 2.016 27.266 1.095 40.497-1.632 6.345-1.309 12.581-3.133 18.588-5.55 3.042-1.224 6.073-2.587 8.914-4.226.786-.453 1.068-1.092 1.334-1.696.297-.674.575-1.304 1.514-1.586.659-.198 3.578.609 3.967.992 3.215 3.162-2.522 6.368-4.538 7.486-6.278 3.481-13.059 6.024-19.967 7.965-13.104 3.681-26.901 5.436-40.531 4.731Z' fill='url(%23a)'/%3E%3Cpath d='M136.183 30.194c-10.047 3.91-20.512 5.904-31.302 4.868-2.544-.245.528-1.016 2.253-1.449.785-.197 1.29-.324.86-.3 3.978-.229 7.911-1.02 11.752-2.049 6.593-1.766 13.071-4.138 19.129-7.293.142-.073.402-.24.749-.464 2.299-1.479 8.382-5.39 8.561-.435.058 1.592-2.192 3.916-4.092 5.88-.962.993-1.834 1.894-2.274 2.562-1.586 2.41-2.907 4.982-4.211 7.552-.528 1.04-1.048 2.095-1.57 3.154-2.347 4.76-4.733 9.6-8.115 13.673-1.469 1.77-9.661 9.267-12.216 5.644-.494-.701 3.014-4.472 5.945-7.624 1.667-1.791 3.147-3.382 3.599-4.095 2.153-3.395 4.017-6.938 5.882-10.482 1.62-3.08 3.24-6.16 5.05-9.142Z' fill='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18.825' y1='-13.728' x2='121.988' y2='63.852' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F60'/%3E%3Cstop offset='1' stop-color='%23F90'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='18.825' y1='-13.728' x2='121.988' y2='63.852' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F60'/%3E%3Cstop offset='1' stop-color='%23F90'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 149px;
  height: 63px;
  display: block;
}
.icon__form-arrow-green {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.339 45.616C35.968 47.903 1.234 43.487.58 18.619c-.096-3.684.546-7.58 2.562-10.727C3.457 7.4 7.72 2.485 8.44 3.687c.002.005-.217.414-.544 1.023-.894 1.667-2.59 4.832-2.73 5.305a21.136 21.136 0 0 0-.692 8.853c.677 4.922 3.312 8.988 6.936 12.31 9.094 8.338 21.845 10.793 33.812 10.475 11.496-.304 22.909-3.12 33.543-7.354 5.1-2.03 10.032-4.474 14.686-7.38 2.357-1.47 4.684-3.056 6.811-4.844.589-.495.729-1.069.862-1.612.149-.606.287-1.173 1.029-1.547.521-.263 3.075-.022 3.456.24 3.15 2.163-1.162 5.686-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.599-10.387 5.01-21.637 8.515-33.112 9.944Z' fill='%238CFF00'/%3E%3Cpath d='M116.007 10.33c-7.804 4.748-16.24 7.96-25.394 8.692-2.159.173.29-.925 1.665-1.542.626-.28 1.029-.461.673-.377 3.285-.78 6.449-2.021 9.502-3.448 5.238-2.45 10.292-5.387 14.879-8.915.107-.082.3-.26.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.283 1.32-1.25 3.591-2.545 5.511-.655.971-1.249 1.852-1.517 2.474-.967 2.245-1.688 4.587-2.396 6.923a239.81 239.81 0 0 0-.843 2.864c-1.254 4.318-2.529 8.71-4.747 12.608-.964 1.694-6.689 9.16-9.356 6.516-.516-.512 1.852-4.178 3.832-7.24 1.125-1.741 2.124-3.288 2.396-3.95 1.294-3.15 2.325-6.382 3.356-9.614.896-2.81 1.792-5.618 2.861-8.374Z' fill='%238CFF00'/%3E%3C/svg%3E");
  width: 125px;
  height: 47px;
  display: block;
}
.icon__social-media {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.3301 28.174V27.0803C38.8487 26.4887 39.2346 25.7753 39.4346 24.9812C39.4917 24.9875 39.5425 25.0002 39.5996 25.0002C41.0025 25.0002 42.1387 23.718 42.1387 22.1438C42.1387 22.093 42.126 22.0485 42.126 21.9978C42.5449 21.2487 42.7735 20.4235 42.7735 19.592C42.7735 17.5925 41.7578 15.7644 40.063 14.7043L39.0601 14.0759C37.3018 12.9777 35.1309 12.8952 33.417 13.8156C32.96 13.6569 32.4776 13.5744 31.9824 13.5744C29.5322 13.5744 27.5391 15.5676 27.5391 18.0178C27.5391 19.4841 28.2691 20.8425 29.4688 21.6677C29.4561 21.8264 29.4434 21.9914 29.4434 22.1501V23.7307C29.4434 25.6045 30.4673 27.2416 31.9824 28.1214V28.5644C30.8507 29.0265 29.9309 29.8708 29.3812 30.9289L25.7554 34.5547L25.5935 32.9373C25.431 31.3072 24.0739 30.0783 22.4356 30.0783H13.5742C12.6792 30.0783 11.8216 30.4592 11.2205 31.1225C10.62 31.7859 10.3268 32.6777 10.4156 33.5683L11.1774 41.1855C11.3411 42.8143 12.6989 44.0432 14.336 44.0432H40.2344C42.3348 44.0432 44.043 42.335 44.043 40.2346V33.8869C44.043 30.7372 41.4804 28.174 38.3301 28.174ZM24.6008 42.7736H14.336C13.3533 42.7736 12.5389 42.036 12.4412 41.0585L11.6795 33.4413C11.6255 32.8992 11.7969 32.3781 12.1625 31.9737C12.5281 31.5707 13.0296 31.3479 13.5742 31.3479H22.4356C23.4182 31.3479 24.2326 32.0848 24.3303 33.063L25.0711 42.5648C24.9492 42.6994 24.7823 42.7736 24.6008 42.7736ZM40.8692 22.1438C40.8692 23.0197 40.2979 23.7307 39.5996 23.7307C38.9014 23.7307 38.3301 23.0197 38.3301 22.1438C38.3301 21.2678 38.9014 20.5568 39.5996 20.5568C40.2979 20.5568 40.8692 21.2678 40.8692 22.1438ZM30.7129 23.7307V22.1501C30.7129 20.7092 31.2525 19.3318 32.211 18.278C33.563 19.5158 35.353 20.1823 37.1939 20.1316C37.3716 20.1316 37.5493 20.176 37.708 20.2522C37.3081 20.76 37.0606 21.4138 37.0606 22.1438C37.0606 22.7005 37.2072 23.2172 37.4548 23.6558L36.966 24.0074C36.0633 24.6568 34.9982 25.0002 33.8867 25.0002C33.5357 25.0002 33.252 25.2846 33.252 25.635C33.252 25.9854 33.5357 26.2697 33.8867 26.2697C35.2661 26.2697 36.5877 25.8438 37.708 25.0383L38.179 24.6993C37.7448 26.3459 36.2722 27.5393 34.5215 27.5393C32.4204 27.5393 30.7129 25.8318 30.7129 23.7307ZM37.0606 28.1252V28.174C37.0606 29.5743 35.9218 30.7131 34.5215 30.7131C33.8214 30.7131 33.252 30.1437 33.252 29.4436V28.6419C33.6589 28.7466 34.0822 28.8088 34.5215 28.8088C35.4451 28.8088 36.3122 28.5593 37.0606 28.1252Z' fill='%238CFF00'/%3E%3Cpath d='M18.0176 38.9648C19.0693 38.9648 19.9219 38.1123 19.9219 37.0605C19.9219 36.0088 19.0693 35.1562 18.0176 35.1562C16.9659 35.1562 16.1133 36.0088 16.1133 37.0605C16.1133 38.1123 16.9659 38.9648 18.0176 38.9648Z' fill='%238CFF00'/%3E%3Cpath d='M18.2036 28.6226C18.3248 28.7438 18.4873 28.8086 18.6523 28.8086C18.7342 28.8086 18.8167 28.7927 18.8955 28.7604C19.1322 28.662 19.2871 28.4303 19.2871 28.1738V24.3652H21.8262C23.5762 24.3652 25 22.9415 25 21.1914V9.13086C25 7.38081 23.5762 5.95703 21.8262 5.95703H9.13086C7.38081 5.95703 5.95703 7.38081 5.95703 9.13086V21.1914C5.95703 22.9415 7.38081 24.3652 9.13086 24.3652H13.9462L18.2036 28.6226Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
  width: 50px;
  height: 50px;
}
.icon__social-device {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' d='M27.273 6.25H13.636a4.263 4.263 0 0 0-4.261 4.261V39.49a4.263 4.263 0 0 0 4.261 4.261h13.637a4.263 4.263 0 0 0 4.261-4.261V10.51a4.263 4.263 0 0 0-4.261-4.261Zm-6.819 35.795a2.553 2.553 0 0 1-2.556-2.556 2.553 2.553 0 0 1 2.556-2.557 2.553 2.553 0 0 1 2.557 2.557 2.553 2.553 0 0 1-2.556 2.556Zm7.671-6.818h-15.34V11.364h15.34v23.863Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M36.71 6.25c-4.744 0-8.585 3.85-8.585 8.594 0 4.743 3.841 8.594 8.585 8.594 4.752 0 8.602-3.85 8.602-8.594S41.462 6.25 36.71 6.25Zm.009 15.469a6.873 6.873 0 0 1-6.875-6.875 6.873 6.873 0 0 1 6.875-6.875 6.873 6.873 0 0 1 6.875 6.875 6.873 6.873 0 0 1-6.875 6.875Zm3.008-7.735c.713 0 1.289-.575 1.289-1.289 0-.713-.576-1.289-1.29-1.289-.713 0-1.288.576-1.288 1.29 0 .713.575 1.288 1.289 1.288Zm-6.016 0c.713 0 1.289-.575 1.289-1.289 0-.713-.576-1.289-1.29-1.289-.712 0-1.288.576-1.288 1.29 0 .713.576 1.288 1.289 1.288Z'/%3E%3Cpath d='M40.956 17.043c-.847 1.678-2.427 2.813-4.238 2.813-1.811 0-3.39-1.135-4.238-2.813-.17-.338.053-.767.393-.767h7.69c.349 0 .563.43.393.767Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
}
.icon__rocket {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' d='m9.509 22.334 4.809 1.994a27.772 27.772 0 0 0-1.294 4.216l-.182.829 6.894 6.898.829-.178A27.77 27.77 0 0 0 24.78 34.8l1.994 4.809a.31.31 0 0 0 .51.099l3.014-3.014a4.974 4.974 0 0 0 1.45-3.768l-.107-1.936c5.58-4.121 11.226-11.347 12.764-23.958a2.074 2.074 0 0 0-2.325-2.338c-12.607 1.55-19.837 7.201-23.958 12.765l-1.932-.1a4.975 4.975 0 0 0-3.768 1.43l-3.014 3.014a.311.311 0 0 0 .1.53Zm19.335-7.346a3.731 3.731 0 1 1 5.267 5.285 3.731 3.731 0 0 1-5.267-5.285Z'/%3E%3Cpath fill='%2300DBD1' d='M7.074 36.176a4.897 4.897 0 0 1 2.488.199c-3.806 3.051-3.085 6.591-2.62 8.175a.452.452 0 0 0 .779.166c1.314-1.5 4.531-2.069 6.272-2.255a4.664 4.664 0 0 0 3.126-1.659c1.795-2.21.174-4.498-.414-5.198a.212.212 0 0 0-.328 0 4.602 4.602 0 0 1-3.772 1.716.335.335 0 0 1-.324-.323 4.606 4.606 0 0 1 1.754-3.773.21.21 0 0 0 0-.315c-4.241-3.084-6.583.734-7.466 2.633a.452.452 0 0 0 .282.625c.073.022.15.025.223.009Z'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
}
.icon__mac-device {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='M39.586 17.666v18.37H7.722v-18.37c0-1.127.93-2.041 2.078-2.041H37.508c1.147 0 2.078.914 2.078 2.04ZM5.68 39.206h35.946c.546 0 .993-.434.993-.963v-.597a.49.49 0 0 0-.496-.481H5.184a.49.49 0 0 0-.497.48v.598c0 .53.447.963.994.963Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M43.666 9.375h-8.231c-.91 0-1.647.723-1.647 1.614v15.338c0 .892.738 1.614 1.647 1.614h8.231c.91 0 1.646-.722 1.646-1.614V10.99c0-.891-.737-1.614-1.646-1.614' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M39.974 26.661H37.94a.315.315 0 0 1-.31-.32c0-.177.139-.32.31-.32h3.22c.172 0 .311.143.311.32 0 .177-.139.32-.31.32' clip-rule='evenodd'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
}

.social_icon__facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 25.1396C0 37.5687 9.02708 47.9042 20.8333 50V31.9438H14.5833V25H20.8333V19.4438C20.8333 13.1938 24.8604 9.72292 30.5562 9.72292C32.3604 9.72292 34.3063 10 36.1104 10.2771V16.6667H32.9167C29.8604 16.6667 29.1667 18.1938 29.1667 20.1396V25H35.8333L34.7229 31.9438H29.1667V50C40.9729 47.9042 50 37.5708 50 25.1396C50 11.3125 38.75 0 25 0C11.25 0 0 11.3125 0 25.1396Z' fill='%231778F2'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
}
.social_icon__instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7755 0H36.2245C43.8289 0.00871596 49.9913 6.17112 50 13.7755V36.2245C49.9913 43.8289 43.8289 49.9913 36.2245 50H13.7755C6.17112 49.9913 0.00871596 43.8289 0 36.2245V13.7755C0.00871596 6.17112 6.17112 0.00871596 13.7755 0ZM25 13.2653C18.5191 13.2653 13.2653 18.5191 13.2653 25C13.2653 31.4809 18.5191 36.7347 25 36.7347C31.4809 36.7347 36.7347 31.4809 36.7347 25C36.7274 18.5221 31.4779 13.2726 25 13.2653ZM25 33.6735C20.2098 33.6735 16.3265 29.7902 16.3265 25C16.3265 20.2098 20.2098 16.3265 25 16.3265C29.7902 16.3265 33.6735 20.2098 33.6735 25C33.668 29.788 29.788 33.668 25 33.6735ZM46.9388 36.2245C46.9322 42.1391 42.1391 46.9322 36.2245 46.9388H13.7755C7.86091 46.9322 3.06783 42.1391 3.06122 36.2245V13.7755C3.06783 7.86091 7.86091 3.06783 13.7755 3.06122H36.2245C42.1391 3.06783 46.9322 7.86091 46.9388 13.7755V36.2245ZM38.2653 14.2857C39.6742 14.2857 40.8163 13.1436 40.8163 11.7347C40.8146 10.3265 39.6735 9.18536 38.2653 9.18367C36.8564 9.18367 35.7143 10.3258 35.7143 11.7347C35.7143 13.1436 36.8564 14.2857 38.2653 14.2857Z' fill='%23FD1D1D'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
}
.social_icon__twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='44' viewBox='0 0 54 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9627 44C37.341 44 48.4886 27.0678 48.4886 12.4099C48.4886 11.9361 48.4886 11.4555 48.4684 10.9817C50.6387 9.40624 52.5118 7.45569 54 5.22147C51.9727 6.11783 49.8243 6.7086 47.6246 6.97459C49.9417 5.58576 51.6771 3.40055 52.5083 0.825124C50.3313 2.11839 47.9487 3.02625 45.4646 3.50896C42.0311 -0.157863 36.5707 -1.05722 32.148 1.31565C27.7253 3.68852 25.4414 8.74281 26.5781 13.6419C17.6692 13.1939 9.36831 8.97593 3.7395 2.03674C0.807094 7.11552 2.31047 13.6049 7.17525 16.8672C5.4187 16.8074 3.70076 16.3344 2.16 15.4864V15.6387C2.16624 20.9237 5.87862 25.4753 11.043 26.5297C10.0921 26.7924 9.1099 26.9233 8.12362 26.9189C7.42832 26.921 6.73441 26.8564 6.05137 26.726C7.50298 31.2504 11.6636 34.348 16.4025 34.4323C12.4759 37.525 7.62548 39.2023 2.6325 39.1941C1.75271 39.1979 0.873528 39.147 0 39.0418C5.06761 42.2816 10.9529 44.0019 16.9627 44Z' fill='%231DA1F2'/%3E%3C/svg%3E");
  width: 54px;
  height: 44px;
}
.social_icon__youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='61' height='44' viewBox='0 0 61 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0357 0H30.6964V0.00391494H29.9605C26.33 0.0184239 22.6999 0.0862898 19.0713 0.207492L18.4193 0.234896L18.0914 0.246641L17.4357 0.270131L16.7875 0.297535C12.5553 0.493282 8.52528 0.806477 6.66848 1.31542C4.03308 2.04758 1.9772 4.16602 1.27345 6.87463C0.888368 8.35839 0.617664 10.3315 0.434652 12.3634L0.396525 12.7705L0.312645 13.7884L0.282143 14.1956L0.270704 14.3991L0.244015 14.8024C0.0381274 18.0126 0.00762548 20.9214 0 21.7631V22.2408C0.020207 24.9005 0.124477 27.5588 0.312645 30.2116L0.343146 30.6187L0.373648 31.0298C0.564285 33.2691 0.846428 35.4967 1.26964 37.1293C1.97457 39.8364 4.03023 41.9531 6.66467 42.6846C8.52147 43.2014 12.5515 43.5106 16.7837 43.7025L17.4357 43.7299L18.0876 43.7573L18.4193 43.7729L19.0675 43.7964C24.1766 43.9765 29.0493 44 30.2274 44H30.7688C33.0984 43.9961 49.9087 43.91 54.3315 42.6885C56.9669 41.9563 59.0228 39.8379 59.7265 37.1293C60.1498 35.4928 60.4319 33.2691 60.6225 31.0298L60.6569 30.6227L60.6874 30.2116C60.9619 26.4846 60.9962 22.9063 61 22.1468V21.8532C60.9962 21.1211 60.9657 17.7699 60.7179 14.1917L60.6874 13.7845L60.6035 12.7666L60.5653 12.3595C60.3823 10.3276 60.1116 8.35839 59.7265 6.87072C59.0207 4.16335 56.9657 2.04583 54.3315 1.3115C50.0498 0.129193 34.1698 0.0117448 31.0357 0ZM24.4015 31.4291V12.567L40.2511 22.002L24.4015 31.4291Z' fill='%23FF0000'/%3E%3C/svg%3E");
  width: 61px;
  height: 44px;
}
.social_icon__linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.23125 0C1.4465 0 0 1.41075 0 3.1515V40.8485C0 42.5892 1.4465 44 3.23125 44H40.7687C42.5535 44 44 42.5892 44 40.8485V3.1515C44 1.41075 42.5535 0 40.7687 0H3.23125ZM13.5933 16.9648V36.8335H6.9905V16.9648H13.5933ZM10.2933 14.2505C12.595 14.2505 14.0278 12.727 14.0278 10.8185C13.9865 8.86875 12.5977 7.3865 10.3372 7.3865C8.07675 7.3865 6.6 8.8715 6.6 10.8185C6.6 12.727 8.03275 14.2505 10.2493 14.2505H10.2933ZM23.7903 25.7372V36.8335H17.1903C17.1903 36.8335 17.2728 18.8292 17.1903 16.9647H23.7903V19.7752L23.7463 19.844H23.7903V19.7752C24.6702 18.4195 26.2405 16.4945 29.744 16.4945C34.089 16.4945 37.345 19.3325 37.345 25.4375V36.8335H30.7423V26.2048C30.7423 23.5317 29.788 21.7113 27.3983 21.7113C25.5723 21.7113 24.486 22.9405 24.0103 24.1257C23.8343 24.5492 23.7903 25.1432 23.7903 25.7372Z' fill='%230866C2'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
}
.social_icon__tiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='42' viewBox='0 0 37 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.868 16.5999V15.0275C14.3222 14.941 13.7709 14.8937 13.2185 14.8858C7.86901 14.8744 3.13299 18.3411 1.52656 23.4435C-0.0798696 28.546 1.81629 34.1005 6.20721 37.1557C1.60056 32.2254 1.86281 24.4943 6.79305 19.8876C8.9887 17.836 11.8634 16.6656 14.8677 16.6001L14.868 16.5999Z' fill='%2325F4EE'/%3E%3Cpath d='M34.7147 11.4448V9.9627C32.9219 9.9635 31.1688 9.43443 29.6756 8.44213C30.9846 9.9638 32.7535 11.0179 34.7147 11.4448ZM15.1644 34.4107C18.1553 34.4066 20.6137 32.0503 20.7447 29.0624V2.39787H25.616C25.5166 1.84072 25.4692 1.27549 25.4743 0.709473H18.8114V27.3483C18.7006 30.3515 16.2362 32.7304 13.231 32.7352C12.333 32.7276 11.4496 32.5067 10.6536 32.0909C11.6999 33.5406 13.3764 34.4029 15.1644 34.4107Z' fill='%2325F4EE'/%3E%3Cpath d='M13.2183 21.5488C10.1293 21.5645 7.6379 24.0814 7.65364 27.1703C7.6641 29.2363 8.81257 31.1282 10.6406 32.0908C8.83279 29.5947 9.39074 26.1056 11.8869 24.2978C12.8401 23.6074 13.9874 23.2361 15.1645 23.237C15.7237 23.2442 16.2792 23.3313 16.8139 23.4955V16.7159C16.2678 16.6341 15.7167 16.5909 15.1645 16.5871H14.8679V21.742C14.3303 21.5978 13.7746 21.5327 13.2183 21.5488ZM29.6757 8.44207C28.2048 6.76711 27.3939 4.61389 27.3947 2.38477H25.6161C26.0803 4.87563 27.5484 7.06591 29.6757 8.44207Z' fill='%23FE2C55'/%3E%3Cpath d='M34.7147 11.4448V16.6C31.3958 16.5935 28.163 15.5429 25.4743 13.5971V27.142C25.4601 33.9007 19.977 39.3724 13.2183 39.3724C10.7081 39.3769 8.25837 38.6024 6.20703 37.1557C10.8063 42.1026 18.545 42.3845 23.492 37.7852C25.9801 35.4719 27.3939 32.228 27.3946 28.8307V15.3241C30.0924 17.2571 33.3291 18.294 36.6478 18.2883V11.6506C35.9981 11.6486 35.3503 11.5797 34.7147 11.4448Z' fill='%23FE2C55'/%3E%3Cpath d='M25.4744 27.1419V13.597C28.1713 15.5318 31.4086 16.5688 34.7277 16.5612V11.4062C32.7669 10.9921 30.9938 9.95179 29.6758 8.44207C27.5485 7.06591 26.0804 4.87563 25.6162 2.38477H20.7449V29.0626C20.6188 32.1491 18.0146 34.549 14.9281 34.4229C13.2172 34.353 11.6326 33.5033 10.6276 32.1169C7.89424 30.6779 6.84487 27.2955 8.28377 24.5621C9.24639 22.7336 11.1389 21.5847 13.2053 21.5745C13.7648 21.5795 14.3207 21.6663 14.855 21.8323V16.6771C8.10838 16.7915 2.73193 22.3535 2.84627 29.1002C2.89816 32.1551 4.09265 35.0797 6.19449 37.2973C8.26594 38.6964 10.7192 39.4211 13.2184 39.3724C19.9771 39.3724 25.4602 33.9007 25.4744 27.1419Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 50px;
  height: 50px;
}
.social_icon__whatsapp {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='50px' viewBox='0 0 50 50' version='1.1'%3E%3Cdefs%3E%3ClinearGradient id='linear0' gradientUnits='userSpaceOnUse' x1='512' y1='576.26' x2='512' y2='447.74' gradientTransform='matrix(0.389075,0,0,0.389075,-174.204342,-174.204342)'%3E%3Cstop offset='0' style='stop-color:rgb(14.509804%25,81.176471%25,26.27451%25);stop-opacity:1;'/%3E%3Cstop offset='1' style='stop-color:rgb(38.039216%25,99.215686%25,49.019608%25);stop-opacity:1;'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:evenodd;fill:url(%23linear0);' d='M 50 37.3125 C 50 37.585938 50 38.179688 49.976562 38.640625 C 49.953125 39.71875 49.867188 40.796875 49.710938 41.867188 C 49.53125 42.8125 49.226562 43.730469 48.804688 44.59375 C 47.878906 46.417969 46.394531 47.902344 44.566406 48.828125 C 43.703125 49.25 42.785156 49.554688 41.839844 49.734375 C 40.777344 49.886719 39.707031 49.972656 38.636719 49.996094 C 38.175781 49.996094 37.582031 50.019531 37.308594 50.019531 L 12.691406 50.019531 C 12.417969 50.019531 11.824219 50.019531 11.363281 49.996094 C 10.285156 49.972656 9.207031 49.886719 8.136719 49.730469 C 7.191406 49.550781 6.273438 49.246094 5.410156 48.824219 C 3.585938 47.898438 2.101562 46.414062 1.175781 44.585938 C 0.753906 43.71875 0.449219 42.804688 0.269531 41.859375 C 0.117188 40.796875 0.03125 39.726562 0.0078125 38.65625 C 0.0078125 38.195312 -0.015625 37.601562 -0.015625 37.328125 L -0.015625 12.691406 C -0.015625 12.417969 -0.015625 11.824219 0.0078125 11.363281 C 0.03125 10.285156 0.117188 9.207031 0.273438 8.136719 C 0.453125 7.191406 0.757812 6.273438 1.179688 5.410156 C 2.105469 3.585938 3.589844 2.101562 5.417969 1.175781 C 6.28125 0.753906 7.199219 0.449219 8.144531 0.269531 C 9.207031 0.117188 10.277344 0.03125 11.347656 0.0078125 C 11.808594 0.0078125 12.402344 -0.015625 12.675781 -0.015625 L 37.296875 -0.015625 C 37.570312 -0.015625 38.164062 -0.015625 38.625 0.0078125 C 39.703125 0.03125 40.78125 0.117188 41.851562 0.273438 C 42.796875 0.453125 43.714844 0.757812 44.578125 1.179688 C 46.402344 2.105469 47.886719 3.589844 48.8125 5.417969 C 49.234375 6.28125 49.539062 7.199219 49.71875 8.144531 C 49.871094 9.207031 49.957031 10.277344 49.980469 11.347656 C 49.980469 11.808594 50.003906 12.402344 50.003906 12.675781 Z M 50 37.3125 '/%3E%3Cpath style=' stroke:none;fill-rule:evenodd;fill:rgb(100%25,100%25,100%25);fill-opacity:1;' d='M 38.152344 11.972656 C 31.832031 5.640625 21.796875 4.972656 14.695312 10.417969 C 7.59375 15.859375 5.628906 25.722656 10.101562 33.472656 L 7.570312 42.703125 L 17.019531 40.226562 C 19.632812 41.648438 22.558594 42.394531 25.535156 42.394531 C 32.742188 42.394531 39.238281 38.050781 42 31.394531 C 44.757812 24.734375 43.234375 17.070312 38.140625 11.972656 Z M 25.542969 39.398438 C 22.886719 39.394531 20.28125 38.675781 18 37.320312 L 17.457031 37 L 11.851562 38.472656 L 13.347656 33.023438 L 12.996094 32.464844 C 9.398438 26.742188 10.132812 19.3125 14.773438 14.402344 C 19.414062 9.492188 26.792969 8.347656 32.707031 11.613281 C 38.621094 14.882812 41.574219 21.738281 39.886719 28.28125 C 38.199219 34.824219 32.300781 39.398438 25.542969 39.398438 Z M 33.667969 28.304688 C 33.222656 28.082031 31.03125 27.003906 30.625 26.859375 C 30.214844 26.710938 29.917969 26.636719 29.621094 27.078125 C 29.320312 27.523438 28.453125 28.527344 28.210938 28.828125 C 27.96875 29.125 27.691406 29.160156 27.246094 28.9375 C 25.933594 28.417969 24.722656 27.667969 23.667969 26.730469 C 22.691406 25.828125 21.859375 24.789062 21.1875 23.644531 C 20.929688 23.195312 21.160156 22.960938 21.382812 22.734375 C 21.605469 22.507812 21.828125 22.210938 22.054688 21.957031 C 22.234375 21.730469 22.382812 21.480469 22.496094 21.210938 C 22.613281 20.964844 22.601562 20.671875 22.457031 20.433594 C 22.34375 20.210938 21.453125 18.023438 21.082031 17.128906 C 20.714844 16.230469 20.355469 16.375 20.082031 16.347656 C 19.804688 16.320312 19.523438 16.347656 19.226562 16.347656 C 18.773438 16.359375 18.34375 16.5625 18.042969 16.90625 C 17.023438 17.871094 16.457031 19.21875 16.484375 20.621094 C 16.484375 22.8125 18.082031 24.929688 18.300781 25.226562 C 18.523438 25.527344 21.441406 30.019531 25.910156 31.949219 C 26.738281 32.308594 27.585938 32.621094 28.449219 32.886719 C 29.359375 33.164062 30.320312 33.222656 31.253906 33.0625 C 32.109375 32.933594 33.886719 31.984375 34.261719 30.945312 C 34.636719 29.90625 34.652344 29 34.523438 28.832031 C 34.394531 28.660156 34.113281 28.503906 33.671875 28.292969 Z M 33.667969 28.304688 '/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 50px;
  height: 50px;
}

.list_ol {
  list-style: none;
  counter-reset: steps;
  padding-left: 0px;
  margin-left: 0px;
}
.list_ol li {
  counter-increment: steps;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
}
.list_ol li::before {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 22px;
  color: #0078FF;
  line-height: 1.5em;
  content: counter(steps);
  margin-right: 15px;
}

.list_li, .section-cta-blue__ul-yellow, .section-cta-blue__ul {
  list-style: none;
  counter-reset: steps;
  padding-left: 0px;
  margin-left: 0px;
}
.list_li li, .section-cta-blue__ul-yellow li, .section-cta-blue__ul li {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.list_li li::before, .section-cta-blue__ul-yellow li::before, .section-cta-blue__ul li::before {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 22px;
  line-height: 1.5em;
  content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00002 11.2L1.80002 6.99998L0.400024 8.39998L6.00002 14L18 1.99998L16.6 0.599976L6.00002 11.2Z' fill='%230078FF'/%3E%3C/svg%3E%0A");
  margin-right: 15px;
  margin-top: -5px;
}
.list_li li.active, .section-cta-blue__ul-yellow li.active, .section-cta-blue__ul li.active {
  color: #0078FF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0078FF;
}
.list_li li.active::before, .section-cta-blue__ul-yellow li.active::before, .section-cta-blue__ul li.active::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4301 6.00001L8.96008 1.16001C8.67008 0.21001 7.33008 0.21001 7.05008 1.16001L5.57008 6.00001H1.12008C0.150081 6.00001 -0.249919 7.25001 0.540081 7.81001L4.18008 10.41L2.75008 15.02C2.46008 15.95 3.54008 16.7 4.31008 16.11L8.00008 13.31L11.6901 16.12C12.4601 16.71 13.5401 15.96 13.2501 15.03L11.8201 10.42L15.4601 7.82001C16.2501 7.25001 15.8501 6.01001 14.8801 6.01001H10.4301V6.00001Z' fill='%230078FF'/%3E%3C/svg%3E");
  margin-right: 15px;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .icon__green-commentary {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='33' viewBox='0 0 45 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.765.324H27.36a4.32 4.32 0 014.32 4.319V19.039a4.32 4.32 0 01-4.32 4.32H11.524v6.457l-5.759-6.458h-1.44A4.32 4.32 0 01.006 19.04V4.643a4.32 4.32 0 014.32-4.32H25.92' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.31 14H41.49a3.435 3.435 0 013.435 3.436v11.452a3.435 3.435 0 01-3.435 3.436H23.165a3.436 3.436 0 01-3.435-3.436V17.436A3.436 3.436 0 0123.165 14h17.178' fill='%2300E3D8'/%3E%3C/svg%3E");
    width: 45px;
    height: 40px;
  }
  .icon__green-computer {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='32' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.16 5.393v22.691H3.84V5.393C3.84 4 5.017 2.872 6.47 2.872h35.06c1.452 0 2.63 1.129 2.63 2.52zM1.256 32h45.486c.69 0 1.256-.536 1.256-1.19v-.737c0-.326-.282-.594-.628-.594H.628c-.345 0-.628.268-.628.594v.738C0 31.464.565 32 1.257 32z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.188 0H39.13C38.02 0 37.12.9 37.12 2.011v19.11c0 1.11.9 2.01 2.011 2.01h10.057c1.11 0 2.011-.9 2.011-2.01V2.01C51.2.901 50.3 0 49.188 0z' fill='%2300E3D8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.617 21.455h-2.195a.335.335 0 110-.67h3.474a.335.335 0 010 .67' fill='%23fff'/%3E%3C/svg%3E");
    width: 52px;
    height: 32px;
  }
  .icon__green-aim {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.587 7.412c-5.853-5.853-15.343-5.853-21.197 0-5.853 5.854-5.853 15.344 0 21.198 5.854 5.853 15.344 5.853 21.197 0 5.854-5.854 5.854-15.344 0-21.198zm-2.44 18.758c-4.498 4.499-11.818 4.499-16.317 0-4.499-4.498-4.499-11.819 0-16.318 4.499-4.498 11.819-4.498 16.318 0 4.499 4.5 4.499 11.82 0 16.318z' fill='%238CFF00'/%3E%3Cpath d='M20.944 12.056c-3.284-3.284-8.627-3.284-11.91 0-3.284 3.283-3.284 8.626 0 11.91 3.283 3.283 8.626 3.283 11.91 0 3.283-3.284 3.283-8.627 0-11.91zm-2.45 9.46a4.963 4.963 0 01-7.01 0 4.963 4.963 0 01-.001-7.01 4.963 4.963 0 017.011 0 4.963 4.963 0 010 7.01z' fill='%238CFF00'/%3E%3Cpath d='M13.402 16.424a2.244 2.244 0 103.173 3.174 2.244 2.244 0 00-3.173-3.174z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M32.56 3.418a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722a.791.791 0 01-.564.236h-1.822L16.4 18.183a.868.868 0 01-1.228 0 .869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' fill='%2300E3D8'/%3E%3Cpath d='M32.56 3.418h0a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722s0 0 0 0a.791.791 0 01-.564.236h-1.822L16.4 18.183h0a.868.868 0 01-1.228 0h0a.869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56h0L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' stroke='%2300E3D8' stroke-width='.5'/%3E%3C/g%3E%3C/svg%3E");
    width: 33px;
    height: 33px;
  }
  .icon__green-document {
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2683 48.9701H2.92683C1.31707 48.9701 0 47.6521 0 46.0433V11.5272C0 9.91742 1.31707 8.60034 2.92683 8.60034H29.2683C30.878 8.60034 32.1951 9.91742 32.1951 11.5272V46.0433C32.1951 47.6521 30.878 48.9701 29.2683 48.9701Z' fill='%2300E3D8'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.8537 40.5592H19.5122C17.9025 40.5592 16.5854 39.2421 16.5854 37.6324V3.11628C16.5854 1.50653 17.9025 0.189453 19.5122 0.189453H45.8537C47.4634 0.189453 48.7805 1.50653 48.7805 3.11628V37.6324C48.7805 39.2421 47.4634 40.5592 45.8537 40.5592Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 37.2037H6.84634C6.38195 37.2037 5.99658 36.8183 5.99658 36.3539C5.99658 35.8895 6.38195 35.5051 6.84634 35.5051H25.3488C25.8141 35.5051 26.1985 35.8895 26.1985 36.3539C26.1985 36.8183 25.8141 37.2037 25.3488 37.2037Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 32.157H6.84634C6.38195 32.157 5.99658 31.7726 5.99658 31.3083C5.99658 30.8429 6.38195 30.4595 6.84634 30.4595H25.3488C25.8141 30.4595 26.1985 30.8429 26.1985 31.3083C26.1985 31.7726 25.8141 32.157 25.3488 32.157Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 27.1111H6.84634C6.38195 27.1111 5.99658 26.7258 5.99658 26.2614C5.99658 25.797 6.38195 25.4126 6.84634 25.4126H25.3488C25.8141 25.4126 26.1985 25.797 26.1985 26.2614C26.1985 26.7258 25.8141 27.1111 25.3488 27.1111Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 22.0645H6.84634C6.38195 22.0645 5.99658 21.6801 5.99658 21.2157C5.99658 20.7513 6.38195 20.366 6.84634 20.366H25.3488C25.8141 20.366 26.1985 20.7513 26.1985 21.2157C26.1985 21.6801 25.8141 22.0645 25.3488 22.0645Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 33px;
    height: 50px;
  }
  .icon__green-cicle {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='51' viewBox='0 0 42 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.784232 27.4462C0.697095 27.4462 0.697095 27.4462 0.609959 27.4462C0.261411 27.3591 0 27.0977 0 26.662V22.4794C0 13.6786 7.23236 6.44622 16.0332 6.44622H26.6639V0.782324C26.6639 0.433776 26.8382 0.172365 27.0996 0.0852284C27.361 -0.0890454 27.7095 -0.0019085 27.971 0.172365L40.8672 11.5002C41.0415 11.6744 41.1286 11.8487 41.1286 12.1101C41.1286 12.3715 41.0415 12.5458 40.8672 12.7201L27.971 24.0479C27.7095 24.2222 27.361 24.3093 27.0996 24.135C26.8382 23.9607 26.6639 23.6993 26.6639 23.4379V17.774H14.9876C9.14938 17.774 3.92116 21.2595 1.6556 26.662L1.56846 27.0105C1.39419 27.2719 1.13278 27.4462 0.784232 27.4462Z' fill='%238CFF00'/%3E%3Cpath d='M14.5521 50.1031C14.3778 50.1031 14.2035 50.016 14.0293 49.9289L1.13299 38.6011C0.958719 38.4268 0.871582 38.2525 0.871582 37.9911C0.871582 37.7297 0.958719 37.5554 1.13299 37.3812L14.0293 26.0533C14.2907 25.8791 14.6392 25.7919 14.9006 25.9662C15.162 26.1405 15.3363 26.4019 15.3363 26.6633V32.3272H27.0127C32.8508 32.3272 38.0791 28.8417 40.3446 23.4392L40.5189 23.0907C40.6932 22.7421 41.0417 22.5679 41.3903 22.5679C41.7388 22.655 42.0002 23.0036 42.0002 23.3521V27.5347C42.0002 36.3355 34.7678 43.5679 25.967 43.5679H15.3363V49.2318C15.3363 49.5803 15.162 49.8417 14.9006 49.9289C14.8135 50.1031 14.6392 50.1031 14.5521 50.1031Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
    width: 42px;
    height: 50px;
  }
  .icon__green-star {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='34' viewBox='0 0 42 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='36' height='34'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H35.252V33.5867H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1912 0.615186L22.977 11.347C22.9835 11.36 22.9966 11.3701 23.011 11.3716L34.6972 12.607C35.2302 12.6627 35.4446 13.3239 35.0463 13.683L26.3225 21.5516C26.311 21.561 26.3059 21.5769 26.3088 21.5907L28.7448 33.085C28.8563 33.61 28.2937 34.0184 27.8295 33.7504L17.6466 27.8827C17.6329 27.8748 17.6176 27.8748 17.6039 27.8827L7.42536 33.7504C6.96046 34.0184 6.3978 33.61 6.50932 33.085L8.94316 21.5907C8.94605 21.5769 8.94171 21.561 8.93012 21.5516L0.205669 13.683C-0.192609 13.3239 0.0217372 12.6627 0.555429 12.607L12.2409 11.3716C12.2561 11.3701 12.2684 11.36 12.2749 11.347L17.0601 0.615186C17.2773 0.125667 17.9725 0.125667 18.1912 0.615186Z' fill='%238CFF00'/%3E%3C/g%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 11.8435C42 16.3115 38.3779 19.9343 33.9092 19.9343C29.4405 19.9343 25.8184 16.3115 25.8184 11.8435C25.8184 7.37484 29.4405 3.75269 33.9092 3.75269C38.3779 3.75269 42 7.37484 42 11.8435Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M37.1207 9.57642L35.516 11.0877L32.3029 14.1095L30.6982 12.599' stroke='white' stroke-width='1.49532' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 45px;
    height: 40px;
  }
  .icon__green-note {
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='44' viewBox='0 0 54 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 43.1895H3C1.4 43.1895 0 41.7895 0 40.0895V3.28945C0 1.58945 1.4 0.189453 3 0.189453H30C31.6 0.189453 33 1.58945 33 3.28945V40.0895C33 41.7895 31.6 43.1895 30 43.1895Z' fill='%238CFF00'/%3E%3Cpath d='M40.6 7.8894L21.4 26.5894C21.3 26.6894 21.2 26.7894 21.2 26.8894L19 35.2894C18.9 35.5894 19 35.7894 19.2 35.9894C19.3 36.0894 19.5 36.1894 19.7 36.1894C19.8 36.1894 19.8 36.1894 19.9 36.1894L28.5 34.0894C28.6 34.0894 28.8 33.9894 28.9 33.8894L48.1 15.1894L40.6 7.8894Z' fill='%2300E3D8'/%3E%3Cpath d='M52.9 5.3895L50.8 3.2895C49.4 1.8895 46.9 1.8895 45.4 3.2895L42.8 5.8895L50.3 13.1895L52.9 10.5895C53.6 9.8895 54 8.8895 54 7.9895C54 6.9895 53.6 6.0895 52.9 5.3895Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
    width: 54px;
    height: 50px;
  }
  .icon__green-feedback {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.2' height='57.509' viewBox='0 0 48.2 57.509'%3E%3Cg data-name='Grupo 1774'%3E%3Cpath data-name='Trazado 2769' d='M.9 31.509H.7a.876.876 0 01-.7-.9v-4.8a18.48 18.48 0 0118.4-18.4h12.2v-6.5a.792.792 0 01.5-.8.92.92 0 011 .1l14.8 13a.967.967 0 010 1.4l-14.8 13a.92.92 0 01-1 .1 1.02 1.02 0 01-.5-.8v-6.5H17.2a16.557 16.557 0 00-15.3 10.2l-.1.4a1.05 1.05 0 01-.9.5z' fill='%238cff00'/%3E%3Cpath data-name='Trazado 2770' d='M16.7 57.509a1.421 1.421 0 01-.6-.2l-14.8-13a.967.967 0 010-1.4l14.8-13a.92.92 0 011-.1 1.02 1.02 0 01.5.8v6.5H31a16.557 16.557 0 0015.3-10.2l.2-.4a1.1 1.1 0 011-.6.961.961 0 01.7.9v4.8a18.48 18.48 0 01-18.4 18.4H17.6v6.5a.792.792 0 01-.5.8.4.4 0 01-.4.2z' fill='%2300e3d8'/%3E%3C/g%3E%3C/svg%3E");
    width: 49px;
    height: 58px;
  }
  .icon__green-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg width='67' height='52' viewBox='0 0 67 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.1895L2.917 40.6374C1.13439 37.5765 0.162055 34.0323 0.162055 30.4881C0.162055 19.2916 9.31818 10.1895 20.581 10.1895C26.0099 10.1895 31.1957 12.2838 35.004 16.1502C38.8933 20.0166 41 25.0912 41 30.4881C41 41.6845 31.8439 50.7867 20.581 50.7867C17.1779 50.7867 13.7747 49.9007 10.7767 48.2897L0 51.1895Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8903 20.1724C15.4572 19.1895 15.0241 19.1895 14.5909 19.1895C14.2445 19.1895 13.898 19.1895 13.4649 19.1895C13.1184 19.1895 12.512 19.3682 11.9923 19.9043C11.4726 20.5299 10 21.8703 10 24.7299C10 27.5894 11.9923 30.3596 12.3388 30.8065C12.5986 31.1639 16.2368 37.2405 22.0404 39.6533C26.8046 41.6192 27.7574 41.1724 28.7969 41.083C29.8364 40.9937 32.1751 39.6533 32.6083 38.3128C33.0414 36.9724 33.0414 35.8107 32.9547 35.5426C32.7815 35.2745 32.435 35.1852 31.8287 34.8277C31.2223 34.5596 28.4504 33.1299 27.9307 32.9511C27.411 32.7724 27.0645 32.683 26.6314 33.2192C26.2849 33.8447 25.1588 35.0958 24.8123 35.5426C24.4658 35.9001 24.1193 35.9894 23.5996 35.7213C22.9932 35.4533 21.1742 34.8277 19.0087 32.8618C17.3628 31.3426 16.1501 29.3767 15.8903 28.8405C15.5438 28.215 15.8903 27.9469 16.1501 27.6788C16.41 27.4107 16.7565 26.9639 17.0164 26.6958C17.2762 26.3384 17.3628 26.0703 17.6227 25.7128C17.7959 25.3554 17.7093 24.998 17.5361 24.7299C17.4495 24.2831 16.3234 21.3341 15.8903 20.1724Z' fill='white'/%3E%3Cpath d='M33.1 0.189453H63.4C65.1 0.189453 66.5 1.58945 66.5 3.28945V21.3895C66.5 23.0895 65.1 24.4895 63.4 24.4895H42.8L34.3 30.4895V24.4895H33.1C31.4 24.4895 30 23.0895 30 21.3895V3.28945C30 1.58945 31.4 0.189453 33.1 0.189453Z' fill='%2300E3D8'/%3E%3Cpath d='M53.9 11.3894C53.9 12.7894 55 13.8894 56.4 13.8894C57.8 13.8894 58.9 12.7894 58.9 11.3894C58.9 9.9894 57.8 8.8894 56.4 8.8894C55 8.8894 53.9 9.9894 53.9 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M45.7 11.3894C45.7 12.7894 46.8 13.8894 48.2 13.8894C49.6 13.8894 50.7 12.7894 50.7 11.3894C50.7 9.9894 49.6 8.8894 48.2 8.8894C46.8 8.8894 45.7 9.9894 45.7 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M37.5 11.3894C37.5 12.7894 38.6 13.8894 40 13.8894C41.4 13.8894 42.5 12.7894 42.5 11.3894C42.5 9.9894 41.4 8.8894 40 8.8894C38.6 8.8894 37.5 9.9894 37.5 11.3894Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
    width: 67px;
    height: 50px;
  }
  .icon__green-microphone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.092' height='56.476'%3E%3Cg data-name='Grupo 1780'%3E%3Cpath data-name='Trazado 2786' d='M27.381 23.935a1.185 1.185 0 00-1.17 1.2V34.3a12.026 12.026 0 01-11.879 12.163h-.113A12.026 12.026 0 012.341 34.3v-9.167a1.185 1.185 0 00-1.17-1.2 1.185 1.185 0 00-1.17 1.2v9.507a14.6 14.6 0 0012.835 14.752v4.08H6.945a1.5 1.5 0 000 3h14.662a1.5 1.5 0 000-3h-5.891v-4.079a14.5 14.5 0 0012.836-14.55v-9.71a1.185 1.185 0 00-1.171-1.198z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 2787' d='M23.073 15.7v-1.778a8.906 8.906 0 00-8.8-9.011 8.906 8.906 0 00-8.8 9.011v20.026a8.906 8.906 0 008.8 9.011 8.906 8.906 0 008.8-9.011V15.7z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 1779'%3E%3Cpath data-name='Trazado 2788' d='M47.092 11.5A11.5 11.5 0 1135.592 0a11.5 11.5 0 0111.5 11.5z' fill='%2300e3d8' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 2789' d='M40.092 9l-2.249 2-4.5 4-2.251-2' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.291'/%3E%3C/g%3E%3C/svg%3E");
    width: 48px;
    height: 57px;
  }
  .icon__social-media {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.3301 28.174V27.0803C38.8487 26.4887 39.2346 25.7753 39.4346 24.9812C39.4917 24.9875 39.5425 25.0002 39.5996 25.0002C41.0025 25.0002 42.1387 23.718 42.1387 22.1438C42.1387 22.093 42.126 22.0485 42.126 21.9978C42.5449 21.2487 42.7735 20.4235 42.7735 19.592C42.7735 17.5925 41.7578 15.7644 40.063 14.7043L39.0601 14.0759C37.3018 12.9777 35.1309 12.8952 33.417 13.8156C32.96 13.6569 32.4776 13.5744 31.9824 13.5744C29.5322 13.5744 27.5391 15.5676 27.5391 18.0178C27.5391 19.4841 28.2691 20.8425 29.4688 21.6677C29.4561 21.8264 29.4434 21.9914 29.4434 22.1501V23.7307C29.4434 25.6045 30.4673 27.2416 31.9824 28.1214V28.5644C30.8507 29.0265 29.9309 29.8708 29.3812 30.9289L25.7554 34.5547L25.5935 32.9373C25.431 31.3072 24.0739 30.0783 22.4356 30.0783H13.5742C12.6792 30.0783 11.8216 30.4592 11.2205 31.1225C10.62 31.7859 10.3268 32.6777 10.4156 33.5683L11.1774 41.1855C11.3411 42.8143 12.6989 44.0432 14.336 44.0432H40.2344C42.3348 44.0432 44.043 42.335 44.043 40.2346V33.8869C44.043 30.7372 41.4804 28.174 38.3301 28.174ZM24.6008 42.7736H14.336C13.3533 42.7736 12.5389 42.036 12.4412 41.0585L11.6795 33.4413C11.6255 32.8992 11.7969 32.3781 12.1625 31.9737C12.5281 31.5707 13.0296 31.3479 13.5742 31.3479H22.4356C23.4182 31.3479 24.2326 32.0848 24.3303 33.063L25.0711 42.5648C24.9492 42.6994 24.7823 42.7736 24.6008 42.7736ZM40.8692 22.1438C40.8692 23.0197 40.2979 23.7307 39.5996 23.7307C38.9014 23.7307 38.3301 23.0197 38.3301 22.1438C38.3301 21.2678 38.9014 20.5568 39.5996 20.5568C40.2979 20.5568 40.8692 21.2678 40.8692 22.1438ZM30.7129 23.7307V22.1501C30.7129 20.7092 31.2525 19.3318 32.211 18.278C33.563 19.5158 35.353 20.1823 37.1939 20.1316C37.3716 20.1316 37.5493 20.176 37.708 20.2522C37.3081 20.76 37.0606 21.4138 37.0606 22.1438C37.0606 22.7005 37.2072 23.2172 37.4548 23.6558L36.966 24.0074C36.0633 24.6568 34.9982 25.0002 33.8867 25.0002C33.5357 25.0002 33.252 25.2846 33.252 25.635C33.252 25.9854 33.5357 26.2697 33.8867 26.2697C35.2661 26.2697 36.5877 25.8438 37.708 25.0383L38.179 24.6993C37.7448 26.3459 36.2722 27.5393 34.5215 27.5393C32.4204 27.5393 30.7129 25.8318 30.7129 23.7307ZM37.0606 28.1252V28.174C37.0606 29.5743 35.9218 30.7131 34.5215 30.7131C33.8214 30.7131 33.252 30.1437 33.252 29.4436V28.6419C33.6589 28.7466 34.0822 28.8088 34.5215 28.8088C35.4451 28.8088 36.3122 28.5593 37.0606 28.1252Z' fill='%238CFF00'/%3E%3Cpath d='M18.0176 38.9648C19.0693 38.9648 19.9219 38.1123 19.9219 37.0605C19.9219 36.0088 19.0693 35.1562 18.0176 35.1562C16.9659 35.1562 16.1133 36.0088 16.1133 37.0605C16.1133 38.1123 16.9659 38.9648 18.0176 38.9648Z' fill='%238CFF00'/%3E%3Cpath d='M18.2036 28.6226C18.3248 28.7438 18.4873 28.8086 18.6523 28.8086C18.7342 28.8086 18.8167 28.7927 18.8955 28.7604C19.1322 28.662 19.2871 28.4303 19.2871 28.1738V24.3652H21.8262C23.5762 24.3652 25 22.9415 25 21.1914V9.13086C25 7.38081 23.5762 5.95703 21.8262 5.95703H9.13086C7.38081 5.95703 5.95703 7.38081 5.95703 9.13086V21.1914C5.95703 22.9415 7.38081 24.3652 9.13086 24.3652H13.9462L18.2036 28.6226Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 50px;
  }
  .icon__social-device {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' d='M27.273 6.25H13.636a4.263 4.263 0 0 0-4.261 4.261V39.49a4.263 4.263 0 0 0 4.261 4.261h13.637a4.263 4.263 0 0 0 4.261-4.261V10.51a4.263 4.263 0 0 0-4.261-4.261Zm-6.819 35.795a2.553 2.553 0 0 1-2.556-2.556 2.553 2.553 0 0 1 2.556-2.557 2.553 2.553 0 0 1 2.557 2.557 2.553 2.553 0 0 1-2.556 2.556Zm7.671-6.818h-15.34V11.364h15.34v23.863Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M36.71 6.25c-4.744 0-8.585 3.85-8.585 8.594 0 4.743 3.841 8.594 8.585 8.594 4.752 0 8.602-3.85 8.602-8.594S41.462 6.25 36.71 6.25Zm.009 15.469a6.873 6.873 0 0 1-6.875-6.875 6.873 6.873 0 0 1 6.875-6.875 6.873 6.873 0 0 1 6.875 6.875 6.873 6.873 0 0 1-6.875 6.875Zm3.008-7.735c.713 0 1.289-.575 1.289-1.289 0-.713-.576-1.289-1.29-1.289-.713 0-1.288.576-1.288 1.29 0 .713.575 1.288 1.289 1.288Zm-6.016 0c.713 0 1.289-.575 1.289-1.289 0-.713-.576-1.289-1.29-1.289-.712 0-1.288.576-1.288 1.29 0 .713.576 1.288 1.289 1.288Z'/%3E%3Cpath d='M40.956 17.043c-.847 1.678-2.427 2.813-4.238 2.813-1.811 0-3.39-1.135-4.238-2.813-.17-.338.053-.767.393-.767h7.69c.349 0 .563.43.393.767Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
  }
  .icon__rocket {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='M39.586 17.666v18.37H7.722v-18.37c0-1.127.93-2.041 2.078-2.041H37.508c1.147 0 2.078.914 2.078 2.04ZM5.68 39.206h35.946c.546 0 .993-.434.993-.963v-.597a.49.49 0 0 0-.496-.481H5.184a.49.49 0 0 0-.497.48v.598c0 .53.447.963.994.963Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M43.666 9.375h-8.231c-.91 0-1.647.723-1.647 1.614v15.338c0 .892.738 1.614 1.647 1.614h8.231c.91 0 1.646-.722 1.646-1.614V10.99c0-.891-.737-1.614-1.646-1.614' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M39.974 26.661H37.94a.315.315 0 0 1-.31-.32c0-.177.139-.32.31-.32h3.22c.172 0 .311.143.311.32 0 .177-.139.32-.31.32' clip-rule='evenodd'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
  }
  .icon__mac-device {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='M39.586 17.666v18.37H7.722v-18.37c0-1.127.93-2.041 2.078-2.041H37.508c1.147 0 2.078.914 2.078 2.04ZM5.68 39.206h35.946c.546 0 .993-.434.993-.963v-.597a.49.49 0 0 0-.496-.481H5.184a.49.49 0 0 0-.497.48v.598c0 .53.447.963.994.963Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M43.666 9.375h-8.231c-.91 0-1.647.723-1.647 1.614v15.338c0 .892.738 1.614 1.647 1.614h8.231c.91 0 1.646-.722 1.646-1.614V10.99c0-.891-.737-1.614-1.646-1.614' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M39.974 26.661H37.94a.315.315 0 0 1-.31-.32c0-.177.139-.32.31-.32h3.22c.172 0 .311.143.311.32 0 .177-.139.32-.31.32' clip-rule='evenodd'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .icon__green-commentary {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='57' viewBox='0 0 45 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.765.324H27.36a4.32 4.32 0 014.32 4.319V19.039a4.32 4.32 0 01-4.32 4.32H11.524v6.457l-5.759-6.458h-1.44A4.32 4.32 0 01.006 19.04V4.643a4.32 4.32 0 014.32-4.32H25.92' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.31 14H41.49a3.435 3.435 0 013.435 3.436v11.452a3.435 3.435 0 01-3.435 3.436H23.165a3.436 3.436 0 01-3.435-3.436V17.436A3.436 3.436 0 0123.165 14h17.178' fill='%2300E3D8'/%3E%3C/svg%3E");
    width: 80px;
    height: 57px;
  }
  .icon__green-computer {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='50' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.16 5.393v22.691H3.84V5.393C3.84 4 5.017 2.872 6.47 2.872h35.06c1.452 0 2.63 1.129 2.63 2.52zM1.256 32h45.486c.69 0 1.256-.536 1.256-1.19v-.737c0-.326-.282-.594-.628-.594H.628c-.345 0-.628.268-.628.594v.738C0 31.464.565 32 1.257 32z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.188 0H39.13C38.02 0 37.12.9 37.12 2.011v19.11c0 1.11.9 2.01 2.011 2.01h10.057c1.11 0 2.011-.9 2.011-2.01V2.01C51.2.901 50.3 0 49.188 0z' fill='%2300E3D8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.617 21.455h-2.195a.335.335 0 110-.67h3.474a.335.335 0 010 .67' fill='%23fff'/%3E%3C/svg%3E");
    width: 80px;
    height: 50px;
  }
  .icon__green-aim {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.587 7.412c-5.853-5.853-15.343-5.853-21.197 0-5.853 5.854-5.853 15.344 0 21.198 5.854 5.853 15.344 5.853 21.197 0 5.854-5.854 5.854-15.344 0-21.198zm-2.44 18.758c-4.498 4.499-11.818 4.499-16.317 0-4.499-4.498-4.499-11.819 0-16.318 4.499-4.498 11.819-4.498 16.318 0 4.499 4.5 4.499 11.82 0 16.318z' fill='%238CFF00'/%3E%3Cpath d='M20.944 12.056c-3.284-3.284-8.627-3.284-11.91 0-3.284 3.283-3.284 8.626 0 11.91 3.283 3.283 8.626 3.283 11.91 0 3.283-3.284 3.283-8.627 0-11.91zm-2.45 9.46a4.963 4.963 0 01-7.01 0 4.963 4.963 0 01-.001-7.01 4.963 4.963 0 017.011 0 4.963 4.963 0 010 7.01z' fill='%238CFF00'/%3E%3Cpath d='M13.402 16.424a2.244 2.244 0 103.173 3.174 2.244 2.244 0 00-3.173-3.174z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M32.56 3.418a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722a.791.791 0 01-.564.236h-1.822L16.4 18.183a.868.868 0 01-1.228 0 .869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' fill='%2300E3D8'/%3E%3Cpath d='M32.56 3.418h0a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722s0 0 0 0a.791.791 0 01-.564.236h-1.822L16.4 18.183h0a.868.868 0 01-1.228 0h0a.869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56h0L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' stroke='%2300E3D8' stroke-width='.5'/%3E%3C/g%3E%3C/svg%3E");
    width: 85px;
    height: 85px;
  }
  .icon__green-document {
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2683 48.9701H2.92683C1.31707 48.9701 0 47.6521 0 46.0433V11.5272C0 9.91742 1.31707 8.60034 2.92683 8.60034H29.2683C30.878 8.60034 32.1951 9.91742 32.1951 11.5272V46.0433C32.1951 47.6521 30.878 48.9701 29.2683 48.9701Z' fill='%2300E3D8'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.8537 40.5592H19.5122C17.9025 40.5592 16.5854 39.2421 16.5854 37.6324V3.11628C16.5854 1.50653 17.9025 0.189453 19.5122 0.189453H45.8537C47.4634 0.189453 48.7805 1.50653 48.7805 3.11628V37.6324C48.7805 39.2421 47.4634 40.5592 45.8537 40.5592Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 37.2037H6.84634C6.38195 37.2037 5.99658 36.8183 5.99658 36.3539C5.99658 35.8895 6.38195 35.5051 6.84634 35.5051H25.3488C25.8141 35.5051 26.1985 35.8895 26.1985 36.3539C26.1985 36.8183 25.8141 37.2037 25.3488 37.2037Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 32.157H6.84634C6.38195 32.157 5.99658 31.7726 5.99658 31.3083C5.99658 30.8429 6.38195 30.4595 6.84634 30.4595H25.3488C25.8141 30.4595 26.1985 30.8429 26.1985 31.3083C26.1985 31.7726 25.8141 32.157 25.3488 32.157Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 27.1111H6.84634C6.38195 27.1111 5.99658 26.7258 5.99658 26.2614C5.99658 25.797 6.38195 25.4126 6.84634 25.4126H25.3488C25.8141 25.4126 26.1985 25.797 26.1985 26.2614C26.1985 26.7258 25.8141 27.1111 25.3488 27.1111Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 22.0645H6.84634C6.38195 22.0645 5.99658 21.6801 5.99658 21.2157C5.99658 20.7513 6.38195 20.366 6.84634 20.366H25.3488C25.8141 20.366 26.1985 20.7513 26.1985 21.2157C26.1985 21.6801 25.8141 22.0645 25.3488 22.0645Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 50px;
  }
  .icon__green-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg width='67' height='52' viewBox='0 0 67 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.1895L2.917 40.6374C1.13439 37.5765 0.162055 34.0323 0.162055 30.4881C0.162055 19.2916 9.31818 10.1895 20.581 10.1895C26.0099 10.1895 31.1957 12.2838 35.004 16.1502C38.8933 20.0166 41 25.0912 41 30.4881C41 41.6845 31.8439 50.7867 20.581 50.7867C17.1779 50.7867 13.7747 49.9007 10.7767 48.2897L0 51.1895Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8903 20.1724C15.4572 19.1895 15.0241 19.1895 14.5909 19.1895C14.2445 19.1895 13.898 19.1895 13.4649 19.1895C13.1184 19.1895 12.512 19.3682 11.9923 19.9043C11.4726 20.5299 10 21.8703 10 24.7299C10 27.5894 11.9923 30.3596 12.3388 30.8065C12.5986 31.1639 16.2368 37.2405 22.0404 39.6533C26.8046 41.6192 27.7574 41.1724 28.7969 41.083C29.8364 40.9937 32.1751 39.6533 32.6083 38.3128C33.0414 36.9724 33.0414 35.8107 32.9547 35.5426C32.7815 35.2745 32.435 35.1852 31.8287 34.8277C31.2223 34.5596 28.4504 33.1299 27.9307 32.9511C27.411 32.7724 27.0645 32.683 26.6314 33.2192C26.2849 33.8447 25.1588 35.0958 24.8123 35.5426C24.4658 35.9001 24.1193 35.9894 23.5996 35.7213C22.9932 35.4533 21.1742 34.8277 19.0087 32.8618C17.3628 31.3426 16.1501 29.3767 15.8903 28.8405C15.5438 28.215 15.8903 27.9469 16.1501 27.6788C16.41 27.4107 16.7565 26.9639 17.0164 26.6958C17.2762 26.3384 17.3628 26.0703 17.6227 25.7128C17.7959 25.3554 17.7093 24.998 17.5361 24.7299C17.4495 24.2831 16.3234 21.3341 15.8903 20.1724Z' fill='white'/%3E%3Cpath d='M33.1 0.189453H63.4C65.1 0.189453 66.5 1.58945 66.5 3.28945V21.3895C66.5 23.0895 65.1 24.4895 63.4 24.4895H42.8L34.3 30.4895V24.4895H33.1C31.4 24.4895 30 23.0895 30 21.3895V3.28945C30 1.58945 31.4 0.189453 33.1 0.189453Z' fill='%2300E3D8'/%3E%3Cpath d='M53.9 11.3894C53.9 12.7894 55 13.8894 56.4 13.8894C57.8 13.8894 58.9 12.7894 58.9 11.3894C58.9 9.9894 57.8 8.8894 56.4 8.8894C55 8.8894 53.9 9.9894 53.9 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M45.7 11.3894C45.7 12.7894 46.8 13.8894 48.2 13.8894C49.6 13.8894 50.7 12.7894 50.7 11.3894C50.7 9.9894 49.6 8.8894 48.2 8.8894C46.8 8.8894 45.7 9.9894 45.7 11.3894Z' fill='%23F0F0F0'/%3E%3Cpath d='M37.5 11.3894C37.5 12.7894 38.6 13.8894 40 13.8894C41.4 13.8894 42.5 12.7894 42.5 11.3894C42.5 9.9894 41.4 8.8894 40 8.8894C38.6 8.8894 37.5 9.9894 37.5 11.3894Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
    width: 67px;
    height: 50px;
  }
  .icon__green-cicle {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='51' viewBox='0 0 42 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.784232 27.4462C0.697095 27.4462 0.697095 27.4462 0.609959 27.4462C0.261411 27.3591 0 27.0977 0 26.662V22.4794C0 13.6786 7.23236 6.44622 16.0332 6.44622H26.6639V0.782324C26.6639 0.433776 26.8382 0.172365 27.0996 0.0852284C27.361 -0.0890454 27.7095 -0.0019085 27.971 0.172365L40.8672 11.5002C41.0415 11.6744 41.1286 11.8487 41.1286 12.1101C41.1286 12.3715 41.0415 12.5458 40.8672 12.7201L27.971 24.0479C27.7095 24.2222 27.361 24.3093 27.0996 24.135C26.8382 23.9607 26.6639 23.6993 26.6639 23.4379V17.774H14.9876C9.14938 17.774 3.92116 21.2595 1.6556 26.662L1.56846 27.0105C1.39419 27.2719 1.13278 27.4462 0.784232 27.4462Z' fill='%238CFF00'/%3E%3Cpath d='M14.5521 50.1031C14.3778 50.1031 14.2035 50.016 14.0293 49.9289L1.13299 38.6011C0.958719 38.4268 0.871582 38.2525 0.871582 37.9911C0.871582 37.7297 0.958719 37.5554 1.13299 37.3812L14.0293 26.0533C14.2907 25.8791 14.6392 25.7919 14.9006 25.9662C15.162 26.1405 15.3363 26.4019 15.3363 26.6633V32.3272H27.0127C32.8508 32.3272 38.0791 28.8417 40.3446 23.4392L40.5189 23.0907C40.6932 22.7421 41.0417 22.5679 41.3903 22.5679C41.7388 22.655 42.0002 23.0036 42.0002 23.3521V27.5347C42.0002 36.3355 34.7678 43.5679 25.967 43.5679H15.3363V49.2318C15.3363 49.5803 15.162 49.8417 14.9006 49.9289C14.8135 50.1031 14.6392 50.1031 14.5521 50.1031Z' fill='%2300E3D8'/%3E%3C/svg%3E%0A");
    width: 42px;
    height: 50px;
  }
  .icon__green-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.417' height='48.314' viewBox='0 0 60.417 48.314'%3E%3Cpath data-name='Trazado 2792' d='M26.168.528l6.884 15.437a.064.064 0 00.049.035l16.81 1.777a.891.891 0 01.5 1.548l-12.546 11.32a.058.058 0 00-.02.056l3.5 16.534a.891.891 0 01-1.317.957l-14.644-8.44a.059.059 0 00-.061 0l-14.642 8.441a.891.891 0 01-1.318-.957l3.5-16.534a.058.058 0 00-.019-.056L.3 19.326a.891.891 0 01.5-1.548l16.808-1.776a.062.062 0 00.049-.035L24.541.528a.891.891 0 011.627 0z' fill='%238cff00' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 2793' d='M60.417 16.681A11.639 11.639 0 1148.778 5.042a11.639 11.639 0 0111.639 11.639z' fill='%2300e3d8' fill-rule='evenodd' opacity='.7'/%3E%3Cpath data-name='Trazado 2794' d='M53.4 13.42l-2.308 2.174-4.622 4.347-2.308-2.173' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.151'/%3E%3C/svg%3E");
    width: 62px;
    height: 50px;
  }
  .icon__social-media {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath fill='%238CFF00' d='M61.328 45.078v-1.75a8.087 8.087 0 0 0 1.767-3.358c.092.01.173.03.264.03 2.245 0 4.063-2.051 4.063-4.57 0-.081-.02-.152-.02-.233.67-1.199 1.035-2.52 1.035-3.85 0-3.199-1.624-6.124-4.336-7.82l-1.605-1.006c-2.813-1.757-6.287-1.889-9.029-.416a6.981 6.981 0 0 0-2.295-.386c-3.92 0-7.11 3.19-7.11 7.11a7.091 7.091 0 0 0 3.088 5.84c-.02.253-.04.517-.04.771v2.53c0 2.997 1.638 5.617 4.062 7.024v.71a8.165 8.165 0 0 0-4.162 3.782l-5.801 5.802-.26-2.588a5.06 5.06 0 0 0-5.052-4.575H21.719c-1.432 0-2.804.61-3.766 1.671a5.089 5.089 0 0 0-1.288 3.913l1.219 12.188a5.065 5.065 0 0 0 5.053 4.572h41.438a6.1 6.1 0 0 0 6.094-6.094V54.22c0-5.04-4.1-9.14-9.14-9.14Zm-21.967 23.36H22.938a3.038 3.038 0 0 1-3.032-2.744l-1.219-12.188a3.016 3.016 0 0 1 .773-2.348 3.016 3.016 0 0 1 2.259-1.001h14.178a3.037 3.037 0 0 1 3.032 2.744l1.185 15.203a1.004 1.004 0 0 1-.753.334Zm26.03-33.008c0 1.402-.914 2.54-2.032 2.54-1.117 0-2.03-1.138-2.03-2.54 0-1.401.913-2.539 2.03-2.539 1.118 0 2.032 1.138 2.032 2.539Zm-16.25 2.54v-2.53c0-2.305.863-4.51 2.397-6.195a11.351 11.351 0 0 0 7.972 2.966c.285 0 .569.07.823.193a4.866 4.866 0 0 0-1.036 3.026c0 .89.235 1.718.63 2.42l-.781.562A8.39 8.39 0 0 1 54.219 40a1.015 1.015 0 1 0 0 2.032c2.207 0 4.321-.682 6.114-1.97l.753-.543c-.694 2.635-3.05 4.544-5.852 4.544a6.099 6.099 0 0 1-6.093-6.094ZM59.297 45v.078a4.067 4.067 0 0 1-4.063 4.063 2.033 2.033 0 0 1-2.03-2.031v-1.283a8.123 8.123 0 0 0 2.03.267c1.478 0 2.865-.399 4.063-1.094Z'/%3E%3Cpath fill='%238CFF00' d='M28.828 62.344a3.047 3.047 0 1 0 0-6.094 3.047 3.047 0 0 0 0 6.094Z'/%3E%3Cpath fill='%2300E3D8' d='M29.126 45.796a1.016 1.016 0 0 0 1.733-.718v-6.094h4.063c2.8 0 5.078-2.278 5.078-5.078V14.61c0-2.8-2.278-5.078-5.078-5.078H14.609a5.084 5.084 0 0 0-5.078 5.078v19.297c0 2.8 2.278 5.078 5.078 5.078h7.705l6.812 6.812Z'/%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
  }
  .icon__social-device {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath fill='%238CFF00' d='M43.636 10H21.818A6.82 6.82 0 0 0 15 16.818v46.364A6.82 6.82 0 0 0 21.818 70h21.818a6.82 6.82 0 0 0 6.819-6.818V16.818A6.82 6.82 0 0 0 43.636 10ZM32.727 67.273a4.085 4.085 0 0 1-4.09-4.091 4.085 4.085 0 0 1 4.09-4.091 4.085 4.085 0 0 1 4.091 4.09 4.085 4.085 0 0 1-4.09 4.092ZM45 56.363H20.454V18.183H45v38.182Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M58.736 10C51.146 10 45 16.16 45 23.75S51.146 37.5 58.736 37.5c7.604 0 13.764-6.16 13.764-13.75S66.34 10 58.736 10Zm.014 24.75c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11-4.922 11-11 11Zm4.813-12.375a2.06 2.06 0 0 0 2.062-2.063 2.06 2.06 0 0 0-2.063-2.062 2.06 2.06 0 0 0-2.062 2.063 2.06 2.06 0 0 0 2.063 2.062Zm-9.626 0A2.06 2.06 0 0 0 56 20.312a2.06 2.06 0 0 0-2.063-2.062 2.06 2.06 0 0 0-2.062 2.063 2.06 2.06 0 0 0 2.063 2.062Z'/%3E%3Cpath d='M65.53 27.268c-1.356 2.685-3.883 4.502-6.78 4.502-2.899 0-5.426-1.817-6.782-4.502-.271-.54.086-1.227.628-1.227h12.306c.557 0 .9.687.628 1.227Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
  }
  .icon__rocket {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath fill='%238CFF00' d='m15.214 35.734 7.694 3.19a44.438 44.438 0 0 0-2.07 6.746l-.291 1.327 11.03 11.037 1.327-.285c2.3-.51 4.555-1.202 6.746-2.07l3.19 7.695a.498.498 0 0 0 .816.159l4.822-4.822a7.96 7.96 0 0 0 2.322-6.03l-.173-3.097C59.555 42.99 68.59 31.429 71.05 11.252a3.317 3.317 0 0 0-3.72-3.741C47.157 9.99 35.59 19.032 28.996 27.933l-3.09-.159a7.96 7.96 0 0 0-6.03 2.289l-4.822 4.822a.497.497 0 0 0 .159.849ZM46.15 23.98a5.97 5.97 0 1 1 8.428 8.458 5.97 5.97 0 0 1-8.428-8.458Z'/%3E%3Cpath fill='%2300DBD1' d='M11.319 57.881a7.833 7.833 0 0 1 3.98.319c-6.09 4.882-4.935 10.546-4.192 13.08a.723.723 0 0 0 1.247.265c2.102-2.4 7.25-3.31 10.035-3.608a7.462 7.462 0 0 0 5.002-2.653c2.872-3.536.278-7.197-.664-8.318a.34.34 0 0 0-.524 0 7.363 7.363 0 0 1-6.036 2.746.537.537 0 0 1-.517-.517 7.37 7.37 0 0 1 2.806-6.036.337.337 0 0 0 0-.505c-6.786-4.934-10.534 1.174-11.946 4.212a.724.724 0 0 0 .146.816.717.717 0 0 0 .663.2Z'/%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
  }
  .icon__mac-device {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='M63.337 28.265v29.392H12.356V28.265c0-1.803 1.488-3.265 3.324-3.265h44.332c1.836 0 3.325 1.462 3.325 3.265ZM9.089 62.73h57.514c.873 0 1.589-.694 1.589-1.54v-.956a.785.785 0 0 0-.794-.77H8.294a.784.784 0 0 0-.794.77v.956c0 .846.715 1.54 1.59 1.54Z' clip-rule='evenodd'/%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M69.866 15H56.695c-1.454 0-2.633 1.156-2.633 2.583v24.541c0 1.426 1.179 2.582 2.634 2.582H69.866c1.455 0 2.634-1.156 2.634-2.582V17.583c0-1.427-1.18-2.583-2.634-2.583' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M63.959 42.658h-3.255a.504.504 0 0 1-.496-.511c0-.284.222-.514.496-.514h5.153c.275 0 .497.23.497.514a.504.504 0 0 1-.497.51' clip-rule='evenodd'/%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
  }
}
.btn span.icon__arrow-right-orange {
  position: absolute;
  margin-top: 0px;
  right: 30px;
}

@media (max-width: 766px) {
  .icon__arrow-right-yellow--left--75 {
    left: 40px;
  }
  .icon__arrow-right-yellow--left--165 {
    left: 135px;
  }

  .btn span.icon__arrow-right-orange {
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .icon__arrow-rigth-red--top-0 {
    right: -40px;
  }
}
.i-latam {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.i-latam.device {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.002 16.96v17.634H7.413V16.96c0-1.082.893-1.959 1.995-1.959h26.599c1.102 0 1.995.877 1.995 1.96ZM5.453 37.637h34.51c.523 0 .952-.417.952-.925v-.573a.47.47 0 0 0-.476-.462H4.976a.47.47 0 0 0-.476.462v.573c0 .508.429.925.953.925Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.92 9H34.017c-.873 0-1.58.694-1.58 1.55V25.275c0 .855.708 1.549 1.58 1.549H41.92c.872 0 1.58-.694 1.58-1.55V10.55c0-.856-.708-1.55-1.58-1.55' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.375 25.595h-1.953a.302.302 0 0 1-.297-.307c0-.17.133-.308.297-.308h3.092c.165 0 .298.138.298.308 0 .17-.133.307-.298.307' fill='%23fff'/%3E%3C/svg%3E");
}
.i-latam.mic {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.906 18.337a.872.872 0 0 0-.872.872v6.665a8.852 8.852 0 0 1-8.853 8.853h-.084a8.852 8.852 0 0 1-8.853-8.853V19.21a.872.872 0 0 0-1.744 0v6.917c0 5.595 4.18 10.189 9.566 10.732v2.968h-4.39a1.093 1.093 0 0 0 0 2.185h10.926a1.093 1.093 0 0 0 0-2.185h-4.39v-2.968c5.372-.538 9.566-5.072 9.566-10.585v-7.064a.872.872 0 0 0-.872-.872Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.01 13.229v-1.19c0-3.335-2.687-6.039-6-6.039-3.314 0-6 2.704-6 6.04V25.46c0 3.335 2.686 6.039 6 6.039 3.313 0 6-2.704 6-6.04V13.23Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.581 10.588c0 4.19-3.373 7.588-7.536 7.588-4.162 0-7.535-3.397-7.535-7.588C25.51 6.398 28.883 3 33.045 3c4.163 0 7.536 3.397 7.536 7.588Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m36.036 8.46-1.494 1.418-2.993 2.834-1.494-1.416' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.i-latam.verified-star {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='9' width='34' height='32'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9h32.834v31.5H4.5V9Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21.443 9.577 4.458 10.065a.041.041 0 0 0 .032.023l10.884 1.158a.582.582 0 0 1 .325 1.01l-8.125 7.38a.038.038 0 0 0-.013.036l2.269 10.78a.578.578 0 0 1-.852.624l-9.485-5.503a.038.038 0 0 0-.04 0l-9.48 5.503a.578.578 0 0 1-.853-.624l2.267-10.78a.038.038 0 0 0-.012-.037l-8.126-7.38a.582.582 0 0 1 .325-1.009l10.884-1.158a.04.04 0 0 0 .032-.023L20.39 9.577a.575.575 0 0 1 1.053 0' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.62 20.109c0 4.19-3.374 7.588-7.537 7.588-4.162 0-7.535-3.398-7.535-7.588 0-4.191 3.373-7.588 7.535-7.588 4.163 0 7.536 3.397 7.536 7.588' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m39.074 17.981-1.494 1.417-2.993 2.834-1.495-1.416' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.i-latam.group {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.332 8.853c-3.926 0-7.119 3.386-7.119 7.548 0 4.161 3.193 7.547 7.119 7.547 3.925 0 7.118-3.386 7.118-7.547 0-4.162-3.193-7.548-7.118-7.548Z' fill='%2300DBD1'/%3E%3Cpath d='M32.516 9.932h-.048c-1.648.014-3.187.71-4.333 1.959-1.126 1.227-1.739 2.846-1.725 4.559.014 1.713.654 3.321 1.8 4.53 1.155 1.218 2.686 1.887 4.315 1.887h.05c1.647-.014 3.185-.71 4.332-1.959 1.126-1.227 1.739-2.846 1.725-4.559-.03-3.549-2.768-6.417-6.116-6.417ZM32.816 24.103h-.591a10.645 10.645 0 0 0-7.162 2.762c.475.364.927.761 1.355 1.19a13.709 13.709 0 0 1 2.948 4.373 13.655 13.655 0 0 1 1.064 4.634H43.5v-2.276c0-5.89-4.793-10.683-10.684-10.683Z' fill='%238CFF00'/%3E%3Cpath d='M28.14 37.061a11.459 11.459 0 0 0-4.603-8.484 11.422 11.422 0 0 0-6.85-2.268h-.71c-6.34 0-11.477 5.138-11.477 11.476v1.362h23.663v-1.362c0-.243-.008-.484-.023-.724Z' fill='%2300DBD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.i-latam.native-teachers {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.797 27.047v-1.05a4.853 4.853 0 0 0 1.06-2.015c.055.006.104.018.159.018 1.346 0 2.437-1.23 2.437-2.742 0-.049-.012-.091-.012-.14a4.738 4.738 0 0 0 .621-2.31c0-1.92-.974-3.674-2.601-4.692l-.963-.603c-1.688-1.054-3.772-1.134-5.418-.25a4.19 4.19 0 0 0-1.377-.232 4.27 4.27 0 0 0-4.265 4.266c0 1.408.7 2.712 1.852 3.504-.012.152-.024.31-.024.463v1.517c0 1.8.983 3.37 2.437 4.216v.425a4.9 4.9 0 0 0-2.497 2.27l-3.48 3.48-.156-1.552a3.037 3.037 0 0 0-3.032-2.745h-8.507c-.859 0-1.682.366-2.26 1.003A3.053 3.053 0 0 0 10 32.225l.731 7.313a3.039 3.039 0 0 0 3.032 2.743h24.863a3.66 3.66 0 0 0 3.656-3.656v-6.094a5.49 5.49 0 0 0-5.484-5.484Zm-13.18 14.016h-9.855a1.823 1.823 0 0 1-1.819-1.647l-.73-7.312a1.81 1.81 0 0 1 .463-1.41 1.81 1.81 0 0 1 1.355-.6h8.507c.943 0 1.725.707 1.82 1.646l.71 9.122a.602.602 0 0 1-.451.2Zm15.617-19.805c0 .84-.548 1.523-1.218 1.523-.67 0-1.22-.682-1.22-1.523 0-.84.55-1.523 1.22-1.523.67 0 1.218.682 1.218 1.523Zm-9.75 1.523v-1.517c0-1.383.518-2.706 1.438-3.717a6.811 6.811 0 0 0 4.784 1.78c.17 0 .341.042.494.115a2.92 2.92 0 0 0-.622 1.816c0 .534.14 1.03.378 1.451l-.469.338a5.033 5.033 0 0 1-2.956.953.61.61 0 1 0 0 1.219 6.248 6.248 0 0 0 3.669-1.182l.452-.326a3.634 3.634 0 0 1-3.511 2.727 3.66 3.66 0 0 1-3.657-3.657Zm6.094 4.22v.046a2.44 2.44 0 0 1-2.437 2.438 1.22 1.22 0 0 1-1.22-1.22v-.769c.392.1.798.16 1.22.16.886 0 1.719-.239 2.437-.656Z' fill='%238CFF00'/%3E%3Cpath d='M17.297 37.406a1.828 1.828 0 1 0 0-3.656 1.828 1.828 0 0 0 0 3.656Z' fill='%238CFF00'/%3E%3Cpath d='M17.475 27.478a.61.61 0 0 0 1.04-.431V23.39h2.438A3.05 3.05 0 0 0 24 20.344V8.766a3.05 3.05 0 0 0-3.047-3.047H8.766a3.05 3.05 0 0 0-3.047 3.047v11.578a3.05 3.05 0 0 0 3.047 3.047h4.622l4.087 4.087Z' fill='%2300E3D8'/%3E%3C/svg%3E");
}
.i-latam.cefr-level {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.484 33.72a1.333 1.333 0 0 0-1.334 1.333v5.613a1.333 1.333 0 1 0 2.667 0v-5.613a1.333 1.333 0 0 0-1.333-1.334ZM13.817 29.226a1.334 1.334 0 0 0-1.334 1.333v10.105a1.333 1.333 0 0 0 2.667 0V30.559a1.333 1.333 0 0 0-1.333-1.333ZM19.15 24.736a1.333 1.333 0 0 0-1.333 1.334v14.596a1.333 1.333 0 0 0 2.666 0V26.07a1.333 1.333 0 0 0-1.333-1.334ZM29.816 22.49a1.333 1.333 0 0 0-1.333 1.334v16.84a1.333 1.333 0 1 0 2.667 0v-16.84a1.333 1.333 0 0 0-1.334-1.334ZM24.483 26.981a1.333 1.333 0 0 0-1.333 1.333v12.35a1.333 1.333 0 1 0 2.667 0v-12.35a1.333 1.333 0 0 0-1.334-1.333ZM35.15 18.001a1.334 1.334 0 0 0-1.334 1.333v21.333a1.334 1.334 0 0 0 2.667 0V19.334a1.334 1.334 0 0 0-1.333-1.333Z' fill='%238CFF00'/%3E%3Cpath d='M39.146 7.239a1.333 1.333 0 0 0-1.327-1.24h-6.67a1.334 1.334 0 0 0-.942 2.275l2.39 2.391-8.377 8.377-4.474-2.237a1.336 1.336 0 0 0-1.539.25L4.874 30.389a1.333 1.333 0 0 0 1.886 1.886L19.412 19.62l4.474 2.237a1.332 1.332 0 0 0 1.54-.25l9.057-9.058 2.39 2.39a1.334 1.334 0 0 0 2.276-.942c0-.067.002-6.693-.003-6.76Z' fill='%2300DBD1'/%3E%3C/svg%3E");
}
.i-latam.video {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.722 13.227c-.947 0-1.722.776-1.722 1.723v22.389a3.455 3.455 0 0 0 3.444 3.444h22.39c.947 0 1.722-.775 1.722-1.722s-.775-1.722-1.722-1.722H11.167a1.727 1.727 0 0 1-1.723-1.722V14.95c0-.947-.775-1.723-1.722-1.723Z' fill='%2300DBD1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.517 6H16.85a3.455 3.455 0 0 0-3.444 3.444v20.668a3.455 3.455 0 0 0 3.444 3.444h20.667a3.455 3.455 0 0 0 3.445-3.444V9.444A3.455 3.455 0 0 0 37.517 6ZM23.74 27.528v-15.5l9.42 7.06a.855.855 0 0 1 0 1.379l-9.42 7.06Z' fill='%238CFF00'/%3E%3C/svg%3E");
}
.i-latam.tech {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.375 33.75a1.626 1.626 0 0 0 3.25 0v-19.5a1.626 1.626 0 0 0-3.25 0v19.5Z' fill='%2300E3D8'/%3E%3Cpath d='M6.125 14.25c-.897 0-1.625.728-1.625 1.625v16.25a1.626 1.626 0 0 0 3.25 0v-16.25c0-.897-.728-1.625-1.625-1.625ZM19.938 30.5v-13a1.626 1.626 0 0 0-3.25 0v13a1.626 1.626 0 0 0 3.25 0ZM12.625 28.875c.897 0 1.625-.728 1.625-1.625v-6.5a1.626 1.626 0 0 0-3.25 0v6.5c0 .897.728 1.625 1.625 1.625ZM31.313 30.5v-13a1.626 1.626 0 0 0-3.25 0v13a1.626 1.626 0 0 0 3.25 0ZM41.875 14.25c-.897 0-1.625.728-1.625 1.625v16.25a1.626 1.626 0 0 0 3.25 0v-16.25c0-.897-.728-1.625-1.625-1.625ZM35.375 19.125c-.897 0-1.625.728-1.625 1.625v6.5a1.626 1.626 0 0 0 3.25 0v-6.5c0-.897-.728-1.625-1.625-1.625Z' fill='%238CFF00'/%3E%3Cpath d='M22.375 41.875a1.626 1.626 0 0 0 3.25 0V40.25a1.626 1.626 0 0 0-3.25 0v1.625ZM24 9.375c.897 0 1.625-.728 1.625-1.625V6.125a1.626 1.626 0 0 0-3.25 0V7.75c0 .897.728 1.625 1.625 1.625Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.i-latam.document {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M28.389 11.224H6.35A1.851 1.851 0 0 0 4.5 13.075V41.65c0 1.023.829 1.851 1.851 1.851H28.39a1.851 1.851 0 0 0 1.851-1.85V13.074a1.851 1.851 0 0 0-1.851-1.85Z' fill='%2300E3D8'/%3E%3Cpath d='M41.649 4.5H19.61a1.851 1.851 0 0 0-1.851 1.851v28.574c0 1.022.829 1.85 1.851 1.85H41.65a1.851 1.851 0 0 0 1.851-1.85V6.35A1.851 1.851 0 0 0 41.649 4.5Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3Cpath d='M24.767 34.092H9.973a.679.679 0 0 1 0-1.357h14.794a.679.679 0 1 1 0 1.357ZM24.767 30.056H9.973a.679.679 0 1 1 0-1.357h14.794a.679.679 0 1 1 0 1.357ZM24.767 26.024H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 1 1 0 1.358ZM24.767 21.99H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 1 1 0 1.357Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.i-latam.whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m4.5 39.258 1.705-6.226A12.019 12.019 0 1 1 16.62 39.05h-.005c-2.006 0-3.98-.503-5.743-1.462L4.5 39.26v-.002Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.41 20.903c-.26-.577-.534-.59-.781-.6-.202-.008-.434-.008-.665-.008a1.273 1.273 0 0 0-.924.434 3.888 3.888 0 0 0-1.214 2.893c0 1.708 1.243 3.357 1.416 3.59.173.231 2.4 3.845 5.927 5.236 2.931 1.154 3.528.923 4.164.865.636-.057 2.053-.839 2.342-1.65a2.902 2.902 0 0 0 .203-1.648c-.088-.145-.319-.231-.666-.404-.346-.173-2.052-1.013-2.37-1.13-.32-.115-.55-.172-.781.174-.232.346-.896 1.129-1.096 1.36-.2.231-.404.26-.75.087a9.494 9.494 0 0 1-2.79-1.722 10.463 10.463 0 0 1-1.93-2.403c-.203-.346-.022-.534.152-.707.156-.156.346-.404.52-.608a2.37 2.37 0 0 0 .345-.577.638.638 0 0 0-.029-.608c-.086-.172-.76-1.89-1.069-2.575h-.005Z' fill='%23fff'/%3E%3Cpath d='M24.243 7.5h17.453a1.807 1.807 0 0 1 1.806 1.807v10.46a1.807 1.807 0 0 1-1.806 1.807h-11.87l-4.91 3.477v-3.477h-.673a1.807 1.807 0 0 1-1.806-1.806V9.308A1.807 1.807 0 0 1 24.242 7.5Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='M36.256 13.947a1.442 1.442 0 1 0 2.884 0 1.442 1.442 0 0 0-2.884 0ZM31.524 13.947a1.442 1.442 0 1 0 2.885 0 1.442 1.442 0 0 0-2.885 0ZM26.793 13.947a1.442 1.442 0 1 0 2.884 0 1.442 1.442 0 0 0-2.884 0Z' fill='%23F0F0F0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 7.5)' d='M0 0h39v31.758H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.i-latam.test {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14.833h25.666c1.009 0 1.834.825 1.834 1.834a1.839 1.839 0 0 1-1.834 1.833H10.5a1.839 1.839 0 0 1-1.833-1.833c0-1.009.825-1.834 1.833-1.834ZM10.5 25.834h25.666A1.839 1.839 0 0 0 38 24.001a1.839 1.839 0 0 0-1.834-1.834H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833Z' fill='%238CFF00'/%3E%3Cpath d='M10.5 33.167h9.167a1.839 1.839 0 0 0 1.833-1.834 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833ZM10.5 40.5h9.167a1.839 1.839 0 0 0 1.833-1.833 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.833c0 1.009.825 1.834 1.833 1.834ZM29.585 35.31l-1.302-1.301a1.826 1.826 0 0 0-2.585 0 1.826 1.826 0 0 0 0 2.585l2.604 2.603c.714.715 1.87.715 2.584 0l5.812-5.812a1.826 1.826 0 0 0 0-2.585 1.826 1.826 0 0 0-2.585 0l-4.528 4.51Z' fill='%2300DBD1'/%3E%3Cpath d='M8.667 9.334c0 1.008.825 1.833 1.833 1.833h25.666A1.839 1.839 0 0 0 38 9.334 1.839 1.839 0 0 0 36.166 7.5H10.5a1.839 1.839 0 0 0-1.833 1.834Z' fill='%238CFF00'/%3E%3C/svg%3E");
}
.i-latam.news {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.259 18.717h-1.068V11.17a1.085 1.085 0 0 0-.47-.893 1.061 1.061 0 0 0-.995-.107l-15.777 6.39H7.708c-.85 0-1.665.341-2.266.948a3.25 3.25 0 0 0-.938 2.287v4.312c0 .858.337 1.68.938 2.287a3.19 3.19 0 0 0 2.266.948h.053v12.105c0 .286.113.56.313.763.2.202.472.315.755.315h4.273c.283 0 .555-.113.755-.315.2-.203.313-.477.313-.763V27.835l14.556 5.898a1.063 1.063 0 0 0 1.153-.238c.2-.203.312-.477.312-.763v-7.546h1.068c.85 0 1.665-.341 2.266-.948.6-.606.938-1.429.938-2.287a3.25 3.25 0 0 0-.938-2.287 3.189 3.189 0 0 0-2.266-.947Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.398 16.617a.97.97 0 0 1 1.356.212 8.521 8.521 0 0 1 0 10.045.97.97 0 1 1-1.568-1.144 6.58 6.58 0 0 0 0-7.757.97.97 0 0 1 .212-1.356Z' fill='%2300DBD1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.427 12.87a.97.97 0 0 1 1.372-.003c4.979 4.962 4.979 13.008 0 17.97a.97.97 0 0 1-1.37-1.375 10.735 10.735 0 0 0 0-15.22.97.97 0 0 1-.002-1.373Z' fill='%2300DBD1'/%3E%3C/svg%3E");
}
.i-latam.tools {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.998 8.808V30l5.402-4.226h20.1V8.808H17.998Z' fill='%238CFF00'/%3E%3Cpath d='M39.339 13.076H29.095v1.6h10.244v-1.6ZM39.339 16.493H34.5v1.6h4.839v-1.6ZM23.973 13.076h-1.707v1.6h1.707v-1.6ZM27.388 13.076H25.68v1.6h1.708v-1.6Z' fill='%23fff'/%3E%3Cpath d='M4.5 16.5v22.399h23.104l6.056 4.832V16.5H4.5Z' fill='%2300DBD1' style='mix-blend-mode:multiply'/%3E%3Cpath d='M28.901 24.378H13.284v1.83h15.617v-1.83ZM24.997 28.283H9.38v1.83h15.617v-1.83ZM21.093 32.187H9.38v1.83h11.713v-1.83ZM28.901 28.283h-1.952v1.83h1.952v-1.83ZM11.332 24.378H9.38v1.83h1.952v-1.83Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.5 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.i-flag {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 120, 255, 0.15);
  background: url("https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2022/05/flags_1x.png");
  border-radius: 50%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .i-flag {
    background: url("https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2022/05/flags_2x.png");
    background-size: 522%;
  }
}
.i-flag.ar {
  background-position-x: -4px;
  background-position-y: 0;
}
.i-flag.bo {
  background-position-x: -4px;
  background-position-y: -40px;
}
.i-flag.br {
  background-position-x: -4px;
  background-position-y: -80px;
}
.i-flag.cl {
  background-position-x: -4px;
  background-position-y: -120px;
}
.i-flag.co {
  background-position-x: -4px;
  background-position-y: -160px;
}
.i-flag.ec {
  background-position-x: -4px;
  background-position-y: -200px;
}
.i-flag.py {
  background-position-x: -4px;
  background-position-y: -240px;
}
.i-flag.pe {
  background-position-x: -4px;
  background-position-y: -280px;
}
.i-flag.uy {
  background-position-x: -44px;
  background-position-y: 0px;
}
.i-flag.ve {
  background-position-x: -44px;
  background-position-y: -40px;
}
.i-flag.cr {
  background-position-x: -44px;
  background-position-y: -80px;
}
.i-flag.sv {
  background-position-x: -44px;
  background-position-y: -120px;
}
.i-flag.gt {
  background-position-x: -44px;
  background-position-y: -160px;
}
.i-flag.hn {
  background-position-x: -44px;
  background-position-y: -200px;
}
.i-flag.mx {
  background-position-x: -44px;
  background-position-y: -240px;
}
.i-flag.ni {
  background-position-x: -44px;
  background-position-y: -280px;
}
.i-flag.pa {
  background-position-x: -85px;
  background-position-y: 0px;
}
.i-flag.pr {
  background-position-x: -85px;
  background-position-y: -40px;
}
.i-flag.do {
  background-position-x: -85px;
  background-position-y: -80px;
}
.i-flag.es {
  background-position-x: -85px;
  background-position-y: -120px;
}
.i-flag.us {
  background-position-x: -85px;
  background-position-y: -160px;
}
.i-flag.tr {
  background-position-x: -85px;
  background-position-y: -200px;
}
.i-flag.pt {
  background-position-x: -85px;
  background-position-y: -240px;
}

.cta, .cta--background-gradient-orange, .cta--background-white, .cta--left, .cta--center {
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  padding: unset;
  text-align: left;
  text-transform: unset;
  width: 310px;
  max-width: 310px;
  line-height: 20px;
  margin: auto;
  padding: 10px 40px 10px 20px;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cta, .cta--background-gradient-orange, .cta--background-white, .cta--left, .cta--center {
    width: 100%;
    max-width: unset;
  }
}
.cta--center {
  text-align: center;
}
.cta--left {
  float: left;
}
.cta--background-white {
  background-color: white;
  box-shadow: 0px 20px 40px #cc5200;
  color: #0078FF;
}
.cta--background-white:hover, .cta--background-white:visited {
  background-color: white;
  color: #0078FF;
}
.cta--background-gradient-orange {
  background: linear-gradient(180deg, #f80 0, #f60 100%);
  color: #fff;
  box-shadow: 0 20px 60px #ff660073;
}
.cta--background-gradient-orange:hover {
  background-image: linear-gradient(to bottom, #ff8800, #ff4400);
  color: #fff;
}

@media (max-width: 359px) {
  .cta--width-240, .cta--background-gradient-orange {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 650px) {
  .cta, .cta--center, .cta--left, .cta--background-white, .cta--background-gradient-orange {
    width: 100%;
    height: 56px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .cta, .cta--center, .cta--left, .cta--background-white, .cta--background-gradient-orange {
    margin-top: auto;
  }
  .cta--width-240 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta--right {
    float: right;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 833px) {
  .cta--right {
    width: 260px;
  }
}
.doble-cards .doble-card {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.doble-cards .doble-card-header {
  height: 70px;
  left: 1px;
  top: 0px;
  background: #0078FF;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.doble-cards .doble-card-header-h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.doble-cards .doble-card-body {
  height: 132px;
  margin-left: 30px;
  margin-right: 30px;
  left: 1px;
  top: 202px;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .doble-cards .doble-card-body {
    margin-left: 55px;
    margin-right: 55px;
  }
}
a {
  color: #FF6600;
}
a:hover {
  color: #FF6600;
}

.links, .links--orange {
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.links--orange {
  color: #FF6600;
}
.links--orange:hover {
  color: #FF6600;
}

.testimonial-slick .slick-testimonial-students .card {
  padding: 48px;
  max-width: 946px;
  width: 100%;
  min-height: 246.91px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 216px auto;
  border: 1px solid #8CFF00;
  /*@media (min-width: 1024px) and (max-width: 1200px) {
      max-width: 830px;
  }*/
}
@media (max-width: 767.98px) {
  .testimonial-slick .slick-testimonial-students .card {
    display: block;
    padding: 1.5rem 2rem;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    min-height: 469px;
  }
}
.testimonial-slick .slick-testimonial-students .card__img {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .testimonial-slick .slick-testimonial-students .card__img {
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
  }
}
.testimonial-slick .slick-testimonial-students .card__quot {
  font-family: Georgia !important;
  color: #8CFF00;
  font-weight: 600;
  font-size: 40px;
}
.testimonial-slick .slick-testimonial-students .card__quot--left {
  position: absolute;
  margin-left: -30px;
  margin-top: -12px;
}
@media (max-width: 767.98px) {
  .testimonial-slick .slick-testimonial-students .card__quot--left {
    margin-bottom: -22px;
    position: relative;
    margin-left: unset;
  }
}
.testimonial-slick .slick-testimonial-students .card__quot--right {
  float: right;
}
.testimonial-slick .slick-testimonial-students .card__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 616px;
  color: #000000;
}
.testimonial-slick .slick-testimonial-students .card__bagage {
  margin-top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  margin-left: -35px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .testimonial-slick .slick-testimonial-students .card__bagage {
    position: relative;
    margin-left: unset;
  }
}
.testimonial-slick__a {
  margin-top: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FF6600 !important;
  text-align: center;
}

#dots-testimonial-students {
  min-width: 135px;
}

.icon__peru {
  background-image: url("/wp-content/uploads/2022/10/peru_flag_cdi.png");
  width: 56px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__peru {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__chile {
  background-image: url("/wp-content/uploads/2022/10/chile_flag_cdi.png");
  width: 56px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__chile {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__colombia {
  background-image: url("/wp-content/uploads/2022/10/colombia_flag_cdi.png");
  width: 56px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__colombia {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__argentina {
  background-image: url("/wp-content/uploads/2022/10/argentina_flag_cdi.png");
  width: 56px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__argentina {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__mexico {
  background-image: url("/wp-content/uploads/2022/04/Flag_mex_opf_x1.png");
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__mexico {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__bolivia {
  background-image: url("/wp-content/uploads/2022/11/bolivia-flag-testimonial.png");
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .icon__bolivia {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}
.icon__us {
  background-image: url("/wp-content/uploads/2022/02/flag-usa-575_1x_.png");
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .icon__us {
    margin-top: -0.75rem;
    margin-left: -0.875rem;
  }
}

.btn-orange--wrapper {
  min-width: 213px;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-orange--wrapper {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.btn-orange {
  border: 1px solid #f60;
  background-image: linear-gradient(180deg, #f80 0, #f60 100%);
  border-radius: 60px;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  text-decoration: none;
  width: 100%;
}
.btn-orange.--shadow {
  box-shadow: 0px 20px 60px rgba(255, 102, 0, 0.45);
}
.btn-orange.--banner {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-orange:hover {
  text-decoration: none;
}
.btn-orange__content-wrapper {
  display: flex;
  align-items: center;
}
.btn-orange__copy {
  color: #fff;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: left;
}
@media (max-width: 767px) {
  .btn-orange__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn-orange__copy {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn-orange__arrow-yellow {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 16px;
  width: 15px;
  margin-right: 5px;
}

.btn-orange-sha {
  border: 1px solid #f60;
  background: linear-gradient(180deg, #FF8800 -17.06%, #FF6600 115.88%);
  box-shadow: 0px 20px 60px rgba(255, 102, 0, 0.45);
  border-radius: 60px;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  text-decoration: none;
  width: 100%;
}
.btn-orange-sha:hover {
  text-decoration: none;
}
.btn-orange-sha__content-wrapper {
  display: flex;
  align-items: center;
}
.btn-orange-sha__copy {
  color: #fff;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: left;
}
@media (max-width: 767px) {
  .btn-orange-sha__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn-orange-sha__copy {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn-orange-sha__arrow-yellow {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 16px;
  width: 15px;
  margin-right: 5px;
}

.btn-orange-lg {
  background-image: linear-gradient(180deg, #f80 0, #f60 100%);
  box-shadow: 0px 20px 60px rgba(255, 102, 0, 0.45);
  border-radius: 60px;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 767px) {
  .btn-orange-lg {
    padding-left: 20px;
    text-align: center;
  }
}
.btn-orange-lg:hover {
  text-decoration: none;
}
.btn-orange-lg__content-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-orange-lg__content-wrapper {
    display: block;
  }
}
.btn-orange-lg__copy {
  color: #fff;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: left;
}
@media (max-width: 767px) {
  .btn-orange-lg__copy {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .btn-orange-lg__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.btn-orange-lg__arrow-yellow {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 16px;
  width: 15px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .btn-orange-lg__no-arrow-center-xs .btn-orange-lg__copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .btn-orange-lg__no-arrow-center-xs .btn-orange-lg__arrow-yellow {
    display: none;
  }
}

.btn-wflag {
  background-color: #ffffff;
  box-shadow: 0px 20px 20px rgba(204, 82, 0, 0.4);
  border-radius: 60px;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  margin: 25px 0;
}
.btn-wflag:hover {
  text-decoration: none;
}
.btn-wflag__content-wrapper {
  display: flex;
  align-items: center;
}
.btn-wflag__copy {
  display: inline-block;
  width: calc(100% - 15px);
  text-align: left;
  padding-left: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #0078FF;
}
@media (max-width: 767px) {
  .btn-wflag__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn-wflag__copy {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn-wflag__arrow-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.004 9.042h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59a.996.996 0 0 0 0-1.41l-6.58-6.6a.996.996 0 1 0-1.41 1.41l4.87 4.89H1.004c-.55 0-1 .45-1 1s.45 1 1 1Z' fill='%23F60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 25px;
  margin-right: 5px;
}
.btn-wflag__image {
  border-radius: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
}

.btn-border-orange {
  border: 1px solid #ff6600;
  background-color: white;
  border-radius: 60px;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;
  text-decoration: none;
  width: 100%;
}
.btn-border-orange:hover {
  text-decoration: none;
}
.btn-border-orange__content-wrapper {
  display: flex;
  align-items: center;
}
.btn-border-orange__copy {
  color: #ff6600;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: left;
}
@media (max-width: 767px) {
  .btn-border-orange__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn-border-orange__copy {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn-border-orange__arrow-yellow {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18 1.158A.663.663 0 011.617 1c.164 0 .32.057.436.158L9.436 7.62c.116.1.181.238.181.38 0 .144-.065.281-.18.382l-7.385 6.462a.68.68 0 01-.871 0 .493.493 0 010-.763l6.95-6.08-6.95-6.08A.507.507 0 011 1.539c0-.143.065-.28.18-.38z' fill='%23fff' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 16px;
  width: 15px;
  margin-right: 5px;
}

.carousel-profesores-course-nd, .home-page.carousel-profesores {
  /*metdoo*/
  /*
  .flip-card:hover .flip-card-inner {
      @media (min-width: 768px) {
          transform: rotateY(180deg);
      }
  }
  */
}
.carousel-profesores-course-nd .carousel-profesores__title-header, .home-page.carousel-profesores .carousel-profesores__title-header {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__title-header, .home-page.carousel-profesores .carousel-profesores__title-header {
    font-size: 30px !important;
    line-height: 34px !important;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__title-header, .home-page.carousel-profesores .carousel-profesores__title-header {
    font-size: 40px !important;
    line-height: 48px !important;
    text-align: center;
  }
}
.carousel-profesores-course-nd .carousel-profesores__copy-header, .home-page.carousel-profesores .carousel-profesores__copy-header {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-header, .home-page.carousel-profesores .carousel-profesores__copy-header {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.carousel-profesores-course-nd .carousel-profesores__container-wrapper, .home-page.carousel-profesores .carousel-profesores__container-wrapper {
  padding: 0;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-profesores-course-nd .carousel-profesores__container-wrapper, .home-page.carousel-profesores .carousel-profesores__container-wrapper {
    width: 738px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-profesores-course-nd .carousel-profesores__container-wrapper, .home-page.carousel-profesores .carousel-profesores__container-wrapper {
    width: 962px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .carousel-profesores-course-nd .carousel-profesores__container-wrapper, .home-page.carousel-profesores .carousel-profesores__container-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__container, .home-page.carousel-profesores .carousel-profesores__container {
    width: 290px;
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__container, .home-page.carousel-profesores .carousel-profesores__container {
    width: 262px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__content-container-front, .home-page.carousel-profesores .carousel-profesores__content-container-front {
  padding: 15px 30px;
}
.carousel-profesores-course-nd .carousel-profesores__content-container-back, .home-page.carousel-profesores .carousel-profesores__content-container-back {
  padding: 28px 30px;
}
.carousel-profesores-course-nd .carousel-profesores__head-container, .home-page.carousel-profesores .carousel-profesores__head-container {
  display: inline-block;
  margin-top: 20px;
}
.carousel-profesores-course-nd .carousel-profesores__flag, .home-page.carousel-profesores .carousel-profesores__flag {
  margin-left: 28px;
  filter: drop-shadow(0px 4px 10px rgba(0, 120, 255, 0.3));
}
.carousel-profesores-course-nd .carousel-profesores__icon-flip, .home-page.carousel-profesores .carousel-profesores__icon-flip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.8' height='12'%3E%3Cpath data-name='Trazado 1' d='M0 0h16.524a4.88 4.88 0 010 9.685H13.29V12L9.8 8.494l3.491-3.712v2.519h3.234a2.549 2.549 0 000-4.931H0z' fill='%23f60'/%3E%3C/svg%3E");
  width: 20.8px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
}
.carousel-profesores-course-nd .carousel-profesores__icon-container, .home-page.carousel-profesores .carousel-profesores__icon-container {
  text-align: right;
}
.carousel-profesores-course-nd .carousel-profesores__image-wrapper, .home-page.carousel-profesores .carousel-profesores__image-wrapper {
  height: 320px;
  background-color: #fdfdfd;
}
.carousel-profesores-course-nd .carousel-profesores__character-image-1, .home-page.carousel-profesores .carousel-profesores__character-image-1 {
  position: relative;
  z-index: 1;
}
.carousel-profesores-course-nd .carousel-profesores__character-image-2, .home-page.carousel-profesores .carousel-profesores__character-image-2 {
  border: 2px solid #00E3D8;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__character-image-2, .home-page.carousel-profesores .carousel-profesores__character-image-2 {
    left: 25px;
    top: 25px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__character-image-2, .home-page.carousel-profesores .carousel-profesores__character-image-2 {
    right: 25px;
    margin-top: 25px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__title, .home-page.carousel-profesores .carousel-profesores__title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 18px 0 0 30px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__title, .home-page.carousel-profesores .carousel-profesores__title {
    margin: 150px 0 0 30px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__title, .home-page.carousel-profesores .carousel-profesores__title {
    margin: 18px 0 0 30px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__copy, .home-page.carousel-profesores .carousel-profesores__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__copy, .home-page.carousel-profesores .carousel-profesores__copy {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__copy, .home-page.carousel-profesores .carousel-profesores__copy {
    margin-left: 30px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__copy-1, .home-page.carousel-profesores .carousel-profesores__copy-1 {
  color: #0078FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  clear: both;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-1, .home-page.carousel-profesores .carousel-profesores__copy-1 {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-1, .home-page.carousel-profesores .carousel-profesores__copy-1 {
    margin-left: 30px;
    margin-top: 20px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__copy-2, .home-page.carousel-profesores .carousel-profesores__copy-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-left: 30px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-2, .home-page.carousel-profesores .carousel-profesores__copy-2 {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-2, .home-page.carousel-profesores .carousel-profesores__copy-2 {
    margin-top: 22px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__copy-3, .home-page.carousel-profesores .carousel-profesores__copy-3 {
  color: #FF6600;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-3, .home-page.carousel-profesores .carousel-profesores__copy-3 {
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .carousel-profesores-course-nd .carousel-profesores__copy-3, .home-page.carousel-profesores .carousel-profesores__copy-3 {
    text-align: left;
  }
}
.carousel-profesores-course-nd .carousel-indicators, .home-page.carousel-profesores .carousel-indicators, .carousel-profesores-course-nd .carousels .carousel-indicators--left, .home-page.carousel-profesores .carousels .carousel-indicators--left, .carousels .carousel-profesores-course-nd .carousel-indicators--left, .carousels .home-page.carousel-profesores .carousel-indicators--left,
.carousel-profesores-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-profesores-course-nd .carousel-indicators.carousels_mask-indicator--left {
  position: relative;
  bottom: unset;
  margin-top: unset;
  top: -15px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-indicators, .home-page.carousel-profesores .carousel-indicators, .carousel-profesores-course-nd .carousels .carousel-indicators--left, .home-page.carousel-profesores .carousels .carousel-indicators--left, .carousels .carousel-profesores-course-nd .carousel-indicators--left, .carousels .home-page.carousel-profesores .carousel-indicators--left,
.carousel-profesores-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-profesores-course-nd .carousel-indicators.carousels_mask-indicator--left {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-indicators, .home-page.carousel-profesores .carousel-indicators, .carousel-profesores-course-nd .carousels .carousel-indicators--left, .home-page.carousel-profesores .carousels .carousel-indicators--left, .carousels .carousel-profesores-course-nd .carousel-indicators--left, .carousels .home-page.carousel-profesores .carousel-indicators--left,
.carousel-profesores-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-profesores-course-nd .carousel-indicators.carousels_mask-indicator--left {
    top: -15px;
  }
}
.carousel-profesores-course-nd .carousel-indicators li, .home-page.carousel-profesores .carousel-indicators li, .carousel-profesores-course-nd .carousels .carousel-indicators--left li, .home-page.carousel-profesores .carousels .carousel-indicators--left li, .carousels .carousel-profesores-course-nd .carousel-indicators--left li, .carousels .home-page.carousel-profesores .carousel-indicators--left li,
.carousel-profesores-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left li,
.carousels .carousel-profesores-course-nd .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.carousel-profesores-course-nd .carousel-indicators .active, .home-page.carousel-profesores .carousel-indicators .active, .carousel-profesores-course-nd .carousels .carousel-indicators--left .active, .home-page.carousel-profesores .carousels .carousel-indicators--left .active, .carousels .carousel-profesores-course-nd .carousel-indicators--left .active, .carousels .home-page.carousel-profesores .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner, .home-page.carousel-profesores .carousel-profesores__carousel-inner {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner, .home-page.carousel-profesores .carousel-profesores__carousel-inner {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner, .home-page.carousel-profesores .carousel-profesores__carousel-inner {
    margin: 0;
    padding: 0;
  }
}
.carousel-profesores-course-nd .carouCuatroclone__item-1, .home-page.carousel-profesores .carouCuatroclone__item-1 {
  position: absolute;
  left: 295.3px;
}
.carousel-profesores-course-nd .carouCuatroclone__item-2, .home-page.carousel-profesores .carouCuatroclone__item-2 {
  position: absolute;
  left: 590.6px;
}
.carousel-profesores-course-nd .carouCuatroclone__item-3, .home-page.carousel-profesores .carouCuatroclone__item-3 {
  position: absolute;
  left: 885.9px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.active.carousel-item-right, .home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.active.carousel-item-right,
.carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.carousel-item-next,
.home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(295.3px, 0, 0);
    left: 0;
  }
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.active.carousel-item-left, .home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.active.carousel-item-left,
.carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.carousel-item-prev,
.home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-295.3px, 0, 0);
    left: 0;
  }
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.carousel-item-left, .home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.carousel-item-left,
.carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.carousel-profesores-course-nd .carousel-profesores__carousel-inner > .carousel-item.active,
.home-page.carousel-profesores .carousel-profesores__carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-profesores-course-nd .carousel-profesores__carousel-inner .carousel-item.carousel-item-next.carousel-item-left, .home-page.carousel-profesores .carousel-profesores__carousel-inner .carousel-item.carousel-item-next.carousel-item-left {
    margin-left: 0;
  }
  .carousel-profesores-course-nd .carousel__item-wrapper, .home-page.carousel-profesores .carousel__item-wrapper {
    width: 295.3px;
  }
}
.carousel-profesores-course-nd .carousel-profesores__container, .home-page.carousel-profesores .carousel-profesores__container {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  background-color: transparent;
}
.carousel-profesores-course-nd .carousel-profesores__item-content, .home-page.carousel-profesores .carousel-profesores__item-content {
  border-radius: 12px;
  box-shadow: 0 0 12px #0000002b;
  background-color: #fff;
  overflow: hidden;
  height: 470px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .carousel-profesores__item-content, .home-page.carousel-profesores .carousel-profesores__item-content {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__item-content, .home-page.carousel-profesores .carousel-profesores__item-content {
    height: 470px;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .carousel-profesores__container:hover .flip-card-inner, .home-page.carousel-profesores .carousel-profesores__container:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}
.carousel-profesores-course-nd .flip-card-inner, .home-page.carousel-profesores .flip-card-inner {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .flip-card-inner, .home-page.carousel-profesores .flip-card-inner {
    height: 510px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
}
@-moz-document url-prefix() {
  .carousel-profesores-course-nd .carousel-profesores__container:hover .carousel-profesores__character-image-1, .home-page.carousel-profesores .carousel-profesores__container:hover .carousel-profesores__character-image-1 {
    /*        visibility: hidden;
    transform: rotateX(0deg);
        */
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .flip-card-front, .home-page.carousel-profesores .flip-card-front,
.carousel-profesores-course-nd .flip-card-back,
.home-page.carousel-profesores .flip-card-back {
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
.carousel-profesores-course-nd .flip-card-back .carousel-profesores__icon-container, .home-page.carousel-profesores .flip-card-back .carousel-profesores__icon-container {
  top: 437px;
  position: absolute;
  left: 225px;
}
@media (max-width: 767px) {
  .carousel-profesores-course-nd .flip-card-front, .home-page.carousel-profesores .flip-card-front {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-profesores-course-nd .flip-card-back, .home-page.carousel-profesores .flip-card-back {
    transform: rotateY(180deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-profesores-course-nd .flip-card-back, .home-page.carousel-profesores .flip-card-back {
    margin-left: 0;
  }
}

/*Fix only for Homepage*/
.home-page.carousel-profesores .carousel-profesores__image-wrapper {
  height: 320px;
  background-color: #fdfdfd;
  width: 262px;
}

/*root*/
.carousel-niveles-course-nd.carousel-niveles .h-2__content-wrapper {
  padding-top: 15px;
}
.carousel-niveles-course-nd.carousel-niveles .h-2__title, .carousel-niveles-course-nd.carousel-niveles .h-2__title--30, .carousel-niveles-course-nd.carousel-niveles .h-2__title--38, .carousel-niveles-course-nd.carousel-niveles .h-2__title--24, .carousel-niveles-course-nd.carousel-niveles .h-2__title--28-30, .carousel-niveles-course-nd.carousel-niveles .h-2__title__left {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd.carousel-niveles .h-2__title, .carousel-niveles-course-nd.carousel-niveles .h-2__title--30, .carousel-niveles-course-nd.carousel-niveles .h-2__title--38, .carousel-niveles-course-nd.carousel-niveles .h-2__title--24, .carousel-niveles-course-nd.carousel-niveles .h-2__title--28-30, .carousel-niveles-course-nd.carousel-niveles .h-2__title__left {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd.carousel-niveles .h-2__title, .carousel-niveles-course-nd.carousel-niveles .h-2__title--30, .carousel-niveles-course-nd.carousel-niveles .h-2__title--38, .carousel-niveles-course-nd.carousel-niveles .h-2__title--24, .carousel-niveles-course-nd.carousel-niveles .h-2__title--28-30, .carousel-niveles-course-nd.carousel-niveles .h-2__title__left {
    font-size: 40px;
    line-height: 48px;
  }
}
.carousel-niveles-course-nd.carousel-niveles .h-2__copy {
  color: #000000;
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd.carousel-niveles .h-2__copy {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd.carousel-niveles .h-2__copy {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-niveles-course-nd .carousel-niveles__wrapper {
    margin-top: 30px;
    width: 768px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-niveles-course-nd .carousel-niveles__wrapper {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablists-wrapper {
    background-image: url("https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_768-1.png");
    background-position: center 54px;
    background-repeat: no-repeat;
    min-height: 286px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablists-wrapper {
    background-image: url("https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_992-1.png");
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablists-wrapper {
    /*background-image: url('https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_1200-1.png');*/
    background-image: url("https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2022/02/niveles_bg-alpha_1200-1.png");
  }
}
.carousel-niveles-course-nd .carousel-niveles__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__title-1 {
    width: 258px;
    margin-left: 38px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__title-1 {
    width: 336px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__title-1 {
    width: 386px;
    margin-left: 79px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__title-2 {
    width: 258px;
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__title-2 {
    width: 337px;
    margin-left: 36px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__title-2 {
    width: 386px;
    margin-left: 53px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__title-3 {
    width: 170px;
    margin-left: 57px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__title-3 {
    width: 221px;
    margin-left: 73px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__title-3 {
    width: 258px;
    margin-left: 73px;
  }
}
.carousel-niveles-course-nd .carousel-niveles__tablist {
  min-height: 215px;
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist {
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist {
    min-height: 252px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    margin: 0 auto;
    width: 290px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    margin-left: 38px;
    width: 258px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    margin-left: 88px;
    width: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    margin-left: 88px;
    width: 335px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    margin-left: 78px;
    width: 385px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    margin: 0 auto;
    width: 290px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    margin-left: 48px;
    width: 257px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    margin-left: 85px;
    width: 337px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    margin-left: 85px;
    width: 337px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    margin-left: 54px;
    width: 391px;
    padding-left: 9px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-3 {
    width: 192px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-3 {
    margin-left: 49px;
    width: 170px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-3 {
    margin-left: 84px;
    width: 221px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-3 {
    margin-left: 67px;
    width: 258px;
  }
}
.carousel-niveles-course-nd .carousel-niveles__tablist-btn {
  /*background-color: #ff000045;*/
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 999;
}
.carousel-niveles-course-nd .carousel-niveles__tablist-btn:hover, .carousel-niveles-course-nd .carousel-niveles__tablist-btn:active, .carousel-niveles-course-nd .carousel-niveles__tablist-btn:focus {
  color: #FF6600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn {
    height: 93px;
    width: 93px;
    padding-top: 7px;
    font-weight: 300;
    font-size: 34px;
    line-height: 41px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn {
    height: 80px;
    width: 80px;
    padding-top: 7px;
    font-weight: 300;
    font-size: 36.8797px;
    line-height: 37px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn {
    height: 105px;
    width: 105px;
    padding-top: 10px;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn {
    height: 120px;
    width: 120px;
    padding-top: 10px;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-1, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-4, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-7 {
    margin: 2px 0 0 0;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-1, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-4, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-7 {
    margin: 0 0 0 2px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-1, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-4, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-7 {
    margin: 0 0 0 2px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-1, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-4, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-7 {
    margin: 0 0 0 2px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-2, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-5, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-8 {
    margin: 2px 0 0 1px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-2, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-5, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-8 {
    margin: 0 0 0 3px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-2, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-5, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-8 {
    margin: 0 0 0 3px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-2, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-5, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-8 {
    margin: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-3, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-6 {
    margin: 2px 0 0 0;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-3, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-6 {
    margin: 0 0 0 2px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-3, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-6 {
    margin: 0 0 0 6px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-btn-3, .carousel-niveles-course-nd .carousel-niveles__tablist-btn-6 {
    margin: 0 0 0 6px;
  }
}
.carousel-niveles-course-nd .carousel-niveles__tablist-copy {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='4' transform='matrix(-1 0 0 1 4 4)' fill='%23F60'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.833 0v11.808l2.992-2.983L10 10l-5 5-5-5 1.175-1.175 2.992 2.983V0h1.666z' fill='%23F60'/%3E%3C/svg%3E");
    font-size: 16px;
    line-height: 18px;
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy {
    padding-top: 41px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-1, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-4, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-7 {
    background-position: 43px 6px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-1, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-4, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-7 {
    background-position: 40px 15px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-1, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-4, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-7 {
    background-position: 50px 15px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-1, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-4, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-7 {
    background-position: 60px 15px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-2, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-5, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-8 {
    background-position: 140px 6px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-2, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-5, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-8 {
    background-position: 125px 15px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-2, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-5, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-8 {
    background-position: 165px 15px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-2, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-5, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-8 {
    background-position: 190px 15px;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-3, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-6 {
    background-position: 240px 6px;
  }
}
@media (min-width: 768px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-3, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-6 {
    background-position: 215px 15px;
  }
}
@media (min-width: 992px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-3, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-6 {
    background-position: 280px 15px;
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-copy-3, .carousel-niveles-course-nd .carousel-niveles__tablist-copy-6 {
    background-position: 320px 15px;
  }
}
.carousel-niveles-course-nd .carousel-niveles__container-wrapper {
  /*border: 2px red dotted;*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-niveles-course-nd .carousel-niveles__container-wrapper {
    /*border: 2px greenyellow dotted;*/
    width: 768px;
    overflow: hidden;
    /***padding-left: 24px;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-niveles-course-nd .carousel-niveles__container-wrapper {
    width: 992px;
    /*border: 2px palevioletred dotted;*/
    overflow: hidden;
    /***padding-left: 27px;*/
  }
}
@media (min-width: 1200px) {
  .carousel-niveles-course-nd .carousel-niveles__container-wrapper {
    /*border: 2px blue dotted;*/
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel__niveles .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }
  .carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.active.right,
.carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.active.left,
.carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.left,
.carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.prev.right,
.carousel-niveles-course-nd .carousel__niveles .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-niveles-course-nd .carousel__niveles .carousel-inner .item.prev,
.carousel-niveles-course-nd .carousel__niveles .carousel-inner .item.next {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel__item-wrapper,
.carousel-niveles-course-nd .cloneditem-1 {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel {
    padding: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-inner {
    padding: 0;
    margin: 0;
    width: unset;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist {
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-1 {
    background-image: url("https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_320-1.png");
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-2 {
    background-image: url("https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_320-2.png");
  }
}
@media (max-width: 767px) {
  .carousel-niveles-course-nd .carousel-niveles__tablist-3 {
    /*background-image: url('https://www.dev.openenglish.com.br/wp-content/uploads/2021/08/niveles_320-3.png');*/
    background-image: url("https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2022/02/niveles_bg-alpha_320-3.png");
  }
}
.carousel-niveles-course-nd .carousel__niveles .carousel-inner .item.active.left .cloneditem-1 {
  visibility: hidden;
}
.carousel-niveles-course-nd .carousel__niveles .carousel-inner .item.active.right .dos {
  visibility: hidden;
}
.carousel-niveles-course-nd .carousel-indicators, .carousel-niveles-course-nd .carousels .carousel-indicators--left, .carousels .carousel-niveles-course-nd .carousel-indicators--left,
.carousel-niveles-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-niveles-course-nd .carousel-indicators.carousels_mask-indicator--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.carousel-niveles-course-nd .carousel-indicators li, .carousel-niveles-course-nd .carousels .carousel-indicators--left li, .carousels .carousel-niveles-course-nd .carousel-indicators--left li,
.carousel-niveles-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left li,
.carousels .carousel-niveles-course-nd .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.carousel-niveles-course-nd .carousel-indicators .active, .carousel-niveles-course-nd .carousels .carousel-indicators--left .active, .carousels .carousel-niveles-course-nd .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

/*root*/
.inner-border-circle {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ffffff00;
  display: inline-block;
  height: 77px;
  padding-top: 15px;
  width: 77px;
  /*
      height: 77px;
      margin: 9px 0px 0 8px;
      padding-top: 17px;
      width: 77px;
  */
}
@media (min-width: 768px) {
  .inner-border-circle {
    height: 68px;
    width: 68px;
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .inner-border-circle {
    height: 88px;
    width: 88px;
    padding-top: 18px;
  }
}
@media (min-width: 1200px) {
  .inner-border-circle {
    height: 101px;
    width: 101px;
    padding-top: 25px;
  }
}

.carousel-niveles__tablist-btn:hover .inner-border-circle {
  border: 2px solid #FF6600;
  box-shadow: 0 0 5px #000000a6;
}

.carousel-niveles__tablist-btn .inner-border-circle.isActive {
  border: 2px solid #FF6600;
  box-shadow: 0 0 5px #000000a6;
}

.carousel-niveles__tablist-btn.isActive {
  color: #FF6600;
}

@media (min-width: 768px) {
  .col-12.col.col-sm-4.carousel__item-wrapper {
    margin-left: -31px;
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .col-12.col.col-sm-4.carousel__item-wrapper {
    margin-top: 22px;
    margin-left: -90px;
  }
}
@media (min-width: 1200px) {
  .col-12.col.col-sm-4.carousel__item-wrapper {
    margin-top: 22px;
    margin-left: -69px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .carousel-niveles-course-nd .carousel__item-wrapper,
.carousel-niveles-course-nd .cloneditem-1 {
    margin: 0;
    padding: 0;
  }
}
.metodo-course-nd {
  /*metdoo*/
}
@media (max-width: 767px) {
  .metodo-course-nd .metodo__card {
    background-color: #fff;
    border-radius: 8px;
    width: 288px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 7px #00000066;
    margin-bottom: 42px;
  }
}
.metodo-course-nd .metodo__image {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .metodo-course-nd .metodo__image {
    border-radius: 4px 4px 0 0;
  }
}
.metodo-course-nd .metodo__image {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .metodo-course-nd .metodo__image {
    border-radius: 4px 4px 0 0;
  }
}
.metodo-course-nd .metodo__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .metodo-course-nd .metodo__title {
    margin-top: 17px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .metodo-course-nd .metodo__title {
    line-height: 32px;
    min-height: 89px;
    padding-top: 25px;
  }
  .metodo-course-nd .metodo__title.short-copy {
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .metodo-course-nd .metodo__title {
    min-height: unset;
  }
}
.metodo-course-nd .metodo__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 3px;
  text-align: left;
}
@media (max-width: 767px) {
  .metodo-course-nd .metodo__copy {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .metodo-course-nd .metodo__copy {
    text-align: center;
    padding-bottom: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .metodo-course-nd .metodo__copy {
    min-height: unset;
  }
}
.metodo-course-nd .carousel-indicators, .metodo-course-nd .carousels .carousel-indicators--left, .carousels .metodo-course-nd .carousel-indicators--left,
.metodo-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .metodo-course-nd .carousel-indicators.carousels_mask-indicator--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.metodo-course-nd .carousel-indicators li, .metodo-course-nd .carousels .carousel-indicators--left li, .carousels .metodo-course-nd .carousel-indicators--left li,
.metodo-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left li,
.carousels .metodo-course-nd .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.metodo-course-nd .carousel-indicators .active, .metodo-course-nd .carousels .carousel-indicators--left .active, .carousels .metodo-course-nd .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

/*root*/
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel__metodo .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .carousel__metodo .carousel-inner > .item.active.right,
.carousel__metodo .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel__metodo .carousel-inner > .item.active.left,
.carousel__metodo .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel__metodo .carousel-inner > .item.left,
.carousel__metodo .carousel-inner > .item.prev.right,
.carousel__metodo .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .carousel__metodo .carousel-inner .item.prev,
.carousel__metodo .carousel-inner .item.next {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel__metodo .carousel-inner {
    padding: 20px 0 0 0;
    margin: 0;
  }
}

.carousel__metodo .carousel-inner .item.active.left .cloneditem-1 {
  visibility: hidden;
}

.carousel__metodo .carousel-inner .item.active.right .dos {
  visibility: hidden;
}

.clases-tipos-course-nd {
  /*metdoo*/
}
.clases-tipos-course-nd .clases-tipos .carousel-indicators, .clases-tipos-course-nd .clases-tipos .carousels .carousel-indicators--left, .carousels .clases-tipos-course-nd .clases-tipos .carousel-indicators--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.clases-tipos-course-nd .clases-tipos .carousel-indicators li, .clases-tipos-course-nd .clases-tipos .carousels .carousel-indicators--left li, .carousels .clases-tipos-course-nd .clases-tipos .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.clases-tipos-course-nd .clases-tipos .carousel-indicators .active, .clases-tipos-course-nd .clases-tipos .carousels .carousel-indicators--left .active, .carousels .clases-tipos-course-nd .clases-tipos .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__header-wrapper {
    font-size: 16px;
    line-height: 16px;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .clases-tipos-course-nd .clases-tipos__header-wrapper {
    margin-top: 176px;
  }
}
.clases-tipos-course-nd .clases-tipos__header-copy-1 {
  color: #FF2846;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-1 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-1 {
    font-size: 16px;
    line-height: 16px;
  }
}
.clases-tipos-course-nd .clases-tipos__header-title {
  color: #000;
  font-size: 38px;
  font-weight: 300;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 767px) {
  .clases-tipos-course-nd .clases-tipos__header-title {
    margin: 8px 0 0 0;
  }
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__header-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .clases-tipos-course-nd .clases-tipos__header-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .clases-tipos-course-nd .clases-tipos__header-title {
    width: 490px;
  }
}
.clases-tipos-course-nd .clases-tipos__header-copy-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 767px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-2 {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-2 {
    font-size: 24px;
    line-height: 32px;
    margin: 7px 0 0 0;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-2 {
    min-width: 460px;
  }
}
@media (min-width: 1200px) {
  .clases-tipos-course-nd .clases-tipos__header-copy-2 {
    min-width: 460px;
  }
}
.clases-tipos-course-nd .clases-tipos__image-wrapper {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__image-wrapper {
    margin-top: 20px;
    margin-left: -45px;
  }
}
@media (min-width: 992px) {
  .clases-tipos-course-nd .clases-tipos__image-wrapper {
    margin-top: 5px;
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .clases-tipos-course-nd .clases-tipos__image-wrapper {
    margin-left: 10px;
  }
}
.clases-tipos-course-nd .clases-tipos__image {
  box-shadow: 0 0 20px #0000002b;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-tipos-course-nd .clases-tipos__image {
    margin: 0 auto !important;
  }
}
.clases-tipos-course-nd .clases-tipos__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__title {
    margin-top: 0;
    min-height: 67px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .clases-tipos-course-nd .clases-tipos__title {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .clases-tipos-course-nd .clases-tipos__title-t25 {
    margin-top: 25px;
  }
}
.clases-tipos-course-nd .clases-tipos__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
  padding-top: 8px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .clases-tipos-course-nd .clases-tipos__copy {
    padding: 4px 20px 0 0px;
  }
}
@media (min-width: 768px) {
  .clases-tipos-course-nd .clases-tipos__copy {
    line-height: 26px;
    min-height: 130px;
    padding-bottom: unset;
  }
}
@media (min-width: 992px) {
  .clases-tipos-course-nd .clases-tipos__copy {
    min-height: unset;
  }
}
.clases-tipos-course-nd .carousel-indicators, .clases-tipos-course-nd .carousels .carousel-indicators--left, .carousels .clases-tipos-course-nd .carousel-indicators--left,
.clases-tipos-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .clases-tipos-course-nd .carousel-indicators.carousels_mask-indicator--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.clases-tipos-course-nd .carousel-indicators li, .clases-tipos-course-nd .carousels .carousel-indicators--left li, .carousels .clases-tipos-course-nd .carousel-indicators--left li,
.clases-tipos-course-nd .carousels .carousel-indicators.carousels_mask-indicator--left li,
.carousels .clases-tipos-course-nd .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.clases-tipos-course-nd .carousel-indicators .active, .clases-tipos-course-nd .carousels .carousel-indicators--left .active, .carousels .clases-tipos-course-nd .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

/*root*/
.clases-tipos-course-nd .carousel__item-wrapper {
  padding-left: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousel__clases-tipos .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .carousel__clases-tipos .carousel-inner > .item.active.right,
.carousel__clases-tipos .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel__clases-tipos .carousel-inner > .item.active.left,
.carousel__clases-tipos .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel__clases-tipos .carousel-inner > .item.left,
.carousel__clases-tipos .carousel-inner > .item.prev.right,
.carousel__clases-tipos .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .carousel__clases-tipos .carousel-inner .item.prev,
.carousel__clases-tipos .carousel-inner .item.next {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-tipos .carousel__item-wrapper,
.clases-tipos .cloneditem-1 {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel__clases-tipos .carousel {
    padding: 0;
    position: relative;
    width: 768px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel__clases-tipos .carousel-inner {
    padding: 20px 0 0 0;
    margin: 0;
  }
}

.carousel__clases-tipos .carousel-inner .item.active.left .carouTresclone__item-1 {
  visibility: hidden;
}

.carousel__clases-tipos .carousel-inner .item.active.right .carousel__item-wrapper:first-child {
  visibility: hidden;
}

.programas-exclusivos-course-nd {
  /*programas-exclusivos*/
  /*carousel inner se inyecta desde js*/
}
.programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators, .programas-exclusivos-course-nd.programas-exclusivos .carousels .carousel-indicators--left, .carousels .programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators li, .programas-exclusivos-course-nd.programas-exclusivos .carousels .carousel-indicators--left li, .carousels .programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators .active, .programas-exclusivos-course-nd.programas-exclusivos .carousels .carousel-indicators--left .active, .carousels .programas-exclusivos-course-nd.programas-exclusivos .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}
.programas-exclusivos-course-nd.programas-exclusivos .h-2__title, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--38, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--24, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--28-30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title__left {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}
@media (min-width: 768px) {
  .programas-exclusivos-course-nd.programas-exclusivos .h-2__title, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--38, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--24, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--28-30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title__left {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .programas-exclusivos-course-nd.programas-exclusivos .h-2__title, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--38, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--24, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--28-30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title__left {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .programas-exclusivos-course-nd.programas-exclusivos .h-2__title, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--38, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--24, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title--28-30, .programas-exclusivos-course-nd.programas-exclusivos .h-2__title__left {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programas-exclusivos-course-nd .programas-exclusivos__ci-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__card {
    background-color: #fff;
    border-radius: 12px;
    min-height: 560px;
    width: 288px;
    margin: 0 auto;
    box-shadow: 0 0 7px #00000066;
    margin-bottom: 42px;
    padding: 0 0 17px 0;
  }
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__card-fix-last {
    margin-bottom: 0;
  }
}
.programas-exclusivos-course-nd .programas-exclusivos__image {
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__image {
    /*box-shadow: none;*/
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programas-exclusivos-course-nd .programas-exclusivos__image {
    border-radius: 4px 4px 0 0;
    margin: 0 0 !important;
  }
}
.programas-exclusivos-course-nd .programas-exclusivos__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__title {
    margin-top: 17px;
    padding-right: 20px;
    padding-left: 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .programas-exclusivos-course-nd .programas-exclusivos__title {
    line-height: 32px;
    padding-top: 25px;
  }
  .programas-exclusivos-course-nd .programas-exclusivos__title.short-copy {
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .programas-exclusivos-course-nd .programas-exclusivos__title {
    min-height: unset;
    padding-bottom: 0;
  }
}
.programas-exclusivos-course-nd .programas-exclusivos__link {
  font-size: 16px;
  line-height: 26px;
  color: #FF6600;
  display: block;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__link {
    margin: 0;
    padding: 0 0 0 20px;
  }
}
.programas-exclusivos-course-nd .programas-exclusivos__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 3px;
  text-align: left;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .programas-exclusivos-course-nd .programas-exclusivos__copy {
    padding-right: 15px;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .programas-exclusivos-course-nd .programas-exclusivos__copy {
    text-align: left;
    padding: 4px 20px 0 0px;
    padding-bottom: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .programas-exclusivos-course-nd .programas-exclusivos__copy {
    min-height: unset;
  }
}
.programas-exclusivos-course-nd .carousel-inner {
  overflow: unset;
}
@media (min-width: 768px) {
  .programas-exclusivos-course-nd .carousel-inner {
    width: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programas-exclusivos-course-nd .item {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .programas-exclusivos-course-nd .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }
  .programas-exclusivos-course-nd .carousel-inner > .item.active.right,
.programas-exclusivos-course-nd .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .programas-exclusivos-course-nd .carousel-inner > .item.active.left,
.programas-exclusivos-course-nd .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .programas-exclusivos-course-nd .carousel-inner > .item.left,
.programas-exclusivos-course-nd .carousel-inner > .item.prev.right,
.programas-exclusivos-course-nd .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .programas-exclusivos-course-nd .carousel-inner .item.prev,
.programas-exclusivos-course-nd .carousel-inner .item.next {
    padding-top: 20px;
  }
}
.programas-exclusivos-course-nd.programas-exclusivos .carousel-inner .item.active.left .carouUnoclone__item-1,
.programas-exclusivos-course-nd.programas-exclusivos .carousel-inner .item.active.left .carouDosclone__item-1 {
  visibility: hidden;
}
.programas-exclusivos-course-nd.programas-exclusivos .carousel-inner .item.active.right .carousel__item-wrapper:first-child {
  visibility: hidden;
}

/*root*/
@media (max-width: 375px) {
  .b2b-logo-empresas .b2b-logo-empresas__content-wrapper {
    width: 281px;
    margin: 0 auto;
  }
}
.b2b-logo-empresas .b2b-logo-empresas__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .b2b-logo-empresas .b2b-logo-empresas__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .b2b-logo-empresas .b2b-logo-empresas__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b-logo-empresas .b2b-logo-empresas__title {
    margin-left: auto;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .b2b-logo-empresas .b2b-logo-empresas__title {
    margin-bottom: 20px;
  }
}
.b2b-logo-empresas .b2b-logo-empresas__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .b2b-logo-empresas .b2b-logo-empresas__copy {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .b2b-logo-empresas .b2b-logo-empresas__copy {
    margin-bottom: 55px;
  }
}
.b2b-logo-empresas .carousel__item-wrapper {
  height: 90px;
}
@media (min-width: 768px) {
  .b2b-logo-empresas .carousel__item-wrapper {
    margin-bottom: 75px;
  }
}
.b2b-logo-empresas .carousel-indicators, .b2b-logo-empresas .carousels .carousel-indicators--left, .carousels .b2b-logo-empresas .carousel-indicators--left,
.b2b-logo-empresas .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .b2b-logo-empresas .carousel-indicators.carousels_mask-indicator--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .b2b-logo-empresas .carousel-indicators, .b2b-logo-empresas .carousels .carousel-indicators--left, .carousels .b2b-logo-empresas .carousel-indicators--left,
.b2b-logo-empresas .carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .b2b-logo-empresas .carousel-indicators.carousels_mask-indicator--left {
    margin-top: 110px;
    margin-bottom: 100px;
  }
}
.b2b-logo-empresas .carousel-indicators li, .b2b-logo-empresas .carousels .carousel-indicators--left li, .carousels .b2b-logo-empresas .carousel-indicators--left li,
.b2b-logo-empresas .carousels .carousel-indicators.carousels_mask-indicator--left li,
.carousels .b2b-logo-empresas .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.b2b-logo-empresas .carousel-indicators .active, .b2b-logo-empresas .carousels .carousel-indicators--left .active, .carousels .b2b-logo-empresas .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}
.b2b-logo-empresas .carousel__item-wrapper {
  height: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .b2b-logo-empresas .carousel-inner {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .b2b-logo-empresas .carousel-item {
    position: unset;
    display: unset;
    float: unset;
    width: unset;
    margin-right: unset;
  }
}

.cround-table .table-wrapper {
  width: 100%;
  width: 946px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .cround-table .table-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
}
.cround-table .tb-cebra {
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  margin: 0;
  padding: 0;
}
.cround-table .tb-cebra thead tr {
  background-color: #0078FF;
  color: #fff;
  min-width: 180px;
}
.cround-table .tb-cebra tbody tr td,
.cround-table .tb-cebra thead tr th {
  padding: 18px 60px;
}
.cround-table .tb-cebra tbody tr td:first-child,
.cround-table .tb-cebra thead tr th:first-child {
  padding: 18px 5px;
  min-width: 50px;
}
.cround-table .tb-cebra tbody tr th {
  padding: 18px 5px;
}
.cround-table .tb-cebra thead tr h3,
.cround-table .tb-cebra tbody tr p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cround-table .tb-cebra tbody tr {
  border-top: 1px solid #D1D1D1;
}
.cround-table .tb-cebra tbody tr:last-child {
  border-bottom: 1px solid #D1D1D1;
}
.cround-table .tb-cebra thead tr th,
.cround-table .tb-cebra tbody tr th,
.cround-table .tb-cebra tbody tr td {
  border-right: 1px solid #D1D1D1;
}
.cround-table .tb-cebra thead tr th:last-child,
.cround-table .tb-cebra tbody tr td:last-child {
  border-right: none;
  border-bottom: none;
}
.cround-table .tb-cebra tr:nth-child(even) {
  background-color: #F9FAFD;
}

/*carousel_social_testimonial 20220627 */
.slick-dots-custom .slick-dots {
  min-width: 100%;
  width: 100%;
  display: flex !important;
}

.carousel_social_testimonial {
  padding-top: 48px;
}
.carousel_social_testimonial .slick-dotted.slick-slider {
  margin-bottom: 5px;
}
.carousel_social_testimonial__red-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  /* identical to box height, or 300% */
  display: flex;
  align-items: center;
  color: #FF2846;
}
.carousel_social_testimonial__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #000000;
}
.carousel_social_testimonial .card-item-slick {
  min-height: 260px;
  background-color: white;
  border-radius: 12px;
  border-color: white;
}
.carousel_social_testimonial .card-item-slick .icon-card-slick {
  max-width: 40px;
  margin-right: 16px;
}
.carousel_social_testimonial .card-item-slick .card-slick-brand {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.carousel_social_testimonial .card-item-slick .card-slick-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.carousel_social_testimonial .card-item-slick .card-slick-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #666666;
}
.carousel_social_testimonial .card-item-slick .card-slick-text2 {
  text-decoration: underline;
}
.carousel_social_testimonial .slick_social_testimonial {
  padding-top: 48px;
}
.carousel_social_testimonial .slick-dots-custom {
  min-width: 185px;
}

.carousel_social_testimonial-v2 {
  padding-top: 48px;
}
.carousel_social_testimonial-v2 .slick-dotted.slick-slider {
  margin-bottom: 5px;
}
.carousel_social_testimonial-v2__red-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  /* identical to box height, or 300% */
  display: flex;
  align-items: center;
  color: #FF2846;
}
.carousel_social_testimonial-v2__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #000000;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 {
  min-height: 260px;
  background-color: white;
  border-radius: 12px;
  border-color: white;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 .icon-card-slick {
  max-width: 40px;
  margin-right: 16px;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 .card-slick-brand {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 .card-slick-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 .card-slick-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #666666;
}
.carousel_social_testimonial-v2 .card-item-slick-v2 .card-slick-text2 {
  text-decoration: underline;
}
.carousel_social_testimonial-v2 .slick_social_testimonial-v2 {
  padding-top: 48px;
}
.carousel_social_testimonial-v2 .slick-dots-custom {
  min-width: 185px;
}

.slick-carousel-video-section__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  padding-bottom: 32px;
}
.slick-carousel-video-section .slick-dots-custom, .slick-carousel-video-section-center .slick-dots-custom {
  min-width: 185px;
}
.slick-carousel-video-section__wrapper {
  display: inline-block;
  position: relative;
}
.slick-carousel-video-section .video-testimonial__button-play, .slick-carousel-video-section-center .video-testimonial__button-play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 40px;
  bottom: unset;
  right: unset;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='40' viewBox='0 0 120 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-3.05176e-05' y='0.0625' width='120' height='72' rx='8' fill='%23FF6600'/%3E%3Cpath d='M50.6666 19.7292V52.3958L76.3333 36.0625L50.6666 19.7292Z' fill='white'/%3E%3C/svg%3E");
}
.slick-carousel-video-section .slick_video_testimonial-with-text__h3, .slick-carousel-video-section-center .slick_video_testimonial-with-text__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  padding-top: 12px;
}
.slick-carousel-video-section .slick_video_testimonial-with-text__p, .slick-carousel-video-section-center .slick_video_testimonial-with-text__p, .slick-carousel-video-section .slick_video_testimonial-with-text__p-left, .slick-carousel-video-section-center .slick_video_testimonial-with-text__p-left, .slick-carousel-video-section .slick_video_testimonial-with-text__p-center, .slick-carousel-video-section-center .slick_video_testimonial-with-text__p-center {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.slick-carousel-video-section .slick_video_testimonial-with-text__p-center, .slick-carousel-video-section-center .slick_video_testimonial-with-text__p-center {
  text-align: center;
  padding-top: 16px;
}
.slick-carousel-video-section .slick_video_testimonial-with-text__p-left, .slick-carousel-video-section-center .slick_video_testimonial-with-text__p-left {
  text-align: left;
  padding-top: 16px;
}
.slick-carousel-video-section-center .rounded-container {
  background: white;
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.slick-carousel-video-section-center .rounded-container__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #0078FF;
  margin-bottom: 32px;
}
.slick-carousel-video-section-center .rounded-container_a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FF6600;
}
.slick-carousel-video-section-center__h2, .slick-carousel-video-section-center__h2-min {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
}
@media (max-width: 560.92px) {
  .slick-carousel-video-section-center__h2-min {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-align: left;
  }
}
.slick-carousel-video-section-center__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
.slick-carousel-video-section-center__p-16 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.slick-carousel-video-section-center__a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FF8800;
}
.slick-carousel-video-section-center__a-second {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-decoration-line: underline;
  color: #FF6600 !important;
  top: 58px;
  position: relative;
  margin-bottom: 58px;
}

.slick_video_clase_pasada .video-testimonial__button-play {
  top: -178px;
}
.slick_video_clase_pasada .icon-card-slick-2 {
  margin-left: 18px;
}
.slick_video_clase_pasada .badge {
  margin-top: 8px;
}
.slick_video_clase_pasada__a {
  text-align: center;
}
.slick_video_clase_pasada__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin-top: 15px;
  color: #000000;
}
.slick_video_clase_pasada__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-top: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}

.slick_testimonial_green_section .quotation-wrapper--der {
  text-align: right;
  margin: 0;
  padding: 0;
  height: 16px;
}
.slick_testimonial_green_section .quotation--der,
.slick_testimonial_green_section .quotation--izq {
  font-size: 60px;
  display: inline-block;
  position: relative;
}
.slick_testimonial_green_section__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
  padding: 0 0 20px 0;
}
.slick_testimonial_green_section__p {
  font-family: "Inter";
  font-style: normal;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  line-height: 130%;
}
.slick_testimonial_green_section .slick-dots-custom {
  min-width: 125px;
}
.slick_testimonial_green_section .slick-green-testimonial {
  background: #FFFFFF;
  /* Secondary / Achievable Green */
  max-width: 946px;
  border: 1px solid #8CFF00;
  box-sizing: border-box;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}
.slick_testimonial_green_section .slick-green-testimonial__img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  object-fit: cover;
}
.slick_testimonial_green_section .slick-green-testimonial__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0;
}
.slick_testimonial_green_section .slick-green-testimonial__flag {
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;
}
.slick_testimonial_green_section .slick-green-testimonial .slick-hero-testimonial__name,
.slick_testimonial_green_section .slick-green-testimonial .slick-green-testimonial__profile-wrapper {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.slick_clases_gratis__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
.slick_clases_gratis__h2 .span-blue {
  color: #0078FF;
}
.slick_clases_gratis__p-min {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.slick_clases_gratis__card {
  background: #FFFFFF;
  padding: 24px;
  min-height: 220.75px;
  border: 1px solid #D1D1D1 !important;
  border-radius: 18px;
}
.slick_clases_gratis__card__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  min-height: 100px;
}
.slick_clases_gratis__card__p-span-instagram {
  color: #FD1D1D;
}
.slick_clases_gratis__card__p-span-facebook {
  color: #146DDD;
}
.slick_clases_gratis__card__p-span-youtube {
  color: #FD1D1D;
}
.slick_clases_gratis__card__a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FF6600 !important;
}
.slick_clases_gratis__separator {
  margin-left: 9px;
  margin-right: 6px;
}
.slick_clases_gratis__label {
  width: 35.11px;
  margin-left: 6px;
  border-radius: 3.08763px;
  text-align: center;
}
.slick_clases_gratis__label_span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 7.8832px;
  line-height: 100%;
  letter-spacing: 0.788386px;
  color: #FFFFFF;
  vertical-align: middle;
}
.slick_clases_gratis__label-facebook {
  background: #146DDD;
}
.slick_clases_gratis__label-instagram {
  background: #F0014D;
}
.slick_clases_gratis__label-youtube {
  background: #FF0000;
}

.slick_video_poco_tiempo .slick_video_clase_pasada__p, .slick_video_flash_lesson .slick_video_clase_pasada__p {
  border-bottom: unset;
}
.slick_video_poco_tiempo img.img-item-poco-tiempo-card, .slick_video_flash_lesson img.img-item-poco-tiempo-card {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .carousel_social_testimonial .slick-dots-custom {
    min-width: 25px;
    border: 1px solid red;
  }
  .carousel_social_testimonial__h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .carousel_social_testimonial-v2 .slick-dots-custom {
    min-width: 25px;
  }
  .carousel_social_testimonial-v2__h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .carousel_social_testimonial-v2 div#dots-testimonial-v2 {
    width: auto;
    min-width: 130px;
  }
  .carousel_social_testimonial-v2 .btn.cta.cta--background-gradient-orange, .carousel_social_testimonial-v2 .btn.cta--background-gradient-orange {
    width: 246px;
  }

  .slick-carousel-video-section .slick-dots-custom, .slick-carousel-video-section-center .slick-dots-custom {
    min-width: 25px;
  }
  .slick-carousel-video-section__h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .slick_testimonial_green_section .quotation--izq {
    margin: -20px 0 0 0;
    position: absolute;
  }
  .slick_testimonial_green_section .quotation--der {
    margin: 0;
  }
  .slick_testimonial_green_section__h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 0;
  }
  .slick_testimonial_green_section__p {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
  }
  .slick_testimonial_green_section .slick-green-testimonial {
    padding: 16px;
  }
  .slick_testimonial_green_section .slick-green-testimonial__img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
    margin-bottom: 45px;
    margin-top: 5px;
    margin-left: -13px;
  }
  .slick_testimonial_green_section .slick-green-testimonial .slick-hero-testimonial__name,
.slick_testimonial_green_section .slick-green-testimonial .slick-green-testimonial__profile-wrapper {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
  }
  .slick_testimonial_green_section .slick-green-testimonial .slick-green-testimonial__profile-wrapper {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .slick_testimonial_green_section .slick-green-testimonial .slick-green-testimonial__name {
    display: block;
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .slick_testimonial_green_section .slick-green-testimonial .slick-green-testimonial__flag {
    display: block;
    margin: 0 0 0 -5px;
    padding: 0;
    order: 2;
  }

  .slick_clases_gratis__h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .slick_clases_gratis__p-min {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .slick_testimonial_green_section .quotation--izq {
    top: 25px;
    left: -5px;
  }

  .slick_video_poco_tiempo .tem-poco-tiempo-card, .slick_video_flash_lesson .tem-poco-tiempo-card {
    min-height: 449px;
    height: auto;
  }

  .slick_video_flash_lesson .item-flash-lesson-card {
    min-height: 473px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slick_testimonial_green_section .container-custom {
    max-width: 750px;
  }
  .slick_testimonial_green_section .slick-green-testimonial__p {
    margin: 0 0 0 25px;
    padding: 0;
    text-align: left;
  }
  .slick_testimonial_green_section .slick-green-testimonial {
    padding: 5px;
  }
  .slick_testimonial_green_section .slick-green-testimonial__profile-wrapper {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .slick_testimonial_green_section .slick-green-testimonial__img-wrapper {
    width: 150px;
    text-align: left;
  }
  .slick_testimonial_green_section .slick-green-testimonial__flag {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .slick_testimonial_green_section .slick-green-testimonial__p {
    margin: 0 0 0 25px;
    padding: 0;
    text-align: left;
  }
  .slick_testimonial_green_section .slick-green-testimonial {
    padding: 30px 7px;
  }
  .slick_testimonial_green_section .slick-green-testimonial__profile-wrapper {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .slick_testimonial_green_section .slick-green-testimonial__img-wrapper {
    width: 150px;
    text-align: left;
    margin-left: 25px;
  }
  .slick_testimonial_green_section .slick-green-testimonial__flag {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slick-hero-testimonial__name,
.slick-green-testimonial__profile-wrapper {
    margin-left: -40px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .slick-hero-testimonial__name,
.slick-green-testimonial__profile-wrapper {
    margin-left: -40px;
    padding: 0;
  }
}

/* carousel_social_testimonial 20220627*/
.linear-pils-form__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */
  letter-spacing: -0.5px;
  color: #000000;
  padding-bottom: 32px;
}
.linear-pils-form__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.linear-pils-form__img {
  margin-top: 16px;
}
.linear-pils-form__icons {
  margin-right: 10px;
  vertical-align: middle;
}
.linear-pils-form__icons__green-pc {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='28' viewBox='0 0 44 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.261 5.2262V24.31H3.35197V5.2262C3.35197 4.05553 4.34152 3.10608 5.56319 3.10608H9.24895H34.3125H35.0498C36.2709 3.10608 37.261 4.05553 37.261 5.2262ZM1.17952 27.603H39.4341C40.0146 27.603 40.4905 27.1525 40.4905 26.6029V25.9824C40.4905 25.7079 40.2528 25.4829 39.9623 25.4829H0.650753C0.360218 25.4829 0.122559 25.7079 0.122559 25.9824V26.6029C0.122559 27.1525 0.597877 27.603 1.17952 27.603Z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.4901 0.690674H38.9529H33.0323C32.0979 0.690674 31.3406 1.44798 31.3406 2.38236V8.30299V18.4531C31.3406 19.3869 32.0979 20.1442 33.0323 20.1442H35.5695H41.4901C42.4245 20.1442 43.1818 19.3869 43.1818 18.4531V12.5319V2.38236C43.1818 1.44798 42.4245 0.690674 41.4901 0.690674Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.6452 18.7346H35.7996C35.644 18.7346 35.5181 18.6087 35.5181 18.4531C35.5181 18.297 35.644 18.1705 35.7996 18.1705H38.7217C38.8778 18.1705 39.0037 18.297 39.0037 18.4531C39.0037 18.6087 38.8778 18.7346 38.7217 18.7346' fill='white'/%3E%3C/svg%3E%0A");
  width: 44px;
  height: 28px;
  display: inline-block;
}
.linear-pils-form__icons__green-doc {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2683 48.9701H2.92683C1.31707 48.9701 0 47.6521 0 46.0433V11.5272C0 9.91742 1.31707 8.60034 2.92683 8.60034H29.2683C30.878 8.60034 32.1951 9.91742 32.1951 11.5272V46.0433C32.1951 47.6521 30.878 48.9701 29.2683 48.9701Z' fill='%2300E3D8'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.8537 40.5592H19.5122C17.9025 40.5592 16.5854 39.2421 16.5854 37.6324V3.11628C16.5854 1.50653 17.9025 0.189453 19.5122 0.189453H45.8537C47.4634 0.189453 48.7805 1.50653 48.7805 3.11628V37.6324C48.7805 39.2421 47.4634 40.5592 45.8537 40.5592Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 37.2037H6.84634C6.38195 37.2037 5.99658 36.8183 5.99658 36.3539C5.99658 35.8895 6.38195 35.5051 6.84634 35.5051H25.3488C25.8141 35.5051 26.1985 35.8895 26.1985 36.3539C26.1985 36.8183 25.8141 37.2037 25.3488 37.2037Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 32.157H6.84634C6.38195 32.157 5.99658 31.7726 5.99658 31.3083C5.99658 30.8429 6.38195 30.4595 6.84634 30.4595H25.3488C25.8141 30.4595 26.1985 30.8429 26.1985 31.3083C26.1985 31.7726 25.8141 32.157 25.3488 32.157Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 27.1111H6.84634C6.38195 27.1111 5.99658 26.7258 5.99658 26.2614C5.99658 25.797 6.38195 25.4126 6.84634 25.4126H25.3488C25.8141 25.4126 26.1985 25.797 26.1985 26.2614C26.1985 26.7258 25.8141 27.1111 25.3488 27.1111Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3488 22.0645H6.84634C6.38195 22.0645 5.99658 21.6801 5.99658 21.2157C5.99658 20.7513 6.38195 20.366 6.84634 20.366H25.3488C25.8141 20.366 26.1985 20.7513 26.1985 21.2157C26.1985 21.6801 25.8141 22.0645 25.3488 22.0645Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 37px;
  height: 26px;
  display: inline-block;
}
.linear-pils-form__icons__green_chat-oef {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='28' viewBox='0 0 39 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.77751 0.57373H23.7188C25.7001 0.57373 27.3071 2.18067 27.3071 4.16199V5.35808V16.1229C27.3071 18.1042 25.7001 19.7111 23.7188 19.7111H10.5619V25.076L5.77751 19.7111H4.58142C2.60011 19.7111 0.993164 18.1042 0.993164 16.1229V4.16199C0.993164 2.18067 2.60011 0.57373 4.58142 0.57373H22.5227' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1858 11.9363H35.4575C37.034 11.9363 38.3114 13.2143 38.3114 14.7907V15.7422V24.305C38.3114 25.8815 37.034 27.1595 35.4575 27.1595H24.9918H21.1858H20.2343C18.6579 27.1595 17.3799 25.8815 17.3799 24.305V14.7907C17.3799 13.2143 18.6579 11.9363 20.2343 11.9363H34.506' fill='%2300E3D8'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 39px;
  height: 28px;
  display: inline-block;
}
.linear-pils-form__icons__green_examen-oef {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_724_610' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='5' width='21' height='26'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.459229 5.42969H20.5138V30.5762H0.459229V5.42969Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_724_610)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6907 30.5763H2.28237C1.27964 30.5763 0.459229 29.7553 0.459229 28.7532V7.25283C0.459229 6.2501 1.27964 5.42969 2.28237 5.42969H18.6907C19.6934 5.42969 20.5138 6.2501 20.5138 7.25283V28.7532C20.5138 29.7553 19.6934 30.5763 18.6907 30.5763Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.022 25.3372H12.6137C11.6109 25.3372 10.7905 24.5167 10.7905 23.514V2.01369C10.7905 1.01097 11.6109 0.190552 12.6137 0.190552H29.022C30.0247 0.190552 30.8451 1.01097 30.8451 2.01369V23.514C30.8451 24.5167 30.0247 25.3372 29.022 25.3372Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2494 23.2469H4.72414C4.43487 23.2469 4.19482 23.0068 4.19482 22.7176C4.19482 22.4283 4.43487 22.1888 4.72414 22.1888H16.2494C16.5393 22.1888 16.7788 22.4283 16.7788 22.7176C16.7788 23.0068 16.5393 23.2469 16.2494 23.2469Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2494 20.1032H4.72414C4.43487 20.1032 4.19482 19.8638 4.19482 19.5745C4.19482 19.2846 4.43487 19.0458 4.72414 19.0458H16.2494C16.5393 19.0458 16.7788 19.2846 16.7788 19.5745C16.7788 19.8638 16.5393 20.1032 16.2494 20.1032Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2494 16.9604H4.72414C4.43487 16.9604 4.19482 16.7203 4.19482 16.4311C4.19482 16.1418 4.43487 15.9023 4.72414 15.9023H16.2494C16.5393 15.9023 16.7788 16.1418 16.7788 16.4311C16.7788 16.7203 16.5393 16.9604 16.2494 16.9604Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2494 13.8167H4.72414C4.43487 13.8167 4.19482 13.5773 4.19482 13.288C4.19482 12.9987 4.43487 12.7587 4.72414 12.7587H16.2494C16.5393 12.7587 16.7788 12.9987 16.7788 13.288C16.7788 13.5773 16.5393 13.8167 16.2494 13.8167Z' fill='white'/%3E%3C/svg%3E ");
  width: 31px;
  height: 31px;
  display: inline-block;
}
.linear-pils-form__icons__icon_certificado-oef {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='27' viewBox='0 0 33 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_724_604' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='27'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.392578 0.650757H27.6864V26.6552H0.392578V0.650757Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_724_604)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4773 1.12666L18.1827 9.43573C18.1878 9.44582 18.1979 9.45367 18.2091 9.45479L27.2571 10.4113C27.6698 10.4545 27.8357 10.9663 27.5274 11.2444L20.773 17.3366C20.7641 17.3439 20.7601 17.3563 20.7624 17.3669L22.6484 26.2663C22.7348 26.6728 22.2992 26.989 21.9398 26.7816L14.0557 22.2385C14.045 22.2324 14.0333 22.2324 14.0226 22.2385L6.1419 26.7816C5.78195 26.989 5.34631 26.6728 5.43265 26.2663L7.31705 17.3669C7.31929 17.3563 7.31593 17.3439 7.30696 17.3366L0.552061 11.2444C0.243695 10.9663 0.409652 10.4545 0.822863 10.4113L9.87032 9.45479C9.8821 9.45367 9.89163 9.44582 9.89667 9.43573L13.6016 1.12666C13.7698 0.747655 14.308 0.747655 14.4773 1.12666Z' fill='%238CFF00'/%3E%3C/g%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9114 9.82022C32.9114 13.2795 30.107 16.0845 26.6471 16.0845C23.1873 16.0845 20.3828 13.2795 20.3828 9.82022C20.3828 6.36036 23.1873 3.55591 26.6471 3.55591C30.107 3.55591 32.9114 6.36036 32.9114 9.82022Z' fill='%2300E3D8'/%3E%3C/g%3E%3Cpath d='M29.1337 8.06519L27.8912 9.23529L25.4036 11.575L24.1611 10.4054' stroke='white' stroke-width='2.151' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 27px;
  display: inline-block;
}

@media (min-width: 768px) {
  .linear-pils-form__wrapper {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .linear-pils-form__h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .page-oees-promo-v1.h-2__title-curso-ingles-lideres {
    margin-top: 55px;
    margin-bottom: 22px;
  }
}
.page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title, .page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title--30, .page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title--38, .page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title--24, .page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title--28-30, .page-oees-promo-v1.h-2__title-curso-ingles-lideres .h-2__title__left {
  font-weight: 300;
  font-size: 29px;
  line-height: 34px;
}
.page-oees-promo-v1 .banner-cta__title, .page-oees-promo-v1 .banner-cta__title--40-24 {
  font-size: 32px;
  line-height: 34px;
}

.tabla-comparativa__feature-oe, .tabla-comparativa__feature-oe-end {
  border-left: 2px solid #0078FF;
  border-right: 2px solid #0078FF;
}
.tabla-comparativa__title {
  margin: 11px 0;
}
@media (max-width: 767px) {
  .tabla-comparativa__title {
    margin: 10px 0;
  }
}
.tabla-comparativa__thead-th:nth-child(2) {
  background-color: #0078FF;
  left: -1px;
  border-right: 0px solid white;
}

.tabla-comparativa__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  .tabla-comparativa__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .tabla-comparativa__title {
    font-size: 12px;
    line-height: 15px;
  }
}

.terms,
.terms a {
  font-size: 12px;
  margin-bottom: 60px;
}

/*el-curso-ingles-lideres*/
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres {
    margin-top: 102px;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .h-2__content-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .h-2__content-wrapper {
    margin-top: 65px;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .h-2__title, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--30, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--38, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--24, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--28-30, .page-oees-promo-v1.curso-ingles-lideres .h-2__title__left {
    font-weight: 300;
    font-size: 33px;
    line-height: 41px;
  }
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .h-2__title, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--30, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--38, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--24, .page-oees-promo-v1.curso-ingles-lideres .h-2__title--28-30, .page-oees-promo-v1.curso-ingles-lideres .h-2__title__left {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-oees-promo-v1.curso-ingles-lideres .reasons__copy-wrapper {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__copy-wrapper {
    width: 75%;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .page-oees-promo-v1.curso-ingles-lideres .icon__green-computer,
.page-oees-promo-v1.curso-ingles-lideres .icon__green-commentary {
    zoom: 140%;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .icon__green-computer,
.page-oees-promo-v1.curso-ingles-lideres .icon__green-commentary {
    zoom: 120%;
  }
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .icon__green-computer,
.page-oees-promo-v1.curso-ingles-lideres .icon__green-commentary {
    zoom: 90%;
  }
}
.page-oees-promo-v1.curso-ingles-lideres .reasons__list {
  margin-left: 0;
  list-style: none;
  padding-inline-start: unset;
}
@media (max-width: 767px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__list {
    margin-top: 25px;
  }
}
.page-oees-promo-v1.curso-ingles-lideres .reasons__list__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__list__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__list__title {
    font-size: 24px;
  }
}
.page-oees-promo-v1.curso-ingles-lideres .reasons__list__copy {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__list__copy {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__list__copy {
    font-size: 16px;
  }
}
.page-oees-promo-v1.curso-ingles-lideres .reasons__image-wrapper {
  display: block;
  width: 80px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__image-wrapper {
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.curso-ingles-lideres .reasons__image-wrapper {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-oees-promo-v1 .curso-ingles-lideres__image {
    width: 355px;
    margin-top: 45px;
  }
}
.curso-ingles-lideres__container-fix {
  max-width: 940px;
}

@media (max-width: 767px) {
  .page-oees-promo-v1.cuanto {
    background-color: #F4F4F4;
  }
}
.page-oees-promo-v1.cuanto .cuanto__container-fix {
  max-width: 900px;
  height: unset;
}
.page-oees-promo-v1.cuanto .ccards__card-h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-oees-promo-v1.cuanto .ccards__card-h3 {
    line-height: 32px;
  }
}
.page-oees-promo-v1.cuanto .ccards__card-copy {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-oees-promo-v1.cuanto .ccards__card-copy {
    line-height: 24px;
  }
}
.page-oees-promo-v1.cta-mas-info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-oees-promo-v1.cta-mas-info {
    background: linear-gradient(180deg, #F4F4F4 50%, #FFFFFF 50%);
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.cta-mas-info {
    line-height: 24px;
  }
}
.page-oees-promo-v1.cta-mas-info .cta, .page-oees-promo-v1.cta-mas-info .cta--center, .page-oees-promo-v1.cta-mas-info .cta--left, .page-oees-promo-v1.cta-mas-info .cta--background-white, .page-oees-promo-v1.cta-mas-info .cta--background-gradient-orange {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-oees-promo-v1.page-como-funciona.tabla-comparativa {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.page-como-funciona.tabla-comparativa {
    padding-bottom: 100px;
  }
}
.page-oees-promo-v1.page-como-funciona.tabla-comparativa .icon__blue-check {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.292 11.54l-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4-10.6 10.6z' fill='%230078FF'/%3E%3C/svg%3E");
}
.page-oees-promo-v1.page-como-funciona.tabla-comparativa .icon__grey-check, .page-oees-promo-v1.page-como-funciona.tabla-comparativa .packages__list_icon__grey-check {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.457 1.442l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59 5.59-5.59z' fill='%23ED4422'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .page-oees-promo-v1.h-2-comparativa .h-2__title, .page-oees-promo-v1.h-2-comparativa .h-2__title--30, .page-oees-promo-v1.h-2-comparativa .h-2__title--38, .page-oees-promo-v1.h-2-comparativa .h-2__title--24, .page-oees-promo-v1.h-2-comparativa .h-2__title--28-30, .page-oees-promo-v1.h-2-comparativa .h-2__title__left {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
  }
}

.page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--38, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--24, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--28-30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title__left {
  color: #000;
}
@media (max-width: 767px) {
  .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--38, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--24, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--28-30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title__left {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--38, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--24, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title--28-30, .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title__left {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }
}
.page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title-1 {
  color: #000;
}
@media (max-width: 767px) {
  .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title-1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .page-oees-promo-v1.h-2-curos-ingles-integral .h-2__title-1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    margin: -8px 0 0 0;
  }
}

.page-oees-promo-v1.carousel-legacy .carousel-inner .item {
  background-color: #fff;
}

.page-maritza.banner-cta .banner-cta__title, .page-maritza.banner-cta .banner-cta__title--40-24 {
  margin-bottom: 0;
}
.page-maritza.banner-cta .banner-cta__wrapper-btn {
  margin: 55px 35px 55px 0;
  float: right;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-maritza.banner-cta .banner-cta__wrapper-btn {
    margin: 55px 35px 55px 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-maritza.banner-cta .banner-cta__wrapper-btn {
    margin: 65px 20px 65px 0;
  }
}
@media (max-width: 767px) {
  .page-maritza.banner-cta .banner-cta__wrapper-btn {
    margin: 0;
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-maritza.banner-cta {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .page-maritza.banner-cta {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .img-mobile {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .card-collapse-oe .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-collapse-oe .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .card-collapse-oe .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .card-collapse-oe .card-columns {
    column-count: 3;
  }
}
.card-collapse-oe .card {
  min-height: 109px;
  max-width: 367px;
  margin: 20px 10px;
  border-radius: 8px;
  border: 1px solid #DEDEDE !important;
}
.card-collapse-oe .card .card-header {
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 0px 5px 0px 5px;
}
.card-collapse-oe .card .card-header.first-header {
  padding: 6px 10px 0px 20px;
}
.card-collapse-oe .card .icon, .card-collapse-oe .card .icon__arrow-right-yellow, .card-collapse-oe .card .icon__arrow-right-yellow-left-40, .card-collapse-oe .card .icon__arrow-right-yellow--left, .card-collapse-oe .card .icon__arrow-right-yellow--left--75, .card-collapse-oe .card .icon__arrow-right-yellow--left--165, .card-collapse-oe .card .icon__arrow-right-orange {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.card-collapse-oe .card a.btn.btn-link {
  margin-bottom: 10px;
  text-decoration: none;
}
.card-collapse-oe .card a.btn.btn-link span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.799' height='6.996' viewBox='0 0 10.799 6.996'%3E%3Cpath data-name='Trazado 2778' d='M10.189.626a.472.472 0 010 .606l-4.5 5.138a.343.343 0 01-.531 0L.653 1.232a.473.473 0 010-.606.344.344 0 01.531 0l4.237 4.836L9.658.626a.343.343 0 01.531 0z' fill='%23fff' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 10px;
  width: 12px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.card-collapse-oe .card a.btn.btn-link.collapsed span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.799' height='6.996' viewBox='0 0 10.799 6.996'%3E%3Cpath data-name='Trazado 2778' d='M10.189.626a.472.472 0 010 .606l-4.5 5.138a.343.343 0 01-.531 0L.653 1.232a.473.473 0 010-.606.344.344 0 01.531 0l4.237 4.836L9.658.626a.343.343 0 01.531 0z' fill='%23fff' stroke='%23f60' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 10px;
  width: 12px;
  margin-left: 15px;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.card-collapse-oe .card .badge span {
  background: #FF2846;
  width: 83px;
  height: 22px;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}
.card-collapse-oe .card h3, .card-collapse-oe .card h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #0078FF;
  text-align: left;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .card-collapse-oe .card .icon, .card-collapse-oe .card .icon__arrow-right-yellow, .card-collapse-oe .card .icon__arrow-right-yellow-left-40, .card-collapse-oe .card .icon__arrow-right-yellow--left, .card-collapse-oe .card .icon__arrow-right-yellow--left--75, .card-collapse-oe .card .icon__arrow-right-yellow--left--165, .card-collapse-oe .card .icon__arrow-right-orange {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .card-collapse-oe .card h3, .card-collapse-oe .card h5 {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .trustpilot .trustpilot__title-wrapper {
    min-width: 830px;
  }
}
.trustpilot .trustpilot__title {
  color: #000000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .trustpilot .trustpilot__title {
    font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
  }
}
/* tabla Regiones */
.tabla-regiones {
  width: 100%;
}
.tabla-regiones thead th {
  background-color: #0084ff;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px 5px 0 0;
}
.tabla-regiones tbody th {
  width: 50%;
  border-right: 1px solid #E6E7E9;
}
@media (max-width: 767px) {
  .tabla-regiones tbody th {
    width: 51%;
  }
}
@media (min-width: 1200px) {
  .tabla-regiones tbody th {
    width: 45%;
  }
}
.tabla-regiones tbody tr {
  height: 35px;
  border-bottom: 1px solid #E6E7E9;
}
.tabla-regiones tbody td {
  width: 55%;
}
.tabla-regiones tr.fila:nth-child(even) {
  background-color: #F9FAFD;
}
.tabla-regiones__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.tabla-regiones__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #05111A;
  text-align: left;
  margin: 0;
  padding: 0;
}
.tabla-regiones .i-flag {
  margin: 5px 0 0 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabla-regiones .i-flag {
    margin-left: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabla-regiones .i-flag {
    margin-left: 7px;
  }
}
@media (min-width: 1200px) {
  .tabla-regiones .i-flag {
    margin-left: 10px;
  }
}
.tabla-regiones__copy.pais {
  display: inline;
  margin-left: 22px;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .tabla-regiones__copy.pais {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabla-regiones__copy.pais {
    margin-left: 76px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabla-regiones__copy.pais {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .tabla-regiones__copy.pais {
    margin-left: 10px;
  }
}
.tabla-regiones__copy.tel {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .tabla-regiones__copy.tel {
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabla-regiones__copy.tel {
    margin-left: 5px;
  }
}

.page-como-funciona .h-2__title, .page-como-funciona .h-2__title--30, .page-como-funciona .h-2__title--38, .page-como-funciona .h-2__title--24, .page-como-funciona .h-2__title--28-30, .page-como-funciona .h-2__title__left {
  text-align: left;
}

.tabla-comparativa {
  background-image: none;
  padding: 0px 0 0px;
}
.tabla-comparativa__wrapper {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
.tabla-comparativa__tbody {
  border: 1px solid #dbe8f4;
  border-radius: 3px 0 3px 3px;
}
.tabla-comparativa__tbody-th {
  padding: 0 20px;
  display: block;
}
.tabla-comparativa__feature-oe, .tabla-comparativa__feature-oe-end {
  border-left: 2px solid blue;
  border-right: 2px solid blue;
}
.tabla-comparativa__feature-oe-end {
  border-bottom: 2px solid #0084ff;
}
.tabla-comparativa__feature-app {
  border-right: 1px solid #EAEBED;
}
.tabla-comparativa__thead-th {
  background-color: #00DBD1;
  padding: 0 20px;
  border-radius: 15px 15px 0 0;
  border: none;
  border-right: 1px solid #fff;
}
.tabla-comparativa__thead-th:first-child {
  visibility: hidden;
}
.tabla-comparativa__thead-th:nth-child(2) {
  background-color: #0084FF;
  position: relative;
  border-right: 1px solid white;
}
.tabla-comparativa__copy {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 12px 10px;
}
.tabla-comparativa .icon__blue-check {
  display: block;
  margin-top: unset !important;
}
.tabla-comparativa .icon__red-cross {
  display: block;
  margin-top: unset !important;
}
.tabla-comparativa__icon__check {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 21px;
}
.tabla-comparativa__icon__cross {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 21px;
}
.tabla-comparativa__line {
  border-top: 1px solid #d0d0d0;
  width: 90%;
  height: 1px;
  display: block;
  margin: 6px auto !important;
}
.tabla-comparativa__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 991px) and (min-width: 768px) {
  .tabla-comparativa__thead-feature-app, .tabla-comparativa__feature-app {
    display: revert;
  }
}
@media (max-width: 479px) {
  .tabla-comparativa__thead-th {
    min-width: 70px !important;
    padding: 0 5px;
  }

  .tabla-comparativa__title {
    font-size: 10px;
    line-height: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .tabla-comparativa__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 10px 0;
  }

  .tabla-comparativa__thead-feature-app, .tabla-comparativa__feature-app {
    display: none;
  }

  .tabla-comparativa__copy {
    font-size: 12px;
    font-weight: 400;
  }

  .tabla-comparativa__thead-th {
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tabla-comparativa__thead-th {
    min-width: 120px !important;
    padding: 0 5px;
  }
}
.tabla-comparativa-latam {
  background-image: none;
  margin: 0;
  padding: 0;
}
.tabla-comparativa-latam__wrapper {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
.tabla-comparativa-latam__tbody {
  border: 1px solid #dbe8f4;
  border-radius: 3px 0 3px 3px;
}
.tabla-comparativa-latam__tbody-th {
  padding: 0 20px;
  display: block;
}
.tabla-comparativa-latam__feature-oe, .tabla-comparativa-latam__feature-oe-end {
  border-left: 2px solid blue;
  border-right: 2px solid blue;
}
.tabla-comparativa-latam__feature-oe-end {
  border-bottom: 2px solid #0084ff;
}
.tabla-comparativa-latam__feature-app {
  border-right: 1px solid #EAEBED;
}
.tabla-comparativa-latam__thead-th {
  background-color: #00DBD1;
  padding: 0 20px;
  border-radius: 0;
  border: none;
}
.tabla-comparativa-latam__thead-th:first-child {
  visibility: hidden;
}
.tabla-comparativa-latam__thead-th:nth-child(2) {
  border-radius: 4px 0 0 0;
}
.tabla-comparativa-latam__thead-th:nth-child(4) {
  border-radius: 0 4px 0 0;
}
.tabla-comparativa-latam__thead-th:nth-child(2) {
  background-color: #0084FF;
  position: relative;
}
.tabla-comparativa-latam__copy {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 12px 10px;
}
.tabla-comparativa-latam .icon__blue-checked {
  display: block;
  margin-top: unset !important;
}
.tabla-comparativa-latam .icon__red-cross {
  display: block;
  margin-top: unset !important;
}
.tabla-comparativa-latam__icon__check {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 21px;
}
.tabla-comparativa-latam__icon__cross {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 21px;
}
.tabla-comparativa-latam__line {
  border-top: 1px solid #d0d0d0;
  width: 90%;
  height: 1px;
  display: block;
  margin: 6px auto !important;
}
.tabla-comparativa-latam__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin: 11px 0;
}
@media (max-width: 479px) {
  .tabla-comparativa-latam__title {
    font-size: 10px;
    line-height: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .tabla-comparativa-latam__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 10px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabla-comparativa-latam__title {
    font-size: 18px;
    line-height: 21.78px;
  }
}
.tabla-comparativa-latam__btn-wrapper {
  margin: 50px auto 0 auto;
}
@media (min-width: 768px) {
  .tabla-comparativa-latam__btn-wrapper {
    width: 293px;
    margin-top: 60px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .tabla-comparativa__thead-feature-app, .tabla-comparativa__feature-app {
    display: revert;
  }
}
@media (max-width: 479px) {
  .tabla-comparativa__thead-th {
    min-width: 70px !important;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .tabla-comparativa__thead-feature-app, .tabla-comparativa__feature-app {
    display: none;
  }

  .tabla-comparativa__copy {
    font-size: 12px;
    font-weight: 400;
  }

  .tabla-comparativa__thead-th {
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tabla-comparativa__thead-th {
    min-width: 120px !important;
    padding: 0 5px;
  }
}
.tabs-graph .nav-link.active {
  padding: 15px 16px 16px;
  max-width: 378px;
  min-width: 250px;
  width: 100%;
  height: 48px;
  background: #FF6600;
}
.tabs-graph .nav-link {
  text-align: center;
}
.tabs-graph .nav-link--left {
  border-radius: 8px 0px 0px 8px;
}
.tabs-graph .nav-link--right {
  border-radius: 0px 8px 8px 0px;
}
.tabs-graph .nav-link {
  padding: 15px 16px 16px;
  max-width: 378px;
  min-width: 250px;
  width: 100%;
  height: 48px;
  background: #F8F8F8;
  font-size: 14px;
}
.tabs-graph__h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #000;
}

@media (max-width: 767px) {
  .tabs-graph .nav-link.active {
    min-width: 50%;
    width: 145px;
  }
  .tabs-graph .nav-link {
    min-width: 50%;
    width: 145px;
  }
  .tabs-graph__h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .tabs-graph .image-globe {
    position: absolute;
    max-width: 24px;
  }
}
.video-testimonial__wrapper {
  display: inline-block;
  max-width: 854px;
}
.video-testimonial__button {
  padding: unset;
}
.video-testimonial__image, .video-testimonial__image__mobile, .video-testimonial__image__desktop {
  border-radius: 6px;
  box-shadow: 0 8px 9px #00000040;
}
.video-testimonial__image__desktop {
  display: inline-block;
}
.video-testimonial__button-play {
  width: 120px;
  height: 73px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='73' viewBox='0 0 120 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-3.05176e-05' y='0.0625' width='120' height='72' rx='8' fill='%23FF6600'/%3E%3Cpath d='M50.6666 19.7292V52.3958L76.3333 36.0625L50.6666 19.7292Z' fill='white'/%3E%3C/svg%3E");
}
.video-testimonial__p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  margin-top: 7px;
  text-align: left;
}
.video-testimonial .cta--background-gradient-orange {
  width: 342px;
  min-width: 342px;
}

.oe-modal .modal-content {
  background: #fff0;
  border: none;
}
.oe-modal .modal-header {
  border: none;
}
.oe-modal .modal-dialog {
  max-width: 655px;
  margin: 1.75rem auto;
}
.oe-modal__body {
  padding: 0;
}
.oe-modal__content {
  background-color: transparent;
  width: 640px;
  margin: 200px auto;
}
.oe-modal__button-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 0a12 12 0 1012 12A12 12 0 0012 0zm5.884 15.15a.581.581 0 010 .823l-1.916 1.911a.581.581 0 01-.823 0L12 14.71l-3.15 3.174a.581.581 0 01-.823 0l-1.911-1.916a.581.581 0 010-.823L9.29 12 6.116 8.85a.581.581 0 010-.823l1.916-1.916a.581.581 0 01.823 0L12 9.29l3.15-3.174a.581.581 0 01.823 0l1.916 1.916a.581.581 0 010 .823L14.71 12z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.oe-modal__wrapper-youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.oe-modal__wrapper-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}
.oe-modal__wrapper-youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.oe-modal__button-play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(//i.imgur.com/TxzC70f.png) no-repeat;
  cursor: pointer;
}
.oe-modal__wrapper {
  /**/
  /*color:red;*/
}

@media (max-width: 549px) {
  .video-testimonial__button-play {
    width: 65px;
    height: 41px;
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='41' viewBox='0 0 65 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.99585' y='0.885101' width='64' height='40' rx='8' fill='%23FF6600'/%3E%3Cpath d='M27.6626 11.5518V30.2184L42.3293 20.8851L27.6626 11.5518Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  .video-testimonial .cta--background-gradient-orange {
    width: 100% !important;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  /**/
}
@media (min-width: 768px) and (max-width: 991px) {
  /**/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /**/
}
@media (max-width: 991px) {
  .oe-modal__content {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  /**/
}
.travels__title {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
}
.travels__p {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.travels__p-sky {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0078FF;
  text-align: center;
}

@media (min-width: 768px) {
  .travels__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .travels__p {
    text-align: left;
  }
  .travels__p-sky {
    padding-bottom: 70px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .travels__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .travels__p {
    text-align: left;
  }
  .travels__p-sky {
    padding-bottom: 70px;
    text-align: left;
  }
}
.globe-helps {
  min-height: 85px;
  max-width: 752px;
  background: #FFFFFF;
  border: 1px solid #00DBD1;
  border-radius: 8px;
}
.globe-helps__content_wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}
.globe-helps__img_wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}
.globe-helps__p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 767px) {
  .globe-helps__p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .d-block-fixed-767 {
    display: inline-block !important;
  }
}
/*disclaimer*/
.i-starDisclaimer {
  top: unset;
  color: unset;
}

.i-starDisclaimer .discInter {
  font-size: unset;
  color: unset;
  text-decoration: unset;
}

.i-starDisclaimer .discInter:hover {
  color: #FF6600;
}

.timeline-vertical .container-timeline {
  position: relative;
}
.timeline-vertical .container-timeline:before {
  content: "";
  display: block;
  width: 3px;
  height: 75%;
  background: repeating-linear-gradient(to bottom, transparent 0 5px, #C3CBCD 5px 8px) 80%/38px 100% no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
}
.timeline-vertical .timeline {
  position: relative;
  height: 300px;
}
.timeline-vertical .timeline__img, .timeline-vertical .timeline__img--right, .timeline-vertical .timeline__img--left {
  margin-top: -22px;
  position: absolute;
  width: 50%;
  padding: 0 0 20px 0;
  float: left;
}
.timeline-vertical .timeline__img--left {
  float: left;
  left: 0;
}
.timeline-vertical .timeline__img--right {
  float: right;
  right: 0;
}
.timeline-vertical .timeline__2 {
  top: -32px;
}
.timeline-vertical .timeline__3 {
  top: -32px;
}
.timeline-vertical .timeline__4 {
  top: -20px;
}
.timeline-vertical .timeline__content, .timeline-vertical .timeline__content--right, .timeline-vertical .timeline__content--left {
  width: 50%;
  margin-top: 80px;
}
.timeline-vertical .timeline__content--left {
  float: left;
  text-align: right;
  padding: 20px 30px 20px 30px;
}
.timeline-vertical .timeline__content--right {
  float: right;
  padding: 20px 30px 20px 30px;
}
.timeline-vertical .timeline__content__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #0078FF;
}
.timeline-vertical .timeline__content__descripcion {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.timeline-vertical .timeline__content__descripcion-1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 23.4px;
  color: #000000;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .timeline-vertical .timeline__content__descripcion-1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.timeline-vertical .timeline__icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 90px;
}
.timeline-vertical .timeline__icon__number {
  position: absolute;
  width: 8px;
  height: 19px;
  left: 12px;
  top: 7.5px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* Primary OE Blue */
  color: #0078FF;
}
.timeline-vertical .timeline__icon__number-4 {
  left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-vertical .container-timeline:before {
    height: 77%;
    top: 8px;
  }
  .timeline-vertical .timeline__img, .timeline-vertical .timeline__img--left, .timeline-vertical .timeline__img--right {
    padding: 0 0 0 30px;
    margin-top: 0px;
  }
  .timeline-vertical .timeline__content, .timeline-vertical .timeline__content--left, .timeline-vertical .timeline__content--right {
    margin-top: 0px;
  }
  .timeline-vertical .timeline__content--left {
    padding: 20px 30px 0 0;
  }
  .timeline-vertical .timeline__content--right {
    padding: 0 0 0 30px;
  }
  .timeline-vertical .timeline__icon {
    bottom: unset;
  }
}
@media (max-width: 767px) {
  .timeline-vertical .container-timeline:before {
    height: 0px;
  }
  .timeline-vertical .timeline {
    height: auto;
  }
  .timeline-vertical .timeline__img, .timeline-vertical .timeline__img--left, .timeline-vertical .timeline__img--right {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  .timeline-vertical .timeline__img--left {
    float: left;
    left: 0;
    top: 0;
  }
  .timeline-vertical .timeline__img--right {
    float: left;
    left: 0;
    top: 0;
  }
  .timeline-vertical .timeline__content, .timeline-vertical .timeline__content--left, .timeline-vertical .timeline__content--right {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
  }
  .timeline-vertical .timeline__content__title {
    display: inline-flex;
  }
  .timeline-vertical .timeline__content--left {
    text-align: left;
  }
  .timeline-vertical .timeline__content--right {
    text-align: left;
  }
  .timeline-vertical .timeline__icon {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 1px;
    min-width: 32px;
  }
  .timeline-vertical .timeline__3 {
    margin-bottom: 33px;
  }
}
.carousel-legacy .h-2__title, .carousel-legacy .h-2__title--30, .carousel-legacy .h-2__title--38, .carousel-legacy .h-2__title--24, .carousel-legacy .h-2__title--28-30, .carousel-legacy .h-2__title__left {
  margin: 0;
  padding: 0;
}
.carousel-legacy__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .carousel-legacy__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.carousel-legacy__copy {
  color: #000000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
.carousel-legacy__copy strong {
  font-weight: 700;
}
.carousel-legacy__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .carousel-legacy__copy-1 {
    text-align: left;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy__copy-1 {
    text-align: center;
    margin-top: 15px;
  }
}
.carousel-legacy__quotation-copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
}
.carousel-legacy__quotation-copy .quotation, .carousel-legacy__quotation-copy .quotation--izq, .carousel-legacy__quotation-copy .quotation--der {
  color: #8cff00;
  display: inline-block;
  font-family: Georgia !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
  position: absolute;
}
.carousel-legacy__quotation-copy-testimonial {
  display: contents;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: inherit;
}
.carousel-legacy__character-image {
  border: 2px solid #00E3D8;
  border-radius: 50%;
}
.carousel-legacy .item {
  margin: 30px;
}
.carousel-legacy__indicators {
  top: 4px;
  position: relative;
}
.carousel-legacy .carousel-indicators .item-indicator, .carousel-legacy .carousels .carousel-indicators--left .item-indicator, .carousels .carousel-legacy .carousel-indicators--left .item-indicator {
  background-color: #FFF;
  border: 1px solid #A0A0A0;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}
.carousel-legacy .carousel-indicators .item-indicator.active, .carousel-legacy .carousels .carousel-indicators--left .item-indicator.active, .carousels .carousel-legacy .carousel-indicators--left .item-indicator.active {
  background-color: #FF6600;
  border: 1px solid #FF6600;
  margin: 0 10px 0 0;
}
.carousel-legacy__flag {
  filter: drop-shadow(0px 6px 10px rgba(0, 120, 255, 0.3));
}

.carousel-legacy .carousel-inner {
  overflow: unset;
}

.carousel-legacy .col-card-testimonial-fix {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .carousel-legacy .carousel-inner {
    height: unset;
  }

  .carousel-legacy {
    /*&__indicators {
        margin-left: -28.5%;
        top: -5px;
    }*/
  }
  .carousel-legacy__quotation-copy {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
  }
  .carousel-legacy__quotation-copy .quotation, .carousel-legacy__quotation-copy .quotation--izq, .carousel-legacy__quotation-copy .quotation--der {
    font-size: 36px;
    line-height: 40px;
    margin-top: 1px;
  }
  .carousel-legacy__quotation-copy .quotation.izq, .carousel-legacy__quotation-copy .izq.quotation--izq, .carousel-legacy__quotation-copy .izq.quotation--der {
    display: block;
    margin-left: 0px;
    line-height: 0;
    padding: 18px 0 0 0;
    position: relative;
  }
  .carousel-legacy__quotation-copy .quotation.der, .carousel-legacy__quotation-copy .der.quotation--izq, .carousel-legacy__quotation-copy .der.quotation--der {
    margin-left: 5px;
    margin-top: 5px;
  }
  .carousel-legacy__content-wrapper {
    padding-top: 15px;
  }
  .carousel-legacy__signature-copy {
    float: left;
    margin-left: 12px;
    position: absolute;
    top: 400px;
  }
  .carousel-legacy__flag {
    clear: both;
    top: 425px;
    position: absolute;
    left: 5px;
    filter: drop-shadow(0px 6px 10px rgba(0, 120, 255, 0.3));
  }
  .carousel-legacy__quotation-copy-testimonial {
    line-height: 24px;
  }
  .carousel-legacy .carousel-item {
    border: 1px solid #8CFF00;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 38px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    /*padding-left: 10px;
    padding-right: 10px;*/
    height: 515px;
  }
  .carousel-legacy .carousel-legacy .carousel-item {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 30px 15px 15px;
  }
  .carousel-legacy .carousel-legacy .carousel.slide {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
  .carousel-legacy .carousel-legacy .col-card {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 260px;
    padding: 30px 15px 15px;
    height: 525px;
  }
  .carousel-legacy .carousel-legacy .col-card-es {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 260px;
    padding: 30px 15px 15px;
    height: 525px;
  }
  .carousel-legacy .carousel-legacy__quotation-copy {
    height: auto;
    top: 440px;
  }
  .carousel-legacy .carousel-legacy__signature-copy {
    font-size: 15px;
    top: 420px;
    position: unset;
  }
  .carousel-legacy .carousel-legacy__quotation-copy-testimonial {
    line-height: 18px;
  }
  .carousel-legacy .carousel-legacy__flag {
    position: unset;
    float: left;
    margin-top: -12px;
    margin-left: -12px;
  }
  .carousel-legacy__character-image {
    width: 110px;
    height: 110px;
  }

  .carousel-legacy .carousel-item {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 30px 15px 15px;
  }

  .carousel-legacy .carousel.slide {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
  }

  .carousel-legacy .col-card {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 15px;
    height: auto;
    min-height: 400px;
    padding-bottom: 108px;
  }

  .carousel-legacy .col-card-es {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 15px;
    height: auto;
    min-height: 445px;
    max-height: 445px;
    padding-bottom: 108px;
    background: #fff;
  }

  .carousel-legacy .col-card-testimonial-fix {
    min-height: unset;
    max-height: unset;
  }

  .carousel-legacy__quotation-copy {
    height: 270px;
    top: 440px;
  }

  .carousel-legacy__signature-copy {
    font-size: 15px;
    top: 420px;
  }

  .carousel-legacy__quotation-copy-testimonial {
    line-height: 18px;
  }

  .carousel-legacy__flag {
    top: 450px;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  .carousel-legacy__flag-fix {
    margin-left: unset !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .carousel-legacy__flag {
    position: absolute;
    top: 139px;
    margin-left: 0;
  }
  .carousel-legacy__signature-copy {
    display: inline-block;
    position: absolute;
    top: 153px;
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  .carousel-legacy__flag {
    position: absolute;
    top: 131px;
    margin-left: 0;
  }
  .carousel-legacy__signature-copy {
    display: inline-block;
    position: absolute;
    top: 147px;
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .carousel-legacy__quotation-copy-testimonial {
    -webkit-line-clamp: 3;
  }
  .carousel-legacy .carousel-item {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 260px;
    padding-bottom: 38px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 41px;
  }
  .carousel-legacy .carousel-item .col-card-es {
    background: white;
  }
  .carousel-legacy .carousel-item .col-card {
    background: white;
  }
  .carousel-legacy__quotation-copy {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px;
  }
  .carousel-legacy__quotation-copy .quotation, .carousel-legacy__quotation-copy .quotation--izq, .carousel-legacy__quotation-copy .quotation--der {
    font-size: 64px;
    line-height: 40px;
    margin-top: 12px;
  }
  .carousel-legacy__quotation-copy .quotation.izq, .carousel-legacy__quotation-copy .izq.quotation--izq, .carousel-legacy__quotation-copy .izq.quotation--der {
    margin-left: -30px;
  }
  .carousel-legacy__quotation-copy .quotation.der, .carousel-legacy__quotation-copy .der.quotation--izq, .carousel-legacy__quotation-copy .der.quotation--der {
    margin-left: 5px;
  }
  .carousel-legacy__indicators {
    margin-top: 15px;
  }
  .carousel-legacy .carousel-legacy__content-wrapper {
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .carousel-legacy .carousel-legacy__content-wrapper {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .container-fix {
    max-width: 745px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .carousel-inner {
    height: unset;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .carousel-item {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 30px 15px 15px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .carousel.slide {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .col-card {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 315px;
    padding: 42px 45px 15px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy .col-card-es {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 315px;
    padding: 42px 45px 15px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy__quotation-copy {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy__signature-copy {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy__quotation-copy .quotation, .carousel-legacy__quotation-copy .quotation--izq, .carousel-legacy__quotation-copy .quotation--der {
    font-size: 64px;
    line-height: 40px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .carousel-legacy__character-image {
    width: 149px;
    height: 149px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .carousel-legacy .container-fix-945 {
    max-width: 1070px;
  }
  .carousel-legacy .item {
    /*padding-left: 30px;*/
  }
  .carousel-legacy__character-image {
    width: 156.84px;
  }
  .carousel-legacy .carousel-item.active .carousel-legacy__content-wrapper,
.carousel-legacy .carousel-item .carousel-legacy__content-wrapper {
    padding-left: 30px;
  }
  .carousel-legacy .carousel-legacy__content-wrapper {
    display: inline-block;
    margin-left: 30px;
  }

  .carousel-legacy .container-fix {
    max-width: 960px;
  }

  .carousel-legacy .carousel-inner {
    height: unset;
  }

  .carousel-legacy .carousel-item {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 30px 15px 15px;
  }

  .carousel-legacy .carousel.slide {
    border-radius: unset;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
  }

  .carousel-legacy .col-card {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 260px;
    padding: 42px 45px 15px;
  }

  .carousel-legacy .col-card-es {
    border-radius: 16px;
    border: 1px solid #8CFF00;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 260px;
    padding: 42px 45px 15px;
  }

  .carousel-legacy__quotation-copy {
    padding-right: 15px;
  }

  .carousel-legacy__signature-copy {
    margin-left: 60px;
    top: 145px;
  }

  .carousel-legacy__quotation-copy .quotation, .carousel-legacy__quotation-copy .quotation--izq, .carousel-legacy__quotation-copy .quotation--der {
    font-size: 64px;
    line-height: 40px;
    margin-top: 5px;
  }

  .carousel-legacy__character-image {
    width: 149px;
    height: 149px;
    margin-top: 10px;
  }

  .carousel-legacy__flag {
    top: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-legacy__content-wrapper {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .carousel-legacy {
    /*.carousel-inner {
        width: 1017px;
        margin: 0 auto;
    }*/
  }
  .carousel-legacy .item.active,
.carousel-legacy .item {
    width: 950px;
  }
  .carousel-legacy .carousel-item.active .carousel-legacy__content-wrapper {
    padding-left: 30px;
  }
  .carousel-legacy .carousel-item .carousel-legacy__content-wrapper {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .carousel-legacy .carousel-inner {
    height: auto;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .carousel-legacy__content-wrapper {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .carousel-legacy__content-wrapper {
    width: 290px;
  }
}
@media (max-width: 360px) {
  .carousel-legacy__content-wrapper {
    width: 275px;
  }
}
@media (max-width: 320px) {
  .carousel-legacy__content-wrapper {
    width: 238px;
  }
}
.page-nhp-legacy__link {
  text-align: center;
  color: #FF6600;
  font-weight: 400;
  padding-left: 0;
  font-size: 16px;
}
.page-nhp-legacy__link:hover, .page-nhp-legacy__link:focus {
  text-decoration: underline;
  color: #FF6600;
}
.page-nhp-legacy__link:active {
  box-shadow: none;
}

@media (min-width: 768px) {
  .pilares__image-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .pilares__image-wrapper {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .pilares__image-wrapper {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .pilares__accordionTresPilares {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .pilares__accordionTresPilares {
    width: 450px;
  }
}
.pilares__collapse {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  margin-top: 20px;
}
.pilares__anchor {
  display: block;
  padding-top: 2px;
  padding-bottom: 7px;
}
.pilares__heading {
  /* revisar comportamiento padding extraño
  padding: 0;*/
  padding: 3px 0;
}
.pilares__collapse-active {
  border: 1px solid #ff6600 !important;
}
@media (min-width: 768px) {
  .pilares__content-wrapper {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .pilares__content-wrapper {
    width: unset;
  }
}
@media (min-width: 1200px) {
  .pilares__content-wrapper {
    padding-left: 52px;
  }
}
.pilares__title {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 767px) {
  .pilares__title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .pilares__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .pilares__title {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .pilares__title {
    padding-top: 10px;
  }
}
.pilares__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 768px) {
  .pilares__copy {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .pilares__copy {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .pilares__copy {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .pilares__image-character {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .pilares__image-character {
    margin-top: unset;
  }
}
@media (min-width: 1200px) {
  .pilares__image-character {
    margin-left: 7px;
  }
}
.pilares__collapse-wrapper {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  margin: 20px 0;
  padding: 2px 10px 2px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pilares__collapse-wrapper {
    width: 370px;
    padding: 3px 10px 3px 0;
  }
}
@media (min-width: 992px) {
  .pilares__collapse-wrapper {
    width: 450px;
  }
}
.pilares__collapse {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  outline: none;
  padding: 0;
  text-align: left;
  transition: 0.4s;
}
.pilares__collapse .icon-wrapper {
  width: 65px;
  height: 45px;
  float: left;
  top: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .pilares__collapse .icon-wrapper {
    width: 100px;
    height: 55px;
    top: 4px;
  }
}
.pilares__collapse .icon__green {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pilares__collapse .icon__green {
    zoom: 160%;
    width: 64px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .pilares__collapse .icon__nd-green-mic {
    zoom: 100%;
    width: 64px;
    height: 55px;
  }
}
.pilares__collapse-panel {
  background-color: #fff;
  margin-bottom: 6px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: max-height 0.2s ease-out;
  -webkit-box-shadow: none !important;
  clear: both;
}
.pilares__collapse-panel--border {
  border-bottom: 1px solid #aaaaaa;
  margin: 0 130px 0 0;
}
.pilares__collapse-title {
  color: #050505;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  clear: left;
  display: inline-block;
  top: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .pilares__collapse-title {
    font-size: 18px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pilares__collapse-title {
    max-width: 60%;
  }
}
.pilares__collapse-copy-1 {
  color: #050505;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 10px;
}
.pilares__collapse-copy-1 .semi-bold {
  font-weight: 600;
}
@media (min-width: 768px) {
  .pilares__collapse-copy-1 {
    font-size: 18px;
  }
}
.pilares__collapse-copy-2 {
  padding-left: 15px;
  color: #ff6600;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pilares__collapse-copy-2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pilares .faq--orange-down-arrow {
    margin-top: 27px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .pilares .faq--orange-down-arrow {
    margin-top: 19px;
    margin-right: 10px;
    zoom: 135%;
  }
}

.banner-cta {
  padding: 60px 0;
}
.banner-cta__wrapper {
  background: linear-gradient(180deg, #f80 0, #f60 100%);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(255, 102, 0, 0.45);
  margin-bottom: 70px;
  margin: 0 auto;
  max-width: 945px;
  padding: 5px;
}
.banner-cta--background-blue {
  background: #0078ff;
  color: #fff;
  box-shadow: 0px 20px 40px rgba(0, 120, 255, 0.3);
}
.banner-cta--background-blue:hover {
  background: #0078ff;
}
.banner-cta__content-wrapper {
  display: inline-block;
  color: #fff;
  margin: 15px;
  margin-right: 58px;
}
.banner-cta__title, .banner-cta__title--40-24 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -0.475px;
}
.banner-cta__title--40-24 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
.banner-cta__copy {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
.banner-cta__wrapper-btn {
  margin-bottom: 15px;
}
.banner-cta__wrapper-white {
  background-color: #fff;
  border-radius: 16px;
  height: 108px;
  padding-top: 24px;
  top: -75px;
  max-width: 458px;
  z-index: 100;
  box-shadow: 0px 30px 60px rgba(255, 102, 0, 0.3);
  text-align: center;
}

.banner-cta-planes-precios {
  background: linear-gradient(to bottom, #EBF7FF 0%, #EBF7FF 50%, #fff 50%, #fff 100%);
}

@media (max-width: 767px) {
  .banner-cta .__content-wrapper {
    text-align: left;
  }
  .banner-cta__wrapper-white {
    margin: 0 auto;
    padding: 24px 5px 0 5px;
    top: 25px;
    width: 100%;
  }
  .banner-cta__content-wrapper {
    margin-right: 20px;
  }
  .banner-cta__title--40-24 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .banner-cta__wrapper {
    min-height: 170px;
  }
  .banner-cta__wrapper .col-fix-left {
    width: 55%;
  }
  .banner-cta__wrapper .col-fix-right {
    width: 45%;
  }
  .banner-cta__wrapper .wrapper-btn {
    margin-top: 53px;
    margin-right: 20px;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  .banner-cta__wrapper .col-fix-left {
    width: 55%;
  }
  .banner-cta__wrapper .col-fix-right {
    width: 45%;
  }
  .banner-cta__wrapper .wrapper-btn .cta-btn {
    float: right;
    width: 240px;
  }
  .banner-cta__wrapper .wrapper-btn {
    margin-top: 48px;
  }
}
.carousels {
  overflow: hidden;
}
.carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators.carousels_mask-indicator {
  bottom: unset;
  top: 35px;
  display: block;
  position: relative;
  list-style-type: none;
  width: unset;
  z-index: 13;
}
.carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousels_mask-indicator--left.carousel-indicators--left {
  left: 30%;
}
.carousels .carousel-indicators li, .carousels .carousel-indicators--left li,
.carousels .carousel-indicators.carousels_mask-indicator--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.carousels .carousel-indicators .active, .carousels .carousel-indicators--left .active {
  background-color: #FF6600;
  border: 1px solid #FF6600;
  margin-left: 8px;
}
.carousels .carousel-indicators.carousels_mask-indicator, .carousels .carousels_mask-indicator.carousel-indicators--left {
  z-index: 14;
  top: 3px !important;
}
.carousels .carousel-indicators.carousels_mask-indicator li, .carousels .carousels_mask-indicator.carousel-indicators--left li,
.carousels .carousel-indicators.carousels_mask-indicator .active,
.carousels .carousels_mask-indicator.carousel-indicators--left .active {
  border: none;
  background-color: none;
}
.carousels .center-dots {
  position: absolute;
}

@media (max-width: 767px) {
  .carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators .carousels_mask-indicator,
.carousels .carousel-indicators--left .carousels_mask-indicator {
    width: 100%;
  }

  .carousels .carousel-indicators.carousels__carousel-1-mask-indicator, .carousels .carousels__carousel-1-mask-indicator.carousel-indicators--left {
    left: 15%;
  }

  .home-page.carousels .carousels__carousel-1-indicator {
    width: 95px;
    margin: 0 auto;
    left: 3px;
  }

  .home-page.carousel-profesores .carousel-profesores__item-content {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators.carousels_mask-indicator {
    left: -35%;
  }

  .carousels .carousels__carousel-2 .carousel-inner {
    width: 780px;
  }
}
@media (min-width: 920px) and (max-width: 991px) {
  .carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators.carousels_mask-indicator {
    left: -26%;
  }
}
@media (min-width: 992px) {
  .carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators.carousels_mask-indicator {
    width: 100%;
    left: -12%;
  }
  .carousels .center-dots {
    margin-left: -100px;
  }

  .home-page.carousels .carousels__carousel-2-indicator {
    left: 40%;
    margin-left: -2px;
  }

  .home-page.carousels .carousels__mask-indicator {
    left: 47%;
    margin-left: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /**/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /**/
}
@media (min-width: 1200px) {
  .carousels .carousel-indicators, .carousels .carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator--left,
.carousels .carousel-indicators.carousels_mask-indicator {
    left: 2.75%;
  }

  .home-page.carousels .carousels__carousel-2-indicator {
    left: 50%;
    margin-left: -5px;
  }

  .home-page.carousels .carousels__mask-indicator {
    left: 50%;
    margin-left: 9px;
  }
}
/**************/
/* carousel-1 */
.carousels {
  /* CAROUSEL 1 */
  /* .carousels__carousel-1 */
}
.carousels__carousel-1 {
  padding: 0;
  /* &__wrapper */
  /* &__inner */
}
.carousels__carousel-1__col {
  margin: 0;
  padding: 0.123px;
}
.carousels__carousel-1__inner .item.fundido {
  opacity: 0;
  transition-property: opacity;
}
.carousels__carousel-1__inner .active.fundido {
  opacity: 1;
}
.carousels__carousel-1__inner .active.left.fundido,
.carousels__carousel-1__inner .active.right.fundido {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousels__carousel-1__inner .next.left.fundido,
.carousels__carousel-1__inner .prev.right.fundido {
  opacity: 1;
}
.carousels__carousel-1__inner {
  height: 512px;
  padding: 0 0 0 14px;
}
.carousels__carousel-1__content-wrapper {
  display: inline-block;
  max-width: 90%;
  left: 10px;
  position: relative;
  text-align: left;
}
.carousels__carousel-1__wrapper-image-1 {
  /**/
}
.carousels__carousel-1__image-1 {
  width: 340px;
  border-radius: 16px;
  position: relative;
  padding: 0;
  margin: 0;
}
.carousels__carousel-1__image-2 {
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: 0 3px 5px #0084ff57;
  display: block;
  position: relative;
}
.carousels__carousel-1__image-3 {
  background: url(/wp-content/uploads/newHome2021/images/linea-division.png);
  background-repeat: no-repeat;
  background-position-y: center;
  display: block;
  height: 1px;
  width: 30px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.carousels__carousel-1__copy-1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  padding-left: 10px;
  margin: 0 0 10px;
  text-align: left;
}
.carousels__carousel-1__copy-1 .quotation.izq, .carousels__carousel-1__copy-1 .izq.quotation--izq, .carousels__carousel-1__copy-1 .izq.quotation--der {
  margin-left: -20px;
  margin-top: 2px;
}
.carousels__carousel-1__copy-1 .quotation.der, .carousels__carousel-1__copy-1 .der.quotation--izq, .carousels__carousel-1__copy-1 .der.quotation--der {
  margin-top: 3px;
  margin-left: 7px;
}
.carousels__carousel-1__copy-1 .quotation, .carousels__carousel-1__copy-1 .quotation--izq, .carousels__carousel-1__copy-1 .quotation--der {
  font-family: Georgia !important;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #8cff00;
  display: inline-block;
  position: absolute;
}
.carousels__carousel-1__copy-1--bold {
  font-weight: 600;
}
.carousels__carousel-1__copy-2 {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  margin-left: 10px;
}
.carousels__carousel-1__copy-3 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #f60;
  display: block;
  text-align: left;
}

/* .carousels */
@media (max-width: 767px) {
  .carousels__carousel-1__wrapper-image-1 {
    background: url(https://www.openenglish.com/wp-content/uploads/newHome2021/images/carousel-item-activo-mobile.png);
    background-repeat: no-repeat;
    background-position-y: 43px;
    background-position-x: 0;
    padding-left: 6px;
    margin-left: -6px;
  }
  .carousels__carousel-1__copy-1 {
    max-width: 305px;
  }

  .carousels__carousel-1__inner {
    height: 750px;
    text-align: center;
  }

  .carousels__carousel-1__wrapper .item {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .carousels__carousel-1__image-1 {
    width: calc(100% - 30px);
    background-position-y: 24px;
  }
}
@media (max-width: 319px) {
  .carousels__carousel-1__inner {
    height: 845px;
  }

  .carousels__carousel-1__content-wrapper {
    max-width: 250px;
    left: 5px;
  }

  .carousels__carousel-1__wrapper-image-1 {
    display: inline-block;
    max-width: 250px;
    position: relative;
    text-align: left;
    background-position-y: 8px;
  }

  .carousels__carousel-1__image-1 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .carousels__carousel-1__copy-1 {
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .carousels__carousel-1__copy-1 {
    font-size: 18px;
    line-height: 40px;
    margin-right: 25px;
  }
  .carousels__carousel-1__copy-2 {
    font-size: 18px;
    line-height: 40px;
    font-size: 14px;
  }
}
/********************/
.carousels__carousel-2 {
  padding: 0;
  width: 62%;
}
.carousels__carousel-2__image-1 {
  border-radius: 16px;
}
.carousels__carousel-2__wrapper {
  background: url(https://www.openenglish.com.br/wp-content/uploads/2021/10/celestevertical.png);
  background-repeat: no-repeat;
  background-position-y: 105px;
  background-position-x: 7px;
  background-size: 8px 217px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousels__carousel-2-wrapper .col-md-6 {
    width: 372.123px;
  }

  .carousels__carousel-2-wrapper .item.active {
    width: 820px;
  }

  .carousels__carousel-2 .carousel-inner .cloneditem-1,
.carousels__carousel-2 .carousel-inner .cloneditem-2 {
    left: 371px;
    position: absolute;
  }

  .carousels__carousel-2 .carousel-inner > .item.active.right,
.carousels__carousel-2 .carousel-inner > .item.next {
    transform: translate3d(372px, 0, 0);
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner > .item.active.left,
.carousels__carousel-2 .carousel-inner > .item.prev {
    transform: translate3d(-372px, 0, 0);
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner > .item.left,
.carousels__carousel-2 .carousel-inner > .item.prev.right,
.carousels__carousel-2 .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner > .active.left,
.carousels__carousel-2 .carousel-inner > .prev {
    left: -372px;
  }

  .carousels__carousel-2 .carousel-inner > .active.right,
.carousels__carousel-2 .carousel-inner > .next {
    left: 372px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousels-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 922px) {
  .carousels__carousel-1 {
    width: 50%;
  }

  .carousels__carousel-2 {
    width: 50%;
  }

  .carousels__carousel-1__content-wrapper {
    left: 10px;
    width: 50%;
    display: block;
  }
}
@media (min-width: 923px) and (max-width: 1199px) {
  .carousels__carousel-1 {
    width: 45%;
  }

  .carousels__carousel-2 {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .carousels__carousel-1 {
    width: 38%;
  }

  .carousels__carousel-2 {
    width: 62%;
  }

  .carousels__carousel-2 .carousel-inner > .active.left,
.carousels__carousel-2 .carousel-inner > .prev {
    left: -50%;
  }

  .carousels__carousel-2 .carousel-inner > .active.right,
.carousels__carousel-2 .carousel-inner > .next {
    left: 50%;
  }

  .carousels__carousel-2 .carousel-inner > .left,
.carousels__carousel-2 .carousel-inner > .prev.right,
.carousels__carousel-2 .carousel-inner > .active {
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner .cloneditem-1,
.carousels__carousel-2 .carousel-inner .cloneditem-2 {
    display: block;
  }

  .carousels__carousel-2 .carousel-inner > .item.active.right,
.carousels__carousel-2 .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner > .item.active.left,
.carousels__carousel-2 .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousels__carousel-2 .carousel-inner > .item.left,
.carousels__carousel-2 .carousel-inner > .item.prev.right,
.carousels__carousel-2 .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousels__carousel-1__inner > .item.next.fundido,
.carousels__carousel-1__inner > .item.active.right.fundido {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousels__carousel-1__inner > .item.prev.fundido,
.carousels__carousel-1__inner > .item.active.left.fundido {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousels__carousel-1__inner > .item.next.left.fundido,
.carousels__carousel-1__inner > .item.prev.right.fundido,
.carousels__carousel-1__inner > .item.active.fundido {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .carousels .carousels__carousel-1__content-wrapper {
    width: 100%;
  }

  .carousels .carousels__carousel-2 .carousel-inner .cloneditem-1,
.carousels .carousels__carousel-2 .carousel-inner .cloneditem-2 {
    left: 0;
    position: initial;
  }

  .carousels .carousels__carousel-2-mask-indicator {
    position: relative;
    margin-top: -32px;
  }

  .carousels .carousel-indicators.carousels__carousel-2.carousel-indicators, .carousels .carousels__carousel-2.carousel-indicators--left,
.carousels .carousel-indicators.carousels_mask-indicator.carousels__carousel-2-mask-indicator,
.carousels .carousels_mask-indicator.carousels__carousel-2-mask-indicator.carousel-indicators--left {
    top: 5px !important;
    padding-top: 30px;
  }

  .home-page.carousels .carousels__carousel-2-indicator {
    margin-left: -5px;
  }

  .home-page.carousels .carousels__mask-indicator {
    width: 88px;
    top: -5px;
    margin-left: 10px;
  }

  .home-page.carousels .carousels__mask-indicator-item {
    width: 13px;
    height: 13px;
    opacity: 0;
  }

  .home-page.carousels .h-2__title--30 {
    margin-bottom: 23px;
  }

  .carousel-item.active.carousel-item-right .carousel-profesores__item-content,
.carousel-item.active.carousel-item-left .carousel-profesores__item-content {
    box-shadow: none !important;
  }
}
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-right,
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-next {
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-right,
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(390px, 0, 0);
  }
}
@media (min-width: 1200px) {
  .carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-right,
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(285.5px, 0, 0);
  }
}

.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-left,
.carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-prev {
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-left,
.carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-390px, 0, 0);
  }
}
@media (min-width: 1200px) {
  .carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active.carousel-item-left,
.carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-285.5px, 0, 0);
  }
}

.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-left,
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.carousels .carousels__carousel-2 .carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  left: 0;
}

.cards {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='113' viewBox='0 0 4 113'%3E%3Cg data-name='Grupo 1775'%3E%3Cpath data-name='Rectángulo 1948' fill='%23fff' d='M0 0h4v78H0z'/%3E%3Cpath data-name='Rectángulo 1949' fill='%23f4f4f4' d='M0 43h4v70H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.cards__wrapper {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
@media (min-width: 768px) {
  .cards__card__wrapper-copy {
    padding: 0px 20px 20px 20px !important;
    text-align: left !important;
  }
}
.cards__card {
  margin-bottom: 25px;
}
.cards__card--vertical, .cards__card--horizontal {
  display: inline-block;
  min-height: 250px;
}
.cards__card--background-blue-gray {
  background-color: #8da9bb;
}
.cards__card--background-white {
  background-color: #fff;
}
.cards__card--background-beige {
  background: #a9abb0;
}
.cards__card--background-darkblue-gray {
  background: #6a97b4;
}
.cards__card--border-orange {
  border: 2px solid #f60;
}
.cards__card--border-green {
  border: 2px solid #25d366;
}
.cards__card--green {
  color: #1be063;
}
.cards__card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.cards__card__title--yellow {
  color: #ff0;
}
.cards__card__title--blue {
  color: #0078ff;
}
.cards__card__copy {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.cards__card__copy--white {
  color: #FFF;
}
.cards__card__copy--night-blue {
  color: #000073;
}
.cards__card__copy--black {
  color: #000000;
}
.cards__card__content-wrapper {
  border-radius: 24px;
  overflow: hidden;
}
.cards__card__wrapper-copy {
  padding: 0 20px 10px 20px;
}
.cards__card-1-image-1 {
  background-image: url(https://www.openenglish.com/wp-content/uploads/2021/05/ingles-profesional-tablet.jpg);
}
.cards__card-4-image-1 {
  background-image: url(https://www.openenglish.com/wp-content/uploads/2021/05/aprende-ingles-nativo-tablet.jpg);
}
.cards__card-5-image-1 {
  background-image: url(https://www.openenglish.com/wp-content/uploads/2021/05/iPhoneX-TwoCopy-tablet.jpg);
}
.cards__card--horizontal-background-image {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  display: block;
  height: 230px;
  width: 100%;
  display: block;
}
.cards__card-2-image-1 {
  background-image: url(/wp-content/uploads/2021/05/ingles-profesional-tablet.jpg);
}
.cards__card-3-image-1 {
  background-image: url(/wp-content/uploads/2021/05/aprende-ingles-nativo-tablet.jpg);
}
.cards__card-2--vertical-image-position, .cards__card-3--vertical-image-position {
  margin: 30px auto 9px 25px;
}

.ccards__card-h3 {
  color: #0078FF;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ccards__card-copy {
  color: #000;
}

.simple_cards {
  background-color: white;
  border-color: white;
  border-radius: 8px;
  padding: 16px;
  min-height: 152px;
}
.simple_cards__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #0078FF;
}

@media (max-width: 767px) {
  .cards {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='52' viewBox='0 0 4 52'%3E%3Cpath data-name='Rectángulo 1948' fill='%23fff' d='M0 0h4v27H0z'/%3E%3Cpath data-name='Rectángulo 1949' fill='%23f4f4f4' d='M0 20h4v32H0z'/%3E%3C/svg%3E");
  }
  .cards__card-4-image-1, .cards__card-5-image-1, .cards__card-1-image-1 {
    height: 300px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .cards__card {
    display: inline-block;
    min-height: 245px;
    width: 50%;
  }
  .cards__card__content-wrapper {
    height: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards__card__content-wrapper {
    height: 420px;
  }

  .simple_cards {
    min-height: 200px;
    padding: 12px;
  }
}
@media (min-width: 550px) and (max-width: 991px) {
  .cards__card-1 {
    order: 2;
    padding-left: 9.12px;
  }
  .cards__card-2 {
    order: 1;
    padding-right: 9.12px;
  }
  .cards__card-2--vertical-image-position {
    margin: 30px auto 9px auto;
    position: relative;
    top: 7px;
    display: block;
    left: 0;
  }
  .cards__card-3 {
    order: 5;
    width: 100%;
  }
  .cards__card-3--vertical-image-position {
    position: absolute;
    right: 40px;
    top: 7px;
  }
  .cards__card-3 .cards__card__content-wrapper {
    position: absolute;
    left: 0;
    height: 170px;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .cards__card-3 .cards__card__wrapper-copy {
    width: 85%;
    margin-top: 25px;
    height: 115px;
  }
  .cards__card-4 {
    order: 4;
    padding-left: 9.12px;
  }
  .cards__card-5 {
    order: 3;
    padding-right: 9.12px;
  }
  .cards__card__wrapper-copy {
    text-align: center;
    padding: 0 30px 10px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .cards__card-1 .cards__card__title, .cards__card-2 .cards__card__title {
    margin: 25px 0;
  }
  .cards__card-1 .cards__card__copy, .cards__card-2 .cards__card__copy {
    line-height: 30px;
  }
}
@media (min-width: 991px) {
  .cards__card__wrapper-copy {
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  .cards__card-2 .cards__card__content-wrapper {
    height: 238px;
    left: -236px;
    width: 365px;
  }
  .cards__card-2--vertical-image-position {
    width: 152px;
    height: auto;
    display: block;
    margin: 22px auto 0 auto;
  }
  .cards__card-1-image-1, .cards__card-4-image-1, .cards__card-5-image-1 {
    display: none;
  }
  .cards__card-3--vertical-image-position {
    margin: 30px auto 9px 25px;
    position: absolute;
    right: 34px;
    top: 25px;
    width: 72px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cards__card__fix-container-1600 {
    width: 992px;
    min-height: 800px;
  }
  .cards__card__wrapper-copy {
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  .cards__card__title {
    font-size: 19px;
    line-height: 19px;
  }
  .cards__card__copy {
    font-size: 15px;
    line-height: 17px;
  }
  .cards__card__content-wrapper {
    position: absolute;
  }
  .cards__card-1 .cards__card__content-wrapper {
    position: absolute;
    height: 445px;
    left: 389px;
    width: 288px;
  }
  .cards__card-2 .cards__card__content-wrapper {
    height: 238px;
    left: -236px;
    width: 365px;
  }
  .cards__card-3 .cards__card__content-wrapper {
    height: 166px;
    left: -109px;
    top: 457px;
    width: 497px;
  }
  .cards__card-3 .cards__card__wrapper-copy {
    max-width: 370px;
  }
  .cards__card-4 .cards__card__content-wrapper {
    height: 445px;
    left: -53px;
    width: 288px;
  }
  .cards__card-5 .cards__card__content-wrapper {
    height: 445px;
    left: 89px;
    top: -25px;
    width: 288px;
  }
}
@media (min-width: 1200px) {
  .cards__card__fix-container-1600 {
    width: 1199px;
    min-height: 1024px;
  }
  .cards__card__wrapper-copy {
    max-width: 470px;
  }
}
@media (min-width: 1240px) {
  .cards__card__fix-container-1600 {
    width: 1240px;
  }
}
@media (min-width: 1200px) and (max-width: 1239px) {
  .cards__card-1 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: 467px;
  }
  .cards__card-2 .cards__card__content-wrapper {
    width: 458px;
    height: 302px;
    position: absolute;
    left: -299px;
  }
  .cards__card-3 .cards__card__content-wrapper {
    width: 620px;
    height: 180px;
    position: absolute;
    top: 602px;
    left: -131px;
  }
  .cards__card-4 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: -60px;
  }
  .cards__card-5 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: 98px;
    top: 56px;
  }
}
@media (min-width: 1240px) {
  .cards__card-1 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: 489px;
  }
  .cards__card-2 .cards__card__content-wrapper {
    width: 458px;
    height: 302px;
    position: absolute;
    left: -300px;
  }
  .cards__card-3 .cards__card__content-wrapper {
    width: 620px;
    height: 180px;
    position: absolute;
    top: 602px;
    left: -131px;
  }
  .cards__card-4 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: -61px;
  }
  .cards__card-5 .cards__card__content-wrapper {
    width: 360px;
    height: 572px;
    position: absolute;
    left: 109px;
    top: 57px;
  }
}
.highlight--blank {
  color: #ffffff;
}
.highlight--black {
  color: #000000;
}
.highlight--yellow {
  color: #ffff00;
}
.highlight--yellow__weight500 {
  font-weight: 500;
  color: #ffff00;
}
.highlight--yellow__weight600 {
  font-weight: 600;
  color: #ffff00;
}
.highlight--red {
  color: #ff2846;
}
.highlight--grey {
  color: #BDBDBD;
}
.highlight--orange {
  color: #FF6600;
}
.highlight--blue {
  color: #0078FF;
}
.highlight__copy__h-2-lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  color: #ff2846;
}
.highlight__copy__h-2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.highlight__image--mobiles {
  margin-left: -17px;
}
@media (min-width: 1200px) {
  .highlight--to-right {
    margin-left: -97px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .highlight--to-right {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .highlight--yellow-mobile {
    color: #ffff00;
  }
  .highlight--yellow-mobile__weight600 {
    font-weight: 600;
    color: #ffff00;
  }
  .highlight__copy__h-2-lead {
    line-height: 17px;
  }
  .highlight__copy__h-2 {
    line-height: 42px;
    letter-spacing: -0.791667px;
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .highlight__copy__h-2-lead {
    text-align: center;
  }
  .highlight__copy__h-2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .highlight--border-cyan-min992 {
    border: 2px solid #00E3D8;
  }
  .highlight--border-orange-min992 {
    border: 2px solid #f60;
  }
}
.box-simple {
  display: inline-block;
  min-height: 230px;
}
.box-simple__title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #0078ff;
  margin-top: 0;
}
.box-simple__mt-20-15-10 {
  margin-top: 20px;
}
.box-simple__copy {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

@media (max-width: 550px) {
  .box-simple {
    display: inline-block;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .box-simple__mt-20-15-10 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-simple__mt-20-15-10 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-simple__mt-20-15-10 {
    margin-top: 15px;
  }
}
.vertical-cards {
  background: #f4f4f4;
}
.vertical-cards__h2, .vertical-cards__h2-left, .vertical-cards__h2-right {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #0078FF;
}
.vertical-cards__h2-right {
  text-align: right;
}
.vertical-cards__h2-left {
  text-align: left;
}
.vertical-cards__p, .vertical-cards__p-left, .vertical-cards__p-right {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.vertical-cards__p-right {
  text-align: right;
}
.vertical-cards__p-left {
  text-align: left;
}
.vertical-cards__image {
  filter: drop-shadow(0px 13.3335px 26.6669px rgba(0, 0, 0, 0.06));
}

@media (max-width: 767px) {
  .vertical-cards__h2, .vertical-cards__h2-right, .vertical-cards__h2-left {
    font-size: 30px;
  }
  .vertical-cards__h2-right, .vertical-cards__h2-left {
    text-align: left;
  }
  .vertical-cards__p-right, .vertical-cards__p-left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .vertical-cards__h2, .vertical-cards__h2-right, .vertical-cards__h2-left {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-cards__h2, .vertical-cards__h2-right, .vertical-cards__h2-left {
    font-size: 30px;
  }
}
.promo-banner, .promo-banner--sky-blue, .promo-banner--achievable-green, .promo-banner--fun-yellow, .promo-banner--pacific-blue, .promo-banner--happy-pink, .promo-banner--aqua-blue, .promo-banner--sunny-orange {
  display: block;
  background-color: #0078FF;
  min-height: 60px !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .promo-banner, .promo-banner--sky-blue, .promo-banner--achievable-green, .promo-banner--fun-yellow, .promo-banner--pacific-blue, .promo-banner--happy-pink, .promo-banner--aqua-blue, .promo-banner--sunny-orange {
    background-color: #FF6600;
    height: unset;
  }
}
.promo-banner--sunny-orange {
  background-color: #FF6600;
}
.promo-banner--aqua-blue {
  background-color: #33E2DA;
}
.promo-banner--happy-pink {
  background-color: #FF2846;
}
.promo-banner--pacific-blue {
  background-color: #000073;
}
.promo-banner--fun-yellow {
  background-color: #FFFF00;
}
.promo-banner--achievable-green {
  background-color: #8CFF00;
}
.promo-banner--sky-blue {
  background-color: #0078FF;
}
.promo-banner--highlight-yellow {
  color: #ffff00;
}
.promo-banner__copy, .promo-banner__copy--sky-blue, .promo-banner__copy--aqua-blue, .promo-banner__copy--black, .promo-banner__copy--white {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 21px;
  display: inline-block;
}
@media (max-width: 768px) {
  .promo-banner__copy, .promo-banner__copy--sky-blue, .promo-banner__copy--aqua-blue, .promo-banner__copy--black, .promo-banner__copy--white {
    line-height: 14.55px;
    font-size: 14px;
  }
}
.promo-banner__copy--white {
  color: #fff;
}
.promo-banner__copy--black {
  color: black;
}
.promo-banner__copy--aqua-blue {
  color: #000073;
}
.promo-banner__copy--sky-blue {
  color: #ffffff;
}
.promo-banner__cta, .promo-banner__cta--achievable-green, .promo-banner__cta--achievable-green:visited, .promo-banner__cta--fun-yellow, .promo-banner__cta--fun-yellow:visited, .promo-banner__cta--pacific-blue, .promo-banner__cta--pacific-blue:visited, .promo-banner__cta--happy-pink, .promo-banner__cta--happy-pink:visited, .promo-banner__cta--aqua-blue, .promo-banner__cta--aqua-blue:visited, .promo-banner__cta--sunny-orange, .promo-banner__cta--sunny-orange:visited {
  margin-left: 3px;
  position: relative;
}
@media (min-width: 992px) {
  .promo-banner__cta, .promo-banner__cta--achievable-green, .promo-banner__cta--achievable-green:visited, .promo-banner__cta--fun-yellow, .promo-banner__cta--fun-yellow:visited, .promo-banner__cta--pacific-blue, .promo-banner__cta--pacific-blue:visited, .promo-banner__cta--happy-pink, .promo-banner__cta--happy-pink:visited, .promo-banner__cta--aqua-blue, .promo-banner__cta--aqua-blue:visited, .promo-banner__cta--sunny-orange, .promo-banner__cta--sunny-orange:visited {
    background: #FF6600;
    border: 0;
    border-radius: 25px;
    padding: 10px 40px;
    color: white;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .promo-banner__cta, .promo-banner__cta--achievable-green, .promo-banner__cta--achievable-green:visited, .promo-banner__cta--fun-yellow, .promo-banner__cta--fun-yellow:visited, .promo-banner__cta--pacific-blue, .promo-banner__cta--pacific-blue:visited, .promo-banner__cta--happy-pink, .promo-banner__cta--happy-pink:visited, .promo-banner__cta--aqua-blue, .promo-banner__cta--aqua-blue:visited, .promo-banner__cta--sunny-orange, .promo-banner__cta--sunny-orange:visited {
    color: #ffff00;
    border-bottom: 1px solid #ffff00;
    margin-left: 3px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .promo-banner__cta--sunny-orange, .promo-banner__cta--sunny-orange:visited {
    background: #ffffff;
    color: #0078FF;
  }
}
@media (min-width: 992px) {
  .promo-banner__cta--aqua-blue, .promo-banner__cta--aqua-blue:visited {
    background: #FF6600;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .promo-banner__cta--happy-pink, .promo-banner__cta--happy-pink:visited {
    background: #ffffff;
    color: #0078FF;
  }
}
@media (min-width: 992px) {
  .promo-banner__cta--pacific-blue, .promo-banner__cta--pacific-blue:visited {
    background: #FF6600;
    color: #ffffff;
  }
}
.promo-banner__cta--fun-yellow, .promo-banner__cta--fun-yellow:visited {
  color: #FF6600;
  border-bottom: 1px solid #FF6600;
}
@media (min-width: 992px) {
  .promo-banner__cta--fun-yellow, .promo-banner__cta--fun-yellow:visited {
    background: #FF6600;
    color: #ffffff;
  }
}
.promo-banner__cta--achievable-green, .promo-banner__cta--achievable-green:visited {
  color: #FF6600;
  border-bottom: 1px solid #FF6600;
}
@media (min-width: 992px) {
  .promo-banner__cta--achievable-green, .promo-banner__cta--achievable-green:visited {
    background: #FF6600;
    color: #ffffff;
  }
}
.promo-banner__cta--yellow-anchor {
  color: #ffff00;
  border-bottom: 1px solid #ffff00;
}

.hero {
  background: unset;
}
.hero__h-3, .hero__h-3--red-small, .hero__h-3--red {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.hero__h-3--red {
  color: #ff2846;
  text-align: left;
}
.hero__h-3--red-small {
  color: #ff2846;
  font-size: 16px;
  line-height: 26px;
}
.hero__h-2, .hero__h-2--black-center, .hero__h-2--black {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}
.hero__h-2--black {
  color: #000;
  text-align: left;
}
.hero__h-2--black-center {
  color: #000;
  text-align: left;
}
.hero__p, .hero__p--pacific_blue, .hero__p--black-center, .hero__p--black {
  font-size: 28px;
  line-height: 36px;
}
.hero__p--black {
  color: #050505;
  text-align: left;
}
.hero__p--black-center {
  color: #050505;
  text-align: left;
}
.hero__p--pacific_blue {
  color: #000073;
  text-align: left;
}
.hero__wrapper-text {
  display: block;
  text-align: left;
}
.hero__lf {
  margin-left: unset !important;
  width: 100%;
  margin-top: 45px;
  position: absolute;
}
.hero__lf__leadformContainer {
  padding-left: 10%;
  z-index: 10;
  position: absolute;
}
.hero__image-arrow-new-lead-form {
  z-index: 10;
}
.hero__image-arrow-new-lead-form__left {
  margin: 22px;
  position: absolute;
  left: unset !important;
  top: 0;
  margin-left: -70px;
}
.hero__arrow-orange {
  width: 110px;
  height: 128px;
  display: inline-block;
  position: absolute;
  right: 170px;
  background-size: auto 100%;
  /* top: 190px; */
  background-image: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/09/Frame.png);
}
.hero__image-character {
  max-width: initial;
  margin-top: 75px;
}

.hero-profesores {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF7FF 100%);
}
.hero-profesores__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
}
.hero-profesores__red-arrow {
  float: right;
}
.hero-footer, .hero-footer-promo {
  background-color: #0078FF;
}
.hero-footer__h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 52.9028px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1.10214px;
  color: #FFFFFF;
}
.hero-footer__h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 103.327px;
  line-height: 87%;
  text-align: center;
  letter-spacing: -1.07632px;
  text-transform: uppercase;
  color: #FFFF00;
}
.hero-footer__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}
.hero-footer__arrow-yellow {
  position: absolute;
  left: 81.68%;
  right: 0%;
}
.hero-footer__confetti_yellow {
  position: absolute;
  left: -70px;
  top: 0;
}
.hero-footer__confetti_blue {
  position: absolute;
  right: 0px;
  bottom: 23px;
}
.hero-footer__confetti_blue-peque {
  position: absolute;
  right: 0px;
  top: 100.39%;
}

.hero-footer-promo {
  min-height: 740px;
}

.mini-promo {
  min-height: 257px;
}
.mini-promo__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.mini-promo__p-yellow {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFF00;
}
.mini-promo__p-tyc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  padding-top: 48px;
}
.mini-promo__a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #FFFF00;
}
.mini-promo__card {
  padding: 32px 48px;
  /*max-width: 946px;
  height: 257px;*/
  position: absolute;
  border-radius: 12px;
  background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
  margin: 0 auto;
}
.mini-promo__card__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
}
.mini-promo__card__ul {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .hero {
    margin-top: 10px;
    text-align: center;
  }
  .hero__wrapper-text {
    z-index: 10;
    position: relative;
    min-width: 540px;
    width: unset;
    margin-bottom: 17px;
  }
  .hero__h-3, .hero__h-3--red, .hero__h-3--red-small {
    font-size: 14px;
  }
  .hero__h-2, .hero__h-2--black, .hero__h-2--black-center {
    font-size: 38px;
  }
  .hero__h-2--black {
    line-height: 42px;
    letter-spacing: -0.791667px;
  }
  .hero__h-2--black-center {
    text-align: center;
    line-height: 42px;
  }
  .hero__wrapper-text {
    margin-bottom: 22px;
  }
  .hero__p, .hero__p--black, .hero__p--black-center, .hero__p--pacific_blue {
    font-size: 18px;
  }
  .hero__p--black {
    padding-top: 6px;
    line-height: 24px;
    font-weight: 400;
  }
  .hero__p--black-center {
    text-align: center;
    font-size: 20px;
    padding-top: 24px;
    line-height: 24px;
    font-weight: 400;
  }

  .hero-footer__h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
  }
  .hero-footer__h2 {
    font-size: 58px;
    line-height: 87%;
    text-align: center;
    letter-spacing: -0.611103px;
  }
  .hero-footer__p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }

  .hero-footer-promo {
    min-height: 1114px;
  }

  .mini-promo__p-tyc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding-top: 24px;
  }
  .mini-promo__card {
    padding: 32px 16px;
  }

  .hero-profesores__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    color: #000;
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 10;
  }
  .hero__wrapper-text {
    min-width: 540px;
  }
  .hero__h-3, .hero__h-3--red, .hero__h-3--red-small {
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    padding: 0;
  }
  .hero__h-2, .hero__h-2--black, .hero__h-2--black-center {
    font-weight: 300;
    font-size: 39px;
    line-height: 56px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
  }
  .hero__p, .hero__p--black, .hero__p--black-center, .hero__p--pacific_blue {
    font-size: 24px;
  }
  .hero__image-arrow-new-lead-form {
    right: -92px;
    position: absolute;
    top: 155px;
    left: unset;
    display: inline-block;
  }
  .hero__lf {
    margin-top: 20px;
    margin-right: 0px;
  }

  .hero-footer__h3 {
    font-size: 34px;
    line-height: 43px;
    letter-spacing: -0.760847px;
  }
  .hero-footer__h2 {
    font-size: 70px;
    line-height: 87%;
    text-align: center;
  }
  .hero-footer__p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .hero-footer__arrow-yellow {
    max-width: 63px;
  }

  .hero .container {
    width: 100%;
  }

  section.hero .container .col-md-6 {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .hero__wrapper-text {
    z-index: 10;
    position: relative;
    margin-bottom: 35px;
  }
  .hero__content-wrapper {
    margin-left: 45px;
    margin-top: 0px;
  }
}
@media (min-width: 991px) {
  .hero__image-arrow-new-lead-form {
    position: absolute;
    top: 155px;
    left: unset;
    right: -50px;
    display: inline-block;
  }
  .hero__wrapper-text {
    min-width: 540px;
  }
}
@media (min-width: 1023) and (max-width: 1199) {
  .hero__arrow-orange {
    right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero__arrow-orange {
    right: 65px;
  }

  .hero-footer__h3 {
    font-size: 44px;
    line-height: 62px;
  }
  .hero-footer__h2 {
    font-size: 89px;
    line-height: 87%;
  }
  .hero-footer__p {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-footer__arrow-yellow {
    max-width: 63px;
  }
  .hero-footer__confetti_yellow {
    left: 60px;
    top: -70px;
    max-width: 55px;
  }
  .hero-footer__confetti_blue {
    right: 120px;
    bottom: 424px;
  }

  .hero-profesores__image {
    margin-left: -35px;
    min-width: 246px;
    min-height: 503px;
  }
  .hero-profesores__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #000000;
    text-align: left;
  }
}
.hero-home-page, .hero-home-page__bg-es {
  background-image: linear-gradient(to right, #0078FF 22.66%, #00E3D8 102.77%);
  font-family: "Inter" !important;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat, no-repeat;
}
.hero-home-page__image-character {
  margin-top: unset;
}
.hero-home-page__bg-es {
  background: linear-gradient(11.7deg, #EBF7FF 7.12%, #FFFFFF 85.99%), #C4C4C4;
}
.hero-home-page__h2-pre, .hero-examen-internacional__h2-pre--red, .hero-examen-internacional__h2-pre--yellow, .hero-home-page__h2-pre--red, .hero-home-page__h2-pre--yellow {
  font-weight: 600;
}
.hero-home-page__h2-pre--yellow {
  color: #FFFF00;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.hero-home-page__h2-pre--red {
  color: #FF2846;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.hero-home-page__h2 {
  font-weight: 300;
}
.hero-home-page__h2-48-30 {
  font-family: Inter;
  font-style: normal;
  color: #000000;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
}
.hero-home-page__list {
  list-style: none;
  counter-reset: steps;
  padding: 0;
  margin-left: 15px;
}
.hero-home-page__list__item {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='17' viewBox='0 0 17 17'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectángulo 1949' fill='%23fff' d='M0 0h17v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Grupo 1778' clip-path='url(%23a)'%3E%3Cpath data-name='Trazado 2785' d='M6.51 14.851a.868.868 0 01-1.227 0l-4.9-4.9a1.3 1.3 0 010-1.841L1 7.494a1.3 1.3 0 011.841 0l3.06 3.06 8.268-8.268a1.3 1.3 0 011.841 0l.614.614a1.3 1.3 0 010 1.841z' fill='%23ff0'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position-y: 10px !important;
  padding: 5.123px 20px;
}
.hero-home-page__list__item-red {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTk5OTkgMTEuMkwxLjc5OTk5IDYuOTk5OThMMC4zOTk5OTQgOC4zOTk5OEw1Ljk5OTk5IDE0TDE4IDEuOTk5OThMMTYuNiAwLjU5OTk3Nkw1Ljk5OTk5IDExLjJaIiBmaWxsPSIjRkYyODQ2Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat !important;
  background-position-y: 10px !important;
  padding: 5.123px 20px;
}
.hero-home-page__list__copy, .hero-home-page__list__copy-black {
  color: #fff;
}
.hero-home-page__list__copy-black {
  color: #000000;
}
.hero-home-page__form-arrow {
  display: none;
}

.hero-image-es {
  max-width: 432px;
  width: 100%;
}

.pyp-arrow-es svg {
  position: absolute;
  right: 6px;
  top: 374px;
}

@media (max-width: 767px) {
  .hero-home-page, .hero-home-page__bg-es {
    min-height: 1080px;
    height: auto;
  }
  .hero-home-page__bg-es {
    min-height: 1015px;
  }
  .hero-home-page__content-wrapper {
    width: 270px;
    margin: 0 auto 25px;
  }
  .hero-home-page--height-auto {
    height: auto !important;
  }
  .hero-home-page__h2-pre, .hero-examen-internacional__h2-pre--red, .hero-examen-internacional__h2-pre--yellow, .hero-home-page__h2-pre--yellow, .hero-home-page__h2-pre--red {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .hero-home-page__h2-48-30 {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  .hero-home-page__h2 {
    font-size: 30px;
    line-height: 34px;
    color: white;
  }
  .hero-home-page__list {
    text-align: left;
  }
  .hero-home-page__list__copy, .hero-home-page__list__copy-black {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 8px;
  }
  .hero-home-page__list__copy-black {
    color: #000000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 8px;
  }
  .hero-home-page__list__down-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.91 1.1c.057.065.09.152.09.243a.364.364 0 01-.09.243L5.218 5.7A.293.293 0 015 5.8a.293.293 0 01-.218-.1L1.09 1.585a.371.371 0 010-.485.286.286 0 01.436 0L5 4.97l3.474-3.87A.293.293 0 018.692 1c.082 0 .16.036.218.1z' fill='%23FF0' stroke='%23FF0' stroke-width='.714' stroke-linejoin='round'/%3E%3C/svg%3E");
    bottom: -17px;
    height: 9px;
    left: -30px;
    width: 12px;
  }
}
@media (min-width: 768px) {
  .hero-home-page, .hero-home-page__bg-es {
    height: 542px;
  }
  .hero-home-page__image-character {
    margin-top: 140px;
  }
  .hero-home-page__h2-48-30 {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .hero-home-page__h2-pre, .hero-examen-internacional__h2-pre--red, .hero-examen-internacional__h2-pre--yellow, .hero-home-page__h2-pre--yellow, .hero-home-page__h2-pre--red {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .hero-home-page__h2 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
  }
  .hero-home-page__list {
    height: 148px;
  }
  .hero-home-page__list__copy, .hero-home-page__list__copy-black {
    margin-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .hero-home-page__list__down-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.227 18.797c.144.13.34.203.546.203a.818.818 0 00.546-.203l9.254-8.307A.658.658 0 0011.8 10a.658.658 0 00-.227-.49L2.32 1.203a.836.836 0 00-1.092 0 .644.644 0 000 .98L9.937 10l-8.71 7.816a.658.658 0 00-.227.49c0 .184.082.36.227.49z' fill='%23FF0' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
    top: -26px;
    height: 22px;
    left: 70px;
    width: 15px;
  }
  .hero-home-page__list__item {
    font-size: 49px;
    line-height: 40px;
    height: 150px;
    float: left;
  }
  .hero-home-page__list__item::before {
    height: 56px;
    width: 56px;
  }
  .hero-home-page__content-wrapper {
    margin-left: 45px;
  }
  .hero-home-page__form-container {
    margin-left: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .hero-home-page--bg {
    background-image: url("https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/09/hero-img.png");
    background-repeat: no-repeat;
    height: 542px;
  }
  .hero-home-page__image-wrapper {
    margin-top: 15px;
    display: inline-block;
  }
  .hero-home-page__h2-48-30 {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .hero-home-page__content-wrapper {
    float: right;
    min-width: 670px;
  }
  .hero-home-page__image-character {
    margin-top: 120px;
  }
  .hero-home-page__list__down-arrow {
    top: -38px;
    left: 100px;
  }
  .hero-home-page__form-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='209' height='222' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.515 147.262c-27.388-11.964-71.969-46.717-52.383-81.78 2.902-5.193 7.005-10.074 12.397-12.78.84-.422 10.81-3.733 10.819-1.472 0 .009-.642.396-1.597.973-2.615 1.578-7.579 4.572-8.163 5.114-3.53 3.267-6.384 7.281-8.255 11.721-3.116 7.391-2.808 15.206-.516 22.803 5.753 19.071 21.433 32.986 38.308 42.408 16.21 9.05 34.374 14.546 52.626 17.432 8.753 1.385 17.614 2.056 26.469 1.858 4.484-.101 9.022-.384 13.449-1.113 1.224-.202 1.893-.883 2.525-1.528.705-.719 1.365-1.392 2.702-1.3.94.064 4.287 2.504 4.601 3.182 2.59 5.597-6.299 6.936-9.419 7.395-9.714 1.43-19.621 1.415-29.399.57-18.549-1.605-37.056-6.009-54.164-13.483zm114.689 1.834c-14.746.161-29.103-2.332-42.415-8.859-3.139-1.54 1.165-1.046 3.581-.769 1.1.126 1.809.208 1.246.032 5.204 1.624 10.618 2.508 16.032 3.042 9.29.917 18.727 1.004 28.002-.114.217-.026.631-.115 1.182-.233 3.657-.785 13.328-2.86 11.169 3.57-.693 2.065-4.693 3.956-8.073 5.553-1.71.808-3.261 1.542-4.145 2.184-3.193 2.321-6.123 4.977-9.031 7.637a392.568 392.568 0 00-3.531 3.281c-5.299 4.962-10.687 10.007-16.979 13.591-2.735 1.558-16.835 7.205-18.359 1.336-.295-1.136 6.014-4.273 11.286-6.894 2.997-1.489 5.658-2.813 6.581-3.507 4.393-3.307 8.487-6.945 12.582-10.582 3.559-3.162 7.118-6.323 10.872-9.268z' fill='%238CFF00'/%3E%3C/svg%3E");
    width: 209px;
    height: 222px;
    display: inline-block;
    position: absolute;
    right: 360px;
    top: 190px;
  }
}
@media (min-width: 1200px) {
  .hero-home-page__image-character {
    margin-top: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home-page__wrapper-left {
    margin-left: 150px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .hero-home-page__wrapper-left {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home-page__image-wrapper {
    margin-left: -110px;
    width: 350px;
    margin-top: 8px;
    display: inline-block;
  }
  .hero-home-page__list {
    width: 735px;
    margin: 0 auto;
  }
  .hero-home-page__list__down-arrow {
    top: -38px;
    left: 117px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home-page--bg {
    background-position: -300px, 0;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-home-page__image-wrapper {
    margin-top: 15px;
    display: inline-block;
    width: 360px;
    margin-left: -100px;
  }
  .hero-home-page__content-wrapper {
    margin-left: -145px;
    position: relative;
    display: inline-block;
    float: none;
  }

  .pyp-arrow-es svg {
    right: 6px;
    top: 316px;
  }
}
@media (min-width: 1200px) {
  .hero-home-page--bg {
    background-position: -118px, 0;
  }
  .hero-home-page .hero__list__down-arrow__list__down-arrow, .hero-home-page__bg-es .hero__list__down-arrow__list__down-arrow {
    top: -38px;
    left: 110px;
  }
}
@media (min-width: 1441px) {
  .hero-home-page--bg {
    background-position: -74px, 0;
  }

  .pyp-arrow-es svg {
    position: absolute;
    right: -21px;
    top: 374px;
  }
}
@media (min-width: 1440px) {
  .pyp-arrow-es svg {
    position: absolute;
    right: 0;
    top: 315px;
  }
}
@media (min-width: 1200) and (max-width: 1439px) {
  .pyp-arrow-es svg {
    position: absolute;
    right: 0;
    top: 368px;
  }
}
.hero-examen-internacional {
  background: linear-gradient(180deg, #DFDFDF 0%, #E4E4E5 43.05%, #E5E5E6 80.21%, #CDCDD3 100%);
  font-family: "Inter" !important;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat, no-repeat;
}
.hero-examen-internacional__container-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-examen-internacional__image-character {
  margin-top: unset;
}
.hero-examen-internacional__arrow_orange {
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='120' viewBox='0 0 63 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9559 89.3734C22.3538 98.1808 17.4738 105.774 11.2198 112.432C17.4926 111.403 23.8423 111.208 30.1034 110.054C31.0206 109.885 33.6658 108.814 36.2656 107.834L36.8639 107.61C39.5456 106.612 42.0313 105.794 42.3351 106.264C44.3734 109.419 35.8884 113.483 34.0316 114.077C28.81 115.749 23.1584 115.89 17.7406 116.361C15.3086 116.572 12.8688 116.795 10.4723 117.279C8.49659 117.678 3.67824 120.436 1.82253 119.609C-2.59307 117.641 4.69221 113.249 5.47711 112.577C9.87423 108.815 13.7896 104.475 17.2652 99.8533C19.1345 97.3674 20.8685 94.7562 22.2569 91.967L22.5958 91.2669L22.5737 91.3168C22.4288 91.654 22.9985 90.8131 23.6327 89.9657L23.7991 89.7453C24.6067 88.6866 25.4267 87.7797 24.9559 89.3734ZM43.1059 1.1877C67.3064 6.94937 64.4726 41.8479 58.4509 59.3539C54.6895 70.2888 48.9421 80.576 41.8996 89.7087C38.1871 94.5229 34.0417 99.0473 29.3181 102.879C27.8014 104.109 23.4652 107.603 21.9978 104.075C21.8201 103.648 22.1101 101.099 22.4748 100.643C23.458 99.4139 24.6751 100.447 25.9554 99.4442C28.1433 97.7307 30.1743 95.7797 32.0993 93.7768C35.901 89.8212 39.3089 85.4981 42.3459 80.9257C48.6789 71.3914 53.7853 60.8032 56.4513 49.6169C59.2266 37.9717 59.4515 24.9882 53.1646 14.3716C50.6603 10.1418 47.2249 6.72601 42.548 5.04971C39.7383 4.04243 36.7112 3.66187 33.7419 3.90222C33.6005 3.91362 33.215 4.00508 32.6943 4.14226L32.2801 4.25318C30.2448 4.8058 26.8867 5.81322 26.8751 5.80262C25.848 4.85093 31.536 1.6916 32.0812 1.48506C35.5754 0.15999 39.5208 0.334299 43.1059 1.1877Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  width: 97px;
  height: 178px;
  background-repeat: no-repeat;
  position: absolute;
  left: 370px;
  top: -15px;
}
.hero-examen-internacional__arrow_orange-horizontal {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='63' viewBox='0 0 120 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.3734 38.0441C98.1809 40.6461 105.774 45.5261 112.432 51.7802C111.403 45.5074 111.208 39.1577 110.054 32.8966C109.885 31.9794 108.814 29.3342 107.834 26.7344L107.61 26.1361C106.612 23.4544 105.794 20.9687 106.264 20.6649C109.419 18.6266 113.483 27.1116 114.077 28.9684C115.749 34.19 115.89 39.8415 116.361 45.2594C116.572 47.6914 116.795 50.1312 117.279 52.5277C117.678 54.5034 120.436 59.3218 119.609 61.1775C117.641 65.5931 113.249 58.3078 112.577 57.5229C108.815 53.1258 104.475 49.2104 99.8533 45.7348C97.3674 43.8655 94.7562 42.1315 91.9671 40.7431L91.2669 40.4042L91.3168 40.4263C91.654 40.5712 90.8131 40.0015 89.9657 39.3673L89.7453 39.2009C88.6866 38.3933 87.7798 37.5733 89.3734 38.0441ZM1.18772 19.8941C6.9494 -4.30643 41.8479 -1.47263 59.354 4.54907C70.2889 8.31045 80.576 14.0579 89.7087 21.1004C94.5229 24.8128 99.0474 28.9583 102.879 33.6819C104.109 35.1986 107.603 39.5348 104.075 41.0022C103.648 41.1799 101.099 40.8899 100.643 40.5252C99.414 39.542 100.447 38.3249 99.4442 37.0446C97.7308 34.8567 95.7797 32.8257 93.7768 30.9007C89.8212 27.099 85.4981 23.6911 80.9257 20.6541C71.3914 14.3211 60.8033 9.21469 49.6169 6.54874C37.9717 3.77344 24.9882 3.54855 14.3716 9.83544C10.1418 12.3397 6.72604 15.7751 5.04974 20.452C4.04246 23.2617 3.6619 26.2888 3.90224 29.2581C3.91364 29.3995 4.00511 29.785 4.14229 30.3057L4.25321 30.7199C4.80583 32.7552 5.81325 36.1133 5.80265 36.1249C4.85096 37.152 1.69163 31.464 1.48509 30.9188C0.160018 27.4246 0.334327 23.4792 1.18772 19.8941Z' fill='%23FF6600'/%3E%3C/svg%3E");
  width: 178px;
  height: 97px;
  background-repeat: no-repeat;
  position: absolute;
  right: 39px;
  top: 90px;
}
.hero-examen-internacional__h2-pre {
  font-weight: 600;
}
.hero-examen-internacional__h2-pre--yellow {
  color: #FFFF00;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.hero-examen-internacional__h2-pre--red {
  color: #FF2846;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.hero-examen-internacional__h2 {
  font-weight: 300;
}
.hero-examen-internacional__h2-40 {
  font-family: Inter;
  font-style: normal;
  color: #000000;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
}
.hero-examen-internacional__h2-48-30 {
  font-family: Inter;
  font-style: normal;
  color: #000000;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
}
.hero-examen-internacional__p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  letter-spacing: -1px;
}

.hero-image-es {
  max-width: 432px;
  width: 100%;
}

.pyp-arrow-es svg {
  position: absolute;
  right: 6px;
  top: 374px;
}

@media (max-width: 767px) {
  .hero-examen-internacional {
    min-height: 785px;
    height: auto;
  }
  .hero-examen-internacional__clear-150p {
    height: 150px;
    background-image: url(http://www.openenglish.com/wp-content/uploads/2021/11/hero-ei.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 251px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-examen-internacional__mg-neg {
    margin-top: -25px;
  }
  .hero-examen-internacional__bg-es {
    min-height: 1015px;
  }
  .hero-examen-internacional__content-wrapper {
    width: 270px;
    margin: 0 auto 25px;
  }
  .hero-examen-internacional--height-auto {
    height: auto !important;
  }
  .hero-examen-internacional__h2-pre {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-examen-internacional__h2-48-30 {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
  .hero-examen-internacional__h2-40 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  .hero-examen-internacional__h2 {
    font-size: 30px;
    line-height: 34px;
    color: white;
  }
  .hero-examen-internacional__p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    letter-spacing: -1px;
  }
  .hero-examen-internacional__list {
    text-align: left;
  }
  .hero-examen-internacional__list__copy {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 8px;
  }
  .hero-examen-internacional__list__copy-black {
    color: #000000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 8px;
  }
  .hero-examen-internacional__list__down-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.91 1.1c.057.065.09.152.09.243a.364.364 0 01-.09.243L5.218 5.7A.293.293 0 015 5.8a.293.293 0 01-.218-.1L1.09 1.585a.371.371 0 010-.485.286.286 0 01.436 0L5 4.97l3.474-3.87A.293.293 0 018.692 1c.082 0 .16.036.218.1z' fill='%23FF0' stroke='%23FF0' stroke-width='.714' stroke-linejoin='round'/%3E%3C/svg%3E");
    bottom: -17px;
    height: 9px;
    left: -30px;
    width: 12px;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .hero-examen-internacional__image-character {
    margin-top: 140px;
  }
  .hero-examen-internacional__h2-48-30 {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .hero-examen-internacional__h2-pre {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-examen-internacional__h2 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
  }
  .hero-examen-internacional__list {
    height: 148px;
  }
  .hero-examen-internacional__list__copy {
    margin-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .hero-examen-internacional__list__down-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.227 18.797c.144.13.34.203.546.203a.818.818 0 00.546-.203l9.254-8.307A.658.658 0 0011.8 10a.658.658 0 00-.227-.49L2.32 1.203a.836.836 0 00-1.092 0 .644.644 0 000 .98L9.937 10l-8.71 7.816a.658.658 0 00-.227.49c0 .184.082.36.227.49z' fill='%23FF0' stroke='%23FF0' stroke-linejoin='round'/%3E%3C/svg%3E");
    top: -26px;
    height: 22px;
    left: 70px;
    width: 15px;
  }
  .hero-examen-internacional__list__item {
    font-size: 49px;
    line-height: 40px;
    height: 150px;
    float: left;
  }
  .hero-examen-internacional__list__item::before {
    height: 56px;
    width: 56px;
  }
  .hero-examen-internacional__content-wrapper {
    margin-left: 45px;
  }
  .hero-examen-internacional__form-container {
    margin-left: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .hero-examen-internacional {
    /*&--bg{
        background-image: url('http://www.openenglish.com/wp-content/uploads/2021/11/hero-ei.jpg');
        background-repeat: no-repeat;
        height: 542px;
        background-size: contain;
    }   */
  }
  .hero-examen-internacional__image-wrapper {
    margin-top: 15px;
    display: inline-block;
  }
  .hero-examen-internacional__h2-48-30 {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
  .hero-examen-internacional__content-wrapper {
    float: right;
    min-width: 670px;
  }
  .hero-examen-internacional__image-character {
    margin-top: 120px;
  }
  .hero-examen-internacional__list__down-arrow {
    top: -38px;
    left: 100px;
  }
  .hero-examen-internacional__form-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='209' height='222' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.515 147.262c-27.388-11.964-71.969-46.717-52.383-81.78 2.902-5.193 7.005-10.074 12.397-12.78.84-.422 10.81-3.733 10.819-1.472 0 .009-.642.396-1.597.973-2.615 1.578-7.579 4.572-8.163 5.114-3.53 3.267-6.384 7.281-8.255 11.721-3.116 7.391-2.808 15.206-.516 22.803 5.753 19.071 21.433 32.986 38.308 42.408 16.21 9.05 34.374 14.546 52.626 17.432 8.753 1.385 17.614 2.056 26.469 1.858 4.484-.101 9.022-.384 13.449-1.113 1.224-.202 1.893-.883 2.525-1.528.705-.719 1.365-1.392 2.702-1.3.94.064 4.287 2.504 4.601 3.182 2.59 5.597-6.299 6.936-9.419 7.395-9.714 1.43-19.621 1.415-29.399.57-18.549-1.605-37.056-6.009-54.164-13.483zm114.689 1.834c-14.746.161-29.103-2.332-42.415-8.859-3.139-1.54 1.165-1.046 3.581-.769 1.1.126 1.809.208 1.246.032 5.204 1.624 10.618 2.508 16.032 3.042 9.29.917 18.727 1.004 28.002-.114.217-.026.631-.115 1.182-.233 3.657-.785 13.328-2.86 11.169 3.57-.693 2.065-4.693 3.956-8.073 5.553-1.71.808-3.261 1.542-4.145 2.184-3.193 2.321-6.123 4.977-9.031 7.637a392.568 392.568 0 00-3.531 3.281c-5.299 4.962-10.687 10.007-16.979 13.591-2.735 1.558-16.835 7.205-18.359 1.336-.295-1.136 6.014-4.273 11.286-6.894 2.997-1.489 5.658-2.813 6.581-3.507 4.393-3.307 8.487-6.945 12.582-10.582 3.559-3.162 7.118-6.323 10.872-9.268z' fill='%238CFF00'/%3E%3C/svg%3E");
    width: 209px;
    height: 222px;
    display: inline-block;
    position: absolute;
    right: 360px;
    top: 190px;
  }
}
@media (min-width: 1200px) {
  .hero-examen-internacional__image-character {
    margin-top: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-examen-internacional__wrapper-left {
    margin-left: 150px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .hero-examen-internacional__wrapper-left {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-examen-internacional {
    /*&--bg{
        max-width: 1600px;
        background-image: url('http://www.openenglish.com/wp-content/uploads/2021/11/hero-ei.jpg');
        background-repeat: no-repeat;
        //height: 542px;
        background-size: contain;
        background-position: -181px, 0;
        margin-left: auto;
        margin-right: auto;
    }  */
  }
  .hero-examen-internacional__image-wrapper {
    margin-left: -110px;
    width: 350px;
    margin-top: 8px;
    display: inline-block;
  }
  .hero-examen-internacional__list {
    width: 735px;
    margin: 0 auto;
  }
  .hero-examen-internacional__list__down-arrow {
    top: -38px;
    left: 117px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-examen-internacional--bg {
    background-position: -65px, 0;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-examen-internacional__image-wrapper {
    margin-top: 15px;
    display: inline-block;
    width: 360px;
    margin-left: -100px;
  }
  .hero-examen-internacional__content-wrapper {
    margin-left: -145px;
    position: relative;
    display: inline-block;
    float: none;
  }

  .pyp-arrow-es svg {
    right: 6px;
    top: 316px;
  }
}
@media (min-width: 1200px) {
  .hero-examen-internacional--bg {
    background-position: 0px, 0;
  }
  .hero-examen-internacional .hero__list__down-arrow__list__down-arrow {
    top: -38px;
    left: 110px;
  }
}
@media (min-width: 1441px) {
  .hero-examen-internacional--bg {
    background-image: url("http://www.openenglish.com/wp-content/uploads/2021/11/hero-ei_xl_ai-01.jpg");
    background-position: 100px, 0;
  }

  .pyp-arrow-es svg {
    position: absolute;
    right: -21px;
    top: 374px;
  }
}
@media (min-width: 1440px) {
  .pyp-arrow-es svg {
    position: absolute;
    right: 0;
    top: 315px;
  }
}
@media (min-width: 1200) and (max-width: 1439px) {
  .pyp-arrow-es svg {
    position: absolute;
    right: 0;
    top: 368px;
  }
}
.media-cards__h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
}
.media-cards__p {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 48px;
}
.media-cards__h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
.media-cards__p-h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
@media (max-width: 520px) {
  .media-cards__h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .media-cards__p-h2 {
    font-size: 18px;
    text-align: left;
    line-height: 130%;
  }
  .media-cards__h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }
}

.hero-ty-page {
  background-repeat: no-repeat, no-repeat;
  height: 500px;
  background-color: #EBF7FF;
  background-image: url("/wp-content/uploads/sites/21/2021/09/backty2x.png");
  background-position: left top;
  background-size: contain;
}
.hero-ty-page__img {
  height: 500px;
  width: auto;
}
.hero-ty-page__img-mb {
  display: none;
}
.hero-ty-page__h2 {
  font-family: Inter;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #0078FF;
  margin-top: 100px;
}
.hero-ty-page__h2-small {
  font-family: Inter;
  font-size: 28px;
  line-height: 36px;
  align-items: center;
  color: #050505;
  margin-top: 24px;
  font-weight: 400;
}

.hero-ty-page-andres {
  background: linear-gradient(180deg, #0078FF 24.81%, #00DBD1 100%);
  min-height: 568px;
}
.hero-ty-page-andres__img {
  margin-top: 36px;
}
.hero-ty-page-andres__exito {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFF00;
}
.hero-ty-page-andres__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
.hero-ty-page-andres__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #FFFF00;
}
.hero-ty-page-andres__arrow-yellow-ty {
  position: absolute;
  left: 340px;
  bottom: -100px;
}
.flag-m {
  display: none;
}

@media (max-width: 991px) {
  .hero-ty-page {
    background-position: center top;
    background-size: cover;
  }
  .hero-ty-page__h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #0078FF;
  }
  .hero-ty-page__h2-small {
    font-size: 20px;
    line-height: 24px;
  }

  .mb-device-ty {
    padding: 33px 10px 33px 10px;
  }
}
@media (max-width: 575px) {
  .hero-ty-page {
    background-image: unset;
    height: auto;
  }
  .hero-ty-page__h2 {
    margin: 24px 0px;
    text-align: center !important;
  }
  .hero-ty-page__h2-small {
    text-align: center !important;
    margin-bottom: 32px;
  }
  .hero-ty-page__img {
    display: none;
  }
  .hero-ty-page__img-mb {
    display: block;
  }

  .flag-m {
    display: block;
  }

  .flag-d {
    display: none;
  }

  .ty-page-h2 {
    font-size: 29px;
    line-height: 34px;
    text-align: left !important;
  }

  .ty-page-p {
    font-size: 16px;
    line-height: 24px;
    text-align: left !important;
    margin-top: 24px;
  }

  .center-md, cta {
    text-align: left !important;
  }

  .title-cta-ty {
    text-align: left !important;
  }

  .banner-cta__copy--ty {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-cta__title-ty {
    line-height: 15px;
  }

  .gap-32 {
    padding-top: 32px;
  }

  .cta-btn--ty {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }

  .cta-btn--ty .icon__arrow-right-orange {
    margin-top: -7px;
  }

  .mb-device-ty {
    padding: 33px 10px 23px 10px;
  }

  .testimonial-img-ty {
    text-align: center !important;
  }
}
@media (max-width: 991px) and (min-width: 540px) {
  .center-md {
    text-align: center !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hero-ty-page-andres__img {
    margin-top: 102px;
  }
  .hero-ty-page-andres__arrow-yellow-ty {
    position: absolute;
    left: 340px;
    bottom: -100px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .hero-ty-page-andres__img {
    margin-top: 51px;
    margin-left: -25px;
  }
  .hero-ty-page-andres__arrow-yellow-ty {
    position: absolute;
    left: 320px;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .hero-ty-page-andres {
    min-height: 489px;
  }
  .hero-ty-page-andres__exito {
    margin-top: 32px;
  }
  .hero-ty-page-andres__h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
  }
  .hero-ty-page-andres__img-aux {
    margin-top: 24px;
  }
}
.testimonials-legacy {
  padding-top: 40px;
}
.testimonials-legacy__flag {
  margin-left: 0;
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
.testimonials-legacy__quotation-copy {
  margin-bottom: 35px;
}
.testimonials-legacy__character-image {
  border: 2px solid #00E3D8;
  border-radius: 50%;
  width: 156.84px;
}
.testimonials-legacy__content-wrapper {
  padding-left: 30px;
  display: inline-block;
}
.testimonials-legacy__signature-copy {
  display: inline-block;
  margin-left: 13px;
}
.testimonials-legacy__quotation-copy .quotation.der, .testimonials-legacy__quotation-copy .der.quotation--izq, .testimonials-legacy__quotation-copy .der.quotation--der {
  margin-left: 10px;
  margin-top: 15px;
}
.testimonials-legacy__quotation-copy .quotation, .testimonials-legacy__quotation-copy .quotation--izq, .testimonials-legacy__quotation-copy .quotation--der {
  color: #8cff00;
  display: inline-block;
  font-family: Georgia !important;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 28px;
}
.testimonials-legacy__quotation-copy .quotation.izq, .testimonials-legacy__quotation-copy .izq.quotation--izq, .testimonials-legacy__quotation-copy .izq.quotation--der {
  margin-left: -30px;
  margin-top: 0px;
}
.testimonials-item {
  border-radius: 16px;
  border: 1px solid #8CFF00;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding-bottom: 38px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .testimonials-mt {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials-legacy__signature-copy {
    margin-left: 0px;
  }

  .testimonials-legacy__signature-copy {
    display: inline-block;
  }

  .testimonials-legacy__character-image {
    width: 120px;
  }

  .testimonials-legacy__quotation-copy .quotation.izq, .testimonials-legacy__quotation-copy .izq.quotation--izq, .testimonials-legacy__quotation-copy .izq.quotation--der {
    margin: -5px 0px;
    display: block;
  }
}
.hero-planes-precios {
  background-image: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/09/backgroud-chair.jpg);
  background-position: 0% 125%;
  background-repeat: no-repeat;
  margin-top: 0px;
}
.hero-planes-precios__image {
  height: auto;
  max-width: 135%;
  margin-left: -20%;
}

.planes-precios {
  background: linear-gradient(to top, #EBF7FF 0%, #EBF7FF 660px, #fff 50%, #fff 100%);
}

.pyp-arrow svg {
  position: absolute;
  right: 116px;
  top: 245px;
}

.planes-yellow {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .pyp-arrow svg {
    position: absolute;
    right: 30px;
    top: 285px;
  }
}
@media (max-width: 991px) {
  .pyp-arrow svg {
    display: none;
  }

  .planes-yellow {
    display: block;
  }

  .gap-pyp {
    margin-top: 72px;
  }

  .gap-pyp-m {
    margin-top: 72px;
  }

  .gap-cta-planes-precios {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .gap-pyp-xs {
    margin-top: 0px;
  }

  .gap-pyp-packages {
    margin-top: 32px;
  }

  .hero-planes-precios {
    margin-bottom: 0px;
  }
  .hero-planes-precios __image {
    height: auto;
    max-width: 220%;
    margin-left: -55%;
    margin-top: -38px;
  }
}
@media (min-width: 992px) {
  .gap-pyp-packages {
    margin-top: 70px;
  }

  .gap-pyp {
    margin-top: 160px;
  }

  .gap-pyp-m {
    margin-top: 119px;
  }

  .gap-pyp-xs {
    margin-top: 80px;
  }

  .gap-cta-planes-precios {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__p--pacific_blue {
    font-size: 20px;
    line-height: 24px;
  }

  .hero__h-2--black {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-planes-precios__image {
    height: auto;
    max-width: 170%;
    margin-left: -20%;
  }
}
@media (min-width: 768px) {
  .hero-planes-precios {
    height: 693px;
  }
}
@media (max-width: 767px) {
  .hero-planes-precios__image {
    height: auto;
    max-width: 100%;
    margin-left: 35px;
  }

  .hero__p--pacific_blue {
    font-size: 18px;
    line-height: 24px;
  }

  .hero__image-wrapper {
    overflow: hidden;
  }
}
.itp {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF7FF 100%);
}
.itp__h2-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 32px;
  text-align: left;
}

@media (max-width: 767px) {
  .itp__h2-title {
    letter-spacing: -1px;
  }
}
.slick-hero-testimonial__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FF2846;
  padding-bottom: 42px;
  text-align: left;
}
.slick-hero-testimonial__testimonio {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  text-align: left;
}
.slick-hero-testimonial__name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  display: flex;
  align-items: center;
}
.slick-hero-testimonial__name img {
  margin-right: 10px;
}

.hero-slick-section {
  padding-bottom: 160px;
}
.hero-slick-section .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.hero-slick-section #dots-hero-testimonial {
  min-width: 150px;
}

.hero-slick-section-v2 {
  background-image: url("/wp-content/uploads/2022/04/paternoef2022.jpg");
  background-repeat: no-repeat;
  background-position: center -269px;
}
.hero-slick-section-v2 .slick-dots-custom {
  min-width: 250px;
}
.hero-slick-section-v2 .slick-hero-testimonial-v2__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FF2846;
  padding-bottom: 42px;
  text-align: left;
}
.hero-slick-section-v2 .slick-hero-testimonial-v2__testimonio {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
}
.hero-slick-section-v2 .slick-hero-testimonial-v2__name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  /*display: flex;
  align-items: center;*/
}
.hero-slick-section-v2 .slick-hero-testimonial-v2__name img {
  max-width: 32px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slick-hero-testimonial__h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    padding-bottom: 0px;
  }
  .slick-hero-testimonial__testimonio {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    margin-left: 15px;
  }
  .slick-hero-testimonial__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding-top: 24px;
  }

  .hero-slick-section {
    padding-bottom: 73px;
  }
  .hero-slick-section .quotation--izq {
    margin-left: -15px;
  }

  .hero-slick-section-v2 .slick-hero-testimonial-v2__h2 {
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hero-slick-section-v2 .slick-hero-testimonial-v2__testimonio {
    font-weight: 300;
    font-size: 30px;
    line-height: 41px;
  }
  .hero-slick-section-v2 .slick-hero-testimonial-v2__name img {
    max-width: 24px;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slick-section-v2 {
    background-image: url("/wp-content/uploads/2022/04/paternoef2022.jpg");
    background-repeat: no-repeat;
    background-position: center -390px;
  }
  .hero-slick-section-v2 .slick-hero-testimonial-v2__h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FF2846;
    padding-bottom: 27px;
  }
  .hero-slick-section-v2 .slick-hero-testimonial-v2__testimonio {
    font-weight: 300;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.895614px;
  }
}
.hero-slick-testimonial-2023 {
  background: linear-gradient(180deg, #DAF1FF 0%, #FFFFFF 100%);
}
@media (min-width: 768px) {
  .hero-slick-testimonial-2023 {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .hero-slick-testimonial-2023 {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .hero-slick-testimonial-2023 {
    height: 520px;
  }
}
.hero-slick-testimonial-2023 .quotation, .hero-slick-testimonial-2023 .quotation--izq, .hero-slick-testimonial-2023 .quotation--der {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #0078FF;
}
@media (min-width: 768px) {
  .hero-slick-testimonial-2023 .quotation, .hero-slick-testimonial-2023 .quotation--izq, .hero-slick-testimonial-2023 .quotation--der {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .hero-slick-testimonial-2023 .quotation, .hero-slick-testimonial-2023 .quotation--izq, .hero-slick-testimonial-2023 .quotation--der {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .hero-slick-testimonial-2023 .quotation, .hero-slick-testimonial-2023 .quotation--izq, .hero-slick-testimonial-2023 .quotation--der {
    font-size: 40px;
  }
}
.hero-slick-testimonial-2023__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FF2846;
}
.hero-slick-testimonial-2023__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-slick-testimonial-2023__copy {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .hero-slick-testimonial-2023__copy {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .hero-slick-testimonial-2023__copy {
    font-size: 40px;
  }
}
.hero-slick-testimonial-2023__name-wrapper {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-slick-testimonial-2023__name-wrapper {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hero-slick-testimonial-2023__name-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .hero-slick-testimonial-2023__name-wrapper {
    font-size: 20px;
  }
}
.hero-slick-testimonial-2023__name-wrapper .name {
  color: #0078FF;
  font-weight: 600;
}
.hero-slick-testimonial-2023__name-wrapper strong {
  font-weight: 400;
}
.hero-slick-testimonial-2023__image-wrapper {
  border: 4px solid #fff;
  display: block;
  border-radius: 33px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  color: red;
}

.reasons__h2 {
  padding-top: 100px;
}
.reasons__h2 {
  color: #000;
}
.reasons__list {
  padding: 0;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.206' height='14.137' viewBox='0 0 18.206 14.137'%3E%3Cpath data-name='Trazado 2779' d='M6.971 13.86a.929.929 0 01-1.314 0L.409 8.615a1.394 1.394 0 010-1.972l.657-.657a1.394 1.394 0 011.972 0L6.314 9.26 15.168.408a1.394 1.394 0 011.972 0l.657.657a1.394 1.394 0 010 1.972z' fill='%230078ff'/%3E%3C/svg%3E");
  padding-inline-start: 30px;
}
.reasons__list__copy-50p {
  max-width: 50% !important;
}

.reasons__background a.btn.cta.cta--background-gradient-orange, .reasons__background a.btn.cta--background-gradient-orange {
  color: #fff;
}

.reasons__background .cta--background-gradient-orange {
  margin: unset;
}

.reasons__background .icon__arrow-right-yellow {
  margin-top: 0px;
  left: 100px;
}

@media (max-width: 767px) {
  .reasons__background a.btn.cta.cta--background-gradient-orange, .reasons__background a.btn.cta--background-gradient-orange {
    margin-top: 20px;
  }

  .reasons--left {
    text-align: left !important;
  }
  .reasons__image-1 {
    margin: 40px auto 0 auto;
  }
  .reasons__price {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .reasons__h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .reasons__list {
    width: 100%;
    margin-left: 0px;
  }
  .reasons__list__item {
    padding: 0;
  }
  .reasons__list__copy {
    color: #000;
    font-size: 16px;
    line-height: 20px;
  }
  .reasons__list__copy {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
  }
  .reasons__list__copy-50p {
    font-size: 24px;
    line-height: 28px;
    max-width: 100% !important;
  }
  .reasons__content_wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .reasons .icon__green {
    width: 60px;
    height: 50px;
  }
  .reasons .icon__green-commentary {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='57' viewBox='0 0 45 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.765.324H27.36a4.32 4.32 0 014.32 4.319V19.039a4.32 4.32 0 01-4.32 4.32H11.524v6.457l-5.759-6.458h-1.44A4.32 4.32 0 01.006 19.04V4.643a4.32 4.32 0 014.32-4.32H25.92' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.31 14H41.49a3.435 3.435 0 013.435 3.436v11.452a3.435 3.435 0 01-3.435 3.436H23.165a3.436 3.436 0 01-3.435-3.436V17.436A3.436 3.436 0 0123.165 14h17.178' fill='%2300E3D8'/%3E%3C/svg%3E");
    width: 80px;
    height: 57px;
  }
  .reasons .icon__green-computer {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='50' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.16 5.393v22.691H3.84V5.393C3.84 4 5.017 2.872 6.47 2.872h35.06c1.452 0 2.63 1.129 2.63 2.52zM1.256 32h45.486c.69 0 1.256-.536 1.256-1.19v-.737c0-.326-.282-.594-.628-.594H.628c-.345 0-.628.268-.628.594v.738C0 31.464.565 32 1.257 32z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.188 0H39.13C38.02 0 37.12.9 37.12 2.011v19.11c0 1.11.9 2.01 2.011 2.01h10.057c1.11 0 2.011-.9 2.011-2.01V2.01C51.2.901 50.3 0 49.188 0z' fill='%2300E3D8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.617 21.455h-2.195a.335.335 0 110-.67h3.474a.335.335 0 010 .67' fill='%23fff'/%3E%3C/svg%3E");
    width: 80px;
    height: 50px;
  }
  .reasons .icon__green-aim {
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.587 7.412c-5.853-5.853-15.343-5.853-21.197 0-5.853 5.854-5.853 15.344 0 21.198 5.854 5.853 15.344 5.853 21.197 0 5.854-5.854 5.854-15.344 0-21.198zm-2.44 18.758c-4.498 4.499-11.818 4.499-16.317 0-4.499-4.498-4.499-11.819 0-16.318 4.499-4.498 11.819-4.498 16.318 0 4.499 4.5 4.499 11.82 0 16.318z' fill='%238CFF00'/%3E%3Cpath d='M20.944 12.056c-3.284-3.284-8.627-3.284-11.91 0-3.284 3.283-3.284 8.626 0 11.91 3.283 3.283 8.626 3.283 11.91 0 3.283-3.284 3.283-8.627 0-11.91zm-2.45 9.46a4.963 4.963 0 01-7.01 0 4.963 4.963 0 01-.001-7.01 4.963 4.963 0 017.011 0 4.963 4.963 0 010 7.01z' fill='%238CFF00'/%3E%3Cpath d='M13.402 16.424a2.244 2.244 0 103.173 3.174 2.244 2.244 0 00-3.173-3.174z' fill='%238CFF00'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M32.56 3.418a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722a.791.791 0 01-.564.236h-1.822L16.4 18.183a.868.868 0 01-1.228 0 .869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' fill='%2300E3D8'/%3E%3Cpath d='M32.56 3.418h0a.791.791 0 01-.166.861l-.178-.175.178.175-2.681 2.722s0 0 0 0a.791.791 0 01-.564.236h-1.822L16.4 18.183h0a.868.868 0 01-1.228 0h0a.869.869 0 01-.001-1.228L26.134 5.973v-1.75c0-.21.084-.41.232-.56h0L29.048.983a.79.79 0 01.863-.172l-.096.231a.541.541 0 01.334.5l2.411 1.877zm0 0a.792.792 0 00-.73-.486H30.4l2.16.486z' stroke='%2300E3D8' stroke-width='.5'/%3E%3C/g%3E%3C/svg%3E");
    width: 85px;
    height: 85px;
  }
  .reasons__h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .reasons__list__item {
    padding: 3px 0;
  }
  .reasons__list__item {
    padding: 10px 0;
  }
  .reasons__list__copy {
    color: #000;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
  }
  .reasons__list__copy-50p {
    color: #000;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0;
    position: relative;
    vertical-align: top;
  }
}
@media (max-width: 576px) {
  .reasons__background .cta--background-gradient-orange {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reasons__image-1 {
    margin-top: 40px;
  }
  .reasons__content_wrapper {
    width: 430px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .reasons--550 {
    background-position-x: 85%;
    background-size: 35%;
    height: 550px;
  }
  .reasons__background {
    background: url(https://www.openenglish.com/wp-content/uploads/2021/06/character-planes-precios-desktop-1.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reasons {
    background-size: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .reasons {
    background-size: 60%;
  }
}
.oe-brands, .oe-brands--absolute {
  width: 93.5%;
  height: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  border-radius: 6px;
}
.oe-brands__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0px;
  color: #B6B6BB;
  min-height: 15px;
}
.oe-brands--absolute {
  max-width: 721.84px;
  margin-top: -45px;
  position: absolute;
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}
.oe-brands-carousel-img {
  padding-top: 30px;
}
.oe-brands-carousel .carousel-item {
  height: 100px;
}

.media_section {
  min-height: 50px;
}

@media (max-width: 767px) {
  .oe-brands, .oe-brands--absolute {
    min-height: 188px;
    padding: 15px;
    margin-top: -90px;
    width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
  .oe-brands .cnn-img, .oe-brands--absolute .cnn-img {
    min-width: 30px;
    object-fit: contain;
  }
  .oe-brands .wall-img, .oe-brands--absolute .wall-img {
    min-width: 30px;
    max-width: 145px;
    object-fit: contain;
  }
  .oe-brands .bbc-img, .oe-brands--absolute .bbc-img {
    min-width: 42px;
    object-fit: contain;
  }
  .oe-brands .miami-img, .oe-brands--absolute .miami-img {
    min-width: 30px;
    max-width: 78px;
    object-fit: contain;
  }
  .oe-brands .apple-img, .oe-brands--absolute .apple-img {
    min-width: 30px;
    max-width: 70px;
    object-fit: contain;
  }
  .oe-brands .google-img, .oe-brands--absolute .google-img {
    min-width: 30px;
    max-width: 70px;
    object-fit: contain;
  }
  .oe-brands__title {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .oe-brands--absolute .cnn-img {
    width: 100%;
    max-width: 27px;
    object-fit: contain;
  }
  .oe-brands--absolute .wall-img {
    width: 100%;
    max-width: 152px;
    object-fit: contain;
  }
  .oe-brands--absolute .bbc-img {
    width: 100%;
    max-width: 42px;
    object-fit: contain;
  }
  .oe-brands--absolute .miami-img {
    width: 100%;
    max-width: 78px;
    object-fit: contain;
  }
  .oe-brands--absolute .apple-img {
    width: 100%;
    max-width: 75px;
    object-fit: contain;
  }
  .oe-brands--absolute .google-img {
    width: 100%;
    max-width: 68px;
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-brands__title {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .oe-brands--absolute {
    margin-left: 15px;
    max-width: 48%;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 189px;
    margin-top: -95px;
  }
  .oe-brands--absolute .cnn-img {
    width: 100%;
    max-width: 25px;
    object-fit: contain;
  }
  .oe-brands--absolute .wall-img {
    width: 100%;
    max-width: 141px;
    object-fit: contain;
  }
  .oe-brands--absolute .bbc-img {
    width: 100%;
    max-width: 72px;
    object-fit: contain;
  }
  .oe-brands--absolute .miami-img {
    width: 100%;
    max-width: 72px;
    object-fit: contain;
  }
  .oe-brands--absolute .apple-img {
    width: 100%;
    max-width: 65px;
    object-fit: contain;
  }
  .oe-brands--absolute .google-img {
    width: 100%;
    max-width: 58px;
    object-fit: contain;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oe-brands--absolute {
    margin-top: -44px;
    margin-left: 37px;
    max-width: 666px;
    padding: 5px;
    height: 88px;
  }
  .oe-brands--absolute .cnn-img {
    width: 100%;
    max-width: 25px;
    object-fit: contain;
  }
  .oe-brands--absolute .wall-img {
    width: 100%;
    max-width: 188px;
    object-fit: contain;
  }
  .oe-brands--absolute .bbc-img {
    width: 100%;
    max-width: 56px;
    object-fit: contain;
  }
  .oe-brands--absolute .miami-img {
    width: 100%;
    max-width: 96px;
    object-fit: contain;
  }
  .oe-brands--absolute .apple-img {
    width: 100%;
    max-width: 92px;
    object-fit: contain;
  }
  .oe-brands--absolute .google-img {
    width: 100%;
    max-width: 84px;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .oe-brands--absolute .cnn-img {
    max-width: 34px;
    object-fit: contain;
  }
  .oe-brands--absolute .wall-img {
    max-width: 188px;
    object-fit: contain;
  }
  .oe-brands--absolute .bbc-img {
    max-width: 57px;
    object-fit: contain;
  }
  .oe-brands--absolute .miami-img {
    max-width: 97px;
    object-fit: contain;
  }
  .oe-brands--absolute .apple-img {
    max-width: 92px;
    object-fit: contain;
  }
  .oe-brands--absolute .google-img {
    max-width: 84px;
    object-fit: contain;
  }
}
.oe-brands-es, .oe-brands-es--absolute {
  width: 93.5%;
  height: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 675px;
  padding: 28px;
  border-radius: 6px;
}
.oe-brands-es--absolute {
  max-width: 721.84px;
  position: absolute;
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}
.oe-brands-es-carousel-img {
  padding-top: 30px;
}
.oe-brands-es-carousel .carousel-item {
  height: 100px;
}

@media (max-width: 767px) {
  .oe-brands-es, .oe-brands-es--absolute {
    top: 1082px;
    height: 100px;
    padding: 15px;
  }
  .oe-brands-es .cnn-img, .oe-brands-es--absolute .cnn-img {
    min-width: 30px;
  }
  .oe-brands-es .expan-img, .oe-brands-es--absolute .expan-img {
    min-width: 30px;
    max-width: 114px;
  }
  .oe-brands-es .econo-img, .oe-brands-es--absolute .econo-img {
    min-width: 30px;
    max-width: 142px;
  }
  .oe-brands-es .vogue-img, .oe-brands-es--absolute .vogue-img {
    min-width: 30px;
    max-width: 90px;
  }
  .oe-brands-es .wall-img, .oe-brands-es--absolute .wall-img {
    min-width: 30px;
    max-width: 145px;
  }
  .oe-brands-es .bbc-img, .oe-brands-es--absolute .bbc-img {
    min-width: 42px;
  }
  .oe-brands-es .miami-img, .oe-brands-es--absolute .miami-img {
    min-width: 30px;
    max-width: 78px;
  }
  .oe-brands-es .apple-img, .oe-brands-es--absolute .apple-img {
    min-width: 30px;
    max-width: 70px;
  }
  .oe-brands-es .google-img, .oe-brands-es--absolute .google-img {
    min-width: 30px;
    max-width: 70px;
  }
  .oe-brands-es--absolute .cnn-img {
    width: 100%;
    max-width: 27px;
  }
  .oe-brands-es--absolute .wall-img {
    width: 100%;
    max-width: 152px;
  }
  .oe-brands-es--absolute .expan-img {
    width: 100%;
    max-width: 114px;
  }
  .oe-brands-es--absolute .econo-img {
    width: 100%;
    max-width: 142px;
  }
  .oe-brands-es--absolute .vogue-img {
    width: 100%;
    max-width: 90px;
  }
  .oe-brands-es--absolute .bbc-img {
    width: 100%;
    max-width: 42px;
  }
  .oe-brands-es--absolute .miami-img {
    width: 100%;
    max-width: 78px;
  }
  .oe-brands-es--absolute .apple-img {
    width: 100%;
    max-width: 75px;
  }
  .oe-brands-es--absolute .google-img {
    width: 100%;
    max-width: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-brands-es--absolute .cnn-img {
    width: 100%;
    max-width: 25px;
  }
  .oe-brands-es--absolute .wall-img {
    width: 100%;
    max-width: 141px;
  }
  .oe-brands-es--absolute .expan-img {
    width: 100%;
    max-width: 86px;
  }
  .oe-brands-es--absolute .econo-img {
    width: 100%;
    max-width: 142px;
  }
  .oe-brands-es--absolute .vogue-img {
    width: 100%;
    max-width: 67px;
  }
  .oe-brands-es--absolute .bbc-img {
    width: 100%;
    max-width: 42px;
  }
  .oe-brands-es--absolute .miami-img {
    width: 100%;
    max-width: 72px;
  }
  .oe-brands-es--absolute .apple-img {
    width: 100%;
    max-width: 65px;
  }
  .oe-brands-es--absolute .google-img {
    width: 100%;
    max-width: 58px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oe-brands-es--absolute .cnn-img {
    width: 100%;
    max-width: 25px;
  }
  .oe-brands-es--absolute .wall-img {
    width: 100%;
    max-width: 141px;
  }
  .oe-brands-es--absolute .expan-img {
    min-width: 30px;
    max-width: 114px;
  }
  .oe-brands-es--absolute .econo-img {
    min-width: 30px;
    max-width: 142px;
  }
  .oe-brands-es--absolute .vogue-img {
    min-width: 30px;
    max-width: 90px;
  }
  .oe-brands-es--absolute .bbc-img {
    width: 100%;
    max-width: 42px;
  }
  .oe-brands-es--absolute .miami-img {
    width: 100%;
    max-width: 72px;
  }
  .oe-brands-es--absolute .apple-img {
    width: 100%;
    max-width: 65px;
  }
  .oe-brands-es--absolute .google-img {
    width: 100%;
    max-width: 58px;
  }
}
@media (min-width: 1200px) {
  .oe-brands-es--absolute {
    right: 439px;
  }
  .oe-brands-es--absolute .cnn-img {
    max-width: 34px;
  }
  .oe-brands-es--absolute .wall-img {
    max-width: 188px;
  }
  .oe-brands-es--absolute .expan-img {
    max-width: 114px;
  }
  .oe-brands-es--absolute .econo-img {
    max-width: 142px;
  }
  .oe-brands-es--absolute .vogue-img {
    max-width: 90px;
  }
  .oe-brands-es--absolute .bbc-img {
    max-width: 96px;
  }
  .oe-brands-es--absolute .miami-img {
    max-width: 78px;
  }
  .oe-brands-es--absolute .apple-img {
    max-width: 92px;
  }
  .oe-brands-es--absolute .google-img {
    max-width: 84px;
  }
}
@media (min-width: 1200px) and (max-width: 1380px) {
  .oe-brands-es--absolute {
    right: 440px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-brands-es--absolute {
    margin-left: 15px;
    max-width: 48%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oe-brands-es--absolute {
    margin-left: 37px;
    max-width: 518px;
    padding: 5px;
    height: 52px;
    top: 687px;
  }
}
.character-right__copy, .character-right__copy--40-oef, .character-right__copy--30 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  color: #000000;
}
.character-right__copy--40 {
  font-size: 40px;
  line-height: 48px;
}
.character-right__copy--30 {
  font-size: 24px;
  line-height: 32px;
}
.character-right__copy--40-oef {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
.character-right__copy-h3, .character-right__copy-h3--28-oef, .character-right__copy-h3--16-ty, .character-right__copy-h3--16-left, .character-right__copy-h3--40, .character-right__copy-h3--16 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #0078FF;
}
.character-right__copy-h3--16 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
.character-right__copy-h3--40 {
  color: #000000;
}
.character-right__copy-h3--16-left {
  color: #000000;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.character-right__copy-h3--16-ty {
  margin-top: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #050505;
}
.character-right__copy-h3--28-oef {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
.character-right .trustbg-grey {
  border-radius: 9.2912px;
  background-color: #F4F4F4;
  padding: 25px;
}

@media (max-width: 767px) {
  .character-right__copy--30 {
    font-size: 20px;
    line-height: 24px;
  }
  .character-right__copy--40-oef {
    font-size: 30px;
    line-height: 34px;
  }
  .character-right__copy-h3--16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .character-right .trustbg-grey {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 992px) {
  .character-right__copy, .character-right__copy--30, .character-right__copy--40-oef {
    font-family: Inter;
    font-style: normal;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 300;
  }
  .character-right__copy--40 {
    font-size: 30px;
    line-height: 34px;
  }
  .character-right__copy-h3, .character-right__copy-h3--16, .character-right__copy-h3--40, .character-right__copy-h3--16-left, .character-right__copy-h3--16-ty, .character-right__copy-h3--28-oef {
    font-family: Inter;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
  }
  .character-right__copy-h3--40 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .character-right__img-trustpilot {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.faqs-oe {
  /*.tab-pane{
      border-radius: 4px;
      background: #F4F4F4;
      border: 1px solid #D1D1D1;
      border-radius: 0px 0px 4px 4px;
  }*/
}
.faqs-oe .md-accordion .card {
  border-radius: unset !important;
}
.faqs-oe .md-accordion .card-header.acc-desk.collapsed {
  background: #F4F4F4;
}
.faqs-oe .md-accordion .card-header.acc-desk:not(.collapsed) {
  background-color: white;
}
.faqs-oe #accordionMobile {
  border-radius: 8px;
}
.faqs-oe #accordionMobile .card-header.acc-m.collapsed h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.faqs-oe #accordionMobile .card-header.acc-m:not(.collapsed) {
  background-color: #FF6600;
}
.faqs-oe #accordionMobile .card-header.acc-m:not(.collapsed) h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: white;
}
.faqs-oe #accordionMobile .card-m-oe-first .card-header.acc-m.collapsed {
  border-radius: 8px 8px 0px 0px;
}
.faqs-oe #accordionMobile .card-m-oe-first .card-header.acc-m.collapsed h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.faqs-oe #accordionMobile .card-m-oe-first .card-header.acc-m:not(.collapsed) {
  background-color: #FF6600;
  border-radius: 8px 8px 0px 0px;
}
.faqs-oe #accordionMobile .card-m-oe-first .card-header.acc-m:not(.collapsed) h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: white;
}
.faqs-oe #accordionMobile [data-parent="#accordionMobile"] :before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 9C5.25 9.4125 5.5875 9.75 6 9.75H12C12.4125 9.75 12.75 9.4125 12.75 9C12.75 8.5875 12.4125 8.25 12 8.25H6C5.5875 8.25 5.25 8.5875 5.25 9ZM9 1.5C4.86 1.5 1.5 4.86 1.5 9C1.5 13.14 4.86 16.5 9 16.5C13.14 16.5 16.5 13.14 16.5 9C16.5 4.86 13.14 1.5 9 1.5ZM9 15C5.6925 15 3 12.3075 3 9C3 5.6925 5.6925 3 9 3C12.3075 3 15 5.6925 15 9C15 12.3075 12.3075 15 9 15Z' fill='white'/%3E%3C/svg%3E");
  float: right;
}
.faqs-oe #accordionMobile [data-parent="#accordionMobile"].collapsed :before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.25C8.5875 5.25 8.25 5.5875 8.25 6V8.25H6C5.5875 8.25 5.25 8.5875 5.25 9C5.25 9.4125 5.5875 9.75 6 9.75H8.25V12C8.25 12.4125 8.5875 12.75 9 12.75C9.4125 12.75 9.75 12.4125 9.75 12V9.75H12C12.4125 9.75 12.75 9.4125 12.75 9C12.75 8.5875 12.4125 8.25 12 8.25H9.75V6C9.75 5.5875 9.4125 5.25 9 5.25ZM9 1.5C4.86 1.5 1.5 4.86 1.5 9C1.5 13.14 4.86 16.5 9 16.5C13.14 16.5 16.5 13.14 16.5 9C16.5 4.86 13.14 1.5 9 1.5ZM9 15C5.6925 15 3 12.3075 3 9C3 5.6925 5.6925 3 9 3C12.3075 3 15 5.6925 15 9C15 12.3075 12.3075 15 9 15Z' fill='black'/%3E%3C/svg%3E%0A");
  float: right;
}
.faqs-oe .sky-p {
  color: #0078FF;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.faqs-oe.hero {
  min-height: 575px;
  margin-top: 0px;
}
.faqs-oe__background {
  background-image: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/12/preg_fre_background.jpg);
  height: 575px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.faqs-oe__collapse-link {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #FF6600;
}
.faqs-oe__border-container {
  padding-top: 80px;
  margin-top: -325px;
  background: #FFFFFF;
  border-radius: 18px;
  z-index: 999;
}
.faqs-oe [data-toggle=collapse] :before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.61996 14.7099L12.5 10.8299L16.38 14.7099C16.77 15.0999 17.4 15.0999 17.79 14.7099C18.18 14.3199 18.18 13.6899 17.79 13.2999L13.2 8.70994C12.81 8.31994 12.18 8.31994 11.79 8.70994L7.19996 13.2999C6.80996 13.6899 6.80996 14.3199 7.19996 14.7099C7.58996 15.0899 8.22996 15.0999 8.61996 14.7099Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  float: right;
}
.faqs-oe [data-toggle=collapse].collapsed :before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.38 9.29006L12.5 13.1701L8.62003 9.29006C8.23003 8.90006 7.60003 8.90006 7.21003 9.29006C6.82003 9.68006 6.82003 10.3101 7.21003 10.7001L11.8 15.2901C12.19 15.6801 12.82 15.6801 13.21 15.2901L17.8 10.7001C18.19 10.3101 18.19 9.68006 17.8 9.29006C17.41 8.91006 16.77 8.90006 16.38 9.29006Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  float: right;
}
.faqs-oe .nav-item .nav-link-oe.active {
  background-color: #FF6600;
  padding: 15px 16px 16px;
  /*border-radius: 4px 0px 0px 0px;*/
  color: #FFF;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.faqs-oe .nav-link-oe {
  background: #F4F4F4;
  padding: 15px 16px 16px;
  /*border-radius: 4px 0px 0px 0px;*/
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-left: 1px solid #D1D1D1;
}
.faqs-oe .nav-item .nav-link-first.active {
  background-color: #FF6600;
  padding: 15px 16px 16px;
  border-radius: 4px 0px 0px 0px;
  color: #FFF;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.faqs-oe .nav-link-first {
  background: #F4F4F4;
  padding: 15px 16px 16px;
  border-radius: 4px 0px 0px 0px;
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-left: 1px solid #D1D1D1;
}
.faqs-oe .nav-item .nav-link-last.active {
  background-color: #FF6600;
  padding: 15px 16px 16px;
  border-radius: 0px 4px 0px 0px;
  color: #FFF;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.faqs-oe .nav-link-last {
  background: #F4F4F4;
  padding: 15px 16px 16px;
  border-radius: 0px 4px 0px 0px;
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-left: 1px solid #D1D1D1;
}
.faqs-oe .accordion [aria-expanded=false] h5 {
  color: #000;
}
.faqs-oe .accordion h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #0078FF;
  text-decoration: none;
}
.faqs-oe .card {
  border: 1px solid #D1D1D1 !important;
  border-radius: none !important;
}
.faqs-oe .card-header {
  border-radius: 0px;
  background: unset;
}
.faqs-oe .card-m-oe-first {
  border-radius: 8px 8px 0px 0px;
  background: #FFFFFF;
}
.faqs-oe .card-m-oe {
  border-radius: 0px 0px 0px 0px;
  background: #FFFFFF;
}
.faqs-oe .card-m-oe-last {
  border-radius: 0px 0px 8px 8px;
  background: #FFFFFF;
  margin-bottom: 15px;
}
.faqs-oe #accordionMobile .card-header {
  padding: 24px;
  border-bottom: none;
}
.faqs-oe #accordionMobile .card-header a {
  text-decoration: none;
}
.faqs-oe .md-accordion .card-header {
  padding: 24px;
  border-bottom: none;
  background: #F4F4F4;
}
.faqs-oe .md-accordion .card-header a {
  text-decoration: none;
}
.faqs-oe .card-navtab {
  background: #FFFFFF;
  border: 1px solid #D1D1D1 !important;
  border-left: none !important;
  border-right: none !important;
  box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
}
@media (min-width: 992px) {
  .faqs-oe__border-container {
    padding: 80px 97px;
  }
}
@media (max-width: 575px) {
  .faqs-oe .h-2__title--38 {
    text-align: left !important;
  }
  .faqs-oe .sky-p {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .om-profesores-nativos__content-wrapper {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .om-profesores-nativos__content-wrapper {
    min-width: 360px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .om-profesores-nativos__content-wrapper {
    margin-top: 55px;
  }
}
.om-profesores-nativos__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-profesores-nativos__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.om-profesores-nativos__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FF2846;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-profesores-nativos__copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .om-profesores-nativos__image-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-profesores-nativos__image-wrapper {
    width: 600px;
    margin-left: -258px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-profesores-nativos__image-wrapper {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .om-profesores-nativos__image-wrapper {
    width: 590px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .om-profesores-nativos__image {
    width: 100%;
    margin-left: -35px;
  }
}
.om-profesores-nativos__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-profesores-nativos__list-item {
    margin-bottom: 50px;
    min-width: 360px;
  }
}
@media (max-width: 767px) {
  .om-profesores-nativos__list-image-wrapper {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .om-profesores-nativos__list-image-wrapper {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .om-profesores-nativos__list-copy-wrapper {
    margin: 0 0 45px 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .om-profesores-nativos__list-copy-wrapper {
    width: calc(100% - 65px);
    display: inline-block;
    padding-left: 10px;
  }
}
.om-profesores-nativos__list-copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0;
}
.om-profesores-nativos__list-copy .--orange {
  color: #FF6600;
}
.om-idioma-cards {
  background-color: #F4F4F4;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .om-idioma-cards__card {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards__card {
    padding-bottom: 40px;
  }
}
.om-idioma-cards__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .om-idioma-cards__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 65px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards__title {
    margin-bottom: 65px;
  }
}
.om-idioma-cards__copy-wrapper {
  background-color: white;
  padding: 9px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 16px 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .om-idioma-cards__image {
    width: 100% !important;
  }
}
.om-idioma-cards__image-flag {
  position: relative;
}
@media (max-width: 767px) {
  .om-idioma-cards__image-flag {
    margin-top: -28px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .om-idioma-cards__image-flag {
    margin-top: -36px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .om-idioma-cards__image-flag {
    margin-top: -42px;
  }
}
@media (min-width: 1200px) {
  .om-idioma-cards__image-flag {
    margin-top: -42px;
  }
}
.om-idioma-cards__copy-1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .om-idioma-cards__copy-1 {
    margin: 0 0 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards__copy-1 {
    margin: 0 0 18px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-idioma-cards__copy-1 {
    margin: 0 0 18px 0;
  }
}
@media (min-width: 1200px) {
  .om-idioma-cards__copy-1 {
    margin: 0 0 18px 0;
  }
}
.om-idioma-cards__copy-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 54px;
  color: #003F99;
}
@media (max-width: 767px) {
  .om-idioma-cards__copy-2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards__copy-2 {
    margin: 0 0 18px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-idioma-cards__copy-2 {
    margin: 0 0 18px 0;
  }
}
@media (min-width: 1200px) {
  .om-idioma-cards__copy-2 {
    margin: 0 0 18px 0;
  }
}
.om-idioma-cards__copy-2--color-1 {
  color: #003F99;
}
.om-idioma-cards__copy-2--color-2 {
  color: #278F49;
}
.om-idioma-cards__copy-2--color-3 {
  color: #FFDA00;
}
.om-idioma-cards__copy-3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
@media (max-width: 767px) {
  .om-idioma-cards__copy-3 {
    margin: 0 0 28px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards__copy-3 {
    margin: 0 0 28px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-idioma-cards__copy-3 {
    width: 175px;
    margin: 0 auto 28px auto;
  }
}
@media (min-width: 1200px) {
  .om-idioma-cards__copy-3 {
    margin: 0 auto 28px auto;
  }
}
.om-idioma-cards__cta-wrapper {
  padding-bottom: 15px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .om-idioma-cards__cta-wrapper {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}
.om-idioma-cards .btn-orange {
  box-shadow: 0px 20px 40px rgba(255, 102, 0, 0.3);
}
.om-idioma-cards .slick-dotted.slick-slider {
  margin-bottom: unset;
  bottom: 30px;
}
.om-idioma-cards .slick-dots li {
  padding: 0 12px;
  margin-top: -25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-idioma-cards .slick-dots li {
    margin-top: -8px;
  }
}

.om-trustpilot {
  background: linear-gradient(180deg, #f4f4f4 86%, white 86%);
}
@media (max-width: 375px) {
  .om-trustpilot {
    background: linear-gradient(180deg, #f4f4f4 90%, white 90%);
  }
}
@media (max-width: 320px) {
  .om-trustpilot {
    background: linear-gradient(180deg, #f4f4f4 87%, white 87%);
  }
}
.om-trustpilot__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .om-trustpilot__title {
    margin: 0 0 16px 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .om-trustpilot__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-trustpilot__title {
    padding: 0;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 992px) {
  .om-trustpilot__title {
    padding: 0;
    margin: 0 0 25px 0;
  }
}
.om-trustpilot__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .om-trustpilot__copy {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .om-trustpilot__snipper {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-trustpilot__snipper {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .om-trustpilot__image-wrapper {
    height: 302px;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-trustpilot__image-wrapper {
    width: 590px;
  }
}
@media (min-width: 1200px) {
  .om-trustpilot__image-wrapper {
    width: 582px;
  }
}
.om-trustpilot__store-icons {
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-trustpilot__store-icons {
    width: 533.47px;
    margin-top: 0;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-trustpilot__store-icons {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .om-trustpilot__store-icons {
    width: 499px;
  }
}
.om-trustpilot__apple-store {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .om-trustpilot__apple-store {
    margin-right: 40px;
  }
}
.om-trustpilot__play-store {
  margin-left: 6px;
}
@media (min-width: 768px) {
  .om-trustpilot__play-store {
    margin-left: 40px;
  }
}
.om-trustpilot.bg-solid {
  background: none;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .om-trustpilot.bg-solid {
    border-radius: 18px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-trustpilot.bg-solid {
    height: 790px;
    margin: 100px 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-trustpilot.bg-solid {
    height: 468px;
    margin: 100px 26px;
  }
}
@media (min-width: 1200px) {
  .om-trustpilot.bg-solid {
    height: 479px;
    margin: 100px 150px;
  }
}
.om-trustpilot.bg-solid .om-trustpilot__title {
  padding: 0;
  margin: 0 0 58px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-trustpilot.bg-solid .om-trustpilot__title {
    margin: 0 0 64px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-trustpilot.bg-solid .om-trustpilot__title {
    margin: 0 0 58px 0;
  }
}
@media (min-width: 1200px) {
  .om-trustpilot.bg-solid .om-trustpilot__title {
    margin: 0 0 64px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-trustpilot.bg-solid .om-trustpilot-curso__image-wrapper {
    width: 458px;
    margin-top: 50px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .om-trustpilot.bg-solid .om-trustpilot-curso__image-wrapper {
    width: 580px;
    margin-left: -30px;
  }
}

.om-descubre__title-wrapper {
  margin-bottom: 55px;
}
.om-descubre__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-descubre__title-1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .om-descubre__title-1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.om-descubre__title-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #0078FF;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .om-descubre__title-2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .om-descubre__title-2 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-descubre__title-2.letter-spacing-fix {
    letter-spacing: -1.2px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .om-descubre__title-2.letter-spacing-fix {
    letter-spacing: -0.5px;
  }
}
.om-descubre__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .om-descubre__copy {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-descubre__copy.letter-spacing-fix {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-descubre__copy.letter-spacing-fix {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1200px) {
  .om-descubre__copy.letter-spacing-fix {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .om-descubre .carousel__om-descubre .col-12:last-child .om-descubre__copy {
    margin-bottom: 10px;
  }
}
.om-descubre__image-wrapper {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .om-descubre__image {
    width: 100% !important;
  }
}

.om-dominio-idioma {
  background: linear-gradient(210deg, #fab587 0%, #ff8533 100%);
}
@media (min-width: 768px) {
  .om-dominio-idioma .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .om-dominio-idioma__content-wrapper {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-dominio-idioma__content-wrapper {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-dominio-idioma__content-wrapper {
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .om-dominio-idioma__content-wrapper {
    margin-bottom: 100px;
    min-width: 560px;
  }
}
.om-dominio-idioma__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .om-dominio-idioma__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma__title {
    font-size: 38px;
    line-height: 42px;
  }
}
.om-dominio-idioma__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .om-dominio-idioma__copy {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma__copy {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .om-dominio-idioma__image-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma__image-wrapper {
    display: block;
    height: 100%;
    position: relative;
    min-height: 570px;
  }
}
@media (min-width: 768px) {
  .om-dominio-idioma__image {
    bottom: -1px;
    position: absolute;
    left: -40px;
  }
}
.om-dominio-idioma__btn-wrapper {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-dominio-idioma__btn-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-dominio-idioma__btn-wrapper {
    width: 368px;
  }
}
@media (min-width: 1200px) {
  .om-dominio-idioma__btn-wrapper {
    width: 368px;
  }
}

@media (max-width: 767px) {
  .om-vive {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .om-vive {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .om-vive .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .om-vive .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .om-vive .order-2 {
    order: 1;
  }
}
.om-vive__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin: 0 0 35px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-vive__title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .om-vive__copy-wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .om-vive__copy-wrapper {
    margin-top: 35px;
  }
}
.om-vive__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin: 0 15px 0px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .om-vive__image {
    width: 100%;
  }
}
.om-vive__copy-sign {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.om-vive__image-wrapper {
  margin-bottom: 40px;
}
.om-vive__image-flag {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.om-vive .quotation.izq, .om-vive .izq.quotation--izq, .om-vive .izq.quotation--der {
  margin-left: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-como-ingresar__content-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .om-como-ingresar__content-wrapper {
    margin-top: 110px;
  }
}
.om-como-ingresar__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #000000;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .om-como-ingresar__title {
    left: 0;
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__title {
    text-align: center;
  }
}
.om-como-ingresar__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FF2846;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__copy {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__image-wrapper {
    width: 515.5px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-como-ingresar__image-wrapper {
    width: 515px;
  }
}
@media (min-width: 1200px) {
  .om-como-ingresar__image-wrapper {
    width: 630px;
  }
}
.om-como-ingresar__list {
  margin: 48px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .om-como-ingresar__list {
    position: relative;
    width: 288px;
    height: 344px;
    margin: 48px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__list {
    width: 350px;
    height: 296px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0px;
    margin: 105px 20px 0 -10px;
  }
}
.om-como-ingresar__list-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11.2 1.8 7 .4 8.4 6 14 18 2 16.6.6 6 11.2Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 30px;
  margin: 28px 0;
  background-position-x: 0;
  background-position-y: 1px;
}
@media (min-width: 768px) {
  .om-como-ingresar__list-item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__list-item {
    margin: 15px 0;
  }
}
@media (min-width: 1200px) {
  .om-como-ingresar__list-item {
    width: 527.94px;
  }
}
@media (max-width: 767px) {
  .om-como-ingresar__image-wrapper-1 {
    position: relative;
    width: 320px;
    height: 320.69px;
    left: 0px;
    top: 100px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-como-ingresar__image-wrapper-1 {
    position: relative;
    width: 463.98px;
    height: 464.38px;
    left: 0px;
    top: 90px;
  }
}

@media (min-width: 768px) {
  .om-plan-ideal .row-flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .om-plan-ideal .order-2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .om-plan-ideal .order-2 {
    order: 2;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .om-plan-ideal .order-3 {
    order: 1;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.om-plan-ideal__card {
  background-color: #fff;
  border-radius: 12px;
}
.om-plan-ideal__card--selected {
  filter: drop-shadow(0px 20px 32px rgba(255, 102, 0, 0.16));
}
.om-plan-ideal__title-plan-1-wrapper {
  border-radius: 12px 12px 0 0;
  padding: 46px 30px 33px 30px;
  margin: 0;
  border-bottom: 1px dashed #D9DADC;
}
.om-plan-ideal__title-plan-1-wrapper--blue-gradient {
  background: linear-gradient(180deg, #00B0FF -17.06%, #0078FF 115.88%);
  border-bottom: none;
  border-bottom: 1px solid #0078FF;
}
@media (max-width: 767px) {
  .om-plan-ideal__title-plan-1-wrapper {
    padding: 65px 15px 16px 15px;
  }
}
.om-plan-ideal__title-plan-2-wrapper {
  border-radius: 12px 12px 0 0;
  padding: 46px 30px 33px 30px;
  margin: 0;
  border-bottom: 1px dashed #D9DADC;
}
@media (max-width: 767px) {
  .om-plan-ideal__title-plan-2-wrapper {
    padding: 52px 30px 33px 30px;
  }
}
.om-plan-ideal__icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.24 8.333 12.28 1.88c-.387-1.267-2.173-1.267-2.547 0L7.76 8.333H1.827C.533 8.333 0 10 1.053 10.747l4.854 3.466L4 20.36c-.387 1.24 1.053 2.24 2.08 1.453L11 18.08l4.92 3.747c1.027.786 2.467-.214 2.08-1.454l-1.907-6.146 4.854-3.467c1.053-.76.52-2.413-.774-2.413H14.24v-.014Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='23.5' y1='7' x2='2' y2='24.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0'/%3E%3Cstop offset='1' stop-color='%23FFB71E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 5px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .om-plan-ideal__icon-star {
    top: 35px;
    margin-left: 0;
    position: absolute;
  }
}
.om-plan-ideal__content-wrapper {
  padding: 0 35px 34px 35px;
}
@media (max-width: 767px) {
  .om-plan-ideal__content-wrapper {
    padding: 0 15px 34px 15px;
  }
}
.om-plan-ideal__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0 0 30px 0;
  margin: 0;
}
.om-plan-ideal__title-plan {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}
.om-plan-ideal__title-plan--white {
  color: white;
}
.om-plan-ideal__title-plan--border-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230078FF' d='M0 .5h30'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 50px;
  height: 55px;
}
.om-plan-ideal__title-plan--border-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M0 .5h30'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 50px;
  height: 55px;
}
@media (max-width: 767px) {
  .om-plan-ideal__title-plan--border-2 {
    background-position-y: 40px;
  }
}
.om-plan-ideal__copy-1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  float: right;
  top: 10px;
  position: relative;
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  .om-plan-ideal__copy-1 {
    top: 5px;
  }
}
.om-plan-ideal__copy-1--white {
  color: white;
}
.om-plan-ideal__copy-2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.om-plan-ideal__schedule {
  margin: 0;
  padding: 0;
}
.om-plan-ideal__cta-wrapper {
  margin-top: 33px;
  margin-bottom: 50px;
}
.om-plan-ideal__copy-3 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  letter-spacing: -0.25px;
}
.om-plan-ideal__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.om-plan-ideal__item-list {
  border-bottom: 1px solid #D9DADC;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.17 2.53 6.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L17.29 1.71A.996.996 0 1 0 15.88.3L6 10.17Z' fill='%230078FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 35px;
  padding: 30px 0 30px 30px;
}
.om-plan-ideal__timer {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0078FF;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5.75h-3a.752.752 0 0 0-.75.75c0 .413.338.75.75.75h3c.412 0 .75-.337.75-.75a.752.752 0 0 0-.75-.75ZM9 10.5c.412 0 .75-.338.75-.75v-3A.752.752 0 0 0 9 6a.752.752 0 0 0-.75.75v3c0 .412.338.75.75.75Zm5.273-4.957.562-.563a.745.745 0 0 0 0-1.05l-.008-.008a.745.745 0 0 0-1.05 0l-.562.563A6.721 6.721 0 0 0 9 3C5.4 3 2.34 5.97 2.25 9.57A6.749 6.749 0 0 0 9 16.5a6.746 6.746 0 0 0 5.273-10.957ZM9 15a5.246 5.246 0 0 1-5.25-5.25A5.246 5.246 0 0 1 9 4.5a5.246 5.246 0 0 1 5.25 5.25A5.246 5.246 0 0 1 9 15Z' fill='%230078FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 30px;
}

.slick-slider-calendar #dots-cal-text {
  min-width: 250px;
}
.slick-slider-calendar__h2, .slick-slider-calendar__h2-blue {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
}
.slick-slider-calendar__h2-blue {
  color: #0078FF;
}
.slick-slider-calendar__p, .slick-slider-calendar__p-blue {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding-bottom: 72px;
  padding-top: 16px;
}
.slick-slider-calendar__p-blue {
  color: #0078FF;
}
.slick-slider-calendar .day-item {
  min-height: 270px;
}
.slick-slider-calendar .day-item__name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  text-align: center;
  /* Primary/Black */
  color: #979797;
}
.slick-slider-calendar .day-item__card {
  background-color: transparent;
  border-top: 1px solid #000000;
  padding: 32px;
}
.slick-slider-calendar .day-item__number-day {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  align-items: center;
  letter-spacing: -1px;
  color: #000000;
}
.slick-slider-calendar .day-item__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  align-items: center;
  color: #000000;
}
.slick-slider-calendar .day-item__horario {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
  color: #979797;
}
.slick-slider-calendar .day-item__month {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  padding-left: 8px;
}
.slick-slider-calendar .day-item__link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  /* Primary/Sunny Orange */
  color: #FF6600;
}
.slick-slider-calendar #currentDay div.day-item-current .day-item__name {
  color: #000000 !important;
}
.slick-slider-calendar #currentDay div.day-item-current .day-item__card {
  background-color: white !important;
  border-top: 1px solid #FF6600 !important;
}

@media (max-width: 768px) {
  .slick-slider-calendar .day-item__card {
    padding: 8px;
  }
}
.latam-bilingue {
  margin: 0;
}
@media (min-width: 768px) {
  .latam-bilingue .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .latam-bilingue .order-1 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .latam-bilingue .order-2 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .latam-bilingue .order-3 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .latam-bilingue__title-wrapper {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-bilingue__title-wrapper {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .latam-bilingue__title-wrapper {
    width: 630px;
  }
}
@media (min-width: 1440px) {
  .latam-bilingue__title-wrapper {
    margin-left: -85px;
  }
}
.latam-bilingue__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-align: left;
}
@media (min-width: 768px) {
  .latam-bilingue__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .latam-bilingue__content-wrapper {
    margin-left: -85px;
  }
}
.latam-bilingue__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .latam-bilingue__copy {
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-bilingue__copy {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-bilingue__copy {
    width: 470px;
  }
}
@media (min-width: 1200px) {
  .latam-bilingue__copy {
    width: 600px;
  }
}
.latam-bilingue__list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
.latam-bilingue__list-wrapper li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.latam-bilingue__list-wrapper li::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4301 6.00001L8.96008 1.16001C8.67008 0.21001 7.33008 0.21001 7.05008 1.16001L5.57008 6.00001H1.12008C0.150081 6.00001 -0.249919 7.25001 0.540081 7.81001L4.18008 10.41L2.75008 15.02C2.46008 15.95 3.54008 16.7 4.31008 16.11L8.00008 13.31L11.6901 16.12C12.4601 16.71 13.5401 15.96 13.2501 15.03L11.8201 10.42L15.4601 7.82001C16.2501 7.25001 15.8501 6.01001 14.8801 6.01001H10.4301V6.00001Z' fill='%230078FF'/%3E%3C/svg%3E");
  margin-right: 15px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .latam-bilingue_btn-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .latam-bilingue_btn-wrapper {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .latam-bilingue__image-wrapper {
    margin-left: 80px;
    margin-top: -90px;
  }
}
@media (min-width: 1440px) {
  .latam-bilingue__image-wrapper {
    margin-left: 10px;
  }
}

.latam-precio {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-precio__content-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-precio__content-wrapper {
    width: 440px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .latam-precio__content-wrapper {
    margin-top: 50px;
  }
}
.latam-precio__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 767px) {
  .latam-precio__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .latam-precio__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.latam-precio__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
}
.latam-precio__copy strong {
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-precio__image-wrapper {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .latam-precio__btn-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .latam-precio__btn-wrapper {
    width: 280px;
  }
}

.latam-acelera {
  margin: 0;
}
@media (max-width: 767px) {
  .latam-acelera {
    background-color: #F4F4F4;
  }
}
@media (min-width: 768px) {
  .latam-acelera {
    background: linear-gradient(0deg, white 29.5%, #f4f4f4 29.5%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-acelera {
    background: linear-gradient(0deg, white 26.5%, #f4f4f4 26.5%);
  }
}
@media (min-width: 768px) {
  .latam-acelera .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .latam-acelera .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .latam-acelera .order-2 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .latam-acelera .order-3 {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-acelera .order-3 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.latam-acelera .custom-card-col {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (max-width: 575px) {
  .latam-acelera .custom-card-col {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-acelera__content-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-acelera__content-wrapper {
    width: 440px;
  }
}
.latam-acelera__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 767px) {
  .latam-acelera__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .latam-acelera__title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 20px 0;
  }
}
.latam-acelera__sub-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .latam-acelera__sub-title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-acelera__sub-title {
    margin-top: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-acelera__sub-title {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .latam-acelera__sub-title {
    margin-top: 90px;
  }
}
.latam-acelera__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
}
.latam-acelera__copy strong {
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-acelera__image-wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .latam-acelera__image-wrapper {
    margin-top: -20px;
  }
}
.latam-acelera__btn-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .latam-acelera__btn-wrapper {
    margin-top: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .latam-acelera__btn-wrapper {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.latam-acelera .latam-icons.icon__green-microphone {
  zoom: 59%;
}

.latam-medios-pago {
  margin: 0;
}
.latam-medios-pago__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 768px) {
  .latam-medios-pago__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.latam-medios-pago__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin: 0 0 55px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .latam-medios-pago__copy {
    line-height: 24px;
  }
}
@media (max-width: 359px) {
  .latam-medios-pago__image-1 {
    margin-left: 15px;
  }
  .latam-medios-pago__image-2 {
    margin-left: 20px;
  }
  .latam-medios-pago__image-3 {
    margin-left: 30px;
  }
  .latam-medios-pago__image-4 {
    margin-left: -25px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .latam-medios-pago__image-1 {
    margin-left: 30px;
  }
  .latam-medios-pago__image-2 {
    margin-left: 20px;
  }
  .latam-medios-pago__image-3 {
    margin-left: 55px;
  }
  .latam-medios-pago__image-4 {
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-medios-pago__image-1 {
    margin-left: 32px;
  }
  .latam-medios-pago__image-2 {
    margin-left: 42px;
  }
  .latam-medios-pago__image-3 {
    margin-left: 57px;
  }
  .latam-medios-pago__image-4 {
    margin-left: 57px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-medios-pago__image-1 {
    margin-left: 160px;
  }
  .latam-medios-pago__image-3 {
    margin-left: 5px;
  }
  .latam-medios-pago__image-4 {
    margin-left: -100px;
  }
}
@media (min-width: 1200px) {
  .latam-medios-pago__image-1 {
    margin-left: 235px;
  }
  .latam-medios-pago__image-3 {
    margin-left: -30px;
  }
  .latam-medios-pago__image-4 {
    margin-left: -240px;
  }
}
.latam-medios-pago .slick-dots {
  top: 65px;
}
.latam-medios-pago .slick-dots li {
  margin: 0 5px;
}

.card-acelera {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  margin: 0 0 15px 0;
}
.card-acelera.--shadow {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}
.card-acelera.--border {
  border: 1px solid #DEDEDE;
}
.card-acelera__icon-wrapper {
  text-align: left;
  margin: 0;
  display: flex;
  align-content: center;
}
@media (max-width: 767px) {
  .card-acelera__icon-wrapper.--sm-center {
    text-align: center;
    display: block;
  }
}
@media (min-width: 768) and (max-width: 991px) {
  .card-acelera__icon-wrapper.--md-center {
    text-align: center;
    display: block;
  }
}
@media (min-width: 992) and (max-width: 1199px) {
  .card-acelera__icon-wrapper.--lg-center {
    text-align: center;
    display: block;
  }
}
@media (min-width: 1200) {
  .card-acelera__icon-wrapper.--xl-center {
    text-align: center;
    display: block;
  }
}
.card-acelera__tag {
  background-color: #FF2846;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-right: 30px;
  padding: 4px;
  position: absolute;
  right: 0;
}
.card-acelera__content-wrapper {
  margin-top: 17px;
}
.card-acelera__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #0078FF;
  text-align: left;
  min-height: 56px;
}
.card-acelera__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .card-acelera__copy {
    text-align: center;
  }
}

.latam-plan-unico {
  margin: 0;
  background: #F4F4F4;
}
.latam-plan-unico .custom-col {
  padding-right: 10px;
  padding-left: 10px;
}
.latam-plan-unico__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin-bottom: 55px;
}
.latam-plan-unico__title strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .latam-plan-unico__title {
    text-align: center;
  }
}
.latam-plan-unico__content-wrapper {
  margin: 45px 0 0 0;
  padding: 0;
}
.latam-plan-unico__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #6A6A6A;
}
.latam-plan-unico .slick-dots li {
  margin: 0 3px;
}
@media (max-width: 359px) {
  .latam-plan-unico .slick-dots li {
    margin: 0 2px;
  }
}

.nada-te-impida .row-custom {
  background-color: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nada-te-impida .row-custom {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nada-te-impida .col-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.nada-te-impida__content-wrapper {
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .nada-te-impida__content-wrapper {
    padding: 32px 0 32px 10px;
  }
}
@media (min-width: 992px) {
  .nada-te-impida__content-wrapper {
    padding: 80px 0 80px 24px;
  }
}
.nada-te-impida__title {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .nada-te-impida__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .nada-te-impida__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}
.nada-te-impida__copy-1 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #0078FF;
}
@media (max-width: 767px) {
  .nada-te-impida__copy-1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .nada-te-impida__copy-1 {
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.nada-te-impida__copy-2 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.nada-te-impida__copy-2 strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .nada-te-impida__copy-2 {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .nada-te-impida__image-wrapper {
    margin-top: 1px;
    float: right;
    right: -15px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .nada-te-impida__image-wrapper {
    width: 477px;
  }
}
@media (min-width: 992px) {
  .nada-te-impida__image-wrapper {
    width: 655px;
  }
}
@media (min-width: 1200px) {
  .nada-te-impida__image-wrapper {
    width: 749px;
  }
}
@media (max-width: 767px) {
  .nada-te-impida__image {
    width: 100%;
  }
}

.tyc__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #0078FF;
  text-align: left;
  margin: 0;
  padding: 0;
}
.tyc__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.tyc__lnk {
  color: #FF6600;
}

.b2b-trayectoria__custom-container {
  border-radius: 12px;
  overflow: hidden;
  background-color: #d5d9dc;
}
@media (max-width: 767px) {
  .b2b-trayectoria__custom-container {
    background-color: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2b-trayectoria__custom-container {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .b2b-trayectoria__col-bg-blue {
    background-color: #0078ff;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .b2b-trayectoria__image-wrapper {
    border-right: 1px solid #d3d8dc;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .b2b-trayectoria__image-wrapper {
    width: 601px;
  }
}
@media (max-width: 767px) {
  .b2b-trayectoria__content-wrapper {
    background-color: #0078ff;
    border-radius: 0 0 12px 12px;
    padding: 25px 20px;
  }
}
.b2b-trayectoria__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 18px 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b-trayectoria__copy-1 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .b2b-trayectoria__copy-1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.b2b-trayectoria__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFF00;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b-trayectoria__copy-2 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2b-trayectoria__copy-2 {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .b2b-trayectoria__copy-2 {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .b2b-device .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .b2b-device .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .b2b-device .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .b2b-device__image-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b-device__image-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .b2b-device__image-wrapper {
    margin-left: 75px;
  }
}
.b2b-device__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .b2b-device__title {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .b2b-device__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.b2b-device__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0078FF;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .b2b-device__copy-1 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .b2b-device__copy-1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.b2b-device__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .b2b-device__copy-2 {
    margin: 0 0 50px 0;
  }
}

@media (max-width: 767px) {
  .col-0 {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

@media (max-width: 575px) {
  .col-0-xs {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .col-0-sm {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-0-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .col-0-lg {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

@media (min-width: 1200px) {
  .col-0-xl {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

.spotify-section__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
}
.spotify-section__title strong {
  font-family: "Inter";
  font-style: italic;
}
.spotify-section__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #0078FF;
  margin-top: 24px;
  margin-bottom: 48px;
}
.spotify-section .card-content {
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  width: 1140px;
  min-height: 520px;
  margin: 48px 0px;
  padding: 48px 0px;
}

@media (max-width: 768.92px) {
  .spotify-section__title {
    font-size: 30px;
    text-align: left;
  }
  .spotify-section__p {
    font-size: 24px;
    text-align: left;
    margin-top: 26px;
    margin-bottom: 32px;
  }
  .spotify-section .card-content {
    max-width: 90%;
    padding: 32px 16px;
  }
}
.section-cta-blue {
  background: linear-gradient(180deg, #00B0FF -17.06%, #0078FF 115.88%);
}
.section-cta-blue .btn-orange {
  margin-top: 45px;
}
.section-cta-blue__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.section-cta-blue__p, .section-cta-blue__p-16 {
  margin-top: 16px;
  margin-bottom: 80px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.section-cta-blue__p span, .section-cta-blue__p-16 span {
  color: #FFFF00;
}
.section-cta-blue__p-16 {
  font-size: 16px;
  line-height: 130%;
}
.section-cta-blue__h3, .section-cta-blue__h3-yellow, .section-cta-blue__h3-blue {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.section-cta-blue__h3-blue {
  color: #0078FF;
}
.section-cta-blue__h3-yellow {
  color: #FFFF00;
}
.section-cta-blue__card {
  padding: 32px;
  max-width: 730px;
  background: #FFFFFF;
  border-radius: 18px;
}
.section-cta-blue__ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.section-cta-blue__ul-yellow li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: white;
}
.section-cta-blue__ul-yellow li::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 11.023-3.47-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0l10.58-10.58a.996.996 0 1 0-1.41-1.41L6 11.023Z' fill='%23FF0'/%3E%3C/svg%3E");
}
.section-cta-blue__arrow-orange {
  margin-top: -22px;
}

@media (max-width: 768.92px) {
  .section-cta-blue__h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .section-cta-blue__p, .section-cta-blue__p-16 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.hero-aniversary-section {
  background-image: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2022/04/aniversario_bg.jpg);
  height: 604px;
}
.hero-aniversary-section .hero-aniversary-card {
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  height: 454px;
  margin: 75px 26px;
  padding-right: 48px;
  padding-left: 48px;
}
.hero-aniversary-section .hero-aniversary-card .card-body {
  padding-top: 108px;
  padding-bottom: 108px;
  margin-left: 28px;
}
.hero-aniversary-section .hero-aniversary-card__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FF2846;
}
.hero-aniversary-section .hero-aniversary-card__text, .hero-aniversary-section .hero-aniversary-card__text__blue {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
}
.hero-aniversary-section .hero-aniversary-card__text__blue {
  color: #0078FF;
}
.hero-aniversary-section .hero-aniversary-card__img {
  position: absolute;
  left: -187px;
  top: 30px;
  object-fit: cover;
  height: 496px;
  min-width: 473px;
}
.hero-aniversary-section .hero-aniversary-card__confetti_blue {
  position: absolute;
  left: 75.31%;
  top: 69px;
}
.hero-aniversary-section .hero-aniversary-card__confetti_yellow {
  position: absolute;
  max-width: 103px;
  left: -57px;
  top: -26px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .hero-aniversary-section .hero-aniversary-card {
    padding-right: 0px;
    padding-left: 21px;
  }
  .hero-aniversary-section .hero-aniversary-card__confetti_blue {
    left: 146px;
    top: -57px;
  }
  .hero-aniversary-section .hero-aniversary-card .card-body {
    padding-top: 108px;
    padding-bottom: 108px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-aniversary-section .hero-aniversary-card {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 129px;
  }
  .hero-aniversary-section .hero-aniversary-card__h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
  }
  .hero-aniversary-section .hero-aniversary-card__text, .hero-aniversary-section .hero-aniversary-card__text__blue {
    font-weight: 300;
    font-size: 33px;
    line-height: 130%;
  }
  .hero-aniversary-section .hero-aniversary-card__confetti_blue {
    position: absolute;
    left: 58px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .hero-aniversary-section {
    height: 780px;
  }
  .hero-aniversary-section .hero-aniversary-card {
    padding-top: 12px;
    padding-right: 10px;
    height: 511px;
    padding-left: 10px;
  }
  .hero-aniversary-section .hero-aniversary-card__h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-aniversary-section .hero-aniversary-card .card-body {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 0px;
  }
  .hero-aniversary-section .hero-aniversary-card__text, .hero-aniversary-section .hero-aniversary-card__text__blue {
    font-size: 38px;
    line-height: 45.6px;
    margin: 20px 5px;
  }
  .hero-aniversary-section .hero-aniversary-card__img {
    position: relative;
    left: unset;
    top: -61px;
    object-fit: unset;
    height: unset;
    min-width: 301px;
  }
  .hero-aniversary-section .hero-aniversary-card__confetti_yellow {
    max-width: 72px;
    left: -20px;
    top: -30px;
  }
}
.title-trust {
  border-top: 1px solid #A7A7A7;
  transform: rotate(0.05deg);
  margin-top: 22px;
}
.title-trust__title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #8F8F8F;
  text-align: left;
  padding-top: 29px;
}

.carousel-clone-trustpilot .item-trust a, .carousel-clone-trustpilot-mobile .item-trust a {
  text-decoration: none;
}
.carousel-clone-trustpilot .item-trust a:hover, .carousel-clone-trustpilot-mobile .item-trust a:hover {
  color: #000000;
}
.carousel-clone-trustpilot .item-trust__h2, .carousel-clone-trustpilot-mobile .item-trust__h2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: left;
}
.carousel-clone-trustpilot .item-trust__p-content, .carousel-clone-trustpilot-mobile .item-trust__p-content {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: left;
}
.carousel-clone-trustpilot .item-trust__p-date, .carousel-clone-trustpilot-mobile .item-trust__p-date {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #8F8F8F;
  text-align: left;
}
.carousel-clone-trustpilot .slick-dots-custom-trust, .carousel-clone-trustpilot-mobile .slick-dots-custom-trust {
  min-width: 250px;
}
.carousel-clone-trustpilot .slick-dots-custom-trust .slick-dots, .carousel-clone-trustpilot-mobile .slick-dots-custom-trust .slick-dots {
  bottom: -15px !important;
}
.carousel-clone-trustpilot .slick-dots-custom-trust .slick-dots li button, .carousel-clone-trustpilot-mobile .slick-dots-custom-trust .slick-dots li button {
  height: 8px;
  width: 8px;
}
.carousel-clone-trustpilot .slick-dots-custom-trust .slick-dots li button, .carousel-clone-trustpilot-mobile .slick-dots-custom-trust .slick-dots li button {
  background: #B4B4B3;
}
.carousel-clone-trustpilot .slick-dots-custom-trust .slick-dots li.slick-active button, .carousel-clone-trustpilot-mobile .slick-dots-custom-trust .slick-dots li.slick-active button {
  background: #000000;
}

.seo-curso-cards #dots-curso-cards {
  min-width: 165px;
}
.seo-curso-cards__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
}
.seo-curso-cards__title__city {
  color: #0078FF;
}
@media (max-width: 576px) {
  .seo-curso-cards__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.seo-curso-cards__p {
  margin-top: 32px;
  margin-bottom: 56px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 992px) {
  .seo-curso-cards__p {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.seo-curso-cards__card__img {
  border-radius: 8px;
}
.seo-curso-cards__card__h3 {
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #0078FF;
}
.seo-curso-cards__card__p {
  margin-top: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.seo-curso-cards__card__p__link {
  text-decoration: underline;
  color: #FF6600;
}

.cards-flip {
  background-color: #F7F8FB;
}
.cards-flip #dots-flip-cards {
  min-width: 185px;
}
.cards-flip .card-flip {
  border-radius: 12px;
  perspective: 1000px;
}
.cards-flip .card-flip:hover .flip, .cards-flip .card-flip.hover .flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.cards-flip .card-flip,
.cards-flip .front,
.cards-flip .back {
  width: 100%;
  height: 480px;
  padding-top: 15px;
}
.cards-flip .card-flip .card,
.cards-flip .front .card,
.cards-flip .back .card {
  min-height: 412px;
  border-radius: 12px;
}
.cards-flip .card-flip .card .card-footer,
.cards-flip .front .card .card-footer,
.cards-flip .back .card .card-footer {
  background-color: unset;
  border-top: none;
}
.cards-flip .flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.cards-flip .front,
.cards-flip .back {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.cards-flip .front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.cards-flip .front__img {
  max-width: 174px;
  margin-top: 48px;
}
.cards-flip .front .card {
  /*min-height: 412px;
  border-radius: 12px;*/
}
.cards-flip .front .card .card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.75px;
  color: #000000;
}
.cards-flip .front .card .card-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #000000;
}
.cards-flip .back {
  transform: rotateY(180deg);
}
.cards-flip .back .card__image-badge {
  max-width: 70px;
}
.cards-flip .back .card__mini-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.75px;
  color: #000000;
}
.cards-flip .back .card__mini-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #000000;
}
.cards-flip .back .card .card-content {
  margin-top: 50px;
}
.cards-flip .back .card .card-content__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}
.cards-flip .back .card .card-content__ini-comme {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 8px;
  color: #8CFF00;
  margin: 0px;
}
.cards-flip .back .card .card-content__end-comme {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 8px;
  color: #8CFF00;
  transform: rotate(-180deg);
  margin: 0px;
}

.hero-niveles-de-ingles {
  background-color: #F7F8FB;
  padding-top: 33px;
  max-height: 533px;
}
@media (max-width: 1198.98px) {
  .hero-niveles-de-ingles {
    background-color: #EBF7FF;
  }
}
@media (max-width: 576.98px) {
  .hero-niveles-de-ingles {
    max-height: unset;
  }
}
.hero-niveles-de-ingles__h3 {
  padding: 6px 16px;
  max-width: 203px;
  width: 100%;
  height: 36px;
  background: #FF2846;
  border-radius: 0px 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.hero-niveles-de-ingles__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 576.98px) {
  .hero-niveles-de-ingles__h1 {
    font-size: 38px;
    line-height: 120%;
  }
}
.hero-niveles-de-ingles__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #171717;
}
@media (max-width: 992.98px) {
  .hero-niveles-de-ingles__p {
    font-size: 24.8537px;
    line-height: 33px;
  }
}
.hero-niveles-de-ingles__arrow_red-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z' fill='%23FF2846'/%3E%3Cpath d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z' fill='%23FF2846'/%3E%3C/svg%3E");
  width: 125px;
  height: 46px;
  display: block;
  float: right;
}
@media (max-width: 993px) {
  .hero-niveles-de-ingles__arrow_red-orange {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='46' fill='none'%3E%3Cpath fill='%23F60' d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z'/%3E%3Cpath fill='%23F60' d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1024px) {
  .hero-niveles-de-ingles__wrapper {
    min-width: 511px;
    margin-left: -145px;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .hero-niveles-de-ingles__wrapper {
    min-width: 511px;
    margin-left: -180px;
  }
}
@media (min-width: 769px) {
  .hero-niveles-de-ingles #leadformContainer {
    position: absolute;
  }
}

.z__2 {
  z-index: 2;
}

.hero-estudiar-ingles {
  background-color: #F7F8FB;
  max-height: 533px;
}
@media (max-width: 576.98px) {
  .hero-estudiar-ingles {
    max-height: unset;
  }
}
.hero-estudiar-ingles__h3 {
  padding: 6px 16px;
  max-width: 203px;
  width: 100%;
  height: 36px;
  background: #FF2846;
  border-radius: 0px 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .hero-estudiar-ingles__h3 {
    margin-top: 25px;
  }
}
.hero-estudiar-ingles__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 576.98px) {
  .hero-estudiar-ingles__h1 {
    font-size: 38px;
    line-height: 120%;
  }
}
.hero-estudiar-ingles__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #171717;
}
.hero-estudiar-ingles__p strong {
  color: #0066DB;
}
@media (max-width: 992.98px) {
  .hero-estudiar-ingles__p {
    font-size: 24.8537px;
    line-height: 33px;
  }
}
.hero-estudiar-ingles__arrow_red-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z' fill='%23FF2846'/%3E%3Cpath d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z' fill='%23FF2846'/%3E%3C/svg%3E");
  width: 125px;
  height: 46px;
  display: block;
  float: right;
}
@media (max-width: 993px) {
  .hero-estudiar-ingles__arrow_red-orange {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='46' fill='none'%3E%3Cpath fill='%23F60' d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z'/%3E%3Cpath fill='%23F60' d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z'/%3E%3C/svg%3E");
  }
}
.hero-estudiar-ingles__wrapper {
  /*@media (min-width:1024px) and (max-width:1199.98px) {
      min-width: 500px;
      margin-left: -164px;
  }*/
}
@media (min-width: 1440px) {
  .hero-estudiar-ingles__wrapper {
    min-width: 731px;
    margin-left: -151px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-estudiar-ingles__wrapper {
    min-width: 731px;
    margin-left: -260px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .hero-estudiar-ingles__wrapper {
    min-width: 533px;
    margin-left: -34px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .hero-estudiar-ingles__img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .hero-estudiar-ingles #leadformContainer {
    margin-top: 0px !important;
  }
}

.hero-hablar-ingles {
  background-color: #F2F3F7;
  max-height: 533px;
}
@media (max-width: 1198.98px) {
  .hero-hablar-ingles {
    background-color: #F7F8FB;
  }
}
@media (max-width: 576.98px) {
  .hero-hablar-ingles {
    max-height: unset;
  }
}
.hero-hablar-ingles__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FF2846;
}
@media (max-width: 576px) {
  .hero-hablar-ingles__h3 {
    margin-top: 25px;
  }
}
.hero-hablar-ingles__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 576.98px) {
  .hero-hablar-ingles__h1 {
    font-size: 38px;
    line-height: 120%;
  }
}
.hero-hablar-ingles__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #171717;
}
.hero-hablar-ingles__p strong {
  color: #0066DB;
}
@media (max-width: 992.98px) {
  .hero-hablar-ingles__p {
    font-size: 24.8537px;
    line-height: 33px;
  }
}
.hero-hablar-ingles__arrow_red-orange {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z' fill='%23FF2846'/%3E%3Cpath d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z' fill='%23FF2846'/%3E%3C/svg%3E");
  width: 125px;
  height: 46px;
  display: block;
  float: right;
}
@media (max-width: 993px) {
  .hero-hablar-ingles__arrow_red-orange {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='46' fill='none'%3E%3Cpath fill='%23F60' d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.097-3.684.545-7.58 2.561-10.727.315-.49 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.024-.894 1.667-2.591 4.831-2.731 5.304a21.136 21.136 0 0 0-.691 8.854c.677 4.922 3.312 8.987 6.935 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.033-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.161 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z'/%3E%3Cpath fill='%23F60' d='M116.007 9.476c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.286-.78 6.45-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.284 1.32-1.249 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.564 1.903-.843 2.864-1.254 4.318-2.528 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.853-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z'/%3E%3C/svg%3E");
  }
}
.hero-hablar-ingles__wrapper {
  /*@media (min-width:1024px) and (max-width:1199.98px) {
      min-width: 500px;
      margin-left: -164px;
  }*/
}
@media (min-width: 1440px) {
  .hero-hablar-ingles__wrapper {
    min-width: 652px;
    margin-left: -183px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-hablar-ingles__wrapper {
    min-width: 731px;
    margin-left: -260px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .hero-hablar-ingles__wrapper {
    min-width: 533px;
    margin-left: -174px;
    margin-top: 118px;
  }
}
@media (max-width: 576px) {
  .hero-hablar-ingles__img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .hero-hablar-ingles #leadformContainer {
    margin-top: 0px !important;
    position: absolute;
  }
}

.mercer {
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .mercer {
    margin-bottom: 50px;
  }
}
.mercer__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .mercer__h1 {
    margin-bottom: 16px;
  }
}
.mercer__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.mercer__p span {
  color: #0078FF;
}
@media (max-width: 576px) {
  .mercer__p {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.mercer__btn-wrapper {
  max-width: 349px;
}

.only-text__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 576px) {
  .only-text__h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
.only-text__p-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}
.only-text__p-1 strong {
  color: #0078FF;
}
@media (min-width: 576px) {
  .only-text__p-1 {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .only-text__p-1 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
  }
}
.only-text__p-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}
@media (max-width: 576px) {
  .only-text__p-2 {
    font-size: 14px;
    line-height: 130%;
  }
}
.only-text__p-3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 100%;
  color: #000000;
}
@media (min-width: 576px) {
  .only-text__p-3 {
    margin-top: 32px;
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .only-text__p-3 {
    margin-top: 24px;
    margin-bottom: 90px;
    font-size: 20px;
    line-height: 100%;
  }
}

.cf-section2 {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cf-section2 {
    max-height: 650px;
  }
}
.cf-section2__h2, .cf-section2__h2-v2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .cf-section2__h2, .cf-section2__h2-v2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cf-section2__gap-20 {
    grid-column-gap: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .cf-section2__h2-v2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .cf-section2__h2-v2 {
    letter-spacing: unset;
  }
}
.cf-section2__p {
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 575.98px) {
  .cf-section2__p {
    font-size: 18px;
  }
}
.cf-section2__p-v2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.cf-section2__p-v2 i a {
  color: #0078FF;
}
.cf-section2__p-v2 i a:visite {
  color: #0078FF;
}
.cf-section2__p-v2 strong {
  font-weight: 500;
}
.cf-section2__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .cf-section2__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .cf-section2__grid .div1 {
    grid-area: 1/1/2/3;
  }
  .cf-section2__grid .div2 {
    grid-area: 2/1/3/2;
  }
  .cf-section2__grid .div3 {
    grid-area: 3/1/4/2;
  }
  .cf-section2__grid.invert-3-to-2-max-768 .div3 {
    grid-area: 2/1/3/3;
  }
  .cf-section2__grid.invert-3-to-2-max-768 .div2 {
    grid-area: 3/1/3/3;
  }
}
@media (min-width: 992px) {
  .cf-section2__grid {
    align-items: center;
  }
  .cf-section2__grid .div1 {
    grid-area: 1/1/2/2;
  }
  .cf-section2__grid .div2 {
    grid-area: 2/1/3/2;
  }
  .cf-section2__grid .div3 {
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cf-section2__grid .div1 {
    grid-area: 1/1/2/3;
  }
  .cf-section2__grid .div2 {
    grid-area: 2/1/3/2;
  }
  .cf-section2__grid .div3 {
    grid-area: 2/2/3/3;
  }
}
.cf-section2__ul {
  list-style: none;
  padding-left: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cf-section2__ul li:nth-child(1) {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .cf-section2__ul li:nth-child(1) {
    padding-top: 40px;
  }
}
.cf-section2__ul__li {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .cf-section2__ul__li {
    padding-bottom: 15px;
  }
}
@media (max-width: 567px) {
  .cf-section2__ul__li {
    grid-template-columns: repeat(1, 1fr);
    justify-items: start;
  }
}
@media (min-width: 576px) {
  .cf-section2__ul__li__wrapper {
    padding-left: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .cf-section2__ul__li__wrapper {
    padding-top: 5px;
  }
}
.cf-section2__ul__li__h3 {
  text-align: left;
  font-weight: 500;
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.cf-section2__ul__li__p {
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.cf-section2__icon__welcome {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='57' fill='none'%3E%3Cpath fill='%238CFF00' d='M30.546 7.5H15.273a4.774 4.774 0 0 0-4.773 4.773v32.454a4.774 4.774 0 0 0 4.773 4.773h15.273a4.774 4.774 0 0 0 4.772-4.773V12.273A4.774 4.774 0 0 0 30.546 7.5Zm-7.637 40.09a2.86 2.86 0 0 1-2.863-2.863 2.86 2.86 0 0 1 2.863-2.863 2.86 2.86 0 0 1 2.864 2.863 2.86 2.86 0 0 1-2.864 2.864Zm8.591-7.636H14.318V13.228H31.5v26.728Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M41.115 7.5c-5.313 0-9.615 4.312-9.615 9.625s4.302 9.625 9.615 9.625c5.323 0 9.635-4.312 9.635-9.625S46.438 7.5 41.115 7.5Zm.01 17.325a7.698 7.698 0 0 1-7.7-7.7c0-4.254 3.446-7.7 7.7-7.7s7.7 3.446 7.7 7.7-3.446 7.7-7.7 7.7Zm3.369-8.662c.799 0 1.444-.645 1.444-1.444 0-.8-.645-1.444-1.444-1.444-.8 0-1.444.645-1.444 1.444 0 .799.645 1.444 1.444 1.444Zm-6.738 0c.8 0 1.444-.645 1.444-1.444 0-.8-.645-1.444-1.444-1.444-.799 0-1.444.645-1.444 1.444 0 .799.645 1.444 1.444 1.444Z'/%3E%3Cpath d='M45.871 19.588c-.95 1.88-2.718 3.15-4.747 3.15-2.028 0-3.797-1.27-4.747-3.15-.19-.378.06-.86.44-.86h8.614c.39 0 .63.482.44.86Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  display: block;
}
.cf-section2__icon__value {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M7.523 8.624h30.292a2.273 2.273 0 0 1 2.273 2.273v40.54a2.273 2.273 0 0 1-2.273 2.273H7.523a2.273 2.273 0 0 1-2.273-2.273v-40.54a2.273 2.273 0 0 1 2.273-2.273Z'/%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='M48.158 38.505H24.819a2.576 2.576 0 0 1-2.593-2.537V6.037a2.576 2.576 0 0 1 2.593-2.539h23.339a2.576 2.576 0 0 1 2.592 2.539v29.93a2.576 2.576 0 0 1-2.592 2.538Z' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' d='M21.508 42.958h1.445v-1.964c3.699-.255 5.777-2.44 5.777-5.187 0-3.382-3.206-4.474-5.073-4.967l-.704-.194v-6.262c1.867.184 3.223 1.19 3.417 2.791h2.114c-.088-2.571-2.342-4.527-5.531-4.738V20.41h-1.444v2.053c-3.02.309-5.284 2.228-5.284 4.993 0 2.432 1.761 3.875 4.58 4.686l.704.203v6.668c-1.85-.194-3.365-1.144-3.523-2.959h-2.255c.203 2.775 2.317 4.713 5.778 4.941v1.962Zm1.444-3.945V32.76l.07.017c1.903.53 3.594 1.198 3.594 2.994 0 1.77-1.533 3.003-3.663 3.24h-.001Zm-1.444-8.754c-1.339-.379-3.17-1.12-3.17-2.907 0-1.523 1.233-2.685 3.17-2.941v5.848Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5.25 3.5h45.5v50.208H5.25z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cf-section2__image {
    position: relative;
    min-width: 336px;
  }
}
@media (max-width: 767.98px) {
  .cf-section2__image-center {
    margin-bottom: 16px;
  }
}

.cf-compare-table__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
}
.cf-compare-table__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 48px;
  /* identical to box height, or 209% */
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 35px;
}
.cf-compare-table .espacio-15 {
  display: block;
  height: 15px;
}
.cf-compare-table .comparison-table {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .cf-compare-table .comparison-table {
    max-width: 80%;
  }
}
.cf-compare-table .comparison-table__separator-sky, .cf-compare-table .comparison-table__separator-sky--top {
  border-top: 1px solid #B6D8FF;
  width: 90%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 21px;
  z-index: 3;
}
.cf-compare-table .comparison-table__separator-grey {
  border-top: 1px solid #DEDEDE;
  width: 90%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 25px;
}
.cf-compare-table .comparison-table__separator-sky--top {
  top: -25px;
}
.cf-compare-table .comparison-table .icon__negative {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none'%3E%3Cpath fill='%23ED4422' d='M14.8 1.41 13.39 0 7.8 5.59 2.21 0 .8 1.41 6.39 7 .8 12.59 2.21 14 7.8 8.41 13.39 14l1.41-1.41L9.21 7l5.59-5.59Z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.cf-compare-table .comparison-table .icon__positive {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' fill='none'%3E%3Cpath fill='%230078FF' d='m5.647 10.6-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4-10.6 10.6Z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.cf-compare-table .comparison-table td {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7px;
  padding-right: 7px;
}
.cf-compare-table .comparison-table tr {
  background-color: #fff;
  border-left: 1px solid #00DBD1;
  border-right: 1px solid #00DBD1;
  /*&:hover {
      background-color: #dcfffd;
  }*/
}
.cf-compare-table .comparison-table tr:nth-child(1) {
  border-left: unset;
  border-right: unset;
}
.cf-compare-table .comparison-table tr:nth-last-child(1) {
  border-left: unset;
  border-right: unset;
}
.cf-compare-table .comparison-table .last-element {
  position: relative;
}
.cf-compare-table .comparison-table .last-element:nth-child(2) {
  position: relative;
  border-radius: 0 0 20px 20px;
  top: unset;
  background: #0078FF;
}
.cf-compare-table .comparison-table .last-element th:nth-child(1), .cf-compare-table .comparison-table .last-element th:nth-child(3) {
  background-color: white;
  border-top: 1px solid #00DBD1;
}
.cf-compare-table .comparison-table th {
  text-align: center;
  padding: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  color: white;
}
@media (max-width: 767.98px) {
  .cf-compare-table .comparison-table th {
    font-size: 10px;
  }
}
.cf-compare-table .comparison-table th:nth-child(2) {
  position: absolute;
  width: 50%;
  top: -46px;
  border-radius: 20px 20px 0 0;
  border: none;
  background: linear-gradient(180deg, #00B0FF 0%, #0078FF 100%);
  max-height: 111px;
}
@media (max-width: 767.98px) {
  .cf-compare-table .comparison-table th:nth-child(2) {
    top: -34px;
  }
}
@media (max-width: 344.98px) {
  .cf-compare-table .comparison-table th:nth-child(2) {
    top: -25px;
  }
}
.cf-compare-table .comparison-table th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.cf-compare-table .comparison-table th:nth-child(3) {
  border-radius: 0px 10px 0px 0px;
}
.cf-compare-table .comparison-table th:nth-child(1), .cf-compare-table .comparison-table th:nth-child(3) {
  background-color: #00DBD1;
  width: 25%;
}
.cf-compare-table .comparison-table th .image-logo {
  padding-top: 16px;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .cf-compare-table .comparison-table th .image-logo {
    max-width: 113px;
  }
}
@media (max-width: 344.98px) {
  .cf-compare-table .comparison-table th .image-logo {
    max-width: 90px;
  }
}
.cf-compare-table .comparison-table td.wide-column {
  width: 50%;
}
.cf-compare-table .comparison-table td.wide-column.highlighted {
  background-color: #0078FF;
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 576px) {
  .cf-compare-table .comparison-table td.wide-column.highlighted {
    font-size: 12px;
  }
}

.hero-cdi {
  background-color: #F7F8FB;
  max-height: 533px;
}
@media (max-width: 767.98px) {
  .hero-cdi {
    max-height: unset;
  }
}
.hero-cdi__img {
  position: relative;
  max-width: unset;
  left: -230px;
}
@media (max-width: 767.98px) {
  .hero-cdi__img {
    left: unset;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-cdi__img {
    left: -35px;
  }
}
.hero-cdi__p-red {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #FF2846;
}
@media (max-width: 767.98px) {
  .hero-cdi__p-red {
    margin-top: 60px;
  }
}
.hero-cdi__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 110%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .hero-cdi__title {
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 0.75rem;
  }
}
.hero-cdi__subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}
.hero-cdi__subtitle span {
  font-weight: 600;
  color: #0078FF;
}
.hero-cdi__arrow_red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='46' fill='none'%3E%3Cpath fill='url(%23a)' d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.096-3.684.546-7.58 2.562-10.727.315-.49 4.578-5.406 5.298-4.205.002.005-.217.414-.544 1.024-.894 1.667-2.59 4.831-2.73 5.304a21.136 21.136 0 0 0-.692 8.854c.677 4.922 3.312 8.987 6.936 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.032-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.811-4.845.589-.494.729-1.069.862-1.612.149-.606.287-1.173 1.029-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.162 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z'/%3E%3Cpath fill='url(%23b)' d='M116.007 9.476c-7.804 4.749-16.24 7.96-25.394 8.692-2.159.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.285-.78 6.449-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.283 1.32-1.25 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.565 1.903-.843 2.864-1.254 4.318-2.529 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.852-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.571' x2='.571' y1='-7.726' y2='52.486' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF536B'/%3E%3Cstop offset='1' stop-color='%23FF2846'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='.571' x2='.571' y1='-7.726' y2='52.486' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF536B'/%3E%3Cstop offset='1' stop-color='%23FF2846'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  background-repeat: no-repeat;
  width: 125px;
  height: 46px;
  float: right;
  margin-top: 32px;
}

.profesores-flip {
  position: relative;
  background-color: #F7F8FB;
}
@media (max-width: 576px) {
  .profesores-flip div#prev-flip-profesores2 {
    position: absolute;
    left: 25px;
    top: 169px;
    background: #FFFFFF99;
    width: 25px;
    height: 25px;
    z-index: 10;
  }
  .profesores-flip div#prev-flip-profesores2 i.icon__arrow_izquierda {
    position: absolute;
    left: 8px;
    top: 7px;
    filter: brightness(0%);
    background-size: 8px;
    background-repeat: no-repeat;
  }
  .profesores-flip div#next-flip-profesores2 {
    position: absolute;
    right: 29px;
    top: 169px;
    width: 25px;
    height: 25px;
    z-index: 10;
    background: #FFFFFF99;
  }
  .profesores-flip div#next-flip-profesores2 i.icon__arrow_derecha {
    position: absolute;
    left: 10px;
    top: 7px;
    filter: brightness(0%);
    background-size: 8px;
    background-repeat: no-repeat;
  }
}
.profesores-flip #dots-flip-profesores {
  min-width: 185px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profesores-flip .slick-list.draggable {
    width: 714px;
    overflow: hidden;
  }
}
.profesores-flip .ico-flip-card {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H0v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H11V4L8 7l3 3V8h2c2.21 0 4-1.79 4-4s-1.79-4-4-4Z' fill='%23F60'/%3E%3C/svg%3E");
  width: 17px;
  height: 10px;
  display: block;
  float: right;
}
.profesores-flip .profesor-flip {
  border-radius: 12px;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .profesores-flip .profesor-flip:hover .flip, .profesores-flip .profesor-flip.hover .flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}
.profesores-flip .profesor-flip,
.profesores-flip .front,
.profesores-flip .back {
  width: 100%;
  height: 500px;
}
@media (max-width: 767.98px) {
  .profesores-flip .profesor-flip,
.profesores-flip .front,
.profesores-flip .back {
    height: 650px;
  }
}
.profesores-flip .profesor-flip .card,
.profesores-flip .front .card,
.profesores-flip .back .card {
  height: 470px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .profesores-flip .profesor-flip .card,
.profesores-flip .front .card,
.profesores-flip .back .card {
    height: 640px;
  }
}
.profesores-flip .profesor-flip .card .card-footer,
.profesores-flip .front .card .card-footer,
.profesores-flip .back .card .card-footer {
  background-color: unset;
  border-top: none;
}
.profesores-flip .flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.profesores-flip .front,
.profesores-flip .back {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.profesores-flip .front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.profesores-flip .front__img {
  object-fit: cover;
  max-height: 320px;
  border-radius: 12px 12px 0 0;
  object-position: top;
}
@media (max-width: 767.98px) {
  .profesores-flip .front__img {
    max-height: 288px;
  }
}
.profesores-flip .front .card {
  /*min-height: 412px;
  border-radius: 12px;*/
}
@media (max-width: 767.98px) {
  .profesores-flip .front .card .card-body {
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
  }
}
.profesores-flip .front .card .card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.75px;
  color: #000000;
}
.profesores-flip .front .card .card-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #000000;
}
.profesores-flip .front .card__flag {
  margin-top: 15px;
  filter: drop-shadow(0px 4px 10px rgba(0, 120, 255, 0.3));
}
@media (max-width: 767.98px) {
  .profesores-flip .front .card__flag {
    margin-top: 0px;
    float: right;
    position: relative;
    object-fit: contain;
  }
}
.profesores-flip .back {
  transform: rotateY(180deg);
}
.profesores-flip .back .card__image-badge {
  max-width: 70px;
}
.profesores-flip .back .card__mini-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.75px;
  color: #000000;
}
.profesores-flip .back .card__mini-p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #000000;
}
.profesores-flip .back .card .card-content {
  margin-top: 50px;
}
.profesores-flip .back .card .card-content__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}
.profesores-flip .back .card .card-content__ini-comme {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 8px;
  color: #8CFF00;
  margin: 0px;
}
.profesores-flip .back .card .card-content__end-comme {
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 8px;
  color: #8CFF00;
  transform: rotate(-180deg);
  margin: 0px;
}

.home-page.carousel-profesores {
  background-color: #F4F4F4;
}
.home-page .carousel__item-wrapper {
  float: left;
}

/* display 3 */
/*@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}*/
/*.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}*/
@media (max-width: 767px) {
  .home-page div#carousel-x2 {
    min-width: 720px;
  }
  .home-page .carousels__carousel-1__copy-1 {
    max-width: 90%;
  }

  .carousels__carousel-1__wrapper .item {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-page .carousels .carousel-indicators, .home-page .carousels .carousel-indicators--left,
.home-page .carousels .carousel-indicators.carousels_mask-indicator {
    left: -65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page div#carousel-x2 {
    min-width: 720px;
  }
  .home-page .carousels__carousel-1__copy-1 {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .home-page div#carousel-x2 {
    min-width: 780px;
  }
}
.page-curso .pyp-arrow svg {
  position: absolute;
  right: 100px;
  top: 198px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-curso .pyp-arrow svg {
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.hero .hero__image-wrapper {
    width: 350px;
    top: -90px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .como-funciona-v2.hero .hero__image-wrapper {
    margin-top: -103px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.hero .hero__image-wrapper {
    top: -44px;
  }
}

@media (max-width: 375px) {
  .como-funciona-v2.hero .hero__h-2--black-center {
    width: 230px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.hero .hero__h-2--black-center {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.hero .hero__p--black-center {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .como-funciona-v2.hero .hero__p--black-center {
    margin-top: 5px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.hero .hero__p--black-center {
    margin-top: 13px;
    margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .como-funciona-v2.hero .hero__copy-wrapper {
    min-width: 333px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.hero .hero__copy-wrapper {
    min-width: 545px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.hero .hero__image-1.timelineimg-2 {
    width: 316px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .como-funciona-v2.hero .hero__arrow-orange.hero__arrow-orange-2 {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.hero .hero__arrow-orange.hero__arrow-orange-2 {
    right: 70px;
  }
}

/* TRUSTPILOT */
@media (max-width: 767px) {
  .como-funciona-v2.trustpilot .h-2__title--30.h-2__title--fix {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.trustpilot .h-2__title--30.h-2__title--fix {
    letter-spacing: -1.5px;
  }
}

/* TIMELINE */
.como-funciona-v2.timeline-vertical .timeline {
  height: 310px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.timeline-vertical.gap-bg.gap-bottom-fix {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.timeline-vertical .timeline__img--left {
    padding: 0 0 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.timeline-vertical .timeline__content--left {
    padding: 20px 40px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .como-funciona-v2.timeline-vertical .timeline__img--left.timeline__3 {
    padding: 0 0 0 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .como-funciona-v2.timeline-vertical .timeline__img--right.timeline__2 {
    top: -8px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.timeline-vertical .h-2__content-wrapper {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.timeline-vertical .p-h2.pd--t30.p-h2-fix, .como-funciona-v2.timeline-vertical .pd--t30.p-h2-fix.p-h2--center, .como-funciona-v2.timeline-vertical .pd--t30.p-h2-fix.p-h2--center-to-left {
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .como-funciona-v2.timeline-vertical .timelineimg-4 {
    margin-top: 40px;
    margin-left: 17px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.timeline-vertical .timelineimg-4 {
    left: 15px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2 .timeline__img--left.timeline__3 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2 .timeline__img_1--left--margin-fix {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.timeline-vertical .timelineimg-4__wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.timeline-vertical .timelineimg-4__wrapper {
    width: 692px;
    float: left;
    left: 457px;
    margin-top: 30px;
  }
}

/* TIMELINE VERTICAL */
@media (min-width: 992px) {
  .como-funciona-v2.tabs-graph .tabs-graph__h2-mleft {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.tabs-graph .tabs-graph__h2-mleft {
    margin-left: 190px;
  }
}

/* VIDEO TESTIMONIAL*/
@media (max-width: 767px) {
  .como-funciona-v2.video-testimonial .h-2__title--38.h-2__title--fix {
    font-size: 30px;
    line-height: 34px;
  }
}

/* CTA */
@media (max-width: 991px) {
  .como-funciona-v2.banner-cta.banner-cta-2 .icon__arrow-right-orange.safari_only {
    margin-top: 0;
  }
}

@-moz-document url-prefix() {
  @media (min-width: 768px) and (max-width: 991px) {
    .como-funciona-v2.banner-cta.banner-cta-2 .icon__arrow-right-orange.safari_only {
      margin-top: 0;
    }
  }
}
@media (max-width: 767px) {
  .como-funciona-v2.banner-cta.banner-cta-2 .h-2__title--38.h-2__title--fix {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.banner-cta.banner-cta-2 .banner-cta__title, .como-funciona-v2.banner-cta.banner-cta-2 .banner-cta__title--40-24 {
    font-size: 24px;
    line-height: 34px;
    text-align: left;
  }
}

/* VIDEO TESTIMONIAL */
@media (max-width: 767px) {
  .como-funciona-v2.video-testimonial .p-h2--center.p-h2-fix {
    text-align: center !important;
  }
}

.tabs-graph__h2-large {
  font-size: 20px;
  font-weight: 400;
}

.tabs-graph__h2-small {
  font-size: 16px;
  font-weight: 300;
}

.tabs-graph__h2-mleft {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .nav-link.nav-link-v2,
.nav-link.nav-link-v2.active {
    min-width: 145px;
  }
}
@media (min-width: 768px) {
  .nav-link.nav-link-v2,
.nav-link.nav-link-v2.active {
    min-width: 345px;
  }
}
@media (min-width: 992px) {
  .nav-link.nav-link-v2,
.nav-link.nav-link-v2.active {
    min-width: 378px;
  }
}
@media (min-width: 1200px) {
  .nav-link.nav-link-v2,
.nav-link.nav-link-v2.active {
    min-width: 378px;
  }
}

.video-testimonial__button-play.video-testimonial__button-play-v2 {
  filter: drop-shadow(0px 4px 10px rgba(0, 120, 255, 0.3));
  background-repeat: no-repeat;
  top: unset;
  left: unset;
}
@media (max-width: 767px) {
  .video-testimonial__button-play.video-testimonial__button-play-v2 {
    background: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/11/player_320.png);
    width: 64px;
    height: 48px;
    right: 35px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .video-testimonial__button-play.video-testimonial__button-play-v2 {
    background: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/11/player_768.png);
    width: 84px;
    height: 48px;
    right: 35px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .video-testimonial__button-play.video-testimonial__button-play-v2 {
    background: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/11/player_992.png);
    width: 71px;
    height: 41px;
    right: 75px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .video-testimonial__button-play.video-testimonial__button-play-v2 {
    background: url(https://www.dev.openenglish.com.br/inter/wp-content/uploads/sites/21/2021/11/player_1200.png);
    width: 57px;
    height: 33px;
    right: 170px;
    bottom: 30px;
  }
}

@media (max-width: 359px) {
  .travels__title.travels__title-v2 {
    width: 300px;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .travels__title.travels__title-v2 {
    letter-spacing: -0.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travels__title.travels__title-v2 {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .travels__title.travels__title-v2 {
    width: 465px;
  }
}
@media (min-width: 1200px) {
  .travels__title.travels__title-v2 {
    width: 490px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.tabs-graph .h-2__title--30 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .como-funciona-v2 .p-h2--center {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .como-funciona-v2 .p-h2--center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2 .tabs-graph__h2-large {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .como-funciona-v2 .tabs-graph__h2-large {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2 .tabs-graph__h2-mleft {
    margin-left: 0;
  }
}

.como-funciona-v2 .tabs-graph__h2-disabled {
  color: #D1D1D1;
}
@media (max-width: 767px) {
  .como-funciona-v2 .tabs-graph__h2-disabled {
    display: none;
  }
}

/* VERTICAL CARD */
@media (max-width: 767px) {
  .como-funciona-v2.vertical-cards .vertical-cards__image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .como-funciona-v2.vertical-cards .vertical-cards__image {
    max-width: unset;
  }
}

@media (min-width: 1200px) {
  .como-funciona-v2.vertical-cards .col-fix-padding-right {
    padding: 0;
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .como-funciona-v2.vertical-cards .vertical-cards__h2-right.h-2__title--fix,
.como-funciona-v2.vertical-cards .vertical-cards__h2-left.h-2__title--fix {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 400;
  }
}

/* CTA 2*/
@media (max-width: 767px) {
  .como-funciona-v2.banner-cta.banner-cta-2 .banner-cta__content-wrapper {
    width: 100%;
    margin: 15px auto;
  }
}

/* CHARACTER RIGHT */
@media (min-width: 576px) and (max-width: 767px) {
  .como-funciona-v2.character-right .character-right__image {
    margin-top: 116px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .como-funciona-v2.character-right .character-right__image {
    margin-top: 144px;
  }
}
@media (min-width: 1200px) {
  .como-funciona-v2.character-right .character-right__image {
    margin-top: 15px;
  }
}

.examen-internacional {
  /*section carousel*/
  /*end section carousel*/
}
.examen-internacional .h-2__title--30 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  padding-bottom: 0px !important;
}
.examen-internacional__p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 30px;
  letter-spacing: 0.5px;
}
.examen-internacional .reasons__list__copy {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.examen-internacional .metodo__image-slick {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .examen-internacional .metodo__image-slick {
    width: 100%;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .examen-internacional .metodo__image-slick {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 992px) {
  .examen-internacional .reasons__background {
    background: url(/wp-content/uploads/2022/05/background_ei_section_reasons_1440_1x.png);
    background-repeat: no-repeat;
  }
  .examen-internacional .reasons__background-br {
    background: url(/wp-content/uploads/2022/01/background_ei_section_reasons.png) !important;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .examen-internacional .reasons__background {
    background-position: -581px, 0;
    padding: 15px;
    max-width: 1600px;
  }
}
@media (min-width: 1300px) and (max-width: 1579px) {
  .examen-internacional .reasons__background {
    background-position: -370px, 0;
    padding: 15px;
    max-width: 1600px;
  }
}
@media (min-width: 1580px) {
  .examen-internacional .reasons__background {
    background-position: -170px, 0;
    padding: 15px;
    max-width: 1600px;
  }
}
@media (max-width: 768px) {
  .examen-internacional .h-2__title--30 {
    text-align: center;
  }
  .examen-internacional__p {
    letter-spacing: -0.1px;
  }
}

/*.hero-examen-internacional{
    #leadformContainer {
        width: 100%;
        margin-top: -18px !important;
        bottom: 30px;
        top: 0px!important;
    }
}*/
@media (min-width: 769px) {
  .hero-examen-internacional #leadformContainer {
    width: 100%;
    bottom: 30px;
    top: 0px !important;
  }
  .hero-examen-internacional__p {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-examen-internacional #leadformContainer {
    margin-bottom: 72px;
    margin-top: -18px !important;
  }

  .banner-cta {
    padding: 30px 0;
  }
}
.examen-internacional-v2 {
  background-image: url("/wp-content/uploads/2023/01/10360-ei-background-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 614px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .examen-internacional-v2 {
    background-image: url("/wp-content/uploads/2023/01/10360-ei-background-992.jpg");
    min-height: 644px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .examen-internacional-v2 {
    background-image: url("/wp-content/uploads/2023/01/10360-ei-background-768.jpg");
    min-height: 673px;
    background-size: contain;
    background-position: center center;
    background-color: #E5E5E6;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .examen-internacional-v2 {
    background-image: url("/wp-content/uploads/2023/01/10360-ei-background-768.jpg");
    min-height: 700px;
    background-size: cover;
    background-position: center top;
    background-color: #E5E5E6;
  }
}
@media (min-width: 381px) and (max-width: 575.98px) {
  .examen-internacional-v2 {
    background-image: url("/wp-content/uploads/2023/01/10360-ei-background-768.jpg");
    min-height: 816px;
    background-size: contain;
    background-position: center top;
    background-color: #E5E5E6;
  }
}
@media (max-width: 380px) {
  .examen-internacional-v2 {
    background-image: url("/wp-content/uploads/2023/01/10360-ei-background-320.jpg");
    min-height: 816px;
    background-size: auto;
    background-position: center top;
    background-color: #E5E5E6;
  }
}
@media (max-width: 767.98px) {
  .examen-internacional-v2 .spacer {
    height: 15rem;
  }
}
.examen-internacional-v2 .simulate-bg {
  position: relative;
  top: -220px;
  width: 100%;
}
.examen-internacional-v2 .hero-examen-internacional__h2-40 {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .ingles-tecnico-profesional .hero__form-wrapper {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
  }
}
@media (max-width: 991px) {
  .ingles-tecnico-profesional #leadformContainer {
    margin-top: 0px !important;
  }
  .ingles-tecnico-profesional .planes-yellow {
    display: unset !important;
  }
  .ingles-tecnico-profesional .banner-cta__content-wrapper {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .ingles-tecnico-profesional #leadformContainer {
    margin-left: 0px !important;
  }
}

/*HERO*/
@media (min-width: 1200px) {
  .latam-new-home-page .hero-home-image-wrapper {
    width: 445px;
  }
}

@media (min-width: 1200px) {
  .latam-new-home-page .hero-home-character {
    position: relative;
    top: 8px;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page .hero-home-page__h2-pre--red {
    margin-bottom: 5px;
    margin-top: 11px;
  }
}
@media (min-width: 768px) {
  .latam-new-home-page .hero-home-page__h2-pre--red {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .latam-new-home-page .hero-home-page__h2-pre--red {
    margin-bottom: 5px;
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .latam-new-home-page .hero-home-page__h2-pre--red {
    margin-bottom: 0;
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .latam-new-home-page .hero-home-page__list__item-red {
    padding-left: 6px;
  }
}
@media (min-width: 992px) {
  .latam-new-home-page .hero-home-page__list__item-red {
    background-position-y: 8px !important;
  }
}
.latam-new-home-page .hero-home-page__list__copy-black {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .latam-new-home-page .hero-home-page__list__copy-black {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .latam-new-home-page .oe-brands-es--absolute {
    height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home-page__bg-es .lead-form {
    margin-left: 50px;
  }
}

/* CHARACTER-RIGHT TRUSTPILOT*/
@media (min-width: 768px) and (max-width: 991px) {
  .latam-new-home-page.character-right .h-2__title--30 {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .latam-new-home-page.character-right .character-right__copy-h3, .latam-new-home-page.character-right .character-right__copy-h3--16, .latam-new-home-page.character-right .character-right__copy-h3--40, .latam-new-home-page.character-right .character-right__copy-h3--16-left, .latam-new-home-page.character-right .character-right__copy-h3--16-ty, .latam-new-home-page.character-right .character-right__copy-h3--28-oef {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-new-home-page.character-right .character-right__copy-h3, .latam-new-home-page.character-right .character-right__copy-h3--16, .latam-new-home-page.character-right .character-right__copy-h3--40, .latam-new-home-page.character-right .character-right__copy-h3--16-left, .latam-new-home-page.character-right .character-right__copy-h3--16-ty, .latam-new-home-page.character-right .character-right__copy-h3--28-oef {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .latam-new-home-page.character-right .image-class {
    margin-top: 211px;
    margin-left: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-new-home-page.character-right .image-class {
    margin-top: 119px;
    margin-left: 25px;
  }
}

/*HIGHLIGHT*/
@media (max-width: 767px) {
  .latam-new-home-page.highlight .highlight__image--mobiles {
    width: 100%;
  }
}

/*BANNER-CTA*/
@media (max-width: 991px) {
  .latam-new-home-page.banner-cta.banner-cta-2 {
    padding: 0;
  }
}

.latam-new-home-page.banner-cta .icon__arrow-right-orange {
  margin-right: 0;
  margin-top: unset;
  padding-right: unset;
  right: 50px;
  top: 22px;
  width: 11px;
}

/*CARDS*/
@media (min-width: 768px) {
  .latam-new-home-page.cards .cards__card__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0;
  }
  .latam-new-home-page.cards .cards__card__copy {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .latam-new-home-page.cards .cards__card__wrapper-copy {
    text-align: center !important;
    position: relative;
    bottom: unset;
  }
  .latam-new-home-page.cards .cards__card-2--vertical-image-position {
    width: unset;
    margin: 30px auto 9px auto;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card__wrapper-copy {
    text-align: left !important;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card-3--vertical-image-position {
    width: 76px;
    position: absolute;
    right: 34px;
  }
}
@media (max-width: 1199px) {
  .latam-new-home-page.cards .cards__card-5 .cards__card--background-darkblue-gray {
    background: #4e97b7;
  }
}
@media (min-width: 1200px) {
  .latam-new-home-page.cards .cards__card-5 .cards__card--background-darkblue-gray {
    background: #4e95b1;
  }
}

.latam-new-home-page.cards .cards__card-1-image-1 {
  background-image: url("/wp-content/uploads/2021/12/ingles-profesional-768_2x_.jpg");
}
.latam-new-home-page.cards .cards__card-4-image-1 {
  background-image: url("/wp-content/uploads/2021/12/profesores-nativos-768_2x_.jpg");
}
.latam-new-home-page.cards .cards__card-5-image-1 {
  background-image: url("/wp-content/uploads/2021/12/devices-768_2x_.jpg");
}

@media (min-width: 1200px) {
  .latam-new-home-page.cards .cards__card__title.cards__card__title--yellow {
    margin: 0 0 5px 0;
  }
  .latam-new-home-page.cards .cards__card__title.cards__card__title--blue {
    margin: 15px 0 0 0;
  }
  .latam-new-home-page.cards .cards__card-5 .cards__card__wrapper-copy {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latam-new-home-page.cards .cards__card__fix-container-1600 {
    width: 696px;
  }

  .latam-new-home-page.cards .cards__card__content-wrapper {
    height: 420px;
  }
  .latam-new-home-page.cards .cards__card-1-image-1 {
    display: block;
  }
  .latam-new-home-page.cards .cards__card-1 .cards__card_title {
    margin: 0;
  }
  .latam-new-home-page.cards .cards__card-2 .cards__card_title {
    margin: 25px 0 15px 0;
  }
  .latam-new-home-page.cards .cards__card-3--vertical-image-position {
    right: 0;
  }
  .latam-new-home-page.cards .cards__card-4-image-1 {
    display: block;
  }
  .latam-new-home-page.cards .cards__card-4 .cards__card__title {
    margin: 0;
  }
  .latam-new-home-page.cards .cards__card-5-image-1 {
    display: block;
  }
  .latam-new-home-page.cards .cards__card-5 .cards__card__title {
    margin: 0;
  }

  .latam-new-home-page.cards .cards {
    border: 1px solid salmon;
  }
  .latam-new-home-page.cards .cards__card-1 {
    order: 2;
    padding-left: 9.12px;
  }
  .latam-new-home-page.cards .cards__card-1 .cards__card__content-wrapper {
    left: unset;
    position: relative;
    width: 100%;
  }
  .latam-new-home-page.cards .cards__card-2 {
    order: 1;
    padding-right: 9.12px;
  }
  .latam-new-home-page.cards .cards__card-2--vertical-image-position {
    margin: 30px auto 9px auto;
    position: relative;
    top: 7px;
    display: block;
    left: 0;
  }
  .latam-new-home-page.cards .cards__card-2 .cards__card__content-wrapper {
    left: unset;
    position: relative;
    width: 100%;
  }
  .latam-new-home-page.cards .cards__card-3 {
    order: 5;
    width: 100%;
  }
  .latam-new-home-page.cards .cards__card-3--vertical-image-position {
    position: relative;
    right: 40px;
    top: 7px;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card__content-wrapper {
    height: 170px;
    left: unset;
    margin: 0x;
    position: relative;
    width: 100%;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card__wrapper-copy {
    width: 85%;
    margin-top: 25px;
    height: 115px;
  }
  .latam-new-home-page.cards .cards__card-4 {
    order: 4;
    padding-left: 9.12px;
  }
  .latam-new-home-page.cards .cards__card-4 .cards__card__content-wrapper {
    left: unset;
    position: relative;
    width: 100%;
  }
  .latam-new-home-page.cards .cards__card-5 {
    order: 3;
    padding-right: 9.12px;
  }
  .latam-new-home-page.cards .cards__card-5 .cards__card__content-wrapper {
    left: unset;
    position: relative;
    top: unset;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-new-home-page.cards .cards__card-3 .cards__card__wrapper-copy {
    max-width: unset;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card__content-wrapper {
    top: 0;
  }
  .latam-new-home-page.cards .cards__card-3 {
    min-height: unset;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .latam-new-home-page.cards .cards__card-2 .cards__card__content-wrapper {
    height: 340px;
    width: 368px;
    left: -210px;
  }
  .latam-new-home-page.cards .cards__card-3--vertical-image-position {
    top: 15px;
  }
  .latam-new-home-page.cards .cards__card-3 .cards__card__wrapper-copy {
    margin-top: 40px;
  }
  .latam-new-home-page.cards .cards__card-5 .cards__card__content-wrapper {
    top: 115px;
  }
}
/*CAROUSEL TEACHER*/
@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__item-content {
    height: 597px;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__character-image-2 {
    width: 100%;
    border-radius: 12px 12px 0 0;
    left: 0;
    top: 0;
    border: none;
    position: relative;
  }
}
@media (min-width: 768px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__character-image-2 {
    min-width: 76px;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__title {
    margin: 5px 0 0 15px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__copy {
    font-weight: 500;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__copy-1 {
    margin-left: 15px;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__copy-2 {
    margin-left: 15px;
    padding-right: 13px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__head-container .carousel-profesores__flag {
    position: relative;
    margin-left: 220px;
    margin-top: -80px;
  }
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-prev,
.latam-new-home-page.home-page.carousel-profesores .carousel-control-next {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-top: 150px;
  background-color: white;
  opacity: 0.65;
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-prev {
  margin-left: 35px;
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-next {
  margin-right: 35px;
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-prev .carousel-control-prev-icon,
.latam-new-home-page.home-page.carousel-profesores .carousel-control-next .carousel-control-next-icon {
  width: 6px;
  height: 10px;
  margin-top: 8px;
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.033 2.168-2.91 2.91 2.91 2.91a.747.747 0 1 1-1.058 1.058L.533 5.603a.747.747 0 0 1 0-1.057l3.442-3.443a.747.747 0 0 1 1.058 0 .763.763 0 0 1 0 1.065Z' fill='%23000'/%3E%3C/svg%3E");
}

.latam-new-home-page.home-page.carousel-profesores .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.967 7.988 2.91-2.91-2.91-2.91a.747.747 0 1 1 1.058-1.057l3.442 3.442a.747.747 0 0 1 0 1.058L2.025 9.053a.747.747 0 0 1-1.058 0 .763.763 0 0 1 0-1.065Z' fill='%23000'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__flag-flip {
    filter: drop-shadow(0px 4px 10px rgba(0, 120, 255, 0.3));
    top: -48px;
    left: 228px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__flag-flip {
    display: none;
  }
}

@media (max-width: 767px) {
  .latam-new-home-page.carousel-profesores .carousel-profesores__copy-1 {
    margin-top: -28px;
    line-height: 16px;
  }
}

/* CAROUSEL TESTIMONIOS */
@media (max-width: 767px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-1__wrapper-image-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300DBD1' d='M0 0h19v200H0z'/%3E%3C/svg%3E");
  }
}

.latam-new-home-page.home-page.carousels .carousels__carousel-1__inner-col {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-1__inner {
    height: 735px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-1__image-1 {
    width: calc(100% - 20px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-2__wrapper {
    background-position-y: 140px;
  }
}
@media (min-width: 1200px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-2__wrapper {
    background-position-y: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .latam-new-home-page.home-page.carousels .carousels__mask-indicator {
    margin-left: 0;
  }
}

.latam-new-home-page.home-page.carousels .carousels__carousel-1__copy-1 {
  color: #000;
}
@media (min-width: 768px) {
  .latam-new-home-page.home-page.carousels .carousels__carousel-1__copy-1 {
    font-size: 21px;
  }
}

.latam-new-home-page.hero-home-page__bg-es .hero-label {
  width: 205px;
  height: 48px;
  padding: 6px 0 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='205' height='48' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23CFCFCF' d='M1 11.147a8 8 0 0 1 8.146-7.999l180 3.279A8 8 0 0 1 197 14.425v24.428a8 8 0 0 1-8.146 7.999l-180-3.279A8 8 0 0 1 1 35.575V11.146Z'/%3E%3C/g%3E%3Crect width='203' height='40' x='1.5' y='.5' fill='%230078FF' rx='7.5'/%3E%3Crect width='203' height='40' x='1.5' y='.5' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='198' height='45.706' x='0' y='2.147' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1_5367' stdDeviation='.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .latam-new-home-page.hero-home-page__bg-es .hero-label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='241' height='53' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23CFCFCF' d='M1 13.23a8 8 0 0 1 8.227-7.996l215 6.115A8 8 0 0 1 232 19.346v24.423a8 8 0 0 1-8.227 7.997l-215-6.115A8 8 0 0 1 1 37.654V13.231Z'/%3E%3C/g%3E%3Crect width='239' height='43' x='1.5' y='.5' fill='%230078FF' rx='7.5'/%3E%3Crect width='239' height='43' x='1.5' y='.5' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='233' height='48.539' x='0' y='4.23' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2571_5371' stdDeviation='.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 241px;
    height: 53px;
    margin-top: 17px;
  }
}
@media (min-width: 1440px) {
  .latam-new-home-page.hero-home-page__bg-es .hero-label {
    margin-top: 60px;
  }
}
.latam-new-home-page.hero-home-page__bg-es .hero-label__copy-1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: start;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .latam-new-home-page.hero-home-page__bg-es .hero-label__copy-1 {
    font-size: 14px;
  }
}
.latam-new-home-page.hero-home-page__bg-es .hero-label__copy-2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #FFFF00;
  margin: 0;
  padding: 0;
  text-align: start;
}
@media (min-width: 768px) {
  .latam-new-home-page.hero-home-page__bg-es .hero-label__copy-2 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .page-test-nivel-ingles.hero #leadformContainer {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .container-1600 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-test-nivel-ingles.hero {
  background-color: #E3E3E5;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.hero {
    height: 976px;
    height: auto;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-test-nivel-ingles.hero {
    height: 495px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-test-nivel-ingles.hero {
    height: 562px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.hero {
    height: 562px;
  }
}

.page-test-nivel-ingles.hero .hero__row-order {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero__col-order-1 {
    order: 2;
  }
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero__col-order-2 {
    order: 1;
  }
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero__col-order-3 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero__img-wrapper {
    margin-top: 14px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-test-nivel-ingles.hero .hero__img-wrapper {
    margin-top: 223px;
    position: relative;
    left: -30px;
    width: 611px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.hero .hero__img-wrapper {
    float: right;
    margin-top: 77px;
    position: relative;
    right: -546px;
    width: 1017px;
  }
}

@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero__copy-wrapper {
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-test-nivel-ingles.hero .hero__copy-wrapper {
    width: 349px;
    margin-left: -25px;
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-test-nivel-ingles.hero .hero__copy-wrapper {
    margin-left: 35px;
    margin-top: 60px;
    width: 435px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.hero .hero__copy-wrapper {
    margin-left: -45px;
    margin-top: 60px;
    width: 462px;
  }
}

.page-test-nivel-ingles.hero .hero-home-page__h2 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero-home-page__h2 {
    margin-bottom: 10px;
  }
}

.page-test-nivel-ingles.hero .hero-home-page__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 21px;
  text-align: left;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.hero .hero-home-page__copy {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-test-nivel-ingles.hero .hero__arrow-red {
    right: 0;
    margin-top: -42px;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-test-nivel-ingles.hero .hero__arrow-red {
    right: 51px;
    margin-top: -42px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.hero .hero__arrow-red {
    right: 51px;
    margin-top: -42px;
    position: absolute;
  }
}

/* HERO LIST */
.page-test-nivel-ingles.hero .hero-home-page__list {
  margin-left: 0;
}
.page-test-nivel-ingles.hero .hero-home-page__list__copy-black {
  font-size: 18px;
  margin-bottom: 4px;
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-test-nivel-ingles.hero .hero-home-page__list {
    width: auto;
    text-align: left;
  }
}

.page-test-nivel-ingles.hero .hero-home-page__list__item-red {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2Z' fill='%230078FF'/%3E%3C/svg%3E");
  background-position-y: 2px !important;
}

/* COMO */
.page-test-nivel-ingles.cmo .cmo__row-1 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .cmo__row-1 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.cmo .cmo__row-1 {
    padding-bottom: 100px;
  }
}

.page-test-nivel-ingles.cmo .cmo__row-2 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .cmo__row-2 {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-test-nivel-ingles.cmo .cmo__row-2 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.cmo .cmo__row-2 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .page-test-nivel-ingles.cmo .btn.cta, .page-test-nivel-ingles.cmo .btn.cta--center, .page-test-nivel-ingles.cmo .btn.cta--left, .page-test-nivel-ingles.cmo .btn.cta--background-white, .page-test-nivel-ingles.cmo .btn.cta--background-gradient-orange {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .h-2__title--38 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .cmo__copy {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .cmo__image-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-test-nivel-ingles.cmo .cmo__image-wrapper {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-test-nivel-ingles.cmo .cmo__image-wrapper {
    width: 315px;
  }
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.cmo .cmo__image-wrapper-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-test-nivel-ingles.cmo .cmo__image-wrapper-1 {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .page-test-nivel-ingles.cmo .icon__arrow-right-yellow {
    margin: 0;
    padding: 0;
    right: 36px;
    position: absolute;
  }
}
@media (min-width: 576px) {
  .page-test-nivel-ingles.cmo .icon__arrow-right-yellow {
    margin-top: 0px;
    left: 60px;
  }
}

/* GRAPH */
.page-test-nivel-ingles.graph .graph__content-wrapper {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.graph .graph__content-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.graph .h-2__title--30 {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-test-nivel-ingles.graph .h-2__title--30 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
  }
}

.page-test-nivel-ingles.graph .graph__content-title {
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding: 20px 40px 15px 40px;
  text-align: left;
  width: 100%;
}
@media (max-width: 575px) {
  .page-test-nivel-ingles.graph .graph__content-title {
    padding: 12px 15px 10px 15px;
  }
}

.page-test-nivel-ingles.graph .graph__title {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
@media (max-width: 575px) {
  .page-test-nivel-ingles.graph .graph__title {
    display: inline-block;
    font-size: 16px;
    line-height: 20.8px;
    top: 0;
    width: 70%;
  }
}

.page-test-nivel-ingles.graph .graph__copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding-top: 10px;
  padding: 0 33px 12px 33px;
  text-align: left;
}

.page-test-nivel-ingles.graph .graph__anchor {
  text-decoration: none;
}

.page-test-nivel-ingles.graph .graph__copy-level {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 300;
  height: 42px;
  line-height: 38.73px;
  margin-right: 40px;
  text-align: left;
  width: 42px;
}
@media (max-width: 575px) {
  .page-test-nivel-ingles.graph .graph__copy-level {
    margin-right: 5px;
    font-size: 24px;
    line-height: 29.05px;
    top: -7px;
    position: relative;
  }
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_a1-level {
  color: #58BFC8;
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_a2-level {
  color: #72DEE3;
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_b1-level {
  color: #3880F7;
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_b2-level {
  color: #48A0F8;
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_c1-level {
  color: #EC632B;
}

.page-test-nivel-ingles.graph .graph__copy-level.graph_c2-level {
  color: #EF8B3F;
}

.page-test-nivel-ingles.graph .icon__orange-down-arrow {
  position: relative;
  top: 10px;
}
@media (max-width: 575px) {
  .page-test-nivel-ingles.graph .icon__orange-down-arrow {
    top: 17px;
  }
}

.page-test-nivel-ingles.graph .page-test-nivel-ingles__btn-wrapper {
  margin: 30px auto 0 auto;
}
@media (max-width: 767px) {
  .page-test-nivel-ingles.graph .page-test-nivel-ingles__btn-wrapper {
    width: 100%;
    margin: 35px auto 0 auto;
  }
}
@media (min-width: 768px) {
  .page-test-nivel-ingles.graph .page-test-nivel-ingles__btn-wrapper {
    width: 299px;
  }
}
@media (min-width: 992px) {
  .page-test-nivel-ingles.graph .page-test-nivel-ingles__btn-wrapper {
    width: 299px;
  }
}
@media (min-width: 1200px) {
  .page-test-nivel-ingles.graph .page-test-nivel-ingles__btn-wrapper {
    width: 281px;
  }
}

.page-test-nivel-ingles.graph {
  padding-top: 80px;
}

.page-result-test-nivel-ingles.opportunity .opportunity__copy {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-result-test-nivel-ingles.opportunity .opportunity__copy {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-result-test-nivel-ingles.opportunity .opportunity__copy {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .page-result-test-nivel-ingles.opportunity .opportunity__copy {
    width: 460px;
  }
}

.page-result-test-nivel-ingles.opportunity .opportunity__copy-bold {
  font-weight: 600;
}

.page-result-test-nivel-ingles.opportunity .icon-list-copy {
  color: #0078FF;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  margin-left: 25px;
}
@media (max-width: 360px) {
  .page-result-test-nivel-ingles.opportunity .icon-list-copy {
    max-width: 210px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .page-result-test-nivel-ingles.opportunity .icon-list-copy {
    font-size: 18px;
    line-height: 22px;
  }
}

.page-result-test-nivel-ingles.opportunity .icon-list-copy.valign-cpy {
  top: -10px;
  position: relative;
}

.page-result-test-nivel-ingles.opportunity .opportunity-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-result-test-nivel-ingles.opportunity .opportunity-list {
    width: 350px;
  }
}

.page-result-test-nivel-ingles.opportunity .opportunity-list-item {
  padding: 10px 0 10px 10px;
}
@media (max-width: 767px) {
  .page-result-test-nivel-ingles.opportunity .opportunity-list-item {
    padding: 10px 0 10px 10px;
  }
}

.page-result-test-nivel-ingles.opportunity .icon__green-computer-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M48.118 31.222V6.456a2.8 2.8 0 0 0-2.8-2.8H6.468a2.8 2.8 0 0 0-2.8 2.8v24.766h44.45ZM.651 32.755h50.498a.65.65 0 0 1 .651.658v.805a1.302 1.302 0 0 1-1.302 1.295H1.302A1.302 1.302 0 0 1 0 34.21v-.798a.65.65 0 0 1 .651-.651v-.007Z' fill='%2300E3D8'/%3E%3Cpath d='M53.9.513H42.7a2.1 2.1 0 0 0-2.1 2.1V23.71a2.1 2.1 0 0 0 2.1 2.1h11.2a2.1 2.1 0 0 0 2.1-2.1V2.613a2.1 2.1 0 0 0-2.1-2.1Zm-4.403 23.464h-2.429a.364.364 0 1 1 0-.7h2.401a.364.364 0 1 1 0 .7h.028Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .513)' d='M0 0h56v35H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-result-test-nivel-ingles.opportunity .icon__green-commentary-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.128.513H33.6a5.6 5.6 0 0 1 5.6 5.6v17.304a5.6 5.6 0 0 1-5.6 5.6H14.28v6.128L7.152 29H5.6A5.6 5.6 0 0 1 0 23.4V6.113a5.6 5.6 0 0 1 5.6-5.6h26.472' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3Cpath d='M30.472 20.145h21.272A4.056 4.056 0 0 1 56 23.96v12.728a4.056 4.056 0 0 1-4.256 3.824H29.056a4.056 4.056 0 0 1-4.256-3.824V23.945a4.056 4.056 0 0 1 4.256-3.816h21.272' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .513)' d='M0 0h56v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 41px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-result-test-nivel-ingles.opportunity .icon__green-star-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m24.254.901 6.41 14.31 15.584 1.65a.82.82 0 0 1 .464 1.43L35.125 28.784a.077.077 0 0 0 0 .049l3.254 15.332a.831.831 0 0 1-1.226.888l-13.575-7.83a.058.058 0 0 0-.058 0l-13.517 7.82a.83.83 0 0 1-1.226-.878l3.244-15.332v-.049L.434 18.29a.82.82 0 0 1 .464-1.429l15.583-1.65L22.863.9a.82.82 0 0 1 1.39 0Z' fill='%238CFF00' style='mix-blend-mode:multiply'/%3E%3Cpath d='M45.215 22.355C51.171 22.355 56 17.526 56 11.57S51.171.785 45.215.785 34.43 5.614 34.43 11.57s4.829 10.785 10.785 10.785Z' fill='%2300E3D8'/%3E%3Cpath d='m49.492 8.548-2.133 2.008-4.287 4.036-2.144-2.018' stroke='%23fff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .409)' d='M0 0h56v44.781H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.linguaskill .btn.cta, .linguaskill .btn.cta--center, .linguaskill .btn.cta--left, .linguaskill .btn.cta--background-white, .linguaskill .btn.cta--background-gradient-orange {
  width: 100%;
  max-width: 450px;
  display: inline-block;
  padding-right: unset;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .linguaskill .btn.cta, .linguaskill .btn.cta--center, .linguaskill .btn.cta--left, .linguaskill .btn.cta--background-white, .linguaskill .btn.cta--background-gradient-orange {
    min-height: 56px;
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .linguaskill .btn.cta, .linguaskill .btn.cta--center, .linguaskill .btn.cta--left, .linguaskill .btn.cta--background-white, .linguaskill .btn.cta--background-gradient-orange {
    height: 70px;
    padding-top: 23px;
  }
}
.linguaskill .icon__arrow-right-yellow {
  margin-top: unset;
  padding-left: 0;
  padding-right: 40px;
  padding-right: unset;
  position: relative;
  width: 10px;
  right: 40px;
  top: 16px;
}
@media (max-width: 767px) {
  .linguaskill .icon__arrow-right-yellow {
    top: 15px;
  }
}
@media (min-width: 768px) {
  .linguaskill .icon__arrow-right-yellow {
    top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .linguaskill .btn .icon__arrow-right-orange {
    margin-top: 3px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .linguaskill.banner-cta.banner-cta-2 .btn.cta--background-white {
    padding-top: 18px;
  }
}
.linguaskill .btn.cta, .linguaskill .btn.cta--center, .linguaskill .btn.cta--left, .linguaskill .btn.cta--background-white, .linguaskill .btn.cta--background-gradient-orange {
  color: #fff !important;
}
.linguaskill .btn.cta--background-white.cta--width-240.cta--right {
  color: #0078FF !important;
}

/* S1 section 1 */
.linguaskill.s1 .linguaskill__title {
  font-weight: 300;
  text-align: center;
  color: #000;
  padding: 0 0 15px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .linguaskill.s1 .linguaskill__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s1 .linguaskill__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.linguaskill.s1 .linguaskill__copy {
  font-weight: 400;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  .linguaskill.s1 .linguaskill__copy {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s1 .linguaskill__copy {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 45px;
  }
}
.linguaskill.s1 .linguaskill__s1-image {
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .linguaskill.s1 .linguaskill__s1-image {
    padding-bottom: 25px;
  }
}

/* S2 section 2 */
@media (min-width: 767px) and (max-width: 991px) {
  .linguaskill.s2 .linguaskill__content-wrapper {
    width: 350px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .linguaskill.s2 .linguaskill__content-wrapper {
    width: 379px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .linguaskill.s2 .linguaskill__content-wrapper {
    width: 474px;
    margin-left: -10px;
  }
}
.linguaskill.s2 .linguaskill__title {
  font-weight: 300;
  text-align: left;
  color: #000;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .linguaskill.s2 .linguaskill__title {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 25px 0;
  }
}
@media (min-width: 767px) {
  .linguaskill.s2 .linguaskill__title {
    font-size: 40px;
    line-height: 48px;
    padding: 0 0 30px 0;
  }
}
.linguaskill.s2 .linguaskill__copy {
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  .linguaskill.s2 .linguaskill__copy {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s2 .linguaskill__copy {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 45px;
  }
}
.linguaskill.s2 .linguaskill__list {
  padding: 0 0 0 28px;
  padding: 0 0 0 28px;
}
@media (min-width: 992px) {
  .linguaskill.s2 .linguaskill__list {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .linguaskill.s2 .linguaskill__list {
    padding: 0 0 0 20px;
  }
}
.linguaskill.s2 .linguaskill__list-item {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .linguaskill.s2 .linguaskill__list-item {
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s2 .linguaskill__list-item {
    padding-bottom: 25px;
  }
}
.linguaskill.s2 .linguaskill__s2-image {
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .linguaskill.s2 .linguaskill__s2-image {
    padding-bottom: 25px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s2 .linguaskill__image-wrapper-1 {
    position: relative;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .linguaskill.s2 .linguaskill__image-wrapper-1 {
    position: relative;
    left: 5px;
  }
}
@media (min-width: 1200px) {
  .linguaskill.s2 .linguaskill__image-wrapper-1 {
    position: relative;
    left: 90px;
  }
}

/* S3 section 3 */
.linguaskill.s3 {
  background: #ebf7ff;
  background: linear-gradient(0deg, #ebf7ff 75%, white 100%);
}
@media (min-width: 768px) {
  .linguaskill.s3 {
    background: linear-gradient(0deg, #ebf7ff 40%, white 100%);
  }
}
@media (max-width: 767px) {
  .linguaskill.s3 #leadformContainer {
    width: 100%;
    margin-top: 0 !important;
    bottom: 30px;
    top: 0px !important;
  }
}
@media (min-width: 992px) {
  .linguaskill.s3 .icon__arrow-rigth-red, .linguaskill.s3 .icon__arrow-rigth-red--top-0 {
    margin-top: 290px;
  }
}
@media (min-width: 1200px) {
  .linguaskill.s3 .icon__arrow-rigth-red, .linguaskill.s3 .icon__arrow-rigth-red--top-0 {
    right: 100px;
  }
}
.linguaskill.s3 .linguaskill__copy--red {
  font-weight: 600;
  text-align: left;
  color: #FF2846;
  margin: 0;
}
@media (max-width: 767px) {
  .linguaskill.s3 .linguaskill__copy--red {
    font-size: 16px;
    line-height: 20.8px;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__copy--red {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
  }
}
.linguaskill.s3 .linguaskill__title {
  font-weight: 300;
  text-align: left;
  color: #000;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .linguaskill.s3 .linguaskill__title {
    font-size: 40px;
    line-height: 48px;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__title {
    font-size: 40px;
    line-height: 48px;
    padding: 0 0 30px 0;
  }
}
.linguaskill.s3 .linguaskill__copy {
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  .linguaskill.s3 .linguaskill__copy {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__copy {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 45px;
  }
}
.linguaskill.s3 .linguaskill__list {
  padding: 0 0 0 28px;
  padding: 0 0 0 28px;
}
@media (min-width: 992px) {
  .linguaskill.s3 .linguaskill__list {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .linguaskill.s3 .linguaskill__list {
    padding: 0 0 0 20px;
  }
}
.linguaskill.s3 .linguaskill__list-item {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .linguaskill.s3 .linguaskill__list-item {
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__list-item {
    padding-bottom: 25px;
  }
}
.linguaskill.s3 .linguaskill__s3-image {
  margin: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .linguaskill.s3 .linguaskill__s3-image {
    padding-bottom: 25px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__image-wrapper {
    vertical-align: bottom;
    position: absolute;
    bottom: -80px;
  }
}
@media (min-width: 767px) {
  .linguaskill.s3 .linguaskill__form-wrapper {
    margin-top: 100px;
  }
}

.linguaskill.s4 {
  font-family: "Inter";
}
.linguaskill.s4 p, .linguaskill.s4 h1, .linguaskill.s4 h2, .linguaskill.s4 h3, .linguaskill.s4 h4, .linguaskill.s4 h5, .linguaskill.s4 h6 {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .linguaskill.s4 {
    padding-bottom: 75px;
  }
}
.linguaskill .s4 {
  /*panel-collapse*/
  /*tabs*/
}
@media (min-width: 1200px) {
  .linguaskill .s4__tabs-container-fix-980 {
    width: 980px;
  }
}
.linguaskill .s4__title-1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .linguaskill .s4__title-1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .linguaskill .s4__title-1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }
}
.linguaskill .s4__panel-title-2 {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767px) {
  .linguaskill .s4__panel-title-2 {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }
}
.linguaskill .s4__panel-copy-1 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .linguaskill .s4__panel-copy-1 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .linguaskill .s4__panel-copy-1-last {
    padding-bottom: 0 !important;
  }
}
.linguaskill .s4__panel {
  margin-top: 30px;
}
.linguaskill .s4__panel-col-fix-inner {
  padding-left: 0;
  padding-right: 0;
}
.linguaskill .s4__panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 1px !important;
}
.linguaskill .s4__panel-heading-first, .linguaskill .s4__panel-heading, .linguaskill .s4__panel-heading-last {
  background: #F8F8F8;
  height: 48px;
  padding: 0;
}
.linguaskill .s4__panel-heading-first {
  border-radius: 8px 8px 0px 0px;
}
.linguaskill .s4__panel-heading {
  border-radius: 0;
}
.linguaskill .s4__panel-heading-last {
  border-radius: 0px 0px 8px 8px;
}
.linguaskill .s4__panel--isActive .s4__panel-heading-first, .linguaskill .s4__panel--isActive .s4__panel-heading, .linguaskill .s4__panel--isActive .s4__panel-heading-last {
  background: #FF6600;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.linguaskill .s4__panel--isActive .s4__panel-link {
  color: #fff;
}
.linguaskill .s4__panel-title-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.linguaskill .s4__panel-title-1:active, .linguaskill .s4__panel-title-1:hover, .linguaskill .s4__panel-title-1:visited {
  text-decoration: none;
}
@media (max-width: 767px) {
  .linguaskill .s4__panel-title-1 {
    padding: 0;
    display: block;
  }
}
.linguaskill .s4__panel-link, .linguaskill .s4__panel-link:active, .linguaskill .s4__panel-link:hover, .linguaskill .s4__panel-link:visited {
  text-decoration: none;
  padding: 15px;
  display: block;
}
.linguaskill .s4__panel-body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .linguaskill .s4__panel-image-wrapper {
    margin-top: 18px;
    min-height: 220px;
  }
}
.linguaskill .s4__panel-image {
  margin: 0 auto;
}
.linguaskill .s4__tabs {
  background-color: #F8F8F8;
  border-bottom: none;
  border-radius: 8px;
  height: 47px;
  margin-bottom: 55px;
  margin-top: 35px;
}
.linguaskill .s4__tabs-item {
  border-radius: none;
}
.linguaskill .s4__tabs-item-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  .linguaskill .s4__tabs-item-link {
    padding: 15px 26.8px;
  }
}
@media (min-width: 992px) {
  .linguaskill .s4__tabs-item-link {
    padding: 15px 50.8px;
  }
}
@media (min-width: 1200px) {
  .linguaskill .s4__tabs-item-link {
    padding: 15px 52.8px;
  }
}
.linguaskill .s4__tabs-item-link {
  color: #000;
  border: none;
}
.linguaskill .s4__tab-title-2 {
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
  font-weight: 400;
  padding-top: 32px !important;
}
.linguaskill .s4__tab-copy-1 {
  margin-top: 26px !important;
}
.linguaskill .s4__tab-image-wrapper {
  margin-bottom: 100px;
  text-align: right;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .linguaskill .s4__tab-image-wrapper {
    width: 288px;
    height: 220px;
  }
}
@media (min-width: 768px) {
  .linguaskill .s4__tab-image-wrapper {
    width: 257px;
    height: 356px;
  }
}
@media (min-width: 992px) {
  .linguaskill .s4__tab-image-wrapper {
    width: 350px;
    height: 356px;
  }
}
@media (min-width: 1200px) {
  .linguaskill .s4__tab-image-wrapper {
    width: 328px;
    height: 356px;
  }
}
.linguaskill .s4__tabs-item-link {
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0;
  padding-top: 15px;
}
.linguaskill .s4__tabs-item-link--first {
  border-radius: 8px 0px 0px 8px;
}
.linguaskill .s4__tabs-item-link--last {
  border-radius: 0px 8px 8px 0px;
}
.linguaskill .active .s4__tabs-item-link,
.linguaskill .active .s4__tabs-item-link:active,
.linguaskill .active .s4__tabs-item-link:focus,
.linguaskill .active .s4__tabs-item-link:hover,
.linguaskill .active .s4__tabs-item-link:visited {
  color: #fff;
  background-color: #FF6600;
  border: none;
}

.linguaskill.cmo {
  font-family: "Inter";
}
.linguaskill.cmo p, .linguaskill.cmo h1, .linguaskill.cmo h2, .linguaskill.cmo h3, .linguaskill.cmo h4, .linguaskill.cmo h5, .linguaskill.cmo h6 {
  margin: 0;
  padding: 0;
}
.linguaskill.cmo .h-2__title, .linguaskill.cmo .h-2__title--30, .linguaskill.cmo .h-2__title--38, .linguaskill.cmo .h-2__title--24, .linguaskill.cmo .h-2__title--28-30, .linguaskill.cmo .h-2__title__left {
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .linguaskill.cmo .h-2__title, .linguaskill.cmo .h-2__title--30, .linguaskill.cmo .h-2__title--38, .linguaskill.cmo .h-2__title--24, .linguaskill.cmo .h-2__title--28-30, .linguaskill.cmo .h-2__title__left {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .linguaskill.cmo .h-2__title, .linguaskill.cmo .h-2__title--30, .linguaskill.cmo .h-2__title--38, .linguaskill.cmo .h-2__title--24, .linguaskill.cmo .h-2__title--28-30, .linguaskill.cmo .h-2__title__left {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .linguaskill.cmo .h-2__title, .linguaskill.cmo .h-2__title--30, .linguaskill.cmo .h-2__title--38, .linguaskill.cmo .h-2__title--24, .linguaskill.cmo .h-2__title--28-30, .linguaskill.cmo .h-2__title__left {
    padding-bottom: 30px;
  }
}
.linguaskill.cmo .cmo__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.linguaskill.cmo .cmo__copy {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .linguaskill.cmo .cmo__image-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .linguaskill.cmo .cmo__image {
    margin-left: -8px !important;
  }
}
@media (min-width: 992px) {
  .linguaskill.cmo .cmo__image {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .linguaskill.cmo .cmo__image {
    margin-left: -5px !important;
  }
}

/*cmo*/
/*banner cta*/
@media (max-width: 767px) {
  .linguaskill.banner-cta {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .linguaskill.banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .linguaskill.banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .linguaskill.banner-cta {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.linguaskill.banner-cta.gap-cta-planes-precios {
  margin: unset;
}
.linguaskill.banner-cta .banner-cta__title, .linguaskill.banner-cta .banner-cta__title--40-24 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.linguaskill.banner-cta .banner-cta__title .banner-cta__title--tiny, .linguaskill.banner-cta .banner-cta__title--40-24 .banner-cta__title--tiny {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}
.linguaskill.banner-cta .banner-cta__title .banner-cta__title--tiny--highlight, .linguaskill.banner-cta .banner-cta__title--40-24 .banner-cta__title--tiny--highlight {
  color: #FFFF00;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #FF6600;
  color: #fff;
}

.linguaskill .banner-cta {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .linguaskill .banner-cta {
    padding: 60px 0 65px 0;
  }
}
.linguaskill .broken_link,
.linguaskill a.broken_link {
  text-decoration: unset;
}
.linguaskill .pilares__collapse-active {
  border: unset !important;
}

@media (max-width: 575px) {
  .WEB-8143.b2b-hero .col-xs-0 {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .WEB-8143.b2b-hero .col-sm-0 {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8143.b2b-hero .col-md-0 {
    display: none !important;
    visibility: hidden;
    width: 0;
  }
}

/* HERO */
.WEB-8143.b2b-hero .order__col {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
@media (min-width: 992px) {
  .WEB-8143.b2b-hero .order__col .col-order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .WEB-8143.b2b-hero .order__col .col-order-2 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .WEB-8143.b2b-hero .order__col .col-order-3 {
    order: 3;
  }
}

.WEB-8143.b2b-hero {
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .WEB-8143.b2b-hero {
    min-height: 904px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8143.b2b-hero {
    height: 712px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero {
    height: 712px;
  }
}
@media (min-width: 1200px) {
  .WEB-8143.b2b-hero {
    height: 762px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero .hero__image-wrapper {
    width: 489px;
    margin-left: -25px;
  }
}
@media (min-width: 1200px) {
  .WEB-8143.b2b-hero .hero__image-wrapper {
    width: 710px;
    margin-left: -130px;
  }
}
@media (min-width: 1440px) {
  .WEB-8143.b2b-hero .hero__image-wrapper {
    margin-left: -160px;
  }
}
.WEB-8143.b2b-hero .hero__content-wrapper {
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8143.b2b-hero .hero__content-wrapper {
    width: 329px;
    margin-left: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero .hero__content-wrapper {
    width: 311px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .WEB-8143.b2b-hero .hero__content-wrapper {
    width: 460px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8143.b2b-hero .hero__form-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero .hero__form-wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .WEB-8143.b2b-hero .hero__form-wrapper {
    margin-top: 100px;
  }
}
.WEB-8143.b2b-hero .hero__arrow-wrapper {
  float: right;
}
@media (max-width: 767px) {
  .WEB-8143.b2b-hero .hero__arrow-wrapper {
    display: none;
    visibility: hidden;
  }
}
.WEB-8143.b2b-hero .hero__copy {
  color: #FF2846;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}
@media (max-width: 767px) {
  .WEB-8143.b2b-hero .hero__copy {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8143.b2b-hero .hero__copy {
    margin-top: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero .hero__copy {
    margin-top: 160px;
  }
}
@media (min-width: 1200px) {
  .WEB-8143.b2b-hero .hero__copy {
    margin-top: 232px;
  }
}
.WEB-8143.b2b-hero .hero__h2 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
  text-align: left;
}
@media (max-width: 767px) {
  .WEB-8143.b2b-hero .hero__h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8143.b2b-hero .hero__h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
/*trust pilot*/
.b2b.trustpilot {
  font-family: "Inter";
  font-weight: 300;
}
.b2b.trustpilot .h-2__title, .b2b.trustpilot .h-2__title--30, .b2b.trustpilot .h-2__title--38, .b2b.trustpilot .h-2__title--24, .b2b.trustpilot .h-2__title--28-30, .b2b.trustpilot .h-2__title__left {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b2b.trustpilot .h-2__title, .b2b.trustpilot .h-2__title--30, .b2b.trustpilot .h-2__title--38, .b2b.trustpilot .h-2__title--24, .b2b.trustpilot .h-2__title--28-30, .b2b.trustpilot .h-2__title__left {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .b2b.trustpilot .h-2__title, .b2b.trustpilot .h-2__title--30, .b2b.trustpilot .h-2__title--38, .b2b.trustpilot .h-2__title--24, .b2b.trustpilot .h-2__title--28-30, .b2b.trustpilot .h-2__title__left {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 50px;
  }
}
.b2b.trustpilot .trustpilot__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .b2b.trustpilot .trustpilot__copy {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .b2b.trustpilot .trustpilot__copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b2b.trustpilot .trustpilot-widget {
    margin-left: -60px;
  }
}

/* pilares */
@media (max-width: 767px) {
  .b2b.pilares.gap-l {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .b2b.pilares.gap-l {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .b2b.pilares.gap-l {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .b2b.pilares.gap-l {
    padding-bottom: 220px;
  }
}

/* niveles */
.b2b.carousel-niveles-course-nd .h-2__title--30 {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .b2b.carousel-niveles-course-nd .p-h2, .b2b.carousel-niveles-course-nd .p-h2--center, .b2b.carousel-niveles-course-nd .p-h2--center-to-left {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .b2b.carousel-niveles-course-nd .p-h2, .b2b.carousel-niveles-course-nd .p-h2--center, .b2b.carousel-niveles-course-nd .p-h2--center-to-left {
    padding-bottom: 30px;
  }
}

.b2b.carousel-niveles-course-nd .p-h2-1 {
  color: #0078FF;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .b2b.carousel-niveles-course-nd .p-h2-1 {
    font-size: 14px;
    line-height: 18.2px;
  }
}

.b2b.carousel-niveles-course-nd .carousel-niveles__quote-wrapper {
  border: 1px solid #D7DAD6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px;
}

.b2b.carousel-niveles-course-nd .carousel-niveles__quote-copy {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .b2b.carousel-niveles-course-nd .tab-content {
    height: 235px;
  }
}

/* metodo  */
@media (max-width: 767px) {
  .b2b.oe-latam-nd-course-page.metodo.carousel__metodo .h-2__content-wrapper {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .b2b.oe-latam-nd-course-page.metodo .metodo__image {
    width: 298px;
  }
}

@media (max-width: 767px) {
  .b2b.oe-latam-nd-course-page.metodo .metodo__card-fix-last {
    height: unset !important;
  }
}

/* curso */
@media (min-width: 1200px) {
  .b2b.oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image-wrapper {
    width: 271px;
  }
}

/* carousel curso */
@media (min-width: 767px) and (max-width: 991px) {
  .b2b.oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image-wrapper {
    width: 350px !important;
  }
}

.b2b.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__title {
  background-color: unset;
}

.b2b.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__copy {
  background-color: unset;
}

/* clases tipo */
@media (max-width: 767px) {
  .b2b.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2b.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    margin-left: 80px;
  }
}

@media (max-width: 767px) {
  .b2b.oe-latam-nd-course-page.carousel__clases-tipos .carousel__item-wrapper {
    padding-bottom: 25px;
  }
}

/**/
@media (max-width: 767px) {
  .b2b.oe-latam-nd-course-page.clases-tipos-course-nd.clases-tipos .clases-tipos__header-wrapper {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b.oe-latam-nd-course-page.clases-tipos-course-nd.clases-tipos .clases-tipos__header-wrapper {
    padding-bottom: 45px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2b.oe-latam-nd-course-page.clases-tipos-course-nd.clases-tipos .clases-tipos__header-wrapper {
    width: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .b2b.oe-latam-nd-course-page.clases-tipos-course-nd.clases-tipos .clases-tipos__header-title {
    font-family: "Inter";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.5px;
    width: 320px;
  }
}

@media (max-width: 767px) {
  .b2b.latam-new-home-page.carousel-profesores .carousel-profesores__item-content {
    height: 667px;
  }
}

@media (max-width: 767px) {
  .b2b.carousel-legacy .col-card-es {
    min-height: 245px;
    max-height: 345px;
  }
}
@media (min-width: 768px) {
  .b2b.carousel-legacy .col-card-es {
    height: 195px;
  }
}

@media (max-width: 767px) {
  .b2b.carousel-legacy .carousel-legacy__flag {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    top: unset;
  }
}
@media (min-width: 768px) {
  .b2b.carousel-legacy .carousel-legacy__flag {
    top: unset;
    position: relative;
    float: unset;
    margin-left: 23px;
    left: 14px;
  }
}

@media (max-width: 767px) {
  .b2b.carousel-legacy .carousel-legacy__signature-copy {
    width: 75%;
    width: calc(100% - 55px);
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .b2b.carousel-legacy .carousel-legacy__signature-copy {
    top: 95px;
    margin-left: 35px;
  }
}
@media (min-width: 992px) {
  .b2b.carousel-legacy .carousel-legacy__signature-copy {
    top: 68px;
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .b2b.carousel-legacy .division-copy {
    display: none;
  }
}
@media (min-width: 768px) {
  .b2b.carousel-legacy .division-copy {
    display: inline-block;
  }
}

.b2b.oe-latam-nd-course-page.metodo .carousel__item-wrapper {
  text-align: center;
}

/* carousel logos empresas */
.b2b.logo-empresas .carousel__item-wrapper {
  height: 90px;
}
.b2b.logo-empresas .carousel-indicators, .b2b.logo-empresas .carousels .carousel-indicators--left, .carousels .b2b.logo-empresas .carousel-indicators--left {
  position: relative;
  bottom: unset;
  margin-top: 20px;
}
.b2b.logo-empresas .carousel-indicators li, .b2b.logo-empresas .carousels .carousel-indicators--left li, .carousels .b2b.logo-empresas .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}
.b2b.logo-empresas .carousel-indicators .active, .b2b.logo-empresas .carousels .carousel-indicators--left .active, .carousels .b2b.logo-empresas .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}
.b2b.logo-empresas .carousel__item-wrapper {
  height: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .b2b.logo-empresas .carousel-inner {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .b2b.logo-empresas .carousel-item {
    position: unset;
    display: unset;
    float: unset;
    width: unset;
    margin-right: unset;
  }
}

/* carousel */
/*PROGRAMAS EXCLUSIVOS*/
.b2b.programas-exclusivos-course-nd .h-2__title-principal {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .h-2__title-principal {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .b2b.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .b2b.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .b2b.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__card {
    background-color: #fff;
    border-radius: 8px;
    height: 560px;
    width: 288px;
    margin: 0 auto;
    box-shadow: 0 0 7px #00000066;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__card-fix-last {
    margin-bottom: 0;
  }
}
.b2b.programas-exclusivos-course-nd .programas-exclusivos__image {
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image {
    /*box-shadow: none;*/
  }
}
@media (min-width: 768px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image {
    width: 288px;
    height: 288px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 992px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image {
    margin: unset;
  }
}
.b2b.programas-exclusivos-course-nd .programas-exclusivos__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__title {
    margin-top: 17px;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__title {
    line-height: 32px;
    padding-top: 25px;
    padding: 0;
    margin-top: 25px;
  }

  .b2b.programas-exclusivos-course-nd .programas-exclusivos__title.short-copy {
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__title {
    min-height: unset;
    padding-bottom: 0;
  }
}
.b2b.programas-exclusivos-course-nd .programas-exclusivos__copy {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 3px;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__copy {
    padding-right: 20px;
    text-align: left;
    height: 164px;
  }
}
@media (min-width: 768px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__copy {
    text-align: left;
    padding: 4px 20px 0 0;
    padding-bottom: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__copy {
    min-height: 160px;
  }
}
.b2b.programas-exclusivos-course-nd .carousel-inner {
  margin-right: -15px;
  margin-left: -15px;
  overflow: unset;
}

@media (min-width: 768px) {
  .b2b.programas-exclusivos-course-nd .carousel-inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .b2b.programas-exclusivos-course-nd .carousel-inner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .b2b.programas-exclusivos-course-nd .carousel-inner {
    width: 1140px;
  }
}
.b2b.programas-exclusivos-course-nd .carousel__item-wrapper {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .b2b.programas-exclusivos-course-nd .carousel-item {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b.programas-exclusivos-course-nd .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-right,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-left,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-left,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-prev,
.b2b.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-next {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b2b.programas-exclusivos-course-nd .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-right,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(33.33%, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-left,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-33.33%, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-left,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.b2b.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .b2b.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-prev,
.b2b.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-next {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .b2b.programas-exclusivos-course-nd .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
.b2b.programas-exclusivos-course-nd .carousel__item-wrapper {
  float: left;
}

@media (max-width: 767px) {
  .b2b.programas-exclusivos-course-nd .carousel__item-wrapper {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b2b.programas-exclusivos-course-nd .carousel__item-wrapper {
    /*height: 520px;*/
  }
}
.b2b.programas-exclusivos-course-nd .carousel-indicators, .b2b.programas-exclusivos-course-nd .carousels .carousel-indicators--left, .carousels .b2b.programas-exclusivos-course-nd .carousel-indicators--left {
  position: relative;
  bottom: unset;
}

.b2b.programas-exclusivos-course-nd .carousel-indicators li, .b2b.programas-exclusivos-course-nd .carousels .carousel-indicators--left li, .carousels .b2b.programas-exclusivos-course-nd .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}

.b2b.programas-exclusivos-course-nd .carousel-indicators .active, .b2b.programas-exclusivos-course-nd .carousels .carousel-indicators--left .active, .carousels .b2b.programas-exclusivos-course-nd .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image-wrapper {
    padding: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image-wrapper {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  .b2b.programas-exclusivos-course-nd .programas-exclusivos__image-wrapper {
    padding: 5px;
  }
}

.WEB-8217.hero-b2b {
  background: #EAEEF9;
}
@media (min-width: 992px) {
  .WEB-8217.hero-b2b .row-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .WEB-8217.hero-b2b .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .WEB-8217.hero-b2b .order-2 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .WEB-8217.hero-b2b .order-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .WEB-8217.hero-b2b .hero-b2b {
    height: 712px;
  }
}
.WEB-8217.hero-b2b .hero-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .WEB-8217.hero-b2b .hero-b2b__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.WEB-8217.hero-b2b .hero-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .WEB-8217.hero-b2b .hero-b2b__copy {
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.hero-b2b .hero-b2b__image-wrapper {
    width: 416px;
    margin-left: -25px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.hero-b2b .hero-b2b__image-wrapper {
    width: 615px;
    margin-left: -130px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 145px;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 160px;
    margin-left: 50px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 210px;
    margin-left: 25px;
    width: 430px;
    z-index: 10;
    position: relative;
  }
}
.WEB-8217.hero-b2b .hero-b2b__arrow-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .WEB-8217.hero-b2b .hero-b2b__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
.WEB-8217.hero-b2b .hero-b2b #leadformContainer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-1 {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-top: 70px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 45px;
  }
}
.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title {
  font-family: "Inter";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
}
.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title-copy {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title-copy {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-3, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-4 {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-3, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-4 {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-3, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-wrapper-4 {
    margin-top: 80px;
  }
}
.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #0078FF;
  text-align: left;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__title-1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: unset;
    margin-bottom: 22px;
  }
}
.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__copy-1 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__copy-1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-2, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
.WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__image {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.05));
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-1, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-1, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-1, .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acceso-exclusivo-b2b .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__content-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__content-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__content-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-1 {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-1 {
    margin-top: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-1 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-1 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-2 {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-2 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__image-wrapper-2 {
    margin-top: 35px;
  }
}
.WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__list {
  margin: 0;
  padding: 0;
}
.WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__list-item {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 11.465-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4L6 11.465Z' fill='%230078FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 30px;
  background-position-x: 0;
  background-position-y: 5px;
  padding-bottom: 30px;
}
.WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__title {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__title {
    padding-bottom: 50px;
  }
}
.WEB-8217.acompanamiento-constante-b2b .acompanamiento-constante-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
/* SECTION timeline-b2b */
.timeline-b2b .h-2__title--fix {
  letter-spacing: 0.5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .timeline-b2b .h-2__title--fix {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .timeline-b2b .h-2__title--fix {
    padding-bottom: 25px;
  }
}
.timeline-b2b .h-2__title-copy--fix {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .timeline-b2b .h-2__title-copy--fix {
    padding-bottom: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline__2 {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline__2 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .timeline-b2b.timeline-vertical .timeline__3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 365px;
  }
}
@media (min-width: 768px) {
  .timeline-b2b.timeline-vertical .timeline__img--left {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline__icon {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline__icon {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .timeline-b2b .timeline__icon1--fix {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .timeline-b2b .timelineimg-1,
.timeline-b2b .timelineimg-2,
.timeline-b2b .timelineimg-3,
.timeline-b2b .timelineimg-4 {
    width: 100%;
  }
}
/* SECTION banner-b2b */
.WEB-8217.banner-b2b .banner-cta__title, .WEB-8217.banner-b2b .banner-cta__title--40-24 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .WEB-8217.banner-b2b .banner-cta__title, .WEB-8217.banner-b2b .banner-cta__title--40-24 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.475px;
  }
}
.WEB-8217.banner-b2b .banner-cta__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .WEB-8217.banner-b2b .banner-cta__copy {
    line-height: 30px;
  }
}
.WEB-8247.hero-b2b {
  background: #F4F4F4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8247.hero-b2b {
    height: 652px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8247.hero-b2b {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .WEB-8247.hero-b2b {
    height: 660px;
  }
}
@media (min-width: 992px) {
  .WEB-8247.hero-b2b .row-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .WEB-8247.hero-b2b .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .WEB-8247.hero-b2b .order-2 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .WEB-8247.hero-b2b .order-3 {
    order: 1;
  }
}
.WEB-8247.hero-b2b .hero-b2b__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8247.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 145px;
    margin-left: 0;
    width: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8247.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 160px;
    margin-left: 80px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .WEB-8247.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 185px;
    margin-left: 25px;
    width: 440px;
  }
}
.WEB-8247.hero-b2b .hero-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
  padding: 0 0 18px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.WEB-8247.hero-b2b .hero-b2b__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #FF2846;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__title-1 {
    font-size: 16px;
    line-height: 20.8px;
    margin: 0 0 10px 0;
  }
}
.WEB-8247.hero-b2b .hero-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__copy {
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__image-wrapper {
    text-align: center;
    padding-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8247.hero-b2b .hero-b2b__image-wrapper {
    width: 416px;
    margin-left: -115px;
  }
}
@media (min-width: 1200px) {
  .WEB-8247.hero-b2b .hero-b2b__image-wrapper {
    width: 615px;
    margin-left: -158px;
    margin-top: 0;
  }
}
.WEB-8247.hero-b2b .hero-b2b__arrow-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .WEB-8247.hero-b2b .hero-b2b__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8247.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8247.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
@media (min-width: 1200px) {
  .WEB-8247.hero-b2b .hero-b2b__form-wrapper {
    margin-top: 67px;
  }
}
.WEB-8247.hero-b2b #leadformContainer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.te-ayudamos-b2b__content-wrapper {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .te-ayudamos-b2b__content-wrapper {
    padding-top: 70px;
  }
}
.te-ayudamos-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .te-ayudamos-b2b__title {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
}
.te-ayudamos-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.acceso-exclusivo-b2b__content-wrapper-1 {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-top: 70px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__content-wrapper-1 {
    padding-bottom: 45px;
  }
}
.acceso-exclusivo-b2b__title {
  font-family: "Inter";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__title {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
}
.acceso-exclusivo-b2b__title-copy {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__title-copy {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__content-wrapper-2, .acceso-exclusivo-b2b__content-wrapper-3, .acceso-exclusivo-b2b__content-wrapper-4 {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__content-wrapper-2, .acceso-exclusivo-b2b__content-wrapper-3, .acceso-exclusivo-b2b__content-wrapper-4 {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__content-wrapper-2, .acceso-exclusivo-b2b__content-wrapper-3, .acceso-exclusivo-b2b__content-wrapper-4 {
    margin-top: 80px;
  }
}
.acceso-exclusivo-b2b__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #0078FF;
  text-align: left;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__title-1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: unset;
    margin-bottom: 22px;
  }
}
.acceso-exclusivo-b2b__copy-1 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__copy-1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__image-wrapper-2, .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__image-wrapper-2, .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__image-wrapper-2, .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__image-wrapper-2, .acceso-exclusivo-b2b__image-wrapper-3 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__image-wrapper-4 {
    margin-top: 25px;
  }
}
.acceso-exclusivo-b2b__image {
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.05));
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__content-row-1, .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__content-row-1, .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__content-row-1, .acceso-exclusivo-b2b__content-row-2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .acceso-exclusivo-b2b__content-row-3 {
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__row-1 {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__row-2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .acompanamiento-constante-b2b__content-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__content-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__content-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__content-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .acompanamiento-constante-b2b__image-wrapper-1 {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__image-wrapper-1 {
    margin-top: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__image-wrapper-1 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__image-wrapper-1 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .acompanamiento-constante-b2b__image-wrapper-2 {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__image-wrapper-2 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__image-wrapper-2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__image-wrapper-2 {
    margin-top: 35px;
  }
}
.acompanamiento-constante-b2b__list {
  margin: 0;
  padding: 0;
}
.acompanamiento-constante-b2b__list-item {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 11.465-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4L6 11.465Z' fill='%230078FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 30px;
  background-position-x: 0;
  background-position-y: 5px;
  padding-bottom: 30px;
}
.acompanamiento-constante-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .acompanamiento-constante-b2b__title {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acompanamiento-constante-b2b__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acompanamiento-constante-b2b__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .acompanamiento-constante-b2b__title {
    padding-bottom: 50px;
  }
}
.acompanamiento-constante-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.timeline-b2b .h-2__title--fix {
  letter-spacing: 0.5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .timeline-b2b .h-2__title--fix {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .timeline-b2b .h-2__title--fix {
    padding-bottom: 25px;
  }
}
.timeline-b2b .h-2__title-copy--fix {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .timeline-b2b .h-2__title-copy--fix {
    padding-bottom: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline__2 {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline__2 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .timeline-b2b.timeline-vertical .timeline__3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline {
    height: 365px;
  }
}
@media (min-width: 768px) {
  .timeline-b2b.timeline-vertical .timeline__img--left {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-b2b.timeline-vertical .timeline__icon {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .timeline-b2b.timeline-vertical .timeline__icon {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .timeline-b2b .timeline__icon1--fix {
    margin-bottom: 70px;
  }
}

.banner-b2b .banner-cta__title, .banner-b2b .banner-cta__title--40-24 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .banner-b2b .banner-cta__title, .banner-b2b .banner-cta__title--40-24 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.475px;
  }
}
.banner-b2b .banner-cta__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .banner-b2b .banner-cta__copy {
    line-height: 30px;
  }
}
.modulo-cexpertos {
  padding-top: 80px;
}
.modulo-cexpertos__copy-1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #FF2846;
  text-align: left;
}
@media (min-width: 992px) {
  .modulo-cexpertos__copy-1 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .modulo-cexpertos__copy-1 {
    margin-top: 45px;
  }
}
.modulo-cexpertos__title {
  font-family: "Inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
}
@media (min-width: 768px) {
  .modulo-cexpertos__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.5px;
  }
}
.modulo-cexpertos__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20.8px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .modulo-cexpertos__copy-2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .modulo-cexpertos__copy-2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .modulo-cexpertos__image-wrapper {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .modulo-cexpertos__image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel-cexpertos {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .carousel-cexpertos.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.carousel-cexpertos .slick-dotted.slick-slider {
  margin-bottom: unset;
  padding-bottom: 30px;
}
.carousel-cexpertos .slick-list {
  overflow: unset;
}
.carousel-cexpertos .slick-dots {
  margin-top: 35px;
}
.carousel-cexpertos .slick-dots li {
  padding: 0 5px;
}
.carousel-cexpertos .tag-pink {
  background-color: #FF2846;
  border-radius: 0 8px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  height: 30px;
  min-width: 140px;
  position: relative;
  float: right;
  margin-top: -24px;
  left: 24px;
}
@media (min-width: 577px) and (max-width: 767px) {
  .carousel-cexpertos .tag-pink {
    margin-top: -73px;
  }
}
@media (min-width: 768px) {
  .carousel-cexpertos .tag-pink {
    margin-top: -72px;
  }
}
.carousel-cexpertos .tarjeta {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  padding: 24px;
  width: 270px;
  height: 268px;
}
@media (max-width: 767px) {
  .carousel-cexpertos .tarjeta {
    width: 100%;
    margin: 10px 25px;
  }
}
@media (max-width: 374px) {
  .carousel-cexpertos__content-wrapper {
    width: 222px;
  }
}
.carousel-cexpertos__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #0078FF;
  text-align: left;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .carousel-cexpertos__title {
    margin-top: 5px;
    margin-bottom: 12px;
  }
}
.carousel-cexpertos__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .carousel-nportal .container-1 {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .carousel-nportal .container-1 {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .carousel-nportal .container-2 {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .carousel-nportal .container-2 {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .carousel-nportal__c {
    width: 1155px;
    margin: 0 auto;
  }
}
.carousel-nportal .slick-dotted.slick-slider {
  margin-bottom: unset;
  padding-bottom: 30px;
}
.carousel-nportal .slick-dots {
  margin-top: 35px;
}
.carousel-nportal .slick-dots li {
  padding: 0 5px;
}
.carousel-nportal__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
  color: #000000;
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .carousel-nportal__title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .carousel-nportal__subtitle {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 15px 0 55px 0;
  }
}
@media (min-width: 992px) {
  .carousel-nportal__subtitle {
    display: block;
  }
}
@media (min-width: 768px) {
  .carousel-nportal__content-wrapper {
    margin: 0 auto;
    width: 326px;
  }
}
@media (min-width: 992px) {
  .carousel-nportal__content-wrapper {
    width: 319px;
  }
}
.carousel-nportal__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #0078FF;
}
@media (max-width: 767px) {
  .carousel-nportal__copy {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .carousel-nportal__copy {
    text-align: center;
    margin-top: 25px;
  }
}
.carousel-nportal__item {
  width: 288px;
  height: 332.66px;
}
@media (min-width: 768px) {
  .carousel-nportal__item {
    width: 350px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .carousel-nportal__item {
    width: 385px;
    height: auto;
  }
}
.carousel-nportal__image-wrapper {
  height: 212.66px;
  margin: 0 auto;
  width: 288px;
}
@media (min-width: 768px) {
  .carousel-nportal__image-wrapper {
    width: 350px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .carousel-nportal__image-wrapper {
    width: 367px;
    height: 271px;
    height: auto;
  }
}
.carousel-nportal__image {
  box-shadow: 0 12.6px 25.3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .carousel-nportal__image {
    margin-bottom: 65px;
  }
}
.video-empresas-exitosas__content-wrapper {
  margin-bottom: 50px;
}
.video-empresas-exitosas__vertical-align-content {
  display: flex;
  align-items: center;
}
.video-empresas-exitosas__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .video-empresas-exitosas__title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: left;
  }
}
.video-empresas-exitosas__title-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .video-empresas-exitosas__title-2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-empresas-exitosas__title-2 {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-empresas-exitosas__title-2 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .video-empresas-exitosas__title-2 {
    text-align: left;
  }
}
.video-empresas-exitosas__title-3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .video-empresas-exitosas__title-3 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-empresas-exitosas__title-3 {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-empresas-exitosas__title-3 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .video-empresas-exitosas__title-3 {
    text-align: left;
  }
}
.video-empresas-exitosas__copy {
  color: #000000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .video-empresas-exitosas__copy {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .video-empresas-exitosas__image {
    width: 100% !important;
  }
}

.web-8247.banner-b2b {
  padding: 145px 0 60px 0;
}

@media (max-width: 768px) {
  .web-8247.banner-cta {
    padding: 60px 0 30px 0;
  }
}

.f--40-48 {
  font-size: 40px;
  line-height: 48px;
}

.WEB-8255.hero-b2b {
  background: #0078ff;
  background: linear-gradient(180deg, #0078ff 18%, #00dbd1 100%);
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b {
    height: 568px;
  }
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .WEB-8255.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .WEB-8255.hero-b2b .hero-b2b__content-wrapper {
    width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8255.hero-b2b .hero-b2b__content-wrapper {
    width: 442px;
    margin-left: -30px;
    margin-top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8255.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 110px;
    min-width: 540px;
  }
}
@media (min-width: 1200px) {
  .WEB-8255.hero-b2b .hero-b2b__content-wrapper {
    margin-top: 160px;
    min-width: 657px;
  }
}
.WEB-8255.hero-b2b .hero-b2b__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .WEB-8255.hero-b2b .hero-b2b__title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b .hero-b2b__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
}
.WEB-8255.hero-b2b .hero-b2b__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFF00;
  text-align: left;
}
@media (max-width: 767px) {
  .WEB-8255.hero-b2b .hero-b2b__image-wrapper {
    margin-top: 68px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .WEB-8255.hero-b2b .hero-b2b__image-wrapper {
    margin-top: 41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8255.hero-b2b .hero-b2b__image-wrapper {
    width: 401px;
    height: 517px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8255.hero-b2b .hero-b2b__image-wrapper {
    margin-top: 114px;
  }
}
@media (min-width: 1200px) {
  .WEB-8255.hero-b2b .hero-b2b__image-wrapper {
    margin-top: 41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8255.hero-b2b .hero-b2b__image {
    left: -38%;
    position: relative;
    top: 51px;
  }
}
@media (max-width: 767px) {
  .WEB-8255.hero-b2b .hero-b2b__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .WEB-8255.hero-b2b .hero-b2b__arrow-wrapper {
    position: absolute;
    right: 200px;
    bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .WEB-8255.hero-b2b .hero-b2b__arrow-wrapper {
    position: absolute;
    right: -10px;
    bottom: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .WEB-8255.hero-b2b .hero-b2b__arrow-wrapper {
    position: absolute;
    right: 100px;
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .WEB-8255.hero-b2b .hero-b2b__arrow-wrapper {
    position: absolute;
    right: 200px;
    bottom: 60px;
  }
}
.WEB-8255.hero-b2b .hero-b2b #leadformContainer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero-b2b-alianzas {
  background: #F4F4F4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-b2b-alianzas {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .hero-b2b-alianzas {
    height: 660px;
  }
}
@media (min-width: 992px) {
  .hero-b2b-alianzas .row-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .hero-b2b-alianzas .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .hero-b2b-alianzas .order-2 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .hero-b2b-alianzas .order-3 {
    order: 1;
  }
}
.hero-b2b-alianzas__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .hero-b2b-alianzas__content-wrapper {
    margin-top: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-b2b-alianzas__content-wrapper {
    margin-top: 50px;
    margin-left: 0;
    width: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-b2b-alianzas__content-wrapper {
    margin-top: 120px;
    margin-left: 80px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .hero-b2b-alianzas__content-wrapper {
    margin-top: 180px;
    margin-left: 0;
    width: 440px;
  }
}
.hero-b2b-alianzas__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
  padding: 0 0 25px 0;
  margin: 0;
}
.hero-b2b-alianzas__title strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-b2b-alianzas__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .hero-b2b-alianzas__title {
    padding: 0 0 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-b2b-alianzas__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.hero-b2b-alianzas__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #FF2846;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .hero-b2b-alianzas__copy {
    font-size: 16px;
    line-height: 20.8px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .hero-b2b-alianzas__copy {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .hero-b2b-alianzas__image-wrapper {
    text-align: center;
    padding-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-b2b-alianzas__image-wrapper {
    width: 530px;
    margin-left: -115px;
  }
}
@media (min-width: 1200px) {
  .hero-b2b-alianzas__image-wrapper {
    width: 615px;
    margin-left: -198px;
    margin-top: 0;
  }
}
.hero-b2b-alianzas__arrow-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .hero-b2b-alianzas__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero-b2b-alianzas__arrow-wrapper {
    margin-right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-b2b-alianzas__form-wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-b2b-alianzas__form-wrapper {
    margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .hero-b2b-alianzas__form-wrapper {
    margin-top: 120px;
  }
}
.hero-b2b-alianzas #leadformContainer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .w9140.carousel-cexpertos {
    margin-bottom: 22px;
  }
}
@media (min-width: 1800px) {
  .w9140.carousel-cexpertos .container-custom {
    max-width: 1800px;
  }
}
.w9140.carousel-cexpertos .tarjeta {
  height: 295px;
}
.w9140.carousel-cexpertos .modulo-cexpertos__copy-2 {
  font-size: 16px;
  line-height: 24px;
}
.w9140.carousel-cexpertos .slick-dots {
  position: unset;
}
.w9140.carousel-cexpertos .slick-next.slick-arrow {
  width: 10px;
  height: 17px;
  font-size: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.w9140.page-oees-promo-v1.cuanto {
  background-color: unset;
}
@media (max-width: 767px) {
  .w9140.page-oees-promo-v1.cuanto {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .w9140.page-oees-promo-v1.cuanto .cuanto__container-fix {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .w9140.page-oees-promo-v1.cuanto .cuanto__container-fix {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .w9140.trustpilot {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .w9140.trustpilot {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .w9140.trustpilot {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .w9140.trustpilot {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .w9140.trustpilot .trustpilot__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
  }
}
.w9140.trustpilot .trustpilot__title-wrapper {
  margin-bottom: 40px;
}

.w9140 .btn__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .w9140 .btn__wrapper {
    width: 328px;
  }
}

@media (min-width: 992px) {
  .row-flex {
    display: flex;
  }
}

@media (min-width: 992px) {
  .hero-latam .order-1 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .hero-latam .order-2 {
    order: 1;
  }
}

/* SECTION hero-b2b */
.hero-latam {
  background: linear-gradient(180deg, #FFFFFF -17.06%, #EBF7FF 115.88%);
}
@media (min-width: 768px) {
  .hero-latam {
    height: 573px;
  }
}
.hero-latam__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 59px;
  text-align: center;
  letter-spacing: -1px;
  color: #0078FF;
}
@media (max-width: 767px) {
  .hero-latam__title {
    font-weight: 600;
    font-size: 33.2673px;
    line-height: 33px;
    letter-spacing: -0.554455px;
  }
}
.hero-latam__copy {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #0078FF;
}
@media (max-width: 767px) {
  .hero-latam__copy {
    font-size: 15.5248px;
    line-height: 22px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-latam__image-wrapper {
    padding-top: 25px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero-latam__image-wrapper {
    width: 525px;
    margin-left: -125px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .hero-latam__image-wrapper {
    margin-left: -170px;
  }
}
@media (min-width: 1200px) {
  .hero-latam__image-wrapper {
    margin-left: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-latam__content-wrapper {
    margin-top: 80px;
    width: 325px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .hero-latam__content-wrapper {
    margin-top: 120px;
    margin-left: 40px;
    width: 325px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-latam__content-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-latam__content-wrapper {
    width: 425px;
  }
}
@media (max-width: 767px) {
  .hero-latam__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-latam__arrow-wrapper {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .hero-latam__form-wrapper {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .hero-latam #leadformContainer {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .hero-latam #leadformContainer {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .hero-latam #leadformContainer {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .hero-latam #leadformContainer {
    margin-left: 120px;
  }
}

/* SECTION cumple-tu-meta-latam */
@media (min-width: 768px) {
  .cumple-tu-meta-latam__content-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cumple-tu-meta-latam__content-wrapper {
    width: 325px;
    margin-left: 45px;
  }
}
.cumple-tu-meta-latam__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .cumple-tu-meta-latam__copy {
    font-size: 18.9399px;
    line-height: 23px;
  }
}
.cumple-tu-meta-latam__image-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .cumple-tu-meta-latam__image-wrapper {
    margin-top: -10px;
  }
}
/* SECTION  */
@media (max-width: 767px) {
  .WEB-8250.curso-ingles-lideres .h-2__title, .WEB-8250.curso-ingles-lideres .h-2__title--30, .WEB-8250.curso-ingles-lideres .h-2__title--38, .WEB-8250.curso-ingles-lideres .h-2__title--24, .WEB-8250.curso-ingles-lideres .h-2__title--28-30, .WEB-8250.curso-ingles-lideres .h-2__title__left {
    font-size: 29px;
    line-height: 34px;
  }
}

/* SECTION acompanamiento-constante-b2b */
/* SECTION timeline-b2b */
/* SECTION banner-b2b */
.WEB-8250-1.banner-cta {
  padding: 30px 0 60px 0;
}
.WEB-8250-1.banner-cta .banner-cta__title, .WEB-8250-1.banner-cta .banner-cta__title--40-24 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.WEB-8250-1.banner-cta .banner-cta__copy {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .WEB-8250-1.banner-cta .banner-cta__wrapper-btn {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .WEB-8250-1.banner-cta .banner-cta__wrapper-btn {
    margin-top: 77px;
  }
}
@media (min-width: 1200px) {
  .WEB-8250-1.banner-cta .banner-cta__wrapper-btn {
    margin-top: 77px;
  }
}

/* SECTION banner-b2b */
.WEB-8250.banner-cta {
  padding: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .WEB-8250.banner-cta .banner-cta__title, .WEB-8250.banner-cta .banner-cta__title--40-24 {
    font-weight: 300;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.475px;
  }
}
@media (min-width: 768px) {
  .WEB-8250.banner-cta .banner-cta__wrapper-btn {
    margin-top: 55px;
  }
}
/* SECTION  */
@media (max-width: 767px) {
  .WEB-8250.page-oees-promo-v1 .reasons__list__item {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .WEB-8250.page-oees-promo-v1 .icon__green {
    height: 40px !important;
  }
}
@media (min-width: 992px) {
  .WEB-8250.page-oees-promo-v1 .btn-wrapper-1 {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-seo.tematicas .btn-orange__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-seo.tematicas .btn-orange__wrapper {
    width: 205px;
  }
}

@media (min-width: 768px) {
  .page-seo.tematicas .btn-orange {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .page-seo.tematicas .tematicas__image {
    padding-bottom: 25px;
  }
}
.page-seo.tematicas .tematicas__title {
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-seo.tematicas .tematicas__title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 22px;
    padding-bottom: 20px;
  }
}
.page-seo.tematicas .tematicas__copy {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-seo.tematicas .tematicas__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-seo.tematicas .order__col {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
@media (min-width: 768px) {
  .page-seo.tematicas .col-order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .page-seo.tematicas .col-order-2 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .page-seo.tematicas .col-order-3 {
    order: 1;
  }
}

/* aprender ingles */
@media (min-width: 768px) {
  .page-seo.aprender-ingles .aprender-ingles__content-wrapper {
    padding-top: 30px;
  }
}
.page-seo.aprender-ingles .aprender-ingles__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .page-seo.aprender-ingles .aprender-ingles__title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .page-seo.aprender-ingles .aprender-ingles__title {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 25px;
  }
}
.page-seo.aprender-ingles .aprender-ingles__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
}
.page-seo.aprender-ingles .aprender-ingles__copy--strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-seo.aprender-ingles .aprender-ingles__copy {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .page-seo.aprender-ingles .aprender-ingles__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-seo.aprender-ingles .aprender-ingles__copy-2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-seo.aprender-ingles .aprender-ingles__image-wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .page-seo.aprender-ingles .aprender-ingles__image-wrapper {
    padding-bottom: 32px;
  }
}
/* salon de clases*/
@media (max-width: 767px) {
  .page-seo.salon-clases .btn-orange__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-seo.salon-clases .btn-orange__wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .page-seo.salon-clases .btn-orange {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.page-seo.salon-clases .salon-clases__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-seo.salon-clases .salon-clases__title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .page-seo.salon-clases .salon-clases__title {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 25px;
  }
}
.page-seo.salon-clases .salon-clases__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .page-seo.salon-clases .salon-clases__copy {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .page-seo.salon-clases .salon-clases__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-seo.salon-clases .salon-clases__image-wrapper {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .page-seo.salon-clases .salon-clases__image-wrapper {
    padding-bottom: 25px;
  }
}

/*  */
@media (max-width: 767px) {
  .page-seo.tabs-panel .btn-orange__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .btn-orange__wrapper {
    width: 162px;
  }
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--first.active,
.page-seo.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--first.isActive.active,
.page-seo.tabs-panel .tabs-panel__tabs-item-link.active.isActive.active,
.page-seo.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--last.active.isActive {
  color: #fff;
  background-color: #FF6600;
  border: none;
}
.page-seo.tabs-panel .tabs-panel {
  /*panel-collapse*/
  /*tabs*/
}
@media (min-width: 1200px) {
  .page-seo.tabs-panel .tabs-panel__tabs-container-fix-980 {
    width: 980px;
  }
}
.page-seo.tabs-panel .tabs-panel__title-1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .page-seo.tabs-panel .tabs-panel__title-1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .tabs-panel__title-1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }
}
.page-seo.tabs-panel .tabs-panel__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  color: #000000;
}
.page-seo.tabs-panel .tabs-panel__copy strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .tabs-panel__copy {
    text-align: center;
    font-size: 18px;
  }
}
.page-seo.tabs-panel .tabs-panel__panel-title-2 {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px !important;
}
.page-seo.tabs-panel .tabs-panel__panel-copy-1 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .page-seo.tabs-panel .tabs-panel__panel-copy-1 {
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .tabs-panel__panel-copy-1 {
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
.page-seo.tabs-panel .tabs-panel__panel {
  margin-top: 30px;
}
.page-seo.tabs-panel .tabs-panel__panel-col-fix-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-seo.tabs-panel .tabs-panel__panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 1px !important;
}
.page-seo.tabs-panel .tabs-panel__panel-heading-first, .page-seo.tabs-panel .tabs-panel__panel-heading, .page-seo.tabs-panel .tabs-panel__panel-heading-last {
  background: #F8F8F8;
  height: 48px;
  padding: 0;
}
.page-seo.tabs-panel .tabs-panel__panel-heading-first {
  border-radius: 8px 8px 0px 0px;
}
.page-seo.tabs-panel .tabs-panel__panel-heading {
  border-radius: 0;
}
.page-seo.tabs-panel .tabs-panel__panel-heading-last {
  border-radius: 0px 0px 8px 8px;
}
.page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading-first, .page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading, .page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading-last, .page-seo.tabs-panel .tabs-panel__panel--isActive.active {
  background: #FF6600;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.page-seo.tabs-panel .tabs-panel--isActive .tabs-panel__panel-heading-first, .page-seo.tabs-panel .tabs-panel--isActive .tabs-panel__panel-heading, .page-seo.tabs-panel .tabs-panel--isActive .tabs-panel__panel-heading-last, .page-seo.tabs-panel .tabs-panel--isActive.active {
  background: #FF6600;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading-first .tabs-panel__panel-link, .page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading .tabs-panel__panel-link, .page-seo.tabs-panel .tabs-panel__panel--isActive .tabs-panel__panel-heading-last .tabs-panel__panel-link {
  color: #fff;
}
.page-seo.tabs-panel .tabs-panel--isActive .tabs-panel__panel-link {
  color: #fff;
}
.page-seo.tabs-panel .tabs-panel__panel-title-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.page-seo.tabs-panel .tabs-panel__panel-title-1:active, .page-seo.tabs-panel .tabs-panel__panel-title-1:hover, .page-seo.tabs-panel .tabs-panel__panel-title-1:visited {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-seo.tabs-panel .tabs-panel__panel-title-1 {
    padding: 0;
    display: block;
  }
}
.page-seo.tabs-panel .tabs-panel__panel-link, .page-seo.tabs-panel .tabs-panel__panel-link:active, .page-seo.tabs-panel .tabs-panel__panel-link:hover, .page-seo.tabs-panel .tabs-panel__panel-link:visited {
  text-decoration: none;
  padding: 15px;
  display: block;
}
.page-seo.tabs-panel .tabs-panel__panel-body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .page-seo.tabs-panel .tabs-panel__panel-image-wrapper {
    margin-top: 25px;
    min-height: 220px;
  }
}
.page-seo.tabs-panel .tabs-panel__panel-image {
  margin: 0 auto;
}
.page-seo.tabs-panel .tabs-panel__tabs {
  background-color: #F8F8F8;
  border-bottom: none;
  border-radius: 8px;
  height: 47px;
  margin-bottom: 55px;
  margin-top: 35px;
}
.page-seo.tabs-panel .tabs-panel__tabs-item {
  border-radius: none;
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .tabs-panel__tabs-item-link {
    padding: 15px 13.6px;
  }
}
@media (min-width: 992px) {
  .page-seo.tabs-panel .tabs-panel__tabs-item-link {
    padding: 15px 37.6px;
  }
}
@media (min-width: 1200px) {
  .page-seo.tabs-panel .tabs-panel__tabs-item-link {
    padding: 15px 39.6px;
  }
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link {
  color: #000;
  border: none;
}
.page-seo.tabs-panel .tabs-panel__tab-title-2 {
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
  font-weight: 400;
  padding-top: 32px !important;
}
.page-seo.tabs-panel .tabs-panel__tab-copy-1 {
  margin-top: 26px !important;
}
.page-seo.tabs-panel .tabs-panel__tab-image-wrapper {
  margin-bottom: 100px;
  text-align: right;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .page-seo.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 288px;
    height: 220px;
  }
}
@media (min-width: 768px) {
  .page-seo.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 257px;
    height: 356px;
  }
}
@media (min-width: 992px) {
  .page-seo.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 350px;
    height: 356px;
  }
}
@media (min-width: 1200px) {
  .page-seo.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 328px;
    height: 356px;
  }
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link {
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0;
  padding-top: 15px;
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link--first {
  border-radius: 8px 0px 0px 8px;
}
.page-seo.tabs-panel .tabs-panel__tabs-item-link--last {
  border-radius: 0px 8px 8px 0px;
}

/* CTA */
.page-seo.banner-cta .banner-cta__title, .page-seo.banner-cta .banner-cta__title--40-24 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-seo.banner-cta .banner-cta__title, .page-seo.banner-cta .banner-cta__title--40-24 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .page-seo.banner-cta .banner-cta__title, .page-seo.banner-cta .banner-cta__title--40-24 {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-seo.banner-cta .banner-cta__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-seo.banner-cta .banner-cta__copy {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .page-seo.banner-cta .banner-cta__copy {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-seo.banner-cta .banner-cta__copy--highlight {
  color: #FFFF00;
}

/* formulario  */
.page-seo.form-curso-ingles .curso-ingles__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .page-seo.form-curso-ingles .curso-ingles__title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}

/* TIPS PRONUNCIACION */
@media (max-width: 767px) {
  .page-seo.tips-pronunciacion {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .page-seo.tips-pronunciacion {
    padding-bottom: 130px;
  }
}

.page-seo .tips-pronunciacion__title {
  color: #000000;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 48px;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-seo .tips-pronunciacion__title {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 24px;
  }
}
.page-seo .tips-pronunciacion__copy {
  color: #000000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 30px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-seo .tips-pronunciacion__copy {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-seo .tips-pronunciacion__copy strong {
  font-weight: 600;
}

.page-seo.curso-ingles.s7 .curso-ingles__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .page-seo.curso-ingles.s7 .curso-ingles__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.page-seo.cround-table .cround-table__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #000000;
}
@media (max-width: 767px) {
  .page-seo.cround-table .cround-table__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.page-seo.cround-table .cround-table__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.page-seo.cround-table .cround-table__copy strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-seo.cround-table .cround-table__copy {
    font-size: 18px;
    line-height: 24px;
  }
}
.ES-refiere-amigo-st {
  background-color: #00B6DE;
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st .px-0-md-down {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .ES-refiere-amigo-st {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st {
    height: 510px;
  }
}
.ES-refiere-amigo-st__content-wrapper {
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st__content-wrapper {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .ES-refiere-amigo-st__content-wrapper {
    top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ES-refiere-amigo-st__content-wrapper {
    top: 0;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__content-wrapper {
    width: 388px;
    left: -85px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__content-wrapper {
    width: 400px;
    text-align: center;
    left: -30px;
  }
}
.ES-refiere-amigo-st__label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  background: #FF6600;
  border-radius: 0 9px;
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 3px 8px;
  top: -3px;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__label {
    font-size: 18px;
    line-height: 23px;
    margin-top: 45px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__label {
    font-size: 20.5px;
    line-height: 27px;
    margin-top: 89px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-st__label {
    margin-top: 98px;
    margin-bottom: 13px;
  }
}
.ES-refiere-amigo-st__title {
  color: #FFFFFF;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: -1.44px;
  padding: 0;
  margin: 0;
}
.ES-refiere-amigo-st__title .--yellow {
  color: #FFFF00;
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__title .--yellow {
    font-size: 79.18px;
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__title .--yellow {
    font-size: 91.6px;
    line-height: 82px;
  }
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st__title {
    position: relative;
    top: 13%;
    left: 21%;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__title {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__title {
    font-size: 59.26px;
    line-height: 67px;
  }
}
.ES-refiere-amigo-st__copy {
  color: #FFFFFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st__copy {
    position: relative;
    top: 13%;
    left: 21%;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__copy {
    font-size: 22.97px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__copy {
    font-size: 26.5714px;
  }
}
.ES-refiere-amigo-st__disclamer {
  color: #FFFFFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 4.8115px;
  line-height: 8px;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st__disclamer {
    right: 20%;
    margin: 0;
    padding: 0;
    bottom: 10px;
    position: absolute;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .ES-refiere-amigo-st__disclamer {
    bottom: 33px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ES-refiere-amigo-st__disclamer {
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__disclamer {
    font-size: 9.5px;
    top: 22px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__disclamer {
    font-size: 11px;
    left: 127px;
    top: 134px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-st__disclamer {
    top: 116px;
    left: 12px;
  }
}
.ES-refiere-amigo-st__image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__image-wrapper {
    width: 470px;
    margin-left: -65px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__image-wrapper {
    width: 512px;
    margin-left: 1px;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-st__image-wrapper {
    width: 910px;
  }
}
@media (min-width: 1440px) {
  .ES-refiere-amigo-st__image-wrapper {
    margin-left: -10px;
  }
}
.ES-refiere-amigo-st__image {
  position: relative;
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st__image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__image {
    left: -40px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__image {
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-st__image {
    left: -157px;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st__form-wrapper {
    width: 310px;
    position: relative;
    top: 8px;
    left: -15px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st__form-wrapper {
    top: 47px;
    left: 51px;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-st__form-wrapper {
    top: 40px;
    left: 29px;
    margin-left: -25px;
  }
}
@media (max-width: 767.98px) {
  .ES-refiere-amigo-st #leadformContainer {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ES-refiere-amigo-st__cta .banner-cta__title, .ES-refiere-amigo-st__cta .banner-cta__title--40-24 {
    width: 92%;
  }
  .ES-refiere-amigo-st__cta .cta--right {
    width: 260px;
  }
}
.ES-refiere-amigo-st__cta .banner-cta__copy {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.ES-refiere-amigo-st-tyc__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #000000;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st-tyc__title {
    font-size: 14px;
  }
}
.ES-refiere-amigo-st-tyc__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st-tyc__copy {
    font-size: 14px;
  }
}
.ES-refiere-amigo-st-tyc .links--orange {
  font-size: unset;
}

@media (max-width: 767.98px) {
  .ES-refiere-amigo-st-pilares .pilares__collapse-title {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st-pilares .pilares__collapse-title {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-st-pilares .pilares__collapse-title {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .ES-refiere-amigo-st-pilares .panel-heading {
    min-height: 70px;
  }
}

.ES-refiere-amigo-lingual-friends {
  background-color: #F7F8FB;
}
.ES-refiere-amigo-lingual-friends__content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 5;
  text-align: left;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-lingual-friends__content-wrapper {
    width: 440px;
    position: relative;
    left: -14px;
    margin-bottom: unset;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-lingual-friends__content-wrapper {
    width: 613px;
    position: relative;
    left: unset;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-lingual-friends__content-wrapper {
    left: 90px;
  }
}
.ES-refiere-amigo-lingual-friends__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #000000;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-lingual-friends__copy {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-lingual-friends__copy {
    font-size: 40px;
  }
}
.ES-refiere-amigo-lingual-friends__image-wrapper {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .ES-refiere-amigo-lingual-friends__image-wrapper {
    width: 257px;
    left: 28px;
  }
}
@media (min-width: 992px) {
  .ES-refiere-amigo-lingual-friends__image-wrapper {
    margin-left: 52px;
  }
}
@media (min-width: 1200px) {
  .ES-refiere-amigo-lingual-friends__image-wrapper {
    margin-left: -19px;
  }
}
.ES-refiere-amigo-lingual-friends__image {
  border-radius: 16.5px;
}

@media (min-width: 768px) {
  .ES-hero-promo {
    height: 760px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    background-image: url("/wp-content/uploads/2023/09/OE-Core-Q3-2023-Campaign-Hero-Background-768-v2-1x.jpg");
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ES-hero-promo {
    background-image: url("/wp-content/uploads/2023/09/OE-Core-Q3-2023-Campaign-Hero-Background-992-v2-1x.jpg");
  }
}
@media (min-width: 1200px) {
  .ES-hero-promo {
    background-image: url("/wp-content/uploads/2023/09/OE-Core-Q3-2023-Campaign-Hero-Background-1440-v2-1x.jpg");
    height: 821px;
  }
}
@media (max-width: 767.98px) {
  .ES-hero-promo .container-custom {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ES-hero-promo .col-custom {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .ES-hero-promo__image-wrapper1 {
    width: 596px;
    margin-left: -175px;
    margin-top: 39px;
  }
}
@media (max-width: 767.98px) {
  .ES-hero-promo__image-wrapper2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ES-hero-promo__image-wrapper2 {
    height: 760px;
    display: flex;
    align-items: center;
    width: 476px;
    text-align: center;
    margin-left: 35px;
    margin-top: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .ES-hero-promo__image-wrapper2 {
    height: 140vw;
  }
}
@media (min-width: 992px) {
  .ES-hero-promo__image-wrapper2 {
    margin-left: 75px;
    margin-top: -22px;
  }
}
@media (min-width: 1200px) {
  .ES-hero-promo__image-wrapper2 {
    margin-top: 24px;
    margin-left: 240px;
  }
}
@media (max-width: 767.98px) {
  .ES-hero-promo__image2 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ES-hero-promo__form-wrapper {
    margin-top: -77vw;
    position: relative;
  }
}
@media (max-width: 480.98px) {
  .ES-hero-promo__form-wrapper {
    margin-top: -132vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ES-hero-promo__form-wrapper {
    margin-top: 150px;
    min-width: 285px;
  }
}
@media (min-width: 992px) {
  .ES-hero-promo__form-wrapper {
    margin-top: 150px;
    left: 40px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .ES-hero-promo__form-wrapper {
    left: 10px;
  }
}
.ES-hero-promo__btn-wrapper {
  max-width: 320px;
  margin: 0 auto;
}

.ES-tyc-promo {
  margin-top: 100px;
  background: #EBF7FF;
  padding: 60px 0 0 0;
}
.ES-tyc-promo.--red {
  color: #ff0000;
}

.open-education-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183.423' height='29.348'%3E%3Cg data-name='Grupo 4'%3E%3Cg data-name='Grupo 1'%3E%3Cpath data-name='Trazado 2' d='M183.423 14.3c0-3.736-1.58-7.349-6.15-7.349s-6.148 3.613-6.148 7.349v8.614h1.627v-9.059c0-2.747 1.162-5.4 4.521-5.4s4.522 2.656 4.522 5.4v9.057h1.628z' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 3' d='M4.128 15.012c0 3.056 1.495 5.363 3.934 5.363 2.276 0 3.867-2.242 3.867-5.427 0-2.47-1.1-5.3-3.835-5.3-2.828 0-3.966 2.73-3.966 5.364zm11.93-.162c0 5.817-4.094 8.42-8.126 8.42C3.446 23.27 0 20.181 0 15.11c0-5.2 3.413-8.387 8.191-8.387 4.714 0 7.867 3.315 7.867 8.127z' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 2'%3E%3Cpath data-name='Trazado 4' d='M21.654 16.28a4.069 4.069 0 00.13 1.106 3.613 3.613 0 003.51 2.8c2.534 0 4.03-2.113 4.03-5.233 0-2.8-1.366-5.073-3.934-5.073a3.728 3.728 0 00-3.575 2.958 3.61 3.61 0 00-.162 1.008zm-4-3.934c0-2.079-.065-3.771-.129-5.266h3.51l.2 2.438h.065a6.163 6.163 0 015.429-2.8c3.64 0 6.663 3.12 6.663 8.062 0 5.721-3.608 8.483-7.216 8.483a5.2 5.2 0 01-4.454-2.113h-.064v8.193h-4z' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath data-name='Trazado 5' d='M45.341 13.321c.033-1.464-.618-3.867-3.283-3.867-2.47 0-3.51 2.242-3.673 3.867zm-6.956 2.8c.1 2.86 2.34 4.1 4.876 4.1a11.922 11.922 0 004.389-.721l.586 2.763a14.9 14.9 0 01-5.528.976c-5.135 0-8.159-3.154-8.159-8 0-4.389 2.666-8.517 7.736-8.517 5.138 0 6.828 4.226 6.828 7.7a9.653 9.653 0 01-.132 1.691z' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 6' d='M78.736 13.881c.033-2.178-.878-5.494-4.647-5.494-3.446 0-4.942 3.087-5.2 5.494zm-9.947 1.235c0 5.006 2.731 6.956 5.949 6.956a9.043 9.043 0 004.323-.878l.391 1.237a10.306 10.306 0 01-4.91 1.007c-4.484 0-7.281-3.283-7.281-7.866 0-5.2 2.991-8.452 7.021-8.452 5.1 0 6.078 4.81 6.078 7.054a3.858 3.858 0 01-.065.943z' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 7' d='M94.015 13.654a7.123 7.123 0 00-.163-1.431 5.055 5.055 0 00-4.91-3.836c-3.412 0-5.558 2.958-5.558 7.021 0 3.511 1.756 6.729 5.461 6.729a5.168 5.168 0 005.006-4.063 5.457 5.457 0 00.163-1.3zM95.542 0v19.44c0 1.17.065 2.536.13 3.64h-1.4l-.1-2.958h-.065a5.913 5.913 0 01-5.558 3.316c-3.836 0-6.731-3.218-6.731-7.866-.031-5.2 3.187-8.452 7.023-8.452a5.6 5.6 0 015.1 2.73h.065V0z' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 8' d='M124.651 22.4a10.025 10.025 0 01-4.551 1.041c-4.519 0-7.509-3.284-7.509-8 0-4.942 3.38-8.322 8.062-8.322a8.074 8.074 0 014.094.974l-.552 1.268a7.565 7.565 0 00-3.705-.91c-4.194 0-6.339 3.218-6.339 6.892 0 4.064 2.568 6.729 6.177 6.729a9.193 9.193 0 003.9-.878z' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 9' d='M136.359 14.726c-3.413-.1-7.9.423-7.9 4.161a2.984 2.984 0 003.121 3.252 4.7 4.7 0 004.615-3.121 3.359 3.359 0 00.163-.943zm1.528 4.649a28.1 28.1 0 00.228 3.706h-1.4l-.227-2.242h-.1a5.849 5.849 0 01-4.973 2.6 4.257 4.257 0 01-4.583-4.291c0-3.609 3.185-5.786 9.524-5.722v-.39c0-1.56-.293-4.649-4-4.616a6.641 6.641 0 00-3.9 1.17l-.488-1.137a8.443 8.443 0 014.553-1.333c4.516 0 5.362 3.381 5.362 6.177z' fill-rule='evenodd'/%3E%3Cpath data-name='Trazado 10' d='M143.522 4.031v3.446h4.453v1.236h-4.453v10.142c0 1.983.617 3.25 2.274 3.25a5.664 5.664 0 001.789-.26l.195 1.2a5.452 5.452 0 01-2.178.39 3.254 3.254 0 01-2.666-1.139 5.6 5.6 0 01-.976-3.7V8.713h-2.633V7.477h2.633V4.031z' fill-rule='evenodd'/%3E%3Cg data-name='Grupo 3' fill-rule='evenodd'%3E%3Cpath data-name='Trazado 11' d='M150.09 23.08h1.527V7.476h-1.527zm2.01-20.057a1.272 1.272 0 01-1.3 1.333 1.253 1.253 0 01-1.2-1.333 1.334 1.334 0 011.268-1.366 1.268 1.268 0 011.232 1.366z'/%3E%3Cpath data-name='Trazado 12' d='M155.815 15.311c0 3.9 2.5 6.827 5.689 6.827 3.251 0 5.819-2.926 5.819-6.925 0-2.86-1.626-6.827-5.721-6.827-3.966.001-5.787 3.577-5.787 6.925zm13.069-.194c0 5.85-4 8.322-7.477 8.322-4.032 0-7.152-3.154-7.152-8.03 0-5.365 3.511-8.289 7.38-8.289 4.322 0 7.249 3.218 7.249 7.997z'/%3E%3Cpath data-name='Trazado 13' d='M104.209 23.08h-.443c-1.572 0-5.706-.747-5.706-6.6V7.119h1.606v9.232c0 2.828 1.161 5.4 4.543 5.4z'/%3E%3Cpath data-name='Trazado 14' d='M104.209 21.747c3.382 0 4.543-2.568 4.543-5.4V7.119h1.606v9.361c0 5.853-4.134 6.6-5.7 6.6h-.445z'/%3E%3Cpath data-name='Trazado 15' d='M65.195 14.3c0-3.736-1.84-7.349-7.161-7.349s-7.162 3.613-7.162 7.349v8.614h3.868v-9.26a3.294 3.294 0 116.586 0v9.26h3.869z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  height: 29.35px;
  width: 183.42px;
}

@media (max-width: 392px) {
  .slick-carousel-video-section-center .container-custom {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .slick-carousel-video-section-center .card-item-slick-video-text-center {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .descubre-nuestros-cursos.gap-bg {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .descubre-nuestros-cursos.gap-bg {
    padding-top: 160px !important;
  }
}
@media (min-width: 1024px) {
  .descubre-nuestros-cursos.gap-bg {
    padding-top: 110px !important;
  }
}
.descubre-nuestros-cursos .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .descubre-nuestros-cursos .--br-mobile {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .descubre-nuestros-cursos .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.descubre-nuestros-cursos__title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  letter-spacing: 0.5px;
  text-align: start;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .descubre-nuestros-cursos__title {
    font-size: 40px;
    text-align: center;
    margin: 0 0 40px 0;
  }
}
.descubre-nuestros-cursos__copy {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-align: start;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .descubre-nuestros-cursos__copy {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px 0;
  }
}
.descubre-nuestros-cursos__card {
  border-radius: 30px;
  border: 1px solid var(--primary-oe-blue, #0078FF);
  background: #FFF;
  box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0;
  padding: 15px 0 0 0;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .descubre-nuestros-cursos__card {
    margin-bottom: 0;
  }
}
.descubre-nuestros-cursos__title-1 {
  color: #0078FF;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 10px 0 22px 0;
}
@media (min-width: 992px) {
  .descubre-nuestros-cursos__title-1 {
    font-size: 38px;
    margin: 0 0 25px 0;
  }
}
.descubre-nuestros-cursos__copy-1 {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .descubre-nuestros-cursos__copy-1 {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
}
.descubre-nuestros-cursos__card-link, .descubre-nuestros-cursos__card-link:hover, .descubre-nuestros-cursos__card-link:active, .descubre-nuestros-cursos__card-link:visited {
  cursor: pointer;
  text-decoration: none;
}
.descubre-nuestros-cursos__lnk {
  color: #f60;
}

@media (min-width: 992px) {
  .garantiza-el-futuro {
    background-color: #F4F4F4;
  }
}
.garantiza-el-futuro .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .garantiza-el-futuro .--br-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .garantiza-el-futuro .container-custom {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .garantiza-el-futuro__content-wrapper {
    margin-left: 120px;
  }
}
@media (min-width: 1024px) {
  .garantiza-el-futuro__content-wrapper {
    margin-left: 125px;
  }
}
@media (min-width: 1440px) {
  .garantiza-el-futuro__content-wrapper {
    margin-left: 90px;
  }
}
@media (max-width: 991.98px) {
  .garantiza-el-futuro__copy-wrapper {
    border-radius: 16px;
    background-color: #F0F0F0;
    padding: 16px 10px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .garantiza-el-futuro__copy-wrapper-1 {
    text-align: center;
    margin-top: 25px;
  }
}
.garantiza-el-futuro__title {
  color: #FF2846;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  letter-spacing: 0.5px;
  margin: 0 0 24px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .garantiza-el-futuro__title {
    font-size: 38px;
    text-align: start;
    margin: 22px 0 32px 0;
  }
}
.garantiza-el-futuro__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 992px) {
  .garantiza-el-futuro__list {
    text-align: start;
  }
}
@media (min-width: 992px) {
  .garantiza-el-futuro__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.garantiza-el-futuro__copy-list {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .garantiza-el-futuro__copy-list {
    text-align: start;
    font-size: 24px;
    display: inline-block;
  }
}
.garantiza-el-futuro__copy-1 {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  line-height: 110%;
}
@media (min-width: 992px) {
  .garantiza-el-futuro__copy-1 {
    font-size: 24px;
    text-align: start;
    margin: 25px 0 25px 0;
    padding: 0;
  }
}
.garantiza-el-futuro__copy-1 strong {
  font-weight: 700;
}
.garantiza-el-futuro__copy-1 .--blue {
  color: #0078FF;
}
@media (min-width: 992px) {
  .garantiza-el-futuro__character-img-desktop {
    margin-left: -15px;
    width: 435px;
    margin-top: 72px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .garantiza-el-futuro__character-img-desktop {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .garantiza-el-futuro__btn-wrapper {
    margin-top: 22px;
    z-index: 10;
    position: relative;
  }
}
@media (min-width: 992px) {
  .garantiza-el-futuro__btn-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .garantiza-el-futuro__btn-wrapper {
    padding-top: 20px;
  }
}
.garantiza-el-futuro .btn.cta.cta--background-gradient-orange, .garantiza-el-futuro .btn.cta--background-gradient-orange {
  margin: 0 auto;
  width: 245px;
  max-width: 245px;
  padding: 15px 40px 15px 30px;
}
@media (min-width: 992px) {
  .garantiza-el-futuro .btn.cta.cta--background-gradient-orange, .garantiza-el-futuro .btn.cta--background-gradient-orange {
    margin: 0;
  }
}
.garantiza-el-futuro .icon__arrow-right-yellow {
  left: 25%;
  margin: 0;
  padding: 0;
}

.hero-om {
  margin: 0;
  padding: 0;
  background-color: #F7F8FB;
}
@media (max-width: 767px) {
  .hero-om__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-om {
    height: 1069px;
  }
}
@media (min-width: 768px) {
  .hero-om {
    height: 673px;
  }
}
@media (min-width: 992px) {
  .hero-om {
    height: 673px;
  }
}
@media (min-width: 1200px) {
  .hero-om {
    height: 765px;
  }
}
@media (max-width: 767px) {
  .hero-om__formulario-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero-om__formulario-wrapper {
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__formulario-wrapper {
    top: -615px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__formulario-wrapper {
    top: -675px;
  }
}
@media (min-width: 1200px) {
  .hero-om__formulario-wrapper {
    top: -705px;
  }
}
@media (max-width: 767px) {
  .hero-om.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.hero-om__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-om__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .hero-om__copy-label {
    font-weight: 600;
    width: 210px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-om__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .hero-om__copy-label {
    margin-bottom: 25px;
  }
}
.hero-om__copy-label-division {
  font-weight: 400;
}
.hero-om__carousel-wrapper {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-om__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__image-wrapper {
    margin-left: -290px;
  }
}
@media (min-width: 1200px) {
  .hero-om__image-wrapper {
    margin-left: -305px;
  }
}
@media (min-width: 1350px) {
  .hero-om__image-wrapper {
    margin-left: -315px;
  }
}
@media (min-width: 1420px) {
  .hero-om__image-wrapper {
    margin-left: -320px;
  }
}
@media (min-width: 1440px) {
  .hero-om__image-wrapper {
    margin-left: -325px;
  }
}
.hero-om__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .hero-om__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om__content-wrapper {
    margin: -110px auto 0 auto;
    padding: 25px 15px 0 15px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .hero-om__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__content-wrapper {
    width: 360px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__content-wrapper {
    margin-top: 60px;
    width: 300px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .hero-om__content-wrapper {
    margin-top: 122px;
    width: 410px;
    margin-left: -50px;
  }
}
@media (min-width: 1440px) {
  .hero-om__content-wrapper {
    margin-top: 135px;
    margin-left: -65px;
  }
}
.hero-om__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  line-height: 34px;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-om__title-1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
.hero-om__title-1--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om__title-1--new-line {
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .hero-om__title-1--1 {
    width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-1--1 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .hero-om__title-1--1.hero-om__title--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om__title-1--2 {
    margin: 0 auto;
    width: 205px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-1--2 {
    margin-bottom: 10px;
  }
}
.hero-om__title-1--2--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om__title-1--3 {
    width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-1--3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-1--3 {
    margin-bottom: 30px;
  }
}
.hero-om__title-1--3--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om__title-1--3--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-1--3--new-line {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-1--3--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om__title-1--4 {
    text-align: center;
  }
}
.hero-om__title-1--4--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om__title-1--4--new-line {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-1--4--new-line {
    margin-left: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-1--4--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-1--4--new-line {
    display: block;
    line-height: 55px;
  }
}
.hero-om__title-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-size: 101px;
  line-height: 100%;
  letter-spacing: -1.67857px;
  color: #FF6600;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .hero-om__title-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-2 {
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-2 {
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2 {
    margin-bottom: 5px;
  }
}
.hero-om__title-2--1 {
  color: #FF6600;
  font-size: 54.5798px;
  line-height: 30px;
  letter-spacing: -1.26123px;
}
@media (max-width: 767px) {
  .hero-om__title-2--1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-2--1 {
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-2--1 {
    line-height: 45px;
    margin: 0 0 30px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2--1 {
    margin-bottom: 42px;
  }
}
.hero-om__title-2--2 {
  color: #003F99;
}
@media (max-width: 767px) {
  .hero-om__title-2--2 {
    font-size: 60px;
    line-height: 60px;
    width: 205px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-2--2 {
    font-size: 80px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-2--2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2--2 {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}
.hero-om__title-2--3 {
  color: #278F49;
}
@media (max-width: 767px) {
  .hero-om__title-2--3 {
    font-size: 60px;
    line-height: 60px;
    width: 155px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__title-2--3 {
    margin-left: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-2--3 {
    font-size: 100px;
    margin-bottom: 50px;
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2--3 {
    margin-left: 105px;
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
.hero-om__title-2--4 {
  color: #FF6600;
  font-size: 101px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .hero-om__title-2--4 {
    font-size: 60px;
    line-height: 60px;
    width: 250px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-om__title-2--4 {
    font-size: 78px;
    margin-top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__title-2--4 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2--4 {
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
.hero-om__title-2--4--new-line {
  line-height: 95.6133px;
}
@media (max-width: 767px) {
  .hero-om__title-2--4--new-line {
    line-height: 82px;
  }
}
@media (min-width: 1200px) {
  .hero-om__title-2--4--new-line {
    margin-left: -30px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-om__title-2--new-line {
    display: block;
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .hero-om__round-flags-wrapper {
    margin: 0 auto 25px auto;
    min-width: 205px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-om__round-flag-content-wrapper {
    display: inline-block;
    margin: 0 10px;
  }
}
.hero-om__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
.hero-om__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero-om__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__list {
    width: 280px;
  }
}
.hero-om__list-item {
  background-position-y: 8px !important;
  color: #000000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.67 5.53 13.2a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 8.21a.996.996 0 1 0-1.41-1.41L9 16.67Z' fill='%23FF2846'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position-y: 5px !important;
  padding: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .hero-om__list-item {
    padding: 5px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .hero-om__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__arrow-wrapper {
    margin-left: 280px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__arrow-wrapper {
    margin-left: 221px;
  }
}
@media (min-width: 1200px) {
  .hero-om__arrow-wrapper {
    margin-left: 305px;
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .hero-om__arrow-wrapper {
    margin-left: 330px;
  }
}
.hero-om__flags-wrapper {
  top: -35px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-om__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-om__flags-wrapper {
    margin-left: 0;
  }
}
.hero-om__flag-content-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.213958px;
  float: left;
}
.hero-om__flag-content-wrapper:nth-child(1) {
  padding-right: 15px;
}
.hero-om__flag-content-wrapper:nth-child(2) {
  padding-right: 10px;
}
.hero-om__icon-flag {
  display: inline-block !important;
}
.hero-om__copy-country {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.213958px;
  color: #000000;
}
@media (min-width: 992px) {
  .hero-om .slick-slide {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .hero-om .slick-slide.slick-current.slick-active {
    opacity: 1;
  }
}
.hero-om .slick-dotted.slick-slider {
  margin-bottom: unset;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-om .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.hero-om .slick-list {
  overflow: unset;
}
@media (max-width: 767px) {
  .hero-om .slick-dots {
    margin: 0 auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om .slick-dots {
    top: 10px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om .slick-dots {
    top: -70px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-om .slick-dots {
    top: -90px;
    position: relative;
  }
}
.hero-om .slick-dots li {
  padding: 0 5px;
}

.hero-om-curso {
  margin: 0;
  padding: 0;
  background-color: #F7F8FB;
}
@media (max-width: 767px) {
  .hero-om-curso__custom-container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-om-curso .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-om-curso {
    height: 1069px;
  }
}
@media (min-width: 768px) {
  .hero-om-curso {
    height: 673px;
  }
}
@media (min-width: 992px) {
  .hero-om-curso {
    height: 673px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso {
    height: 765px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__formulario-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero-om-curso__formulario-wrapper {
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__formulario-wrapper {
    top: -615px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__formulario-wrapper {
    top: -675px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__formulario-wrapper {
    top: -705px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.hero-om-curso__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-om-curso__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .hero-om-curso__copy-label {
    font-weight: 600;
    width: 210px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-om-curso__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__copy-label {
    margin-bottom: 25px;
  }
}
.hero-om-curso__copy-label-division {
  font-weight: 400;
}
.hero-om-curso__carousel-wrapper {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__image-wrapper {
    margin-left: -45px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__image-wrapper {
    margin-left: -45px;
  }
}
@media (min-width: 1350px) {
  .hero-om-curso__image-wrapper {
    margin-left: -115px;
  }
}
@media (min-width: 1420px) {
  .hero-om-curso__image-wrapper {
    margin-left: -150px;
  }
}
@media (min-width: 1440px) {
  .hero-om-curso__image-wrapper {
    margin-left: -160px;
  }
}
.hero-om-curso__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .hero-om-curso__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__content-wrapper {
    margin: -110px auto 0 auto;
    padding: 25px 15px 0 15px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .hero-om-curso__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__content-wrapper {
    width: 360px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__content-wrapper {
    margin-top: 60px;
    width: 335px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__content-wrapper {
    margin-top: 122px;
    width: 410px;
    margin-left: -50px;
  }
}
@media (min-width: 1440px) {
  .hero-om-curso__content-wrapper {
    margin-top: 135px;
    margin-left: -65px;
  }
}
.hero-om-curso__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  line-height: 34px;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-om-curso__title-1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
.hero-om-curso__title-1--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--new-line {
    padding-left: 33px;
  }
}
@media (max-width: 575px) {
  .hero-om-curso__title-1--new-line {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .hero-om-curso__title-1--1 {
    width: 275px;
    text-align: center;
    line-height: 130%;
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-om-curso__title-1--1 {
    width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-1--1 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--1.hero-om-curso__title--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--2 {
    margin: 0 auto;
    width: 205px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-1--2 {
    margin-bottom: 10px;
  }
}
.hero-om-curso__title-1--2--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-1--2--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--3 {
    width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-1--3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-1--3 {
    margin-bottom: 30px;
  }
}
.hero-om-curso__title-1--3--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--3--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-1--3--new-line {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-1--3--new-line {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--4 {
    text-align: center;
  }
}
.hero-om-curso__title-1--4--new-line {
  display: block;
}
@media (max-width: 767px) {
  .hero-om-curso__title-1--4--new-line {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-1--4--new-line {
    margin-left: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-1--4--new-line {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-1--4--new-line {
    display: block;
    line-height: 55px;
  }
}
.hero-om-curso__title-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-size: 101px;
  line-height: 100%;
  letter-spacing: -1.67857px;
  color: #FF6600;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .hero-om-curso__title-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-2 {
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-2 {
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2 {
    margin-bottom: 5px;
  }
}
.hero-om-curso__title-2--1 {
  color: #FF6600;
  font-size: 90.64px;
  line-height: 94px;
  letter-spacing: -1.68px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .hero-om-curso__title-2--1 {
    font-size: 70px;
    line-height: 100%;
    text-align: center;
    margin: 12px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-om-curso__title-2--1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-2--1 {
    font-size: 80px;
    line-height: 94px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-2--1 {
    padding: 0;
    font-size: 80px;
    line-height: 94px;
    margin-bottom: 30px;
    letter-spacing: -1.67857px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2--1 {
    margin-bottom: 24px;
  }
}
.hero-om-curso__title-2--2 {
  color: #003F99;
}
@media (max-width: 767px) {
  .hero-om-curso__title-2--2 {
    font-size: 60px;
    line-height: 60px;
    width: 205px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-2--2 {
    font-size: 80px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-2--2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2--2 {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}
.hero-om-curso__title-2--3 {
  color: #278F49;
}
@media (max-width: 767px) {
  .hero-om-curso__title-2--3 {
    font-size: 60px;
    line-height: 60px;
    width: 155px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__title-2--3 {
    margin-left: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-2--3 {
    font-size: 100px;
    margin-bottom: 50px;
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2--3 {
    margin-left: 105px;
    margin-top: -15px;
    margin-bottom: 30px;
  }
}
.hero-om-curso__title-2--4 {
  color: #FF6600;
  font-size: 101px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .hero-om-curso__title-2--4 {
    font-size: 60px;
    line-height: 60px;
    width: 250px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-om-curso__title-2--4 {
    font-size: 78px;
    margin-top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__title-2--4 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2--4 {
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
.hero-om-curso__title-2--4--new-line {
  line-height: 95.6133px;
}
@media (max-width: 767px) {
  .hero-om-curso__title-2--4--new-line {
    line-height: 82px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__title-2--4--new-line {
    margin-left: -30px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-om-curso__title-2--new-line {
    display: block;
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__round-flags-wrapper {
    margin: 0 auto 25px auto;
    min-width: 205px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-om-curso__round-flag-content-wrapper {
    display: inline-block;
    margin: 0 10px;
  }
}
.hero-om-curso__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
.hero-om-curso__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero-om-curso__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__list {
    width: 335px;
    margin-bottom: 15px;
  }
}
.hero-om-curso__list-item {
  background-position-y: 8px !important;
  color: #000000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.67 5.53 13.2a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 8.21a.996.996 0 1 0-1.41-1.41L9 16.67Z' fill='%23FF2846'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position-y: 5px !important;
  padding: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .hero-om-curso__list-item {
    padding: 5px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .hero-om-curso__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__arrow-wrapper {
    margin-left: 280px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__arrow-wrapper {
    margin-left: 221px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__arrow-wrapper {
    margin-left: 305px;
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .hero-om-curso__arrow-wrapper {
    margin-left: 330px;
  }
}
.hero-om-curso__flags-wrapper {
  top: -35px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-om-curso__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso__flags-wrapper {
    margin-left: 0;
  }
}
.hero-om-curso__flag-content-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.213958px;
  float: left;
}
.hero-om-curso__flag-content-wrapper:nth-child(1) {
  padding-right: 15px;
}
.hero-om-curso__flag-content-wrapper:nth-child(2) {
  padding-right: 10px;
}
.hero-om-curso__icon-flag {
  display: inline-block !important;
}
.hero-om-curso__copy-country {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.213958px;
  color: #000000;
}
@media (min-width: 992px) {
  .hero-om-curso .slick-slide {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .hero-om-curso .slick-slide.slick-current.slick-active {
    opacity: 1;
  }
}
.hero-om-curso .slick-dotted.slick-slider {
  margin-bottom: unset;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-om-curso .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.hero-om-curso .slick-list {
  overflow: unset;
}
@media (max-width: 767px) {
  .hero-om-curso .slick-dots {
    margin: 0 auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-curso .slick-dots {
    top: 10px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-curso .slick-dots {
    top: -70px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-om-curso .slick-dots {
    top: -90px;
    position: relative;
  }
}
.hero-om-curso .slick-dots li {
  padding: 0 5px;
}

.om-hero-thx {
  background: #ff8533;
  background: linear-gradient(210deg, #ff8533 0%, #fab587 100%);
}
@media (max-width: 767px) {
  .om-hero-thx {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .om-hero-thx {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .om-hero-thx {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .om-hero-thx {
    padding-top: 55px;
  }
}
.om-hero-thx__custom-row {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .om-hero-thx__custom-row {
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  .om-hero-thx__content-wrapper-1 {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-thx__content-wrapper-1 {
    margin-left: 20px;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-thx__content-wrapper-1 {
    margin-left: 35px;
    margin-top: 65px;
    margin-bottom: 80px;
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .om-hero-thx__content-wrapper-1 {
    margin-left: 85px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-thx__content-wrapper-2 {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-thx__content-wrapper-2 {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .om-hero-thx__content-wrapper-2 {
    margin-left: 85px;
  }
}
.om-hero-thx__title {
  font-family: "Inter";
  color: #000000;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-hero-thx__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
.om-hero-thx__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .om-hero-thx__copy-1 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .om-hero-thx__copy-1 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-thx__copy-1 {
    width: 360px;
  }
}
.om-hero-thx__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .om-hero-thx__copy-2 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .om-hero-thx__image-wrapper {
    margin-top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-thx__image-wrapper {
    min-width: 617px;
    margin-top: -372px;
    margin-left: -180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-thx__image-wrapper {
    min-width: 617px;
    margin-top: -372px;
    margin-left: -180px;
  }
}
@media (min-width: 1200px) {
  .om-hero-thx__image-wrapper {
    min-width: 617px;
    margin-top: -402px;
    margin-left: -180px;
  }
}
.om-hero-thx__arrow-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  margin-top: -40px;
  text-align: right;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-thx__arrow-wrapper {
    margin-right: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-thx__arrow-wrapper {
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  .om-hero-thx__arrow-wrapper {
    margin-right: 110px;
  }
}

.om-precio-open-mundo {
  background: #ff8533;
  background: linear-gradient(130deg, #ff8533 0%, #fab587 100%);
}
@media (min-width: 768px) {
  .om-precio-open-mundo .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .om-precio-open-mundo {
    padding-top: 50px;
    padding-bottom: 92px;
    height: 668px;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .om-precio-open-mundo {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo {
    padding-top: 55px;
  }
}
.om-precio-open-mundo__custom-row {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .om-precio-open-mundo__custom-row {
    margin-left: unset;
    margin-right: unset;
    height: 525px;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo__custom-row {
    height: 454px;
    background-image: url("/inter/wp-content/uploads/sites/21/2022/05/background-sombra.png");
    background-position: left 50%;
    background-position: -130px 50%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__custom-row {
    background-position: -15px 50%;
  }
}
@media (max-width: 767px) {
  .om-precio-open-mundo__content-wrapper-1 {
    margin-top: 30px;
    margin-bottom: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-precio-open-mundo__content-wrapper-1 {
    margin-left: 0;
    margin-top: 75px;
    margin-bottom: 75px;
    width: 315px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-precio-open-mundo__content-wrapper-1 {
    margin-left: 0;
    margin-top: 93px;
    margin-bottom: 83px;
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__content-wrapper-1 {
    margin-left: 0;
    margin-top: 93px;
    margin-bottom: 81px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-precio-open-mundo__content-wrapper-2 {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-precio-open-mundo__content-wrapper-2 {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__content-wrapper-2 {
    margin-left: 85px;
  }
}
.om-precio-open-mundo__title {
  font-family: "Inter";
  color: #000000;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .om-precio-open-mundo__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
.om-precio-open-mundo__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .om-precio-open-mundo__copy-1 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo__copy-1 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-precio-open-mundo__copy-1 {
    width: 340px;
  }
}
.om-precio-open-mundo__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__copy-2 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-precio-open-mundo__image-wrapper {
    margin-left: -150px;
    margin-top: -55px;
    min-width: 617px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-precio-open-mundo__image-wrapper {
    margin-left: -85px;
    margin-top: -55px;
    min-width: 617px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__image-wrapper {
    margin-left: -15px;
    margin-top: -80px;
    min-width: 617px;
  }
}
@media (max-width: 767px) {
  .om-precio-open-mundo__image {
    bottom: -93px;
    position: absolute;
    left: -14px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__image {
    margin-left: 30px;
  }
}
.om-precio-open-mundo__arrow-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  margin-top: -40px;
  text-align: right;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-precio-open-mundo__arrow-wrapper {
    margin-right: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-precio-open-mundo__arrow-wrapper {
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  .om-precio-open-mundo__arrow-wrapper {
    margin-right: 110px;
  }
}
@media (max-width: 767px) {
  .om-precio-open-mundo__btn-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .om-precio-open-mundo__btn-wrapper {
    margin-top: 45px;
    width: 295px;
  }
}

.hero-om-alianza {
  margin: 0;
  padding: 0;
  background-color: #F7F8FB;
}
@media (max-width: 767px) {
  .hero-om-alianza .row-flex {
    display: flex;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza .order-1 {
    order: 3;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza .order-3 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza {
    min-height: 1189.01px;
  }
}
@media (min-width: 768px) {
  .hero-om-alianza {
    height: 614px;
  }
}
@media (min-width: 992px) {
  .hero-om-alianza {
    height: 614px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza {
    height: 614px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-alianza__formulario-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .hero-om-alianza__formulario-wrapper {
    margin-top: 50px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__formulario-wrapper {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.hero-om-alianza__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 244.32px;
  padding-top: 6px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero-om-alianza__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .hero-om-alianza__copy-label {
    font-weight: 600;
    width: 257px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-om-alianza__copy-label {
    width: 213.5px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__copy-label {
    width: 212.86px;
    font-size: 11.62px;
    line-height: 20px;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__copy-label {
    width: 257px;
    margin-bottom: 25px;
  }
}
.hero-om-alianza__copy-label-division {
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__image-wrapper {
    margin-left: -160px;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__image-wrapper {
    margin-left: -305px;
  }
}
@media (min-width: 1350px) {
  .hero-om-alianza__image-wrapper {
    margin-left: -315px;
  }
}
@media (min-width: 1420px) {
  .hero-om-alianza__image-wrapper {
    margin-left: -320px;
  }
}
@media (min-width: 1440px) {
  .hero-om-alianza__image-wrapper {
    margin-left: -155px;
  }
}
.hero-om-alianza__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .hero-om-alianza__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om-alianza__content-wrapper {
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-alianza__content-wrapper {
    width: 360px;
    margin-top: 100px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .hero-om-alianza__content-wrapper {
    margin-top: 105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__content-wrapper {
    margin-top: 60px;
    width: 300px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__content-wrapper {
    margin-top: 122px;
    width: 410px;
    margin-left: -50px;
  }
}
@media (min-width: 1440px) {
  .hero-om-alianza__content-wrapper {
    margin-top: 105px;
    margin-left: -25px;
  }
}
.hero-om-alianza__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-om-alianza__title-1 {
    font-size: 19.928px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__title-1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-om-alianza__title-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 33.2134px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -0.772568px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .hero-om-alianza__title-2 {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__title-2 {
    font-size: 40px;
    line-height: 52px;
  }
}
.hero-om-alianza__title-3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 81px;
  text-align: center;
  letter-spacing: -5.59645px;
  text-transform: uppercase;
  color: #FF6600;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-alianza__title-3 {
    font-size: 81.3727px;
    line-height: 81px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__title-3 {
    font-size: 98px;
    line-height: 98px;
    letter-spacing: -6.74px;
  }
}
.hero-om-alianza__round-flags-wrapper {
  margin: 30px auto 25px auto;
  min-width: 205px;
  text-align: center;
}
.hero-om-alianza__round-flag-content-wrapper {
  display: inline-block;
  margin: 0 10px;
}
.hero-om-alianza__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
.hero-om-alianza__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero-om-alianza__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__list {
    width: 280px;
  }
}
.hero-om-alianza__list-item {
  background-position-y: 8px !important;
  color: #000000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.67 5.53 13.2a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 8.21a.996.996 0 1 0-1.41-1.41L9 16.67Z' fill='%23FF2846'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position-y: 5px !important;
  padding: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .hero-om-alianza__list-item {
    padding: 5px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .hero-om-alianza__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-alianza__arrow-wrapper {
    margin-left: 200px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__arrow-wrapper {
    margin-left: 180px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__arrow-wrapper {
    margin-left: 305px;
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .hero-om-alianza__arrow-wrapper {
    margin-left: 260px;
  }
}
.hero-om-alianza__flags-wrapper {
  top: -35px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-om-alianza__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-alianza__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-alianza__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-om-alianza__flags-wrapper {
    margin-left: 0;
  }
}
.hero-om-alianza__flag-content-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.213958px;
  float: left;
}
.hero-om-alianza__flag-content-wrapper:nth-child(1) {
  padding-right: 15px;
}
.hero-om-alianza__flag-content-wrapper:nth-child(2) {
  padding-right: 10px;
}
.hero-om-alianza__icon-flag {
  display: inline-block !important;
}
.hero-om-alianza__copy-country {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.213958px;
  color: #000000;
}
.om-hero-404 {
  background-color: #F4F4F4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-404 {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .om-hero-404 {
    height: 396px;
  }
}
.om-404__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .om-404__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.om-404__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .om-404__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .om-404__btn-wrapper {
    width: 218px;
    margin: 0 auto;
  }
}

.om-hero-planes-precios {
  margin: 0;
  padding: 0;
  background-color: #F7F8FB;
}
@media (max-width: 767px) {
  .om-hero-planes-precios {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios {
    height: 598px;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios__formulario-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__formulario-wrapper {
    position: relative;
    z-index: 999;
    top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__formulario-wrapper {
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__formulario-wrapper {
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.om-hero-planes-precios__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__copy-label {
    font-weight: 600;
    width: 210px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .om-hero-planes-precios__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__copy-label {
    margin-bottom: 25px;
  }
}
.om-hero-planes-precios__copy-label-division {
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__image-wrapper {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__image-wrapper {
    margin-left: -75px;
  }
}
@media (min-width: 1350px) {
  .om-hero-planes-precios__image-wrapper {
    margin-left: -85px;
  }
}
@media (min-width: 1420px) {
  .om-hero-planes-precios__image-wrapper {
    margin-left: -90px;
  }
}
@media (min-width: 1440px) {
  .om-hero-planes-precios__image-wrapper {
    margin-left: -15px;
  }
}
.om-hero-planes-precios__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios__content-wrapper {
    margin: -110px auto 0 auto;
    padding: 25px 15px 0 15px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-planes-precios__content-wrapper {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__content-wrapper {
    margin-top: 60px;
    width: 300px;
    margin-left: -65px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__content-wrapper {
    margin-top: 122px;
    width: 410px;
    margin-left: -50px;
  }
}
@media (min-width: 1440px) {
  .om-hero-planes-precios__content-wrapper {
    margin-top: 135px;
    margin-left: 7px;
  }
}
.om-hero-planes-precios__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 27px;
  line-height: 32.4px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__title-1 {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__title-1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .om-hero-planes-precios__title-1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.om-hero-planes-precios__title-1--new-line {
  display: block;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__title-1--new-line {
    padding-left: 33px;
  }
}
.om-hero-planes-precios__title-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 60%;
  letter-spacing: -1.67857px;
  color: #FF6600;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__title-2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__title-2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-planes-precios__title-2 {
    font-size: 70px;
    line-height: 71px;
  }
}
@media (min-width: 992px) {
  .om-hero-planes-precios__title-2 {
    font-size: 91.23px;
    line-height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__title-2 {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__title-2 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .om-hero-planes-precios__title-2--new-line {
    display: block;
    margin-left: 90px;
  }
}
.om-hero-planes-precios__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__copy {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-planes-precios__copy {
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__copy {
    line-height: 40px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__copy {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .om-hero-planes-precios__round-flags-wrapper {
    margin: 0 auto 25px auto;
    min-width: 205px;
    text-align: center;
  }
}
.om-hero-planes-precios__round-flag-content-wrapper {
  display: inline-block;
  margin: 0 10px;
}
.om-hero-planes-precios__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__list {
    width: 280px;
  }
}
.om-hero-planes-precios__list-item {
  background-position-y: 8px !important;
  color: #000000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.67 5.53 13.2a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 8.21a.996.996 0 1 0-1.41-1.41L9 16.67Z' fill='%23FF2846'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position-y: 5px !important;
  padding: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__list-item {
    padding: 5px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .om-hero-planes-precios__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-planes-precios__arrow-wrapper {
    margin-left: 235px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__arrow-wrapper {
    margin-left: 221px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__arrow-wrapper {
    margin-left: 305px;
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .om-hero-planes-precios__arrow-wrapper {
    margin-left: 288px;
    margin-top: -65px;
  }
}
.om-hero-planes-precios__flags-wrapper {
  top: -35px;
  position: relative;
}
@media (max-width: 767px) {
  .om-hero-planes-precios__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .om-hero-planes-precios__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-hero-planes-precios__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .om-hero-planes-precios__flags-wrapper {
    margin-left: 0;
  }
}
.om-hero-planes-precios__flag-content-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.213958px;
  float: left;
}
.om-hero-planes-precios__flag-content-wrapper:nth-child(1) {
  padding-right: 15px;
}
.om-hero-planes-precios__flag-content-wrapper:nth-child(2) {
  padding-right: 10px;
}
.om-hero-planes-precios__icon-flag {
  display: inline-block !important;
}
.om-hero-planes-precios__copy-country {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.213958px;
  color: #000000;
}
.hero-om-promo {
  margin: 0;
  padding: 0;
  background-color: #F7F8FB;
}
@media (max-width: 767px) {
  .hero-om-promo__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om-promo .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-om-promo {
    min-height: 865px;
  }
}
@media (min-width: 768px) {
  .hero-om-promo {
    height: 614px;
  }
}
@media (min-width: 992px) {
  .hero-om-promo {
    height: 598px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo__formulario-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__formulario-wrapper {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .hero-om-promo__formulario-wrapper {
    margin-left: 25px;
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__formulario-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-om-promo.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.hero-om-promo__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-om-promo__copy-label {
    padding-top: 4px;
    height: 32px;
    margin: 0 auto 15px auto;
    display: block;
    width: 134px;
  }
}
@media (min-width: 768px) {
  .hero-om-promo__copy-label {
    font-weight: 600;
    width: 131px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-om-promo__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__copy-label {
    margin-bottom: 25px;
  }
}
.hero-om-promo__copy-label-division {
  font-weight: 400;
}
.hero-om-promo__carousel-wrapper {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__carousel-wrapper {
    margin-left: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__image-wrapper {
    margin-left: -290px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__image-wrapper {
    margin-left: -305px;
  }
}
@media (min-width: 1350px) {
  .hero-om-promo__image-wrapper {
    margin-left: -315px;
  }
}
@media (min-width: 1420px) {
  .hero-om-promo__image-wrapper {
    margin-left: -320px;
  }
}
@media (min-width: 1440px) {
  .hero-om-promo__image-wrapper {
    margin-left: -390px;
  }
}
.hero-om-promo__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .hero-om-promo__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-om-promo__content-wrapper {
    margin: -110px auto 0 auto;
    padding: 25px 15px 0 15px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .hero-om-promo__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo__content-wrapper {
    width: 330px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__content-wrapper {
    margin-top: 60px;
    width: 260px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__content-wrapper {
    margin-top: 122px;
    width: 410px;
    margin-left: -50px;
  }
}
@media (min-width: 1440px) {
  .hero-om-promo__content-wrapper {
    margin-top: 135px;
    margin-left: -65px;
  }
}
.hero-om-promo__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-om-promo__title-1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__title-1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__title-1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
.hero-om-promo__title-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -1.67857px;
  color: #FF6600;
  margin-bottom: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-om-promo__title-2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .hero-om-promo__title-2 {
    line-height: 40px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo__title-2 {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__title-2 {
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 15px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__title-2 {
    margin-bottom: 35px;
    font-size: 70px;
    line-height: 30px;
    letter-spacing: -1.26123px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-om-promo__title-2--new-line {
    display: block;
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .hero-om-promo__round-flags-wrapper {
    margin: 0 auto 25px auto;
    min-width: 205px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-om-promo__round-flag-content-wrapper {
    display: inline-block;
    margin: 0 10px;
  }
}
.hero-om-promo__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-om-promo__copy {
    text-align: center;
    margin-bottom: 10px;
  }
}
.hero-om-promo__list {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .hero-om-promo__list {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__list {
    width: 280px;
  }
}
.hero-om-promo__list-item {
  background-position-y: 8px !important;
  color: #000000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.67 5.53 13.2a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 8.21a.996.996 0 1 0-1.41-1.41L9 16.67Z' fill='%23FF2846'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position-y: 5px !important;
  padding: 5px 0 5px 30px;
}
@media (max-width: 767px) {
  .hero-om-promo__list-item {
    padding: 5px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .hero-om-promo__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero-om-promo__arrow {
  display: none;
}
@media (min-width: 768px) {
  .hero-om-promo__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='133' height='82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.928 59.397C33.757 55.863 2.114 40.875 9.218 17.035c1.053-3.532 2.874-7.037 5.768-9.4.451-.37 6.03-3.717 6.341-2.352.002.006-.334.326-.834.804-1.368 1.307-3.963 3.788-4.244 4.194a21.136 21.136 0 0 0-3.407 8.2c-.886 4.89.356 9.572 2.768 13.855C21.663 43.088 33.02 49.382 44.494 52.8c11.022 3.282 22.745 4.15 34.168 3.43 5.478-.344 10.926-1.135 16.252-2.451 2.697-.666 5.402-1.45 7.98-2.489.713-.287 1.025-.79 1.32-1.264.329-.53.637-1.026 1.458-1.152.576-.088 2.929.935 3.211 1.303 2.322 3.034-2.871 5.043-4.695 5.742-5.68 2.176-11.67 3.506-17.696 4.315-11.43 1.535-23.212 1.372-34.564-.836Z' fill='url(%23a)'/%3E%3Cpath d='M121.508 45.017c-8.893 2.089-17.909 2.52-26.838.372-2.105-.506.564-.79 2.061-.948.683-.072 1.122-.119.758-.15 3.365.28 6.757.083 10.102-.325 5.74-.7 11.456-1.922 16.913-3.85.127-.046.366-.155.683-.301 2.104-.968 7.67-3.529 7.234.65-.14 1.342-2.303 3.025-4.131 4.447-.924.72-1.763 1.372-2.21 1.88-1.617 1.834-3.03 3.835-4.429 5.836-.567.811-1.128 1.634-1.691 2.46-2.533 3.715-5.109 7.493-8.429 10.51-1.443 1.31-9.204 6.628-10.917 3.286-.332-.647 3.058-3.395 5.891-5.691 1.61-1.305 3.041-2.465 3.505-3.009 2.209-2.593 4.193-5.345 6.177-8.096 1.724-2.392 3.448-4.784 5.321-7.071Z' fill='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.657' y1='62.526' x2='127.657' y2='62.526' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF2846'/%3E%3Cstop offset='1' stop-color='%23F60'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='.657' y1='62.526' x2='127.657' y2='62.526' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF2846'/%3E%3Cstop offset='1' stop-color='%23F60'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    width: 133px;
    height: 82px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo__arrow {
    margin-left: 220px;
    margin-top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__arrow {
    margin-left: 110px;
    margin-top: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='125' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.339 44.762C35.968 47.05 1.234 42.634.58 17.765c-.096-3.684.546-7.58 2.562-10.727.315-.49 4.578-5.406 5.298-4.205.002.005-.217.414-.544 1.024-.894 1.667-2.59 4.831-2.73 5.304a21.136 21.136 0 0 0-.692 8.854c.677 4.922 3.312 8.987 6.936 12.309 9.094 8.339 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.12 33.543-7.354 5.1-2.03 10.032-4.474 14.686-7.38 2.357-1.471 4.684-3.057 6.811-4.845.589-.494.729-1.069.862-1.612.149-.606.287-1.173 1.029-1.547.521-.263 3.075-.021 3.456.24 3.15 2.163-1.162 5.687-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.6-10.387 5.01-21.637 8.515-33.112 9.943Z' fill='%23FF2846'/%3E%3Cpath d='M116.007 9.476c-7.804 4.749-16.24 7.96-25.394 8.692-2.159.173.29-.925 1.665-1.541.626-.28 1.029-.462.673-.377 3.285-.78 6.449-2.022 9.502-3.449 5.238-2.449 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.737 7.078-1.63.283 1.32-1.25 3.59-2.545 5.51-.655.972-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.924-.287.946-.565 1.903-.843 2.864-1.254 4.318-2.529 8.709-4.747 12.607-.964 1.695-6.689 9.16-9.356 6.516-.516-.512 1.852-4.177 3.832-7.24 1.125-1.741 2.124-3.287 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z' fill='%23FF2846'/%3E%3C/svg%3E");
    width: 125px;
    height: 46px;
    margin-left: 300px;
    margin-top: -5px;
  }
}
.hero-om-promo__flags-wrapper {
  top: -35px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-om-promo__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo__flags-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo__flags-wrapper {
    margin-left: 0;
  }
}
.hero-om-promo__flag-content-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.213958px;
  float: left;
}
.hero-om-promo__flag-content-wrapper:nth-child(1) {
  padding-right: 15px;
}
.hero-om-promo__flag-content-wrapper:nth-child(2) {
  padding-right: 10px;
}
.hero-om-promo__icon-flag {
  display: inline-block !important;
}
.hero-om-promo__copy-country {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.213958px;
  color: #000000;
}
@media (min-width: 992px) {
  .hero-om-promo .slick-slide {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .hero-om-promo .slick-slide.slick-current.slick-active {
    opacity: 1;
  }
}
.hero-om-promo .slick-dotted.slick-slider {
  margin-bottom: unset;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-om-promo .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.hero-om-promo .slick-list {
  overflow: unset;
}
@media (max-width: 767px) {
  .hero-om-promo .slick-dots {
    margin: 0 auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-om-promo .slick-dots {
    top: 10px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-om-promo .slick-dots {
    top: -70px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-om-promo .slick-dots {
    top: -90px;
    position: relative;
  }
}
.hero-om-promo .slick-dots li {
  padding: 0 5px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .om-promociones.om-trustpilot {
    margin: 100px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-promociones.om-trustpilot .om-trustpilot__image-wrapper {
    margin-top: -50px;
    margin-left: -80px;
  }
}
@media (min-width: 1200px) {
  .om-promociones.om-trustpilot .om-trustpilot__image-wrapper {
    margin-top: -100px;
    margin-left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .om-promociones.om-trustpilot .om-trustpilot__store-icons {
    width: 420px;
  }
}

@media (min-width: 768px) {
  .w8623 .btn span.icon__arrow-right-orange {
    right: 40px;
  }
}

/* GLOBAL @media
// @media (max-width: 767px) {}
// @media (max-width: 575px) {}
// @media (min-width: 576px) and (max-width: 767px) {}

// @media (min-width: 768px) {}
// @media (min-width: 768px) and (max-width: 991px) {}

// @media (min-width: 992px) {}
// @media (min-width: 992px) and (max-width: 1199px) {}

// @media (min-width: 1200px) {}
*/
.hero-soporte {
  background: linear-gradient(360deg, #f4f4f4 0%, #ebf7ff 100%);
}

.hero-soporte__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
  padding: 0;
}

.hero-soporte__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FF2846;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .hero-soporte__copy-wrapper {
    margin-top: 50px;
    width: 263px;
  }
}
@media (min-width: 768px) {
  .hero-soporte {
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-soporte {
    height: 546px;
  }

  .hero-soporte__copy-wrapper {
    margin-top: 75px;
    width: 445px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-soporte {
    height: 548px;
  }

  .hero-soporte__copy-wrapper {
    margin-top: 220px;
  }

  .hero-soporte__image-wrapper {
    margin-top: 48px;
    width: 477px;
  }
}
@media (min-width: 1200px) {
  .hero-soporte {
    height: 518.62px;
  }

  .hero-soporte__copy-wrapper {
    margin-top: 190px;
  }

  .hero-soporte__image-wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .hero-soporte__image-wrapper {
    margin-top: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-soporte__image-wrapper {
    margin-top: 22px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hero-soporte__image-wrapper {
    margin-top: 48px;
  }
}

.faq__btn-wrapper {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq__btn-wrapper {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .faq__btn-wrapper {
    width: 377px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq__btn-wrapper {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .faq__btn-wrapper {
    margin-top: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .regions .col-custom {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.regions__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .regions__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.regions__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .regions__copy {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .regions__copy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .regions__copy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

.latam-hero-planes-precios {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #F3F2F7 0%, #EDECF2 100%), linear-gradient(180deg, #FFFFFF 0%, #EBF7FF 58.85%);
}
@media (min-width: 992px) {
  .latam-hero-planes-precios .row-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .latam-hero-planes-precios .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .latam-hero-planes-precios .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .latam-hero-planes-precios {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .latam-hero-planes-precios {
    height: 532px;
  }
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__formulario-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .latam-hero-planes-precios__formulario-wrapper {
    position: relative;
    z-index: 999;
    top: 70px;
  }
}
@media (min-width: 992px) {
  .latam-hero-planes-precios__formulario-wrapper {
    min-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-hero-planes-precios__formulario-wrapper {
    margin-left: -122px;
  }
}
@media (min-width: 1200px) {
  .latam-hero-planes-precios__formulario-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .latam-hero-planes-precios__formulario-wrapper {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .latam-hero-planes-precios.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.latam-hero-planes-precios__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .latam-hero-planes-precios__copy-label {
    font-weight: 600;
    width: 210px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .latam-hero-planes-precios__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .latam-hero-planes-precios__copy-label {
    margin-bottom: 25px;
  }
}
.latam-hero-planes-precios__copy-label-division {
  font-weight: 400;
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__image-wrapper {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  .latam-hero-planes-precios__image-wrapper {
    margin-top: -39px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-hero-planes-precios__image-wrapper {
    margin-left: -165px;
  }
}
@media (min-width: 1200px) {
  .latam-hero-planes-precios__image-wrapper {
    margin-left: -100px;
  }
}
@media (min-width: 1440px) {
  .latam-hero-planes-precios__image-wrapper {
    margin-left: -125px;
  }
}
.latam-hero-planes-precios__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__image {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .latam-hero-planes-precios__content-wrapper {
    margin: 75px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .latam-hero-planes-precios__content-wrapper {
    margin-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-hero-planes-precios__content-wrapper {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-hero-planes-precios__content-wrapper {
    margin-top: 125px;
    width: 310px;
    margin-left: -80px;
  }
}
@media (min-width: 1200px) {
  .latam-hero-planes-precios__content-wrapper {
    margin-top: 122px;
    margin-left: 15px;
    width: 370px;
  }
}
@media (min-width: 1440px) {
  .latam-hero-planes-precios__content-wrapper {
    margin-top: 135px;
    margin-left: 30px;
  }
}
.latam-hero-planes-precios__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 36px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .latam-hero-planes-precios__title {
    font-size: 40px;
    line-height: 44px;
  }
}
.latam-hero-planes-precios__copy {
  color: #FF2846;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .latam-hero-planes-precios__copy {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-hero-planes-precios__arrow-wrapper {
    margin-left: 230px;
    margin-top: 30px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-hero-planes-precios__arrow-wrapper {
    margin-left: 210px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .latam-hero-planes-precios__arrow-wrapper {
    margin-left: 305px;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .latam-hero-planes-precios__arrow-wrapper {
    margin-left: 288px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .latam-hero-planes-precios #leadformContainer {
    margin-top: 0 !important;
  }
}

.hero-planes-precios-2023 {
  background: linear-gradient(11.7deg, #EBF7FF 7.12%, #FFFFFF 85.99%), #C4C4C4;
}
@media (min-width: 768px) {
  .hero-planes-precios-2023 {
    height: 487px;
  }
}
@media (min-width: 992px) {
  .hero-planes-precios-2023 {
    height: 490px;
  }
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__content-wrapper {
    margin-left: -16px;
  }
}
@media (min-width: 992px) {
  .hero-planes-precios-2023__content-wrapper {
    min-width: 300px;
    margin-left: -6px;
  }
}
@media (min-width: 1440px) {
  .hero-planes-precios-2023__content-wrapper {
    min-width: 460px;
    margin-left: -8px;
  }
}
.hero-planes-precios-2023__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__title {
    letter-spacing: -1px;
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .hero-planes-precios-2023__title {
    font-size: 48px;
  }
}
.hero-planes-precios-2023__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
  color: #FF2846;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__copy {
    margin-bottom: 13px;
  }
}
.hero-planes-precios-2023__image-wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-planes-precios-2023__image-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__image-wrapper {
    height: 487px;
  }
}
@media (min-width: 992px) {
  .hero-planes-precios-2023__image-wrapper {
    height: 490px;
    display: flex;
    align-items: flex-end;
    margin-left: -30px;
    width: 285px;
  }
}
@media (min-width: 1440px) {
  .hero-planes-precios-2023__image-wrapper {
    margin-left: -108px;
    width: 362px;
  }
}
@media (max-width: 767.98px) {
  .hero-planes-precios-2023__image {
    width: 100%;
  }
}
.hero-planes-precios-2023__label {
  width: 205px;
  height: 48px;
  padding: 6px 0 0 10px;
  margin-top: 13px;
  margin-bottom: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='205' height='48' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23CFCFCF' d='M1 11.147a8 8 0 0 1 8.146-7.999l180 3.279A8 8 0 0 1 197 14.425v24.428a8 8 0 0 1-8.146 7.999l-180-3.279A8 8 0 0 1 1 35.575V11.146Z'/%3E%3C/g%3E%3Crect width='203' height='40' x='1.5' y='.5' fill='%230078FF' rx='7.5'/%3E%3Crect width='203' height='40' x='1.5' y='.5' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='198' height='45.706' x='0' y='2.147' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_1_5367' stdDeviation='.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__label {
    width: 241px;
    height: 53px;
    margin-bottom: 24px;
    margin-top: 115px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='241' height='53' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23CFCFCF' d='M1 13.23a8 8 0 0 1 8.227-7.996l215 6.115A8 8 0 0 1 232 19.346v24.423a8 8 0 0 1-8.227 7.997l-215-6.115A8 8 0 0 1 1 37.654V13.231Z'/%3E%3C/g%3E%3Crect width='239' height='43' x='1.5' y='.5' fill='%230078FF' rx='7.5'/%3E%3Crect width='239' height='43' x='1.5' y='.5' stroke='%23fff' rx='7.5'/%3E%3Cdefs%3E%3Cfilter id='a' width='233' height='48.539' x='0' y='4.23' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_2571_5371' stdDeviation='.5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  .hero-planes-precios-2023__label {
    margin-top: 43px;
  }
}
@media (min-width: 1440px) {
  .hero-planes-precios-2023__label {
    margin-top: 140px;
  }
}
.hero-planes-precios-2023__label-copy-1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: start;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__label-copy-1 {
    font-size: 14px;
  }
}
.hero-planes-precios-2023__label-copy-2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #FFFF00;
  margin: 0;
  padding: 0;
  text-align: start;
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__label-copy-2 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-planes-precios-2023__form-wrapper {
    margin-top: -23px;
  }
}
@media (min-width: 768px) {
  .hero-planes-precios-2023__form-wrapper {
    margin-top: 63px;
  }
}
.hero-planes-precios-2023__arrow-wrapper {
  text-align: right;
  margin-top: 30px;
}

.hero-alianzas {
  margin: 0;
  padding: 0;
  background-color: #F4F4F4;
}
@media (min-width: 992px) {
  .hero-alianzas .row-flex {
    display: flex;
  }
}
.hero-alianzas .order-1 {
  z-index: 5;
}
@media (min-width: 992px) {
  .hero-alianzas .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .hero-alianzas .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero-alianzas {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .hero-alianzas {
    height: 482px;
  }
}
@media (min-width: 992px) {
  .hero-alianzas {
    height: 661px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas {
    height: 662px;
  }
}
@media (max-width: 767px) {
  .hero-alianzas__custom-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-alianzas__formulario-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero-alianzas__formulario-wrapper {
    position: relative;
    z-index: 999;
    top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-alianzas__formulario-wrapper {
    left: 25px;
  }
}
@media (min-width: 992px) {
  .hero-alianzas__formulario-wrapper {
    min-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-alianzas__formulario-wrapper {
    margin-left: -122px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__formulario-wrapper {
    margin-left: 20px;
    margin-top: 70px;
  }
}
@media (min-width: 1440px) {
  .hero-alianzas__formulario-wrapper {
    margin-left: -10px;
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .hero-alianzas__formulario-wrapper {
    margin-left: 7px;
  }
}
@media (min-width: 2500px) {
  .hero-alianzas__formulario-wrapper {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .hero-alianzas.section--background-50-50-grey {
    background: #F4F4F4;
    padding-bottom: 60px;
  }
}
.hero-alianzas__copy-label {
  background-color: #FF2846;
  border-radius: 0 18px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 198px;
  padding-top: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-alianzas__copy-label {
    margin-bottom: 15px;
    padding-top: 4px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .hero-alianzas__copy-label {
    font-weight: 600;
    width: 210px;
    height: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero-alianzas__copy-label {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__copy-label {
    margin-bottom: 25px;
  }
}
.hero-alianzas__copy-label-division {
  font-weight: 400;
}
.hero-alianzas__image-wrapper {
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-alianzas__image-wrapper {
    margin-left: -32px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__image-wrapper {
    margin-left: -200px;
  }
}
@media (min-width: 1440px) {
  .hero-alianzas__image-wrapper {
    margin-left: -245px;
  }
}
@media (min-width: 1920px) {
  .hero-alianzas__image-wrapper {
    margin-left: -245px;
  }
}
.hero-alianzas__image {
  max-width: unset;
}
@media (max-width: 767px) {
  .hero-alianzas__image {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-alianzas__content-wrapper {
    margin: 75px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .hero-alianzas__content-wrapper {
    margin-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-alianzas__content-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-alianzas__content-wrapper {
    margin-top: 175px;
    width: 300px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__content-wrapper {
    margin-top: 210px;
    margin-left: 35px;
    width: 465px;
  }
}
@media (min-width: 1440px) {
  .hero-alianzas__content-wrapper {
    margin-top: 210px;
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .hero-alianzas__content-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 2500px) {
  .hero-alianzas__content-wrapper {
    margin-left: 0;
  }
}
.hero-alianzas__title {
  color: #000000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 36px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}
.hero-alianzas__title strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-alianzas__title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-alianzas__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-alianzas__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.hero-alianzas__copy {
  color: #FF2846;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-alianzas__copy {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 230px;
    margin-top: 30px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 170px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 295px;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 305px;
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 320px;
  }
}
@media (min-width: 2500px) {
  .hero-alianzas__arrow-wrapper {
    margin-left: 320px;
  }
}
@media (max-width: 991px) {
  .hero-alianzas #leadformContainer {
    margin-top: 0 !important;
  }
}

.latam-alianzas-banner {
  width: 100%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .latam-alianzas-banner {
    height: 115px !important;
  }
}
@media (min-width: 768px) {
  .latam-alianzas-banner {
    height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-alianzas-banner .promo-banner__copy--white {
    margin-top: 5px;
    top: 7.5px;
    position: relative;
    line-height: 18px;
  }
}
.latam-alianzas-banner .btn-orange__copy {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-alianzas-banner .btn-orange--wrapper {
    left: 115px;
    position: relative;
  }
}

.latam-alianzas.latam-new-home-page {
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .latam-alianzas.latam-new-home-page {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-alianzas.latam-new-home-page .container-custom {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-alianzas.latam-new-home-page .icon__green-commentary {
    zoom: 87%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-alianzas.latam-new-home-page .wrapper-content.box-simple {
    width: 300px;
  }
}
.latam-alianzas.latam-new-home-page .wrapper-txt {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latam-alianzas.latam-new-home-page .wrapper-txt {
    text-align: center;
  }
}
.latam-alianzas.latam-new-home-page .box-simple__title.box-simple__mt-20-15-10 {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latam-alianzas.latam-new-home-page .wrapper-content.box-simple.clases-en-vivo .box-simple__copy {
    margin-bottom: 55px;
  }
}

/* GLOBAL @media
// @media (max-width: 767px) {}
// @media (max-width: 575px) {}
// @media (min-width: 576px) and (max-width: 767px) {}

// @media (min-width: 768px) {}
// @media (min-width: 768px) and (max-width: 991px) {}

// @media (min-width: 992px) {}
// @media (min-width: 992px) and (max-width: 1199px) {}

// @media (min-width: 1200px) {}
*/
.hero-refiere-amigo {
  background-color: #ECF8FF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-refiere-amigo {
    height: 482px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-refiere-amigo {
    height: 660px;
  }
}
@media (min-width: 1200px) {
  .hero-refiere-amigo {
    height: 662px;
  }
}
@media (min-width: 992px) {
  .hero-refiere-amigo .row-flex {
    display: flex;
  }
}
.hero-refiere-amigo .order-1 {
  z-index: 2;
}
@media (min-width: 992px) {
  .hero-refiere-amigo .order-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .hero-refiere-amigo .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero-refiere-amigo__content-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-refiere-amigo__content-wrapper {
    width: 345px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .hero-refiere-amigo__content-wrapper {
    margin-left: -55px;
  }
}
.hero-refiere-amigo__copy-1 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  align-items: center;
  color: #FF2846;
}
@media (max-width: 767px) {
  .hero-refiere-amigo__copy-1 {
    margin-top: 52px;
  }
}
@media (min-width: 768px) {
  .hero-refiere-amigo__copy-1 {
    font-size: 20px;
    line-height: 130%;
    margin-top: 57px;
  }
}
@media (min-width: 992px) {
  .hero-refiere-amigo__copy-1 {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) {
  .hero-refiere-amigo__copy-1 {
    margin-top: 175px;
  }
}
.hero-refiere-amigo__copy-2 {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-refiere-amigo__copy-2 {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .hero-refiere-amigo__copy-2 {
    font-size: 20px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .hero-refiere-amigo__copy-2 {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .hero-refiere-amigo__copy-2 {
    font-size: 23px;
    line-height: 44px;
  }
}
.hero-refiere-amigo__title {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-refiere-amigo__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .hero-refiere-amigo__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-refiere-amigo__arrow-wrapper {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-refiere-amigo__arrow-wrapper {
    margin-top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-refiere-amigo__image-wrapper {
    margin-left: -30px;
    width: 455px;
  }
}
@media (min-width: 1200px) {
  .hero-refiere-amigo__image-wrapper {
    margin-left: -162px;
    width: 630px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-refiere-amigo .hero-latam__form-wrapper {
    padding-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .w9157 .lead-form {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .w9157 .btn.cta--background-white {
    display: inline-block !important;
    padding-top: 20px;
  }
  .w9157 .icon__arrow-right-orange.safari_only {
    display: inline-block !important;
  }
}
.w9157 .container-timeline:before {
  z-index: 5;
}
.w9157 .timeline__icon {
  z-index: 7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9157 .timelineimg-1 {
    margin-left: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w9157 .timelineimg-1 {
    margin-left: -60px;
  }
}
@media (min-width: 1200px) {
  .w9157 .timelineimg-1 {
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9157 .timelineimg-2 {
    margin-top: -50px;
    margin-left: -35px;
  }
}
@media (min-width: 1200px) {
  .w9157 .timelineimg-2 {
    margin-top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9157 .timelineimg-3 {
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w9157 .timelineimg-3 {
    margin-left: -33px;
  }
}
@media (min-width: 1200px) {
  .w9157 .timelineimg-3 {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9157 .timelineimg-4 {
    margin-left: -25px;
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .w9157 .timeline__icon {
    margin-bottom: 60px;
  }
}
.w9157 .timeline__list {
  margin-top: 20px;
  margin-bottom: 50px;
}
.w9157 .timeline__btn-wrapper {
  margin: 50px auto 0 auto;
}
@media (min-width: 768px) {
  .w9157 .timeline__btn-wrapper {
    width: 363px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .w9157 .btn-orange__copy {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9157 .icon__arrow-right-orange {
    width: 5px;
  }
}

/* GLOBAL @media
// @media (max-width: 767px) {}
// @media (max-width: 575px) {}
// @media (min-width: 576px) and (max-width: 767px) {}

// @media (min-width: 768px) {}
// @media (min-width: 768px) and (max-width: 991px) {}

// @media (min-width: 992px) {}
// @media (min-width: 992px) and (max-width: 1199px) {}

// @media (min-width: 1200px) {}
*/
.w9387-hero, .w9387-hero-leadform {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 801px;
}
@media (max-width: 767px) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-320_1x.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-320_2x.jpg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-768_1x.jpg");
    min-height: 668px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-768_2x.jpg");
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-992_1x.jpg");
    height: 646px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-992_2x.jpg");
  }
}
@media (min-width: 1200px) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-1200_1x.jpg");
    height: 717px;
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero, .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/w9387-hero-1200_2x.jpg");
  }
}
.w9387-hero__content-wrapper {
  margin: 0;
  padding: 0;
  margin-top: 32px;
  /*@media (min-width: 768px){
          margin-top: -130px;
  }*/
}
@media (min-width: 992px) {
  .w9387-hero__content-wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .w9387-hero__content-wrapper {
    margin-top: 142px;
    margin-left: 60px;
  }
}
.w9387-hero__copy-1, .w9387-hero-leadform__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #FF2846;
  text-align: center;
  margin: 0 0 9px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .w9387-hero__copy-1, .w9387-hero-leadform__copy-1 {
    font-size: 20px;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .w9387-hero__copy-1, .w9387-hero-leadform__copy-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .w9387-hero__copy-1, .w9387-hero-leadform__copy-1 {
    margin: 0 0 15px 0;
  }
}
.w9387-hero__title, .w9387-hero-leadform__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: center;
  margin: 0 0 35px 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero__title, .w9387-hero-leadform__title {
    font-size: 47px;
    line-height: 55px;
    letter-spacing: -1px;
    margin: 0px 0 12px 0;
  }
}
@media (min-width: 992px) {
  .w9387-hero__title, .w9387-hero-leadform__title {
    text-align: left;
    margin: 0px 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .w9387-hero__title, .w9387-hero-leadform__title {
    margin: 0px 0 40px 0;
  }
}
.w9387-hero__copy-2, .w9387-hero__copy-2-20 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .w9387-hero__copy-2, .w9387-hero__copy-2-20 {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero__copy-2, .w9387-hero__copy-2-20 {
    margin: 0 0 17px 0;
  }
}
.w9387-hero__copy-2-20 {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px !important;
}
.w9387-hero__btn-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .w9387-hero__btn-wrapper {
    width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero__btn-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .w9387-hero-leadform {
    height: auto;
    background-image: url("/wp-content/uploads/2022/09/character_cig_mobile_1x.jpg");
    background-size: cover;
    background-position: bottom;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_mobile_2x.jpg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_768_1x.jpg");
    height: 686px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_768_2x.jpg");
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_992_1x.jpg");
    height: 646px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_992_2x.jpg");
  }
}
@media (min-width: 1200px) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_desktop_1x.jpg");
    height: 753px;
    background-size: contain;
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
  .w9387-hero-leadform {
    background-image: url("/wp-content/uploads/2022/09/character_cig_desktop_2x.jpg");
  }
}
.w9387-hero-leadform__copy-1 {
  text-align: left;
}
@media (min-width: 768px) {
  .w9387-hero-leadform__copy-1 {
    font-size: 20px;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .w9387-hero-leadform__copy-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .w9387-hero-leadform__copy-1 {
    margin: 0 0 15px 0;
  }
}
.w9387-hero-leadform__title {
  text-align: left;
  line-height: 56px;
  letter-spacing: -1px;
  font-size: 48px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .w9387-hero-leadform__title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w9387-hero-leadform__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .w9387-hero-leadform__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .w9387-hero-leadform__title {
    margin: 0px 0 20px 0;
  }
}
.w9387-hero-leadform__content-wrapper {
  margin: 0;
  padding: 0;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .w9387-hero-leadform__content-wrapper {
    margin-top: -130px;
  }
}
@media (min-width: 992px) {
  .w9387-hero-leadform__content-wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .w9387-hero-leadform__content-wrapper {
    margin-top: 80px;
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .w9387 .latam-hero-planes-precios__image {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .w9387 .banner-cta__content-wrapper {
    min-width: 245px;
  }
}
@media (max-width: 767px) {
  .w9387 .banner-cta__title, .w9387 .banner-cta__title--40-24 {
    letter-spacing: -0.475px;
  }
}

.hero-aprender-ingles {
  background-color: #F7F8FB;
}
@media (min-width: 1440px) {
  .hero-aprender-ingles .col-custom-hero {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero-aprender-ingles {
    height: 469px;
  }
}
@media (min-width: 768px) {
  .hero-aprender-ingles {
    height: 533px;
  }
}
@media (min-width: 1200px) {
  .hero-aprender-ingles {
    height: 520px;
  }
}
.hero-aprender-ingles__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .hero-aprender-ingles__content-wrapper {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .hero-aprender-ingles__content-wrapper {
    margin-top: 61px;
    width: 340px;
  }
}
@media (min-width: 992px) {
  .hero-aprender-ingles__content-wrapper {
    margin-top: 91px;
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .hero-aprender-ingles__content-wrapper {
    width: 380px;
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  .hero-aprender-ingles__content-wrapper {
    width: 400px;
    margin-left: -20px;
  }
}
.hero-aprender-ingles__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .hero-aprender-ingles__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .hero-aprender-ingles__title {
    font-size: 48px;
    margin-bottom: 8px;
  }
}
.hero-aprender-ingles__title .--blue {
  color: #0078FF;
}
.hero-aprender-ingles__copy-1 {
  width: 226px;
  height: 36px;
  background: #FF2846;
  border-radius: 0px 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  padding: 6px 16px;
  margin: 0;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .hero-aprender-ingles__copy-1 {
    margin-bottom: 13px;
  }
}
.hero-aprender-ingles__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-aprender-ingles__copy-2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .hero-aprender-ingles__copy-2 {
    font-size: 20px;
    line-height: 100%;
  }
}
.hero-aprender-ingles__copy-2 .--blue {
  color: #0078FF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-aprender-ingles__copy-2 .--blue {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .hero-aprender-ingles__copy-2 .--blue {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .hero-aprender-ingles__arrow {
    position: absolute;
    right: 0;
  }
}
.hero-aprender-ingles__image-wrapper {
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero-aprender-ingles__image-wrapper {
    width: 606px;
    position: absolute;
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .hero-aprender-ingles__image-wrapper {
    width: 751px;
    left: -105px;
  }
}
@media (min-width: 1440px) {
  .hero-aprender-ingles__image-wrapper {
    left: -150px;
  }
}
@media (max-width: 767px) {
  .hero-aprender-ingles__image {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.hero-aprender-ingles__form-wrapper {
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .hero-aprender-ingles__form-wrapper {
    margin-top: 48px;
    left: 15px;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-aprender-ingles__form-wrapper {
    left: 35px;
  }
}

.testimonial-slick.aprender-ingles-fixed .slick-testimonial-students .card {
  box-shadow: unset;
}
@media (width: 1200px) {
  .testimonial-slick.aprender-ingles-fixed .slick-testimonial-students .card {
    max-width: 946px;
  }
}

.clases-ingles-8831.page-seo.curso-by-city.aprende-ingles.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item {
  width: 33.3%;
}

@media (min-width: 768px) {
  .animate .btn-orange__wrapper.btn-orange__wrapper-size-aprender {
    width: 350px;
  }
}

.animate.aprender-ingles .animate__title {
  font-weight: 300;
  color: #000;
}
@media (max-width: 767px) {
  .animate.aprender-ingles .animate__title {
    margin-top: 22px;
    margin-bottom: 17px;
  }
}

.animate.aprender-ingles .animate__copy {
  color: #000;
}
@media (max-width: 767px) {
  .animate.aprender-ingles .animate__copy {
    margin-bottom: 22px;
  }
}

.clases-ingles-8831.page-seo.curso-by-city.aprende-ingles .tabs-panel__title-1 {
  color: #000;
}

.hero-curso-gratis {
  background-color: #F7F8FB;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .hero-curso-gratis {
    padding-bottom: 126px;
  }
}
@media (min-width: 768px) {
  .hero-curso-gratis {
    height: 793px;
  }
}
.hero-curso-gratis .container__custom {
  height: 100%;
}
.hero-curso-gratis .row__custom {
  height: 100%;
}
.hero-curso-gratis__content-wrapper {
  padding-top: 17px;
}
@media (min-width: 768px) {
  .hero-curso-gratis__content-wrapper {
    margin-left: 0;
    width: 320px;
    z-index: 5;
    position: relative;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis__content-wrapper {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-gratis__content-wrapper {
    margin-left: 22px;
    width: 450px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__content-wrapper {
    margin-left: 35px;
    width: 450px;
  }
}
.hero-curso-gratis__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #000000;
}
.hero-curso-gratis__title .--blue-up {
  color: #0078FF;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-curso-gratis__title {
    font-size: 41px;
    line-height: 130%;
    margin-top: 160px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__title {
    font-size: 41px;
    line-height: 130%;
    margin-top: 140px;
  }
}
.hero-curso-gratis__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #0078FF;
}
@media (min-width: 768px) {
  .hero-curso-gratis__copy-1 {
    margin-top: 24px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__copy-1 {
    font-size: 28px;
    font-weight: 300;
  }
}
.hero-curso-gratis__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-curso-gratis__copy-2 {
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .hero-curso-gratis__image-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis__image-wrapper {
    z-index: 1;
    left: -185px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-curso-gratis__image-wrapper {
    left: -235px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__image-wrapper {
    left: -235px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis__image {
    width: 464px;
    min-width: 464px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-gratis__image {
    width: 548px;
    min-width: 548px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__image {
    width: 548px;
    min-width: 548px;
  }
}
.hero-curso-gratis__arrow-wrapper {
  display: none;
  text-align: right;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .hero-curso-gratis__arrow-wrapper {
    display: block;
    z-index: 5;
    position: relative;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis__arrow-wrapper {
    right: -65px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-gratis__arrow-wrapper {
    left: 62px;
  }
}
.hero-curso-gratis__form-wrapper #leadformContainer {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .hero-curso-gratis__form-wrapper {
    width: 340px;
    margin-top: 220px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis__form-wrapper {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-gratis__form-wrapper {
    left: 90px;
    position: relative;
    margin-left: unset;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis__form-wrapper {
    left: 115px;
    position: relative;
    margin-left: unset;
  }
}

.hero-curso-gratis-maritza-2023 {
  background: #0078FF;
  padding-top: 20px;
}
.hero-curso-gratis-maritza-2023__content-wrapper {
  background: #EBF7FF;
  border-radius: 28px;
  padding: 23px 23px 0 23px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023__content-wrapper {
    padding: 89px 23px 27px 23px;
  }
}
.hero-curso-gratis-maritza-2023__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0078FF;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023__title {
    font-size: 44px;
  }
}
.hero-curso-gratis-maritza-2023__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023__copy-1 {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.hero-curso-gratis-maritza-2023__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #FF6600;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023__copy-2 {
    font-size: 22px;
  }
}
.hero-curso-gratis-maritza-2023 .btn-goHere-orange {
  z-index: 10;
  background-color: #EBF7FF;
  position: relative;
}
.hero-curso-gratis-maritza-2023 .btn-goHere-orange__wrapper {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23a)'/%3E%3Cpath fill='%23fff' d='M28 16.41 26.59 15 22 19.58 17.41 15 16 16.41l6 6 6-6Z'/%3E%3Cpath fill='%23fff' d='m28 23-1.41-1.41L22 26.17l-4.59-4.58L16 23l6 6 6-6Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='-7.506' y2='50.988' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F80'/%3E%3Cstop offset='1' stop-color='%23F60'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  margin-left: -22.5px;
  margin-top: -1px;
  top: 21px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023 .btn-goHere-orange__wrapper {
    top: 49px;
  }
}
.hero-curso-gratis-maritza-2023 .btn-goHere-orange__link {
  display: block;
  border-radius: 50%;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  top: 0;
  position: relative;
}
.hero-curso-gratis-maritza-2023 .icon-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M13.36 2.305c.195-1.554-1.758-2.403-2.762-1.2L1.15 12.425C.296 13.447 1.023 15 2.354 15h8.982c.63 0 1.117.552 1.039 1.176l-.691 5.519c-.195 1.554 1.758 2.403 2.762 1.2l9.449-11.32C24.747 10.553 24.02 9 22.69 9h-8.983c-.63 0-1.116-.552-1.038-1.176l.691-5.519Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='7.132' x2='14.937' y1='.342' y2='24.37' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFED8C'/%3E%3Cstop offset='1' stop-color='%23F4B335'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='23.48' height='25.413' x='.782' y='-1.949' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-2.485'/%3E%3CfeGaussianBlur stdDeviation='1.765'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0.674971 0 0 0 0 0.372803 0 0 0 0 0.202833 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3842_3329'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.915'/%3E%3CfeGaussianBlur stdDeviation='.327'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.957028 0 0 0 0 0.804673 0 0 0 0.6 0'/%3E%3CfeBlend in2='effect1_innerShadow_3842_3329' result='effect2_innerShadow_3842_3329'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  position: absolute;
  top: 16px;
  left: 31px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023 .icon-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M24.074 3.85c.36-2.88-3.257-4.452-5.117-2.224L1.452 22.6c-1.58 1.893-.234 4.77 2.232 4.77h16.641a1.938 1.938 0 0 1 1.924 2.18l-1.28 10.224c-.361 2.88 3.257 4.452 5.116 2.224l17.506-20.973c1.58-1.893.234-4.77-2.232-4.77H24.717a1.938 1.938 0 0 1-1.923-2.18l1.28-10.224Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='12.536' x2='26.996' y1='.212' y2='44.73' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFED8C'/%3E%3Cstop offset='1' stop-color='%23F4B335'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='43.502' height='47.082' x='.771' y='-4.031' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-4.603'/%3E%3CfeGaussianBlur stdDeviation='3.271'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0.674971 0 0 0 0 0.372803 0 0 0 0 0.202833 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3839_3268'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.696'/%3E%3CfeGaussianBlur stdDeviation='.606'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.957028 0 0 0 0 0.804673 0 0 0 0.6 0'/%3E%3CfeBlend in2='effect1_innerShadow_3839_3268' result='effect2_innerShadow_3839_3268'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 45px;
    height: 44px;
    top: 108px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis-maritza-2023 .icon-1 {
    left: 120px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis-maritza-2023 .icon-1 {
    left: 160px;
  }
}
.hero-curso-gratis-maritza-2023 .icon-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M8 1.937a6.188 6.188 0 0 0-4.376 10.56.844.844 0 1 1-1.195 1.193 7.876 7.876 0 1 1 11.142 0 .845.845 0 1 1-1.194-1.192A6.188 6.188 0 0 0 8 1.938Z'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='url(%23d)' d='M8 6.438a1.687 1.687 0 1 0 0 3.374 1.687 1.687 0 0 0 0-3.374Z'/%3E%3C/g%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='url(%23f)' d='M4.906 8.125a3.094 3.094 0 1 1 5.283 2.186.844.844 0 1 0 1.195 1.192 4.781 4.781 0 1 0-6.767 0 .844.844 0 1 0 1.193-1.192 3.082 3.082 0 0 1-.904-2.186Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='1.828' x2='16.536' y1='-1.028' y2='18.672' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='6.677' x2='10.413' y1='6.123' y2='10.475' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='4.253' x2='13.335' y1='2.558' y2='14.563' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='15.75' height='14.214' x='.125' y='-.265' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.515'/%3E%3CfeGaussianBlur stdDeviation='.515'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3842_3335'/%3E%3C/filter%3E%3Cfilter id='c' width='4.84' height='5.515' x='5.58' y='5.923' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='.892'/%3E%3CfeGaussianBlur stdDeviation='.366'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_3842_3335'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_3842_3335' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.515'/%3E%3CfeGaussianBlur stdDeviation='.515'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect2_innerShadow_3842_3335'/%3E%3C/filter%3E%3Cfilter id='e' width='9.563' height='8.943' x='3.219' y='2.829' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.515'/%3E%3CfeGaussianBlur stdDeviation='.515'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3842_3335'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  top: 29px;
  right: 28px;
  top: 45px;
  right: 23px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023 .icon-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='31' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M17.669 4.605a13.522 13.522 0 0 0-9.564 23.078 1.845 1.845 0 0 1-2.611 2.607 17.21 17.21 0 1 1 24.35 0 1.846 1.846 0 0 1-2.63.024 1.844 1.844 0 0 1 .02-2.63 13.522 13.522 0 0 0-9.566-23.079Z'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='url(%23d)' d='M17.668 14.44a3.688 3.688 0 1 0 0 7.375 3.688 3.688 0 0 0 0-7.376Z'/%3E%3C/g%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='url(%23f)' d='M10.907 18.127a6.762 6.762 0 1 1 11.546 4.777 1.845 1.845 0 0 0 2.61 2.606 10.449 10.449 0 1 0-14.787 0 1.844 1.844 0 1 0 2.606-2.606 6.732 6.732 0 0 1-1.975-4.777Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='4.18' x2='36.322' y1='-1.877' y2='41.176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='14.778' x2='22.942' y1='13.751' y2='23.262' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='9.48' x2='29.329' y1='5.96' y2='32.196' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236BA6FF'/%3E%3Cstop offset='1' stop-color='%23773DF3'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='34.42' height='31.063' x='.458' y='-.209' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.125'/%3E%3CfeGaussianBlur stdDeviation='1.125'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3839_3274'/%3E%3C/filter%3E%3Cfilter id='c' width='7.375' height='8.501' x='13.98' y='13.314' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.125'/%3E%3CfeGaussianBlur stdDeviation='1.125'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3839_3274'/%3E%3C/filter%3E%3Cfilter id='e' width='20.898' height='19.544' x='7.221' y='6.553' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.125'/%3E%3CfeGaussianBlur stdDeviation='1.125'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.47 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3839_3274'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 35px;
    height: 31px;
    top: 119px;
    right: 37px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis-maritza-2023 .icon-2 {
    right: 110px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis-maritza-2023 .icon-2 {
    right: 150px;
  }
}
.hero-curso-gratis-maritza-2023 .icon-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M10.902.984C5.433.984.984 5.433.984 10.902c0 5.47 4.45 9.918 9.918 9.918 5.47 0 9.919-4.449 9.919-9.918 0-5.469-4.45-9.918-9.919-9.918Z'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.523 3.948c.677 0 1.226.54 1.226 1.207v4.93l4.361 2.887c.562.372.712 1.122.334 1.675-.377.554-1.14.701-1.701.33L9.839 11.73a1.202 1.202 0 0 1-.542-1.002V5.155c0-.666.55-1.207 1.226-1.207Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='19.837' height='20.506' x='.984' y='.315' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.669'/%3E%3CfeGaussianBlur stdDeviation='.936'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_54_2854'/%3E%3C/filter%3E%3Cfilter id='c' width='12.17' height='17.47' x='6.89' y='3.146' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='3.027'/%3E%3CfeGaussianBlur stdDeviation='1.204'/%3E%3CfeColorMatrix values='0 0 0 0 0.387156 0 0 0 0 0.101562 0 0 0 0 0.4875 0 0 0 0.63 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_54_2854'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_54_2854' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.802'/%3E%3CfeGaussianBlur stdDeviation='.736'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect2_innerShadow_54_2854'/%3E%3C/filter%3E%3ClinearGradient id='b' x1='3.128' x2='25.086' y1='-.867' y2='24.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236B7AFF'/%3E%3Cstop offset='1' stop-color='%231430C6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: 45px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023 .icon-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M17.757 1.602C9.827.725 2.663 6.462 1.786 14.39c-.878 7.93 4.86 15.094 12.788 15.971 7.929.878 15.094-4.859 15.971-12.788.877-7.929-4.86-15.094-12.788-15.971Z'/%3E%3C/g%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.732 5.839c.981.109 1.69.98 1.583 1.947l-.79 7.148 5.86 4.884c.754.63.85 1.741.214 2.483a1.805 1.805 0 0 1-2.519.203l-6.588-5.491a1.754 1.754 0 0 1-.625-1.54l.894-8.08c.107-.967.99-1.663 1.97-1.554Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='28.937' height='29.912' x='1.697' y='.538' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-.975'/%3E%3CfeGaussianBlur stdDeviation='1.365'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_54_2855'/%3E%3C/filter%3E%3Cfilter id='c' width='10.164' height='18.265' x='13.856' y='4.657' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.17'/%3E%3CfeGaussianBlur stdDeviation='1.073'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_54_2855'/%3E%3C/filter%3E%3ClinearGradient id='b' x1='6.783' x2='34.513' y1='-2.328' y2='38.281' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236B7AFF'/%3E%3Cstop offset='1' stop-color='%231430C6'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    width: 33px;
    height: 32px;
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis-maritza-2023 .icon-3 {
    left: 120px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis-maritza-2023 .icon-3 {
    left: 160px;
  }
}
.hero-curso-gratis-maritza-2023 .icon-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M10.834 1.362c.477-.967 1.855-.966 2.332 0l2.549 5.164c.189.383.555.649.977.71l5.703.834c1.066.156 1.49 1.466.72 2.218l-4.125 4.017a1.3 1.3 0 0 0-.374 1.15l.973 5.674c.182 1.063-.933 1.872-1.887 1.37l-5.097-2.68a1.3 1.3 0 0 0-1.21 0L6.298 22.5c-.954.502-2.069-.307-1.887-1.37l.973-5.673a1.3 1.3 0 0 0-.374-1.151L.886 10.288c-.772-.752-.347-2.062.719-2.218l5.702-.833a1.3 1.3 0 0 0 .978-.711l2.55-5.164Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='6.819' x2='12.476' y1='1.754' y2='22.073' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFED8C'/%3E%3Cstop offset='1' stop-color='%23F4B335'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='23.017' height='23.315' x='.492' y='-.663' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.3'/%3E%3CfeGaussianBlur stdDeviation='1.3'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0.549971 0 0 0 0 0.304646 0 0 0 0 0.0781912 0 0 0 0.57 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3842_3330'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-1.3'/%3E%3CfeGaussianBlur stdDeviation='.65'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.981301 0 0 0 0 0.813007 0 0 0 0.72 0'/%3E%3CfeBlend in2='effect1_innerShadow_3842_3330' result='effect2_innerShadow_3842_3330'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 23px;
  display: block;
  position: absolute;
  right: 32px;
  bottom: 54px;
}
@media (min-width: 768px) {
  .hero-curso-gratis-maritza-2023 .icon-4 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M16.347 1.878c.74-1.498 2.875-1.498 3.614 0l3.952 8.006c.293.595.86 1.007 1.516 1.102l8.84 1.293c1.653.241 2.312 2.272 1.116 3.438l-6.394 6.227a2.015 2.015 0 0 0-.58 1.785l1.508 8.796c.282 1.646-1.446 2.901-2.925 2.124l-7.902-4.156a2.016 2.016 0 0 0-1.876 0L9.314 34.65c-1.479.777-3.207-.478-2.925-2.124l1.509-8.796a2.015 2.015 0 0 0-.58-1.785L.924 15.717C-.273 14.55.386 12.52 2.038 12.279l8.841-1.293a2.015 2.015 0 0 0 1.516-1.102l3.952-8.006Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='10.121' x2='18.892' y1='2.487' y2='33.987' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFED8C'/%3E%3Cstop offset='1' stop-color='%23F4B335'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='35.683' height='36.146' x='.313' y='-1.261' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-2.015'/%3E%3CfeGaussianBlur stdDeviation='2.015'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 0.549971 0 0 0 0 0.304646 0 0 0 0 0.0781912 0 0 0 0.57 0'/%3E%3CfeBlend in2='shape' result='effect1_innerShadow_3839_3269'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='-2.015'/%3E%3CfeGaussianBlur stdDeviation='1.008'/%3E%3CfeComposite in2='hardAlpha' k2='-1' k3='1' operator='arithmetic'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.981301 0 0 0 0 0.813007 0 0 0 0.72 0'/%3E%3CfeBlend in2='effect1_innerShadow_3839_3269' result='effect2_innerShadow_3839_3269'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 36px;
    height: 35px;
    right: 38px;
    bottom: 94px;
  }
}
@media (min-width: 992px) {
  .hero-curso-gratis-maritza-2023 .icon-4 {
    right: 110px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-gratis-maritza-2023 .icon-4 {
    right: 150px;
  }
}

.bienvenida-curso-gratis {
  background: #0078FF;
  padding-top: 75px;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__content-wrapper {
    margin-left: -19px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__content-wrapper {
    margin-left: 0;
    width: 278px;
  }
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__content-wrapper {
    margin-left: -17px;
    width: 465px;
  }
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__cards-wrapper {
    width: 442px;
    margin-left: -36px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__cards-wrapper {
    width: 625px;
    margin-left: 3px;
  }
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__cards-wrapper {
    width: 656px;
    margin-left: 89px;
  }
}
.bienvenida-curso-gratis__cards {
  border-radius: 18px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 767.98px) {
  .bienvenida-curso-gratis__cards {
    margin-bottom: 0 auto 16px auto;
  }
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__cards {
    margin-bottom: 30px;
  }
}
.bienvenida-curso-gratis__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 22px;
}
.bienvenida-curso-gratis__title .--yellow {
  color: #FFFF00;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__title {
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__title {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__title {
    font-size: 44px;
  }
}
.bienvenida-curso-gratis__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__copy-1 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__copy-1 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__copy-1 {
    font-size: 28px;
  }
}
.bienvenida-curso-gratis__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__copy-2 {
    margin-top: 46px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__copy-2 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__copy-2 {
    font-size: 22px;
  }
}
.bienvenida-curso-gratis__card-body {
  margin: 0;
  padding: 0 10px 0 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bienvenida-curso-gratis__card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #0078FF;
  width: 100%;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__card-title {
    font-size: 18px;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__card-title {
    font-size: 22px;
    line-height: 130%;
  }
}
.bienvenida-curso-gratis__card-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__card-text {
    font-size: 14px;
  }
}
.bienvenida-curso-gratis__card-image-wrapper {
  width: 76px;
}
@media (min-width: 768px) {
  .bienvenida-curso-gratis__card-image-wrapper {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .bienvenida-curso-gratis__card-image-wrapper {
    width: 174px;
  }
}
.bienvenida-curso-gratis__basico {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 7px 10px 7px 33px;
  color: #fff;
  display: block;
  width: 100px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M16.172 2.692c0-.812-.656-1.467-1.468-1.467-.811 0-1.467.655-1.467 1.467v12.716c0 .812.656 1.467 1.467 1.467.812 0 1.468-.655 1.468-1.467V2.692ZM10.303 7.583c0-.812-.655-1.467-1.467-1.467s-1.467.655-1.467 1.467v7.825c0 .812.655 1.467 1.467 1.467s1.467-.655 1.467-1.467V7.583Z'/%3E%3Cpath fill='%238CFF00' d='M2.967 11.006c.812 0 1.467.656 1.467 1.467v2.935c0 .812-.655 1.467-1.467 1.467A1.465 1.465 0 0 1 1.5 15.408v-2.935c0-.811.655-1.467 1.467-1.467Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 8px center;
}
@media (min-width: 1440px) {
  .bienvenida-curso-gratis__basico {
    display: unset;
    margin-right: 12px;
  }
}
.bienvenida-curso-gratis__videos {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12.57 11.569 3.17 1.295a.915.915 0 0 0 1.26-.846V6.276a.915.915 0 0 0-1.26-.848l-3.17 1.296'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.074 15.153h5.422c1.889 0 3.073-1.23 3.073-2.973V6.113c0-1.743-1.18-2.974-3.073-2.974H4.074C2.179 3.14 1 4.37 1 6.113v6.067c0 1.743 1.179 2.973 3.074 2.973Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 10px 7px 33px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
}
.bienvenida-curso-gratis__idioma {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.043 1.5a7.515 7.515 0 0 0-6.448 3.6 7.49 7.49 0 0 0-.242 7.372l.15.292c.124.23.15.5.072.75-.214.57-.394 1.152-.537 1.743 0 .3.086.472.408.465a13.69 13.69 0 0 0 1.681-.486 1.11 1.11 0 0 1 .716.043c.207.1.63.357.644.357a7.522 7.522 0 0 0 8.463-1.005 7.492 7.492 0 0 0 2.076-8.253A7.512 7.512 0 0 0 9.043 1.5v0Z' clip-rule='evenodd'/%3E%3Cellipse cx='5.466' cy='9' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' rx='.358' ry='.357'/%3E%3Cellipse cx='9.043' cy='9' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' rx='.358' ry='.357'/%3E%3Cellipse cx='12.62' cy='9' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' rx='.358' ry='.357'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 10px 7px 33px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.wow-contenido-gratuito {
  background: #EBF7FF;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .wow-contenido-gratuito {
    height: 936px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .wow-contenido-gratuito {
    height: 614px;
    padding-top: 45px;
  }
}
@media (min-width: 1440px) {
  .wow-contenido-gratuito {
    height: 540px;
  }
}
.wow-contenido-gratuito__content-wrapper {
  z-index: 5;
  position: relative;
}
.wow-contenido-gratuito__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #000;
}
.wow-contenido-gratuito__title .--blue {
  color: #0078FF;
}
@media (min-width: 768px) {
  .wow-contenido-gratuito__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .wow-contenido-gratuito__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .wow-contenido-gratuito__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.wow-contenido-gratuito__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.wow-contenido-gratuito__copy strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .wow-contenido-gratuito__copy {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 34px;
  }
}
.wow-contenido-gratuito__lnk-download, .wow-contenido-gratuito__lnk-download:hover {
  text-decoration: none;
}
.wow-contenido-gratuito__labels {
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' fill='none'%3E%3Cpath fill='%230078FF' d='M17.75 8.25h-5V.75h-7.5v7.5h-5L9 17l8.75-8.75ZM.25 19.5V22h17.5v-2.5H.25Z'/%3E%3C/svg%3E");
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 6px 50px 6px 18px;
  margin: 12px 18px 12px 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .wow-contenido-gratuito__labels {
    font-size: 16px;
    line-height: 19px;
  }
}
.wow-contenido-gratuito .icon-blue-arrow {
  width: 17.5px;
  height: 21.25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' fill='none'%3E%3Cpath fill='%230078FF' d='M17.75 8.25h-5V.75h-7.5v7.5h-5L9 17l8.75-8.75ZM.25 19.5V22h17.5v-2.5H.25Z'/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.wow-contenido-gratuito__image-wrapper {
  width: 218px;
  height: 357px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .wow-contenido-gratuito__image-wrapper {
    width: 367px;
    height: 468px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .wow-contenido-gratuito__image-wrapper {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) {
  .wow-contenido-gratuito__image-wrapper {
    width: 372.93px;
    height: 469.91px;
    margin-top: 7px;
  }
}
.wow-contenido-gratuito__image {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.empieza-tu-camino {
  background-color: #FFC365;
}
@media (min-width: 768px) {
  .empieza-tu-camino {
    height: 584px;
  }
}
@media (min-width: 992px) {
  .empieza-tu-camino {
    height: 614px;
  }
}
.empieza-tu-camino__content-wrapper {
  left: 15px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .empieza-tu-camino__content-wrapper {
    width: 345px;
    left: -10px;
    position: relative;
    top: 33px;
  }
}
@media (min-width: 992px) {
  .empieza-tu-camino__content-wrapper {
    width: 380px;
    top: 75px;
    left: -20px;
  }
}
@media (min-width: 1440px) {
  .empieza-tu-camino__content-wrapper {
    position: relative;
    top: 72px;
    left: 0;
    width: 380px;
  }
}
.empieza-tu-camino__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .empieza-tu-camino__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .empieza-tu-camino__title {
    margin-bottom: 33px;
  }
}
.empieza-tu-camino__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.empieza-tu-camino__copy .--blue {
  color: #0078FF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .empieza-tu-camino__copy {
    font-size: 16px;
    line-height: 130%;
  }
}
.empieza-tu-camino__image-wrapper {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .empieza-tu-camino__image-wrapper {
    width: 494px;
    left: -126px;
    top: -16px;
  }
}
@media (min-width: 1440px) {
  .empieza-tu-camino__image-wrapper {
    width: 574px;
    left: -122px;
    top: -100px;
  }
}
@media (min-width: 768px) {
  .empieza-tu-camino__form-wrapper {
    left: 15px;
    position: relative;
    top: -38px;
  }
}
@media (min-width: 992px) {
  .empieza-tu-camino__form-wrapper {
    position: relative;
    left: 55px;
    top: -17px;
  }
}
@media (min-width: 1440px) {
  .empieza-tu-camino__form-wrapper {
    position: relative;
    top: -16px;
    left: 15px;
  }
}

.ingles-para-adultos-hero {
  background: #F7F8FB;
}
@media (max-width: 576.98px) {
  .ingles-para-adultos-hero {
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero {
    height: 531px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-hero {
    height: 533px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-hero {
    height: 580px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-hero__content-wrapper {
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__content-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .ingles-para-adultos-hero__content-wrapper {
    margin-top: 115px;
    width: 400px;
  }
}
.ingles-para-adultos-hero__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.004em;
  color: #000000;
  text-align: left;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__title {
    margin: 0 0 15px 0;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-hero__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.ingles-para-adultos-hero__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #FF2846;
  text-align: left;
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-hero__copy-1 {
    margin: 0 0 7px 0;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__copy-1 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .ingles-para-adultos-hero__copy-1 {
    margin-bottom: 10px;
  }
}
.ingles-para-adultos-hero__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #000000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-hero__copy-2 {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__copy-2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-hero__image-wrapper {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-hero__image-wrapper {
    min-width: 731px;
    margin-left: -145px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-hero__image-wrapper {
    min-width: 731px;
    margin-left: -160px;
  }
}
@media (max-width: 575.98px) {
  .ingles-para-adultos-hero__image {
    width: 100%;
  }
}
@media (min-width: 1439.98px) {
  .ingles-para-adultos-hero__image {
    max-width: unset;
  }
}
.ingles-para-adultos-hero__arrow-wrapper {
  text-align: right;
}
@media (min-width: 1200px) {
  .ingles-para-adultos-hero__arrow-wrapper {
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-hero__form-wrapper {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-hero__form-wrapper {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-hero__form-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-hero__form-wrapper {
    margin-top: 60px;
  }
}

.ingles-para-adultos-escuela .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .ingles-para-adultos-escuela .--br-mobile {
    display: block;
  }
}
.ingles-para-adultos-escuela__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela__content-wrapper {
    padding-top: 41px;
    width: 355px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-escuela__content-wrapper {
    padding-top: 12px;
    width: 550px;
    margin-left: 85px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-escuela__content-wrapper {
    margin-left: 90px;
  }
}
.ingles-para-adultos-escuela__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 33.1383px;
  line-height: 37px;
  letter-spacing: 0.517786px;
  color: #000000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 43px;
  }
}
.ingles-para-adultos-escuela__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 25px;
}
.ingles-para-adultos-escuela__copy .--blue {
  color: #0078FF;
  font-weight: 700;
}
.ingles-para-adultos-escuela__image-wrapper {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-escuela__image-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela__image-wrapper {
    margin: 0 0 0 -5px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-escuela__image-wrapper {
    margin: 0 0 0 85px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-escuela__image-wrapper {
    margin: 0 0 0 100px;
  }
}
.ingles-para-adultos-escuela-clases .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .ingles-para-adultos-escuela-clases .--br-mobile {
    display: block;
  }
}
.ingles-para-adultos-escuela-clases__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela-clases__content-wrapper {
    padding-top: 41px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-escuela-clases__content-wrapper {
    padding-top: 5px;
  }
}
@media (min-width: 1440px) {
  .ingles-para-adultos-escuela-clases__content-wrapper {
    padding-top: 78px;
  }
}
.ingles-para-adultos-escuela-clases__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 33.1383px;
  line-height: 37px;
  letter-spacing: 0.517786px;
  color: #000000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela-clases__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 43px;
  }
}
.ingles-para-adultos-escuela-clases__list {
  padding-left: 28px;
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela-clases__list {
    width: 355px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-escuela-clases__list {
    padding-left: 25px;
    width: 460px;
    margin-left: -3px;
  }
}
.ingles-para-adultos-escuela-clases__list-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.ingles-para-adultos-escuela-clases__list-item .--orange {
  color: #FF6600;
  font-weight: 700;
}
.ingles-para-adultos-escuela-clases__image-wrapper {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-escuela-clases__image-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-escuela-clases .btn-orange__wrapper {
    width: 307px;
  }
}

.ingles-para-adultos-carousel-tabs .d-mobile {
  display: none;
}
@media (width: 480px) {
  .ingles-para-adultos-carousel-tabs .d-mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .container-custom__tabs {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .row-custom__tabs {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .col-custom__tabs {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .container-custom__cards {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .row-custom__cards {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .col-custom__cards {
    padding: 0;
  }
}
.ingles-para-adultos-carousel-tabs .swiper__tabs-wrapper {
  border-radius: 4px;
  background-color: #F4F4F4;
  overflow: hidden;
  margin-bottom: 50px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs .swiper__tabs-wrapper {
    margin-bottom: 0;
    margin-left: unset;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .swiper__tabs {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ingles-para-adultos-carousel-tabs .swiper__tabs {
    width: 930px;
  }
}
.ingles-para-adultos-carousel-tabs .swiper__tab-buttom {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1319.98px) {
  .ingles-para-adultos-carousel-tabs .swiper__tab-buttom {
    line-height: 130%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.ingles-para-adultos-carousel-tabs .swiper__wrapper-cards {
  margin-bottom: 50px;
  padding: 10px;
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .swiper__wrapper-cards {
    overflow: unset !important;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs .swiper__wrapper-cards {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .ingles-para-adultos-carousel-tabs .swiper-slide__card {
    box-shadow: 0 0 5px #0000004d;
    border-radius: 13px;
    overflow: hidden !important;
  }
}
.ingles-para-adultos-carousel-tabs .swiper-slide-thumb-active {
  background-color: #FF6600;
  color: #fff;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs .swipper-wrapper-fixed {
    width: 100% !important;
  }
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-1 {
  margin-left: auto;
  margin-right: auto;
  width: 635px;
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  padding: 0 24px 0 0;
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-prev::after,
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-next::after {
  background-repeat: no-repeat;
  content: "";
  font-family: unset;
  font-size: unset;
  height: 32px;
  width: 32px;
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-prev,
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-next {
  height: 32px;
  width: 32px;
  top: 70vw;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-prev,
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-next {
    display: none;
  }
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000' fill-opacity='.2' transform='rotate(-180 16 16)'/%3E%3Cpath fill='%23fff' d='M19.705 11.41 15.125 16l4.58 4.59-1.41 1.41-6-6 6-6 1.41 1.41Z'/%3E%3C/svg%3E");
  left: 1px;
}
.ingles-para-adultos-carousel-tabs__swiper-wrapper-2 .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000' fill-opacity='.2'/%3E%3Cpath fill='%23fff' d='m12.295 20.59 4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6-1.41-1.41Z'/%3E%3C/svg%3E");
  right: 1px;
}
.ingles-para-adultos-carousel-tabs .swiper-button-prev.swiper-button-disabled,
.ingles-para-adultos-carousel-tabs .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.ingles-para-adultos-carousel-tabs__title {
  font-family: "Inter";
  font-style: normal;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__title {
    font-size: 40px;
  }
}
.ingles-para-adultos-carousel-tabs__copy {
  font-family: "Inter";
  font-style: normal;
  color: #000000;
  margin: 0 0 45px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__copy {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__image-wrapper {
    width: 257px;
    padding-top: 150px;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .ingles-para-adultos-carousel-tabs__image-wrapper {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .ingles-para-adultos-carousel-tabs__image-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .ingles-para-adultos-carousel-tabs__image-wrapper {
    width: 370px;
  }
}
.ingles-para-adultos-carousel-tabs__content-wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__content-wrapper {
    display: flex;
    padding: unset;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__copy-wrapper {
    display: inline-block;
    width: 54%;
  }
}
@media (min-width: 1024px) {
  .ingles-para-adultos-carousel-tabs__copy-wrapper {
    width: 57%;
  }
}
@media (min-width: 1320px) {
  .ingles-para-adultos-carousel-tabs__copy-wrapper {
    width: 56%;
  }
}
.ingles-para-adultos-carousel-tabs__title-slide {
  color: #0078FF;
  font-family: "Inter";
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 32px 0 8px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ingles-para-adultos-carousel-tabs__title-slide {
    width: 650px;
  }
}
@media (min-width: 1024px) {
  .ingles-para-adultos-carousel-tabs__title-slide {
    padding: 32px 0 8px 0;
  }
}
.ingles-para-adultos-carousel-tabs__copy-slide-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ingles-para-adultos-carousel-tabs__copy-slide-1 {
    width: 650px;
  }
}
.ingles-para-adultos-carousel-tabs__btn-wrapper {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 21px;
  width: 320px;
}
@media (max-width: 480px) {
  .ingles-para-adultos-carousel-tabs__btn-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__btn-wrapper {
    width: 297px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .ingles-para-adultos-carousel-tabs__btn-wrapper {
    width: 261px;
  }
}
@media (min-width: 1320px) {
  .ingles-para-adultos-carousel-tabs__btn-wrapper {
    width: 317px;
  }
}
.ingles-para-adultos-carousel-tabs__btn-orange {
  background-image: linear-gradient(180deg, #f80 0, #f60 100%);
  box-shadow: 0px 5.97106px 17.9132px rgba(255, 102, 0, 0.45);
  border-radius: 50px;
  display: inline-block;
  padding: 16px 20px 16px 18px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
.ingles-para-adultos-carousel-tabs__btn-orange:hover {
  text-decoration: none;
}
.ingles-para-adultos-carousel-tabs__btn-content {
  display: flex;
  align-items: center;
}
.ingles-para-adultos-carousel-tabs__btn-orange-copy {
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.ingles-para-adultos-carousel-tabs__btn-orange-arrow-yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23FF0' d='M1.29 9.88 5.17 6 1.29 2.12A.996.996 0 1 1 2.7.71L7.29 5.3c.39.39.39 1.02 0 1.41L2.7 11.3a.996.996 0 0 1-1.41 0c-.38-.39-.39-1.03 0-1.42Z'/%3E%3C/svg%3E");
  height: 12px;
  width: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
}
.ingles-para-adultos-carousel-tabs .ico-flip-card {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H0v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H11V4L8 7l3 3V8h2c2.21 0 4-1.79 4-4s-1.79-4-4-4Z' fill='%23F60'/%3E%3C/svg%3E");
  width: 17px;
  height: 10px;
  display: block;
  float: right;
}
.ingles-para-adultos-carousel-tabs .icon__ci-device {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.715 19.786V40.36H9.028V19.786c0-1.262 1.041-2.286 2.327-2.286h31.033c1.285 0 2.327 1.024 2.327 2.286ZM6.74 43.91h40.26c.611 0 1.112-.485 1.112-1.078v-.669a.55.55 0 0 0-.556-.538H6.185a.55.55 0 0 0-.556.538v.67c0 .592.5 1.078 1.112 1.078Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.285 10.5H40.066c-1.019 0-1.844.81-1.844 1.808v17.179c0 .998.825 1.807 1.844 1.807h9.219c1.018 0 1.844-.81 1.844-1.807V12.308c0-.998-.826-1.808-1.844-1.808Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.15 29.86h-2.278a.353.353 0 0 1-.348-.357c0-.199.156-.36.348-.36h3.607c.192 0 .348.161.348.36a.353.353 0 0 1-.348.357' fill='%23fff'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-mic {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.935 21.393c-.561 0-1.017.456-1.017 1.018v7.776c0 5.704-4.624 10.327-10.328 10.327h-.098c-5.704 0-10.328-4.623-10.328-10.327V22.41a1.017 1.017 0 1 0-2.035 0v8.07c0 6.527 4.876 11.886 11.16 12.52v3.462h-5.122a1.275 1.275 0 0 0 0 2.55h12.748a1.275 1.275 0 0 0 0-2.55h-5.122v-3.462c6.267-.628 11.16-5.917 11.16-12.35v-8.24c0-.562-.456-1.018-1.018-1.018Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.39 15.434v-1.388c0-3.891-3.134-7.046-7-7.046-3.865 0-7 3.155-7 7.046v15.658c0 3.891 3.135 7.046 7 7.046 3.866 0 7-3.155 7-7.046v-14.27Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.724 12.353c0 4.889-3.936 8.853-8.792 8.853-4.855 0-8.791-3.964-8.791-8.853 0-4.89 3.936-8.853 8.791-8.853 4.856 0 8.792 3.963 8.792 8.853Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m42.421 9.871-1.743 1.654-3.492 3.306-1.744-1.653' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-star {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='5' y='10' width='39' height='38'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.629 10.5h38.306v36.75H5.63V10.5Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m25.396 11.173 5.2 11.742a.048.048 0 0 0 .038.027l12.698 1.352c.58.06.812.784.38 1.177l-9.48 8.61a.045.045 0 0 0-.015.043L36.864 46.7c.121.574-.49 1.02-.994.728l-11.066-6.42a.045.045 0 0 0-.046 0l-11.06 6.42c-.506.293-1.117-.154-.996-.728l2.645-12.577a.044.044 0 0 0-.014-.043l-9.48-8.61c-.433-.393-.2-1.116.38-1.177l12.697-1.352a.047.047 0 0 0 .037-.027l5.2-11.742a.67.67 0 0 1 1.23 0Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.268 23.46c0 4.889-3.936 8.853-8.792 8.853-4.855 0-8.791-3.964-8.791-8.853 0-4.89 3.935-8.853 8.791-8.853s8.792 3.964 8.792 8.853Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m45.966 20.978-1.744 1.653-3.491 3.307-1.744-1.653' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-chat {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.877 9h18.745c2.07 0 3.749 1.761 3.749 3.932v13.109c0 2.17-1.68 3.932-3.75 3.932H14.877v5.88l-4.999-5.88h-1.25c-2.07 0-3.748-1.761-3.748-3.932V12.932C4.879 10.762 6.558 9 8.628 9h18.744' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.094 21.147h14.822c1.637 0 2.963 1.396 2.963 3.117v10.39c0 1.72-1.326 3.116-2.963 3.116H25.106c-1.637 0-2.964-1.395-2.964-3.117V24.264c0-1.721 1.327-3.117 2.964-3.117h14.821' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-social {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.71 8.853c-3.925 0-7.118 3.386-7.118 7.548 0 4.161 3.193 7.547 7.118 7.547 3.926 0 7.119-3.386 7.119-7.547 0-4.162-3.193-7.548-7.119-7.548Z' fill='%2300DBD1'/%3E%3Cpath d='M32.895 9.932h-.048c-1.648.014-3.186.71-4.333 1.959-1.126 1.227-1.739 2.846-1.725 4.56.014 1.712.654 3.32 1.8 4.53 1.156 1.217 2.686 1.886 4.315 1.886h.05c1.647-.014 3.185-.71 4.332-1.959 1.126-1.227 1.739-2.846 1.725-4.559-.03-3.549-2.768-6.417-6.116-6.417ZM33.195 24.103h-.59a10.645 10.645 0 0 0-7.163 2.762c.475.364.927.761 1.355 1.19a13.71 13.71 0 0 1 4.012 9.006h13.07v-2.275c0-5.89-4.793-10.683-10.684-10.683Z' fill='%238CFF00'/%3E%3Cpath d='M28.519 37.062a11.459 11.459 0 0 0-4.603-8.485 11.422 11.422 0 0 0-6.85-2.268h-.711c-6.338 0-11.476 5.138-11.476 11.476v1.362h23.663v-1.362c0-.243-.008-.484-.023-.723Z' fill='%2300DBD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-conversation {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M18.377 8.808V30l5.402-4.226h20.1V8.808H18.377Z' fill='%238CFF00'/%3E%3Cpath d='M39.717 13.076H29.474v1.6h10.243v-1.6ZM39.717 16.493H34.88v1.6h4.838v-1.6ZM24.352 13.076h-1.707v1.6h1.707v-1.6ZM27.767 13.076H26.06v1.6h1.707v-1.6Z' fill='%23fff'/%3E%3Cpath d='M4.879 16.5v22.399h23.104l6.055 4.832V16.5H4.878Z' fill='%2300DBD1' style='mix-blend-mode:multiply'/%3E%3Cpath d='M29.28 24.378H13.663v1.83H29.28v-1.83ZM25.375 28.283H9.76v1.83h15.616v-1.83ZM21.471 32.187H9.76v1.83H21.47v-1.83ZM29.28 28.283h-1.952v1.83h1.952v-1.83ZM11.71 24.378H9.76v1.83h1.952v-1.83Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m4.879 39.258 1.705-6.226a12.019 12.019 0 1 1 10.414 6.017h-.005c-2.006 0-3.98-.503-5.743-1.462L4.88 39.26v-.002Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.789 20.903c-.26-.577-.534-.59-.781-.6-.202-.008-.434-.008-.666-.008a1.273 1.273 0 0 0-.923.434 3.887 3.887 0 0 0-1.214 2.893c0 1.708 1.243 3.357 1.416 3.59.173.231 2.4 3.845 5.927 5.236 2.932 1.154 3.528.923 4.164.865.636-.057 2.052-.839 2.342-1.65a2.902 2.902 0 0 0 .203-1.648c-.088-.145-.319-.231-.666-.404-.346-.173-2.053-1.013-2.37-1.13-.32-.115-.55-.172-.781.174-.232.346-.896 1.129-1.096 1.36-.2.231-.404.26-.75.087a9.494 9.494 0 0 1-2.79-1.722 10.46 10.46 0 0 1-1.93-2.403c-.203-.346-.022-.534.152-.707.156-.156.346-.404.52-.608.142-.175.258-.37.345-.577a.639.639 0 0 0-.028-.608c-.087-.172-.761-1.89-1.07-2.575h-.004Z' fill='%23fff'/%3E%3Cpath d='M24.622 7.5h17.453a1.807 1.807 0 0 1 1.806 1.807v10.46a1.807 1.807 0 0 1-1.806 1.807h-11.87l-4.91 3.477v-3.477h-.673a1.807 1.807 0 0 1-1.807-1.806V9.308A1.808 1.808 0 0 1 24.622 7.5Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='M36.635 13.947a1.441 1.441 0 1 0 2.883 0 1.441 1.441 0 0 0-2.883 0ZM31.903 13.947a1.442 1.442 0 1 0 2.885 0 1.442 1.442 0 0 0-2.885 0ZM27.172 13.947a1.441 1.441 0 1 0 2.883 0 1.441 1.441 0 0 0-2.883 0Z' fill='%23F0F0F0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 7.5)' d='M0 0h39v31.758H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-graph {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.484 33.72a1.333 1.333 0 0 0-1.334 1.333v5.613a1.333 1.333 0 1 0 2.667 0v-5.613a1.333 1.333 0 0 0-1.333-1.334ZM13.817 29.226a1.334 1.334 0 0 0-1.334 1.333v10.105a1.333 1.333 0 0 0 2.667 0V30.559a1.333 1.333 0 0 0-1.333-1.333ZM19.15 24.736a1.334 1.334 0 0 0-1.334 1.334v14.596a1.334 1.334 0 0 0 2.667 0V26.07a1.334 1.334 0 0 0-1.333-1.334ZM29.817 22.49a1.334 1.334 0 0 0-1.334 1.334v16.84a1.333 1.333 0 1 0 2.667 0v-16.84a1.334 1.334 0 0 0-1.333-1.334ZM24.483 26.981a1.333 1.333 0 0 0-1.333 1.333v12.35a1.334 1.334 0 0 0 2.667 0v-12.35a1.333 1.333 0 0 0-1.334-1.333ZM35.15 18.001a1.334 1.334 0 0 0-1.334 1.333v21.333a1.334 1.334 0 0 0 2.667 0V19.334a1.334 1.334 0 0 0-1.333-1.333Z' fill='%238CFF00'/%3E%3Cpath d='M39.146 7.239a1.333 1.333 0 0 0-1.327-1.24h-6.67a1.334 1.334 0 0 0-.942 2.275l2.39 2.391-8.377 8.377-4.474-2.237a1.336 1.336 0 0 0-1.539.25L4.874 30.389a1.333 1.333 0 0 0 1.886 1.886L19.412 19.62l4.474 2.237a1.332 1.332 0 0 0 1.54-.25l9.057-9.058 2.39 2.39a1.334 1.334 0 0 0 2.276-.942c0-.067.002-6.693-.003-6.76Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-content {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14.833h25.666c1.009 0 1.834.825 1.834 1.834a1.839 1.839 0 0 1-1.834 1.833H10.5a1.839 1.839 0 0 1-1.833-1.833c0-1.009.825-1.834 1.833-1.834ZM10.5 25.834h25.666A1.839 1.839 0 0 0 38 24.001a1.839 1.839 0 0 0-1.834-1.834H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833Z' fill='%238CFF00'/%3E%3Cpath d='M10.5 33.167h9.167a1.839 1.839 0 0 0 1.833-1.834 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833ZM10.5 40.5h9.167a1.839 1.839 0 0 0 1.833-1.833 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.833c0 1.009.825 1.834 1.833 1.834ZM29.585 35.31l-1.302-1.301a1.826 1.826 0 0 0-2.585 0 1.826 1.826 0 0 0 0 2.585l2.604 2.603c.715.715 1.87.715 2.585 0l5.811-5.812a1.826 1.826 0 0 0 0-2.585 1.826 1.826 0 0 0-2.585 0l-4.528 4.51Z' fill='%2300DBD1'/%3E%3Cpath d='M8.667 9.334c0 1.008.825 1.833 1.833 1.833h25.666A1.839 1.839 0 0 0 38 9.334 1.839 1.839 0 0 0 36.166 7.5H10.5a1.839 1.839 0 0 0-1.833 1.834Z' fill='%238CFF00'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-star_x48 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='9' width='34' height='32'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9h32.834v31.5H4.5V9Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21.443 9.577 4.458 10.065a.041.041 0 0 0 .032.023l10.884 1.158a.582.582 0 0 1 .325 1.01l-8.125 7.38a.038.038 0 0 0-.013.036l2.269 10.78a.578.578 0 0 1-.852.624l-9.485-5.503a.038.038 0 0 0-.04 0l-9.48 5.503a.578.578 0 0 1-.853-.624l2.267-10.78a.038.038 0 0 0-.012-.037l-8.126-7.38a.582.582 0 0 1 .325-1.009l10.884-1.158a.04.04 0 0 0 .032-.023L20.39 9.577a.575.575 0 0 1 1.053 0Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.619 20.109c0 4.19-3.374 7.588-7.536 7.588-4.162 0-7.536-3.398-7.536-7.588 0-4.191 3.374-7.588 7.536-7.588 4.162 0 7.536 3.397 7.536 7.588Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m39.075 17.981-1.495 1.417-2.993 2.834-1.494-1.416' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs .icon__ci-world {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.055 6.997.19-.115-.19.115Z' fill='%2300DBD1'/%3E%3Cpath d='M8.8 29.686c.213.469.49 1.098.725 1.557.349.609.828 1.397 1.217 1.973-.945-2.164 11.437-6.707 22.289-6.552.111-1.525.146-1.984.17-3.857-12.43-.154-25.057 4.79-24.401 6.88ZM13.379 36.142c.528.433 1.244.995 1.8 1.393.427.264.99.621 1.421.867-1.55-1.092 3.717-3.36 8.932-4.324a27.334 27.334 0 0 1 6.272-.5c.331-1.282.42-1.623.739-3.286-9.642-.174-20.798 4.072-19.164 5.85ZM7.614 21.252l-.052.568c-.063 1.785-.067 1.856.024 2.879l.063.582c.23-2.537 13.326-7.02 25.304-6.796a34.224 34.224 0 0 0-.681-3.78c-12.925-.17-24.39 4.67-24.658 6.547ZM28.116 7.076A6.847 6.847 0 0 0 26.146 6c-5.023.093-8.746 1.42-10.012 2.11-.61.359-1.2.753-1.766 1.178-.595.454-1.16.946-1.691 1.472 1.825-1.565 8.58-3.723 15.44-3.684ZM31.086 11.188a14.688 14.688 0 0 0-1.433-2.497c-9.658-.036-18.066 3.15-19.241 4.83l-.171.26c-.824 1.404-.891 1.518-1.338 2.536l-.282.705c1.273-2.332 12.3-6.023 22.465-5.834ZM20.803 39.895c.156.133.348.219.552.246a29.2 29.2 0 0 0 1.612.26c1.015.09 1.058.095 1.68.107.289 0 .675 0 .965-.012-1.31.022-1.218-.305-1.04-.504.725-.824 4.635-1.648 4.872-1.025.45-.616.836-1.276 1.153-1.97-4.173-.468-10.571 1.972-9.794 2.898Z' fill='%238CFF00'/%3E%3Cpath d='M41.23 18.251c-.61-.154-1.218-.19-2.371-.233l.434.828c-6.16 7.75-28.5 13.724-30.493 10.841.203.475.503 1.092.724 1.557a36.25 36.25 0 0 0 1.218 1.973c2.152 2.398 23.166-2.888 29.884-10.772l.204.885c.52-2.097.558-3.144.4-5.079ZM34.22 31.077c-8.599 4.43-18.647 6.496-20.841 5.075.524.438 1.248.99 1.8 1.392.419.274.997.61 1.421.867 1.841.891 9.734-.424 17.908-4.517v.61a31.329 31.329 0 0 0 3.707-4.25c-1.38.017-2.761.05-4.14.07l.145.753ZM31.922 19.345l.465.836c1.086-2.02 1.421-3.015 1.827-4.799-2.292 0-3.116 0-4.884-.047l.528.747c-9.476 5.447-22.026 7.495-22.254 5.17l-.053.569c-.073 1.015-.07 1.051.025 2.878l.063.583c.682 2.06 13.263.284 24.283-5.938ZM22.217 9.36l.319.516c.319-1.037.27-1.449-.026-2.092-.916-.13-1.237-.242-1.645-.461l.224.314c-1.44 1.08-4.586 1.813-5.552 1.476-.437-.152-.292-.455.428-.9-.68.407-1.147.75-1.597 1.079a17.37 17.37 0 0 0-1.691 1.471 1.13 1.13 0 0 0-.256.341c-.45 1.15 4.713.89 9.796-1.743Z' fill='%2300DBD1'/%3E%3Cpath d='m30.18 10.885.715.556c-.154-1.384-.479-2.008-1.194-2.96-1.439.067-2.054.08-3.292.086l.749.381c-2.276 2.166-6.396 3.674-8.06 4.223-5.075 1.668-9.456 1.843-8.687.347l-.17.26c-.585.937-.642 1.057-1.338 2.537l-.282.704a1.23 1.23 0 0 0-.04.187c-.08 2.509 15.187-.627 21.6-6.321ZM35.668 35.825c-4.442 2.649-11.396 4.748-14.313 4.32.481.09 1.127.202 1.612.26.637.068.735.072 1.68.107.289 0 .674 0 .965-.013 1.439-.079 4.888-.773 8.684-2.866l-.429.347a20.308 20.308 0 0 0 3.348-2.681c-.191-.049-.51-.039-1.306 0l-.241.526Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.ingles-para-adultos-carousel-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ingles-para-adultos-carousel-tabs__list-item {
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px 0;
}
.ingles-para-adultos-carousel-tabs__list-image-wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .ingles-para-adultos-carousel-tabs__list-title-wrapper {
    margin: 0;
    padding: 15px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .ingles-para-adultos-carousel-tabs__list-title-wrapper {
    margin-bottom: 15px;
  }
}
.ingles-para-adultos-carousel-tabs__list-copy-wrapper-1 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.ingles-para-adultos-carousel-tabs__list-copy-wrapper {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  width: calc(100% - 65px);
}
.ingles-para-adultos-carousel-tabs__list-copy {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.ingles-para-adultos-carousel-tabs__list-copy strong {
  font-weight: 600;
}
.ingles-para-adultos-carousel-tabs__list-copy .orange {
  color: #FF6600;
  font-size: 16px;
}
.ingles-para-adultos-carousel-tabs__list-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
}

.trustpilot .h-2__title--30 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .trustpilot .h-2__title--30 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .trustpilot .h-2__title--30 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .trustpilot .h-2__title--30 {
    font-size: 28px;
    line-height: 36px;
  }
}

.nivel-ingles-basico {
  background-color: #F7F8FB;
}
@media (min-width: 768px) {
  .nivel-ingles-basico {
    height: 469px;
  }
}
@media (min-width: 992px) {
  .nivel-ingles-basico {
    height: 533px;
  }
}
@media (min-width: 1440px) {
  .nivel-ingles-basico {
    height: 517px;
  }
}
.nivel-ingles-basico .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .nivel-ingles-basico .--br-mobile {
    display: block;
  }
}
.nivel-ingles-basico__content-wrapper {
  z-index: 2;
  position: relative;
  margin-left: 97px;
  margin-left: 48px;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__content-wrapper {
    width: 353px;
    margin-top: 104px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .nivel-ingles-basico__content-wrapper {
    margin-top: 136px;
    margin-left: -2px;
  }
}
@media (min-width: 1440px) {
  .nivel-ingles-basico__content-wrapper {
    margin-top: 96px;
    margin-left: 87px;
  }
}
.nivel-ingles-basico__copy-1 {
  color: #FF2846;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  padding: 0;
  margin-top: 27px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__copy-1 {
    font-size: 16px;
  }
}
.nivel-ingles-basico__copy-2 {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__copy-2 {
    font-size: 48px;
    line-height: 116.667%;
  }
}
@media (min-width: 1440px) {
  .nivel-ingles-basico__copy-2 {
    font-size: 46px;
    line-height: 120%;
  }
}
.nivel-ingles-basico__copy-3 {
  color: var(--primary-black, #000);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__copy-3 {
    font-size: 20px;
  }
}
.nivel-ingles-basico__copy-3 .--blue {
  color: #0078FF;
  font-weight: 600;
}
.nivel-ingles-basico__image-wrapper {
  z-index: 1;
  position: relative;
  width: 255px;
  height: 186px;
  margin-left: -69px;
}
@media (min-width: 992px) {
  .nivel-ingles-basico__image-wrapper {
    margin-left: -180px;
    width: 584px;
    height: 533px;
  }
}
@media (min-width: 1440px) {
  .nivel-ingles-basico__image-wrapper {
    margin-left: -219px;
    width: 709px;
    height: 517px;
  }
}
.nivel-ingles-basico__image {
  min-width: 100%;
}
.nivel-ingles-basico__arrow-wrapper {
  text-align: right;
}
.nivel-ingles-basico__arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='39' fill='none'%3E%3Cpath fill='%23F60' d='M4.766 1V0h.036l-.036 1ZM20.8 38.541a1 1 0 0 1-1.178-.782l-1.782-8.822a1 1 0 1 1 1.96-.396l1.584 7.842 7.842-1.585a1 1 0 0 1 .396 1.96L20.8 38.542ZM1 2a1 1 0 0 1 0-2v2Zm3.802-2c5.362.194 13.427 3.723 18.215 10.188 2.414 3.26 4.007 7.284 3.983 12.004-.024 4.714-1.661 10.042-5.565 15.922l-1.666-1.106c3.738-5.632 5.209-10.584 5.23-14.827.023-4.236-1.4-7.846-3.59-10.802C16.99 5.41 9.495 2.17 4.73 1.999L4.803.001Zm-.036 2H1V0h3.766v2Z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 31px;
  height: 39px;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='47' fill='none'%3E%3Cpath fill='%23F60' d='M54.339 45.616C35.968 47.903 1.234 43.487.58 18.619c-.097-3.684.545-7.58 2.561-10.727.315-.491 4.578-5.406 5.298-4.205.003.005-.217.414-.543 1.023-.894 1.667-2.591 4.832-2.731 5.305a21.136 21.136 0 0 0-.691 8.854c.677 4.921 3.312 8.987 6.935 12.309 9.094 8.338 21.845 10.793 33.812 10.476 11.496-.305 22.909-3.121 33.543-7.354 5.1-2.03 10.033-4.475 14.686-7.38 2.357-1.471 4.684-3.057 6.812-4.845.588-.494.729-1.069.862-1.612.148-.606.287-1.173 1.028-1.547.521-.263 3.075-.022 3.456.24 3.15 2.163-1.161 5.686-2.678 6.917-4.722 3.833-10.004 6.958-15.48 9.599-10.387 5.01-21.637 8.516-33.112 9.944Z'/%3E%3Cpath fill='%23F60' d='M116.007 10.33c-7.804 4.749-16.239 7.96-25.394 8.692-2.158.173.29-.925 1.665-1.542.626-.28 1.029-.461.673-.377 3.286-.78 6.45-2.021 9.502-3.448 5.238-2.45 10.292-5.386 14.879-8.914.107-.083.3-.261.556-.498 1.699-1.574 6.195-5.738 7.078-1.63.284 1.319-1.249 3.59-2.545 5.51-.655.971-1.249 1.852-1.517 2.474-.967 2.246-1.688 4.587-2.396 6.923-.287.947-.564 1.904-.843 2.864-1.254 4.319-2.528 8.71-4.747 12.608-.964 1.694-6.689 9.16-9.356 6.516-.516-.512 1.853-4.178 3.832-7.24 1.125-1.741 2.124-3.288 2.396-3.949 1.294-3.15 2.325-6.383 3.356-9.615.896-2.809 1.792-5.618 2.861-8.374Z'/%3E%3C/svg%3E");
    width: 125px;
    height: 47px;
  }
}
.nivel-ingles-basico__form-wrapper {
  margin-top: -21px;
}
@media (min-width: 768px) {
  .nivel-ingles-basico__form-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .nivel-ingles-basico__form-wrapper {
    margin-top: 35px;
  }
}

.tu-nivel-ingles__title, .tu-nivel-ingles__title-1 {
  color: #000;
  font-family: "Inter";
  font-size: 33.138px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;
  letter-spacing: 0.518px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tu-nivel-ingles__title, .tu-nivel-ingles__title-1 {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .tu-nivel-ingles__copy-wrapper {
    margin-top: 70px;
  }
}
.tu-nivel-ingles__copy {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.english-essential__copy-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
@media (max-width: 767.98px) {
  .english-essential__copy-wrapper {
    padding-top: 20px;
  }
}
.english-essential__copy {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .english-essential__copy {
    font-size: 40px;
    line-height: 48px;
    text-align: start;
  }
}

.believe-learning-English-help__copy {
  border: 1px solid #00DBD1;
  border-radius: 12px;
  font-size: 18px;
  line-height: 32px;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  padding: 32px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .believe-learning-English-help__copy {
    font-size: 24px;
    line-height: 44px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .believe-learning-English-help__copy {
    max-width: 750px;
  }
}

.disrupting-brick__title {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 0 0 48px 0;
  padding: 0;
  color: #000;
}
@media (min-width: 768px) {
  .disrupting-brick__title {
    font-size: 40px;
  }
}
.disrupting-brick__card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .disrupting-brick__card {
    margin-bottom: 45px;
  }
}
.disrupting-brick__card-title {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  background-color: #0078FF;
  border-radius: 6px 6px 0px 0px;
  margin: 0;
  padding: 18px 0px;
}
.disrupting-brick__list {
  list-style: none;
  margin: 0;
  padding: 25px 20px 10px 15px;
}
@media (min-width: 768px) {
  .disrupting-brick__list-1 {
    min-height: 262px;
  }
}
@media (min-width: 992px) {
  .disrupting-brick__list-1 {
    min-height: 238px;
  }
}
.disrupting-brick__list-item {
  padding-bottom: 15px;
}
.disrupting-brick__list-item.icon-dis {
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0 5px;
}
.disrupting-brick__list-item.icon-dis.--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23FF2846' d='M14 2.006 12.59.596 7 6.186 1.41.596 0 2.006l5.59 5.59L0 13.186l1.41 1.41L7 9.006l5.59 5.59 1.41-1.41-5.59-5.59L14 2.006Z'/%3E%3C/svg%3E");
}
.disrupting-brick__list-item.icon-dis.--green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath fill='%2300DB67' d='m9 16.765-4.17-4.17-1.42 1.41L9 19.596l12-12-1.41-1.41L9 16.766Z'/%3E%3C/svg%3E");
  padding-left: 30px;
  background-position: 0 0;
}
.disrupting-brick__list-item-copy {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  padding-left: 5px;
  margin: 0;
  margin: 0;
  padding: 0;
}
.disrupting-brick__image {
  width: 100%;
}

.investors-logo {
  /* swiper */
  /*
  .swiper-button-prev:after,
  .swiper-button-next:after {
  	content: unset;
  }
  .swiper__btn::after {
  content: unset;
  }
  */
}
.investors-logo__title {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000;
}
@media (max-width: 767.98px) {
  .investors-logo__title {
    width: 184px;
  }
}
@media (min-width: 768px) {
  .investors-logo__title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .investors-logo__title {
    letter-spacing: 0.5px;
  }
}
.investors-logo__copy {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 0 0 48px 0;
  padding: 0;
  color: #000;
}
.investors-logo__lnk-wrapper {
  margin-top: 60px;
}
.investors-logo__lnk {
  color: #FF6600;
  font-size: 14px;
  font-family: "Inter";
  text-decoration: underline;
}
.investors-logo__image {
  display: block;
}
.investors-logo .swiper-wrapper {
  text-align: center;
}
.investors-logo .swiper__nav {
  height: 35px;
  margin: 0 auto !important;
  padding: 0;
  width: 165px;
  position: relative;
  display: block;
}
@media (min-width: 1440px) {
  .investors-logo .swiper__nav {
    display: none;
  }
}
.investors-logo .swiper__nav .swiper-pagination {
  left: unset;
  width: 100%;
}
@media (min-width: 768px) {
  .investors-logo .swiper__nav .swiper-pagination {
    display: none;
  }
}
.investors-logo .swiper__nav .swiper-pagination-bullet {
  border: 1px solid #A0A0A0 !important;
  background-color: #ffffff;
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
  opacity: unset;
}
.investors-logo .swiper__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6600;
  border: 1px solid #A0A0A0 !important;
}
.investors-logo .investors-logo-swiper__btn {
  position: absolute;
  top: unset;
  left: unset;
  width: 10px !important;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px !important;
}
.investors-logo .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.investors-logo .swiper-button-prev,
.investors-logo .swiper-button-next {
  top: 0;
  display: none;
}
.investors-logo .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.09717L4.31916 8.29151L10.5 14.4858L8.59717 16.3887L0.5 8.29151L8.59717 0.19434L10.5 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E ");
  left: -12px;
}
.investors-logo .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499999 2.09717L6.68084 8.29151L0.5 14.4858L2.40283 16.3887L10.5 8.29151L2.40283 0.19434L0.499999 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  right: -12px;
}

@media (min-width: 1200px) {
  .about-page-experiencia .container-custom {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .about-page-experiencia__image-wrapper.--carousel {
    width: 100%;
  }
}
.about-page-experiencia .about-page-testimonial-swiper__nav {
  margin: 40px auto 0 auto !important;
}
@media (min-width: 1440px) {
  .about-page-experiencia .about-page-testimonial-swiper__nav {
    display: block !important;
  }
}

.press-release-hero {
  background-color: #ECF7FF99;
  background-image: url("/openeducation/wp-content/uploads/sites/6/2023/10/press-release-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 320px;
  background-position: 90%;
}
@media (min-width: 480px) {
  .press-release-hero {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .press-release-hero {
    background-position: right;
  }
}
@media (min-width: 1024px) {
  .press-release-hero {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .press-release-hero {
    height: 570px;
  }
}
.press-release-hero__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-size: 44px;
  line-height: 100%;
  margin: 205px 0 0 0;
  padding: 0;
  color: #000;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .press-release-hero__title {
    margin-top: 230px;
    font-size: 64px;
  }
}

.press-release__title {
  color: #0078FF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -1px;
  margin: 75px 0 60px 0;
  padding: 0;
  text-align: start;
}
@media (min-width: 768px) {
  .press-release__title {
    margin-top: 75px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .press-release__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .press-release__title {
    font-size: 48px;
    margin-top: 120px;
    margin-bottom: 35px;
  }
}
.press-release__release {
  color: #000;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.07px;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: start;
  display: block;
}
@media (max-width: 767.98px) {
  .press-release__release {
    padding-left: 15px;
  }
}
.press-release__copy {
  color: #000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 30px;
  line-height: 135%;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: start;
}
@media (max-width: 767.98px) {
  .press-release__copy {
    padding-left: 15px;
  }
}
.press-release__link {
  color: #FF6600;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .press-release__link {
    padding-left: 15px;
  }
}
.press-release__link:hover, .press-release__link:visited, .press-release__link:active {
  text-decoration: none;
}
.press-release__line {
  margin: 30px 0 30px 0;
  padding: 0;
  border: none;
  height: 2px;
  color: #DEDEDE;
  background-color: #DEDEDE;
}

@media (min-width: 1200px) {
  .training-for-companies .container-custom {
    max-width: 960px;
  }
}
.training-for-companies__title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .training-for-companies__title {
    font-size: 40px;
    text-align: center;
  }
}
.training-for-companies__copy {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .training-for-companies__copy {
    font-size: 24px;
    text-align: center;
  }
}
.training-for-companies__title-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .training-for-companies__title-wrapper {
    padding-bottom: 60px;
  }
}
.training-for-companies__copy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .training-for-companies__copy-wrapper {
    padding-left: 130px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .training-for-companies__copy-wrapper {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .training-for-companies__copy-wrapper.--right {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-end;
  }
}
.training-for-companies__title-1 {
  color: #0078FF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0 0 7px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .training-for-companies__title-1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .training-for-companies__title-1 {
    padding: 0 0 23px 0;
  }
}
.training-for-companies__copy-1 {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.training-for-companies__copy-1 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .training-for-companies__copy-1.--right {
    text-align: right;
  }
}
.training-for-companies .i-oedu {
  width: 52px;
  height: 53px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .training-for-companies .i-oedu {
    display: block;
    position: absolute;
    top: 0;
    left: 38px;
  }
}
@media (max-width: 767.98px) {
  .training-for-companies .i-oedu {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .training-for-companies .i-oedu {
    width: 78px;
    height: 77px;
  }
}
.training-for-companies .i-oedu.openeducation-adaptability {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238CFF00' d='M11.442 33.184c.206.452.47 1.06.697 1.503.337.588.802 1.348 1.176 1.906-.907-2.09 11.036-6.466 21.515-6.327.11-1.47.143-1.914.166-3.723-12-.143-24.19 4.625-23.554 6.64ZM15.86 39.417a39.56 39.56 0 0 0 1.738 1.343c.412.254.958.6 1.372.836-1.497-1.052 3.586-3.243 8.622-4.173a26.37 26.37 0 0 1 6.052-.482c.322-1.239.408-1.568.714-3.173-9.302-.168-20.08 3.93-18.498 5.65ZM10.296 25.038l-.05.548c-.062 1.723-.064 1.791.022 2.779l.063.562c.221-2.449 12.862-6.776 24.424-6.558a32.084 32.084 0 0 0-.658-3.65c-12.474-.173-23.54 4.506-23.802 6.319ZM30.088 11.356a6.609 6.609 0 0 0-1.896-1.039c-4.848.09-8.442 1.372-9.665 2.036-.589.348-1.159.728-1.706 1.139-.573.438-1.118.913-1.63 1.42 1.753-1.509 8.274-3.593 14.897-3.556ZM32.955 15.325a14.192 14.192 0 0 0-1.385-2.41c-9.324-.035-17.44 3.041-18.572 4.662l-.165.25c-.795 1.357-.862 1.466-1.291 2.45l-.272.68c1.228-2.252 11.872-5.814 21.685-5.632ZM23.026 43.041c.152.129.338.21.535.237.464.084 1.087.196 1.556.251.538.062 1.079.097 1.62.104.28 0 .653 0 .931-.012-1.264.022-1.176-.294-1.003-.486.7-.795 4.475-1.59 4.703-.98.433-.595.806-1.232 1.113-1.902-4.027-.465-10.204 1.89-9.455 2.788Z'/%3E%3Cpath fill='%2300DBD1' d='M42.746 22.142c-.578-.149-1.175-.184-2.29-.225l.42.801c-5.946 7.48-27.51 13.246-29.434 10.464.196.458.484 1.054.697 1.503.332.588.808 1.344 1.176 1.906 2.077 2.313 22.36-2.79 28.847-10.4l.196.854c.502-2.014.54-3.035.388-4.903ZM35.978 34.523c-8.298 4.276-17.998 6.27-20.118 4.9.506.42 1.205.953 1.738 1.341.406.265.964.588 1.372.837 1.777.86 9.394-.41 17.286-4.36l-.011.588a30.103 30.103 0 0 0 3.57-4.095c-1.33.016-2.663.047-3.996.066l.16.724ZM33.766 23.197l.45.807c1.049-1.96 1.372-2.908 1.764-4.632-2.214 0-3.008 0-4.716-.045l.51.721c-9.148 5.258-21.263 7.237-21.482 4.991l-.05.549c-.07.98-.068 1.015.022 2.778l.063.563c.652 1.988 12.797.274 23.439-5.732ZM18.357 12.451l.165-.098-.165.098ZM24.391 13.558l.31.498c.306-1.001.259-1.4-.027-2.02-.884-.126-1.192-.234-1.588-.445l.218.304c-1.391 1.042-4.428 1.75-5.361 1.424-.422-.147-.282-.439.413-.868-.654.392-1.105.723-1.542 1.04a16.79 16.79 0 0 0-1.63 1.421 1.029 1.029 0 0 0-.247.33c-.437 1.11 4.548.857 9.454-1.684Z'/%3E%3Cpath fill='%2300DBD1' d='m32.08 15.036.69.537c-.149-1.337-.462-1.938-1.152-2.857-1.39.066-1.985.076-3.18.082l.723.368c-2.195 2.091-6.173 3.547-7.781 4.076-4.899 1.61-9.127 1.78-8.383.335l-.164.251c-.565.905-.62 1.023-1.292 2.45l-.272.68c-.018.058-.032.119-.041.18-.075 2.414 14.662-.614 20.852-6.102ZM37.377 39.105c-4.287 2.547-11.002 4.583-13.816 4.17a34.9 34.9 0 0 0 1.556.25c.613.067.71.07 1.62.104.28 0 .653 0 .931-.012 1.39-.076 4.718-.746 8.385-2.767l-.416.336a19.594 19.594 0 0 0 3.23-2.587c-.185-.049-.492-.04-1.26 0l-.23.506Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10.13 10.317h32.415v33.311H10.13z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .training-for-companies .i-oedu.openeducation-adaptability {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='77' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238CFF00' d='M16.833 47.968c.303.665.692 1.559 1.027 2.21a52.23 52.23 0 0 0 1.73 2.805c-1.335-3.075 16.235-9.512 31.651-9.308.162-2.162.21-2.816.245-5.477-17.653-.21-35.587 6.803-34.653 9.77ZM23.334 57.138c.752.614 1.77 1.41 2.557 1.974.605.375 1.41.882 2.018 1.231-2.203-1.548 5.275-4.77 12.684-6.14a38.798 38.798 0 0 1 8.904-.71c.473-1.821.6-2.305 1.05-4.666-13.685-.248-29.54 5.782-27.213 8.31ZM15.147 35.987l-.072.807c-.092 2.534-.095 2.635.032 4.088l.092.827c.326-3.604 18.922-9.969 35.933-9.649a47.19 47.19 0 0 0-.969-5.37c-18.351-.254-34.633 6.63-35.016 9.297ZM44.265 15.857a9.724 9.724 0 0 0-2.79-1.528c-7.132.133-12.419 2.018-14.218 2.995A27.6 27.6 0 0 0 24.747 19a25.008 25.008 0 0 0-2.399 2.09c2.58-2.22 12.174-5.287 21.917-5.232ZM48.483 21.698a20.88 20.88 0 0 0-2.038-3.546c-13.716-.052-25.656 4.474-27.322 6.858l-.242.369c-1.17 1.995-1.269 2.156-1.9 3.603l-.4 1c1.806-3.312 17.465-8.553 31.902-8.284ZM33.876 62.47c.224.189.497.31.787.349.683.124 1.6.288 2.289.369.791.092 1.587.143 2.384.153.412 0 .96 0 1.37-.018-1.86.032-1.73-.432-1.477-.715 1.03-1.17 6.584-2.34 6.919-1.44a16.24 16.24 0 0 0 1.637-2.8c-5.924-.683-15.01 2.782-13.909 4.102Z'/%3E%3Cpath fill='%2300DBD1' d='M62.888 31.726c-.85-.219-1.73-.27-3.37-.331l.62 1.179c-8.75 11.003-40.474 19.487-43.304 15.393.288.675.712 1.551 1.026 2.211a54.584 54.584 0 0 0 1.73 2.805c3.055 3.402 32.894-4.105 42.439-15.301l.288 1.257c.738-2.964.793-4.466.57-7.213ZM52.93 49.94c-12.208 6.29-26.477 9.224-29.596 7.206.744.62 1.773 1.404 2.557 1.974.597.39 1.418.865 2.018 1.231 2.614 1.266 13.82-.602 25.431-6.414l-.017.865a44.288 44.288 0 0 0 5.252-6.025c-1.957.023-3.918.07-5.878.098l.234 1.064ZM49.676 33.277l.663 1.188c1.543-2.883 2.018-4.278 2.595-6.815-3.258 0-4.425 0-6.939-.066l.75 1.06c-13.457 7.735-31.28 10.647-31.604 7.343l-.072.807c-.103 1.442-.1 1.494.032 4.088l.092.827c.96 2.926 18.827.404 34.483-8.432ZM27.007 17.468l.242-.144-.242.144ZM35.885 19.097l.456.733c.45-1.473.38-2.059-.04-2.972-1.301-.185-1.754-.343-2.336-.655l.32.447c-2.047 1.534-6.515 2.574-7.887 2.096-.62-.216-.415-.646.608-1.277-.963.576-1.626 1.063-2.268 1.53a24.673 24.673 0 0 0-2.399 2.09 1.51 1.51 0 0 0-.363.485c-.643 1.634 6.69 1.262 13.909-2.477Z'/%3E%3Cpath fill='%2300DBD1' d='m47.197 21.27 1.014.79c-.219-1.966-.68-2.85-1.695-4.203a88.88 88.88 0 0 1-4.678.122l1.063.541c-3.228 3.076-9.08 5.218-11.447 5.997-7.207 2.37-13.427 2.617-12.332.492l-.242.37c-.83 1.331-.911 1.504-1.9 3.603l-.4 1a1.759 1.759 0 0 0-.061.265c-.11 3.552 21.571-.902 30.678-8.977ZM54.99 56.68c-6.308 3.747-16.187 6.742-20.327 6.134.683.13 1.6.273 2.289.369.902.098 1.044.103 2.384.152.412 0 .96 0 1.37-.017 2.043-.112 6.94-1.098 12.334-4.07l-.61.493a28.826 28.826 0 0 0 4.75-3.806c-.271-.072-.724-.057-1.854 0l-.337.744Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M15.5 14h48v49.006h-48z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.training-for-companies .i-oedu.openeducation-device {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M40.184 35.95V19.114a1.903 1.903 0 0 0-1.903-1.903H11.874a1.903 1.903 0 0 0-1.904 1.903V35.95h30.214ZM7.92 36.991h34.325a.443.443 0 0 1 .442.447v.548a.886.886 0 0 1-.885.88H8.362a.885.885 0 0 1-.885-.885v-.543a.442.442 0 0 1 .443-.442v-.005Z'/%3E%3Cpath fill='%238CFF00' d='M44.115 15.075h-7.613a1.428 1.428 0 0 0-1.428 1.428v14.34a1.428 1.428 0 0 0 1.428 1.428h7.613a1.428 1.428 0 0 0 1.427-1.428v-14.34a1.427 1.427 0 0 0-1.427-1.428Zm-2.993 15.95H39.47a.248.248 0 1 1 0-.476h1.632a.248.248 0 0 1 .217.435.248.248 0 0 1-.217.04h.019Z' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M7.429 15.075h37.818v23.791H7.429z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .training-for-companies .i-oedu.openeducation-device {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='77' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M59.118 52.038V27.272a2.8 2.8 0 0 0-2.8-2.8h-38.85a2.8 2.8 0 0 0-2.8 2.8v24.766h44.45ZM11.651 53.571h50.498a.652.652 0 0 1 .651.658v.805a1.302 1.302 0 0 1-1.302 1.295H12.302A1.302 1.302 0 0 1 11 55.027v-.798a.65.65 0 0 1 .651-.65v-.008Z'/%3E%3Cpath fill='%238CFF00' d='M64.9 21.33H53.7a2.1 2.1 0 0 0-2.1 2.1v21.097a2.1 2.1 0 0 0 2.1 2.1h11.2a2.1 2.1 0 0 0 2.1-2.1V23.43a2.1 2.1 0 0 0-2.1-2.1Zm-4.403 23.463h-2.429a.364.364 0 1 1 0-.7h2.401a.364.364 0 1 1 0 .7h.028Z' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M11.5 21h56v35h-56z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.training-for-companies .i-oedu.openeducation-live-classes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238CFF00' d='M13.27 14.709h19.378a4.1 4.1 0 0 1 4.1 4.1v12.666a4.1 4.1 0 0 1-4.1 4.1H18.505v4.485l-5.217-4.497h-1.136a4.1 4.1 0 0 1-4.1-4.1V18.808a4.1 4.1 0 0 1 4.1-4.099H31.53' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%2300E3D8' d='M30.358 29.08h15.571a2.97 2.97 0 0 1 3.116 2.793v9.317a2.969 2.969 0 0 1-3.116 2.8H29.321a2.969 2.969 0 0 1-3.115-2.8v-9.328a2.969 2.969 0 0 1 3.116-2.794h15.57' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M8 14.709h40.727V43.99H8z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .training-for-companies .i-oedu.openeducation-live-classes {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='77' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238CFF00' d='M18.128 19.33H44.6a5.6 5.6 0 0 1 5.6 5.6v17.303a5.6 5.6 0 0 1-5.6 5.6H25.28v6.128l-7.128-6.144H16.6a5.6 5.6 0 0 1-5.6-5.6V24.93a5.6 5.6 0 0 1 5.6-5.6h26.472' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%2300E3D8' d='M41.472 38.961h21.272A4.056 4.056 0 0 1 67 42.777v12.728a4.056 4.056 0 0 1-4.256 3.824H40.056a4.056 4.056 0 0 1-4.256-3.824V42.761a4.056 4.056 0 0 1 4.256-3.816h21.272' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M11.5 19h56v40h-56z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.training-for-companies .i-oedu.openeducation-scheduling {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' fill='none'%3E%3Cpath fill='%238CFF00' d='M11.375 16.87H39.18c1.093 0 1.986.894 1.986 1.986a1.992 1.992 0 0 1-1.986 1.986H11.375a1.992 1.992 0 0 1-1.986-1.986c0-1.092.894-1.986 1.986-1.986ZM11.375 28.787H39.18a1.992 1.992 0 0 0 1.986-1.986 1.992 1.992 0 0 0-1.986-1.986H11.375A1.992 1.992 0 0 0 9.39 26.8c0 1.092.894 1.986 1.986 1.986Z'/%3E%3Cpath fill='%2300DBD1' d='M11.375 36.731h9.93a1.992 1.992 0 0 0 1.987-1.986 1.992 1.992 0 0 0-1.986-1.986h-9.93a1.992 1.992 0 0 0-1.987 1.986c0 1.093.894 1.986 1.986 1.986ZM11.375 44.676h9.93a1.992 1.992 0 0 0 1.987-1.986 1.992 1.992 0 0 0-1.986-1.986h-9.93a1.992 1.992 0 0 0-1.987 1.986c0 1.093.894 1.986 1.986 1.986ZM32.05 39.053l-1.41-1.41a1.978 1.978 0 0 0-2.8 0 1.978 1.978 0 0 0 0 2.8l2.82 2.82a1.978 1.978 0 0 0 2.8 0l6.297-6.295a1.978 1.978 0 0 0 0-2.8 1.978 1.978 0 0 0-2.8 0l-4.906 4.885Z'/%3E%3Cpath fill='%238CFF00' d='M9.39 10.912c0 1.092.893 1.986 1.985 1.986H39.18a1.992 1.992 0 0 0 1.986-1.986 1.992 1.992 0 0 0-1.986-1.986H11.375a1.992 1.992 0 0 0-1.986 1.986Z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .training-for-companies .i-oedu.openeducation-scheduling {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='73' fill='none'%3E%3Cpath fill='%238CFF00' d='M15.75 22.579h38.5a2.758 2.758 0 0 1 2.75 2.75 2.758 2.758 0 0 1-2.75 2.75h-38.5a2.758 2.758 0 0 1-2.75-2.75 2.758 2.758 0 0 1 2.75-2.75ZM15.75 39.08h38.5A2.758 2.758 0 0 0 57 36.33a2.758 2.758 0 0 0-2.75-2.75h-38.5A2.758 2.758 0 0 0 13 36.33a2.758 2.758 0 0 0 2.75 2.75Z'/%3E%3Cpath fill='%2300DBD1' d='M15.75 50.079H29.5a2.758 2.758 0 0 0 2.75-2.75 2.758 2.758 0 0 0-2.75-2.75H15.75A2.758 2.758 0 0 0 13 47.33a2.758 2.758 0 0 0 2.75 2.75ZM15.75 61.08H29.5a2.758 2.758 0 0 0 2.75-2.75 2.758 2.758 0 0 0-2.75-2.75H15.75A2.758 2.758 0 0 0 13 58.33a2.758 2.758 0 0 0 2.75 2.75ZM44.377 53.294l-1.952-1.953a2.739 2.739 0 0 0-3.877 0 2.739 2.739 0 0 0 0 3.878l3.904 3.905a2.739 2.739 0 0 0 3.878 0l8.717-8.718a2.739 2.739 0 0 0 0-3.877 2.739 2.739 0 0 0-3.877 0l-6.793 6.765Z'/%3E%3Cpath fill='%238CFF00' d='M13 14.33a2.758 2.758 0 0 0 2.75 2.749h38.5a2.758 2.758 0 0 0 2.75-2.75 2.758 2.758 0 0 0-2.75-2.75h-38.5A2.758 2.758 0 0 0 13 14.33Z'/%3E%3C/svg%3E");
  }
}

.skills-traning {
  background: #F4F6FB;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .skills-traning .container-custom {
    max-width: 970px;
  }
}
.skills-traning__title {
  color: #000;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .skills-traning__title {
    font-size: 40px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .skills-traning__title {
    font-size: 38px;
    text-align: center;
  }
}
.skills-traning__title-1 {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.skills-traning__list {
  list-style-type: disc;
  color: #0078FF;
}
.skills-traning__list-item-copy {
  color: #0078FF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 768px) {
  .skills-traning__list-item-copy {
    font-size: 20px;
  }
}
.skills-traning__card {
  padding: 24px 16px;
  box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .skills-traning__card {
    padding: 24px 20px;
  }
}
.skills-traning__logo-wrapper {
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.skills-traning__image-wrapper {
  text-align: center;
  min-height: 114.76px;
}
@media (min-width: 768px) {
  .skills-traning__image-wrapper {
    min-height: 118.34px;
  }
}
@media (min-width: 1440px) {
  .skills-traning__image-wrapper {
    min-height: 143px;
  }
}
.skills-traning__image {
  width: 100%;
}

.openeducation-hero {
  background-color: #101D23;
  background-image: url("/wp-content/uploads/sites/6/2023/10/320-hero_1x.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 768px;
}
@media (max-width: 767.98px) {
  .openeducation-hero {
    min-height: 625px;
  }
}
@media (min-width: 768px) {
  .openeducation-hero {
    background-size: cover;
    background-image: url("/wp-content/uploads/sites/6/2023/10/768-hero_1x.jpg");
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .openeducation-hero {
    background-image: url("/wp-content/uploads/sites/6/2023/10/768-hero_2x.jpg");
  }
}
@media (min-width: 992px) {
  .openeducation-hero {
    background-image: url("/wp-content/uploads/sites/6/2023/10/992-hero_1x.jpg");
  }
}
@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .openeducation-hero {
    background-image: url("/wp-content/uploads/sites/6/2023/10/992-hero_2x.jpg");
  }
}
@media (min-width: 1440px) {
  .openeducation-hero {
    background-image: url("/wp-content/uploads/sites/6/2023/10/1440-hero_1x.jpg");
  }
}
@media (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) {
  .openeducation-hero {
    background-image: url("/wp-content/uploads/sites/6/2023/10/1440-hero_2x.jpg");
  }
}
@media (min-width: 768px) {
  .openeducation-hero {
    height: 837px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero {
    height: 650px;
  }
}
.openeducation-hero .container-custom {
  /*
  @media(min-width:1200px){
  	max-width: 960px;
  }
  @media(min-width:1440px){
  	max-width: 1140px;
  }
  */
}
.openeducation-hero__copy-wrapper {
  margin: 13px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .openeducation-hero__copy-wrapper {
    margin-left: -15px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__copy-wrapper {
    margin-left: -8px;
    margin-top: 55px;
  }
}
@media (min-width: 1440px) {
  .openeducation-hero__copy-wrapper {
    margin-left: -38px;
    width: 520px;
  }
}
.openeducation-hero__title {
  color: #FFF;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  line-height: 133%;
  letter-spacing: -1px;
  text-align: left;
  margin: 13px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .openeducation-hero__title {
    line-height: 140%;
    font-size: 34px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__title {
    font-size: 40px;
    display: inline;
    margin-top: 60px;
  }
}
.openeducation-hero__copy-1 {
  color: #FFF;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}
.openeducation-hero__copy-1 .--orange {
  font-weight: 400;
  color: #F60;
}
@media (min-width: 768px) {
  .openeducation-hero__copy-1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__copy-1 {
    font-size: 40px;
    display: inline;
  }
}
.openeducation-hero__copy-2 {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
  margin: 8px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .openeducation-hero__copy-2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__copy-2 {
    font-size: 20px;
  }
}
.openeducation-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .openeducation-hero .--br-mobile {
    display: block;
  }
}
.openeducation-hero__trustpilot-image {
  width: 196px;
  height: 72px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .openeducation-hero__trustpilot-image {
    margin: 22px 0 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .openeducation-hero__trustpilot-image {
    left: 118px;
    position: relative;
    top: -45px;
  }
}
@media (min-width: 1440px) {
  .openeducation-hero__trustpilot-image {
    margin-left: 310px;
  }
}
.openeducation-hero__arrow-wrapper {
  text-align: right;
}
@media (max-width: 767.98px) {
  .openeducation-hero__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .openeducation-hero__arrow-wrapper {
    margin: 10px 0 0 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__arrow-wrapper {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .openeducation-hero__arrow-wrapper {
    margin-bottom: 167px;
  }
}
.openeducation-hero__arrow {
  width: 127px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='55' fill='none'%3E%3Cpath fill='%23F60' d='M49.052 52.388c-18.5-.781-51.933-11.46-48.181-37.76.555-3.896 1.877-7.888 4.419-10.851.396-.463 5.465-4.898 5.961-3.509.002.006-.286.399-.716.984C9.36 2.852 7.13 5.89 6.908 6.364a23.99 23.99 0 0 0-2.246 9.202c-.203 5.3 1.674 10.039 4.656 14.166 7.484 10.36 19.61 15.157 31.454 16.9 11.378 1.676 23.117.692 34.34-1.92 5.383-1.252 10.673-2.97 15.77-5.22 2.582-1.141 5.155-2.406 7.566-3.92.668-.419.908-.999 1.134-1.548.254-.612.49-1.185 1.287-1.45.559-.187 3.033.51 3.362.853 2.72 2.824-2.149 5.786-3.861 6.818-5.329 3.217-11.083 5.59-16.944 7.42-11.117 3.473-22.818 5.211-34.374 4.723Z'/%3E%3Cpath fill='%23F60' d='M116.698 24.675c-8.62 3.688-17.593 5.63-26.84 4.803-2.18-.194.455-.934 1.934-1.35.673-.189 1.107-.31.737-.283 3.411-.255 6.783-1.022 10.078-2.006 5.654-1.69 11.212-3.932 16.41-6.884.122-.07.346-.226.643-.433 1.974-1.378 7.195-5.024 7.339-.495.047 1.455-1.886 3.605-3.519 5.423-.826.919-1.576 1.753-1.953 2.368-1.365 2.222-2.502 4.59-3.625 6.953-.455.958-.902 1.928-1.352 2.902-2.02 4.38-4.075 8.832-6.981 12.595-1.263 1.635-8.299 8.582-10.482 5.298-.423-.636 2.592-4.124 5.11-7.038 1.432-1.657 2.704-3.129 3.093-3.785 1.852-3.129 3.457-6.39 5.061-9.651 1.395-2.835 2.79-5.67 4.347-8.417Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.openeducation-hero__form-wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .openeducation-hero__form-wrapper {
    top: 110px;
  }
}
@media (max-width: 359.98px) {
  .openeducation-hero__form-wrapper {
    top: 90px;
  }
}
@media (min-width: 768px) {
  .openeducation-hero__form-wrapper {
    margin-top: 63px;
    left: -10px;
  }
}
@media (min-width: 992px) {
  .openeducation-hero__form-wrapper {
    left: 30px;
  }
}
@media (min-width: 1440px) {
  .openeducation-hero__form-wrapper {
    left: 40px;
  }
}

.oedu-txt-image-50__copy-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
@media (min-width: 992px) {
  .oedu-txt-image-50__copy-wrapper {
    left: 42px;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .oedu-txt-image-50__copy-wrapper {
    left: 80px;
  }
}
.oedu-txt-image-50__copy {
  font-family: "Inter";
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  line-height: 128.57%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .oedu-txt-image-50__copy {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .oedu-txt-image-50__copy {
    font-size: 40px;
    line-height: 120%;
  }
}
.oedu-txt-image-50__copy .--blue {
  font-weight: 400;
  color: #0078FF;
}
@media (max-width: 767.98px) {
  .oedu-txt-image-50__image-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .oedu-txt-image-50__image-wrapper {
    left: 46px;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .oedu-txt-image-50__image-wrapper {
    left: 0;
  }
}

.TR-curso-hero {
  background: #F7F8FB;
}
@media (max-width: 575px) {
  .TR-curso-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-curso-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-curso-hero .--br-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero {
    height: 470px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero {
    height: 445px;
  }
}
@media (min-width: 1440px) {
  .TR-curso-hero {
    height: 533px;
  }
}
@media (min-width: 1920px) {
  .TR-curso-hero {
    height: 545px;
  }
}
@media (max-width: 767px) {
  .TR-curso-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    padding-left: 1.2vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-curso-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__content-wrapper {
    margin-top: 96px;
    width: 355px;
    margin-left: -27px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__content-wrapper {
    margin-top: 141px;
    margin-left: -1px;
    width: 444px;
  }
}
@media (min-width: 1200px) {
  .TR-curso-hero__content-wrapper {
    margin-top: 193px;
    margin-left: -30px;
  }
}
@media (min-width: 1440px) {
  .TR-curso-hero__content-wrapper {
    margin-top: 110px;
    margin-left: -45px;
  }
}
.TR-curso-hero__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  color: #000000;
  font-size: 24px;
  font-size: clamp(24px, 3.5vw, 57.5px);
}
@media (max-width: 767.98px) {
  .TR-curso-hero__title {
    margin: 0 0 5px 0;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__title {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__title {
    font-size: 44px;
  }
}
.TR-curso-hero__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.5px;
  color: #FF2846;
  font-size: 13px;
  font-size: clamp(13px, 3.5vw, 31px);
}
@media (max-width: 767.98px) {
  .TR-curso-hero__copy-1 {
    margin: 0 0 5px 0;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__copy-1 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__copy-1 {
    font-size: 18px;
  }
}
.TR-curso-hero__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #000000;
  font-size: 14px;
  font-size: clamp(14px, 3.5vw, 33.5px);
}
@media (min-width: 768px) {
  .TR-curso-hero__copy-2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__copy-2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .TR-curso-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2024/06/320-kurs-character_1x.png");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-curso-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2024/06/320-kurs-character_2x.png");
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__image-wrapper {
    width: 623px;
    margin-left: -230px;
    margin-left: -257px;
  }
}
@media (min-width: 1200px) {
  .TR-curso-hero__image-wrapper {
    width: 849px;
    margin-left: -115px;
  }
}
@media (min-width: 1440px) {
  .TR-curso-hero__image-wrapper {
    width: 849px;
    margin-left: -165px;
  }
}
.TR-curso-hero__image {
  max-width: unset;
}
@media (min-width: 768px) {
  .TR-curso-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .TR-curso-hero__form-wrapper {
    top: -23px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__form-wrapper {
    width: 330px;
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__form-wrapper {
    margin-top: 25px;
    margin-left: 33px;
  }
}
@media (min-width: 1440px) {
  .TR-curso-hero__form-wrapper {
    margin-left: 33px;
  }
}
.TR-curso-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 28px;
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 114px;
}
@media (max-width: 767.98px) {
  .TR-curso-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='28' fill='none'%3E%3Cpath fill='%23F60' d='M3.711 1V0h.036l-.036 1Zm12.11 26.707a1 1 0 0 1-1.415 0l-6.363-6.364a1 1 0 1 1 1.414-1.414l5.657 5.657 5.656-5.657a1 1 0 1 1 1.415 1.414l-6.364 6.364ZM1 2a1 1 0 0 1 0-2v2Zm14.114 7.5.967-.255-.967.255ZM3.71 2H1V0h2.711v2Zm.036-2c2.404.086 4.99.423 7.236 1.76 2.288 1.363 4.098 3.687 5.098 7.486l-1.934.508c-.89-3.383-2.425-5.225-4.188-6.275-1.804-1.075-3.974-1.397-6.283-1.48L3.747.001Zm12.334 9.245c.561 2.134.548 5.284.42 8.456-.132 3.255-.387 6.572-.387 9.299h-2c0-2.773.261-6.241.388-9.38.13-3.22.117-6.07-.355-7.866l1.934-.508Z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 395px) and (max-width: 767.98px) {
  .TR-curso-hero__arrow-wrapper {
    margin-left: 29vw;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='47' fill='none'%3E%3Cpath fill='%23F60' d='M52.357 46.958c-18.88.69-53.8-6.893-52.251-32.245.23-3.756 1.229-7.662 3.559-10.682.363-.472 5.135-5.092 5.76-3.806.002.005-.258.402-.644.993C7.724 2.834 5.717 5.9 5.533 6.37a21.588 21.588 0 0 0-1.49 8.943c.25 5.067 2.567 9.436 5.955 13.137C18.5 37.741 31.247 41.373 43.44 42.116c11.715.713 23.568-1.135 34.757-4.494 5.365-1.61 10.597-3.657 15.587-6.198 2.527-1.287 5.034-2.692 7.356-4.321.643-.45.837-1.022 1.02-1.563.205-.603.396-1.168 1.183-1.482.553-.221 3.128.252 3.493.552 3.01 2.48-1.687 5.68-3.339 6.797-5.142 3.478-10.79 6.186-16.591 8.385-11.007 4.17-22.756 6.734-34.55 7.166Z'/%3E%3Cpath fill='%23F60' d='M118.193 16.56c-8.356 4.134-17.218 6.65-26.59 6.58-2.21-.018.378-.916 1.83-1.42.661-.23 1.087-.378.718-.324 3.41-.501 6.736-1.482 9.966-2.662 5.544-2.024 10.944-4.562 15.921-7.742.116-.074.328-.239.609-.457 1.868-1.45 6.809-5.284 7.342-1.027.171 1.367-1.59 3.54-3.078 5.378-.752.93-1.435 1.772-1.763 2.38-1.182 2.199-2.124 4.516-3.052 6.83-.375.937-.743 1.885-1.112 2.837-1.658 4.28-3.345 8.633-5.947 12.4-1.131 1.638-7.616 8.722-10.093 5.795-.479-.567 2.256-4.084 4.54-7.023 1.299-1.67 2.453-3.154 2.788-3.803 1.596-3.09 2.932-6.285 4.268-9.48 1.161-2.778 2.321-5.555 3.653-8.263Z'/%3E%3C/svg%3E");
    width: 128px;
    height: 47px;
    margin-top: 0;
    margin-left: 225px;
  }
}
@media (min-width: 768px) {
  .TR-curso-hero__arrow-wrapper {
    margin-top: 0;
    margin-left: 225px;
  }
}
@media (min-width: 992px) {
  .TR-curso-hero__arrow-wrapper {
    margin-top: 20px;
    margin-left: 190px;
  }
}
@media (min-width: 1440px) {
  .TR-curso-hero__arrow-wrapper {
    margin-left: 280px;
  }
}

.TR-laba-partnership-hero {
  background: #f4f4f4;
}
@media (max-width: 575px) {
  .TR-laba-partnership-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-laba-partnership-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-laba-partnership-hero .--br-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-1x.png);
  }
}
@media (max-width: 767.98px) {
  .TR-laba-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-2x.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-laba-partnership-hero {
    height: 496px;
    margin-top: -14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-laba-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-2x.jpg);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-laba-partnership-hero {
    background: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-1x.jpg);
    height: 494px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-laba-partnership-hero {
    height: 638px;
  }
}
@media (min-width: 1441px) {
  .TR-laba-partnership-hero {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .TR-laba-partnership-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    padding-left: 1.2vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-laba-partnership-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__content-wrapper {
    margin-top: 96px;
    width: 355px;
    margin-left: -27px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__content-wrapper {
    margin-top: 66px;
    margin-left: 15px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .TR-laba-partnership-hero__content-wrapper {
    margin-top: 130px;
    margin-left: -160px;
  }
}
@media (max-width: 1440px) and (min-width: 1301px) {
  .TR-laba-partnership-hero__content-wrapper {
    margin-top: 130px;
    margin-left: -120px;
  }
}
@media (min-width: 1441px) {
  .TR-laba-partnership-hero__content-wrapper {
    margin-top: 120px;
    margin-left: -110px;
  }
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero__logo-laba {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-laba-partnership-767.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-laba-partnership-hero__logo-laba {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-laba-partnership-768.png);
    background-repeat: no-repeat;
    width: 144px;
    height: 35px;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__logo-laba {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-laba-partnership-768.png);
    background-repeat: no-repeat;
    width: 144px;
    height: 35px;
    display: inline-block;
    position: relative;
  }
}
.TR-laba-partnership-hero__title {
  font-family: "Inter";
  font-weight: 800;
  color: #000000;
  letter-spacing: -1px;
  display: inline-block;
  position: absolute;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero__title {
    font-size: 25px;
    width: 100%;
    margin: -70px auto -60px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-laba-partnership-hero__title {
    font-size: 30px;
    width: 100%;
    margin: -70px auto -40px;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__title {
    font-size: 30px;
    width: 370px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__title {
    font-size: 40px;
    width: 490px;
  }
}
@media (min-width: 1200px) {
  .TR-laba-partnership-hero__title {
    font-size: 44px;
    line-height: 66px;
    margin-top: -10px;
    width: 540px;
  }
}
.TR-laba-partnership-hero__copy-1 {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='261' height='34' viewBox='0 0 261 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='261' height='34' rx='17' fill='%231778F2'/%3E%3C/svg%3E%0A");
    width: 261px;
    height: 34px;
    font-size: 20px;
    line-height: 38px;
    margin: 50px auto -30px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-laba-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='49' viewBox='0 0 370 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.36084' width='369' height='48' rx='24' fill='%231778F2'/%3E%3C/svg%3E%0A");
    width: 370px;
    height: 49px;
    font-size: 30px;
    line-height: 50px;
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='49' viewBox='0 0 370 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.36084' width='369' height='48' rx='24' fill='%231778F2'/%3E%3C/svg%3E%0A");
    width: 370px;
    height: 49px;
    font-size: 30px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='487' height='63' viewBox='0 0 487 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='487' height='63' rx='30' fill='%231778F2'/%3E%3C/svg%3E%0A");
    width: 487px;
    height: 63px;
    font-size: 35px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) {
  .TR-laba-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='517' height='67' viewBox='0 0 517 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='517' height='67' rx='30' fill='%231778F2'/%3E%3C/svg%3E%0A");
    width: 517px;
    height: 67px;
    line-height: 70px;
    font-size: 40px;
  }
}
.TR-laba-partnership-hero__copy-2 {
  font-family: "Inter";
  font-weight: 900;
  font-style: italic;
  color: #FF2846;
  text-align: center;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    margin-top: 110px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-laba-partnership-hero__copy-2 {
    font-size: 50px;
    line-height: 63px;
    width: 100%;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__copy-2 {
    font-size: 50px;
    line-height: 63px;
    width: 350px;
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__copy-2 {
    font-size: 70px;
    line-height: 88px;
    width: 470px;
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  .TR-laba-partnership-hero__copy-2 {
    font-size: 80px;
    line-height: 98px;
    width: 530px;
    margin-top: 150px;
  }
}
.TR-laba-partnership-hero__copy-3 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .TR-laba-partnership-hero__copy-3 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    margin-top: -20px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-laba-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 28px;
    width: 360px;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 34px;
    width: 480px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .TR-laba-partnership-hero__copy-3 {
    font-size: 30px;
    line-height: 34px;
    width: 530px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .TR-laba-partnership-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_1x.jpg");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-laba-partnership-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_2x.jpg");
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-laba-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -170px;
  }
}
@media (min-width: 1441px) {
  .TR-laba-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -410px;
  }
}
.TR-laba-partnership-hero__image {
  max-width: initial;
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .TR-laba-partnership-hero__form-wrapper {
    top: 0px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__form-wrapper {
    width: 332px;
    margin-top: 10px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__form-wrapper {
    margin-top: 54px;
    margin-left: 270px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .TR-laba-partnership-hero__form-wrapper {
    margin-left: 24px;
    margin-top: 110px;
  }
}
@media (max-width: 1440px) and (min-width: 1301px) {
  .TR-laba-partnership-hero__form-wrapper {
    margin-left: 60px;
    margin-top: 110px;
  }
}
@media (min-width: 1441px) {
  .TR-laba-partnership-hero__form-wrapper {
    margin-left: 110px;
    margin-top: 110px;
  }
}
.TR-laba-partnership-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 28px;
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 114px;
}
@media (max-width: 767.98px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='28' fill='none'%3E%3Cpath fill='%23F60' d='M3.711 1V0h.036l-.036 1Zm12.11 26.707a1 1 0 0 1-1.415 0l-6.363-6.364a1 1 0 1 1 1.414-1.414l5.657 5.657 5.656-5.657a1 1 0 1 1 1.415 1.414l-6.364 6.364ZM1 2a1 1 0 0 1 0-2v2Zm14.114 7.5.967-.255-.967.255ZM3.71 2H1V0h2.711v2Zm.036-2c2.404.086 4.99.423 7.236 1.76 2.288 1.363 4.098 3.687 5.098 7.486l-1.934.508c-.89-3.383-2.425-5.225-4.188-6.275-1.804-1.075-3.974-1.397-6.283-1.48L3.747.001Zm12.334 9.245c.561 2.134.548 5.284.42 8.456-.132 3.255-.387 6.572-.387 9.299h-2c0-2.773.261-6.241.388-9.38.13-3.22.117-6.07-.355-7.866l1.934-.508Z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 395px) and (max-width: 767.98px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    margin-left: 29vw;
  }
}
@media (min-width: 768px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='130' height='89' viewBox='0 0 130 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.129 51.8746C23.0081 51.139 -2.51784 43.1524 0.326883 24.2946C0.748393 21.5011 1.75397 18.6459 3.69225 16.5413C3.99453 16.2129 7.85964 13.0741 8.23971 14.0771C8.24122 14.0812 8.02129 14.3608 7.69392 14.7768C6.79808 15.9154 5.09769 18.0765 4.92887 18.4148C3.90897 20.4571 3.31225 22.7184 3.22159 25.0048C3.07044 28.8104 4.50644 32.2319 6.78532 35.2247C12.505 42.7372 21.7642 46.2982 30.8055 47.6623C39.4905 48.9727 48.4502 48.3765 57.0146 46.6061C61.1219 45.7572 65.1587 44.5732 69.0479 43.0038C71.0172 42.2091 72.9801 41.3242 74.8196 40.2597C75.3285 39.9653 75.5112 39.5506 75.684 39.1585C75.8768 38.7209 76.0572 38.3114 76.6646 38.1285C77.0917 37.9998 78.98 38.5242 79.2317 38.773C81.3101 40.8273 77.5952 42.9092 76.2898 43.6349C72.2247 45.8953 67.8342 47.546 63.3625 48.8059C54.8794 51.1958 45.9494 52.3341 37.129 51.8746ZM88.1188 33.3975C81.6097 35.9376 74.8319 37.2321 67.8455 36.5576C66.1981 36.3986 68.188 35.8976 69.305 35.6164C69.8135 35.4884 70.1411 35.4059 69.8622 35.422C72.4388 35.2732 74.9858 34.7599 77.4741 34.0914C81.7444 32.9441 85.9411 31.4031 89.866 29.3536C89.9578 29.3057 90.1267 29.1968 90.3512 29.052C91.8413 28.0911 95.7825 25.5495 95.8957 28.7701C95.932 29.8043 94.4737 31.3146 93.2415 32.5907C92.6181 33.2363 92.0526 33.8219 91.7677 34.2557C90.7387 35.822 89.8818 37.4937 89.0356 39.1633C88.6927 39.84 88.3553 40.5253 88.0167 41.2132C86.4939 44.3065 84.9454 47.4519 82.753 50.0987C81.8001 51.2493 76.4904 56.1204 74.8384 53.7656C74.5188 53.3098 76.7931 50.8591 78.6934 48.8113C79.7737 47.6472 80.7332 46.6133 81.0265 46.1502C82.4232 43.9441 83.6327 41.6413 84.8422 39.3385C85.8934 37.337 86.9446 35.3355 88.1188 33.3975Z' fill='%23FF2846'/%3E%3C/svg%3E%0A");
    width: 130px;
    height: 89px;
    margin-top: 0px;
    margin-left: 250px;
  }
}
@media (min-width: 992px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='158' height='103' viewBox='0 0 158 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.7936 80.0136C34.3332 81.4045 -0.14501 75.3059 0.41136 50.4352C0.493907 46.7509 1.32469 42.8899 3.49163 39.8454C3.82953 39.3703 8.32665 34.668 8.98713 35.9027C8.98978 35.9078 8.75068 36.3059 8.39477 36.8985C7.42085 38.5203 5.57225 41.5984 5.40931 42.0641C4.42465 44.8758 4.02601 47.9006 4.28873 50.8738C4.72569 55.8227 7.15988 60.0113 10.6173 63.5053C19.2952 72.2764 31.9123 75.3477 43.8806 75.6127C55.3774 75.8672 66.9137 73.6094 77.7413 69.898C82.9339 68.1183 87.9793 65.9166 92.7688 63.2409C95.194 61.886 97.5959 60.4155 99.8076 58.733C100.419 58.2677 100.588 57.7008 100.747 57.1648C100.924 56.5667 101.091 56.0069 101.849 55.6695C102.382 55.4321 104.922 55.7973 105.29 56.0775C108.331 58.3906 103.853 61.7005 102.279 62.856C97.3754 66.455 91.9485 69.3192 86.351 71.6911C75.7321 76.1906 64.3247 79.1447 52.7936 80.0136ZM116.105 47.7675C108.079 52.131 99.4979 54.9285 90.3186 55.2147C88.1539 55.2822 90.6533 54.3045 92.0562 53.7557C92.6949 53.5059 93.1063 53.3449 92.7471 53.4119C96.0663 52.7923 99.2866 51.7064 102.405 50.4295C107.756 48.238 112.947 45.5497 117.7 42.2489C117.811 42.1717 118.012 42.0029 118.279 41.7785C120.053 40.289 124.746 36.3493 125.428 40.4948C125.647 41.826 124.006 44.0206 122.619 45.875C121.917 46.813 121.281 47.664 120.983 48.2722C119.908 50.468 119.074 52.7716 118.253 55.0707C117.921 56.0026 117.597 56.9447 117.272 57.8903C115.81 62.1425 114.323 66.4663 111.918 70.2521C110.873 71.8978 104.792 79.0765 102.256 76.3056C101.765 75.7692 104.309 72.2233 106.435 69.2605C107.644 67.5762 108.717 66.0803 109.021 65.4328C110.467 62.3488 111.653 59.1706 112.84 55.9925C113.872 53.2302 114.903 50.468 116.105 47.7675Z' fill='%23FF2846'/%3E%3C/svg%3E%0A");
    width: 158px;
    height: 103px;
    margin-top: -60px;
    margin-left: 400px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    margin-left: 410px;
    margin-top: -20px;
  }
}
@media (min-width: 1441px) {
  .TR-laba-partnership-hero__arrow-wrapper {
    margin-left: 440px;
    margin-top: -30px;
  }
}

.TR-sigorta-partnership-hero {
  background: #f4f4f4;
}
@media (max-width: 575px) {
  .TR-sigorta-partnership-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-sigorta-partnership-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-sigorta-partnership-hero .--br-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-1x.png);
  }
}
@media (max-width: 767.98px) {
  .TR-sigorta-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-2x.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero {
    height: 496px;
    margin-top: -14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-sigorta-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-2x.jpg);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero {
    background: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-1x.jpg);
    height: 494px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero {
    height: 638px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    padding-left: 1.2vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    margin-top: 96px;
    width: 355px;
    margin-left: -40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    margin-top: 66px;
    margin-left: -10px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    margin-top: 130px;
    margin-left: -200px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__content-wrapper {
    margin-top: 120px;
    margin-left: -145px;
  }
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-320-1x.png);
    background-repeat: no-repeat;
    width: 132px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-768-1x.png);
    background-repeat: no-repeat;
    width: 178px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-768-1x.png);
    background-repeat: no-repeat;
    width: 178px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-992-1x.png);
    background-repeat: no-repeat;
    width: 264px;
    height: 34px;
    display: inline-block;
    position: relative;
    top: 8px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-1440-1x.png);
    background-repeat: no-repeat;
    width: 264px;
    height: 34px;
    display: inline-block;
    position: relative;
    top: 9px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__logo-sigorta {
    background: url(/wp-content/uploads/sites/3/2023/08/logo-turkiye-sigorta-1441-1x.png);
    background-repeat: no-repeat;
    width: 321px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 12px;
  }
}
.TR-sigorta-partnership-hero__title {
  font-family: "Inter";
  font-weight: 500;
  color: #232D63;
  letter-spacing: -1px;
  display: inline-block;
  position: absolute;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 15px;
    line-height: 17px;
    width: 100%;
    margin: -90px auto -60px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 23px;
    line-height: 25px;
    width: 100%;
    margin-top: -30px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 23px;
    line-height: 25px;
    width: 370px;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 30px;
    line-height: 31px;
    width: 510px;
    margin-top: -8px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 30px;
    line-height: 31px;
    margin-top: -10px;
    margin-left: -10px;
    width: 620px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__title {
    font-size: 35px;
    line-height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    width: 620px;
  }
}
.TR-sigorta-partnership-hero__title-2 {
  font-family: "Inter";
  font-weight: 900;
  color: #232D63;
  letter-spacing: -1px;
  display: inline-block;
  position: absolute;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 20px;
    line-height: 21.5px;
    width: 100%;
    margin: 10px auto -60px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 30px;
    line-height: 32px;
    width: 100%;
    margin-top: 120px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 30px;
    line-height: 32px;
    width: 370px;
    margin-top: 60px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 35px;
    line-height: 40.5px;
    width: 512px;
    margin-top: 80px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 40px;
    line-height: 40.5px;
    margin-left: 8px;
    margin-top: 90px;
    width: 585px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__title-2 {
    font-size: 40px;
    line-height: 40.5px;
    margin-top: 100px;
    width: 585px;
  }
}
.TR-sigorta-partnership-hero__copy-1 {
  font-family: "Inter";
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='255' height='36' viewBox='0 0 255 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='255' height='36' rx='8' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 255px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    margin: 50px auto -30px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='357' height='53' viewBox='0 0 357 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.655151' y='0.610352' width='356' height='52' rx='13' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 357px;
    height: 53px;
    font-size: 27px;
    line-height: 56px;
    margin: 50px auto 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='357' height='53' viewBox='0 0 357 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.655151' y='0.610352' width='356' height='52' rx='13' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 357px;
    height: 53px;
    font-size: 27px;
    line-height: 56px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='448' height='73' viewBox='0 0 448 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='448' height='73' rx='26' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 448px;
    height: 73px;
    line-height: 74px;
    font-size: 35px;
    margin-left: 40px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='448' height='73' viewBox='0 0 448 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='448' height='73' rx='26' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 447px;
    height: 73px;
    line-height: 74px;
    font-size: 35px;
    margin-left: 80px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__copy-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='516' height='84' viewBox='0 0 516 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='516' height='84' rx='26' fill='%23232D63'/%3E%3C/svg%3E%0A");
    width: 516px;
    height: 84px;
    line-height: 84px;
    font-size: 40px;
    margin-left: 50px;
  }
}
.TR-sigorta-partnership-hero__copy-2 {
  font-family: "Inter";
  font-weight: 900;
  font-style: italic;
  color: #DD3C27;
  text-align: center;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 50.5px;
    width: 100%;
    margin-top: 110px;
    position: relative;
    top: 24px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 64px;
    width: 100%;
    margin-top: 110px;
    top: 40px;
    position: relative;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 64px;
    width: 350px;
    margin-top: 150px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 60px;
    line-height: 75.5px;
    width: 490px;
    margin-top: 190px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 70px;
    line-height: 81px;
    width: 590px;
    margin-top: 210px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__copy-2 {
    font-size: 70px;
    line-height: 81px;
    width: 550px;
    margin-top: 220px;
  }
}
.TR-sigorta-partnership-hero__copy-3 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #232D63;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 15px;
    line-height: 34px;
    width: 100%;
    margin-top: -20px;
    position: relative;
    top: 24px;
    margin-left: 4px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 34px;
    width: 100%;
    margin-top: -20px;
    margin-left: 10px;
    top: 45px;
    position: relative;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 34px;
    width: 360px;
    margin-top: -10px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 24px;
    line-height: 34px;
    width: 520px;
    margin-top: -8px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 34px;
    width: 614px;
    margin-top: -8px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__copy-3 {
    font-size: 30px;
    line-height: 34px;
    width: 630px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .TR-sigorta-partnership-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_1x.jpg");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-sigorta-partnership-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_2x.jpg");
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -170px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -410px;
  }
}
.TR-sigorta-partnership-hero__image {
  max-width: initial;
}
@media (min-width: 768px) {
  .TR-sigorta-partnership-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    top: 10px;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    top: 30px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    width: 332px;
    margin-top: 10px;
    position: relative;
    left: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    margin-top: 54px;
    margin-left: 0;
    position: relative;
    left: 250px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    margin-top: 110px;
    position: relative;
    left: 40px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__form-wrapper {
    position: relative;
    left: 150px;
    margin-top: 110px;
  }
}
.TR-sigorta-partnership-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .TR-sigorta-partnership-hero__arrow-wrapper {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-sigorta-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='85' height='82' viewBox='0 0 85 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.9933 58.1957C24.788 57.612 4.53238 51.2744 6.78975 36.3102C7.12423 34.0934 7.92219 31.8278 9.46027 30.1577C9.70014 29.8971 12.7672 27.4064 13.0688 28.2023C13.07 28.2055 12.8955 28.4274 12.6357 28.7575C11.9248 29.661 10.5755 31.3759 10.4416 31.6443C9.63224 33.265 9.15873 35.0594 9.08679 36.8737C8.96684 39.8936 10.1064 42.6087 11.9147 44.9835C16.4534 50.9449 23.8009 53.7707 30.9754 54.8531C37.8672 55.893 44.9771 55.4198 51.7732 54.015C55.0324 53.3414 58.2357 52.4018 61.3219 51.1564C62.8846 50.5258 64.4422 49.8236 65.902 48.9789C66.3057 48.7453 66.4507 48.4163 66.5878 48.1051C66.7408 47.7579 66.884 47.4329 67.366 47.2878C67.7049 47.1856 69.2034 47.6017 69.4031 47.7992C71.0523 49.4293 68.1045 51.0814 67.0686 51.6572C63.8428 53.4509 60.3588 54.7609 56.8104 55.7606C50.0788 57.6571 42.9926 58.5603 35.9933 58.1957ZM76.4552 43.5337C71.2901 45.5493 65.9117 46.5765 60.3678 46.0413C59.0605 45.9151 60.6396 45.5176 61.5259 45.2944C61.9295 45.1929 62.1894 45.1274 61.9681 45.1402C64.0127 45.0221 66.0338 44.6148 68.0084 44.0843C71.397 43.1739 74.7272 41.9511 77.8417 40.3247C77.9145 40.2867 78.0485 40.2003 78.2267 40.0854C79.4091 39.3229 82.5366 37.3061 82.6264 39.8617C82.6553 40.6824 81.4981 41.8808 80.5202 42.8935C80.0256 43.4057 79.5768 43.8704 79.3508 44.2147C78.5342 45.4576 77.8543 46.7841 77.1828 48.109C76.9107 48.646 76.643 49.1898 76.3742 49.7356C75.1658 52.1903 73.937 54.6863 72.1973 56.7866C71.4412 57.6996 67.2277 61.5649 65.9169 59.6964C65.6632 59.3346 67.4679 57.3899 68.9759 55.765C69.8332 54.8412 70.5945 54.0208 70.8273 53.6533C71.9356 51.9027 72.8954 50.0754 73.8552 48.248C74.6893 46.6598 75.5235 45.0715 76.4552 43.5337Z' fill='%23DD3C27'/%3E%3C/svg%3E%0A");
    width: 85px;
    height: 82px;
    margin-top: -30px;
    margin-left: 260px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-sigorta-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='142' height='103' viewBox='0 0 142 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.119 75.2484C52.2091 76.3718 24.3621 71.4461 24.8114 51.3587C24.8781 48.383 25.5491 45.2647 27.2993 42.8057C27.5722 42.422 31.2044 38.6241 31.7378 39.6213C31.74 39.6254 31.5468 39.947 31.2594 40.4256C30.4728 41.7354 28.9797 44.2216 28.8481 44.5977C28.0528 46.8686 27.7309 49.3116 27.9431 51.713C28.296 55.7101 30.262 59.0931 33.0545 61.9151C40.0633 68.9993 50.2538 71.4799 59.9203 71.6939C69.2059 71.8995 78.5234 70.0759 87.2685 67.0783C91.4624 65.6409 95.5374 63.8627 99.4058 61.7016C101.365 60.6072 103.304 59.4195 105.091 58.0606C105.585 57.6848 105.721 57.227 105.849 56.7941C105.993 56.311 106.127 55.8589 106.74 55.5864C107.17 55.3946 109.221 55.6896 109.519 55.9159C111.975 57.7841 108.358 60.4574 107.087 61.3907C103.126 64.2975 98.7433 66.6108 94.2223 68.5265C85.6458 72.1606 76.4323 74.5466 67.119 75.2484ZM118.253 49.2041C111.772 52.7284 104.841 54.9879 97.4268 55.219C95.6785 55.2735 97.6972 54.4839 98.8303 54.0407C99.3461 53.8389 99.6784 53.7089 99.3883 53.763C102.069 53.2625 104.67 52.3855 107.189 51.3542C111.511 49.5841 115.703 47.4129 119.542 44.7469C119.632 44.6846 119.794 44.5483 120.01 44.367C121.443 43.164 125.233 39.982 125.784 43.3302C125.961 44.4054 124.635 46.1779 123.515 47.6756C122.948 48.4333 122.434 49.1206 122.194 49.6118C121.325 51.3853 120.652 53.2458 119.989 55.1028C119.72 55.8554 119.459 56.6163 119.196 57.38C118.015 60.8144 116.815 64.3066 114.872 67.3643C114.028 68.6935 109.116 74.4915 107.068 72.2535C106.672 71.8203 108.727 68.9564 110.444 66.5634C111.42 65.203 112.287 63.9948 112.532 63.4719C113.7 60.981 114.658 58.4141 115.617 55.8472C116.45 53.6162 117.283 51.3853 118.253 49.2041Z' fill='%23DD3C27'/%3E%3C/svg%3E%0A");
    width: 142px;
    height: 103px;
    margin-top: -210px;
    margin-left: 410px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-sigorta-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='142' height='103' viewBox='0 0 142 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.1189 75.2484C52.2089 76.3718 24.3619 71.4461 24.8113 51.3587C24.8779 48.383 25.5489 45.2647 27.2991 42.8057C27.572 42.422 31.2042 38.6241 31.7377 39.6213C31.7398 39.6254 31.5467 39.947 31.2592 40.4256C30.4726 41.7354 28.9796 44.2216 28.848 44.5977C28.0527 46.8686 27.7307 49.3116 27.9429 51.713C28.2958 55.7101 30.2618 59.0931 33.0543 61.9151C40.0632 68.9993 50.2536 71.4799 59.9201 71.6939C69.2058 71.8995 78.5233 70.0759 87.2684 67.0783C91.4623 65.6409 95.5373 63.8627 99.4057 61.7016C101.364 60.6072 103.304 59.4195 105.091 58.0606C105.585 57.6848 105.721 57.227 105.849 56.7941C105.993 56.311 106.127 55.8589 106.739 55.5864C107.17 55.3946 109.221 55.6896 109.519 55.9159C111.975 57.7841 108.358 60.4574 107.086 61.3907C103.126 64.2975 98.7431 66.6108 94.2222 68.5265C85.6456 72.1606 76.4322 74.5466 67.1189 75.2484ZM118.253 49.2041C111.771 52.7284 104.841 54.9879 97.4267 55.219C95.6784 55.2735 97.697 54.4839 98.8301 54.0407C99.346 53.8389 99.6783 53.7089 99.3881 53.763C102.069 53.2625 104.67 52.3855 107.188 51.3542C111.511 49.5841 115.703 47.4129 119.542 44.7469C119.631 44.6846 119.794 44.5483 120.01 44.367C121.443 43.164 125.232 39.982 125.784 43.3302C125.961 44.4054 124.635 46.1779 123.515 47.6756C122.948 48.4333 122.434 49.1206 122.193 49.6118C121.325 51.3853 120.652 53.2458 119.989 55.1028C119.72 55.8554 119.459 56.6163 119.196 57.38C118.015 60.8144 116.815 64.3066 114.872 67.3643C114.028 68.6935 109.116 74.4915 107.068 72.2535C106.672 71.8203 108.727 68.9564 110.444 66.5634C111.42 65.203 112.287 63.9948 112.532 63.4719C113.7 60.981 114.658 58.4141 115.617 55.8472C116.45 53.6162 117.283 51.3853 118.253 49.2041Z' fill='%23DD3C27'/%3E%3C/svg%3E%0A");
    width: 142px;
    height: 103px;
    margin-left: 460px;
    margin-top: -35px;
  }
}
@media (min-width: 1441px) {
  .TR-sigorta-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='142' height='112' viewBox='0 0 142 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.0705 87.194C45.61 88.5849 11.1319 82.4863 11.6882 57.6156C11.7708 53.9313 12.6016 50.0703 14.7685 47.0258C15.1064 46.5507 19.6035 41.8484 20.264 43.0831C20.2667 43.0882 20.0276 43.4863 19.6717 44.079C18.6977 45.7007 16.8491 48.7788 16.6862 49.2446C15.7015 52.0562 15.3029 55.081 15.5656 58.0542C16.0026 63.0031 18.4368 67.1917 21.8942 70.6858C30.5721 79.4569 43.1891 82.5281 55.1575 82.7931C66.6543 83.0477 78.1906 80.7899 89.0182 77.0785C94.2108 75.2987 99.2561 73.097 104.046 70.4213C106.471 69.0664 108.873 67.5959 111.085 65.9134C111.696 65.4481 111.865 64.8813 112.024 64.3453C112.201 63.7471 112.368 63.1874 113.126 62.8499C113.659 62.6125 116.199 62.9777 116.567 63.2579C119.608 65.571 115.13 68.8809 113.555 70.0364C108.652 73.6354 103.225 76.4996 97.6278 78.8715C87.009 83.371 75.6015 86.3252 64.0705 87.194ZM127.381 54.9479C119.356 59.3114 110.775 62.109 101.595 62.3951C99.4308 62.4626 101.93 61.4849 103.333 60.9361C103.972 60.6863 104.383 60.5254 104.024 60.5924C107.343 59.9727 110.563 58.8868 113.682 57.6099C119.033 55.4184 124.224 52.7301 128.977 49.4293C129.088 49.3522 129.289 49.1834 129.556 48.9589C131.33 47.4694 136.023 43.5297 136.705 47.6752C136.924 49.0065 135.283 51.201 133.896 53.0554C133.194 53.9935 132.558 54.8444 132.26 55.4526C131.185 57.6484 130.351 59.9521 129.53 62.2512C129.198 63.183 128.874 64.1251 128.549 65.0707C127.087 69.3229 125.6 73.6467 123.195 77.4326C122.15 79.0782 116.068 86.2569 113.533 83.486C113.042 82.9496 115.586 79.4037 117.712 76.4409C118.921 74.7566 119.994 73.2607 120.298 72.6133C121.743 69.5292 122.93 66.3511 124.117 63.1729C125.148 60.4107 126.18 57.6484 127.381 54.9479Z' fill='%23DD3C27'/%3E%3C/svg%3E%0A");
    width: 142px;
    height: 112px;
    margin-left: 505px;
    margin-top: -30px;
  }
}

.TR-paycell-partnership-hero {
  background: #f4f4f4;
}
@media (max-width: 575px) {
  .TR-paycell-partnership-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-paycell-partnership-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-paycell-partnership-hero .--br-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-1x.png);
  }
}
@media (max-width: 767.98px) {
  .TR-paycell-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-2x.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero {
    height: 540px;
    margin-top: -14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-paycell-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-2x.jpg);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero {
    background: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-1x.jpg);
    height: 494px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-paycell-partnership-hero {
    height: 638px;
  }
}
@media (min-width: 1441px) {
  .TR-paycell-partnership-hero {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .TR-paycell-partnership-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-paycell-partnership-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__content-wrapper {
    margin-top: 80px;
    width: 355px;
    margin-left: -40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__content-wrapper {
    margin-top: 30px;
    margin-left: -55px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-paycell-partnership-hero__content-wrapper {
    margin-top: 130px;
    margin-left: -120px;
  }
}
@media (min-width: 1441px) {
  .TR-paycell-partnership-hero__content-wrapper {
    margin-top: 120px;
    margin-left: -110px;
  }
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__logo-paycell {
    background: url(/wp-content/uploads/sites/3/2023/08/paycell_logo-320.png);
    background-repeat: no-repeat;
    width: 86px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 4px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__logo-paycell {
    background: url(/wp-content/uploads/sites/3/2023/08/paycell_logo-768.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 4px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__logo-paycell {
    background: url(/wp-content/uploads/sites/3/2023/08/paycell_logo-768.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 14px;
    left: 4px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__logo-paycell {
    background: url(/wp-content/uploads/sites/3/2023/08/paycell_logo-992.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 4px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__logo-paycell {
    background: url(/wp-content/uploads/sites/3/2023/08/paycell_logo-1200.png);
    background-repeat: no-repeat;
    width: 148px;
    height: 47px;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 4px;
  }
}
.TR-paycell-partnership-hero__title {
  font-family: "Inter";
  font-weight: 700;
  color: #000000;
  letter-spacing: -1px;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: -webkit-fill-available;
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__title {
    font-size: 20px;
    line-height: 25px;
    margin: -40px auto 0px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__title {
    font-size: 25px;
    line-height: 30px;
    margin: -40px auto 0px;
  }
}
@media (min-width: 768px) {
  .TR-paycell-partnership-hero__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__title {
    font-size: 30px;
    line-height: 35px;
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__title {
    font-size: 35px;
    line-height: 40px;
    margin-top: -30px;
  }
}
.TR-paycell-partnership-hero__title-2 {
  font-family: "Inter";
  font-weight: 700;
  color: #000000;
  letter-spacing: -1px;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: -webkit-fill-available;
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__title-2 {
    font-size: 20px;
    line-height: 25px;
    margin: 150px auto 0px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__title-2 {
    font-size: 25px;
    line-height: 30px;
    margin: 230px auto 0px;
  }
}
@media (min-width: 768px) {
  .TR-paycell-partnership-hero__title-2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__title-2 {
    font-size: 30px;
    line-height: 35px;
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__title-2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: -30px;
  }
}
.TR-paycell-partnership-hero__copy-1 {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #0078FF;
  text-align: center;
  width: fit-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__copy-1 {
    font-size: 20px;
    line-height: 22px;
    margin: 50px auto -30px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__copy-1 {
    font-size: 40px;
    line-height: 45px;
    margin: 50px auto 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__copy-1 {
    font-size: 40px;
    line-height: 45px;
    left: 25px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__copy-1 {
    font-size: 45px;
    line-height: 50px;
    left: 125px;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__copy-1 {
    line-height: 58px;
    font-size: 50px;
    left: 40px;
  }
}
.TR-paycell-partnership-hero__copy-2 {
  font-family: "Inter";
  font-weight: 900;
  font-style: italic;
  color: #0009CF;
  text-align: center;
  letter-spacing: -2px;
  width: max-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 97px;
    margin: 20px auto;
    top: 45px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 97px;
    margin-top: 90px;
    left: 65px;
    top: -20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 97px;
    margin-top: 70px;
    margin-bottom: -15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__copy-2 {
    font-size: 80px;
    line-height: 98px;
    margin-top: 120px;
    left: 50px;
    margin-bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__copy-2 {
    font-size: 80px;
    line-height: 98px;
    left: -20px;
    top: -20px;
    margin: 130px auto 10px;
  }
}
.TR-paycell-partnership-hero__copy-3 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
@media (max-width: 480px) {
  .TR-paycell-partnership-hero__copy-3 {
    font-size: 15px;
    line-height: 20px;
    margin: 10px auto;
    top: 25px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-paycell-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: -20px;
    top: 15px;
    left: 105px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 45px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__copy-3 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 50px;
    left: 125px;
  }
}
@media (min-width: 1200px) {
  .TR-paycell-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 30px;
    left: 50px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .TR-paycell-partnership-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_1x.jpg");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-paycell-partnership-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_2x.jpg");
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-paycell-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -170px;
  }
}
@media (min-width: 1441px) {
  .TR-paycell-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -410px;
  }
}
.TR-paycell-partnership-hero__image {
  max-width: initial;
}
@media (min-width: 768px) {
  .TR-paycell-partnership-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .TR-paycell-partnership-hero__form-wrapper {
    top: 30px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-paycell-partnership-hero__form-wrapper {
    width: 332px;
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__form-wrapper {
    margin-top: 65px;
    position: relative;
    left: 250px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-paycell-partnership-hero__form-wrapper {
    position: relative;
    left: 30px;
    margin-top: 110px;
  }
}
@media (min-width: 1441px) {
  .TR-paycell-partnership-hero__form-wrapper {
    position: relative;
    left: 100px;
    margin-top: 110px;
  }
}
.TR-paycell-partnership-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 28px;
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 114px;
}
@media (max-width: 768px) {
  .TR-paycell-partnership-hero__arrow-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-paycell-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='116' height='83' viewBox='0 0 116 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6107 62.2638C37.5977 63.3711 9.56087 58.5299 10.0212 38.7696C10.0895 35.8423 10.7663 32.7746 12.5295 30.3554C12.8044 29.9779 16.4631 26.2413 16.9998 27.2222C17.002 27.2263 16.8074 27.5426 16.5178 28.0135C15.7252 29.3021 14.2209 31.748 14.0883 32.118C13.2866 34.352 12.9615 36.7553 13.1742 39.1176C13.528 43.0495 15.5063 46.3772 18.3169 49.1528C25.3712 56.1206 35.6308 58.5592 45.3638 58.7683C54.7133 58.9691 64.0957 57.1739 72.9022 54.2238C77.1255 52.8092 81.2292 51.0593 85.1251 48.9328C87.0977 47.856 89.0515 46.6873 90.8507 45.3503C91.3484 44.9805 91.4854 44.5302 91.615 44.1043C91.7596 43.629 91.8949 43.1843 92.5118 42.9161C92.9454 42.7274 95.0106 43.0172 95.3099 43.2398C97.7822 45.0772 94.1396 47.7075 92.8588 48.6258C88.8703 51.4859 84.4561 53.7622 79.9032 55.6473C71.2662 59.2236 61.9884 61.5721 52.6107 62.2638ZM103.972 36.9737C97.4694 40.428 90.517 42.6431 83.0811 42.8707C81.3275 42.9243 83.3525 42.1503 84.4891 41.7158C85.0066 41.518 85.3399 41.3906 85.0489 41.4436C87.7379 40.9528 90.3468 40.093 92.8732 39.0821C97.2089 37.3471 101.414 35.2189 105.266 32.606C105.356 32.545 105.519 32.4114 105.735 32.2337C107.173 31.0547 110.975 27.9361 111.527 31.2169C111.704 32.2704 110.374 34.0075 109.249 35.4752C108.681 36.2177 108.165 36.8913 107.924 37.3726C107.052 39.1105 106.376 40.9338 105.71 42.7534C105.441 43.4909 105.178 44.2365 104.914 44.985C103.729 48.3504 102.523 51.7725 100.573 54.769C99.7261 56.0715 94.7977 61.7536 92.7446 59.561C92.3473 59.1365 94.4093 56.3299 96.1323 53.9848C97.1117 52.6517 97.9817 51.4677 98.2279 50.9553C99.4001 48.5143 100.362 45.9989 101.325 43.4835C102.161 41.2973 102.998 39.1111 103.972 36.9737Z' fill='%230009CF'/%3E%3C/svg%3E%0A");
    width: 116px;
    height: 83px;
    margin-top: -150px;
    margin-left: 480px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-paycell-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='116' height='83' viewBox='0 0 116 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.6107 62.2638C37.5977 63.3711 9.56087 58.5299 10.0212 38.7696C10.0895 35.8423 10.7663 32.7746 12.5295 30.3554C12.8044 29.9779 16.4631 26.2413 16.9998 27.2222C17.002 27.2263 16.8074 27.5426 16.5178 28.0135C15.7252 29.3021 14.2209 31.748 14.0883 32.118C13.2866 34.352 12.9615 36.7553 13.1742 39.1176C13.528 43.0495 15.5063 46.3772 18.3169 49.1528C25.3712 56.1206 35.6308 58.5592 45.3638 58.7683C54.7133 58.9691 64.0957 57.1739 72.9022 54.2238C77.1255 52.8092 81.2292 51.0593 85.1251 48.9328C87.0977 47.856 89.0515 46.6873 90.8507 45.3503C91.3484 44.9805 91.4854 44.5302 91.615 44.1043C91.7596 43.629 91.8949 43.1843 92.5118 42.9161C92.9454 42.7274 95.0106 43.0172 95.3099 43.2398C97.7822 45.0772 94.1396 47.7075 92.8588 48.6258C88.8703 51.4859 84.4561 53.7622 79.9032 55.6473C71.2662 59.2236 61.9884 61.5721 52.6107 62.2638ZM103.972 36.9737C97.4694 40.428 90.517 42.6431 83.0811 42.8707C81.3275 42.9243 83.3525 42.1503 84.4891 41.7158C85.0066 41.518 85.3399 41.3906 85.0489 41.4436C87.7379 40.9528 90.3468 40.093 92.8732 39.0821C97.2089 37.3471 101.414 35.2189 105.266 32.606C105.356 32.545 105.519 32.4114 105.735 32.2337C107.173 31.0547 110.975 27.9361 111.527 31.2169C111.704 32.2704 110.374 34.0075 109.249 35.4752C108.681 36.2177 108.165 36.8913 107.924 37.3726C107.052 39.1105 106.376 40.9338 105.71 42.7534C105.441 43.4909 105.178 44.2365 104.914 44.985C103.729 48.3504 102.523 51.7725 100.573 54.769C99.7261 56.0715 94.7977 61.7536 92.7446 59.561C92.3473 59.1365 94.4093 56.3299 96.1323 53.9848C97.1117 52.6517 97.9817 51.4677 98.2279 50.9553C99.4001 48.5143 100.362 45.9989 101.325 43.4835C102.161 41.2973 102.998 39.1111 103.972 36.9737Z' fill='%230009CF'/%3E%3C/svg%3E%0A");
    width: 116px;
    height: 83px;
    margin-top: -120px;
    margin-left: 380px;
  }
}
@media (min-width: 1441px) {
  .TR-paycell-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='172' height='124' viewBox='0 0 172 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M77.9884 93.4697C55.447 95.1324 13.3511 87.8634 14.0422 58.1943C14.1448 53.7992 15.161 49.1932 17.8083 45.5609C18.2211 44.9941 23.7145 39.3837 24.5204 40.8565C24.5236 40.8626 24.2315 41.3375 23.7966 42.0446C22.6066 43.9793 20.348 47.6517 20.1488 48.2073C18.9452 51.5616 18.457 55.17 18.7764 58.7168C19.3076 64.6204 22.2778 69.6167 26.4978 73.7842C37.0896 84.246 52.4939 87.9074 67.1075 88.2214C81.1453 88.523 95.2325 85.8275 108.455 81.3981C114.796 79.274 120.958 76.6467 126.807 73.4538C129.769 71.8371 132.702 70.0824 135.404 68.0749C136.151 67.5197 136.357 66.8435 136.551 66.2041C136.769 65.4905 136.972 64.8227 137.898 64.4201C138.549 64.1367 141.65 64.572 142.099 64.9061C145.811 67.6649 140.342 71.6142 138.419 72.993C132.43 77.2872 125.803 80.7049 118.967 83.5355C105.999 88.905 92.0685 92.4312 77.9884 93.4697ZM155.105 55.4979C145.341 60.6844 134.903 64.0102 123.738 64.3519C121.105 64.4324 124.146 63.2702 125.852 62.6179C126.629 62.3209 127.13 62.1296 126.693 62.2092C130.73 61.4724 134.647 60.1814 138.441 58.6636C144.95 56.0585 151.265 52.8631 157.047 48.94C157.182 48.8483 157.427 48.6477 157.752 48.381C159.911 46.6107 165.62 41.9284 166.448 46.8543C166.714 48.4362 164.717 51.0442 163.029 53.2479C162.175 54.3627 161.4 55.3741 161.038 56.0968C159.729 58.7062 158.714 61.4437 157.715 64.1758C157.31 65.2832 156.915 66.4027 156.52 67.5264C154.739 72.5794 152.929 77.7176 150.002 82.2166C148.73 84.1723 141.33 92.7037 138.247 89.4116C137.651 88.7743 140.747 84.5603 143.334 81.0393C144.805 79.0376 146.111 77.2599 146.48 76.4905C148.24 72.8255 149.685 69.0488 151.13 65.272C152.386 61.9896 153.642 58.7071 155.105 55.4979Z' fill='%230009CF'/%3E%3C/svg%3E%0A");
    width: 172px;
    height: 124px;
    margin-top: -140px;
    margin-left: 380px;
  }
}

.TR-wellbees-partnership-hero {
  background: #f4f4f4;
}
@media (max-width: 575px) {
  .TR-wellbees-partnership-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-wellbees-partnership-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-wellbees-partnership-hero .--br-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-1x.png);
  }
}
@media (max-width: 767.98px) {
  .TR-wellbees-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-2x.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero {
    height: 540px;
    margin-top: -14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-wellbees-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-2x.jpg);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero {
    background: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-1x.jpg);
    height: 520px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero {
    height: 638px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    top: 40px;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    margin-top: 80px;
    width: 355px;
    margin-left: -20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    margin-top: 30px;
    margin-left: 0px;
    position: relative;
    left: 90px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    margin-top: 70px;
    margin-left: -120px;
    left: 50px;
    position: relative;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__content-wrapper {
    margin-top: 70px;
    margin-left: -120px;
    left: 60px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-320.png);
    background-repeat: no-repeat;
    width: 92px;
    height: 84px;
    display: block;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-768.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 115px;
    display: block;
    position: relative;
    top: -10px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-768.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 115px;
    display: block;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-992.png);
    background-repeat: no-repeat;
    width: 152px;
    height: 139px;
    display: block;
    position: relative;
    top: -25px;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-1440.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 167px;
    display: block;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__logo-wellbees {
    background: url(/wp-content/uploads/sites/3/2023/08/Wellbees-logo-1441.png);
    background-repeat: no-repeat;
    width: 196px;
    height: 178px;
    display: block;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
.TR-wellbees-partnership-hero__title {
  font-family: "Inter";
  font-weight: 600;
  color: #000000;
  letter-spacing: -2px;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: -webkit-fill-available;
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero__title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-wellbees-partnership-hero__title {
    font-size: 30px;
    line-height: 35px;
    position: relative;
    top: -30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__title {
    font-size: 30px;
    line-height: 35px;
    position: relative;
    top: -50px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__title {
    font-size: 35px;
    line-height: 40px;
    width: max-content;
    position: relative;
    left: -50px;
    top: -50px;
  }
}
@media (min-width: 1200px) {
  .TR-wellbees-partnership-hero__title {
    font-size: 40px;
    line-height: 45px;
    margin-top: -30px;
  }
}
.TR-wellbees-partnership-hero__copy-1 {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #0078FF;
  text-align: center;
  width: max-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero__copy-1 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px auto 0;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-wellbees-partnership-hero__copy-1 {
    font-size: 20px;
    line-height: 26px;
    left: 0px;
    top: -40px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__copy-1 {
    font-size: 20px;
    line-height: 26px;
    left: 30px;
    margin-bottom: 0px;
    top: -60px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__copy-1 {
    font-size: 27px;
    line-height: 31px;
    left: -60px;
    top: -55px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__copy-1 {
    line-height: 40px;
    font-size: 30px;
    left: 5px;
    top: 80px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__copy-1 {
    line-height: 35px;
    font-size: 40px;
    left: -90px;
    top: 75px;
  }
}
.TR-wellbees-partnership-hero__copy-2 {
  font-family: "Inter";
  font-weight: 900;
  font-style: italic;
  color: #0078FF;
  text-align: center;
  letter-spacing: -2px;
  width: max-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 97px;
    margin: 0px auto;
    top: -15px;
    left: -6px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 97px;
    position: relative;
    top: -45px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 55px;
    line-height: 97px;
    margin-top: 0px;
    margin-bottom: -15px;
    position: relative;
    top: -60px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 65px;
    line-height: 98px;
    margin-top: -60px;
    left: -60px;
    margin-bottom: -5px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 70px;
    line-height: 98px;
    left: 0px;
    top: -30px;
    margin: 110px auto 0px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__copy-2 {
    font-size: 80px;
    line-height: 98px;
    left: -20px;
    top: -20px;
    margin: 110px auto 10px;
  }
}
.TR-wellbees-partnership-hero__copy-3 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
@media (max-width: 480px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    top: -45px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: -70px;
    margin-left: -20px;
    margin: 0 auto;
    position: relative;
    top: -60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
    position: relative;
    top: -60px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0px;
    left: -10px;
    width: max-content;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 30px;
    left: 5px;
    top: -30px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 30px;
    left: 15px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .TR-wellbees-partnership-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_1x.jpg");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-wellbees-partnership-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_2x.jpg");
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -170px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -410px;
  }
}
.TR-wellbees-partnership-hero__image {
  max-width: initial;
}
@media (min-width: 768px) {
  .TR-wellbees-partnership-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .TR-wellbees-partnership-hero__form-wrapper {
    top: 0px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-wellbees-partnership-hero__form-wrapper {
    width: 332px;
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__form-wrapper {
    margin-top: 65px;
    margin-left: 0px;
    position: relative;
    left: 230px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__form-wrapper {
    position: relative;
    left: 60px;
    margin-top: 110px;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__form-wrapper {
    position: relative;
    left: 140px;
    margin-top: 140px;
  }
}
.TR-wellbees-partnership-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 28px;
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 114px;
}
@media (max-width: 768px) {
  .TR-wellbees-partnership-hero__arrow-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-wellbees-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='132' height='123' viewBox='0 0 132 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.673 88.7213C40.8233 90.0378 7.489 84.2818 8.03626 60.7879C8.11745 57.3075 8.92218 53.6602 11.0185 50.7839C11.3454 50.3351 15.6954 45.8924 16.3335 47.0587C16.3361 47.0635 16.1047 47.4396 15.7604 47.9995C14.8181 49.5316 13.0296 52.4396 12.8719 52.8796C11.9188 55.5357 11.5322 58.393 11.7851 61.2016C12.2057 65.8765 14.5577 69.8329 17.8994 73.133C26.2867 81.4173 38.4848 84.3167 50.0568 84.5653C61.1728 84.8041 72.328 82.6696 82.7984 79.1621C87.8198 77.4802 92.6989 75.3997 97.3308 72.8714C99.6762 71.5911 101.999 70.2017 104.138 68.612C104.73 68.1724 104.893 67.6369 105.047 67.1305C105.219 66.5655 105.38 66.0367 106.113 65.7178C106.629 65.4935 109.084 65.8381 109.44 66.1027C112.379 68.2873 108.049 71.4146 106.526 72.5064C101.784 75.9069 96.5354 78.6133 91.1223 80.8546C80.8534 85.1066 69.8226 87.8989 58.673 88.7213ZM119.739 58.6527C112.008 62.7597 103.742 65.3932 94.9007 65.6638C92.8158 65.7276 95.2234 64.8073 96.5748 64.2907C97.19 64.0555 97.5863 63.904 97.2403 63.9671C100.437 63.3836 103.539 62.3614 106.543 61.1594C111.698 59.0966 116.698 56.5663 121.277 53.4597C121.384 53.3871 121.578 53.2282 121.835 53.017C123.545 51.6152 128.065 47.9074 128.721 51.8081C128.932 53.0607 127.35 55.1259 126.013 56.871C125.337 57.7538 124.724 58.5546 124.437 59.1269C123.401 61.1932 122.597 63.3609 121.805 65.5244C121.485 66.4013 121.173 67.2878 120.859 68.1776C119.449 72.1789 118.016 76.2476 115.698 79.8103C114.691 81.3589 108.831 88.1146 106.39 85.5077C105.918 85.003 108.369 81.6662 110.418 78.878C111.582 77.293 112.617 75.8852 112.909 75.276C114.303 72.3738 115.447 69.3831 116.591 66.3925C117.586 63.7932 118.58 61.1939 119.739 58.6527Z' fill='%230078FF'/%3E%3C/svg%3E%0A");
    width: 132px;
    height: 123px;
    margin-top: -120px;
    margin-left: 300px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-wellbees-partnership-hero__arrow-wrapper {
    display: none;
  }
}
@media (min-width: 1441px) {
  .TR-wellbees-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='132' height='123' viewBox='0 0 132 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.673 88.7213C40.8233 90.0378 7.489 84.2818 8.03626 60.7879C8.11745 57.3075 8.92218 53.6602 11.0185 50.7839C11.3454 50.3351 15.6954 45.8924 16.3335 47.0587C16.3361 47.0635 16.1047 47.4396 15.7604 47.9995C14.8181 49.5316 13.0296 52.4396 12.8719 52.8796C11.9188 55.5357 11.5322 58.393 11.7851 61.2016C12.2057 65.8765 14.5577 69.8329 17.8994 73.133C26.2867 81.4173 38.4848 84.3167 50.0568 84.5653C61.1728 84.8041 72.328 82.6696 82.7984 79.1621C87.8198 77.4802 92.6989 75.3997 97.3308 72.8714C99.6762 71.5911 101.999 70.2017 104.138 68.612C104.73 68.1724 104.893 67.6369 105.047 67.1305C105.219 66.5655 105.38 66.0367 106.113 65.7178C106.629 65.4935 109.084 65.8381 109.44 66.1027C112.379 68.2873 108.049 71.4146 106.526 72.5064C101.784 75.9069 96.5354 78.6133 91.1223 80.8546C80.8534 85.1066 69.8226 87.8989 58.673 88.7213ZM119.739 58.6527C112.008 62.7597 103.742 65.3932 94.9007 65.6638C92.8158 65.7276 95.2234 64.8073 96.5748 64.2907C97.19 64.0555 97.5863 63.904 97.2403 63.9671C100.437 63.3836 103.539 62.3614 106.543 61.1594C111.698 59.0966 116.698 56.5663 121.277 53.4597C121.384 53.3871 121.578 53.2282 121.835 53.017C123.545 51.6152 128.065 47.9074 128.721 51.8081C128.932 53.0607 127.35 55.1259 126.013 56.871C125.337 57.7538 124.724 58.5546 124.437 59.1269C123.401 61.1932 122.597 63.3609 121.805 65.5244C121.485 66.4013 121.173 67.2878 120.859 68.1776C119.449 72.1789 118.016 76.2476 115.698 79.8103C114.691 81.3589 108.831 88.1146 106.39 85.5077C105.918 85.003 108.369 81.6662 110.418 78.878C111.582 77.293 112.617 75.8852 112.909 75.276C114.303 72.3738 115.447 69.3831 116.591 66.3925C117.586 63.7932 118.58 61.1939 119.739 58.6527Z' fill='%230078FF'/%3E%3C/svg%3E%0A");
    width: 132px;
    height: 123px;
    margin-top: -100px;
    margin-left: 415px;
  }
}

.TR-multinet-isbirligi-partnership-hero {
  background: #f4f4f4;
}
@media (max-width: 575px) {
  .TR-multinet-isbirligi-partnership-hero .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.TR-multinet-isbirligi-partnership-hero .--br-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .TR-multinet-isbirligi-partnership-hero .--br-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-1x.png);
  }
}
@media (max-width: 767.98px) {
  .TR-multinet-isbirligi-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-480-2x.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero {
    height: 540px;
    margin-top: -14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-multinet-isbirligi-partnership-hero {
    background-image: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-2x.jpg);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero {
    background: url(/wp-content/uploads/sites/3/2023/08/oe-tr-page-laba-hero-background-992-1x.jpg);
    height: 520px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero {
    height: 638px;
  }
}
@media (min-width: 1441px) {
  .TR-multinet-isbirligi-partnership-hero {
    height: 656px;
  }
}
@media (max-width: 767px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    position: relative;
    min-height: 52vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    top: 40px;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    min-height: 35vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    margin-top: 100px;
    width: 355px;
    margin-left: -20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    margin-top: 30px;
    margin-left: 0px;
    position: relative;
    left: 100px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    margin-top: 70px;
    margin-left: -230px;
    left: 50px;
    position: relative;
  }
}
@media (min-width: 1441px) {
  .TR-multinet-isbirligi-partnership-hero__content-wrapper {
    margin-top: 70px;
    margin-left: -120px;
    left: 60px;
    position: relative;
  }
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__logo-multinet-isbirligi {
    background-image: url("data:image/svg+xml,%3Csvg width='134' height='57' viewBox='0 0 134 57' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='134' height='57' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_8_3092' transform='matrix(0.00180069 0 0 0.00420168 -0.27334 -0.752101)'/%3E%3C/pattern%3E%3Cimage id='image0_8_3092' width='855' height='607' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1cAAAJfCAYAAACT5iwpAAAgAElEQVR4nO3dW3Ac2X0n6FO4ECSb3WTrQpuz4eh27OyLxzFNx8bS9oxFUrZla0xtNOXL2CPublMP+7BPoh42KMmWAMgeX8K7Yep1X8R+cHj2MitqwrSt8UUkbdkj7mjEHo8ZE7GxMd0jS5TZ6hbZNxK8oDYSyAKy8pysygIOgALwfRFsAqcSledkVbHzh//Jk51utxsAAABYnwnHDwAAYP2EKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAymHETI68zN86dDCCdDCEdDCM+GEJ4pd/BKCOHlEMKVEMKl3/2B37qxnQ/9mZvni7GdLv8UYz1Y2+SlEEIxxiu/+wO/dTF6AgCAHabT7Xa9prBOZ26ePxRCOBdCOFsJU8MUYWtuuwWPMlTNhRBeiB5sdjeEcKH487s/8Ft3GrcCANjGhCtYpzM3zxdV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9l6IHhzN3aVrnZaDxlhOi/vhy/NHy7EWqxU+02tveA0H+WI51ktCFQCwEYQrdpR/9Edzz3a7S8ukHy1XoStOzA8mqlVFqCjCRBGiikrNlXEPVE2O/f786XJp+KMhmkoX6Y27N+axqFK1VQStldc3hGcHjPeV8rWtjlWgAgA2lHAFO9Cx31+q9hyqjOyOBRsAADaWcAUAAJCBmwgDAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkGz7MpQAAAelJREFUIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAACsVwjh/wcqeD2Ka3vbUwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 134px;
    height: 57px;
    display: block;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__logo-multinet-isbirligi {
    background-image: url("data:image/svg+xml,%3Csvg width='223' height='98' viewBox='0 0 223 98' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.28125' width='223' height='97.6207' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_8_3106' transform='matrix(0.00180069 0 0 0.00420168 -0.27334 -0.752101)'/%3E%3C/pattern%3E%3Cimage id='image0_8_3106' width='855' height='607' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1cAAAJfCAYAAACT5iwpAAAgAElEQVR4nO3dW3Ac2X0n6FO4ECSb3WTrQpuz4eh27OyLxzFNx8bS9oxFUrZla0xtNOXL2CPublMP+7BPoh42KMmWAMgeX8K7Yep1X8R+cHj2MitqwrSt8UUkbdkj7mjEHo8ZE7GxMd0jS5TZ6hbZNxK8oDYSyAKy8pysygIOgALwfRFsAqcSledkVbHzh//Jk51utxsAAABYnwnHDwAAYP2EKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAymHETI68zN86dDCCdDCEdDCM+GEJ4pd/BKCOHlEMKVEMKl3/2B37qxnQ/9mZvni7GdLv8UYz1Y2+SlEEIxxiu/+wO/dTF6AgCAHabT7Xa9prBOZ26ePxRCOBdCOFsJU8MUYWtuuwWPMlTNhRBeiB5sdjeEcKH487s/8Ft3GrcCANjGhCtYpzM3zxdV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9l6IHhzN3aVrnZaDxlhOi/vhy/NHy7EWqxU+02tveA0H+WI51ktCFQCwEYQrdpR/9Edzz3a7S8ukHy1XoStOzA8mqlVFqCjCRBGiikrNlXEPVE2O/f786XJp+KMhmkoX6Y27N+axqFK1VQStldc3hGcHjPeV8rWtjlWgAgA2lHAFO9Cx31+q9hyqjOyOBRsAADaWcAUAAJCBmwgDAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkGz7MpQAAAelJREFUIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAACsVwjh/wcqeD2Ka3vbUwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 223px;
    height: 88px;
    display: block;
    position: relative;
    top: -10px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__logo-multinet-isbirligi {
    background-image: url("data:image/svg+xml,%3Csvg width='223' height='98' viewBox='0 0 223 98' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.28125' width='223' height='97.6207' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_8_3106' transform='matrix(0.00180069 0 0 0.00420168 -0.27334 -0.752101)'/%3E%3C/pattern%3E%3Cimage id='image0_8_3106' width='855' height='607' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1cAAAJfCAYAAACT5iwpAAAgAElEQVR4nO3dW3Ac2X0n6FO4ECSb3WTrQpuz4eh27OyLxzFNx8bS9oxFUrZla0xtNOXL2CPublMP+7BPoh42KMmWAMgeX8K7Yep1X8R+cHj2MitqwrSt8UUkbdkj7mjEHo8ZE7GxMd0jS5TZ6hbZNxK8oDYSyAKy8pysygIOgALwfRFsAqcSledkVbHzh//Jk51utxsAAABYnwnHDwAAYP2EKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAymHETI68zN86dDCCdDCEdDCM+GEJ4pd/BKCOHlEMKVEMKl3/2B37qxnQ/9mZvni7GdLv8UYz1Y2+SlEEIxxiu/+wO/dTF6AgCAHabT7Xa9prBOZ26ePxRCOBdCOFsJU8MUYWtuuwWPMlTNhRBeiB5sdjeEcKH487s/8Ft3GrcCANjGhCtYpzM3zxdV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9l6IHhzN3aVrnZaDxlhOi/vhy/NHy7EWqxU+02tveA0H+WI51ktCFQCwEYQrdpR/9Edzz3a7S8ukHy1XoStOzA8mqlVFqCjCRBGiikrNlXEPVE2O/f786XJp+KMhmkoX6Y27N+axqFK1VQStldc3hGcHjPeV8rWtjlWgAgA2lHAFO9Cx31+q9hyqjOyOBRsAADaWcAUAAJCBmwgDAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkGz7MpQAAAelJREFUIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAACsVwjh/wcqeD2Ka3vbUwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 223px;
    height: 88px;
    display: block;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__logo-multinet-isbirligi {
    background-image: url("data:image/svg+xml,%3Csvg width='244' height='104' viewBox='0 0 244 104' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='244' height='104' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_8_3089' transform='matrix(0.00180069 0 0 0.00420168 -0.27334 -0.752101)'/%3E%3C/pattern%3E%3Cimage id='image0_8_3089' width='855' height='607' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1cAAAJfCAYAAACT5iwpAAAgAElEQVR4nO3dW3Ac2X0n6FO4ECSb3WTrQpuz4eh27OyLxzFNx8bS9oxFUrZla0xtNOXL2CPublMP+7BPoh42KMmWAMgeX8K7Yep1X8R+cHj2MitqwrSt8UUkbdkj7mjEHo8ZE7GxMd0jS5TZ6hbZNxK8oDYSyAKy8pysygIOgALwfRFsAqcSledkVbHzh//Jk51utxsAAABYnwnHDwAAYP2EKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAymHETI68zN86dDCCdDCEdDCM+GEJ4pd/BKCOHlEMKVEMKl3/2B37qxnQ/9mZvni7GdLv8UYz1Y2+SlEEIxxiu/+wO/dTF6AgCAHabT7Xa9prBOZ26ePxRCOBdCOFsJU8MUYWtuuwWPMlTNhRBeiB5sdjeEcKH487s/8Ft3GrcCANjGhCtYpzM3zxdVqosjhKq6ImSd/d0f+K0r0SNj5szN80Woml1Hr7bNWAEARiVcwTqcuXm+qFR9PtMx/Oi4VrHKytylEMKJ6MG1GduxAgCslQUtYI3KKk6uYFX4fBnWxtGVjMFq3McKALAmwhWsQRkM1jM9rsnYhY4zN88XFabnogfW7/Pl4h8AADuCaYEwonJBhxuJ1fFyKRZ/OPq7P/BbL2/1a1OGny9ED+RTjPVZi1wAADuByhWM7sIGBqtQPveFqHWTlddZbXQ/xmKsAAA5CFcwgnJlwOc34Zg9X+5rK51bxwqIo3hhDMYKALBuwhWMZjOrLFtW0SmnPp6LHtgg3e7SfbMAALY14QpaOnPz/LkNWtihyXPlPrfC3AZPfVxSXPJZXvZ54iN/Y/VAAGB7s6AFtFBef/TyZgSOmk1f8KGcovfl6IGMGv7ZeaUbwtHf+wcWtwAAtieVK2hnUyo5CQfLfW+mDZ2OmApW3eX2Z0K3s1WVOgCAdVO5giHO3Dx/NITw9cFbbbjv34yl2ct7bOW8MfKK1D813ZX/dHpNS8vQ/94P/uaWL0MPADAqlSsYbsuXCu92w8WoMbONWnq9cl1V1B66nWqwKnLWwW7X0uwAwPYkXMEA5U10TzRvsfEqCz5s9HLlWac+NoaqpceiUFWGraVvn/+lv/6EpdkBgG1nyksGaZt0E91GiWBSVK+ejVozKJde/9gG9j01BXDQtsVxPxo9AOxIRw4fL/69LX6ZdbL8d66YGnwlhHDp1u1rFrkBtg3XXEGDMzfPF5Wc2fSjGyf1kVwOJkuhZP73fvA3sy9wcebm+Ss5KnTNfQ9xqFr5T61t9YuP/u//8Dc3fDokjJsyaBTXPx5KdO3KrdvXrkSt29iRw8dPl788SlXOXylC163b125EjwCMIeEKEspKzo2G/9lviNRHMRFM7nZDePZf/OBvZvtNbjn18QvRAyNI9T2stA8PVQ3tS2P9P/5hvrHCuDty+Hibf3s+d+v2tR2xsmYZrIb9+1MsdHNSwAK2A9dcQdqFISc3WaXCSX3Bh/K6pIMh/4IP63q+ZN8Twap2XdXA9vLbYqyWZme3Odvi355sU3i3Ulmha1OdLo7HpagVYAwJV1BT3kT3+eiBDZBa9GG5rbbgQ3/4eOGX/voTWa5HKqc+PhM90EKy74lQmOj/6rYh3b76YJj9hZc+sSHXmcGYarWYy5HDx3fCoi+nR/gl1jNllQtgrAlXENvwRSyag0nDKnrRduvvYzn1ceTKUHPfE6Gqqf99X9Sfo7rd0vO57gp2plEDokVugLEnXEHFmZvni7Dx3EYdk+HBpN5W2y6stJ34xX//ibPRDkYz0tLrqb6vdKcpVCXGmgxVIW5beb5uOPELNz5paXbYeVSlgR1HuIJSufR69pX4epLBJFXtGRQ++qo6Ye6fvvSJ1GpiQ5VTH19YV99bhsKm9uZxlcejbC//Ur2CnWfUBSosbgOMPfe5glVZb6Lb0xRMqqEkDNyuse2ZclrfWgJhq2mFg/s08tLqjdvWKlXxz4fwzM9//ZPn/q8f+o0tu+8Y7EQDln0vgszFDb7H1JURF+fYUUvQ7xbHLs/37mFWr1QW761L10/NvrzbjxE7i6XYYbmSU8zl/3rOY5H6aKWCSWMoGdJWBpJiieKj/+dzv9H6f05nbp4vTqQ+Hz0wpO+r7flCVVipVPVv341+aOmvYqzP/ssf+g2/vWbHOnL4eNt7zr1/vfe7KoPVjQGL2ly9dfvahk7JPXL4+I2WU7E3vC9sjGOX5we9p1+5fmrW9FB2FNMCYVm2ikjq2qTUgg8trqtKttWmzhXLlbeuXJVTHxvHmur7al/zX1fVrVarurUfq00XLKuKjX0HRnZ6QLAKA06Iczpb3sdqkJfKvrLNHLs8f3TI++iZY5fnhWZ2FOGKXa+8ie6gf/xbSwaTFtdVhUQoSV+T1H89UvnwCz/ffsGHxqmPyb4nrqsa1P90gEqNKzmO2sGIMlrxzQs/++8+acUwyGPoZ6m8qfGGKW8MXPTjasM+XixvIKxivT0JTuw6rrliVxtWyWmrKZhEoSSkQ8larkmqhY4Lw06UyqXXo+sbmvseNvu6qvTY4vYL/ocNWQz8N6NU/LuxodfE3Lp9rXj+k2WQO1nZ55XyMbavNS26BNuZcMVud27ItJiBNum6quo3TWHkuZ/7+ifP/ssf+o1Bq+r1PZbq+2r78FDV1J4KW22vq2pqr+3ixM9+7VOn/+//+tcvRR0CRjFWJ75lkBr0bxjbj5kG7DqmBbJrrfUmuj2beF1V4/VItae+8HP/7pPJk6Xq1Mdc11UNHFc0joY+R9v27yRu6yz96br2CnLYsHv6QSn5/yTYyYQrdrPG648GSYWTtV5XlWpbCVWhP3iEaLv+J+52w8Fuc1i8sNKnmv5QWB9TYtto56kxxOEw+rEBoaoXrFbbVkJVr/2ZD3/tUxt2TzLY6cqVAmGjbcaiKDBWhCt2pVFvohuaQtWgak+0XRyquslAMqDKUw8jcRCZ/dmvfarvAvQzN8/PdbvhmeY+tex/tPNBY4jDYarPTaGqHqyituXtz53+t5+yhC+sjelaABtAuGK3aj2trDlU9Vd7GgNUSLQ1BZJUwEi1haa2/ilzH/mb84e63biaNTBUJcaaDFXRuGqhqmEcIepzYtveWMpgVe9Qd3n7g2u8gTJguhYbzBLr7FbCFbtOeRPdVtcaJKfR1YJJKpSkKj0DA0kqYKTaQl+4qLT1BZHnP/y1T/X+p3ahOvVxtSq1iddVhcQxqI4laludAljvUDTuEF44/f98yv/AYXQqVwAbwGqB7Cptl15PhqoQ0tclJbcb3NZ29bzhbYkQstyvix/5m6UQ+UL//lv2P9pRagwhmv4X/Viqz03t3U7cNqCfYTVozVmavVm5vPWg6ZM3ct9D6Mjh40eHVEay75ORDXp9dqXyhrfDjsvL10/NjuXy8Mcuzx9qEZpvXD81u1mfPf8usyt1usmzFtiZfv7f/s//Ymb/xC82DS71cUiGqhCngHahKkSBZK2hKmoLfYEjLC48+n8PHOr8V22XVm8bqsJaw+HA9nRIDHGlKt0Wwke/+N/8+q5fwrlcpOBk5U/b1eDuFvcUKv9cHDX4lGHqbBhtn6G8cWyxz0vlzWSzGBAoNyXUHTl8PHVSeafNGI8cPn6l5SIA7791+9qVqLVd/46WS563ea0+Xhy3qLWdl9vep2qzX7Njl+eLfZ0u37NH13BLjpfK47L0udmKwHXs8ny1/6MuHHG17P+l66dm1/Q+GqQ8vnMtr21e13tsXMMuu5dwxa5RLL3+1uuP/uPMExMz0zP9M2JTH4NUtScdNOpfxG1rClWhIUikgkhiuzdvP3jw7r83uWdyanD/m9qbxzV8HFF7Qx/bhMS+5lTjcvsrxQnGvzr267uyGlKemM6VJ4sjr4CZ8GLxfMNOjI8cPn663G+OJb1fKU/4L6znZPrI4eMXUjfLrvjcrdvXousQcyhDy5UBr0FxQn5y0Phyh6uyT70T8Ge3YPW2+Vu3rw28NvLI4eMXh5yED32ONsrKztnyT+5l6IuwcvH6qdkN/SVPJbTk+qyH6mdvLVWtsuJX/bPZ77EvXj81ezpqhS0iXLFrnLl5fumk5fbLC/cOPzuzrzfu1EcgWe1ZQ6gK9euRGraLupAKFy1DVa9t8XE3vPPawluHn9lzIBWeQs5QNaQ9bmsIVYnj3Pgc0bad+X917J/vqgUuykrV3JAwsVZ3y4AVTaMt91ucjD2/mfsdpgwSXx+yWeGHclbKeo4cPv5yiwrIwHCXK1yVx+LSem6SntH3NwX1ssr35eiBWONztHHs8vy5td5+Y0RFUDl3/dRs1pucl8HwwpAQul53y4DV6t/Rsk+XxmS59fdvRAUO1sKCFuwK5dLrS/8DmJzu7Lv3xuMBqwA2rKJX2275gea2biJYdRPhJar8JBarSAWrxOIOfW0Tk52w2O0cuP/2YrRht9rfAeNaHcOQ+1UlF6ZIjCWEQUurR8c5pBexqL12K6/X7H/71V9OTSvakcqT5xsbFKxCeRL6O2VVYUUZrK5sULCq7vfSGu7F1Pa316lpezm0CTKbtZDE3JgEq9Aw3a+n7WuxpuNWBIBjl+eL9+vvbEKwCuUx/8Kxy/MXy/CxbuX0v5c3OFiF8vjMHrs8f6OskA0zN0b3sXJ9F2NDuGK3WDlBfPp7p8Prtx4+rI57JUC1WVp9SFsqkEShqlVbdOPclZ9vCiF1+w9Nh2//p4V7tV1HSSg9rg24X1UiJCYDVKqt91Acqqpha+Rqx3ZUmX62GSfPL5RT7arBKveUqpQivF3ZoJvdZn/OcmrmONmo8LtVRg5X5XS1l7coABRB6Mp6A9axy/PFFMYvbFIw7Ck+3zfK4zeIFSchQbhixytuols9CS0qOnv2dqbfePXhw/5Q1XJp9Ya2NYWq0NTWHKrahJBe2JjcMxmm9kzse+O1xwuNoSo5rgFLqzdVsAaMJVV5a+p7strVF6CSoarn+Q999Zd39G8wy5P4Qdf1bISPldO32i6CkMtz1V+MjDk3tB4jZeVlsz8ndc+V0+bWpAxWn9+ivh8sw6EABSMSrtjRyqXXo+sbDn3vdHj1Gw+mFx+F/imAUTKIKz2p6s/AqXOpttAQLhqqO/F2ibaGAPLke/eG7/zn+5NxgIr7NnAcIXEMBvWnqfKWGk/Tc0QBqvZa1bpWjmmnV68ubtEJ46UtqoY8f+Tw8egzDENc2uJg1XPi2OX5ka8FLUPNVgWrnuL4ZZveCLuFcMVOdyH1P9hitcADT0+GO99+sDQ9sNt0sp6o9KQDSUPwaGobEETqnYj6NTCAxFWdyT0TYXrf5NSr//nhvcFjGDKOZFUqMZbQUHlrGE9TqOqNYVk8rno3Kjt87kP/5pfPRk+2Axw5fPzsFl7jEH2ONtHcBk0PZAcqw8xmVliHmW15DdOSykIR4+C51C8ox5D75jE2hCt2rDM3zx8ddAHwu/+LPeH1bz2Yfni/f8GHplC17uuqQqKtqbqTChyJUBGiAFJvW/bEu2fCG68+mHn0qFsbVy1URf0bUMFKji9deUuOpyEorrQ3hMWoG6nXKoQLp/7ql3fiyfiuWg2x4uA2OcEbJy+NSV/uruMeRiMrg8k4vldG+eyeW+P1lMVr/rli6foQwoeLFfTKPx8u214sVzMcVVM4HKf7S1kpkLEx5aVgBxs4PayoXu1/ajJ85xsLi9/79/dN1KtNoR4yVv6KKzz1H4gCQypENIWQNm0tQ1WvorNn/1SY3js5cfs/PXj7yN+feaLtOKL2xj42LK2e2nZAe5sxhcTr0vftctvB8mRmx5yQl/eUGvWE62r5G/AbqWW7y4UxevdBavxFxAheKfd3KXUD2cqNYk+X9xoapRp2dheHy7U4uwXXyNW9VC6rv5lVhVHfV6Hyvr1S3pQ2CoNlaKt+XkadIvtCsRz8sPtIrTEczpf32BoUdlYqYSPe4LfnXKJf58rFYbZy8ZSXyuXjo9cMtopwxY505ub5022mTxXVq2/8x3sT77z5OOw7MNn3WOVEvfy+U3swfZIfVZvqO02FqqYQMbCtOYCk+nXg8Ex47eW3n3jr7nR44uDkwD5HbU3tTaEq0afehsnmvsbRxhUSr1X57cd+5q9+5cIf/OivDTrh2E5GuUlmcbJ4NhWoqsp7PRV/Lh45fHyuPAFb68n4x4fdm6oMWy+XqwD2wu9stGHaM0UY3Ij7U+1E5XFqXIwg982Kx8goweRueU+qoYumlKHoSvnnQhlQLowYLE63WKBllJsDF8Hi7KjBogxhZ49dnr8wwr3QztaPbXlMGv9dKqdntvl8u0cVO4ppgew45SIWA0/yevY9NRn2PzkZXv/Gwkpb8xTAhulwQ65RWn3i9tdVpdpSCzs0TZWrz9crviyqV5PTE+H1v124N6zPUdhKtiemMzb0vWlaYG8Mq2MafVzpYLUyZXO7rDTXRuNJTE1xwnh01BPiMvicXON0so+OetPfoppx6/a14uTr49GDzUYJmOwyZeBpW91d+py0CVYpRUC5fmr29Aa8f9u+x4tfoJxcT8Wm/Nmj5bEY5mB5vy1gCOGKnWik+epPvWcqLNx7HO783YPFdKgaj6XVl/UHkNqPpq8/qrQ9+d6Z8ODe4313bj98UB9HiDNK41gGhcRU36Nt+wJUi+uqQmJctb6vftu32uGJf/KXv7Ltl2Yvp++1/W32ubVOwyp/btTFQF68dfvamkNsGcraXgfiRqEMMsr74/SQaXStXD81e6GcftvGwP6VUwLbVsLODpti2LL/o3zmB/YfWCZcsaOcuXn+2VHnqz/13ukwvacT7tx6MLH4ePmMfM2hKgpLiQUektsl2loGkMbwkQgeew/NhMmpiaWxPq4sbtF2LK1DYqU9ak6Mqdde+/HGAJVqWw5Vnah9G90naZDUxeQpd9cTdMLqdLJRqlc5lr5vey2Ve0kxSOM0yJqrmaehtf0MHByyrPmW9P/6qdlLLT/z7nkFLQhX7DRza1kyurj2anGxG75768Fiamn1FU1tiSAShaqGKk5j2yihqh6Sou1Wg8eB9+4Njx8uTn331sN7qaCUGksyVDX0vSlspaY1xu2r3UgHqFRbJQintu2GZ/7JV35luy+E0PakJtfyzW2f526ma6DaniiuZQU1do/N/pwsKcNJm6l1YUgf21aGNmKZ9jbPuVW3gYBtRbhixzhz8/yaVzwrqleTk53wxu0HE48WFuPKVKpalWwbPGVuaFs0BXC08BEHrf7gUfw18+R06Ex2wpuvPph5WIy1aSzleKK2IeOJto3GNHhcqYpberzpGx6ntw3nPviVXxn0G+OdItfiHW3DTpbFJeqrCsIG24hFUXI8Z9vK7Eb0v9VnvmFJdqBCuGInWVd14tD3Ti/9/Z1X7q2elzeGjlRbIoikAkeqbUC1qvaj6fARtaWDx9KzT3TC/nfNhO5id+LVV5YXt4j7PTgkJvte33bAmJLjColx9X1RbY/H1vea1Z+jqGZ2s0xf2yptf6O92Svp5QxFraYiHjl83HUfNGlbWdmIz0nbz8KgytVWhqu2128JVzCEcMWOcObm+bPrmbJQnOwf+p7pMDHVCfffehzeufOomw4diSDRdgpg6mfXMgVwaFtD8Ki07X96Zql6tfDmo31vv/G4byzJkJgaT2VMUfOAKYC1H4/6Fga0NU0BDLXniMLW8jcv/PRf/MqgE5udYDPvJxQyh6vN7ju7VI6FIBLafhbWXUHfiP67TxTkI1yx7Y2y9HpK74S/CBtPvXu5evXdb97v1INRiMJSurqTrMwkgkmW66rqUwC7nRbbLY915sDyWF/7xsJCbzypUJUMUK2vq0qPKyT6FvW5ry1diWsaX/2bypfbuXoF7GyuaYIdwE2E2QnOrWURi74QU94M9+D3TBdLsodHDxbDnW8vhEPfO5MOVU0hpE1baF/Vqf9wum0NC3AU1av37A337j4IjxYez9y9/ejBU++d3jN0PIl+xu3NY2oeQ/2L6rcNlaraN6n2RNuJn/7zT5/+0vt+dSMuCAfYcMcuz5saC2NMuGJbK5deb3MH+D7d6sl3d7W6MrVnIhx493R467WH4c3bD8KT79kTJiZXw0KqUpUMIam27KEqNAePFm3FDYX3PrUn3H/jQfjut+5PPfH0VJic6jT2val9pFDVNI5UW9PYEmOpf5NqK56vV736qT//9JV//b5fNQ0N2I6+7FWD8WVaINvdSNO8qtPTur1pfX1tIbzryJ6lk/Clpdm/eb98YJOXVh/a1n4KYAjNbU+8Z9/yl4vdiTt/9/Bequ/tpwCuttd+POrbyreptvVdV5UIVp2l56y0PxO6o90LDQCgDeGKbatcer3t3ez7AlS3278aX7fy9eSeibDvwOTS12+//jA8eGcxChap65CS1xUlAkhyuxAHhHTbGkJVtFx8rwLXCRPTE2F633IB+83b9/etLM1eGWM09qhatf7rqkI9VLUdX2hoXxl3fAPn8nic+8C1T1v1CgDISrhiO2tVtYqqVSGuVq0EkPLvQ0f2rpypf/db9ytPlggciVARBgSQ2o8mqzdxIBlSzWkMF6m2/sDxxLv3rXz96sv374eQGGNlTK2XVo/G0DS20LzCYYi3rT9htG2lWjVg24PrXbofYBcynRqGEK7Yls7cPF9M63puUN/rAao3rS9VrepWgkdR1Zk5MBn2Prlc0Vl461F4+7WHceBIBa2WAaQxfKTamoLHwKlw7QPH1P6plerVw3ce7X3n7uNQlxpTCA2hKupQ3N/+sQ0IjU1hq2GZ/MQUwOZtu+GFn7z6aReGA7RkyXYYTrhi2ymXXh9YdegPUKvVqmqFqr9a1VkJMb0g8MS7plee7+7t+2Hxcbfv+dccqkIqZKTaMk0BrAeOxHYzT82sfPPaN+49iscUolDVOK62gTFRiWszvtqhKtvToSokAnFt7APfRwCsaHWjb9jthCu2o7mmpdfj6X5xtSoOWJ3+KlT594Gnp5euvyo8ftANb33nwcp2TftsClUhERxSbangseZQ1RA4UlWcmaf2LF1/VVh8uDh159sPHjZNa5B5IU4AACAASURBVNyM66qiHx047niMTeOM2kI48RNXPn02ADCMX0ZBC8IV20q59PrHUn0epVq1clLe7a9W1QPWoe/Zu3Ly/uarC+Hhg8XkPtdyXVXclg4e/V+kwkWqLQ4cUbWt1ra/cu3Vm7cXJh8/CsOvq0r0rSkoNU5vbHqOIWOMpjmGxLa15+hrXh3ThZ+48plDAYCUqyGED18/Nev+gNCC+1yx3Vys9zd1M+DqSX81LK2eZHcSbfWvO2H/u6bDxLfuhcXHxdLsIbzxdwvhXd+3L6pU1fsRBgSHuJoTklPkkj9b+yZui0NVart60CjseXJPmHjtXlG5Wlqa/bVv3H/78Pfve6LNuEYZW9NzDO130xibxtTwHPHiI52D5Y2o/VYWGHvXT812vEowvlSu2DbKpddPVPsbV6vi66l6FZpeRWfl3lah/6R8ta3Tt/jFk++ZWdnJO999GO6/9SiqVA27/qi5ypN3afV2Va1+1f4vXXtVbnr/jQdP3H+7VqmLOjRkbInQ2GZ8tadLj3HAmKKx95r7GvpWjpz98S9/xtLsAMC6CFdsJytVq2h59fq1VbWAtRpkKqGq9nXvuaphKywtVb4nTFQ+KXdvLUR9WOlXqKeFpraG66pCaG5LhqV04IiCRaItvlasE2YO7g1hYvWXot/95r17K7uKxtBibANCY0j0MdqkEoqjbRNj6ntdh4w18fqNdENqgMzuOqCw/QlXbAtnbp4vpmw9E2oBqrFa1dfWvloVQj24hTAx2Qn7n96zcpge3nsc3n79QXyunwgOcVsnee3R6g+0b0sFjihYpNpCc9DoTHTC3kN7K2N9tO+t7z5aqD9BU1BKja0eGpPtyeAYcl5XFVUb67ohPP/+P/uMpdmBrdJqmfNjl+ePRo3A2BCuGHvl0uvnompVi5sBj1Stiu6Ltfr1gXfP9B2mu7fud4ql2fsqMqXmtobgkWoLg9rS96taW9iIg0Y1XC2P9d5k39M2harEFMD6oKKx1MNkbYxtwmMybEXjioNzw5hUr3YHU0DZznba+9eCQuwowhXbwYVud3np9ahaVT05Xm+1KqyewPfvq7O0TPm+Q9MrJ/GLi93w1msLUUBIh6UNuq4qNG0Xh404VCWnxZW5phP2PLkaJhcfLU5991sL9xoD41pCY2N7eoypoJga5yhjDdV+rnru5J995ly0IdtF2xucbsTJqWoC69X2/bvTKuw+O+wowhVj7SN/c/5otxte6CaqVdWKw0jVqsqCFVGYCqtf1/f15Hv7Kzpv3l4Ij8ul2ethIrSp5iTDRVNbHDhSVZz1hKpqRWrfu/b1Pf7O6wszjxYW+7ZvDFWhfhxC9E207Uq1qt6peEzJsTeMtddeVx9v7RjMnfxTS7NvU3dadvvEkcPHc7/GbU94255AD7Pe/u/WE/lx9nLLvp09dnl+J/0bJVyxowhXjLsLK4GoVq0KUcBqqFb1Baz+BSuSAat6j6zKvib2TIQ9+yt3L+iGcPfb99In6U3Bo9bW90ONgaN/CmAULFJtoV3QaAoZncmJsOfATOW5uhN3bi28vTq2RCUuMb44JMZtjVMAU8eoYZxNY20z3hC3HbQs+/Z06/a1KyN0PFuF8sjh40Ul7PnogbS2J9DDrPeEtG0QdZPtzdM28B7M+f7dQG0/jyd3WFhklxOuGFv/7G/On+52Oydy3Ax4rdWq+r4OvHem76z//huPwoO3H4XQF6oSwWPU0FEPHKlgkWqLQsWAoDEkZFSnBhZjWnjj4RP331yMglh9UNFYGsNkOlRFY0odo2p/VzSPtXG80XOs7OdjJ/5k1nU529NLLXt97sjh47l+Yz7KtXq5Kleno5bRtO3HM0cOH1/vvmjh+qnZKyOsGDh77PL8uAfftgF+u4RFaEW4Ynx1OxfaVavSQWhd1apkmOuEPfunw/QT/ffevvPNe5t7XVVDWxyqhkwBHNI2uW8qTO2dXh5X6e63K0uzDxpfaGivHMto28SYkm0jjHXoeBPtoVzaP3XDaraFtr8tL07orhw5fHzN096KqYVHDh+/OELV6m6L6lrb/j+3nr6PGPIuZgyiDHZp4KP9Pn/s8vylY5fns/8iqKgkHbs8f7L8s6bX/vqp2Rs7LCxCK1MOE+Pon/2HT8x1u+XS66H/RL0eqkII6a+7neTj1RPtarUq2ldfW2fl630H94SHZbWq8OjhYnj7tYXuE++a6YR6kEiEhea29JLjw9qaqjeJH41+uLlt+Xlmnt4XHt17c+Wxx/cf73vztQcPDrx7z55kBWvIGKPrqgaMM3qOaFydhvbmsQ3cNoS+INkN4cTxP5k9fe0n50c52WHrFWHnYy17UQSsLx85fPzF4qT21u1rrV7rMmicLn/bfjDaoFmb52/72/7CpSOHj59t2++qW7evvXzk8PFXere4GKIXRIvpshdv3b42sI/lNMmjlT/F9nPFPqONqSvevy9Erc2KYP/8scvzL5bvryvXT80OfH3qyil5R2t/nqtuduzy/PvLytqorozwy4fPl0HxwrAxVPp8Mqy+xy6UgQ62lHDF2Pml//CJZ0N3eYpAqmoV6gtW9AbQF6DiE+9UqEo93h/m+vdV2HtwT3jr1fvh8cPVBR7eun2/U4SuzmTDAhYhERiaAkcqWKQCSKhXb+JxNrWlgkcqYEzunQ4TM5NhceHxSttbry5M7H9qOkxMtej3SkPOUBWi1y56ilHCZegfc23bCyP+Jpktduv2tRtHDh+/WixaMUJPipPZF44cPh7KaYV3ymujqmGgVyU6OmKgqmpTDR3lBLboxxdq/S5caBm4Lo0YRH+n+FMe3+rxOVpZYKPpuB/KMJVxxysCzLHL86O+f0PvPRyWg8fdSmWy/j5+trJa5qF6iBrg9IjvzZ5LI4SrwmxZxaq/x6r9bvoMnrasO+NAuGL8dMNct/iHMwo9zdWqlZPs2hTAUPu6GkaSYaq2r+rj1f0+8Z694Y1b76w8f7E0+5uv3n/81Pfsmwz1c/hUYEgFjsbtokyQrOAkg8YolZuGgDHz1N5w79W3V4/ro8WpN159cO/gkZl99c7FfU+HqvS28Tjj/jaPtal95FDVv/0z7/vj2bk//8C8BS62l+L1+vIae9w72Rz15HaYq20W3CjD4d2Gk8dBqifJxWqITw+rMJW/PGgbrqpOrOH4jHKCvdut5/0byvdO7/XJ9T5e69TAi8cuz19Yw/t5Le+xg0Xl6/qpWRVStpRrrhgrv/TXn1haej1UrnfqJipI6Wun4mDV7daDVbmwRbWtem1VbV9N13HtfWomdCb6T8zfeX1h8uH9x/0n6GN+XVW3V+Xrnw7Xdz3S9IGZ0Jnq/6findfv73v4YHVxi3iMITnG1JiSbSOMdfDY4ideCZL1MUcDWfny3Pv+9azfhm4jZYj54pj1eJSAnqNaOvRkuJym92L0AFuqnH63k16Xzbw5u4WI2HLCFWOl210+ARm6vHqoBqzazYB7P9sXsOLl1eOAlVh1sF656q6GuP1P76082fKfN759bzEZIgYEjmgZ9UTbyKGq26IthDhgNGw3c6j/vleFu9+8dy81xmj5+PqxjI5JbdPEWHvtdak+h6a2pjH3fZFst5LV9nR2hIvpN9r8iMvEb2al9NwYHSdWnRth5cuxdv3U7NxOGQu0IVwxNn7x33/i2W4Iz6+pWrXG5dVT+0pWqyoVp17b3qfj6tXDdx5NLLz58GEUIhL3q4qCRaotChUDgkYqIKTaQn/lpi9IRNst/5navyc11n3333ocjbFNeEyGrWhczUurp8bW1x7vLlmtagxV8fEQrraZckrcyTEIDi/eun1tpLBUVpQ+Fz2wAcrjZJW2MVMu6HByB4WScfplB2wo4Yqx0S0WsRhUraovr16tVlUeX2lLVKviAJXeV7ce5kIn6kvodMKeJ6b7Dl/R/Mbf3Zte+aY+BTAVLFJtUagYcQpgQ/BoGzCqXyz9NdEJe57aG71V3rh1byEaY21M9U4kujbaFMDEEwwKW6kxN4bJ2jeVbQ/+2Jdmt/IEdKTVvzLYEStuFdcvlSeor0QPbo4iWK31fbNpv+0vF7/4aPTAeNnsz8BGaT2OSsAahymu6/o3oVzFbzN+2bFT3idsY8IVY6MbOqcHVqvCaqhKhqmw+vWgatVqgBq2r15lrNP3eHVf+961uqZDr61YRfDtV+8vpAJHdP6faMsyBTDaLhEwUj9bG0w1cEw/uTeqXi0+fDzz5usPHtSfJDnORNjayOuqkmOuja8+xihU9W3Q2cqVztqe2GS5kLvFQgg9OU9kWvV9xOl1vYB1dJOvYSlOID+6jmBVrbxtVsAqVjL88Aae/DaNo+17ts1n4GrUEtuooN32szBSSCkC1vVTs6fL8LuVlZ91XwdYCVgb9RrctRQ740C4Yiz8wkufPBq64Zl0wKkEq7KzWapVqdBVq1YN3lcIE9OTYc+TM9EhfPv1hZnu4monomCRagsZQlUyLDUEjFRbXLEpv+iEMDERpp5IjPX2vanFx93GUJWqYKVCVf/4B48tNLUlxhyisTSNMRGqekF9OShv5WpnbZbwvpr5PkLDpqXdzXyj5TbPtaaAVASVMui8v+UJ+FoVx2S+uKi+DCvrUglYo467zc2KI2UFa6OCaNPUyEstQsMrLcfT5phv1M3BL7YZxxrvFbW06l65WMPHN7kSW4TiD6+133Vl+Dm6QdNeTd9mLHS6qbMZ2GS/cOOT57rFPVS6/Se39VBVfbz61q1Wq0ItQPS3dfoej563Eqra7uvxwuNw9xvx/1P3PrXn/lNHntgbhY04EzRea1TXpm11TJ1EW2q7QW391bfFh4vhnW99N9rhzMGZtw/+vX1PDBtn3N8BY214glR7asxDtw2jjb385v1f+eBclpOMUR05fPxked1CajWsS21u7rqGfZ5ruDfRjfJeSlmXPN6sMZY3uT1bjq3tfX4G+WLZv0u5X4NKn3vHZtgNZosT79NlxW49+3u2PFk93fJGwyl3y+NyYVB/KvtKrXA40nvt2OX5sw33Oypel0tlSNkQ5Q1w5xrev8U45ka9wW+TY5fnj5bvh5OZ3sM9r5R9vVIerw1b1rw8Xuv9HN4t+3ohVwCE9RKuGAs///VPXuz2Thq6/SfLUcCJQs/abgYcB6x2+4qDVghvfvPN8Oj+w8oDnaVuHfq+A2F6/1Rj2FhP0GhuGyFgDAgX0QIc5V8Lr70VHr29ED3nu/7Lp8LUnolkpSoeV/NYB/Y5sX3jmBPbp9rTbenVDouqxF9+cK7pN/BsQ0cOHz9UntSfLE/IUyf4VXfKk8/ipPPGoNCwUcqgdbQWIIp+XdmI/pTh52TlRq6p8NC74evK8ckdvml27PJ89T3R9BoNe81u5Ap/oyqD1tHKGFKfwzuVaZVFkHrZPa0YR8IVY+Hnvv7J4h/KE6uhJhF0kl9vfLWqOn2taV+P7j0Kb916IzrJn9o/+fDp73tyejuFqlTFpvp9N1W9CiFMzkzdf9f3H4hWvUiNNW4f0ufGbRNjTmyfak9UpYaOvZgu9ZcfnLOyGgCQ5JorxkN3NVi1uRlwt9v2ZsDDrq2KF6wI3XqwGr6vyX1TYXLPVN+h7C4tV/54+v7dhQd97ZUT+aZgVe3z0LYQoimA9UDS19ZtaotXNoyuCyu+mZoIk/v3RP19tPBo70Jvafbaa7Y63lR7erwhMY6mMYdoLE1jrGw7ZOyJYFU0uEElANBIuGIsrASd+s2Ao4AVL1gRh57RbgacCl2r+x+2r9VV6XpLldczwtvfuT9RH9PAoJEKGam28pgl71dVD1Ah0da33fBQVW2bejI91je//faj6mu2Otb04hyDxjYwSLZd+TA0tLcIVYPGDwCQIlwxFhqXV48qSE0Bp2wbdjPgEJqrVaG+r8HVqtXnWm6bPjATOlPxR6obOm91u73VnZqDRvW5h7fFAWN4dSYVODp9UyKjak2qrajU7ZkOEzPToW7x0eLUG9++f2/YWIeON9GeDFWhYdvEuONjlJ4COGT8J6KBAACU4jNB2CJN0/KaqlX9AaqhWhUFrLzVqnromjm0Lzp4EzPT50PonGsKGqlA0dyWCBip7fq+SLXFFZtUsEi2le296lXdwt2Fmabpjk19Dk1t1WAVtY0w7lD9IjH2AaEyMQQAgKSpVCNstnjxiHTQCbWvu+XJcj1UherXDQtWpKtV9f3X9ltbHKPel8l9e0Jn4p3Qu8fVxJ6p/+9rZ/6X/634+se//Jmr9cpHKmilAsbyF/mXVk9Vpdq2Te6dCZ3Jt0P38WJfe2fP1Fe63bAYjTUxtqb21JiHbzusPR574seSY620x2vuAwCUVK4YDy2qVXE1arV6FFeo4mBVr4ytqVoVtfXvt7jR7nSvotPpPJqYnjpTOb4rq8wlK1iJMslK1WbAFMBUdSZdxUlfW1R94qiCE1JtnZUK4PRT+/s37nQedaYmP1K/YWjT2JraU2OuB6vUuKNth4y9zfhr7e7+DwA0Eq4YC72KQP3aqlSAWQk6rRasWL22qvf8cbUqcW1V38/UVh1Mhr3VfU09ua8IGcXS5H/0tTO//dXe8f2z93/25W4In4tCVUMFq+0UwNUHE20hNF5XlQob9U5EC1N0+6t7k0/sDZ3J1X9GJmamf+/r/91v/+2fvf+zxdL6LzaPLR2qkmOujS8a44BA2Tf2kBh7i/HXgyUAQBPhirHQ7YYbUbUqWSEaYXn1RLVqpS2xr/rUxLbVql5VpLevTqcTpp/a953O1OT/FB3b7lJF5+7q88ehYaVyU21r3G5QuEhcW5QIFsm2vlBRqRDWh9MNYfLA8nVmncnJOzde+F//h8pjc6HbP42uMVTVxhyisTSNMREUQ3rsUYBKBc1KP6NQtXwMVK4AgEbCFWOicyOqVkWhZsTl1WvVqvoUwNS+1lqtqu9r+sl9/+PXPvLbf1s/tl/+8c8Wd5ifaw5LDUurR9slwsWgUJUIFu3amkNVb8yT+/cuVeomZqbO18Za3Dn/wkrXBoWqdSyt3r9BPPZkgEq1VY5Lf1vfMXi5/iMAAD3CFWOhVxGIKkQhX7WqcQpgLUB1E/uK9lsLaLV9Xf2rn5m71HRcv/zjny0Cxyu975sCRqpqU/0iFTiagkUY1NZQqanezLlvu1pjZ6ITpp8+cPXr//3ywh21sc4tLUOfCFapMTeGydo3caBsHnsUqqKxNrUnj8GV+o8CAPQIV4yFbghX4tDTsLx65etktWo9C1bUlmqvV6v6ruMKtZPy1X2da3FMz1b32TOwalMLF/0Ptr+uKhU2VsXXVa1smmjrmdw3czZqXLVyPBrHXBtfeoyJMYWwMddVpY/B3a+emjUtEABoJFwxFn7/h/95sdjDS/3VqoaqUb1aVQ845YBGqVYNrIxVwt6gfZXP87l/8zPDT8Cv/MRnr4Ru54u97wdWbVLhohaqqoEjFSySbSNcV5UIGlXz1z802zhd7spPfPZSN4SrK9Wq/m5EnYvHmAhVDWOPAlRTqAyDQ1Vy225orEYCAAThirHSDRfXVK0K/WFh3dWqesAKrapVxXPd7daWIB/i3MAgMbAtDhZRKEi1pULF4EAxzCu966oG6nbORdWqplAV4vb+DeKxJwNUqi1UX7Phx6B3HErCFQAwkHDF2OiGzsXGgLNSQcpUraovWFEPcw376tb2tVL1Wm6c++qp2Tttj+fVn5x/OXTDfGOQaGhrChZhUFtIhYrkNUVtQ1XP3PUPDR/z1Z+cv7GyNHttfKE+xoEhM74RcBSghoy/Xq1KHYMQH4dXrn9oVrgCAAYSrhgbf/Cjv3anG8KL1YDTH6AyVquitlS1KlWhqu9rZbtXvnpqdngFJ1b8zN10kEhXq1aMeF3ValvjNUXJtgGuXv/Q7MXmh2vPXVx7VSzNnqpWpcYdql8kxj4gVA4e//BjkGhfy2sLAOwywhVjpbg3UhyghleQ1lStqpzYN1WrQnJfId5XCIMWdGh07QPzd8rQEYeLWqiqBo4oLLQNFQ3T3xoCxTCjTIEM135y/k7vZ+Ixro69/yDEY2+sSsUFscS2a7q2rJj62DpEAgC7l3DFWPmjf/xrL3e74XPVClJoVUGqt21Qtarb6Xuu8vEvXv/Q7JqX6P7zD8wXJ+5XU4Ej23VVDdPfBgSKYV5cy5ivfWD+Qre3DP3AClZzqGoz/mR7Q6gKwyt2raY+AgAIV4yfonrV7bwyvIKUqFZFAWud1arac9UrWMWUvupS42vV7T1HahpcqlqTaqv1t/c8qelv6whV6x9zN5xtrtKFcux92ydD1aDxJ6tVUUdaHYeRpj4CALubcMXY+dL7fu3O0n2gkgGnNyVvQLWqd+6do1oVGqtVPecGLUPe1l/81PyNpcUtEhWbVLBItjVcV5WqVq3T2fVUcv78p+avdENZnQxxoBxWqUuOv6FaN+gYtDgOd9c63RMA2J063QxnWrARPnDt03PdbpgNfYGgf8GKUAlCq22dvsfrQWV12lk9aNW2C/0Vn8RHpZgal/Xk+x9/aa6YaneisSrTqq25SpPB565/aHbdlbrCj31p6X5gz6UqVSERnpJjbWpvOAZhtOPwYSsEAgCjULlibP3x8V+dW1q+u2kKYH3BihCal1evV6uittXnXa1WVdriE/KXcgerchCnQze8NLgqVevriuzXVdVdzRWsSie7obM61qaqVMP40+3pYxBGPw4fF6wAgFEJV4y1Pznxq2dD6LzYP92v/LovYLW4GXD12qqQCF3VEBcq+4i9VASDqDWDr3xwrlg98PTSlLQh1xWt2pDrquqKMZ+OWtfhL356afXAs72xpkLVoPE3TQGMNh/9OBQVSUuvAwAjE64Ye3968rNnVypYo1Sr+toG33i4ZbWqcLUIVhu5etxffnCuuLnw0W4YVsEafE1RRhs25q/89NyN3lir40yGrYZq3aBjsIbj8PENqUgCALuCa67YNt7/Z59ZvQYrVK6tSl2DFSqhqho2ohUHQ5trq3qyX2M1yI/+4dyhEMKl0A0noi4NmPqW2aaM+R/90YCxhqYKVvoYhLUdh7vl4iRWBgQA1ky4Yls5+aefOdntdooT4GfSYaphwYraCXffUu2Jx2vulivkbck1OD/yB3PFtWezy981T33LbEvCxo/+YXWsDaGq4RiEtR+Hl8rX90b0CADACIQrtp0TfzJ7qNtdus/SbDpgjVatGvIReLEMGVt6E9kf+YP5o6Ebihvwnqg/NqT/a/HFXEvMr8WP/uHcs6EbLsZj7TSErTUfg7vlDYJdXwUAZCFcsW29749nn1264XAILwytVvW1tapWvVieeG9JwGjyw5fniyl6c0uVu+a+r9XVcsxXtnCIK37kD+ZOLo+1k16afvDrN0gRqopAdWGrQzMAsLMIV2x7P/al2UPd0Dlb3nj4uaXxJAPW0FUAXwkhFNPgLo5bqKo79vvzJ8uV9l6IHhzN3aVrnZaDxlhOi/vhy/NHy7EWqxU+02tveA0H+WI51ktCFQCwEYQrdpR/9Edzz3a7S8ukHy1XoStOzA8mqlVFqCjCRBGiikrNlXEPVE2O/f786XJp+KMhmkoX6Y27N+axqFK1VQStldc3hGcHjPeV8rWtjlWgAgA2lHAFO9Cx31+q9hyqjOyOBRsAADaWcAUAAJCBmwgDAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkGz7MpQAAAelJREFUIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAACsVwjh/wcqeD2Ka3vbUwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 244px;
    height: 104px;
    display: block;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__logo-multinet-isbirligi {
    background-image: url("data:image/svg+xml,%3Csvg width='282' height='120' viewBox='0 0 282 120' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='282' height='120' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_8_3087' transform='matrix(0.00180069 0 0 0.00420168 -0.27334 -0.752101)'/%3E%3C/pattern%3E%3Cimage id='image0_8_3087' width='855' height='607' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1cAAAJfCAYAAACT5iwpAAAgAElEQVR4nO3dW3Ac2X0n6FO4ECSb3WTrQpuz4eh27OyLxzFNx8bS9oxFUrZla0xtNOXL2CPublMP+7BPoh42KMmWAMgeX8K7Yep1X8R+cHj2MitqwrSt8UUkbdkj7mjEHo8ZE7GxMd0jS5TZ6hbZNxK8oDYSyAKy8pysygIOgALwfRFsAqcSledkVbHzh//Jk51utxsAAABYnwnHDwAAYP2EKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAyEKwAAgAymHETI68zN86dDCCdDCEdDCM+GEJ4pd/BKCOHlEMKVEMKl3/2B37qxnQ/9mZvni7GdLv8UYz1Y2+SlEEIxxiu/+wO/dTF6AgCAHabT7Xa9prBOZ26ePxRCOBdCOFsJU8MUYWtuuwWPMlTNhRBeiB5sdjeEcKH487s/8Ft3GrcCANjGhCtYpzM3zxdV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9l6IHhzN3aVrnZaDxlhOi/vhy/NHy7EWqxU+02tveA0H+WI51ktCFQCwEYQrdpR/9Edzz3a7S8ukHy1XoStOzA8mqlVFqCjCRBGiikrNlXEPVE2O/f786XJp+KMhmkoX6Y27N+axqFK1VQStldc3hGcHjPeV8rWtjlWgAgA2lHAFO9Cx31+q9hyqjOyOBRsAADaWcAUAAJCBmwgDAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkGz7MpQAAAelJREFUIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAABkIFwBAACsVwjh/wcqeD2Ka3vbUwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 282px;
    height: 120px;
    display: block;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
.TR-multinet-isbirligi-partnership-hero__title {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__title {
    background-image: url("data:image/svg+xml,%3Csvg width='220' height='30' viewBox='0 0 220 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='220' height='30' rx='15' fill='%2318153D'/%3E%3C/svg%3E%0A");
    width: 220px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__title {
    background-image: url("data:image/svg+xml,%3Csvg width='347' height='48' viewBox='0 0 347 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.526855' width='345.5' height='46.7333' rx='23.3667' fill='%2318153D'/%3E%3C/svg%3E%0A");
    width: 347px;
    height: 48px;
    font-size: 30px;
    line-height: 50px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__title {
    background-image: url("data:image/svg+xml,%3Csvg width='347' height='48' viewBox='0 0 347 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.526855' width='345.5' height='46.7333' rx='23.3667' fill='%2318153D'/%3E%3C/svg%3E%0A");
    width: 347px;
    height: 48px;
    font-size: 30px;
    line-height: 44px;
    margin-top: -24px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__title {
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='52' viewBox='0 0 390 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='390' height='52' rx='26' fill='%2318153D'/%3E%3C/svg%3E%0A");
    width: 390px;
    height: 52px;
    line-height: 55px;
    font-size: 35px;
    margin-left: -70px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__title {
    background-image: url("data:image/svg+xml,%3Csvg width='434' height='55' viewBox='0 0 434 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='434' height='55' rx='27.5' fill='%231A173F'/%3E%3C/svg%3E%0A");
    width: 434px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
    margin: -30px auto;
  }
}
.TR-multinet-isbirligi-partnership-hero__copy-1 {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  width: max-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__copy-1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__copy-1 {
    font-size: 25px;
    line-height: 31px;
    left: 0px;
    top: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__copy-1 {
    font-size: 25px;
    line-height: 31px;
    left: 40px;
    margin-bottom: 0px;
    top: -10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__copy-1 {
    font-size: 35px;
    line-height: 38px;
    left: -65px;
    top: -10px;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__copy-1 {
    line-height: 44px;
    font-size: 40px;
    left: 0px;
    top: 50px;
  }
}
.TR-multinet-isbirligi-partnership-hero__copy-2 {
  font-family: "Inter";
  font-weight: 900;
  font-style: italic;
  color: #35B480;
  text-align: center;
  letter-spacing: -1px;
  width: max-content;
  position: relative;
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__copy-2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0px auto;
    top: 5px;
    left: -5px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 63px;
    position: relative;
    top: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__copy-2 {
    font-size: 40px;
    line-height: 63px;
    margin-top: 0px;
    margin-bottom: -15px;
    position: relative;
    top: -10px;
    left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__copy-2 {
    font-size: 65px;
    line-height: 98px;
    margin-top: -20px;
    left: -130px;
    margin-bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__copy-2 {
    font-size: 70px;
    line-height: 98px;
    left: -50px;
    top: -50px;
    margin: 110px auto 10px;
  }
}
.TR-multinet-isbirligi-partnership-hero__copy-3 {
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__copy-3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__copy-3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__copy-3 {
    line-height: 55px;
    font-size: 35px;
    margin-left: -30px;
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__copy-3 {
    line-height: 44px;
    font-size: 40px;
    margin-left: 0px;
    margin-top: -60px;
  }
}
.TR-multinet-isbirligi-partnership-hero__copy-4 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
@media (max-width: 480px) {
  .TR-multinet-isbirligi-partnership-hero__copy-4 {
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    top: 0px;
  }
}
@media (max-width: 767.98px) and (min-width: 481px) {
  .TR-multinet-isbirligi-partnership-hero__copy-4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: -70px;
    margin-left: -20px;
    margin: 0 auto;
    position: relative;
    top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__copy-4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__copy-4 {
    font-size: 20px;
    line-height: 25px;
    margin-top: -15px;
    left: -40px;
    width: max-content;
  }
}
@media (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__copy-4 {
    font-size: 25px;
    line-height: 30px;
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .TR-multinet-isbirligi-partnership-hero .row-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_1x.jpg");
    padding-bottom: 53.5%;
    height: 0;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .TR-multinet-isbirligi-partnership-hero .row-bg {
    background-image: url("/wp-content/uploads/sites/3/2023/05/curso-hero-character-320_2x.jpg");
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -230px;
  }
}
@media (min-width: 1441px) {
  .TR-multinet-isbirligi-partnership-hero__image-wrapper {
    width: initial;
    margin-left: -410px;
  }
}
.TR-multinet-isbirligi-partnership-hero__image {
  max-width: initial;
}
@media (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper #leadformContainer {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper {
    top: 50px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper {
    width: 332px;
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper {
    margin-top: 65px;
    margin-left: 0px;
    position: relative;
    left: 230px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper {
    position: relative;
    left: 20px;
    margin-top: 120px;
  }
}
@media (min-width: 1441px) {
  .TR-multinet-isbirligi-partnership-hero__form-wrapper {
    position: relative;
    left: 110px;
    margin-top: 120px;
  }
}
.TR-multinet-isbirligi-partnership-hero__arrow-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 28px;
  display: block;
  position: relative;
  margin-top: -25px;
  margin-left: 114px;
}
@media (max-width: 768px) {
  .TR-multinet-isbirligi-partnership-hero__arrow-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .TR-multinet-isbirligi-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='132' height='123' viewBox='0 0 132 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.673 88.7213C40.8233 90.0378 7.489 84.2818 8.03626 60.7879C8.11745 57.3075 8.92218 53.6602 11.0185 50.7839C11.3454 50.3351 15.6954 45.8924 16.3335 47.0587C16.3361 47.0635 16.1047 47.4396 15.7604 47.9995C14.8181 49.5316 13.0296 52.4396 12.8719 52.8796C11.9188 55.5357 11.5322 58.393 11.7851 61.2016C12.2057 65.8765 14.5577 69.8329 17.8994 73.133C26.2867 81.4173 38.4848 84.3167 50.0568 84.5653C61.1728 84.8041 72.328 82.6696 82.7984 79.1621C87.8198 77.4802 92.6989 75.3997 97.3308 72.8714C99.6762 71.5911 101.999 70.2017 104.138 68.612C104.73 68.1724 104.893 67.6369 105.047 67.1305C105.219 66.5655 105.38 66.0367 106.113 65.7178C106.629 65.4935 109.084 65.8381 109.44 66.1027C112.379 68.2873 108.049 71.4146 106.526 72.5064C101.784 75.9069 96.5354 78.6133 91.1223 80.8546C80.8534 85.1066 69.8226 87.8989 58.673 88.7213ZM119.739 58.6527C112.008 62.7597 103.742 65.3932 94.9007 65.6638C92.8158 65.7276 95.2234 64.8073 96.5748 64.2907C97.19 64.0555 97.5863 63.904 97.2403 63.9671C100.437 63.3836 103.539 62.3614 106.543 61.1594C111.698 59.0966 116.698 56.5663 121.277 53.4597C121.384 53.3871 121.578 53.2282 121.835 53.017C123.545 51.6152 128.065 47.9074 128.721 51.8081C128.932 53.0607 127.35 55.1259 126.013 56.871C125.337 57.7538 124.724 58.5546 124.437 59.1269C123.401 61.1932 122.597 63.3609 121.805 65.5244C121.485 66.4013 121.173 67.2878 120.859 68.1776C119.449 72.1789 118.016 76.2476 115.698 79.8103C114.691 81.3589 108.831 88.1146 106.39 85.5077C105.918 85.003 108.369 81.6662 110.418 78.878C111.582 77.293 112.617 75.8852 112.909 75.276C114.303 72.3738 115.447 69.3831 116.591 66.3925C117.586 63.7932 118.58 61.1939 119.739 58.6527Z' fill='%2318153D'/%3E%3C/svg%3E%0A");
    width: 132px;
    height: 123px;
    margin-top: -160px;
    margin-left: 290px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .TR-multinet-isbirligi-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='132' height='123' viewBox='0 0 132 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.673 88.7213C40.8233 90.0378 7.489 84.2818 8.03626 60.7879C8.11745 57.3075 8.92218 53.6602 11.0185 50.7839C11.3454 50.3351 15.6954 45.8924 16.3335 47.0587C16.3361 47.0635 16.1047 47.4396 15.7604 47.9995C14.8181 49.5316 13.0296 52.4396 12.8719 52.8796C11.9188 55.5357 11.5322 58.393 11.7851 61.2016C12.2057 65.8765 14.5577 69.8329 17.8994 73.133C26.2867 81.4173 38.4848 84.3167 50.0568 84.5653C61.1728 84.8041 72.328 82.6696 82.7984 79.1621C87.8198 77.4802 92.6989 75.3997 97.3308 72.8714C99.6762 71.5911 101.999 70.2017 104.138 68.612C104.73 68.1724 104.893 67.6369 105.047 67.1305C105.219 66.5655 105.38 66.0367 106.113 65.7178C106.629 65.4935 109.084 65.8381 109.44 66.1027C112.379 68.2873 108.049 71.4146 106.526 72.5064C101.784 75.9069 96.5354 78.6133 91.1223 80.8546C80.8534 85.1066 69.8226 87.8989 58.673 88.7213ZM119.739 58.6527C112.008 62.7597 103.742 65.3932 94.9007 65.6638C92.8158 65.7276 95.2234 64.8073 96.5748 64.2907C97.19 64.0555 97.5863 63.904 97.2403 63.9671C100.437 63.3836 103.539 62.3614 106.543 61.1594C111.698 59.0966 116.698 56.5663 121.277 53.4597C121.384 53.3871 121.578 53.2282 121.835 53.017C123.545 51.6152 128.065 47.9074 128.721 51.8081C128.932 53.0607 127.35 55.1259 126.013 56.871C125.337 57.7538 124.724 58.5546 124.437 59.1269C123.401 61.1932 122.597 63.3609 121.805 65.5244C121.485 66.4013 121.173 67.2878 120.859 68.1776C119.449 72.1789 118.016 76.2476 115.698 79.8103C114.691 81.3589 108.831 88.1146 106.39 85.5077C105.918 85.003 108.369 81.6662 110.418 78.878C111.582 77.293 112.617 75.8852 112.909 75.276C114.303 72.3738 115.447 69.3831 116.591 66.3925C117.586 63.7932 118.58 61.1939 119.739 58.6527Z' fill='%231A173F'/%3E%3C/svg%3E%0A");
    width: 132px;
    height: 123px;
    margin-top: -80px;
    margin-left: 430px;
  }
}
@media (min-width: 1441px) {
  .TR-multinet-isbirligi-partnership-hero__arrow-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg width='132' height='123' viewBox='0 0 132 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.673 88.7213C40.8233 90.0378 7.489 84.2818 8.03626 60.7879C8.11745 57.3075 8.92218 53.6602 11.0185 50.7839C11.3454 50.3351 15.6954 45.8924 16.3335 47.0587C16.3361 47.0635 16.1047 47.4396 15.7604 47.9995C14.8181 49.5316 13.0296 52.4396 12.8719 52.8796C11.9188 55.5357 11.5322 58.393 11.7851 61.2016C12.2057 65.8765 14.5577 69.8329 17.8994 73.133C26.2867 81.4173 38.4848 84.3167 50.0568 84.5653C61.1728 84.8041 72.328 82.6696 82.7984 79.1621C87.8198 77.4802 92.6989 75.3997 97.3308 72.8714C99.6762 71.5911 101.999 70.2017 104.138 68.612C104.73 68.1724 104.893 67.6369 105.047 67.1305C105.219 66.5655 105.38 66.0367 106.113 65.7178C106.629 65.4935 109.084 65.8381 109.44 66.1027C112.379 68.2873 108.049 71.4146 106.526 72.5064C101.784 75.9069 96.5354 78.6133 91.1223 80.8546C80.8534 85.1066 69.8226 87.8989 58.673 88.7213ZM119.739 58.6527C112.008 62.7597 103.742 65.3932 94.9007 65.6638C92.8158 65.7276 95.2234 64.8073 96.5748 64.2907C97.19 64.0555 97.5863 63.904 97.2403 63.9671C100.437 63.3836 103.539 62.3614 106.543 61.1594C111.698 59.0966 116.698 56.5663 121.277 53.4597C121.384 53.3871 121.578 53.2282 121.835 53.017C123.545 51.6152 128.065 47.9074 128.721 51.8081C128.932 53.0607 127.35 55.1259 126.013 56.871C125.337 57.7538 124.724 58.5546 124.437 59.1269C123.401 61.1932 122.597 63.3609 121.805 65.5244C121.485 66.4013 121.173 67.2878 120.859 68.1776C119.449 72.1789 118.016 76.2476 115.698 79.8103C114.691 81.3589 108.831 88.1146 106.39 85.5077C105.918 85.003 108.369 81.6662 110.418 78.878C111.582 77.293 112.617 75.8852 112.909 75.276C114.303 72.3738 115.447 69.3831 116.591 66.3925C117.586 63.7932 118.58 61.1939 119.739 58.6527Z' fill='%231A173F'/%3E%3C/svg%3E%0A");
    width: 132px;
    height: 123px;
    margin-top: -80px;
    margin-left: 380px;
  }
}

.mini-title {
  background: #F7F8FB;
  height: 250px;
}
.mini-title__h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #0078FF;
  padding-top: 90px;
  padding-bottom: 96px;
}

.links-container__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
}
.links-container__hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.links-container__a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #FF6600 !important;
}

.niveles-de-ingles .graph__copy {
  font-size: 18px !important;
}
@media (max-width: 576px) {
  .niveles-de-ingles .graph__copy {
    font-size: 16px !important;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .estudiar-ingles .curso-city-txt_img-50__content-wrapper {
    margin-left: 15px;
  }
}
.estudiar-ingles .tabs-panel__tabs-item-link {
  width: 100%;
}
.estudiar-ingles .li-estudiar {
  width: 33.33%;
}

.hero-techOpp {
  background-color: #E3E3E4;
  max-height: 712px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp {
    max-height: 651px;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp {
    max-height: unset;
    background-color: #F7F8FB;
  }
}
.hero-techOpp__char_img {
  position: relative;
  max-width: 1216px;
  left: -50px;
}
@media (min-width: 1440px) {
  .hero-techOpp__char_img {
    position: relative;
    width: 1000px;
    left: -116px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-techOpp__char_img {
    max-width: 805px;
    left: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp__char_img {
    max-width: 658px;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp__char_img {
    max-width: 100%;
    width: 100%;
    left: unset;
  }
}
.hero-techOpp__h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp__h1 {
    font-size: 40px;
  }
}
.hero-techOpp__p1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
}
.hero-techOpp__img {
  max-width: 149px;
}
.hero-techOpp__p2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp__p2 {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp__p2 {
    font-size: 16px;
  }
}
.hero-techOpp__cta {
  position: relative;
  max-width: 254px;
  color: white !important;
}
.hero-techOpp__cta :visited {
  color: white;
}
.hero-techOpp__cta .icon__arrow-right-yellow {
  position: absolute;
  margin-top: 0px;
  right: 0px;
}

.to-section2 {
  background-color: #F7F8FB;
}
.to-section2 .grid-2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .to-section2 .grid-2 {
    grid-template-columns: 45px 1fr;
    grid-column-gap: 12px;
  }
}
.to-section2 .grid-2__p {
  margin-bottom: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.to-section2 .icon__certificate {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='42' fill='none'%3E%3Cmask id='a' width='44' height='42' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0h43.779v42H0V0Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='m22.591.769 5.944 13.42a.055.055 0 0 0 .042.03l14.512 1.546c.662.07.929.896.434 1.345l-10.834 9.84a.051.051 0 0 0-.017.049l3.025 14.373c.139.657-.56 1.167-1.136.832l-12.646-7.337a.051.051 0 0 0-.053 0l-12.64 7.337c-.578.335-1.277-.175-1.138-.832L11.106 27a.05.05 0 0 0-.016-.05L.255 17.11c-.494-.45-.228-1.276.435-1.345l14.512-1.545a.054.054 0 0 0 .042-.031L21.186.769a.767.767 0 0 1 1.405 0' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M52.159 14.812c0 5.587-4.498 10.117-10.048 10.117S32.063 20.4 32.063 14.812c0-5.588 4.499-10.118 10.048-10.118 5.55 0 10.048 4.53 10.048 10.118' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.935' d='m46.1 11.975-1.994 1.89-3.99 3.778-1.993-1.889'/%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__certificate {
    background-size: 45px;
  }
}
.to-section2 .icon__engineering {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300DBD1' d='m57.951 17.218-.58-2.054a1.93 1.93 0 0 0-2.034-1.42l-2.28.199a10.784 10.784 0 0 0-3.023-3.023l.199-2.28A1.926 1.926 0 0 0 48.808 6.6l-2.055-.538a1.931 1.931 0 0 0-2.248 1.076l-.968 2.044a10.6 10.6 0 0 0-4.126 1.102l-1.877-1.317a1.931 1.931 0 0 0-2.474.215l-1.506 1.506a1.932 1.932 0 0 0-.215 2.474l1.334 1.877a10.602 10.602 0 0 0-1.103 4.125l-2.097.99a1.931 1.931 0 0 0-1.076 2.248l.538 2.055a1.931 1.931 0 0 0 2.033 1.425l2.28-.2a10.784 10.784 0 0 0 3.023 3.023l-.199 2.281a1.931 1.931 0 0 0 1.442 2.012l2.054.537a1.931 1.931 0 0 0 2.248-1.075l.968-2.082a10.607 10.607 0 0 0 4.147-1.076l1.877 1.334a1.93 1.93 0 0 0 2.474-.215l1.507-1.506a1.932 1.932 0 0 0 .215-2.474l-1.318-1.877a10.604 10.604 0 0 0 1.102-4.125l2.082-.968a1.93 1.93 0 0 0 1.081-2.254Zm-10.875 5.379h-.027a4.024 4.024 0 0 1-5.69 0 4.029 4.029 0 0 1 .026-5.69 4.023 4.023 0 0 1 5.664 0 4.022 4.022 0 0 1 .027 5.711v-.021Z'/%3E%3Cpath fill='%238CFF00' d='m37.879 38.26-2.507-.442a13.135 13.135 0 0 0-1.296-3.109l1.463-2.06a1.931 1.931 0 0 0-.215-2.474l-1.506-1.506a1.931 1.931 0 0 0-2.474-.215l-2.087 1.463c-.981-.565-2.032-1-3.125-1.296l-.44-2.517a1.931 1.931 0 0 0-1.9-1.614h-2.15a1.931 1.931 0 0 0-1.9 1.614l-.44 2.506a13.14 13.14 0 0 0-3.125 1.296l-2.06-1.463a1.93 1.93 0 0 0-2.475.215l-1.505 1.506a1.931 1.931 0 0 0-.2 2.475l1.463 2.07c-.565.982-1 2.032-1.296 3.125l-2.506.441a1.93 1.93 0 0 0-1.614 1.899v2.151a1.93 1.93 0 0 0 1.614 1.899l2.506.44A13.131 13.131 0 0 0 11.4 47.79l-1.462 2.06a1.93 1.93 0 0 0 .215 2.474l1.506 1.506a1.931 1.931 0 0 0 2.474.215l2.087-1.463c.981.565 2.031 1 3.125 1.296l.44 2.507a1.931 1.931 0 0 0 1.9 1.613h2.15a1.932 1.932 0 0 0 1.9-1.613l.44-2.507a13.135 13.135 0 0 0 3.125-1.296l2.044 1.447a1.932 1.932 0 0 0 2.474-.2l1.506-1.505a1.931 1.931 0 0 0 .215-2.474l-1.463-2.087c.565-.981 1-2.032 1.296-3.125l2.507-.441a1.93 1.93 0 0 0 1.613-1.899v-2.151a1.931 1.931 0 0 0-1.613-1.888Zm-9.407 2.99a5.75 5.75 0 0 1-5.745 5.738 5.744 5.744 0 1 1 5.745-5.744v.005Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5.984 5.997h52.031v52.004H5.985z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__engineering {
    background-size: 45px;
  }
}
.to-section2 .icon__exercise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%2300DBD1' d='M21.776 11.804c-5.234 0-9.492 4.514-9.492 10.063 0 5.55 4.258 10.064 9.492 10.064 5.233 0 9.491-4.515 9.491-10.064s-4.258-10.063-9.491-10.063Z'/%3E%3Cpath fill='%238CFF00' d='M43.355 13.243h-.065c-2.196.018-4.248.945-5.777 2.611-1.502 1.637-2.318 3.796-2.3 6.08.02 2.283.872 4.428 2.4 6.04 1.541 1.624 3.582 2.515 5.754 2.515h.066c2.196-.018 4.248-.945 5.776-2.611 1.502-1.637 2.319-3.796 2.3-6.08-.04-4.731-3.69-8.555-8.154-8.555ZM43.755 32.138h-.788c-3.67 0-7.02 1.395-9.55 3.682a18.361 18.361 0 0 1 1.807 1.586 18.28 18.28 0 0 1 3.93 5.831 18.21 18.21 0 0 1 1.419 6.178H58v-3.033c0-7.854-6.39-14.244-14.245-14.244Z'/%3E%3Cpath fill='%2300DBD1' d='M37.52 49.415a15.279 15.279 0 0 0-6.138-11.313 15.23 15.23 0 0 0-9.132-3.023h-.949C12.851 35.079 6 41.929 6 50.38v1.816h31.55V50.38c0-.324-.01-.646-.03-.965Z'/%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__exercise {
    background-size: 45px;
  }
}
.to-section2 .icon__goals {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238CFF00' d='M46.547 16.913a23.753 23.753 0 1 0-33.59 33.591 23.753 23.753 0 0 0 33.59-33.59Zm-3.866 29.725a18.284 18.284 0 1 1 0-25.86 18.305 18.305 0 0 1 0 25.86Z'/%3E%3Cpath fill='%238CFF00' d='M39.19 24.273a13.345 13.345 0 1 0 0 18.87 13.361 13.361 0 0 0 0-18.87Zm-3.883 14.991a7.857 7.857 0 1 1 0-11.111 7.865 7.865 0 0 1 0 11.111Z'/%3E%3Cpath fill='%238CFF00' d='M27.237 31.193a3.557 3.557 0 1 0 5.03 5.03 3.557 3.557 0 0 0-5.03-5.03Z'/%3E%3Cpath fill='%2300E3D8' d='M57.598 10.583a1.254 1.254 0 0 1-.263 1.364l-.283-.278.283.278-4.25 4.315a1.252 1.252 0 0 1-.894.374h-2.885L31.988 33.98a1.376 1.376 0 1 1-1.946-1.948L47.417 14.63v-2.772a1.254 1.254 0 0 1 .368-.887l4.25-4.25a1.251 1.251 0 0 1 1.366-.27l-.15.365a.854.854 0 0 1 .53.792l3.817 2.975Zm0 0a1.254 1.254 0 0 0-1.157-.77h-2.268l3.425.77Z'/%3E%3Cpath stroke='%2300E3D8' stroke-width='.334' d='M57.598 10.583a1.254 1.254 0 0 1-.263 1.364l-.283-.278.283.278-4.25 4.315a1.252 1.252 0 0 1-.894.374h-2.885L31.988 33.98a1.376 1.376 0 1 1-1.946-1.948L47.417 14.63v-2.772a1.254 1.254 0 0 1 .368-.887l4.25-4.25a1.251 1.251 0 0 1 1.366-.27l-.15.365a.854.854 0 0 1 .53.792l3.817 2.975Zm0 0a1.254 1.254 0 0 0-1.157-.77h-2.268l3.425.77Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M6 6h52.156v51.462H6z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__goals {
    background-size: 45px;
  }
}
.to-section2 .icon__world {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%2300DBD1' d='m18.74 9.33.254-.153-.254.152Z'/%3E%3Cpath fill='%238CFF00' d='M11.733 39.581c.284.626.653 1.465.967 2.076a46.278 46.278 0 0 0 1.623 2.631c-1.26-2.885 15.249-8.942 29.718-8.737.149-2.032.195-2.644.228-5.142-16.575-.206-33.41 6.387-32.536 9.172ZM17.838 48.19c.704.577 1.66 1.326 2.401 1.857.569.352 1.321.828 1.895 1.155-2.068-1.456 4.955-4.479 11.908-5.765a36.45 36.45 0 0 1 8.364-.665c.44-1.71.56-2.166.985-4.382-12.856-.233-27.731 5.43-25.552 7.8ZM10.152 28.336l-.07.758c-.084 2.379-.09 2.474.032 3.838l.084.776c.306-3.383 17.768-9.359 33.74-9.061a45.646 45.646 0 0 0-.91-5.04c-17.232-.227-32.519 6.225-32.876 8.729ZM37.488 9.434A9.129 9.129 0 0 0 34.86 8c-6.696.124-11.66 1.895-13.348 2.812-.814.48-1.6 1.005-2.355 1.573a23.235 23.235 0 0 0-2.255 1.962c2.433-2.087 11.44-4.964 20.586-4.913ZM41.448 14.917a19.594 19.594 0 0 0-1.911-3.329c-12.878-.048-24.088 4.2-25.655 6.44l-.228.346c-1.098 1.873-1.188 2.024-1.783 3.383l-.376.939c1.697-3.11 16.398-8.03 29.953-7.779ZM27.737 53.193c.209.178.465.292.736.328.645.116 1.503.27 2.15.346 1.353.122 1.41.127 2.24.144.385 0 .899 0 1.286-.017-1.746.03-1.624-.406-1.386-.67.967-1.1 6.18-2.198 6.496-1.368.6-.822 1.115-1.702 1.537-2.628-5.564-.622-14.095 2.631-13.059 3.865Z'/%3E%3Cpath fill='%2300DBD1' d='M54.972 24.335c-.812-.206-1.623-.255-3.16-.312l.578 1.105c-8.214 10.333-38 18.298-40.657 14.455.27.634.671 1.456.966 2.076a48.302 48.302 0 0 0 1.624 2.63c2.869 3.197 30.887-3.85 39.846-14.363l.27 1.18c.693-2.795.745-4.192.533-6.771ZM45.627 41.436c-11.465 5.906-24.862 8.66-27.788 6.766.698.585 1.664 1.321 2.4 1.857.558.365 1.33.812 1.895 1.156 2.455 1.188 12.978-.566 23.877-6.022v.812a41.765 41.765 0 0 0 4.942-5.665c-1.84.021-3.68.065-5.518.092l.192 1.004ZM42.563 25.793l.62 1.115c1.448-2.693 1.894-4.02 2.436-6.399-3.056 0-4.155 0-6.512-.062l.703.996c-12.634 7.262-29.368 9.993-29.671 6.894l-.07.758c-.098 1.353-.095 1.402.032 3.837l.084.777c.91 2.747 17.684.38 32.378-7.916ZM29.623 12.481l.425.688c.425-1.384.36-1.933-.035-2.79-1.221-.174-1.649-.323-2.193-.615l.298.42c-1.919 1.44-6.114 2.416-7.402 1.967-.582-.203-.39-.606.57-1.2-.906.542-1.529 1-2.13 1.438a23.157 23.157 0 0 0-2.254 1.962 1.506 1.506 0 0 0-.34.455c-.602 1.532 6.284 1.185 13.06-2.325Z'/%3E%3Cpath fill='%2300DBD1' d='m40.24 14.513.953.742c-.206-1.846-.639-2.677-1.591-3.946-1.92.089-2.74.105-4.39.113l.998.51c-3.034 2.887-8.528 4.898-10.747 5.629-6.767 2.224-12.607 2.457-11.581.462l-.228.347c-.78 1.25-.855 1.41-1.783 3.383l-.377.94a1.633 1.633 0 0 0-.054.248c-.105 3.346 20.25-.836 28.8-8.428ZM47.557 47.766c-5.922 3.532-15.195 6.33-19.084 5.76.642.121 1.502.27 2.15.346.849.092.979.098 2.24.144.385 0 .899 0 1.286-.017 1.919-.105 6.517-1.03 11.578-3.821l-.57.463a27.08 27.08 0 0 0 4.462-3.576c-.254-.065-.68-.051-1.74 0l-.322.701Z'/%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__world {
    background-size: 45px;
  }
}
.to-section2 .icon__sales {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%238CFF00' d='M11.312 44.96a1.778 1.778 0 0 0-1.778 1.777v7.484a1.778 1.778 0 0 0 3.555 0v-7.484a1.778 1.778 0 0 0-1.777-1.778ZM18.422 38.967a1.778 1.778 0 0 0-1.777 1.778V54.22a1.778 1.778 0 1 0 3.555 0V40.745a1.777 1.777 0 0 0-1.778-1.778ZM25.533 32.982a1.778 1.778 0 0 0-1.778 1.778v19.46a1.778 1.778 0 1 0 3.556 0V34.76a1.778 1.778 0 0 0-1.778-1.778ZM39.755 29.987a1.778 1.778 0 0 0-1.778 1.778V54.22a1.778 1.778 0 1 0 3.556 0V31.765a1.778 1.778 0 0 0-1.778-1.778ZM32.644 35.975a1.778 1.778 0 0 0-1.777 1.777V54.22a1.778 1.778 0 1 0 3.555 0V37.752a1.778 1.778 0 0 0-1.778-1.777ZM46.866 24.002a1.778 1.778 0 0 0-1.778 1.777v28.444a1.778 1.778 0 1 0 3.556 0V25.779a1.777 1.777 0 0 0-1.778-1.777Z'/%3E%3Cpath fill='%2300DBD1' d='M52.195 9.651a1.778 1.778 0 0 0-1.77-1.653h-8.892a1.779 1.779 0 0 0-1.257 3.035l3.187 3.187-11.17 11.17-5.965-2.983a1.782 1.782 0 0 0-2.052.334L6.5 40.518a1.778 1.778 0 0 0 2.514 2.514l16.87-16.871 5.965 2.982a1.776 1.776 0 0 0 2.052-.333l12.077-12.076 3.187 3.187a1.78 1.78 0 0 0 3.035-1.257c0-.09.002-8.924-.004-9.013Z'/%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__sales {
    background-size: 45px;
  }
}
.to-section2 .icon__entrepreneurship {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='none'%3E%3Cpath fill='%238CFF00' d='m12.171 28.587 6.155 2.552a35.559 35.559 0 0 0-1.655 5.397l-.234 1.061 8.825 8.83 1.061-.228a35.535 35.535 0 0 0 5.397-1.656l2.552 6.156a.397.397 0 0 0 .653.127l3.858-3.858a6.367 6.367 0 0 0 1.857-4.823l-.138-2.478C47.644 34.392 54.872 25.143 56.84 9a2.654 2.654 0 0 0-2.977-2.993c-16.136 1.985-25.39 9.218-30.665 16.339l-2.473-.128A6.367 6.367 0 0 0 15.9 24.05l-3.857 3.858a.398.398 0 0 0 .127.679Zm24.749-9.403a4.777 4.777 0 1 1 6.743 6.767 4.777 4.777 0 0 1-6.743-6.767Z'/%3E%3Cpath fill='%2300DBD1' d='M9.055 46.305a6.268 6.268 0 0 1 3.184.255c-4.871 3.905-3.948 8.437-3.354 10.464a.578.578 0 0 0 .998.212c1.682-1.92 5.8-2.648 8.029-2.886a5.97 5.97 0 0 0 4-2.123c2.298-2.828.223-5.758-.53-6.654a.271.271 0 0 0-.42 0 5.89 5.89 0 0 1-4.828 2.197.43.43 0 0 1-.414-.414 5.895 5.895 0 0 1 2.245-4.83.273.273 0 0 0 .066-.311.273.273 0 0 0-.066-.091c-5.429-3.948-8.427.939-9.557 3.37a.578.578 0 0 0 .117.652.572.572 0 0 0 .53.159Z'/%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .to-section2 .icon__entrepreneurship {
    background-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .to-section2 .mg--b60 {
    margin-bottom: 30px;
  }
  .to-section2 .mg--t30 {
    margin-top: 30px;
  }
}

.to-video-testimonial {
  background-color: #F4F4F4;
}
.to-video-testimonial .video-testimonial__wrapper {
  position: relative;
}

.banner-cta-to-50-50 {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 50%, #fff 50%, #fff 100%);
  padding: 0 0;
}

.hero-techOpp-open-education {
  background-image: url(https://www.stg.openenglish.com/wp-content/uploads/2023/02/tecOppOm-hero-background-1440.jpg);
  max-height: 600px;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-techOpp-open-education {
    background-image: url(https://www.stg.openenglish.com/wp-content/uploads/2023/02/tecOppOm-hero-background-992.jpg);
    max-height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp-open-education {
    max-height: 414px;
    background-image: url(https://www.stg.openenglish.com/wp-content/uploads/2023/02/tecOppOm-hero-background-768.jpg);
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp-open-education {
    max-height: unset;
    background-image: url(https://www.stg.openenglish.com/wp-content/uploads/2023/02/tecOppOm-hero-background-320.jpg);
    padding-bottom: 80px;
    padding-top: 48px;
  }
}
.hero-techOpp-open-education__char_img {
  position: relative;
  max-width: 1216px;
  left: -15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-techOpp-open-education__char_img {
    max-width: 805px;
    left: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp-open-education__char_img {
    max-width: 658px;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp-open-education__char_img {
    max-width: 100%;
    width: 100%;
    left: unset;
  }
}
.hero-techOpp-open-education__h1 {
  margin-top: 0px;
  max-width: 524px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 8px;
}
.hero-techOpp-open-education__h1 span {
  color: #0078FF;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-techOpp-open-education__h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp-open-education__h1 {
    font-size: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp-open-education__h1 {
    font-size: 36px;
  }
}
.hero-techOpp-open-education__p1 {
  margin-top: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp-open-education__p1 {
    text-align: center;
  }
}
.hero-techOpp-open-education__img {
  max-width: 149px;
}
.hero-techOpp-open-education__p2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-techOpp-open-education__p2 {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .hero-techOpp-open-education__p2 {
    font-size: 16px;
  }
}
.hero-techOpp-open-education__cta {
  position: relative;
  max-width: 254px;
  color: white !important;
}
.hero-techOpp-open-education__cta :visited {
  color: white;
}
.hero-techOpp-open-education__cta .icon__arrow-right-yellow {
  position: absolute;
  margin-top: 0px;
  right: 0px;
}

.btn-goHere_wrapper {
  position: absolute;
}
.btn-goHere__orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='108' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='54' cy='50' r='22' fill='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M60 44.41 58.59 43 54 47.58 49.41 43 48 44.41l6 6 6-6Z'/%3E%3Cpath fill='%23fff' d='m60 51-1.41-1.41L54 54.17l-4.59-4.58L48 51l6 6 6-6Z'/%3E%3Cdefs%3E%3ClinearGradient id='b' x1='32' x2='32' y1='20.494' y2='78.988' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F80'/%3E%3Cstop offset='1' stop-color='%23F60'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='108' height='108' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='16'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_886_2810'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_886_2810' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  width: 108px;
  height: 108px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 767.98px) {
  .btn-goHere__orange {
    width: 65px;
    height: 65px;
  }
}

.empresas-card-grid {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F4F4F4;
}
@media (max-width: 767.98px) {
  .empresas-card-grid {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}
.empresas-card-grid .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .empresas-card-grid .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .empresas-card-grid .grid-4 {
    display: grid;
    grid-template-columns: 270px;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }
}
.empresas-card-grid .card {
  height: 414px;
  border-radius: 12px;
  border: unset;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.empresas-card-grid .card .card-body-img {
  max-width: 147px;
  min-height: 55px;
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
}
.empresas-card-grid .card .card-body-cta {
  width: 162px;
  height: 40px;
  background: linear-gradient(180deg, #FF8800 -17.06%, #FF6600 115.88%);
  box-shadow: 0px 10px 30px rgba(255, 102, 0, 0.45);
  border-radius: 48px;
  color: white;
  padding: 8px 24px;
}

@media (max-width: 767.98px) {
  .text-border-grid .h-2__title, .text-border-grid .h-2__title--30, .text-border-grid .h-2__title--38, .text-border-grid .h-2__title--24, .text-border-grid .h-2__title--28-30, .text-border-grid .h-2__title__left {
    font-size: 30px;
  }
}
.text-border-grid .grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  .text-border-grid .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }
}
.text-border-grid .grid-2x2__div, .text-border-grid .grid-2x2__div4, .text-border-grid .grid-2x2__div3, .text-border-grid .grid-2x2__div2, .text-border-grid .grid-2x2__div1 {
  border-style: solid;
  border-color: #00DBD1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 38px 0px 34px 0px;
}
.text-border-grid .grid-2x2__div__h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
  color: #0078FF;
}
.text-border-grid .grid-2x2__div__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-top: 12px;
}
.text-border-grid .grid-2x2__div1 {
  border-width: 0px 1px 1px 0px;
}
@media (max-width: 767.98px) {
  .text-border-grid .grid-2x2__div1 {
    border-width: 0px 0px 1px 0px;
  }
}
.text-border-grid .grid-2x2__div2 {
  border-width: 0px 0px 1px 0px;
}
.text-border-grid .grid-2x2__div3 {
  border-width: 0px 1px 0px 0px;
}
@media (max-width: 767.98px) {
  .text-border-grid .grid-2x2__div3 {
    border-width: 0px 0px 1px 0px;
  }
}
.text-border-grid .grid-2x2__div4 {
  border-width: 0px 0px 0px 0px;
}

.banner-open-education-50-50 {
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #F7F8FB 50%, #F7F8FB 100%);
}

.section-text-left-oe {
  background-color: #F7F8FB;
}

.top-open-education-page {
  background-color: #F7F8FB;
}

.br-curso-2023 {
  background-color: #EBF7FF;
}
@media (min-width: 768px) {
  .br-curso-2023 {
    height: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .br-curso-2023 .br-custom-1200 {
    display: none !important;
  }
}
.br-curso-2023 .col-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .br-curso-2023 .col-custom {
    height: 600px;
  }
}
.br-curso-2023__content-wrapper {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .br-curso-2023__content-wrapper {
    margin-top: 125px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023__content-wrapper {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .br-curso-2023__content-wrapper {
    width: 332px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023__content-wrapper {
    width: 390px;
    margin-left: 16px;
  }
}
.br-curso-2023__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.791667px;
  color: #000000;
  margin: 0 0 14px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023__title {
    font-size: 40px;
  }
}
.br-curso-2023__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FF2846;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0;
}
@media (min-width: 772px) {
  .br-curso-2023__copy-1 {
    font-size: 18px;
  }
}
.br-curso-2023__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023__copy-2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023__image-wrapper {
    margin-left: -250px;
    width: 881px;
  }
}
@media (min-width: 1200px) {
  .br-curso-2023__image-wrapper {
    margin-left: -160px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023__image-wrapper {
    margin-left: -175px;
  }
}
.br-curso-2023__arrow-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='55' fill='none'%3E%3Cpath fill='%23F60' d='M49.052 52.388c-18.5-.781-51.933-11.46-48.182-37.76.556-3.896 1.877-7.888 4.42-10.851.396-.463 5.464-4.898 5.96-3.509.003.006-.286.399-.715.984-1.175 1.6-3.406 4.638-3.628 5.112a23.99 23.99 0 0 0-2.245 9.202c-.203 5.3 1.674 10.039 4.656 14.166 7.484 10.36 19.61 15.157 31.454 16.9 11.377 1.676 23.117.692 34.34-1.92 5.383-1.252 10.673-2.97 15.77-5.22 2.582-1.141 5.155-2.406 7.566-3.92.667-.419.907-.999 1.134-1.548.253-.612.49-1.185 1.286-1.45.56-.187 3.033.51 3.363.853 2.72 2.824-2.15 5.786-3.861 6.818-5.329 3.217-11.083 5.59-16.944 7.42-11.117 3.473-22.819 5.211-34.374 4.723Z'/%3E%3Cpath fill='%23F60' d='M116.698 24.675c-8.62 3.688-17.594 5.63-26.84 4.803-2.18-.194.454-.934 1.933-1.35.674-.189 1.107-.31.738-.283 3.411-.255 6.783-1.022 10.078-2.006 5.654-1.69 11.212-3.932 16.41-6.884.122-.07.345-.226.643-.433 1.974-1.378 7.195-5.024 7.339-.495.047 1.455-1.886 3.605-3.519 5.423-.826.919-1.576 1.753-1.954 2.368-1.364 2.222-2.501 4.59-3.624 6.953-.455.958-.902 1.928-1.352 2.902-2.02 4.38-4.075 8.832-6.981 12.595-1.264 1.635-8.3 8.582-10.483 5.298-.422-.636 2.592-4.124 5.111-7.038 1.432-1.657 2.704-3.129 3.093-3.785 1.852-3.129 3.457-6.39 5.061-9.651 1.395-2.835 2.79-5.67 4.347-8.417Z'/%3E%3C/svg%3E");
  width: 127px;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .br-curso-2023__arrow-wrapper {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023__arrow-wrapper {
    right: 40px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023__arrow-wrapper {
    right: -34px;
  }
}
.br-curso-2023__form-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .br-curso-2023__form-wrapper {
    width: 334px;
    height: 400px;
    margin-left: 12px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023__form-wrapper {
    margin-left: -36px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023__form-wrapper {
    margin-left: 33px;
  }
}

/* repo: web-oe-master-int */
.br-curso-2023-completo {
  background-color: #F7F8FB;
}
.br-curso-2023-completo .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .br-curso-2023-completo .--br-mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-completo .container-custom {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-completo .container-custom {
    width: 768px;
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .br-curso-2023-completo .container-custom {
    width: 850px;
  }
}
.br-curso-2023-completo__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__title {
    text-align: center;
  }
}
.br-curso-2023-completo__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__copy {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-completo__col-custom-swiper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo__col-custom-swiper {
    padding: 15px;
  }
}
.br-curso-2023-completo__content-wrapper {
  padding: 15px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__content-wrapper {
    padding: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-completo__content-wrapper {
    margin-left: 15px;
  }
}
.br-curso-2023-completo__card-wrapper {
  background-color: #fff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px 15px 20px 15px;
  position: relative;
  z-index: 5;
  top: -20px;
  height: 225px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__card-wrapper {
    height: 287px;
    padding: 30px 25px 20px 25px;
    flex: 0 0 340px;
    z-index: 10;
    margin-left: -114px;
    margin-top: 38px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo__card-wrapper {
    height: 280px;
    flex: 0 0 370px;
    margin-left: -100px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-completo__card-wrapper {
    height: 271px;
    flex: 0 0 453px;
    margin-left: -80px;
  }
}
.br-curso-2023-completo__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #0078FF;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__title-1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.br-curso-2023-completo__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__copy-1 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo__copy-1 {
    font-size: 18px;
  }
}
.br-curso-2023-completo__image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__image-wrapper {
    width: unset;
    flex: 0 0 443px;
    margin-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo__image-wrapper {
    flex: 0 0 460px;
    margin-left: 18px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-completo__image-wrapper {
    flex: 0 0 560px;
    font-size: 16px;
  }
}
.br-curso-2023-completo__image {
  width: 100%;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__image {
    width: 443px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo__image {
    width: 460px;
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-completo__image {
    width: 560px;
    height: 400px;
  }
}
.br-curso-2023-completo .br-curso-2023-completo__custom-col {
  height: 217px;
}
@media (min-width: 768px) {
  .br-curso-2023-completo .br-curso-2023-completo__custom-col {
    display: flex;
    align-items: center;
  }
}
.br-curso-2023-completo__icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (min-width: 768px) {
  .br-curso-2023-completo__icon {
    margin-bottom: 18px;
    width: 48px;
    height: 48px;
  }
}
.br-curso-2023-completo__icon.star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cmask id='a' width='22' height='22' x='3' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3 6.828h21.89v21H3v-21Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='m14.296 7.212 2.971 6.71a.028.028 0 0 0 .021.016l7.257.772c.33.035.464.448.216.673l-5.416 4.92a.025.025 0 0 0-.009.024l1.513 7.187a.385.385 0 0 1-.569.416l-6.323-3.669a.025.025 0 0 0-.026 0l-6.32 3.67a.385.385 0 0 1-.57-.417l1.512-7.187a.025.025 0 0 0-.008-.024l-5.417-4.92a.388.388 0 0 1 .217-.673l7.256-.772c.01-.001.017-.007.02-.016l2.972-6.71a.383.383 0 0 1 .703 0Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M29.08 14.234c0 2.794-2.25 5.059-5.024 5.059-2.775 0-5.024-2.265-5.024-5.059s2.249-5.059 5.024-5.059c2.774 0 5.023 2.265 5.023 5.06Z' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.935' d='m26.05 12.815-.997.945-1.995 1.89-.996-.945'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .br-curso-2023-completo__icon.star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cmask id='a' width='34' height='32' x='4' y='9' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.5 9h32.834v31.5H4.5V9Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='m21.443 9.577 4.458 10.065a.041.041 0 0 0 .032.023l10.884 1.158a.582.582 0 0 1 .325 1.01l-8.125 7.38a.038.038 0 0 0-.013.036l2.269 10.78a.578.578 0 0 1-.852.624l-9.485-5.503a.038.038 0 0 0-.04 0l-9.48 5.503a.578.578 0 0 1-.853-.624l2.267-10.78a.038.038 0 0 0-.012-.037l-8.126-7.38a.582.582 0 0 1 .325-1.009l10.884-1.158a.04.04 0 0 0 .032-.023L20.39 9.577a.575.575 0 0 1 1.053 0Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M43.62 20.109c0 4.19-3.374 7.588-7.536 7.588-4.163 0-7.536-3.398-7.536-7.588 0-4.191 3.374-7.588 7.536-7.588 4.162 0 7.535 3.397 7.535 7.588Z' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.935' d='m39.075 17.98-1.495 1.418-2.993 2.834-1.494-1.416'/%3E%3C/svg%3E");
  }
}
.br-curso-2023-completo__icon.tools {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M14.917 23.328a1.084 1.084 0 0 0 2.166 0v-13a1.084 1.084 0 0 0-2.166 0v13Z'/%3E%3Cpath fill='%238CFF00' d='M4.083 10.328c-.598 0-1.083.486-1.083 1.084v10.833a1.084 1.084 0 0 0 2.167 0V11.41c0-.598-.486-1.083-1.084-1.083ZM13.292 21.162v-8.667a1.084 1.084 0 0 0-2.167 0v8.667a1.084 1.084 0 0 0 2.167 0ZM8.417 20.078c.598 0 1.083-.485 1.083-1.083V14.66a1.084 1.084 0 0 0-2.167 0v4.334c0 .598.486 1.083 1.084 1.083ZM20.875 21.162v-8.667a1.084 1.084 0 0 0-2.167 0v8.667a1.084 1.084 0 0 0 2.167 0ZM27.917 10.328c-.598 0-1.084.486-1.084 1.084v10.833a1.084 1.084 0 0 0 2.167 0V11.41c0-.598-.485-1.083-1.083-1.083ZM23.583 13.578c-.598 0-1.083.486-1.083 1.084v4.333a1.084 1.084 0 0 0 2.167 0V14.66c0-.598-.486-1.083-1.084-1.083Z'/%3E%3Cpath fill='%2300E3D8' d='M14.917 28.745a1.084 1.084 0 0 0 2.166 0V27.66a1.084 1.084 0 0 0-2.166 0v1.084ZM16 7.078c.598 0 1.083-.485 1.083-1.083V4.91a1.084 1.084 0 0 0-2.166 0v1.084c0 .598.485 1.083 1.083 1.083Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M3 3.828h26v26H3z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .br-curso-2023-completo__icon.tools {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M22.375 33.75a1.626 1.626 0 0 0 3.25 0v-19.5a1.626 1.626 0 0 0-3.25 0v19.5Z'/%3E%3Cpath fill='%238CFF00' d='M6.125 14.25c-.897 0-1.625.728-1.625 1.625v16.25a1.626 1.626 0 0 0 3.25 0v-16.25c0-.897-.728-1.625-1.625-1.625ZM19.938 30.5v-13a1.626 1.626 0 0 0-3.25 0v13a1.626 1.626 0 0 0 3.25 0ZM12.625 28.875c.897 0 1.625-.728 1.625-1.625v-6.5a1.626 1.626 0 0 0-3.25 0v6.5c0 .897.728 1.625 1.625 1.625ZM31.313 30.5v-13a1.626 1.626 0 0 0-3.25 0v13a1.626 1.626 0 0 0 3.25 0ZM41.875 14.25c-.897 0-1.625.728-1.625 1.625v16.25a1.626 1.626 0 0 0 3.25 0v-16.25c0-.897-.728-1.625-1.625-1.625ZM35.375 19.125c-.897 0-1.625.728-1.625 1.625v6.5a1.626 1.626 0 0 0 3.25 0v-6.5c0-.897-.728-1.625-1.625-1.625Z'/%3E%3Cpath fill='%2300E3D8' d='M22.375 41.875a1.626 1.626 0 0 0 3.25 0V40.25a1.626 1.626 0 0 0-3.25 0v1.625ZM24 9.375c.897 0 1.625-.728 1.625-1.625V6.125a1.626 1.626 0 0 0-3.25 0V7.75c0 .897.728 1.625 1.625 1.625Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4.5 4.5h39v39h-39z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.br-curso-2023-completo__icon.exercises {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M18.926 8.31H4.234C3.553 8.31 3 8.862 3 9.544v19.049c0 .681.553 1.234 1.234 1.234h14.692c.682 0 1.234-.553 1.234-1.234V9.543c0-.68-.552-1.233-1.234-1.233Z'/%3E%3Cpath fill='%238CFF00' d='M27.766 3.827H13.074c-.681 0-1.234.552-1.234 1.234v19.05c0 .68.553 1.233 1.234 1.233h14.692c.681 0 1.234-.552 1.234-1.234V5.061c0-.682-.553-1.234-1.234-1.234Z' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' d='M16.511 23.555H6.65a.452.452 0 1 1 0-.905h9.862a.452.452 0 1 1 0 .905ZM16.511 20.865H6.65a.453.453 0 0 1 0-.905h9.862a.452.452 0 0 1 0 .905ZM16.511 18.176H6.65a.452.452 0 0 1 0-.905h9.862a.452.452 0 1 1 0 .905ZM16.511 15.486H6.65a.453.453 0 0 1 0-.905h9.862a.452.452 0 0 1 0 .905Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M3 3.827h26v26H3z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .br-curso-2023-completo__icon.exercises {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300E3D8' d='M28.389 11.225H6.35a1.851 1.851 0 0 0-1.851 1.85V41.65c0 1.023.829 1.851 1.851 1.851H28.39a1.851 1.851 0 0 0 1.851-1.85V13.075a1.851 1.851 0 0 0-1.851-1.851Z'/%3E%3Cpath fill='%238CFF00' d='M41.649 4.5H19.61a1.851 1.851 0 0 0-1.851 1.851v28.574c0 1.022.829 1.85 1.85 1.85H41.65a1.851 1.851 0 0 0 1.85-1.85V6.35A1.851 1.851 0 0 0 41.65 4.5Z' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%23fff' d='M24.767 34.092H9.973a.679.679 0 1 1 0-1.357h14.794a.679.679 0 0 1 0 1.357ZM24.767 30.057H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 0 1 0 1.358ZM24.767 26.024H9.973a.68.68 0 0 1 0-1.357h14.794a.679.679 0 0 1 0 1.357ZM24.767 21.99H9.973a.679.679 0 1 1 0-1.358h14.794a.679.679 0 0 1 0 1.357Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4.5 4.5h39v39h-39z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.br-curso-2023-completo .swiper-wrapper {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-completo .swiper-wrapper {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-completo .swiper-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .br-curso-2023-completo .swiper {
    margin-left: 147px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-completo .swiper {
    margin-left: 45px;
  }
}
.br-curso-2023-completo .swiper-nav-wrapper {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.br-curso-2023-completo .swiper-icons-nav {
  width: 36px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.br-curso-2023-completo .swiper-icons-nav.--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='M15.705 16.59 11.125 12l4.58-4.59L14.295 6l-6 6 6 6 1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-completo .swiper-icons-nav.--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='m8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-completo .swiper-page {
  width: auto !important;
}
.br-curso-2023-completo .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  opacity: 1;
}
.br-curso-2023-completo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6600;
  border: 1px solid #FF6600;
}

/* repo: web-oe-master-int */
.br-curso-2023-online {
  background-color: #F7F8FB;
  padding-bottom: 72px !important;
}
@media (min-width: 768px) {
  .br-curso-2023-online {
    padding-bottom: 50px !important;
  }
}
.br-curso-2023-online .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .br-curso-2023-online .--br-mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .br-curso-2023-online .container-custom {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .br-curso-2023-online .container-custom {
    padding: 0;
  }
}
.br-curso-2023-online__header-wrapper {
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  .br-curso-2023-online__header-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__header-wrapper {
    width: 310px;
    margin-left: -7px;
  }
}
@media (min-width: 1200px) {
  .br-curso-2023-online__header-wrapper {
    width: 354px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-online__header-wrapper {
    margin-left: -25px;
  }
}
.br-curso-2023-online__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}
.br-curso-2023-online__title .--blue {
  color: #0078FF;
}
@media (min-width: 768px) {
  .br-curso-2023-online__title {
    font-size: 32px;
    margin: 0 0 33px 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__title {
    text-align: left;
  }
}
.br-curso-2023-online__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-online__copy {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__copy {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-online__col-custom-swiper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__col-custom-swiper {
    padding: 15px;
  }
}
.br-curso-2023-online__card {
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  margin: 0 30px;
}
@media (min-width: 550px) {
  .br-curso-2023-online__card {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-online__card {
    margin: 0 5px;
  }
}
.br-curso-2023-online__card-header {
  text-align: center;
  border-radius: 18px 18px 0 0;
  padding: 42px 0;
}
.br-curso-2023-online__card-header.--n1 {
  background-color: #01D6D4;
}
.br-curso-2023-online__card-header.--n2 {
  background-color: #00B1E5;
}
.br-curso-2023-online__card-header.--n3 {
  background-color: #0078FF;
}
.br-curso-2023-online__card-icon {
  height: 1px;
}
.br-curso-2023-online__card-body {
  padding: 0 20px;
  height: 122px;
}
.br-curso-2023-online__title-1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.br-curso-2023-online__title-2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.br-curso-2023-online__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.br-curso-2023-online__image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .br-curso-2023-online__image-wrapper {
    width: unset;
    flex: 0 0 443px;
    margin-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__image-wrapper {
    flex: 0 0 460px;
    margin-left: 18px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-online__image-wrapper {
    flex: 0 0 560px;
  }
}
.br-curso-2023-online__image {
  width: 100%;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .br-curso-2023-online__image {
    width: 443px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online__image {
    width: 460px;
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-online__image {
    width: 560px;
    height: 400px;
  }
}
.br-curso-2023-online .br-curso-2023-completo__custom-col {
  height: 217px;
}
@media (min-width: 768px) {
  .br-curso-2023-online .br-curso-2023-completo__custom-col {
    display: flex;
    align-items: center;
  }
}
.br-curso-2023-online__icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;
  top: -16px;
  position: relative;
}
.br-curso-2023-online__icon.cup-1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill='%23000' stroke='%2301D6D4' stroke-width='.575' d='m12.63 9.353-.002.008v.008a2.77 2.77 0 0 0 0 .375v5a3.483 3.483 0 0 0 2.876 3.43c.198.035.32.185.322.326 0 .164-.125.257-.236.242a4.032 4.032 0 0 1-3.505-3.998v-5.02l-.001-.01a3.166 3.166 0 0 1 0-.438.274.274 0 0 1 .307-.231.276.276 0 0 1 .238.308Z'/%3E%3Cpath fill='%2301D6D4' d='M20.163 14.5a.578.578 0 0 1-.293-.082l-.405-.24a.563.563 0 0 1-.188-.75.555.555 0 0 1 .75-.196l.263.158c2.003-.15 2.46-2.43 2.61-3.51H9.1c.105 1.087.585 3.36 2.588 3.465l.262-.158a.555.555 0 0 1 .75.196.562.562 0 0 1-.188.75l-.405.24a.577.577 0 0 1-.292.082c-3.082 0-3.9-3.375-3.9-5.16a.57.57 0 0 1 .585-.54h15a.57.57 0 0 1 .563.562c0 1.785-.818 5.183-3.9 5.183ZM16 23.245a.57.57 0 0 1-.563-.563v-4.177a.563.563 0 0 1 1.126 0v4.177a.57.57 0 0 1-.563.563Z'/%3E%3Cpath fill='%2301D6D4' d='M20.177 23.245h-7.5a.563.563 0 0 1 0-1.125h7.5a.563.563 0 0 1 0 1.125Z'/%3E%3Cpath fill='%23000' stroke='%2301D6D4' stroke-width='.575' d='M19.96 9.628V14.658c0 .89-.294 1.75-.83 2.45-.065.086-.214.11-.326-.003-.097-.097-.117-.284-.004-.446.41-.582.633-1.28.633-2.001v-5c.008-.12.008-.24 0-.359a.275.275 0 0 1 .53-.083c.008.137.008.275-.002.412Z'/%3E%3C/svg%3E");
}
.br-curso-2023-online__icon.cup-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill='%23000' stroke='%2300B1E5' stroke-width='.575' d='m12.63 9.353-.001.008v.008c-.01.125-.01.25-.001.375v5a3.483 3.483 0 0 0 2.876 3.43c.199.035.321.185.322.326.001.164-.125.257-.236.242a4.032 4.032 0 0 1-3.505-3.998V9.714a3.181 3.181 0 0 1-.001-.438.278.278 0 0 1 .2-.224.276.276 0 0 1 .346.3Z'/%3E%3Cpath fill='%2300B1E5' d='M20.163 14.5a.578.578 0 0 1-.293-.082l-.405-.24a.563.563 0 0 1-.188-.75.555.555 0 0 1 .75-.196l.263.158c2.003-.15 2.46-2.43 2.61-3.51H9.1c.105 1.087.585 3.36 2.588 3.465l.262-.158a.555.555 0 0 1 .75.196.562.562 0 0 1-.188.75l-.405.24a.577.577 0 0 1-.292.082c-3.082 0-3.9-3.375-3.9-5.16a.57.57 0 0 1 .585-.54h15a.57.57 0 0 1 .563.562c0 1.785-.818 5.183-3.9 5.183ZM16 23.245a.57.57 0 0 1-.563-.563v-4.177a.563.563 0 0 1 1.126 0v4.177a.57.57 0 0 1-.563.563Z'/%3E%3Cpath fill='%2300B1E5' d='M20.178 23.245h-7.5a.563.563 0 0 1 0-1.125h7.5a.563.563 0 0 1 0 1.125Z'/%3E%3Cpath fill='%23000' stroke='%2300B1E5' stroke-width='.575' d='M19.96 9.628V14.658c0 .89-.295 1.75-.83 2.45-.066.086-.214.11-.327-.003-.097-.097-.117-.284-.003-.446.409-.582.632-1.28.632-2.001v-5c.008-.12.008-.24 0-.359a.276.276 0 0 1 .53-.083c.009.137.008.275-.002.412Z'/%3E%3C/svg%3E");
}
.br-curso-2023-online__icon.cup-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill='%23000' stroke='%230078FF' stroke-width='.575' d='m12.63 9.353-.001.008v.008c-.01.125-.01.25-.001.375v5a3.483 3.483 0 0 0 2.876 3.43c.199.035.321.185.322.326.001.164-.125.257-.236.242a4.032 4.032 0 0 1-3.505-3.998V9.714a3.181 3.181 0 0 1-.001-.438.278.278 0 0 1 .2-.224.276.276 0 0 1 .346.3Z'/%3E%3Cpath fill='%230078FF' d='M20.163 14.5a.578.578 0 0 1-.293-.082l-.405-.24a.563.563 0 0 1-.188-.75.555.555 0 0 1 .75-.196l.263.158c2.003-.15 2.46-2.43 2.61-3.51H9.1c.105 1.087.585 3.36 2.588 3.465l.262-.158a.555.555 0 0 1 .75.196.562.562 0 0 1-.188.75l-.405.24a.577.577 0 0 1-.292.082c-3.082 0-3.9-3.375-3.9-5.16a.57.57 0 0 1 .585-.54h15a.57.57 0 0 1 .563.562c0 1.785-.818 5.183-3.9 5.183ZM16 23.245a.57.57 0 0 1-.563-.563v-4.177a.563.563 0 0 1 1.126 0v4.177a.57.57 0 0 1-.563.563Z'/%3E%3Cpath fill='%230078FF' d='M20.178 23.245h-7.5a.563.563 0 0 1 0-1.125h7.5a.563.563 0 0 1 0 1.125Z'/%3E%3Cpath fill='%23000' stroke='%230078FF' stroke-width='.575' d='M19.96 9.628V14.658c0 .89-.295 1.75-.83 2.45-.066.086-.214.11-.327-.003-.097-.097-.117-.284-.003-.446.409-.582.632-1.28.632-2.001v-5c.008-.12.008-.24 0-.359a.276.276 0 0 1 .53-.083c.009.137.008.275-.002.412Z'/%3E%3C/svg%3E");
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .br-curso-2023-online .col-custom_swiper {
    left: 75px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online .swiper {
    left: 10px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-online .swiper {
    left: 164px;
  }
}
.br-curso-2023-online .swiper-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .br-curso-2023-online .swiper-wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-online .swiper-slide {
    width: 256px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-online .swiper-slide.--swiper-gap-first {
    width: 308px !important;
    padding-left: 52px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online .swiper-slide.--swiper-gap-first {
    width: 260px !important;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-online .swiper-slide.--swiper-gap-last {
    width: 260px !important;
    padding-right: 16px;
  }
}
.br-curso-2023-online .swiper-nav-wrapper {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.br-curso-2023-online .swiper-icons-nav {
  width: 36px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.br-curso-2023-online .swiper-icons-nav.--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='M15.705 16.59 11.125 12l4.58-4.59L14.295 6l-6 6 6 6 1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-online .swiper-icons-nav.--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='m8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-online .swiper-page {
  width: auto !important;
}
.br-curso-2023-online .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  opacity: 1;
}
.br-curso-2023-online .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6600;
  border: 1px solid #FF6600;
}

.br-curso-2023-aprender {
  padding: 70px 0 55px 0;
}
.br-curso-2023-aprender .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .br-curso-2023-aprender .--br-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-aprender {
    padding: 65px 0 28px 0;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aprender {
    padding: 78px 0 50px 0;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-aprender {
    padding: 85px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .container-custom__tabs {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-aprender .container-custom__tabs {
    width: 100%;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aprender .container-custom__tabs {
    width: 100%;
    max-width: 868px;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .row-custom__tabs {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .col-custom__tabs {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-aprender .col-custom__tabs {
    margin-bottom: 48px;
  }
}
.br-curso-2023-aprender .container-custom__cards {
  padding: 0;
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .container-custom__cards {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aprender .container-custom__cards {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .row-custom__cards {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .col-custom__cards {
    padding: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-aprender .col-custom__cards {
    margin-left: -15px;
  }
}
.br-curso-2023-aprender__title {
  font-family: "Inter";
  font-style: normal;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0;
  margin: 0 0 27.5px 0;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__title {
    font-size: 40px;
    margin: 0 0 60px 0;
  }
}
.br-curso-2023-aprender__copy {
  font-family: "Inter";
  font-style: normal;
  color: #000000;
  margin: 0 0 45px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__copy {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__image-wrapper {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aprender__image-wrapper {
    width: 460px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-aprender__image-wrapper {
    width: 463px;
  }
}
.br-curso-2023-aprender__content-wrapper {
  padding: 20px 18px;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__content-wrapper {
    padding: 20px;
    display: flex;
    padding: unset;
  }
}
.br-curso-2023-aprender__copy-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__copy-wrapper {
    width: 50%;
    padding: 0 0 0 19px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aprender__copy-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 0 0 0 65px;
  }
}
.br-curso-2023-aprender__title-slide {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #0078FF;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender__title-slide {
    margin-top: 20px;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__title-slide {
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 24px;
  }
}
.br-curso-2023-aprender__copy-slide {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__copy-slide {
    font-size: 18px;
    line-height: 140%;
  }
}
.br-curso-2023-aprender .swiper-slide.swiper__tab-buttom {
  width: 165px !important;
  text-align: center;
}
@media (min-width: 992px) {
  .br-curso-2023-aprender .swiper-slide.swiper__tab-buttom {
    width: 260px !important;
  }
}
.br-curso-2023-aprender .swiper-slide.swiper__tab-buttom:nth-child(2n) {
  width: 286.5px !important;
}
@media (min-width: 992px) {
  .br-curso-2023-aprender .swiper-slide.swiper__tab-buttom:nth-child(2n) {
    width: 290px !important;
  }
}
.br-curso-2023-aprender .swiper-slide.swiper__tab-buttom:nth-child(3n) {
  width: 286.5px !important;
}
@media (min-width: 992px) {
  .br-curso-2023-aprender .swiper-slide.swiper__tab-buttom:nth-child(3n) {
    width: 290px !important;
  }
}
.br-curso-2023-aprender .swiper__tabs-wrapper {
  border-radius: 4px;
  background-color: #F4F4F4;
  overflow: hidden;
  margin-bottom: 50px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender .swiper__tabs-wrapper {
    margin-bottom: 0;
    margin-left: unset;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .swiper__tabs {
    width: 100%;
  }
}
.br-curso-2023-aprender .swiper__tab-buttom {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1319.98px) {
  .br-curso-2023-aprender .swiper__tab-buttom {
    line-height: 130%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-aprender .swiper__tab-buttom {
    text-align: center;
  }
}
.br-curso-2023-aprender .swiper__wrapper-cards {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender .swiper__wrapper-cards {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .br-curso-2023-aprender .swiper-slide__card {
    border-radius: 13px;
    overflow: hidden !important;
  }
}
.br-curso-2023-aprender .swiper-slide-thumb-active {
  background-color: #FF6600;
  color: #fff;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender .swipper-wrapper-fixed {
    width: 100% !important;
  }
}
.br-curso-2023-aprender__swiper-wrapper-1 {
  margin-left: auto;
  margin-right: auto;
  width: 635px;
}
.br-curso-2023-aprender__swiper-wrapper-2 {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  padding: 0 24px 0 0;
}
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-prev::after,
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-next::after {
  background-repeat: no-repeat;
  content: "";
  font-family: unset;
  font-size: unset;
  height: 32px;
  width: 32px;
}
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-prev,
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-next {
  height: 32px;
  width: 32px;
  top: 36vw;
}
@media (min-width: 768px) {
  .br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-prev,
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-next {
    display: none;
  }
}
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000' fill-opacity='.2' transform='rotate(-180 16 16)'/%3E%3Cpath fill='%23fff' d='M19.705 11.41 15.125 16l4.58 4.59-1.41 1.41-6-6 6-6 1.41 1.41Z'/%3E%3C/svg%3E");
  left: 1px;
}
.br-curso-2023-aprender__swiper-wrapper-2 .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23000' fill-opacity='.2'/%3E%3Cpath fill='%23fff' d='m12.295 20.59 4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6-1.41-1.41Z'/%3E%3C/svg%3E");
  right: 1px;
}
.br-curso-2023-aprender .swiper-button-prev.swiper-button-disabled,
.br-curso-2023-aprender .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.br-curso-2023-aprender .swiper-page {
  width: auto !important;
}
.br-curso-2023-aprender .swiper-nav-wrapper {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.br-curso-2023-aprender .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  opacity: 1;
}
.br-curso-2023-aprender .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6600;
  border: 1px solid #FF6600;
}

.br-curso-2023-recursos {
  background: #F4F6FB;
  padding: 50px 0 55px 0;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos {
    padding: 80px 0 28px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-recursos .container-custom {
    max-width: 748px;
  }
}
.br-curso-2023-recursos .--br-mobile {
  display: none;
}
.br-curso-2023-recursos__header-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__header-wrapper {
    margin-bottom: 54px;
  }
}
.br-curso-2023-recursos__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__title {
    font-size: 38px;
    text-align: center;
  }
}
.br-curso-2023-recursos__card {
  background-color: #fff;
  padding: 25px 18px 30px 18px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__card {
    padding: 25px 18px 30px 18px;
  }
}
.br-curso-2023-recursos__card-content-wrapper {
  height: 195px;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__card-content-wrapper {
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-recursos__card-content-wrapper {
    height: 190px;
  }
}
.br-curso-2023-recursos__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #0078FF;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 44px;
  justify-content: center;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__title-1 {
    font-size: 20px;
    text-align: left;
    min-height: 44px;
    justify-content: start;
  }
}
.br-curso-2023-recursos__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos__copy-1 {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 6px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-recursos__copy-1 {
    line-height: 120%;
  }
}
.br-curso-2023-recursos__lnk {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #FF6600;
  margin: 12px 0 0 0;
  padding: 0;
  text-align: left;
  display: block;
}
@media (min-width: 768px) and (max-width: 799.98px) {
  .br-curso-2023-recursos .col-custom_swiper {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .br-curso-2023-recursos .col-custom_swiper {
    left: 75px;
  }
}
.br-curso-2023-recursos .swiper-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .br-curso-2023-recursos .swiper-wrapper {
    margin-bottom: 50px;
  }
}
.br-curso-2023-recursos .swiper-nav-wrapper {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.br-curso-2023-recursos .swiper-icons-nav {
  width: 36px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.br-curso-2023-recursos .swiper-icons-nav.--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='M15.705 16.59 11.125 12l4.58-4.59L14.295 6l-6 6 6 6 1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-recursos .swiper-icons-nav.--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F60' d='m8.295 16.59 4.58-4.59-4.58-4.59L9.705 6l6 6-6 6-1.41-1.41Z'/%3E%3C/svg%3E");
}
.br-curso-2023-recursos .swiper-page {
  width: auto !important;
}
.br-curso-2023-recursos .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #A0A0A0;
  opacity: 1;
}
.br-curso-2023-recursos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6600;
  border: 1px solid #FF6600;
}

.br-curso-2023-aulas .--br-mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br-curso-2023-aulas .container-custom-1,
.br-curso-2023-aulas .container-custom-2 {
    max-width: 763px;
  }
}
.br-curso-2023-aulas__content-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__content-wrapper {
    margin-bottom: 54px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-aulas__content-wrapper {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .br-curso-2023-aulas__content-wrapper {
    width: 380px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-aulas__content-wrapper {
    width: 386px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.br-curso-2023-aulas__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FF2846;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__title {
    font-size: 16px;
  }
}
.br-curso-2023-aulas__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.791667px;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__title-1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.br-curso-2023-aulas__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__copy {
    font-size: 24px;
  }
}
.br-curso-2023-aulas__card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #0078FF;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__card-title {
    font-size: 24px;
  }
}
.br-curso-2023-aulas__card-copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .br-curso-2023-aulas__card-copy {
    font-size: 16px;
  }
}
.br-curso-2023-aulas__card-copy strong {
  font-weight: 600;
}
.br-curso-2023-aulas__card-copy .--lnk {
  color: #FF6600;
  font-size: inherit;
}
.br-curso-2023-aulas__image-wrapper {
  margin-bottom: 27px;
}

.br-curso-2023-metodo {
  background: linear-gradient(180deg, #00B0FF -17.06%, #0078FF 115.88%);
  height: 670px;
}
@media (max-width: 767.98px) {
  .br-curso-2023-metodo {
    padding: 55px 18px 63px 18px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-metodo {
    height: 614px;
    padding: 80px 0;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-metodo {
    height: 560px;
    padding: 80px 0;
  }
}
.br-curso-2023-metodo .container-custom {
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .br-curso-2023-metodo .container-custom {
    height: 560px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-metodo .container-custom {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .br-curso-2023-metodo .container-custom {
    max-width: 925px;
  }
}
.br-curso-2023-metodo .row-custom,
.br-curso-2023-metodo .col-custom {
  height: 100%;
}
.br-curso-2023-metodo .--br-mobile {
  display: none;
}
@media (width: 320px) {
  .br-curso-2023-metodo .--br-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__content-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    width: 375px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-metodo__content-wrapper {
    width: 470px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-metodo__content-wrapper {
    width: 540px;
    margin-left: 35px;
  }
}
.br-curso-2023-metodo__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .br-curso-2023-metodo__copy {
    margin-top: 25px;
    margin-bottom: 12px;
  }
}
@media (min-width: 480px) {
  .br-curso-2023-metodo__copy {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__copy {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: unset;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-metodo__copy {
    font-size: 24px;
    line-height: 32px;
  }
}
.br-curso-2023-metodo__copy .quotation.izq, .br-curso-2023-metodo__copy .izq.quotation--izq, .br-curso-2023-metodo__copy .izq.quotation--der {
  margin-left: -18px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__copy .quotation.izq, .br-curso-2023-metodo__copy .izq.quotation--izq, .br-curso-2023-metodo__copy .izq.quotation--der {
    margin-top: -8px;
    margin-left: -27px;
  }
}
.br-curso-2023-metodo__copy .quotation.der, .br-curso-2023-metodo__copy .der.quotation--izq, .br-curso-2023-metodo__copy .der.quotation--der {
  margin-top: -5px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__copy .quotation.der, .br-curso-2023-metodo__copy .der.quotation--izq, .br-curso-2023-metodo__copy .der.quotation--der {
    margin-top: -8px;
    margin-left: 3px;
  }
}
.br-curso-2023-metodo__copy .quotation, .br-curso-2023-metodo__copy .quotation--izq, .br-curso-2023-metodo__copy .quotation--der {
  font-family: Georgia !important;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  color: #8cff00;
  display: inline-block;
  position: absolute;
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__copy .quotation, .br-curso-2023-metodo__copy .quotation--izq, .br-curso-2023-metodo__copy .quotation--der {
    font-size: 64px;
  }
}
.br-curso-2023-metodo__sign {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #0078FF;
  margin: 0;
  padding: 0;
}
.br-curso-2023-metodo__image-wrapper {
  width: 322px;
  height: auto;
  bottom: -55px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .br-curso-2023-metodo__image-wrapper {
    left: 50%;
    margin-left: -160px;
  }
}
@media (min-width: 768px) {
  .br-curso-2023-metodo__image-wrapper {
    width: 536px;
    height: auto;
    left: -205px;
    bottom: -80px;
  }
}
@media (min-width: 992px) {
  .br-curso-2023-metodo__image-wrapper {
    left: -115px;
  }
}
@media (min-width: 1440px) {
  .br-curso-2023-metodo__image-wrapper {
    left: -30px;
  }
}
.br-curso-2023-metodo__image {
  width: 100%;
}

.about-page-data .--br-table-768 {
  display: none;
}
@media (width: 768px) {
  .about-page-data .--br-table-768 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about-page-data .container-custom {
    max-width: 1160px;
  }
}
@media (min-width: 1210px) {
  .about-page-data .container-custom {
    max-width: 1210px;
  }
}
@media (min-width: 992px) {
  .about-page-data .container-custom-1 {
    max-width: 815px;
  }
}
@media (min-width: 1200px) {
  .about-page-data .container-custom-1 {
    max-width: 966px;
  }
}
.about-page-data .grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1px;
  background-color: #00DBD1;
}
@media (min-width: 768px) {
  .about-page-data .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 135px auto;
    grid-gap: 1px;
  }
}
.about-page-data .grid-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page-data__content-wrapper {
  padding: 0 10px;
  margin: 35px 0;
}
.about-page-data__title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .about-page-data__title {
    font-size: 40px;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
  }
}
.about-page-data__subtitle {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 137.5%;
}
@media (min-width: 768px) {
  .about-page-data__subtitle {
    margin: 0 0 63px 0;
    font-size: 24px;
    line-height: 100%;
  }
}
.about-page-data__title-2 {
  color: #0078FF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.about-page-data__copy {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .about-page-data__copy {
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .about-page-data__copy {
    letter-spacing: unset;
  }
}

.about-page-hispanico {
  padding: 110px 0 90px 0;
}
.about-page-hispanico__copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .about-page-hispanico__copy-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 1320px) {
  .about-page-hispanico__copy-wrapper {
    width: 520px;
  }
}
.about-page-hispanico__title {
  color: #000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .about-page-hispanico__title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 45px;
  }
}
.about-page-hispanico__copy {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .about-page-hispanico__copy {
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
  }
}
@media (max-width: 767.98px) {
  .about-page-hispanico__image-wrapper {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .about-page-hispanico__image-wrapper {
    width: 372px;
  }
}
@media (min-width: 992px) {
  .about-page-hispanico__image-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .about-page-hispanico__image-wrapper {
    width: 495px;
  }
}
.about-page-hispanico__image {
  width: 100%;
}

.about-page-equipo-swiper {
  padding: 0 0 80px 0;
  /**/
}
.about-page-equipo-swiper.--bg-white {
  background-color: #fff;
}
.about-page-equipo-swiper.--bg-grey {
  background-color: #f4f4f4;
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .about-page-equipo-swiper .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page-equipo-swiper__wrapper {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .about-page-equipo-swiper__wrapper {
    max-width: 375px;
    margin: 0 auto;
  }
}
.about-page-equipo-swiper__card {
  background-color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .about-page-equipo-swiper__card {
    width: 350px;
  }
}
.about-page-equipo-swiper__card-content {
  padding: 120px 22px 20px 22px;
  margin: 0;
  width: 100%;
  min-height: 678px;
}
@media (min-width: 768px) {
  .about-page-equipo-swiper__card-content {
    min-height: 555px;
    width: auto;
  }
}
.about-page-equipo-swiper__card-skill {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 0 0 30px 0;
  padding: 0;
}
.about-page-equipo-swiper__card-list {
  margin: 0 25px;
  padding: 0;
}
.about-page-equipo-swiper__card-list-item {
  padding: 0;
  margin: 0 0 22px 0;
}
.about-page-equipo-swiper__card-list-copy {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-page-equipo-swiper__card-image {
  width: 136px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -68px;
  top: -68px;
}
@media (min-width: 768px) {
  .about-page-equipo-swiper__card-image {
    width: 175px;
    margin-left: -87.5px;
    top: -87px;
  }
}
.about-page-equipo-swiper__image {
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .about-page-equipo-swiper__image {
    width: 100%;
  }
}
.about-page-equipo-swiper__title {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110.526%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .about-page-equipo-swiper__title {
    font-size: 38px;
    margin-bottom: 45px;
    letter-spacing: -1px;
  }
}
.about-page-equipo-swiper__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.about-page-equipo-swiper__card-title {
  color: #0078FF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.about-page-equipo-swiper__card-sign-wrapper {
  position: absolute;
  bottom: 10px;
}
.about-page-equipo-swiper__card-copy, .about-page-equipo-swiper__card-location {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  line-height: 137.5%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-page-equipo-swiper__card-location {
  margin-left: -15px;
}
.about-page-equipo-swiper__card-data {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  line-height: 137.5%;
  margin: 20px 0 5px 0;
  padding: 0;
}
.about-page-equipo-swiper__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-page-equipo-swiper .icon-flag {
  width: 25px;
  height: 25px;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.about-page-equipo-swiper .icon-flag.br {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='57' fill='none'%3E%3Cg filter='url(%23a)' shape-rendering='crispEdges'%3E%3Ccircle cx='28' cy='24.398' r='16' fill='url(%23b)'/%3E%3Ccircle cx='28' cy='24.398' r='17' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='b' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23c' transform='matrix(.0052 0 0 .0052 0 -.003)'/%3E%3C/pattern%3E%3Cfilter id='a' width='56' height='56' x='0' y='.397' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0.470588 0 0 0 0 1 0 0 0 0.3 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_641_4104'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_641_4104' result='shape'/%3E%3C/filter%3E%3Cimage xlink:href='data:image/png;base64,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' id='c' width='192' height='193'/%3E%3C/defs%3E%3C/svg%3E");
}
.about-page-equipo-swiper .icon-flag.ch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='57' fill='none'%3E%3Cg filter='url(%23a)' shape-rendering='crispEdges'%3E%3Ccircle cx='28' cy='24.898' r='16' fill='url(%23b)'/%3E%3Ccircle cx='28' cy='24.898' r='17' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='b' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23c' transform='scale(.0052)'/%3E%3C/pattern%3E%3Cfilter id='a' width='56' height='56' x='0' y='.897' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0.470588 0 0 0 0 1 0 0 0 0.3 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_641_4114'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_641_4114' result='shape'/%3E%3C/filter%3E%3Cimage xlink:href='data:image/png;base64,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' id='c' width='192' height='192'/%3E%3C/defs%3E%3C/svg%3E");
}
.about-page-equipo-swiper .icon-flag.co {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='57' fill='none'%3E%3Cg filter='url(%23a)' shape-rendering='crispEdges'%3E%3Ccircle cx='28' cy='24.898' r='16' fill='url(%23b)'/%3E%3Ccircle cx='28' cy='24.898' r='17' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='b' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23c' transform='scale(.00518)'/%3E%3C/pattern%3E%3Cfilter id='a' width='56' height='56' x='0' y='.897' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0.470588 0 0 0 0 1 0 0 0 0.3 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_641_4124'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_641_4124' result='shape'/%3E%3C/filter%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAADBCAYAAAB2QtScAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJUSURBVHgB7dahTQQBFEXRv8skBIdEYlA0A8VQB5ZGaAWHRJEg15DN7M60cc8Rr4ObvBkA2g7brD/zMjfzPhC07Huc++s+DgQdB+JEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkLds8v77N6XQ7ULRH8PX9MLMeBorcIfJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkiYA8EZAnAvJEQJ4IyBMBeSIgTwTkLdt8/n3M3fo/ULRH8HT+Hahyh8gTAXkiIE8E5ImAPBGQJwLyRECeCMgTAXkiIE8E5ImAPBGQJwLyRECeCMgTAXkiIE8E5ImAPBGQJwLyRECeCMgTAXkiIE8E5ImAPBGQJwLyRECeCMgTAXkiIE8E5ImAPBGQJwLyRECeCMgTAXkiIE8E5ImAvAu84hB6tn4qcgAAAABJRU5ErkJggg==' id='c' width='193' height='193'/%3E%3C/defs%3E%3C/svg%3E");
}
.about-page-equipo-swiper .icon-flag.mx {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='57' fill='none'%3E%3Cg filter='url(%23a)' shape-rendering='crispEdges'%3E%3Ccircle cx='28' cy='24.398' r='16' fill='url(%23b)'/%3E%3Ccircle cx='28' cy='24.398' r='17' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='b' width='1' height='1' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23c' transform='scale(.00775)'/%3E%3C/pattern%3E%3Cfilter id='a' width='56' height='56' x='0' y='.397' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0.470588 0 0 0 0 1 0 0 0 0.3 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_666_1716'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_666_1716' result='shape'/%3E%3C/filter%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAACBCAYAAADnoNlQAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAsZSURBVHgB7d1pcJv1ncDxryRblixLlmzLp3wksZ3DzolD7EBJTIDdpCxlgZadQlia3QDtlklZykw7LZ1SCu3QY8oUaNoSWkrb0JSUcDQJaQqGHA44buI4cQ7b8SVbvmTrsmRLltS/xdCXfdU3fvz7ZOTYz3ikF/rqef6HNAax4OlSXx+45Xb0STvzQPJnR5gPvAcO0/e/jzAfpKW+6nW7VA+bEf86kQi6RIL5QI9Y8CQCIREIiUAgEQgkAoFEIJAIBBKBQCIQSAQCiUAgEQgkAoFEIJAIBBKBQCIQSAQCiUAgEQgkAoFEIJAIBBKBQCIQSAQCiUAgEQgkAoFEIJAIBBKBQCIQSAQCiUAgEQgkAoFEIJAIBBKBQCIQSAQCiUAgEQgkAoFEIJAIBJ/80YsFanSwn5a/7CPdP4DRCNEZdTB7MfXb7sRW4GKhWJARJGIRYtEYh37/ArbQWS5fcFO5uBB33xjmrFPsO7IHe1UDmx56HGex9mNYMBFMTwcxmazEIgEuHn+TxEgb+Q4LJ1r8RCMzTFxVAUz4aeqLYDLqWK87zYFv303ttv+h4fYdaJnmIxgauszRIy9QU72eazbey+Ef7cCSNkv/gJdFSxxkZhto6Ulj27Jp9eovpu+cB49vlk6TnvHhGAOvPM/0VITGe/4PrdJ8BB+d2kc47MUzPkT76z9g0u2lyz1IyKDGxIkpSnUzuPRTxJOZJA06nBlwcSJOfmYag71ezk2mE375OcwZmdTf9QW0SPOzg8LCahLqn3PGS3DCR1GpnjUbS3FmWSjMsVG2vJI8Rxq+KfXE55pSEUwnDIxGkiyzG0nGY0yFpzmxfzeBETdapPkIyirWYDHl4O0bp6vtBGbzBKVbvkbjZ2/FkG7i1LkxJoOzXPUbuNgxynA8ncYqK4MTES4FEqywG9R4IkbvsJfXvvcYWqT5CIqLl/LfO57j+u1PkLGoGp9tBQWV1UT9brKKCrBFppiNJsmdmWZqMsQV/yzxtAzyLXrWl2WRyLKSYUhS4Mik828n6L7UgdZoMoKgb4h3fv8VLp958x/HrvSewlRRzIrGR+hrb+Wdkz309I9zwTtN71SCnsA0531xblpViCVdz4baEkJ6IxVleRSX5JBpNZG3qJijL3yLQCCAlmhyYJihpoJzIbSf3o85rxR3zwUGh9u56eZdOBzFvHNgDyvUxV+nj1FXYsTvTdIbTseRbmBgxE9dpZNTV30Yk1HGPCNkWDMIBoKM+SIks408aLOhJZo8ExhVBHd9aR+b7/gO3vF+YvEIK1xrUwHMcSxegdlqJBQOkVtRQFJvoMiUIDcrnZplFfjCmUTCAUam46jxIVdUEGMTUXW/GRgm3Ljd2hoganqK6PcPUVJai452dQk4Ro6rEocpTMGKel4/sBf/VJjh6RAz6oleVpVPUWY6e9+9yN6ms1T86SVsFct5b++LLK0rpftyB9by5Zw79Ae0RjNngsnJIbqvtqa+941dITYTJNOsZgXjfTidlaTNhhl851Em2p/CljhJbtlKfJNB7IkYq8sdrF5ZQX/CRGw6zNmWk2y5/ysYzFY23vY5wqEg+cVl5OfYySwsx+X6eCl5bhXSHxhhvtNEBHMBvP7WM3Srwd8c3+glug8/Q6GlmNn4LF3dzTTc8TjdYQu/PJjk+J9/Tb7LwpKqQjyhOIUuJ4ebezn7t24sasHoV9//Jh++e4h1GzZSsboBvTqbRGbjKoYAxUuWpR5jbLyX1jOHOHzkeaLRCPOZJiLoUmcA99BFcuwfv0JLbdUUvemBmRhVixu42n2a9/78A2JTHlaXjjOo5v/RcC9rlrmwm5Psf/8qfWrzqDBTz2KrWiga9vD0IzvY//Mfpl71Dz28i8a7d6rLwwoMWfbUYwQCXj44+VtGxq/inRxgPtPEmGDJ4mvIyy0lPTnDUFcTxZWb8e54kG899QwHmeKJTUuxmCGZ+AwWvZtSdVq3zkzhaTtORUYCx4YNjF1oJhKLcy5goMAYx6DTc+jln3Ch+QgPPrWHIhWDLxjEYs1OPaYzt0hdbqy4ipdTVFDNfKaJCAJDpymMe+g//zrO6x5IHXu6o5U/6hPYLDl8+9B5rvziJWaGm+l67UfUfPlFtZsYZLShg2SGNfXegW/uvJv+c2eIJRN4zXZcuiCRmQRt7Rd5Yud/cu+j36WkpAx3Mpm6/4/e+H+WqPHBIoeJ+U4Tl4OKmtu48c4fk1f+KXUWaEwdu6GqGr2a58eSOgJpRsp37uCl33yER7eV3rFRdr/7Hn8dV6uF9jxsat6/87FHWeQyUrPKypPPPstM0XJCszocakZQ07AJ94iHUM8e6uvrU/e/dPPX1CpiISXLbmW+08wUccw/wZnO05zveZht//Yw922+MXX8uab3aYtGyXYt4sVIhNnRIS7u+rLaU6jGakrnsZf2sC3PwhZnC+vqHeTY9PScepJvPP4QGeU38dO33+LTDTdg+OFDWJ9+IRXM3CD0ak8L19Z9BrtzKfOdZiIoUruFVquDvv5LjIx2UVJcnQph7vbk/tfYfewEfQYDcR0YcgvQZ9mYjIQxlSziiForiHZkULV+NWfNtSzT9fDq7jfpMh8jlO9i46tvsOmeJ7HnL2VCzUQuXTmeesz5Piv4hGYiyMrKZd3qbSQSSbVnsA/DZAerG79K3P0rVhU5+eIt/0Vbv5tsk5FXmlsYHOjFlOckqUuS9I5i3Xg/e4eGGQ4PYE7MzR7mNp/y1TZyhPviQQ7m26gLDKnxRytpBiM2FdyGujvQAk2tGNYs36IWCbrUusCHjPtGUq/aHNcXOHbyIM9/2IM+PQ1bWpTNqzfTePT79J0/qfYFrLTVb6F5dIzhzna25uVw3dbbeKXlNO3eCWodNrZffx2bamqZCo4wNtBCXe2nWLPm1lR4WqC5ZWNjRhbr67dzou0obx18lmvWbuXtzjjb1y/igHsSc5G6ZERC2Po6uUVtFXvU2WHvQB/+hI771HzfFZri7T4LA7OrOPH5C6xd9wC6jEKON+/jSmczZWpGUOl0MhuZRCs0t4FUte6e1Awh217M0PDF1JNX7rDwQdcoe/69FmPvKGkBf+p362/6eHHpno7T/LFogF0bzIwXujjtn2ZliYOvn7meWSy0nj1I07GXCQQ9TE751Sri53GW1qEVmn1Tycqam6murGPS5+ZL9n384brLfLpsnN1bJrAHPx7QffB2H1lqa7hSDQzDrYO0Hh8mMTxKZYaB/okpVqkQmvbtxOcbJMtixWzOSs0ItEazu4hzs4X/2PpVPvzL95gcPosn4CTaOYAlPYfdn7Uye+1zvPhuG8EhN35HNDVgrC4v5In776Kp4w1auy7QaN1EgiqM/k52bn8Wi60ALdL0VrLRmMnKa+9VU7k7aWl/nxOnXiUWm1G7f2G11LyG7XfXsbfVy4/zbqGjKER+3hIOn/kdly6fxG6zMx31c0Pjw0z2HFVjjUy0SvNvOf9kMedm9X9F+Ur6BtowpmdSXraWTk8PDtdaQk0tlNUuwZ8dZmn1tQRDHpwqiLq1t5FtyydbjQG0bMF8AsloNKsp5I2p2ycuBON88UoXTZvXqp90bAvayFLTxbq12rvu/zML+gOpt69pAHX7HAubfDRdSARCIhBIBAKJQCARCCQCgUQgkAgEEoFAIhBIBAKJQCARCCQCgUQgkAgEEoFAIhBIBAKJQCARCCQCgUQgkAgEEoFAIhBIBAKJQCARCCQCgUQgkAgEEoFAIhBIBAKJQCARCCQCgUQgkAgEEoFAIhBIBAKJQCARCCQCgUQglL8D9Sf/zJyeRLUAAAAASUVORK5CYII=' id='c' width='129' height='129'/%3E%3C/defs%3E%3C/svg%3E");
}
.about-page-equipo-swiper__button-play {
  display: inline-block;
  width: 64px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='40' viewBox='0 0 120 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-3.05176e-05' y='0.0625' width='120' height='72' rx='8' fill='%23FF6600'/%3E%3Cpath d='M50.6666 19.7292V52.3958L76.3333 36.0625L50.6666 19.7292Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
}
.about-page-equipo-swiper__nav {
  height: 35px;
  margin: 0 auto !important;
  padding: 0;
  width: 165px;
  position: relative;
  display: block;
}
.about-page-equipo-swiper__nav .swiper-pagination {
  left: unset;
  width: 100%;
  bottom: unset;
}
.about-page-equipo-swiper__nav .swiper-pagination-bullet {
  border: 1px solid #A0A0A0 !important;
  background-color: #ffffff;
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
  opacity: unset;
}
.about-page-equipo-swiper__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6600;
  border: 1px solid #A0A0A0 !important;
}
.about-page-equipo-swiper__btn {
  position: absolute;
  top: unset;
  left: unset;
  width: 10px !important;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px !important;
}
.about-page-equipo-swiper__btn::after {
  content: unset;
}
.about-page-equipo-swiper .swiper-wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
}
.about-page-equipo-swiper .swiper-button-prev,
.about-page-equipo-swiper .swiper-button-next {
  top: 0;
  display: none;
}
.about-page-equipo-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.09717L4.31916 8.29151L10.5 14.4858L8.59717 16.3887L0.5 8.29151L8.59717 0.19434L10.5 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E ");
  left: -12px;
}
.about-page-equipo-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499999 2.09717L6.68084 8.29151L0.5 14.4858L2.40283 16.3887L10.5 8.29151L2.40283 0.19434L0.499999 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  right: -12px;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__content-wrapper {
    padding-bottom: 5px;
  }
}
.oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--38, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--24, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--28-30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title__left {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--38, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--24, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--28-30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title__left {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--38, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--24, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--28-30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title__left {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--38, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--24, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title--28-30, .oe-latam-nd-course-page.metodo.carousel__metodo .h-2__title__left {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.metodo .metodo__card-fix-last {
    margin-bottom: 0;
    height: 390px !important;
  }
}
.oe-latam-nd-course-page.metodo .metodo__image {
  border-radius: 4px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 20px #0000002b;
}

@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.metodo .metodo__image {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo .metodo__image {
    margin: unset;
  }
}
.oe-latam-nd-course-page.metodo .metodo__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0;
  text-align: center;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.metodo .metodo__title {
    margin-top: 17px;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.metodo .metodo__title {
    line-height: 32px;
    padding-top: 25px;
    padding: 0;
    margin-top: 25px;
  }

  .oe-latam-nd-course-page.metodo .metodo__title.short-copy {
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo .metodo__title {
    min-height: unset;
    padding-bottom: 0;
  }
}
.oe-latam-nd-course-page.metodo .metodo__copy {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 3px;
  text-align: center;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.metodo .metodo__copy {
    padding-right: 20px;
    text-align: left;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.metodo .metodo__copy {
    padding: 4px 20px 0 0;
    padding-bottom: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo .metodo__copy {
    min-height: unset;
  }
}
.oe-latam-nd-course-page.metodo .carousel-inner {
  margin-right: -15px;
  margin-left: -15px;
  overflow: unset;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.metodo .carousel-inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo .carousel-inner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.metodo .carousel-inner {
    width: 1140px;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.metodo .carousel__item-wrapper {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.metodo .carousel-item {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .oe-latam-nd-course-page.metodo .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.active.carousel-item-right,
.oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.active.carousel-item-left,
.oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.carousel-item-left,
.oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.oe-latam-nd-course-page.metodo .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.metodo .carousel-inner .carousel-item.carousel-item-prev,
.oe-latam-nd-course-page.metodo .carousel-inner .carousel-item.carousel-item-next {
    padding-top: 20px;
  }

  .oe-latam-nd-course-page.metodo .carousel-item.active.carousel-item-right .metodo__image,
.oe-latam-nd-course-page.metodo .carousel-item.active.carousel-item-left .metodo__image {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.metodo .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.metodo .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
.oe-latam-nd-course-page.metodo .carousel__item-wrapper {
  float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.metodo .carousel__item-wrapper {
    min-height: 520px;
  }
}
.oe-latam-nd-course-page.metodo .carousel-indicators, .oe-latam-nd-course-page.metodo .carousels .carousel-indicators--left, .carousels .oe-latam-nd-course-page.metodo .carousel-indicators--left {
  position: relative;
  bottom: unset;
}

.oe-latam-nd-course-page.metodo .carousel-indicators li, .oe-latam-nd-course-page.metodo .carousels .carousel-indicators--left li, .carousels .oe-latam-nd-course-page.metodo .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}

.oe-latam-nd-course-page.metodo .carousel-indicators .active, .oe-latam-nd-course-page.metodo .carousels .carousel-indicators--left .active, .carousels .oe-latam-nd-course-page.metodo .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

/*PROGRAMAS EXCLUSIVOS*/
.oe-latam-nd-course-page.programas-exclusivos-course-nd .h-2__title-principal {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .h-2__title-principal {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .h-2__title-principal {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__card-fix-last {
    margin-bottom: 0;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image {
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image {
    /*box-shadow: none;*/
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image {
    width: 288px;
    height: 288px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__image {
    margin: unset;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 0;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__title {
    margin-top: 17px;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__title {
    line-height: 32px;
    padding-top: 25px;
    padding: 0;
    margin-top: 25px;
  }

  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__title.short-copy {
    line-height: 63px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__title {
    min-height: unset;
    padding-bottom: 0;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__copy {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 3px;
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__copy {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__copy {
    padding-right: 20px;
    text-align: left;
    min-height: 164px;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__copy {
    text-align: left;
    padding: 4px 20px 0 0;
    padding-bottom: unset;
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .programas-exclusivos__copy {
    min-height: unset;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner {
  margin-right: -15px;
  margin-left: -15px;
  overflow: unset;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner {
    width: 1140px;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel__item-wrapper {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-item {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-right,
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active.carousel-item-left,
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-left,
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-prev,
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-inner .carousel-item.carousel-item-next {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel__item-wrapper {
  float: left;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel__item-wrapper {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel__item-wrapper {
    height: 520px;
  }
}
.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators, .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousels .carousel-indicators--left, .carousels .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators--left {
  position: relative;
  bottom: unset;
}

.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators li, .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousels .carousel-indicators--left li, .carousels .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}

.oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators .active, .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousels .carousel-indicators--left .active, .carousels .oe-latam-nd-course-page.programas-exclusivos-course-nd .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

/*CLASES TIPO*/
@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__card-fix-last {
    margin-bottom: 0;
    height: 390px !important;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-wrapper {
    font-size: 16px;
    line-height: 16px;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-wrapper {
    margin-top: 176px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-1 {
  color: #FF2846;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-1 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-1 {
    font-size: 16px;
    line-height: 16px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-title {
  color: #000;
  font-size: 38px;
  font-weight: 300;
  line-height: 42px;
  text-align: left;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-title {
    margin: 8px 0 0 0;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-title {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-title {
    width: 490px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-2 {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-2 {
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 0 0;
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-2 {
    min-width: 460px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__header-copy-2 {
    min-width: 460px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    margin-top: 20px;
    margin-left: -45px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    margin-top: 5px;
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-wrapper {
    margin-left: 10px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-1 {
  border-radius: 6px;
  display: block;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-1 {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__image-1 {
    margin-left: 60px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__title {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-top: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__title {
    margin-top: 0;
    min-height: 67px;
    padding: 0 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__title {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__title-t25 {
    margin-top: 25px;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
  padding-top: 8px;
  text-align: left;
  margin: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__copy {
    line-height: 26px;
    min-height: 130px;
    padding-bottom: unset;
    padding: 4px 20px 0 20px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .clases-tipos__copy {
    min-height: unset;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner {
  margin-right: -15px;
  margin-left: -15px;
  overflow: unset;
}

@media (min-width: 768px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner {
    width: 1140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-item {
    padding-top: 20px;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel__item-wrapper {
    float: left;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner .cloneditem-1 {
    left: 0px;
    position: initial;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.active.carousel-item-right,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.carousel-item-next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.active.carousel-item-left,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.carousel-item-prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.carousel-item-left,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner .carousel-item.carousel-item-prev,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-inner .carousel-item.carousel-item-next {
    padding-top: 20px;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-item.active.carousel-item-right .metodo__image,
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-item.active.carousel-item-left .metodo__image {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel__item-wrapper {
    padding: 0 15px 0 15px;
    float: left;
  }
}
@media (min-width: 992px) {
  .oe-latam-nd-course-page.carousel__clases-tipos .carousel-item {
    display: contents;
    float: left;
    width: auto;
    margin-right: unset;
    max-width: unset;
  }

  .oe-latam-nd-course-page.carousel__clases-tipos .carousel__item-wrapper {
    float: left;
    margin: 0;
    padding: 0;
  }
}
.oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators, .oe-latam-nd-course-page.carousel__clases-tipos .carousels .carousel-indicators--left, .carousels .oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators--left {
  position: relative;
  bottom: unset;
}

.oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators li, .oe-latam-nd-course-page.carousel__clases-tipos .carousels .carousel-indicators--left li, .carousels .oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators--left li {
  width: 12px;
  height: 12px;
  border: 1px solid #A0A0A0;
  margin: unset;
  margin-left: 8px;
  display: inline-block;
}

.oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators .active, .oe-latam-nd-course-page.carousel__clases-tipos .carousels .carousel-indicators--left .active, .carousels .oe-latam-nd-course-page.carousel__clases-tipos .carousel-indicators--left .active {
  background-color: #FF6600;
  margin-left: 8px;
}

.carousel-teachers__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000000;
}
@media (min-width: 768px) {
  .carousel-teachers__copy {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
}

.cards-brands-section {
  background: #F7F8FB;
}
.cards-brands-section__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.cards-brands-section__p strong {
  font-weight: 700;
}
.cards-brands-section .cards-brand-slick {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .cards-brands-section .cards-brand-slick .slick-list {
    overflow: inherit !important;
  }
}
.cards-brands-section .cards-brand-slick .brand-item .card {
  border: unset;
  background: #FFFFFF;
  border-radius: 12px;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.cards-brands-section .cards-brand-slick .brand-item .card .card-img-top {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cards-brands-section .cards-brand-slick .brand-item__h3 {
  margin-top: 1.5rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #0078FF;
}
.cards-brands-section .cards-brand-slick .brand-item__p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.cards-brands-section .cards-brand-slick .brand-item__a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #FF6600;
}
.cards-brands-section .cards-brand-slick .brand-item__a:visited {
  color: #FF6600;
}

.hero-curso-city {
  background-color: #F7F8FB;
}
@media (min-width: 768px) {
  .hero-curso-city {
    height: 469px;
  }
}
@media (min-width: 768px) {
  .hero-curso-city {
    height: 533px;
  }
}
.hero-curso-city__content-wrapper {
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .hero-curso-city__content-wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .hero-curso-city__content-wrapper {
    margin-top: 88px;
    width: 340px;
    margin-left: -5px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-city__content-wrapper {
    margin-left: -15px;
    width: 400px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-city__content-wrapper {
    margin-left: -25px;
    width: 400px;
  }
}
.hero-curso-city__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
  text-align: left;
}
@media (max-width: 767px) {
  .hero-curso-city__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-curso-city__title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .hero-curso-city__title {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-city__title {
    font-size: 54px;
  }
}
.hero-curso-city__title .--blue {
  color: #0078FF;
}
.hero-curso-city__copy-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FF2846;
  margin-bottom: 10px;
}
.hero-curso-city__copy-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
@media (min-width: 768px) {
  .hero-curso-city__copy-2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-city__copy-2 {
    font-size: 20px;
  }
}
.hero-curso-city__copy-2 .--blue {
  color: #0078FF;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-curso-city__arrow {
    position: absolute;
    right: 0;
  }
}
.hero-curso-city__image-wrapper {
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero-curso-city__image-wrapper {
    width: 606px;
    position: absolute;
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .hero-curso-city__image-wrapper {
    width: 751px;
    left: -85px;
  }
}
@media (min-width: 1440px) {
  .hero-curso-city__image-wrapper {
    left: -145px;
  }
}
@media (max-width: 767px) {
  .hero-curso-city__image {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.hero-curso-city__form-wrapper {
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .hero-curso-city__form-wrapper {
    margin-top: 48px;
    left: 15px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-curso-city__form-wrapper {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .curso-city-txt_img-50 {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .curso-city-txt_img-50 {
    padding-top: 97px;
    padding-bottom: 114px;
  }
}
@media (min-width: 992px) {
  .curso-city-txt_img-50 {
    padding-top: 97px;
  }
}
@media (min-width: 1200px) {
  .curso-city-txt_img-50 {
    padding-top: 97px;
  }
}
@media (min-width: 1440px) {
  .curso-city-txt_img-50 {
    padding-top: 97px;
  }
}
@media (max-width: 767px) {
  .curso-city-txt_img-50__content-wrapper {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .curso-city-txt_img-50__content-wrapper {
    margin-top: 49px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .curso-city-txt_img-50__content-wrapper {
    margin-top: 102px;
    width: 460px;
    margin-left: 73px;
  }
}
@media (min-width: 1200px) {
  .curso-city-txt_img-50__content-wrapper {
    margin-top: 46px;
    width: 465px;
    margin-left: 82px;
  }
}
.curso-city-txt_img-50__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  color: #000000;
}
.curso-city-txt_img-50__title .--blue {
  color: #0078FF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .curso-city-txt_img-50__title {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  .curso-city-txt_img-50__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.curso-city-txt_img-50__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .curso-city-txt_img-50__copy {
    margin-top: 17px;
  }
}
.curso-city-txt_img-50__copy strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .curso-city-txt_img-50__image-wrapper {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .curso-city-txt_img-50__image {
    width: 100%;
    margin-top: 8px;
  }
}
.curso-city-txt_img-50__ul {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #000;
}
.curso-city-txt_img-50__ul strong {
  font-weight: 600;
  color: #0078FF;
}
@media (max-width: 991px) and (min-width: 768px) {
  .curso-city-txt_img-50__ul {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .curso-city-txt_img-50__ul {
    font-size: 20px;
    line-height: 130%;
  }
}

.clases-ingles-8831.page-seo.curso-by-city.tabs-panel {
  /*panel-collapse*/
  /*tabs*/
  /***/
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .nav-tabs {
    display: flex;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card {
    border: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card .card-header {
    display: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .btn-orange__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .btn-orange__wrapper {
    width: 162px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--first.active,
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--first.isActive.active,
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link.active.isActive.active,
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link.tabs-panel__tabs-item-link--last.active.isActive {
  color: #fff;
  background-color: #FF6600;
  border: none;
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-container-fix-980 {
    width: 980px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__title-1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__title-1 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__title-1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-2 {
  color: #0078FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px !important;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-copy-1 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-copy-1 {
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-copy-1 {
    padding-bottom: 28px;
    padding-top: 28px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel {
  margin-top: 30px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-col-fix-inner {
  padding-left: 0;
  padding-right: 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 1px !important;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading-first, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading-last {
  background: #F8F8F8;
  height: 48px;
  padding: 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading-first {
  border-radius: 8px 8px 0px 0px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading {
  border-radius: 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-heading-last {
  border-radius: 0px 0px 8px 8px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading-first, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading-last, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive.active {
  background: #FF6600;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel--isActive .tabs-panel__panel-heading-first, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel--isActive .tabs-panel__panel-heading, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel--isActive .tabs-panel__panel-heading-last, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel--isActive.active {
  background: #FF6600;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading-first .tabs-panel__panel-link, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading .tabs-panel__panel-link, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel--isActive .tabs-panel__panel-heading-last .tabs-panel__panel-link {
  color: #fff;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel--isActive .tabs-panel__panel-link {
  color: #fff;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-1:active, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-1:hover, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-1:visited {
  text-decoration: none;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-title-1 {
    padding: 0;
    display: block;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-link, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-link:active, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-link:hover, .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-link:visited {
  text-decoration: none;
  padding: 15px;
  display: block;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-body {
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-image-wrapper {
    margin-top: 25px;
    min-height: 220px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__panel-image {
  margin: 0 auto;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs {
  background-color: #F8F8F8;
  border-bottom: none;
  border-radius: 8px;
  height: 47px;
  margin-bottom: 55px;
  margin-top: 35px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item {
  border-radius: none;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item-link {
    padding: 15px 13.6px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item-link {
    padding: 15px 37.6px;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item-link {
    padding: 15px 39.6px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tabs-item-link {
  color: #000;
  border: none;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-title-2 {
  font-size: 24px;
  line-height: 32px;
  color: #0078FF;
  font-weight: 400;
  padding-top: 32px !important;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-copy-1 {
  margin-top: 26px !important;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-image-wrapper {
  margin-bottom: 100px;
  text-align: right;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-image-wrapper {
    width: 288px;
    height: 220px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-image-wrapper {
    width: 257px;
    height: 356px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-image-wrapper {
    width: 350px;
    height: 356px;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel__tab-image-wrapper {
    width: 328px;
    height: 356px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link {
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0;
  padding-top: 15px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link--first {
  border-radius: 8px 0px 0px 8px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link--last {
  border-radius: 0px 8px 8px 0px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item {
  width: 25%;
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__copy {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-title-2-wrapper {
    text-align: left;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 257px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .nav-tabs {
    display: flex;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card {
    border: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card .card-header {
    display: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .btn-orange__wrapper {
    width: 100%;
    padding: 20px 0 30px 0;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .btn-orange__wrapper {
    width: 285px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 366px;
    height: auto;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-image-wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-title-wrapper {
    margin: 0;
    padding: 15px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-title-wrapper {
    margin-bottom: 15px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy-wrapper-1 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy-wrapper {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy-wrapper {
    width: 100%;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-title-1 {
    margin: 0;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-title-2 {
    margin-top: 25px;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-copy-1 {
    margin-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-copy-1 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-copy-1 {
    margin: 0;
    padding: 0;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-item {
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy strong {
  font-weight: 600;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy .orange {
  color: #FF6600;
  font-size: 16px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs {
  background-color: none;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item {
  width: 33.3333333333%;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item .tabs-panel__tabs-item-link {
  width: 100%;
  text-align: center;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item .tabs-panel__tabs-item-link {
  background-color: #F8F8F8;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item .tabs-panel__tabs-item-link:hover {
  background-color: #eee;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item .tabs-panel__tabs-item-link.active {
  background-color: #FF6600;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link--first {
  border-radius: 8px 0 0 8px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link--last {
  border-radius: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate.custom-bg__s {
    margin-top: 135px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .custom-bg__r {
    border-radius: 18px;
    padding: 0 0 85px 0;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .custom-bg__r {
    padding: 0 0 155px 0;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .row-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .row-flex {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .order-1 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate .order-2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__image-wrapper {
    margin-top: -100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__image-wrapper {
    width: 389px;
    margin-left: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__image-wrapper {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__image-wrapper {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__content-wrapper {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__content-wrapper {
    width: 355px;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__content-wrapper {
    width: 375px;
    margin-left: 55px;
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__content-wrapper {
    width: 470px;
    margin-left: 85px;
    margin-top: 110px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy .orange {
  color: #FF6600;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .animate__copy .orange {
    font-size: 16px;
    line-height: 20px;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .ico-flip-card {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0H0v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H11V4L8 7l3 3V8h2c2.21 0 4-1.79 4-4s-1.79-4-4-4Z' fill='%23F60'/%3E%3C/svg%3E");
  width: 17px;
  height: 10px;
  display: block;
  float: right;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-device {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.715 19.786V40.36H9.028V19.786c0-1.262 1.041-2.286 2.327-2.286h31.033c1.285 0 2.327 1.024 2.327 2.286ZM6.74 43.91h40.26c.611 0 1.112-.485 1.112-1.078v-.669a.55.55 0 0 0-.556-.538H6.185a.55.55 0 0 0-.556.538v.67c0 .592.5 1.078 1.112 1.078Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.285 10.5H40.066c-1.019 0-1.844.81-1.844 1.808v17.179c0 .998.825 1.807 1.844 1.807h9.219c1.018 0 1.844-.81 1.844-1.807V12.308c0-.998-.826-1.808-1.844-1.808Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.15 29.86h-2.278a.353.353 0 0 1-.348-.357c0-.199.156-.36.348-.36h3.607c.192 0 .348.161.348.36a.353.353 0 0 1-.348.357' fill='%23fff'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-mic {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.935 21.393c-.561 0-1.017.456-1.017 1.018v7.776c0 5.704-4.624 10.327-10.328 10.327h-.098c-5.704 0-10.328-4.623-10.328-10.327V22.41a1.017 1.017 0 1 0-2.035 0v8.07c0 6.527 4.876 11.886 11.16 12.52v3.462h-5.122a1.275 1.275 0 0 0 0 2.55h12.748a1.275 1.275 0 0 0 0-2.55h-5.122v-3.462c6.267-.628 11.16-5.917 11.16-12.35v-8.24c0-.562-.456-1.018-1.018-1.018Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.39 15.434v-1.388c0-3.891-3.134-7.046-7-7.046-3.865 0-7 3.155-7 7.046v15.658c0 3.891 3.135 7.046 7 7.046 3.866 0 7-3.155 7-7.046v-14.27Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.724 12.353c0 4.889-3.936 8.853-8.792 8.853-4.855 0-8.791-3.964-8.791-8.853 0-4.89 3.936-8.853 8.791-8.853 4.856 0 8.792 3.963 8.792 8.853Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m42.421 9.871-1.743 1.654-3.492 3.306-1.744-1.653' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-star {
  background-image: url("data:image/svg+xml,%3Csvg width='57' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='5' y='10' width='39' height='38'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.629 10.5h38.306v36.75H5.63V10.5Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m25.396 11.173 5.2 11.742a.048.048 0 0 0 .038.027l12.698 1.352c.58.06.812.784.38 1.177l-9.48 8.61a.045.045 0 0 0-.015.043L36.864 46.7c.121.574-.49 1.02-.994.728l-11.066-6.42a.045.045 0 0 0-.046 0l-11.06 6.42c-.506.293-1.117-.154-.996-.728l2.645-12.577a.044.044 0 0 0-.014-.043l-9.48-8.61c-.433-.393-.2-1.116.38-1.177l12.697-1.352a.047.047 0 0 0 .037-.027l5.2-11.742a.67.67 0 0 1 1.23 0Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.268 23.46c0 4.889-3.936 8.853-8.792 8.853-4.855 0-8.791-3.964-8.791-8.853 0-4.89 3.935-8.853 8.791-8.853s8.792 3.964 8.792 8.853Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m45.966 20.978-1.744 1.653-3.491 3.307-1.744-1.653' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 56px;
  height: 56px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-chat {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.877 9h18.745c2.07 0 3.749 1.761 3.749 3.932v13.109c0 2.17-1.68 3.932-3.75 3.932H14.877v5.88l-4.999-5.88h-1.25c-2.07 0-3.748-1.761-3.748-3.932V12.932C4.879 10.762 6.558 9 8.628 9h18.744' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.094 21.147h14.822c1.637 0 2.963 1.396 2.963 3.117v10.39c0 1.72-1.326 3.116-2.963 3.116H25.106c-1.637 0-2.964-1.395-2.964-3.117V24.264c0-1.721 1.327-3.117 2.964-3.117h14.821' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-social {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.71 8.853c-3.925 0-7.118 3.386-7.118 7.548 0 4.161 3.193 7.547 7.118 7.547 3.926 0 7.119-3.386 7.119-7.547 0-4.162-3.193-7.548-7.119-7.548Z' fill='%2300DBD1'/%3E%3Cpath d='M32.895 9.932h-.048c-1.648.014-3.186.71-4.333 1.959-1.126 1.227-1.739 2.846-1.725 4.56.014 1.712.654 3.32 1.8 4.53 1.156 1.217 2.686 1.886 4.315 1.886h.05c1.647-.014 3.185-.71 4.332-1.959 1.126-1.227 1.739-2.846 1.725-4.559-.03-3.549-2.768-6.417-6.116-6.417ZM33.195 24.103h-.59a10.645 10.645 0 0 0-7.163 2.762c.475.364.927.761 1.355 1.19a13.71 13.71 0 0 1 4.012 9.006h13.07v-2.275c0-5.89-4.793-10.683-10.684-10.683Z' fill='%238CFF00'/%3E%3Cpath d='M28.519 37.062a11.459 11.459 0 0 0-4.603-8.485 11.422 11.422 0 0 0-6.85-2.268h-.711c-6.338 0-11.476 5.138-11.476 11.476v1.362h23.663v-1.362c0-.243-.008-.484-.023-.723Z' fill='%2300DBD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-conversation {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M18.377 8.808V30l5.402-4.226h20.1V8.808H18.377Z' fill='%238CFF00'/%3E%3Cpath d='M39.717 13.076H29.474v1.6h10.243v-1.6ZM39.717 16.493H34.88v1.6h4.838v-1.6ZM24.352 13.076h-1.707v1.6h1.707v-1.6ZM27.767 13.076H26.06v1.6h1.707v-1.6Z' fill='%23fff'/%3E%3Cpath d='M4.879 16.5v22.399h23.104l6.055 4.832V16.5H4.878Z' fill='%2300DBD1' style='mix-blend-mode:multiply'/%3E%3Cpath d='M29.28 24.378H13.663v1.83H29.28v-1.83ZM25.375 28.283H9.76v1.83h15.616v-1.83ZM21.471 32.187H9.76v1.83H21.47v-1.83ZM29.28 28.283h-1.952v1.83h1.952v-1.83ZM11.71 24.378H9.76v1.83h1.952v-1.83Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 4.5)' d='M0 0h39v39H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m4.879 39.258 1.705-6.226a12.019 12.019 0 1 1 10.414 6.017h-.005c-2.006 0-3.98-.503-5.743-1.462L4.88 39.26v-.002Z' fill='%238CFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.789 20.903c-.26-.577-.534-.59-.781-.6-.202-.008-.434-.008-.666-.008a1.273 1.273 0 0 0-.923.434 3.887 3.887 0 0 0-1.214 2.893c0 1.708 1.243 3.357 1.416 3.59.173.231 2.4 3.845 5.927 5.236 2.932 1.154 3.528.923 4.164.865.636-.057 2.052-.839 2.342-1.65a2.902 2.902 0 0 0 .203-1.648c-.088-.145-.319-.231-.666-.404-.346-.173-2.053-1.013-2.37-1.13-.32-.115-.55-.172-.781.174-.232.346-.896 1.129-1.096 1.36-.2.231-.404.26-.75.087a9.494 9.494 0 0 1-2.79-1.722 10.46 10.46 0 0 1-1.93-2.403c-.203-.346-.022-.534.152-.707.156-.156.346-.404.52-.608.142-.175.258-.37.345-.577a.639.639 0 0 0-.028-.608c-.087-.172-.761-1.89-1.07-2.575h-.004Z' fill='%23fff'/%3E%3Cpath d='M24.622 7.5h17.453a1.807 1.807 0 0 1 1.806 1.807v10.46a1.807 1.807 0 0 1-1.806 1.807h-11.87l-4.91 3.477v-3.477h-.673a1.807 1.807 0 0 1-1.807-1.806V9.308A1.808 1.808 0 0 1 24.622 7.5Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='M36.635 13.947a1.441 1.441 0 1 0 2.883 0 1.441 1.441 0 0 0-2.883 0ZM31.903 13.947a1.442 1.442 0 1 0 2.885 0 1.442 1.442 0 0 0-2.885 0ZM27.172 13.947a1.441 1.441 0 1 0 2.883 0 1.441 1.441 0 0 0-2.883 0Z' fill='%23F0F0F0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(4.879 7.5)' d='M0 0h39v31.758H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-graph {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.484 33.72a1.333 1.333 0 0 0-1.334 1.333v5.613a1.333 1.333 0 1 0 2.667 0v-5.613a1.333 1.333 0 0 0-1.333-1.334ZM13.817 29.226a1.334 1.334 0 0 0-1.334 1.333v10.105a1.333 1.333 0 0 0 2.667 0V30.559a1.333 1.333 0 0 0-1.333-1.333ZM19.15 24.736a1.334 1.334 0 0 0-1.334 1.334v14.596a1.334 1.334 0 0 0 2.667 0V26.07a1.334 1.334 0 0 0-1.333-1.334ZM29.817 22.49a1.334 1.334 0 0 0-1.334 1.334v16.84a1.333 1.333 0 1 0 2.667 0v-16.84a1.334 1.334 0 0 0-1.333-1.334ZM24.483 26.981a1.333 1.333 0 0 0-1.333 1.333v12.35a1.334 1.334 0 0 0 2.667 0v-12.35a1.333 1.333 0 0 0-1.334-1.333ZM35.15 18.001a1.334 1.334 0 0 0-1.334 1.333v21.333a1.334 1.334 0 0 0 2.667 0V19.334a1.334 1.334 0 0 0-1.333-1.333Z' fill='%238CFF00'/%3E%3Cpath d='M39.146 7.239a1.333 1.333 0 0 0-1.327-1.24h-6.67a1.334 1.334 0 0 0-.942 2.275l2.39 2.391-8.377 8.377-4.474-2.237a1.336 1.336 0 0 0-1.539.25L4.874 30.389a1.333 1.333 0 0 0 1.886 1.886L19.412 19.62l4.474 2.237a1.332 1.332 0 0 0 1.54-.25l9.057-9.058 2.39 2.39a1.334 1.334 0 0 0 2.276-.942c0-.067.002-6.693-.003-6.76Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-content {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14.833h25.666c1.009 0 1.834.825 1.834 1.834a1.839 1.839 0 0 1-1.834 1.833H10.5a1.839 1.839 0 0 1-1.833-1.833c0-1.009.825-1.834 1.833-1.834ZM10.5 25.834h25.666A1.839 1.839 0 0 0 38 24.001a1.839 1.839 0 0 0-1.834-1.834H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833Z' fill='%238CFF00'/%3E%3Cpath d='M10.5 33.167h9.167a1.839 1.839 0 0 0 1.833-1.834 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.834c0 1.008.825 1.833 1.833 1.833ZM10.5 40.5h9.167a1.839 1.839 0 0 0 1.833-1.833 1.839 1.839 0 0 0-1.833-1.833H10.5a1.839 1.839 0 0 0-1.833 1.833c0 1.009.825 1.834 1.833 1.834ZM29.585 35.31l-1.302-1.301a1.826 1.826 0 0 0-2.585 0 1.826 1.826 0 0 0 0 2.585l2.604 2.603c.715.715 1.87.715 2.585 0l5.811-5.812a1.826 1.826 0 0 0 0-2.585 1.826 1.826 0 0 0-2.585 0l-4.528 4.51Z' fill='%2300DBD1'/%3E%3Cpath d='M8.667 9.334c0 1.008.825 1.833 1.833 1.833h25.666A1.839 1.839 0 0 0 38 9.334 1.839 1.839 0 0 0 36.166 7.5H10.5a1.839 1.839 0 0 0-1.833 1.834Z' fill='%238CFF00'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-star_x48 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='9' width='34' height='32'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9h32.834v31.5H4.5V9Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21.443 9.577 4.458 10.065a.041.041 0 0 0 .032.023l10.884 1.158a.582.582 0 0 1 .325 1.01l-8.125 7.38a.038.038 0 0 0-.013.036l2.269 10.78a.578.578 0 0 1-.852.624l-9.485-5.503a.038.038 0 0 0-.04 0l-9.48 5.503a.578.578 0 0 1-.853-.624l2.267-10.78a.038.038 0 0 0-.012-.037l-8.126-7.38a.582.582 0 0 1 .325-1.009l10.884-1.158a.04.04 0 0 0 .032-.023L20.39 9.577a.575.575 0 0 1 1.053 0Z' fill='%238CFF00'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.619 20.109c0 4.19-3.374 7.588-7.536 7.588-4.162 0-7.536-3.398-7.536-7.588 0-4.191 3.374-7.588 7.536-7.588 4.162 0 7.536 3.397 7.536 7.588Z' fill='%2300E3D8' style='mix-blend-mode:multiply'/%3E%3Cpath d='m39.075 17.981-1.495 1.417-2.993 2.834-1.494-1.416' stroke='%23fff' stroke-width='.935' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .icon__ci-world {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.055 6.997.19-.115-.19.115Z' fill='%2300DBD1'/%3E%3Cpath d='M8.8 29.686c.213.469.49 1.098.725 1.557.349.609.828 1.397 1.217 1.973-.945-2.164 11.437-6.707 22.289-6.552.111-1.525.146-1.984.17-3.857-12.43-.154-25.057 4.79-24.401 6.88ZM13.379 36.142c.528.433 1.244.995 1.8 1.393.427.264.99.621 1.421.867-1.55-1.092 3.717-3.36 8.932-4.324a27.334 27.334 0 0 1 6.272-.5c.331-1.282.42-1.623.739-3.286-9.642-.174-20.798 4.072-19.164 5.85ZM7.614 21.252l-.052.568c-.063 1.785-.067 1.856.024 2.879l.063.582c.23-2.537 13.326-7.02 25.304-6.796a34.224 34.224 0 0 0-.681-3.78c-12.925-.17-24.39 4.67-24.658 6.547ZM28.116 7.076A6.847 6.847 0 0 0 26.146 6c-5.023.093-8.746 1.42-10.012 2.11-.61.359-1.2.753-1.766 1.178-.595.454-1.16.946-1.691 1.472 1.825-1.565 8.58-3.723 15.44-3.684ZM31.086 11.188a14.688 14.688 0 0 0-1.433-2.497c-9.658-.036-18.066 3.15-19.241 4.83l-.171.26c-.824 1.404-.891 1.518-1.338 2.536l-.282.705c1.273-2.332 12.3-6.023 22.465-5.834ZM20.803 39.895c.156.133.348.219.552.246a29.2 29.2 0 0 0 1.612.26c1.015.09 1.058.095 1.68.107.289 0 .675 0 .965-.012-1.31.022-1.218-.305-1.04-.504.725-.824 4.635-1.648 4.872-1.025.45-.616.836-1.276 1.153-1.97-4.173-.468-10.571 1.972-9.794 2.898Z' fill='%238CFF00'/%3E%3Cpath d='M41.23 18.251c-.61-.154-1.218-.19-2.371-.233l.434.828c-6.16 7.75-28.5 13.724-30.493 10.841.203.475.503 1.092.724 1.557a36.25 36.25 0 0 0 1.218 1.973c2.152 2.398 23.166-2.888 29.884-10.772l.204.885c.52-2.097.558-3.144.4-5.079ZM34.22 31.077c-8.599 4.43-18.647 6.496-20.841 5.075.524.438 1.248.99 1.8 1.392.419.274.997.61 1.421.867 1.841.891 9.734-.424 17.908-4.517v.61a31.329 31.329 0 0 0 3.707-4.25c-1.38.017-2.761.05-4.14.07l.145.753ZM31.922 19.345l.465.836c1.086-2.02 1.421-3.015 1.827-4.799-2.292 0-3.116 0-4.884-.047l.528.747c-9.476 5.447-22.026 7.495-22.254 5.17l-.053.569c-.073 1.015-.07 1.051.025 2.878l.063.583c.682 2.06 13.263.284 24.283-5.938ZM22.217 9.36l.319.516c.319-1.037.27-1.449-.026-2.092-.916-.13-1.237-.242-1.645-.461l.224.314c-1.44 1.08-4.586 1.813-5.552 1.476-.437-.152-.292-.455.428-.9-.68.407-1.147.75-1.597 1.079a17.37 17.37 0 0 0-1.691 1.471 1.13 1.13 0 0 0-.256.341c-.45 1.15 4.713.89 9.796-1.743Z' fill='%2300DBD1'/%3E%3Cpath d='m30.18 10.885.715.556c-.154-1.384-.479-2.008-1.194-2.96-1.439.067-2.054.08-3.292.086l.749.381c-2.276 2.166-6.396 3.674-8.06 4.223-5.075 1.668-9.456 1.843-8.687.347l-.17.26c-.585.937-.642 1.057-1.338 2.537l-.282.704a1.23 1.23 0 0 0-.04.187c-.08 2.509 15.187-.627 21.6-6.321ZM35.668 35.825c-4.442 2.649-11.396 4.748-14.313 4.32.481.09 1.127.202 1.612.26.637.068.735.072 1.68.107.289 0 .674 0 .965-.013 1.439-.079 4.888-.773 8.684-2.866l-.429.347a20.308 20.308 0 0 0 3.348-2.681c-.191-.049-.51-.039-1.306 0l-.241.526Z' fill='%2300DBD1'/%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .nav-tabs {
  display: none;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tab-pane {
  border: none;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card-header {
  border: none;
  padding: 0;
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .row-flex {
  margin: 0;
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-copy-wrapper {
    width: 100%;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane.tab-pane-A .card-header .panel-title a {
    border-radius: 4px 4px 0 0;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane.tab-pane-B .card-header .panel-title a {
    border-radius: 0;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane.tab-pane-C .card-header .panel-title a {
    border-radius: 0 0 4px 4px;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane .card-header .panel-title a {
    background-color: #FF6600;
    color: #ffffff;
    display: block;
    padding: 15px 0 15px 15px;
    text-decoration: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane .card-header .panel-title a.collapsed:hover {
    background-color: #eee;
    color: #000000;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card.tab-pane .card-header .panel-title a.collapsed {
    background-color: #F4F4F4;
    color: #000000;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tab-pane {
    margin-bottom: 1px;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-1 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .page-seo.tematicas .btn-orange__wrapper {
    max-width: 264px;
    width: unset;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .nav-tabs {
    display: flex;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card {
    border: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .card .card-header {
    display: none;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .row-flex {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-title-2-wrapper {
    text-align: center;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-title-2 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-copy-1 {
    margin: 15px 0 30px 0 !important;
    padding: 0 !important;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 350px;
    height: auto;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-1 {
    order: 3;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-2 {
    order: 1;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-3 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-title-2-wrapper {
    width: 515px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-1 {
    order: 3;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-2 {
    order: 1;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__panel-col-fix-inner.order-3 {
    order: 2;
  }
}
.clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs .tabs-panel__tabs-item {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-title-2-wrapper {
    text-align: left;
  }
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tab-image-wrapper {
    width: 257px;
  }
}
@media (min-width: 992px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .tabs-panel__tabs-item-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .clases-ingles-8831.page-seo.curso-by-city.tabs-panel .om-profesores-nativos__list-item {
    padding: 15px 0;
  }
}

.carousel-niveles-course-nd.carousel-niveles.--curso-ciudades .--blue {
  color: #0078FF;
  font-weight: 600;
}

.carousel-niveles-course-nd.carousel-niveles.--curso-ciudades .strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .banner-cta-2.curso-by-city-cta-fix .banner-cta__content-wrapper {
    margin: 15px 0;
  }
}

.card-proximos-pasos .--header-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--header-wrapper {
    margin-bottom: 50px;
  }
}
.card-proximos-pasos .--title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--title {
    font-size: 40px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .card-proximos-pasos .--title {
    font-size: 44px;
  }
}
.card-proximos-pasos .--card-wrapper {
  margin: 0;
  padding: 0;
}
.card-proximos-pasos .--igreen {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 12px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--igreen {
    margin: 0 0 20px 0;
  }
}
.card-proximos-pasos .--igreen.--contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' fill='none'%3E%3Cpath fill='%238CFF00' d='M26.182 6.7H13.09A4.092 4.092 0 0 0 9 10.791V38.61a4.092 4.092 0 0 0 4.09 4.091h13.092a4.092 4.092 0 0 0 4.09-4.09V10.79a4.092 4.092 0 0 0-4.09-4.09Zm-6.546 34.364a2.451 2.451 0 0 1-2.454-2.455 2.451 2.451 0 0 1 2.454-2.454 2.451 2.451 0 0 1 2.455 2.454 2.451 2.451 0 0 1-2.455 2.455ZM27 34.518H12.273V11.61H27v22.91Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M35.242 6.7C30.688 6.7 27 10.396 27 14.95s3.688 8.25 8.242 8.25c4.562 0 8.258-3.696 8.258-8.25S39.804 6.7 35.242 6.7Zm.008 14.85a6.598 6.598 0 0 1-6.6-6.6c0-3.646 2.954-6.6 6.6-6.6 3.647 0 6.6 2.954 6.6 6.6 0 3.647-2.953 6.6-6.6 6.6Zm2.888-7.425c.684 0 1.237-.553 1.237-1.237 0-.685-.553-1.238-1.237-1.238-.685 0-1.238.553-1.238 1.238 0 .684.553 1.237 1.238 1.237Zm-5.776 0c.685 0 1.238-.553 1.238-1.237 0-.685-.553-1.238-1.238-1.238-.684 0-1.237.553-1.237 1.238 0 .684.553 1.237 1.237 1.237Z'/%3E%3Cpath d='M39.318 17.061c-.814 1.611-2.33 2.701-4.069 2.701-1.738 0-3.255-1.09-4.068-2.7-.163-.325.051-.737.377-.737h7.383c.334 0 .54.412.377.736Z'/%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--igreen.--contact {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none'%3E%3Cpath fill='%238CFF00' d='M39.273 9H19.636a6.139 6.139 0 0 0-6.136 6.136v41.728A6.139 6.139 0 0 0 19.636 63h19.637a6.139 6.139 0 0 0 6.136-6.136V15.136A6.139 6.139 0 0 0 39.273 9Zm-9.819 51.545a3.677 3.677 0 0 1-3.681-3.681 3.677 3.677 0 0 1 3.681-3.682 3.677 3.677 0 0 1 3.682 3.682 3.677 3.677 0 0 1-3.682 3.681ZM40.5 50.727H18.41V16.364H40.5v34.363Z'/%3E%3Cg fill='%2300DBD1' style='mix-blend-mode:multiply'%3E%3Cpath d='M52.863 9C46.032 9 40.5 14.544 40.5 21.375S46.032 33.75 52.863 33.75c6.843 0 12.387-5.544 12.387-12.375S59.706 9 52.863 9Zm.012 22.275c-5.47 0-9.9-4.43-9.9-9.9 0-5.47 4.43-9.9 9.9-9.9 5.47 0 9.9 4.43 9.9 9.9 0 5.47-4.43 9.9-9.9 9.9Zm4.331-11.137c1.027 0 1.856-.83 1.856-1.857 0-1.027-.829-1.856-1.856-1.856-1.027 0-1.856.83-1.856 1.856 0 1.027.83 1.857 1.856 1.857Zm-8.662 0c1.027 0 1.856-.83 1.856-1.857 0-1.027-.83-1.856-1.856-1.856-1.027 0-1.856.83-1.856 1.856 0 1.027.829 1.857 1.856 1.857Z'/%3E%3Cpath d='M58.977 24.541c-1.22 2.416-3.495 4.052-6.103 4.052-2.608 0-4.882-1.636-6.103-4.052-.244-.486.077-1.105.565-1.105h11.076c.501 0 .81.62.565 1.105Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 72px;
    height: 72px;
  }
}
.card-proximos-pasos .--igreen.--start-checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' fill='none'%3E%3Cpath fill='%238CFF00' d='m21.539 10.595 4.194 9.402a.036.036 0 0 0 .029.022L36 21.1a.542.542 0 0 1 .306.943l-7.644 6.894a.038.038 0 0 0-.012.035l2.135 10.071a.544.544 0 0 1-.802.583l-8.922-5.139a.038.038 0 0 0-.037 0l-8.92 5.14a.542.542 0 0 1-.802-.584l2.133-10.07a.038.038 0 0 0-.012-.036L5.78 22.044a.543.543 0 0 1 .307-.943l10.238-1.082a.039.039 0 0 0 .018-.007.038.038 0 0 0 .012-.015l4.192-9.402a.542.542 0 0 1 .992 0Z' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%2300E3D8' d='M35.31 24.693a7.089 7.089 0 1 0 0-14.178 7.089 7.089 0 0 0 0 14.178Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.91' d='m38.122 15.617-1.406 1.324-2.815 2.648-1.406-1.324'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--igreen.--start-checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none'%3E%3Cmask id='a' width='51' height='48' x='6' y='13' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.751 13.5h49.25v47.25H6.752V13.5Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%238CFF00' fill-rule='evenodd' d='m32.166 14.365 6.686 15.098c.01.018.028.032.048.034l16.327 1.738c.744.079 1.044 1.009.487 1.514L43.526 43.82a.057.057 0 0 0-.019.055l3.404 16.17c.155.738-.63 1.313-1.28.936l-14.226-8.255a.057.057 0 0 0-.06 0l-14.22 8.255c-.65.377-1.436-.198-1.28-.936l3.4-16.17a.057.057 0 0 0-.018-.055L7.038 32.749c-.556-.505-.257-1.435.489-1.514l16.326-1.738a.06.06 0 0 0 .047-.034l6.686-15.098a.863.863 0 0 1 1.58 0Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%2300E3D8' fill-rule='evenodd' d='M65.429 30.163c0 6.286-5.06 11.383-11.304 11.383-6.243 0-11.304-5.097-11.304-11.383 0-6.286 5.06-11.382 11.304-11.382 6.243 0 11.304 5.096 11.304 11.383Z' clip-rule='evenodd' style='mix-blend-mode:multiply'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='m58.613 26.972-2.242 2.126-4.488 4.25-2.242-2.124'/%3E%3C/svg%3E");
    width: 72px;
    height: 72px;
  }
}
.card-proximos-pasos .--igreen.--flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' fill='none'%3E%3Cpath fill='%2300DBD1' d='m17.25 38.2.636-.397a.751.751 0 0 0-.106-.132l-.53.53Zm8.25 1.5-.53-.53.53.53Zm9-3.75.182-.727a.734.734 0 0 0-.059-.013l-.123.74Zm10.42 1.086a.75.75 0 1 0-1.34-.671l1.34.67ZM5.379 38.143a.75.75 0 0 0-1.312-.727l1.312.727Zm-.214-2.416a.75.75 0 0 0 1.2.9l-1.2-.9Zm1.767.197a.75.75 0 1 0-1.133-.983l1.133.983Zm.323-2.41a.75.75 0 0 0 .95 1.162l-.95-1.161Zm1.653.646a.75.75 0 0 0-.815-1.259l.815 1.26Zm1.117-2.153a.75.75 0 0 0 .407 1.444l-.407-1.444Zm1.205 1.297a.75.75 0 0 0-.125-1.495l.125 1.495Zm2.056-1.235a.75.75 0 1 0-.466 1.426l.466-1.426Zm.412 1.795a.75.75 0 1 0 .655-1.35l-.655 1.35Zm2.752.307a.75.75 0 1 0-1.277.787l1.277-.787Zm-1.054 1.565a.75.75 0 1 0 1.49-.177l-1.49.177Zm2.066 1.576a.75.75 0 1 0-1.182.923l1.182-.923Zm-.507 1.787a.75.75 0 1 0 1.21-.887l-1.21.887Zm2.59.541a.75.75 0 1 0-.917 1.187l.918-1.187Zm.12 1.855a.75.75 0 0 0 .692-1.331l-.692 1.33Zm2.444-.89a.75.75 0 1 0 .033 1.5l-.033-1.5Zm1.322 1.287a.75.75 0 1 0-.445-1.432l.445 1.432Zm1.175-2.381a.75.75 0 1 0 .983 1.133l-.983-1.133Zm1.809.35a.75.75 0 1 0-1.022-1.099l1.022 1.098Zm.82-2.564a.75.75 0 0 0 .837 1.244l-.838-1.244Zm1.736.692a.75.75 0 0 0-.73-1.31l.73 1.31Zm1.44-2.273a.75.75 0 0 0 .477 1.422l-.477-1.422Zm1.48 1.14a.75.75 0 0 0-.331-1.463l.331 1.463Zm2.087-1.71a.75.75 0 1 0-.064 1.499l.064-1.499Zm.888 1.665a.75.75 0 0 0 .347-1.46l-.347 1.46Zm2.493-.993a.75.75 0 1 0-.29 1.472l.29-1.472Zm.818 1.68a.75.75 0 0 0 .26-1.478l-.26 1.477Zm2.415-1.16a.75.75 0 0 0-.17 1.491l.17-1.49Zm.977 1.594a.75.75 0 0 0 .091-1.497l-.091 1.497Zm1.987-1.604a.75.75 0 0 0 .528 1.404l-.528-1.404ZM5.171 38.536c.062-.125.132-.257.207-.393l-1.312-.727a12.04 12.04 0 0 0-.237.45l1.342.67Zm1.193-1.909c.177-.236.366-.472.567-.703l-1.133-.983c-.225.26-.437.523-.634.785l1.2.901Zm1.84-1.951c.228-.187.463-.36.703-.516l-.815-1.259a9.376 9.376 0 0 0-.838.614l.95 1.16Zm2.227-1.225a4.24 4.24 0 0 1 .798-.147l-.125-1.495c-.37.031-.731.1-1.08.198l.407 1.444Zm2.388.044c.127.041.255.09.386.145l.59-1.379a6.123 6.123 0 0 0-.51-.192l-.466 1.426Zm.386.145c.178.077.342.151.492.224l.655-1.35a13.281 13.281 0 0 0-.557-.253l-.59 1.38Zm1.967 1.318c.133.215.182.435.223.778l1.49-.177c-.048-.398-.127-.887-.436-1.388l-1.277.787Zm1.107 3.277c.128.164.274.33.44.496l1.061-1.06a3.922 3.922 0 0 1-.319-.359l-1.182.923Zm.335.363c.102.163.215.331.34.5l1.21-.886a6.673 6.673 0 0 1-.278-.409l-1.272.795Zm2.013 2.229c.319.246.665.474 1.037.668l.692-1.331a5.416 5.416 0 0 1-.811-.524l-.918 1.187Zm3.514 1.278c.422-.01.853-.077 1.289-.213l-.445-1.432a3.184 3.184 0 0 1-.877.145l.033 1.5Zm3.447-1.461c.148-.129.295-.267.442-.413l-1.06-1.061a7.072 7.072 0 0 1-.365.34l.983 1.134Zm.442-.413c.128-.128.256-.252.384-.37l-1.022-1.099c-.14.132-.282.267-.422.408l1.06 1.06Zm2.041-1.69c.303-.204.603-.387.899-.552l-.73-1.31c-.332.184-.669.39-1.007.617l.838 1.245Zm2.816-1.403c.35-.117.685-.21 1.003-.282l-.331-1.463c-.367.083-.752.19-1.15.323l.478 1.422Zm3.026-.493c.184.008.34.024.464.045l.246-1.48a5.311 5.311 0 0 0-.646-.064l-.064 1.499Zm.405.033c.173.043.356.088.547.133l.347-1.46a46.362 46.362 0 0 1-.53-.128l-.364 1.455Zm2.75.612c.363.072.734.141 1.108.207l.26-1.477a52.559 52.559 0 0 1-1.078-.202l-.29 1.472Zm3.353.539c.395.045.78.08 1.147.103l.091-1.497c-.334-.02-.693-.053-1.068-.096l-.17 1.49Zm3.662-.097c.293-.11.646-.312.838-.696l-1.342-.671a.27.27 0 0 1 .056-.075s-.005.004-.018.01a.574.574 0 0 1-.062.028l.528 1.404Z'/%3E%3Cpath fill='%238CFF00' d='M41.869 8.266c.477-1.188-.404-2.466-1.708-2.466H17.173V4c0-.99-.827-1.8-1.837-1.8S13.5 3.01 13.5 4v34.2h3.672V23.8H40.161c1.304 0 2.185-1.278 1.708-2.466L39.206 14.8l2.663-6.534ZM31.862 14.8c0 1.98-1.653 3.6-3.673 3.6s-3.672-1.62-3.672-3.6 1.652-3.6 3.672-3.6c2.02 0 3.673 1.62 3.673 3.6Z'/%3E%3C/svg%3E");
  width: 48px;
  height: 49px;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--igreen.--flag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none'%3E%3Cpath fill='%2300DBD1' d='m25.876 56.25 1.53-.956a1.804 1.804 0 0 0-.254-.319l-1.276 1.276Zm12.375 2.25 1.276 1.276-1.276-1.276Zm13.5-5.625.438-1.75a1.79 1.79 0 0 0-.141-.03l-.297 1.78Zm16.24 1.932a1.805 1.805 0 1 0-3.23-1.614l3.23 1.614ZM8.988 55.93a1.805 1.805 0 0 0-3.09-1.864l3.09 1.864Zm.853-6.71a1.805 1.805 0 0 0 2.416 2.68l-2.416-2.68Zm4.404 1.23a1.805 1.805 0 0 0-1.764-3.15l1.764 3.15Zm5.036-4.28a1.805 1.805 0 1 0-.79 3.523l.79-3.522Zm1.617 4.527a1.805 1.805 0 1 0 1.786-3.136l-1.786 3.136Zm5.52 3.335a1.805 1.805 0 0 0-3.172 1.724l3.171-1.724Zm-1.248 4.346a1.805 1.805 0 1 0 2.836-2.233l-2.836 2.233Zm5.964.354a1.805 1.805 0 0 0-1.496 3.285l1.496-3.285Zm1.552 4.047a1.805 1.805 0 0 0 .176-3.605l-.176 3.605Zm3.513-4.858a1.805 1.805 0 1 0 2.256 2.817L36.2 57.921Zm4.17 1.057a1.805 1.805 0 0 0-2.408-2.689l2.408 2.689Zm2.065-5.823a1.805 1.805 0 1 0 1.685 3.191l-1.685-3.191Zm3.758 2.27a1.805 1.805 0 0 0-1.232-3.392l1.232 3.392Zm4.301-4.445a1.805 1.805 0 1 0 .008 3.61l-.008-3.61Zm2.062 3.945a1.805 1.805 0 1 0 .817-3.515l-.817 3.515Zm5.616-2.546a1.805 1.805 0 1 0-.603 3.559l.603-3.559Zm1.95 3.938a1.805 1.805 0 0 0 .446-3.582l-.445 3.582Zm4.809-3.465a1.805 1.805 0 0 0 .798 3.52l-.798-3.52ZM8.365 57.058c.172-.344.381-.725.624-1.128l-3.09-1.864c-.29.48-.545.944-.762 1.378l3.228 1.614Zm3.893-5.157c.634-.572 1.3-1.066 1.988-1.451l-1.764-3.15a14.715 14.715 0 0 0-2.64 1.92l2.416 2.68Zm6.235-2.208c.337.075.686.187 1.047.342l1.422-3.318a9.566 9.566 0 0 0-1.68-.546l-.79 3.522Zm1.047.342c.555.237 1 .458 1.36.663l1.785-3.137c-.5-.285-1.071-.564-1.723-.844l-1.422 3.318Zm3.707 5.72c.323.596.764 1.183 1.353 1.772l2.552-2.552c-.374-.375-.595-.688-.734-.943l-3.171 1.724Zm1.099 1.453c.237.379.513.774.825 1.17l2.836-2.233a9.702 9.702 0 0 1-.6-.85l-3.061 1.913Zm5.293 4.809c.92.419 1.944.708 3.048.762l.176-3.605a4.717 4.717 0 0 1-1.728-.442l-1.496 3.285Zm8.817-1.279c.362-.289.718-.61 1.071-.962l-2.552-2.552a9.494 9.494 0 0 1-.775.697l2.256 2.817Zm1.071-.962c.28-.28.562-.546.843-.798l-2.408-2.689c-.331.297-.66.608-.987.935l2.552 2.552Zm4.593-3.43c.714-.377 1.41-.68 2.073-.92l-1.232-3.393c-.816.296-1.663.665-2.526 1.122l1.685 3.191Zm6.382-1.756c.408-.001.728.028.952.065l.594-3.56a9.432 9.432 0 0 0-1.554-.115l.008 3.61Zm.811.036c.385.096.802.197 1.243.3l.817-3.517c-.423-.098-.82-.194-1.184-.285l-.876 3.502Zm6.255 1.312c.857.145 1.72.275 2.555.379l.445-3.582a54.861 54.861 0 0 1-2.396-.356l-.603 3.559Zm8.161.433c.626-.142 1.727-.496 2.261-1.564l-3.228-1.614c.13-.26.305-.37.339-.389.03-.017-.01.011-.17.047l.798 3.52Z'/%3E%3Cpath fill='%238CFF00' d='M62.804 11.349c.716-1.782-.606-3.699-2.562-3.699H25.76v-2.7c0-1.485-1.239-2.7-2.754-2.7s-2.754 1.215-2.754 2.7v51.3h5.508v-21.6h34.483c1.956 0 3.278-1.917 2.562-3.699L58.81 21.15l3.994-9.801Zm-15.01 9.801c0 2.97-2.48 5.4-5.51 5.4-3.029 0-5.508-2.43-5.508-5.4s2.48-5.4 5.509-5.4c3.03 0 5.508 2.43 5.508 5.4Z'/%3E%3C/svg%3E");
    width: 72px;
    height: 72px;
  }
}
.card-proximos-pasos .--title-card {
  color: #0078FF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--title-card {
    font-size: 24px;
  }
}
.card-proximos-pasos .--copy-card {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.card-proximos-pasos .--image-wrapper {
  width: 142px;
  height: 212px;
}
@media (min-width: 768px) {
  .card-proximos-pasos .--image-wrapper {
    width: 195px;
    height: 312px;
  }
}
@media (min-width: 992px) {
  .card-proximos-pasos .--image-wrapper {
    width: 253px;
    height: 405px;
  }
}
@media (min-width: 1440px) {
  .card-proximos-pasos .--image-wrapper {
    width: 255px;
    height: 408px;
  }
}
.card-proximos-pasos .col-custom-2 {
  border-radius: 24px 0px 0px 24px;
  background: linear-gradient(127deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.06) 100%);
  backdrop-filter: blur(1px);
}

@media (max-width: 767.98px) {
  .video-text-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .video-text-50 .container-custom {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .video-text-50 .container-custom {
    max-width: 956px;
  }
}
@media (min-width: 1200px) {
  .video-text-50 .container-custom {
    max-width: 956px;
  }
}
.video-text-50 .row-custom {
  margin: 0;
  padding: 0;
  box-shadow: 0px 12.178px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
}
@media (min-width: 768px) {
  .video-text-50 .row-custom {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  }
}
.video-text-50 .col-custom-1 {
  background: #FFF;
  box-shadow: 0 12.178px 24.355px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .video-text-50 .col-custom-1 {
    border-radius: 18px 18px 0 0;
    border-top: 1px solid #0078FF;
    border-right: 1px solid #0078FF;
    border-left: 1px solid #0078FF;
  }
}
@media (min-width: 768px) {
  .video-text-50 .col-custom-1 {
    border-radius: 0 18px 18px 0;
    border-top: 1px solid #0078FF;
    border-bottom: 1px solid #0078FF;
    border-right: 1px solid #0078FF;
  }
}
.video-text-50 .col-custom-2 {
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .video-text-50 .col-custom-2 {
    border-radius: 0 0 18px 18px;
  }
}
@media (min-width: 768px) {
  .video-text-50 .col-custom-2 {
    border-radius: 18.246px 0 0 18.246px;
  }
}
@media (min-width: 768px) {
  .video-text-50 .--content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .video-text-50 .--copy-wrapper {
    width: 215px;
    padding: 25px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .video-text-50 .--copy-wrapper {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .video-text-50 .--copy-wrapper {
    width: 430px;
    padding-left: 6px;
  }
}
@media (min-width: 1440px) {
  .video-text-50 .--copy-wrapper {
    width: 430px;
  }
}
.video-text-50 .--title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  .video-text-50 .--title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .video-text-50 .--title {
    font-size: 40px;
  }
}
.video-text-50 .--copy {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .video-text-50 .--copy {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .video-text-50 .--copy {
    font-size: 22px;
  }
}
.video-text-50 .--image {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .video-text-50 .--image {
    aspect-ratio: 4.5/3.5;
    border-radius: 0 0 18px 18px;
  }
}
@media (min-width: 768px) {
  .video-text-50 .--image {
    aspect-ratio: 352/309;
    border-radius: 18px 0 0 18px;
  }
}
@media (min-width: 992px) {
  .video-text-50 .--image {
    aspect-ratio: 463/408;
  }
}

.testimonials-carousels-v2 {
  background-color: #f4f6fb;
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .container-custom {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonials-carousels-v2 .container-custom {
    width: 768px;
    max-width: 768px;
  }
}
.testimonials-carousels-v2 .--content-wrapper {
  margin: 0 0 32px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--content-wrapper {
    margin: 0 0 48px 0;
  }
}
.testimonials-carousels-v2 .--title {
  color: #000;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.333%;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--title {
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .testimonials-carousels-v2 .--title {
    font-size: 30px;
  }
}
.testimonials-carousels-v2 .--copy {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--copy {
    text-align: center;
    font-size: 24px;
    line-height: 133.333%;
    margin: 25px 0 0 0;
  }
}
.testimonials-carousels-v2 .--card-wrapper {
  padding: 25px;
}
.testimonials-carousels-v2 .--card {
  padding: 48px;
  min-height: 246.91px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 216px auto;
  border: 1px solid #8CFF00;
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--card {
    display: block;
    padding: 1.5rem 2rem;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    min-height: 377.81px;
  }
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--card {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    align-items: center;
  }
}
.testimonials-carousels-v2 .--card .--profile-testimonial {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--card .--profile-testimonial {
    align-items: center;
    display: flex;
    padding: 0 0 0 6px;
  }
}
.testimonials-carousels-v2 .--card__img {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--card__img {
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
  }
}
.testimonials-carousels-v2 .--card .--card-quote {
  font-family: Georgia !important;
  color: #8CFF00;
  font-weight: 600;
  font-size: 40px;
}
.testimonials-carousels-v2 .--card .--card-quote.--quote-left {
  position: absolute;
  margin-left: -30px;
  margin-top: -12px;
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--card .--card-quote.--quote-left {
    margin-bottom: -22px;
    position: relative;
    margin-left: unset;
  }
}
.testimonials-carousels-v2 .--card .--card-quote.--quote-right {
  float: right;
}
.testimonials-carousels-v2 .--card .--card-copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 616px;
  color: #000000;
}
.testimonials-carousels-v2 .--card .--profile-wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--card .--profile-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--card .--profile-testimonial {
    order: 1;
  }
}
@media (min-width: 768px) {
  .testimonials-carousels-v2 .--card .--profile-testimonial {
    top: -3px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .testimonials-carousels-v2 .--icon-country {
    order: 2;
    margin-left: -14px;
    margin-top: 3px;
  }
}
.testimonials-carousels-v2 .--icon-country.--argentina {
  background-image: url("/wp-content/uploads/2022/10/argentina_flag_cdi.png");
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
}
.testimonials-carousels-v2 .--icon-country.--mexico {
  background-image: url("/junior/wp-content/uploads/sites/3/2022/09/Flag-Mexico.png");
  width: 56px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
}
.testimonials-carousels-v2 .--icon-country.--peru {
  background-image: url("/wp-content/uploads/2022/04/Flag_peru_oef_x1.png");
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
}
.testimonials-carousels-v2 .swiper {
  width: 100%;
  height: 100%;
}
.testimonials-carousels-v2 .swiper .swiper-slide {
  width: 100%;
}
.testimonials-carousels-v2 .wrapper-pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 28px auto;
  /* target all bullets */
}
.testimonials-carousels-v2 .wrapper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6600;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.testimonials-carousels-v2 .wrapper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #a0a0a0;
  opacity: 1;
}
.testimonials-carousels-v2 .wrapper-pagination .custom-swiper-pagination {
  width: auto !important;
}
.testimonials-carousels-v2 .wrapper-pagination .custom-swiper-button-prev {
  margin-right: 15px;
}
.testimonials-carousels-v2 .wrapper-pagination .custom-swiper-button-next {
  margin-left: 15px;
}
.testimonials-carousels-v2 .wrapper-pagination .prev-custom-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.09717L4.31916 8.29151L10.5 14.4858L8.59717 16.3887L0.5 8.29151L8.59717 0.19434L10.5 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E ");
  width: 10px;
  height: 16px;
  display: block;
  float: right;
}
.testimonials-carousels-v2 .wrapper-pagination .next-custom-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499999 2.09717L6.68084 8.29151L0.5 14.4858L2.40283 16.3887L10.5 8.29151L2.40283 0.19434L0.499999 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 16px;
  display: block;
  float: left;
}
.testimonials-carousels-v2 .--lnk-orange {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FF6600 !important;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.testimonials-carousels-v2 .--lnk-orange:hover {
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-cta-corporate-language-training {
    padding-top: 30px;
  }
}
.coportae-lenguage-training__container {
  background-image: url("/wp-content/uploads/sites/6/2024/03/back1440.png");
  height: 710px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coportae-lenguage-training__container {
    background-image: url("/wp-content/uploads/sites/6/2024/03/back992.png");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training__container {
    background-image: url("/wp-content/uploads/sites/6/2024/03/back768.png");
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training__container {
    background-image: url("/wp-content/uploads/sites/6/2024/03/back320.png");
    height: 224px;
  }
}
.coportae-lenguage-training__copy-container {
  border-radius: 22px;
  border: 0.4px solid #CFCFCF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 68.53%);
  backdrop-filter: blur(10px);
  padding: 30px;
  gap: 10px;
  width: 607px;
  margin: 0 auto;
  top: 450px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training__copy-container {
    width: 206px;
    padding: 13px;
    top: 110px;
  }
}
.coportae-lenguage-training__copy {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
  letter-spacing: -0.5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training__copy {
    font-size: 16px;
  }
}
.coportae-lenguage-training__flag {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 18px */
  max-width: 300px;
  margin: 32px auto 0 auto;
}
.coportae-lenguage-training__flag img {
  margin-bottom: 6px;
  width: 48px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training__flag img {
    width: 19.532px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training__flag {
    font-size: 7.325px;
    margin: 13px auto 0 auto;
  }
}

.coportae-lenguage-training__cta {
  margin-bottom: -150px;
  position: relative;
}

.coportae-lenguage-training-invest {
  background: #F4F6FB;
  padding-top: 210px;
  padding-bottom: 25px;
}
.coportae-lenguage-training-invest__title-why {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.5px;
  margin-bottom: 64px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__title-why {
    font-size: 30px;
    text-align: left;
  }
}
.coportae-lenguage-training-invest__container {
  max-width: 946px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.coportae-lenguage-training-invest__container .col-md-6 {
  border: 1px solid #CBCBCB;
  height: 293px;
  max-width: 473px;
  padding: 74px 64px;
}
.coportae-lenguage-training-invest__container .col-md-6 img {
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__container .col-md-6 img {
    width: 32px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-invest__container .col-md-6 {
    padding: 73px 17px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__container .col-md-6 {
    padding: 16px;
    height: auto;
    padding-bottom: 0;
  }
}
.coportae-lenguage-training-invest__container h3 {
  color: #0078FF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-invest__container h3 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__container h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.coportae-lenguage-training-invest__container p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.coportae-lenguage-training-invest__video {
  border-radius: 18px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__video {
    border-radius: 18px 18px 0 0;
  }
}
.coportae-lenguage-training-invest__bookmark {
  border-radius: 0 18px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__bookmark {
    border-radius: 0 0 0 0;
  }
}
.coportae-lenguage-training-invest__chat {
  border-radius: 0 0 0 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__chat {
    border-radius: 0 0 0 0;
  }
}
.coportae-lenguage-training-invest__profile {
  border-radius: 0 0 18px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-invest__profile {
    border-radius: 0 0 18px 18px;
  }
}

.coportae-lenguage-training-partner {
  margin-bottom: 50px;
  margin-top: 80px;
}
.coportae-lenguage-training-partner__title {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 40px */
  letter-spacing: -1px;
  margin-bottom: 53px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-partner__title {
    text-align: left;
    font-size: 30px;
    line-height: 130%;
  }
}
.coportae-lenguage-training-partner__subtitle {
  color: #0078FF;
  font-family: "Inter";
  font-size: 21.786px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 26.144px */
  letter-spacing: 0.34px;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-partner__subtitle {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-partner__subtitle {
    font-size: 15.32px;
    max-width: 300px;
    margin: 35px auto 15px auto;
  }
}
.coportae-lenguage-training-partner__copy {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.5px;
  max-width: 463px;
}
.coportae-lenguage-training-partner__copy strong {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-partner__copy {
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-partner__copy {
    font-size: 14px;
    margin: 0 auto;
    max-width: 300px;
  }
}
.coportae-lenguage-training-partner__content-img {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-partner__content-img {
    text-align: center;
  }
  .coportae-lenguage-training-partner__content-img img {
    width: 317px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-partner__content-img {
    text-align: center;
  }
  .coportae-lenguage-training-partner__content-img img {
    width: 177px;
  }
}

.coportae-lenguage-training-growing {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-growing {
    max-width: 535px;
    margin: 0 auto 50px auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing {
    max-width: 288px;
    margin: 0 auto 30px auto;
  }
}
.coportae-lenguage-training-growing__copy {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 53.2px */
  letter-spacing: -1px;
  margin-top: 74px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-growing__copy {
    max-width: 355px;
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing__copy {
    font-size: 26px;
    line-height: 36.4px;
    margin-top: 24px;
  }
}
.coportae-lenguage-training-growing__subcopy {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 26px */
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-growing__subcopy {
    max-width: 355px;
    margin: 15px auto 35px auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing__subcopy {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.coportae-lenguage-training-growing__data {
  background: #0078FF;
  border-radius: 0 18px 18px 0;
}
@media (min-width: 320px) and (max-width: 991px) {
  .coportae-lenguage-training-growing__data {
    border-radius: 0 0 18px 18px;
  }
}
.coportae-lenguage-training-growing__data span {
  color: #FFF;
  font-family: "Poppins";
  font-size: 70.545px;
  font-style: normal;
  font-weight: 275;
  line-height: 100%;
  /* 70.545px */
  letter-spacing: -0.586px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing__data span {
    font-size: 60px;
    line-height: 60px;
  }
}
.coportae-lenguage-training-growing__data p {
  vertical-align: middle;
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.coportae-lenguage-training-growing__countries {
  padding: 32px 64px;
}
.coportae-lenguage-training-growing__countries div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing__countries div {
    margin-left: -10px;
    width: 200px;
  }
}
.coportae-lenguage-training-growing__items-first {
  border: 1px solid white;
  padding: 32px 64px;
}
.coportae-lenguage-training-growing__items-first div {
  width: 215px;
  height: 120px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coportae-lenguage-training-growing__items-first span {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-growing__items-first div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-growing__items-first {
    padding: 32px 58px;
  }
  .coportae-lenguage-training-growing__items-first div {
    width: 195px;
    height: auto;
  }
}
.coportae-lenguage-training-growing__content-copy {
  border: 0.6px solid #0078FF;
  border-radius: 18px 0 0 18px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .coportae-lenguage-training-growing__content-copy {
    border-radius: 18px 18px 0 0;
  }
}

.section-buttom {
  margin-top: 60px;
  margin-bottom: 80px;
}
.section-buttom a {
  border-radius: 48px;
  background: linear-gradient(180deg, #F80 -17.06%, #F60 115.88%);
  box-shadow: 0px 20px 60px 0px rgba(255, 102, 0, 0.45);
  padding: 18px 30px;
  color: white !important;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
@media (min-width: 320px) and (max-width: 767px) {
  .section-buttom a {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-buttom span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.29006 15.88L13.1701 12L9.29006 8.11998C8.90006 7.72998 8.90006 7.09998 9.29006 6.70998C9.68006 6.31998 10.3101 6.31998 10.7001 6.70998L15.2901 11.3C15.6801 11.69 15.6801 12.32 15.2901 12.71L10.7001 17.3C10.3101 17.69 9.68006 17.69 9.29006 17.3C8.91006 16.91 8.90006 16.27 9.29006 15.88Z' fill='%23FFFF00'/%3E%3C/svg%3E");
}
@media (min-width: 320px) and (max-width: 767px) {
  .section-buttom span {
    margin-left: 55px;
  }
}

.coportae-lenguage-training-cards__title {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1px;
  margin-top: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-cards__title {
    font-size: 30px;
  }
}
.coportae-lenguage-training-cards__content {
  padding: 32px 24px 48px 24px;
  display: inline-grid;
  border-radius: 12px;
  background: #FFF;
  /* Bottom/24 */
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.08);
  width: 463px;
  margin-left: 8px;
  height: 620px;
  margin-top: 40px;
}
.coportae-lenguage-training-cards__content img {
  width: 415px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coportae-lenguage-training-cards__content {
    width: 430px;
    margin-left: 25px;
  }
  .coportae-lenguage-training-cards__content img {
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-cards__content {
    margin-left: 1px;
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-cards__content {
    width: 288px;
    height: auto;
    margin-left: 1px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .coportae-lenguage-training-cards__content img {
    width: 100%;
  }
}
.coportae-lenguage-training-cards__title-card {
  color: #0078FF;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-cards__title-card {
    font-size: 24px;
  }
}
.coportae-lenguage-training-cards__copy-card {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
.coportae-lenguage-training-cards__copy-card strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-cards__copy-card strong {
    font-size: 16px;
  }
}
.coportae-lenguage-training-cards__copy-card li {
  margin-bottom: 20px;
}
.coportae-lenguage-training-cards__copy-card ul {
  margin-top: 20px;
}
.coportae-lenguage-training-cards__wrapper {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-cards__wrapper {
    max-width: 465px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-cards__wrapper {
    max-width: 290px;
  }
}

.coportae-lenguage-training-logos {
  background: #EBF7FF;
  padding: 80px 0;
}
.coportae-lenguage-training-logos__title {
  color: var(--Primary-Black, #000);
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 49.4px */
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-logos__title {
    text-align: center;
    display: block;
  }
}
.coportae-lenguage-training-logos__img {
  display: inline-block;
  margin-left: 20px;
}
.coportae-lenguage-training-logos__img img {
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .coportae-lenguage-training-logos__img {
    max-width: calc(100% - 320px);
    vertical-align: middle;
  }
  .coportae-lenguage-training-logos__img img {
    margin-left: 32px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-logos__img {
    padding-top: 20px;
  }
  .coportae-lenguage-training-logos__img img {
    margin-right: 15px;
    max-width: 17%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-logos__img {
    display: none;
  }
}
.coportae-lenguage-training-logos__img2 {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-logos__img2 {
    display: block;
  }
}

.coportae-lenguage-training-hero {
  height: 650px;
  background-image: url("/wp-content/uploads/sites/6/2024/03/fondo.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-hero {
    background-image: url("/wp-content/uploads/sites/6/2024/03/fondo768.png");
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-hero {
    background-image: url("/wp-content/uploads/sites/6/2024/03/fondo320.png");
    height: auto;
    background-position: top;
    margin-bottom: 50px;
  }
}
.coportae-lenguage-training-hero__title {
  color: #FFF;
  font-family: "Inter";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: -1px;
  padding-top: 150px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-hero__title {
    font-size: 32px;
    padding-top: 210px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-hero__title {
    padding-top: 20px;
    font-size: 24px;
  }
}
.coportae-lenguage-training-hero__copy {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 36px */
}
@media (min-width: 768px) and (max-width: 991px) {
  .coportae-lenguage-training-hero__copy {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-hero__copy {
    font-size: 16px;
  }
}
.coportae-lenguage-training-hero__items {
  color: #F4F4F4;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
.coportae-lenguage-training-hero__items li {
  margin-bottom: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.79506 15.875L5.32506 12.405C4.93506 12.015 4.30506 12.015 3.91506 12.405C3.52506 12.795 3.52506 13.425 3.91506 13.815L8.09506 17.995C8.48506 18.385 9.11506 18.385 9.50506 17.995L20.0851 7.41502C20.4751 7.02502 20.4751 6.39502 20.0851 6.00502C19.6951 5.61502 19.0651 5.61502 18.6751 6.00502L8.79506 15.875Z' fill='%23FF6600'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  padding-left: 27px;
  background-position-y: -2px !important;
  margin-left: -27px;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coportae-lenguage-training-hero__items {
    font-size: 14px;
  }
}
.coportae-lenguage-training-hero__trustpilot {
  margin-top: 20px;
}

footer {
  background: unset;
  margin: 0;
  padding: 0;
  color: #404040;
  font-size: 12px !important;
}
footer a.linkphone_holder.oip-phone-link > img {
  -webkit-transform: scaleX(-27);
  transform: scaleX(-1);
}
footer .footer-wrapper {
  padding-top: 160px;
}
footer .menu > li > a {
  font-family: "Inter" !important;
  font-size: 14px;
}
footer ul#menu-footer-links-4 {
  display: inline-flex;
}
footer .footer-1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF7FF 100%);
  border-bottom: 1px solid #00DBD1;
}
footer .footer-1 p.siguenos {
  font-size: 24px !important;
  color: #000;
  font-weight: normal;
  margin-bottom: 32px;
}
footer .footer-1 .media {
  list-style: none;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 120px;
  overflow: hidden;
  margin-left: 0px;
}
footer .footer-1 .media li {
  display: inline;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .footer-title {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  color: #0084ff;
  font-weight: 600;
  letter-spacing: 0.45px;
}
footer .menu-footer-links-container > ul,
footer .menu-footer-menu-container > ul {
  color: #000;
  line-height: 2;
  list-style: none;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}
footer .menu-footer-links-container > ul :hover,
footer .menu-footer-menu-container > ul :hover {
  border-bottom: unset;
  border-bottom-color: unset;
  color: #ff6600 !important;
  list-style: none;
  text-decoration: none;
}
footer #menu-footer-menu-4 > li {
  float: left;
}
footer .facebook, footer .instagram {
  width: 50px;
  height: 50px;
}
footer .twitter {
  width: 54px;
  height: 44px;
}
footer .youtube {
  width: 61px;
  height: 44px;
}
footer .linkedin {
  width: 44px;
  height: 44px;
}
footer .menu-legal ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  float: left;
  font-size: 10px;
}
footer .menu-legal > ul > li {
  float: left;
  display: inline-block;
  padding-right: 5px;
}
footer .menu-legal > ul > li :hover {
  border-bottom: unset;
  border-bottom-color: unset;
  color: #ff6600 !important;
  list-style: none;
  text-decoration: none;
}
footer .menu-legal ul.menu > li > a {
  font-size: 10px;
}
footer .open-education-txt {
  color: #000000;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
}
footer .ios-oe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMjI4IDUuMDhoMTUuMzk4djE0LjQxMUguMjI4VjUuMDgxWiIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjA4OSAxMC42Yy0uMDIyLTIuNCAxLjk1Ny0zLjU2NyAyLjA0OC0zLjYyMi0xLjEyMS0xLjY0LTIuODU4LTEuODY0LTMuNDY5LTEuODgxLTEuNDYtLjE1NS0yLjg3NC44NzYtMy42MTguODc2LS43NTggMC0xLjkwMy0uODYyLTMuMTM2LS44MzYtMS41ODguMDI0LTMuMDczLjk0Ny0zLjg4NyAyLjM3OS0xLjY4MSAyLjkyLS40MjggNy4yMTIgMS4xODMgOS41NzIuODA1IDEuMTU3IDEuNzQ3IDIuNDQ3IDIuOTc5IDIuNDAyIDEuMjA1LS4wNSAxLjY1Ni0uNzcxIDMuMTEtLjc3MSAxLjQ0MiAwIDEuODY1Ljc3IDMuMTIxLjc0MiAxLjI5NC0uMDIxIDIuMTA5LTEuMTYyIDIuODg2LTIuMzI4LjkzMS0xLjMyNSAxLjMwNS0yLjYzIDEuMzItMi42OTctLjAzLS4wMS0yLjUxMy0uOTYxLTIuNTM3LTMuODM3WiIgZmlsbD0iIzAwMCIvPjwvZz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjcxNSAzLjU0NGMuNjQ5LS44MTQgMS4wOTItMS45Mi45NjktMy4wNDQtLjkzOC4wNDEtMi4xMTIuNjUxLTIuNzg4IDEuNDQ3LS41OTguNzAxLTEuMTMyIDEuODUtLjk5NCAyLjkzMSAxLjA1NC4wOCAyLjEzNy0uNTMzIDIuODEzLTEuMzM0WiIgZmlsbD0iIzAwMCIvPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  height: 28px;
  padding-left: 30px;
  background-position-y: 6px;
  display: inline-block;
  padding-left: 25px;
}
footer .android-oe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjQwNiA1Ljk0aC0uNjMzdjQuMzAxaC4wMXY0LjUxMmMwIC4zNDUuMjguNjI0LjYyMy42MjRoMS4zM3YyLjc3NmExLjExIDEuMTEgMCAwIDAgMS4xMDcgMS4xMTEgMS4xMSAxLjExIDAgMCAwIDEuMTA3LTEuMTExdi0yLjc3NmgyLjA2djIuNzc2YTEuMTEgMS4xMSAwIDAgMCAxLjEwNyAxLjExMSAxLjExIDEuMTEgMCAwIDAgMS4xMDctMS4xMTF2LTIuNzc2aDEuMzNjLjM0NCAwIC42MjItLjI4LjYyMi0uNjI0VjEwLjI0aC4wMXYtNC4zaC05Ljc4Wk0xNC44NDkgNS41ODVhMS4xMSAxLjExIDAgMCAwLTEuMTA4IDEuMTExdjQuOTk0QTEuMTEgMS4xMSAwIDAgMCAxNC44NSAxMi44YTEuMTEgMS4xMSAwIDAgMCAxLjEwNy0xLjExMVY2LjY5NmExLjExIDEuMTEgMCAwIDAtMS4xMDctMS4xMTFaIiBmaWxsPSIjMDAwIi8+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLjAwNCA1LjU4NWgyLjIxNVYxMi44SC4wMDRWNS41ODVaIiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS4xMTEgNS41ODVBMS4xMSAxLjExIDAgMCAwIC4wMDQgNi42OTZ2NC45OTRBMS4xMSAxLjExIDAgMCAwIDEuMTEgMTIuOGExLjExIDEuMTEgMCAwIDAgMS4xMDgtMS4xMTFWNi42OTZBMS4xMSAxLjExIDAgMCAwIDEuMTEgNS41ODVaIiBmaWxsPSIjMDAwIi8+PC9nPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTAuNDkgMS40MS44OTEtMS4yNjNjLjAxOS0uMDI2LS4wMDgtLjA3Ny0uMDYtLjExMy0uMDUtLjAzNi0uMTA3LS4wNDUtLjEyNS0uMDE5bC0uOTIgMS4zMDNDOS42NTUgMS4wNzMgOC45LjkyIDcuOTguOTE4Yy0uOTI1LS4wMDMtMS42ODQuMTQ1LTIuMzA3LjM4Nkw0Ljc2My4wMTVjLS4wMTgtLjAyNi0uMDc1LS4wMTctLjEyNS4wMTktLjA1Mi4wMzYtLjA3OC4wODctLjA2LjExM2wuODggMS4yNDdDMi44OTIgMi41MzIgMi44MTcgNS4zMjUgMi44MTcgNS4zMjVoMTAuMzI2cy0uMTA1LTIuNzY4LTIuNjUzLTMuOTE2WiIgZmlsbD0iIzAwMCIvPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  height: 28px;
  padding-left: 30px;
  background-position-y: 6px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .fo-image svg {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  footer .footer-wrapper {
    padding-top: 96px;
  }
  footer .container.no-margin {
    padding: 0px;
    margin: 0px;
  }
  footer .menu > li > a {
    font-family: "Inter" !important;
    font-size: 16px;
  }
  footer .footer-1 .media {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  footer .menu-legal > ul > li {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer .android-oe {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  footer .facebook, footer .instagram {
    width: 34px;
    height: 34px;
  }
  footer .youtube {
    width: 41px;
    height: 30px;
  }
  footer .twitter {
    width: 36px;
    height: 30px;
  }
  footer .linkedin {
    width: 30px;
    height: 30px;
  }
  footer .footer-title {
    font-size: 16px;
  }
}
html {
  margin-top: 140px;
  scroll-behavior: smooth;
  font-size: 1rem;
  overflow-x: hidden;
}
html a {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
html a:visited {
  color: inherit;
}

a.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

.underlineText {
  text-decoration: underline;
}

body {
  color: #404040;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  /* 16px */
  font-weight: 400;
}

/*modal fixed*/
.modal-backdrop {
  z-index: 100000 !important;
}

.modal {
  z-index: 100001 !important;
}

/*end modal*/
.leadFormContent {
  z-index: 98;
}

.container-1600 {
  padding-left: 0px;
  padding-right: 0px;
}

.carousel-indicators li, .carousels .carousel-indicators--left li,
.carousels .carousel-indicators.carousels_mask-indicator--left li {
  border-radius: 10px;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}
.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}

/*Ten columns Boostrap 4 OE custom*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li button {
  display: block;
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffa50000;
  text-indent: -9999px;
  background-color: #ffffff;
  border: 1px solid #A0A0A0 !important;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background-color: #FF6600;
  border: none;
}

@media (max-width: 575px) {
  html {
    margin-top: 125px;
  }
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .container-1600 {
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*End ten columns*/
/*slick arrow*/
.slick-nav-custom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*max-width: 50%;
  margin-top: 28px;*/
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-prev-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 40px;
  /*left: 50px;*/
  z-index: 14;
  top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots-custom .slick-dots {
  position: relative;
  bottom: -15px;
  margin-left: 5px;
  margin-right: 5px;
}

.slick-next-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 40px;
  /*right: 55px;*/
  top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3b4f5a;
  cursor: pointer;
}

/*end slick arrow*/
.color__oe_blue {
  color: #0078FF;
}
.color__happy_pink {
  color: #FF2846;
}
.color__orange {
  color: #FF6600;
}
