html, body{
  overflow-x: hidden;
}

.hero-video{
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-video__media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.hero-video__content{
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

#benefits-testimonials{
  position: relative;
  color: white;
  background: none;
  --bg-y: -35px;
}

#benefits-testimonials::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../img/work-with-us/testimonial-benefits.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% var(--bg-y);
}

#benefits-testimonials > *{
  position: relative;
}

#hero-benefits{
  position: relative;
  min-height: 100vh;
  height: auto;
  overflow: visible;
}

#hero-benefits h3{
  font-family: Montserrat-ExtraLight, sans-serif;
  font-size: 13px;
  letter-spacing: 5px;
}

#hero-benefits h2{
  font-family: Montserrat-Bold, sans-serif;
  font-size: 25px;
  margin-top: 0;
}

#hero-benefits h1{
  font-family: Montserrat-Bold, sans-serif;
  font-size: 80px;
  margin-top: -20px;
  transform: translateX(10px);
}

#benefits-row{
  margin-top: -70px;
  display: none;
}

#hero-benefits .benefits-content > .row:nth-of-type(2){
  display: none;
}

.pill-year{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 66px;
  padding: 0 30px;
  border-radius: 999px;
  background: rgba(40, 55, 60, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.14);
  color: white;
  font-family: 'Montserrat-Black', sans-serif;
  font-size: 36px;
  text-shadow:
    0 2px 0 rgba(0,0,0,0.25),
    0 8px 18px rgba(0,0,0,0.22);
}

.destiny h4{
  font-size: 20px;
  font-family: 'Montserrat-Regular', sans-serif;
  margin-top: 20px;
}

.benefits-content{
  padding-top: 50px;
  transition: opacity .45s ease, transform .45s ease;
}

.benefits-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 95px;
  height: 95px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(5px);
  color: white;
  font-size: 34px;
  cursor: pointer;
  transition: opacity .25s ease;
  will-change: opacity, transform;
}

.benefits-video{
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

#hero-benefits.is-playing .benefits-play{
  opacity: 0;
  pointer-events: none;
}

#hero-benefits.is-playing .benefits-content{
  opacity: 0;
  pointer-events: none;
}

#hero-benefits.is-playing .benefits-video{
  opacity: 1;
  pointer-events: auto;
}

#hero-benefits.is-playing .benefits-video::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,1);
}

.benefits-video__panel{
  position: relative;
  z-index: 99999;
  width: 70%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0,0,0,.65);
}

.benefits-video__panel video{
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.video-close{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  border: none;
  cursor: pointer;
}

.benefits-rotator{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  z-index: 10;
  width: min(720px, 92vw);
  text-align: center;
  opacity: 1;
  transition: opacity .35s ease, transform .35s ease;
}

.benefits-rotator .destiny{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.benefits-rotator.is-fading{
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
}

#hero-testimonials,
#hero-testimonials-desktop,
#hero-testimonials-mobile{
  padding: 50px 250px;
}

#hero-testimonials h1,
#hero-testimonials-desktop h1,
#hero-testimonials-mobile h1{
  background: linear-gradient(90deg, #e9e6db 0%, #E2B218 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 38px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

#hero-testimonials h1 span,
#hero-testimonials-desktop h1 span,
#hero-testimonials-mobile h1 span{
  font-family: 'Montserrat-Medium', sans-serif !important;
}

#testimonialsRow,
#testimonialsRowDesktop{
  justify-content: center;
}

.testimonial-card{
  display: flex;
  justify-content: center;
}

.testimonial-shell{
  width: min(340px, 92vw);
}

.testimonial-media{
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  height: clamp(360px, 60vh, 560px);
  aspect-ratio: 9 / 16;
  width: 100%;
}

.testimonial-thumb,
.testimonial-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.testimonial-thumb{ display: block; }
.testimonial-video{ display: none; }

.testimonial-play{
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: rgba(0,0,0,.05);
  color: #fff;
  backdrop-filter: blur(6px);
  transition: transform .15s ease, background .15s ease;
}

.testimonial-play:hover{
  transform: scale(1.05);
  background: rgba(0,0,0,.70);
}

.testimonial-close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: none;
  place-items: center;
  font-size: 18px;
  background: rgba(0,0,0,.55);
  color: #fff;
  backdrop-filter: blur(6px);
}

.testimonial-meta{
  margin-top: 12px;
  text-align: center;
}

.name-testimonial{
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 38px;
}

.rol-testimonial{
  font-family: Montserrat-Light, sans-serif;
  font-size: 18px;
  background: linear-gradient(90deg, #e9e6db 0%, #E2B218 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.testimonial-text{
  display: none;
  margin-top: 10px;
  font-size: 20px;
}

.testimonial-card.is-expanded{
  flex: 0 0 auto;
  width: 100%;
}

.testimonial-card.is-expanded .testimonial-shell{
  width: 100%;
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 50px;
  align-items: start;
}

.testimonial-card.is-expanded .testimonial-media{
  grid-column: 1;
  grid-row: 1 / span 2;
}

.testimonial-card.is-expanded .testimonial-meta{
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  text-align: left;
}

.testimonial-card.is-expanded .testimonial-text{
  grid-column: 2;
  grid-row: 2;
  display: block !important;
  margin-top: 0;
  align-self: start;
}

.testimonial-card.is-expanded .testimonial-text p{
  margin-top: -20%;
}

.testimonial-card.is-expanded .testimonial-thumb{ display: none; }
.testimonial-card.is-expanded .testimonial-video{ display: block; }
.testimonial-card.is-expanded .testimonial-close{ display: grid; }
.testimonial-card.is-expanded .testimonial-play{ display: none; }

.testimonial-card.is-hidden{
  display: none !important;
}

.btn-blur{
  display: block;
  position: absolute;
  right: 8%;
  bottom: 20%;
  width: fit-content;
  margin-left: auto;
  padding: 12px 40px;
  border-radius: 99px;
  font-size: 20px;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
  transition: transform .15s ease;
  z-index: 1;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

.btn-blur a {
  text-decoration: none;
  color: inherit;
}
.btn-blur a:hover,
.btn-blur a:focus {
  text-decoration: none;
  color: inherit;
}

.btn-blur::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  margin:-2px;
  padding:2px;
  background-image: conic-gradient(
    from 180deg,
    rgba(255,255,255,.9) 0deg 70deg,
    rgba(255,255,255,.25) 78deg 98deg,
    rgba(255,255,255,.9) 110deg 250deg,
    rgba(255,255,255,.25) 258deg 278deg,
    rgba(255,255,255,.9) 290deg 360deg
  );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;

  pointer-events:none;
  opacity: .9;
}

.btn-blur:active{
  transform: scale(.98);
}

#hero-testimonials-mobile .slick-dots{
  display: none !important;
}

#hero-testimonials-mobile .testimonials-slider{
  position: relative;
  z-index: 50;
  overflow: hidden;
}

#hero-testimonials-mobile .slick-list{
  overflow: hidden;
}

#hero-testimonials-mobile .slick-track{
  display: flex !important;
}

#hero-testimonials-mobile .slick-prev,
#hero-testimonials-mobile .slick-next{
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 999px;
  z-index: 999;
  place-items: center;
  cursor: pointer;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: transform .15s ease, background .15s ease, opacity .15s ease;
}

#hero-testimonials-mobile .slick-prev{ left: 6px; }
#hero-testimonials-mobile .slick-next{ right: 6px; }

#hero-testimonials-mobile .slick-prev:before,
#hero-testimonials-mobile .slick-next:before{
  font-size: 28px;
  line-height: 1;
  opacity: 1 !important;
  color: #fff;
  pointer-events: none;
  content: none !important;
}

#hero-testimonials-mobile .slick-prev:hover,
#hero-testimonials-mobile .slick-next:hover{
  transform: translateY(-50%) scale(1.04);
}

#hero-testimonials-mobile .slick-prev:active,
#hero-testimonials-mobile .slick-next:active{
  transform: translateY(-50%) scale(.98);
}

#hero-testimonials-mobile .slick-prev.slick-disabled,
#hero-testimonials-mobile .slick-next.slick-disabled{
  opacity: .25 !important;
  cursor: default;
}

#hero-testimonials-mobile .testimonial-card{
  justify-content: stretch;
}
#hero-testimonials-mobile .testimonial-shell{
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.t-viewer{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.t-viewer.is-open{ display: block; }

.t-viewer__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.t-viewer__panel{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.t-viewer__video{
  width: min(980px, 92vw);
  height: auto;
  max-height: 86vh;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 40px 120px rgba(0,0,0,.65);
}

.t-viewer__close{
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 10001;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#hero-testimonials-mobile{
  overflow-x: clip;
  position: relative;
}

#hero-testimonials-mobile .t-slide{
  box-sizing: border-box;
  width: 100%;
}

#hero-testimonials-mobile .slick-prev i,
#hero-testimonials-mobile .slick-next i,
#hero-testimonials-mobile .slick-prev svg,
#hero-testimonials-mobile .slick-next svg,
#hero-testimonials-mobile .slick-prev img,
#hero-testimonials-mobile .slick-next img{
  display: block;
}

#payments-mobile{
  display: none;
}

#contact-us{
  padding-top: 80px;
  color: var(--main-blue);
}

#contact-us label{
  font-family: Montserrat-SemiBold, sans-serif;
  text-shadow: 0 3px 4px rgb(0 0 0 / 40%);
}

#contact-us h1{
  font-family: Montserrat-SemiBold, sans-serif;
  background: linear-gradient(90deg, var(--main-blue) 0%, var(--second-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

#contactUsForm input {
  background: #d9d9d94d;
  border-radius: 16px;
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 1px 4px 4.2px 1px rgba(0, 0, 0, 0.15);
}

#btnSubmitContact {
  border: none;
  border-radius: 20px;
  background-color: var(--main-blue);
  color: white;
  font-size: 15px;
  padding: 3px 0;
}

.sticky-info{
  font-family: Montserrat-ExtraLight, sans-serif;
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 999;
  width: fit-content;
  background: linear-gradient(90deg, var(--main-blue) 0%, var(--second-blue) 100%);
  border-radius: 50px;
}

.sticky-info b{
  font-family: Montserrat-Medium, sans-serif;
}

.sticky-content{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 7px 13px 7px 30px;
}

.sticky-content > div{
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sticky-content h6{
  font-size: 8px;
}

.earn-block{
  display: flex;
  flex-direction: column;
}

.earn-block h3{
  font-size: 32px;
  font-family: Montserrat-Bold, sans-serif;
}

.earn-block h6:first-of-type{
  align-self: center;
  text-align: center;
}

.earn-block h6:last-of-type{
  align-self: flex-end;
  text-align: right;
}
.sticky-content .earn-block h6,
.sticky-content .earn-block h3{
  line-height: 1;
}

.sticky-content h5{
  font-size: 8px;
}

.sticky-content h4{
  font-family: Montserrat-Bold, sans-serif;
}

.sticky-content img{
  margin-right: 8px;
}

.sticky-content .btn-join{
  padding: 7px 18px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  font-family: Montserrat-Bold, sans-serif;
  font-style: italic;
  color: var(--main-blue);
  background-color: white;
}

.sticky-content .btn-join a {
  text-decoration: none;
  color: inherit;
}
.sticky-content .btn-join a:hover,
.sticky-content .btn-join a:focus {
  text-decoration: none;
  color: inherit;
}

.toast-container {
  z-index: 999999;
}

@media (max-width: 768px){
  #benefits-testimonials{ --bg-y: -50px; }

  #benefits-testimonials::before{
    background-size: 200% auto;
    background-position: 50% var(--bg-y);
  }

  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 40px 0px;
    height: fit-content;
  }

  #hero-testimonials h1,
  #hero-testimonials-desktop h1,
  #hero-testimonials-mobile h1{
    font-size: 28px;
    margin-bottom: 18px;
  }

  .name-testimonial{ font-size: 26px; }
  .rol-testimonial{ font-size: 14px; }

  .testimonial-media{
    height: clamp(360px, 62vh, 560px);
  }

  .testimonial-text{ display: block; }
  .testimonial-text .btn-blur{ display: none; }

  .testimonial-text .t-mobile{
    font-size: 12px;
    text-align: justify;
    line-height: 1.35;
    opacity: .92;
  }

  .testimonials-slider{ width: 100%; }
  .testimonials-slider .t-slide{ padding: 0 8px; }

  #hero-testimonials-mobile .slick-slide{
    opacity: .55;
    transform: scale(.96);
    transition: transform .25s ease, opacity .25s ease;
  }

  #hero-testimonials-mobile .slick-current{
    opacity: 1;
    transform: scale(1);
  }

  #hero-benefits.is-playing .benefits-video{
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
  }

  .benefits-video__panel{
    width: 94vw;
    max-height: 70vh;
    border-radius: 14px;
  }

  .benefits-video__panel video{
    max-height: 70vh;
  }

  #hero-testimonials-mobile .slick-prev{ left: 2px; }
  #hero-testimonials-mobile .slick-next{ right: 2px; }

  #payments{
    display: none;
  }
  
  #payments-mobile{
    display: block;
    height: 100vh;
    padding-top: 65px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  #payments-mobile > div{
    position: relative;
    z-index: 2;
  }

  #payments-mobile .premium-lotes{
    position: absolute;
    z-index: 0;
    pointer-events: none;
    user-select: none;
  }

  #payments-mobile .premium-lotes-1{
    top: -22%;
    width: 60%;
  }

  #payments-mobile .premium-lotes-2{
    top: 12%;
    right: 0px;
    width: 70%;
  }
  
  #payments-mobile h1{
    font-family: Montserrat-Bold, sans-serif;
    background: linear-gradient(90deg, var(--main-blue) 0%, var(--second-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  #payments-mobile h3{
    font-family: Montserrat-Light, sans-serif;
    color: var(--gold-maderas);
    font-size: 20px;
  }

  #payments-mobile h2{
    font-family: Montserrat-SemiBold, sans-serif;
    background-color: var(--main-blue);
    width: fit-content;
    font-size: 14px;
    box-shadow: 0px 3.46px 3.46px 0px rgba(0, 0, 0, 0.25);
    padding: 0 3px;
  }

  #payments-mobile p, #payments-mobile ul{
    color: #000;
    font-size: 14px;
    margin: 0;
    box-shadow: 0.87px 3.46px 3.64px 0.87px rgba(0, 0, 0, 0.25);
  }

  #payments-mobile p{ padding: 2px 5px; }

  .payments-container{
    margin-top: 50px;
    padding: 0px 90px;
  }

  .payment{
    margin-bottom: 40px;
  }

  .mask-icon{
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    box-shadow: 0.87px 3.46px 3.64px 0.87px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background-color: transparent;
  }

  .mask-icon img{
    width: 40%;
  }

  #payments-mobile h6{
    color: var(--main-blue);
  }

  #contact-us{
    height: 100vh;
    background-image: url(../img/work-with-us/workwithus_back_mobile.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-top: 45px;
    position: relative;
  }

  #contact-us h1 {
    font-size: 30px;
  }

  #contact-us h6 {
    font-size: 14px;
  }

  #contact-us h2 {
    font-size: 30px;
  }

  #contactUsForm label{
    margin-top: 5px!important;
  }
  #contactUsForm .checkbox__container{
    margin: 0!important;
  }

  #contactUsForm .check-info-mobile{
    font-size: 12px;
  }
  #btnSubmitContact {
    width: 70%!important;
  }
  .footer-contact{
    position: absolute;
    bottom: 12%;
    padding: 0px 50px;
    font-size: 8px;
    text-align: center;
  }
  .sticky-info {
    bottom: 0%; 
    border-radius: 0px;   
  }
}

@media (max-width: 425px){
  #benefits-testimonials{ --bg-y: -70px; }
  
  #benefits-testimonials::before{
    background-size: 400% auto;
    background-position: 50% var(--bg-y);
  }

  .payments-container {
    margin-top: 50px;
    padding: 0px 35px;
  }

  #payments-mobile p, #payments-mobile ul, #payments-mobile h2 {
    font-size: 10px;
  }

  .mask-icon {
    width: 65px;
    height: 65px;
    margin-right: 12px;
  }

  .payment-type-box{
    gap: 1rem !important;
  }

  #payments-mobile .premium-lotes-1 {
    top: -15%;
    width: 80%;
  }

  #payments-mobile .premium-lotes-2 {
    top: 25%;
    right: 0px;
    width: 100%;
  }
  #contact-us h1 {
    font-size: 22px;
  }

  #contact-us h6 {
    font-size: 11px;
  }

  #contact-us h2 {
    font-size: 30px;
  }
  #contactUsForm{
    padding: 0 30px;
  }

  #contactUs label {
    margin-top: 15px !important;
    font-size: 14px;
  }

  #check-info-mobile{
    gap: 0.5rem!important;
  }

  #check-info-mobile p{
    font-size: 8px;
  }
  .earn-block h3 {
    font-size: 15px;
  }
  .sticky-info {
    width: 100%;
  }
  .sticky-content h6 {
    font-size: 4px;
  }
  .sticky-content h5 {
    font-size: 5px;
  }
  .sticky-content h4 {
    font-size: 16px;
  }
  .sticky-content .extrasmall {
    font-size: 3px;
  }
  .sticky-content img {
    margin-right: 2px;
  }
  .sticky-content {
    gap: 12px;
    padding: 7px 10px 7px 20px;
  }
  .sticky-content .btn-join {
    font-size: 5px;
  }
  .footer-contact {
    bottom: 6%;
    padding: 0px 28px;
    line-height: 6px;
  }
}

@media (max-width: 374.98px){
  #benefits-testimonials{ --bg-y: 40%; }
  #benefits-testimonials::before{ background-size: 490%; }

  html.is-locked,
  body.is-locked{
    overflow: hidden !important;
    height: 100%;
    touch-action: none;
  }

  body.is-locked{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }

  .benefits-play{
    width: 75px;
    height: 75px;
  }

  .pill-year {
    min-width: 140px;
    height: 55px;
    font-size: 30px;
  }

  .destiny h4 {
    font-size: 12px;
    margin-top: 0px;
  }

  .benefits-video{
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
  }

  #hero-benefits.is-playing .benefits-video__panel{
    border-radius: 18px;
    overflow: hidden;
    position: relative;
  }

  #hero-benefits.is-playing .benefits-video__panel video{
    display: block;
    background: #000;
    object-fit: contain;
  }

  #hero-benefits.is-playing .benefits-video::before{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #hero-benefits.is-playing .video-close{
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 10000;
  }

  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 0px 16px 24px 16px;
  }

  #hero-testimonials h1,
  #hero-testimonials-desktop h1,
  #hero-testimonials-mobile h1{
    font-size: 18px;
    margin-bottom: 18px;
  }

  .name-testimonial{ font-size: 24px; }
  .rol-testimonial{ font-size: 13px; }

  .testimonial-media{
    height: clamp(320px, 62vh, 520px);
  }

  .testimonial-text .t-mobile{ font-size: 12px; text-align: center; }

  #hero-testimonials-mobile .slick-prev,
  #hero-testimonials-mobile .slick-next{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  #hero-testimonials-mobile .slick-prev:before,
  #hero-testimonials-mobile .slick-next:before{
    font-size: 24px;
    content: none !important;
  }
}

@media (max-width: 375px){
  .sticky-content .btn-join {
    padding: 5px 12px;
    font-size: 5px!important;
  }
  #benefits-testimonials {
    --bg-y: -65px;
  }
  #benefits-testimonials::before {
    background-size: 430% auto;
    background-position: 50% var(--bg-y);
  }
  #hero-testimonials-mobile .t-slide{ padding: 0 12px; }

  #hero-testimonials-mobile .slick-slide{
    transform: scale(.75);
    opacity: .45;
    z-index: 1;
    transition: transform .3s ease, opacity .3s ease;
  }

  #hero-testimonials-mobile .slick-current{
    transform: scale(.90);
    opacity: 1;
    z-index: 5;
  }

  #hero-testimonials-mobile .testimonial-play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #hero-testimonials-mobile h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .payments-container {
    margin-top: 50px;
    padding: 0px 25px;
  }

  #payments-mobile p, #payments-mobile ul, #payments-mobile h2 {
      font-size: 9px;
  }

  #payments-mobile .premium-lotes-1 {
    width: 90%;
  }

  #payments-mobile .premium-lotes-2 {
    top: 33%;
  }
  #contact-us h1 {
    font-size: 30px;
  }
  #contact-us h6 {
    margin-top: 10px;
    font-size: 18px;
  }
  #check-info-mobile p {
    text-align: center;
  }
  #btnSubmitContact {
    width: 100% !important;
  }
  .sticky-content img {
    display: none!important;
  }
}

@media (max-width: 320px){
  #hero-testimonials-mobile .testimonials-slider,
  #hero-testimonials-mobile .slick-list{
    overflow: hidden !important;
  }

  #hero-testimonials-mobile .t-slide{
    padding: 0 !important;
  }

  #hero-testimonials-mobile .slick-slide,
  #hero-testimonials-mobile .slick-current{
    transform: none !important;
    opacity: 1 !important;
    z-index: auto !important;
  }

  #benefits-testimonials{ --bg-y: -60px; }
  
  #benefits-testimonials::before{
    background-size: 500% auto;
    background-position: 50% var(--bg-y);
  }

  #payments-mobile h1 {
    font-size: 24px;
  }
  .mask-icon {
    width: 60px;
    height: 60px;
  }

  .mobile h2 {
    font-size: 8px;
  }
  #payments-mobile h3 {
    font-size: 16px;
  }
  .payment-type-box {
    gap: 0rem !important;
  }
  .footer-contact{
    font-size: 8px;
  }
  .sticky-content {
    gap: 8px;
  }
  .sticky-content .btn-join {
    font-size: 5px;
  }
}

@media (min-width: 420px) and (max-width: 768px){
  html.is-locked,
  body.is-locked{
    overflow: hidden !important;
    height: 100%;
    touch-action: none;
  }

  body.is-locked{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
  }

  #hero-benefits.is-playing .benefits-video__panel{
    overflow: hidden;
    position: relative;
  }

  #hero-benefits.is-playing .benefits-video__panel video{
    display: block;
    background: #000;
    object-fit: contain;
  }

  #hero-benefits.is-playing .benefits-video::before{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #hero-benefits.is-playing .video-close{
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 10000;
  }

  #hero-testimonials-mobile .testimonial-play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #hero-benefits h2{ font-size: 30px; }
  #hero-benefits h1{ font-size: 96px; }

  .pill-year{
    min-width: 140px;
    height: 50px;
    font-size: 30px;
  }

  .destiny h4{
    font-size: 18px;
    margin-top: 5px;
  }

  .btn-blur{ display: none; }

  .testimonial-card.is-expanded .testimonial-shell{
    grid-template-columns: 1fr;
  }
  .testimonial-card.is-expanded .testimonial-media,
  .testimonial-card.is-expanded .testimonial-meta,
  .testimonial-card.is-expanded .testimonial-text{
    grid-column: 1;
  }
  .testimonial-card.is-expanded .testimonial-meta{
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1023.98px){
  #benefits-testimonials{ --bg-y: -10%; }
  #benefits-testimonials::before{
    background-size: 215%;
    background-position: 50% var(--bg-y);
  }

  #hero-benefits h3{ font-size: 25px; }
  #hero-benefits h2{ font-size: 60px; }

  .pill-year{
    min-width: 140px;
    height: 50px;
    font-size: 30px;
  }

  .destiny h4{
    font-size: 18px;
    margin-top: 5px;
  }

  .benefits-video__panel{
    width: min(920px, 92vw);
    max-height: 70vh;
    border-radius: 18px;
  }

  .benefits-video__panel video{
    width: 100%;
    height: 100%;
    max-height: 70vh;
    display: block;
    object-fit: cover;
    background: #000;
  }

  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 50px;
    height: 96vh;
  }

  .name-testimonial{ font-size: 25px; }
  .rol-testimonial{ font-size: 14px; }
  .testimonial-text{ font-size: 15px; }

  #payments{
    color: var(--main-blue);
  }

    #payments{
    height: 100vh;
    color: var(--main-blue);
    padding: 50px 30px 0 40px;
    background-image: url(../img/work-with-us/payments_back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #payments h1{
    font-family: Montserrat-Bold, sans-serif;
    background: linear-gradient(90deg, var(--main-blue) 0%, var(--second-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  #payments .info-container{
    margin-top: 35px;
    font-size: 12px;
    width: 50%;
  }
  .footer-payments{
    margin-top: 70px;
  }
  .footer-payments h2{
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 20px;
  }
  .footer-payments h3{
    font-size: 15px;
  }
  
  #contact-us {
    height: 100vh;
    background-image: url(../img/work-with-us/workwithus_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 45px;
    position: relative;
    z-index: 0;
  }

  #contact-us::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -265px;
    height: 500px;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(248,248,248,0) 0%,
      rgba(248,248,248,0.15) 24%,
      rgba(255,244,237,1) 50%,
      rgba(246,232,223,0.15) 75%,
      rgba(246,232,223,0) 100%
    );
  }

  #payments > *,
  #contact-us > *{
    position: relative;
    z-index: 2;
  }
  #check-info-mobile p{
    font-size: 12px;
  }
  #btnSubmitContact{
    height: 50%;
  }
  .footer-contact{
    position: absolute !important;
    bottom: 0%;
    padding: 0 150px;
    font-size: 10px;
    text-align: center;
  }
  #contactUsForm input {
    background: #ffffffba;
  }
}

@media (min-width: 1024px) and (max-width: 1439.98px){
  #benefits-testimonials{ --bg-y: -30px; }
  #benefits-testimonials::before{
    background-size: 158% auto;
    background-position: 50% var(--bg-y);
  }

  #hero-benefits{
    padding: 0 65px;
  }

  #benefits-row{
    display: flex;
    margin-top: -50px;
  }

  #hero-benefits .benefits-content > .row:nth-of-type(2){
    display: flex;
  }

  .benefits-rotator{
    display: none;
  }

  #hero-benefits h3{ font-size: 25px; }
  #hero-benefits h2{ font-size: 60px; margin-top: -5px; }
  #hero-benefits h1{ font-size: 100px; transform: translateX(6px); margin-top: -30px; }

  .destiny h4{ font-size: 14px; }

  .pill-year{
    min-width: 160px;
    height: 55px;
    font-size: 26px;
  }

  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 50px;
  }

  .name-testimonial{ font-size: 25px; }
  .rol-testimonial{ font-size: 14px; }
  .testimonial-text{ font-size: 15px; }

  .btn-blur{
    right: 3%;
    bottom: 10%;
    padding: 7px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1024px){
  #payments{
    height: 100vh;
    color: var(--main-blue);
    padding: 50px 30px 0 40px;
    background-image: url(../img/work-with-us/payments_back.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
  }

  #payments::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height: var(--section-fade);
    pointer-events:none;
    z-index: 1;

    background: linear-gradient(
      180deg,
      rgba(238,227,224,0) 0%,
      rgba(238,227,224,0.25) 35%,
      rgba(238,227,224,1) 100%
    );
  }

  #payments h1{
    font-family: Montserrat-Bold, sans-serif;
    background: linear-gradient(90deg, var(--main-blue) 0%, var(--second-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
  }
  #payments .info-container{
    margin-top: 35px;
    font-size: 12px;
    width: 50%;
  }
  .footer-payments{
    position: absolute!important;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .footer-payments h2{
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 20px;
  }
  .footer-payments h3{
    font-size: 15px;
  }

  #contact-us {
    height: 100vh;
    background-image: url(../img/work-with-us/workwithus_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 45px;
    position: relative;
    z-index: 0;
  }

  #contact-us::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -265px;
    height: 500px;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(248,248,248,0) 0%,
      rgba(248,248,248,0.15) 24%,
      rgba(255,244,237,1) 50%,
      rgba(246,232,223,0.15) 75%,
      rgba(246,232,223,0) 100%
    );
  }

  #payments > *,
  #contact-us > *{
    position: relative;
    z-index: 2;
  }
  #check-info-mobile p{
    font-size: 12px;
  }
  #btnSubmitContact{
    height: 50%;
  }
  .footer-contact{
    position: absolute !important;
    bottom: 0%;
    padding: 0 150px;
    font-size: 10px;
    text-align: center;
  }
  #contactUsForm input {
    background: #ffffffba;
  }
}

@media (min-width: 1440px){
  #benefits-testimonials{ --bg-y: -15px; }
  #benefits-testimonials::before{
    background-size: 110% auto;
    background-position: 54% var(--bg-y);
  }

  #hero-benefits{
    padding: 0 130px;
  }

  #hero-benefits h3{ font-size: 25px; }
  #hero-benefits h2{ font-size: 60px; margin-top: -5px; }
  #hero-benefits h1{ font-size: 100px; transform: translateX(6px); margin-top: -30px; }

  #hero-benefits .benefits-content > .row:nth-of-type(2){
    display: flex;
  }

  .benefits-rotator{
    display: none;
  }

  #benefits-row{
    display: flex;
    margin-top: -50px;
  }

  .destiny h4{
    font-size: 16px;
  }

  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 0px 100px 80px 100px;
    height: 100vh;
  }

  .testimonial-text{ font-size: 16px; }

  .btn-blur{
    right: 8%;
    bottom: 30%;
    padding: 5px 20px;
    border-radius: 99px;
    font-size: 15px;
  }
  #payments .info-container {
    margin-top: 50px;
    font-size: 16px;
    width: 55%;
  }
  .footer-payments {
    margin-top: 160px;
  }
  .footer-payments h2 {
    font-size: 25px;
  }
  .footer-payments h3 {
    font-size: 15px;
  }
  .footer-contact {
    bottom: 12%;
    padding: 0 100px;
  }
}

@media (min-width: 1920px){
  #hero-testimonials,
  #hero-testimonials-desktop,
  #hero-testimonials-mobile{
    padding: 140px 180px 0px 180px;
    height: 110vh;
  }

  #hero-benefits h3{ font-size: 40px; }
  #hero-benefits h2{ font-size: 92px; margin-top: -5px; }
  #hero-benefits h1{ font-size: 160px; transform: translateX(6px); margin-top: -30px; }

  #benefits-row{
    display: flex;
    margin-top: -50px;
  }

  .pill-year{
    min-width: 240px;
    height: 90px;
    font-size: 50px;
  }

  .destiny h4{
    font-size: 22px;
  }
  .testimonial-text{ font-size: 20px; }

  .benefits-play{
    width: 120px;
    height: 120px;
  }
  .btn-blur {
    right: 8%;
    bottom: 20%;
  }
  #payments {
    padding: 100px 75px;
  }
  #payments h1 {
    font-size: 50px;
  }
  #payments .info-container {
    margin-top: 80px;
    font-size: 20px;
    width: 50%;
  }
  .footer-payments {
    bottom: 5%;
  }
  .footer-payments h2 {
    font-size: 28px;
  }
  .footer-payments h3 {
    font-size: 22px;
  }

  #contact-us h1 {
    font-size: 50px;
  }
  #contact-us h6 {
    font-size: 21px;
  }
  #contact-us label {
    font-size: 20px;
    margin-top: 0px !important;
  }
  .footer-contact{
    bottom: 12%;
    padding: 0px 70px;
    font-size: 18px;
    width: 100%;
  }
}