@keyframes textWeight {
  0%,
  100% {
    font-variation-settings: "wght" 100;
  }
  50% {
    font-variation-settings: "wght" 900;
  }
}
@keyframes textWeightFW {
  0%,
  100% {
    font-weight: 100;
  }
  50% {
    font-weight: 900;
  }
}
.home {
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --error-color: #FF0000;
  --overlap-height: 5.2rem;
  --border-color: #979797;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .home {
    --overlap-height: 3.6rem;
  }
}
.home sup {
  position: relative;
  bottom: 0.25em;
}
.home [data-before-text]::before {
  content: attr(data-before-text);
  position: absolute;
  z-index: 1;
}
.home .hero {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 17.4rem;
  min-height: 76.8rem;
  background-image: url("../../img/home/hero-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .hero {
    padding-top: 12.6rem;
    min-height: 75.8rem;
    background-image: url("../../img/home/hero-mobile.webp");
    text-align: center;
  }
}
.home .hero__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .home .hero__header {
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.6rem;
  }
}
.home .hero__header img {
  height: 3.5rem;
  width: auto;
}
.home .hero__pre-title {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .home .hero__pre-title {
    line-height: 1.3;
  }
}
.home .hero__description {
  margin-top: 3.35rem;
}
@media (max-width: 768px) {
  .home .hero__description {
    margin-top: 2.7rem;
  }
}
.home .hero h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.08rem;
}
.home .hero .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .home .hero .container {
    width: 30rem;
  }
}
.home .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .hero .btn {
  margin-top: 2.1rem;
  padding: 1.4rem 4.6rem;
}
@media (max-width: 768px) {
  .home .hero .btn {
    margin-top: 1.1rem;
  }
}
.home .hero[data-before-text]::before {
  bottom: 14rem;
  right: 27.1rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home .hero[data-before-text]::before {
    bottom: 12rem;
    right: 3.2rem;
  }
}
.home .proven-results {
  position: relative;
  padding: 3.8rem 0 9.7rem;
  color: white;
}
@media (max-width: 768px) {
  .home .proven-results {
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
    padding: calc(4.5rem - var(--overlap-height)) 0 36.5rem;
  }
}
.home .proven-results::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-1 * var(--overlap-height));
  left: 0;
  z-index: 0;
  border-radius: 5rem 5rem 0 0;
  width: 100%;
  height: calc(100% + var(--overlap-height));
  background: linear-gradient(180deg, #122674 -76.11%, #4D8CFF 68.53%);
}
@media (max-width: 768px) {
  .home .proven-results::before {
    border-radius: 3rem 3rem 0 0;
  }
}
.home .proven-results__content {
  position: relative;
  z-index: 2;
  margin: 8.3rem auto 0;
  width: 38.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home .proven-results__content {
    margin-top: 2.9rem;
    width: 28rem;
  }
}
.home .proven-results__content p {
  font-weight: 500;
}
.home .proven-results__content .btn {
  margin-top: 2rem;
  padding: 1.3rem 3.9rem;
}
.home .proven-results__pre-swiper {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home .proven-results__pre-swiper {
    font-size: 2.3rem;
  }
}
.home .proven-results__swiper {
  margin-top: -1rem;
  height: 32.1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .home .proven-results__swiper {
    margin-top: 0;
    height: 10.8rem;
  }
}
.home .proven-results__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.home .proven-results__swiper .swiper-slide h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .proven-results__swiper .swiper-slide h2 span {
  font-family: 'Libre Franklin Variable', 'Libre Fraklin', sans-serif;
  font-size: 23rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1rem;
}
@media (max-width: 768px) {
  .home .proven-results__swiper .swiper-slide h2 span {
    font-size: 6rem;
    letter-spacing: 0;
  }
}
.home .proven-results__swiper .swiper-slide p {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .home .proven-results__swiper .swiper-slide p {
    margin-top: -0.3rem;
    font-size: 2.4rem;
  }
}
.home .proven-results__swiper .swiper-slide-active h2 span {
  animation: textWeightFW 3s cubic-bezier(0.9, 0, 0.1, 1);
}
@supports (font-variation-settings: "wght"100) {
  .home .proven-results__swiper .swiper-slide-active h2 span {
    animation: textWeight 3s cubic-bezier(0.9, 0, 0.1, 1);
  }
}
.home .proven-results__hand {
  position: absolute;
  bottom: 0;
  right: 12.7rem;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: 43rem;
}
@media (max-width: 768px) {
  .home .proven-results__hand {
    top: unset;
    bottom: 0;
    right: 2.5rem;
    height: 33.5rem;
  }
}
.home .proven-results__hand img {
  width: auto;
  height: 100%;
  display: block;
  transform: translateY(100%);
}
.home .form-nav {
  position: relative;
  padding: 16.5rem 0 15.5rem;
  background-color: var(--sheet-color);
  text-align: center;
}
@media (max-width: 768px) {
  .home .form-nav {
    padding: 6rem 0 13rem;
  }
}
@media (max-width: 768px) {
  .home .form-nav::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-1 * var(--overlap-height));
    left: 0;
    z-index: 0;
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    height: var(--overlap-height);
    background: inherit;
  }
}
.home .form-nav__container {
  display: flex;
  flex-direction: row;
  gap: 7.6rem;
  width: 91.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .form-nav__container {
    flex-direction: column;
    gap: 17rem;
    width: 33rem;
  }
}
.home .form-nav__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 33rem;
}
.home .form-nav__block h2 {
  margin-top: 3.2rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .home .form-nav__block h2 {
    font-size: 2.2rem;
  }
}
.home .form-nav__block p {
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .home .form-nav__block p {
    margin-top: 0.5rem;
  }
}
.home .form-nav__block .btn {
  margin-top: 3.1rem;
  padding: 1.4rem 3rem;
}
@media (max-width: 768px) {
  .home .form-nav__block:not(:last-child) {
    position: relative;
  }
}
@media (max-width: 768px) {
  .home .form-nav__block:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8.5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.1rem;
    width: 25.7rem;
    background: var(--border-color);
  }
}
.home .form-nav__block-img {
  height: 10.1rem;
  width: 17.8rem;
}
@media (max-width: 768px) {
  .home .form-nav__block-img {
    width: 12.8rem;
  }
}
.home .form-nav__block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.home .speak-form {
  position: relative;
  padding: 19rem 0 13.5rem;
  background-color: #F3F8FF;
}
@media (max-width: 768px) {
  .home .speak-form {
    padding: 15.8rem 0 6.5rem;
  }
}
.home .speak-form__img {
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 18.5rem;
  height: 18.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home .speak-form__img {
    top: -3.4rem;
    width: 15.7rem;
    height: 15.7rem;
  }
}
.home .speak-form__img img {
  width: 100%;
  height: auto;
}
.home .speak-form__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 64.5rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home .speak-form__container {
    width: 33rem;
  }
}
.home .speak-form__title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4.1rem;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .home .speak-form__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.home .speak-form__description {
  margin-top: 0.7rem;
  text-align: center;
  color: var(--primary-dark-text-color);
}
@media (max-width: 768px) {
  .home .speak-form__description {
    margin-top: 1rem;
  }
}
.home .speak-form .form-group-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 2rem;
}
.home .speak-form .form-group {
  --input-border-color: #979797;
  width: 30rem;
}
@media (max-width: 768px) {
  .home .speak-form .form-group {
    width: 100%;
  }
}
.home .speak-form .form-group input {
  outline: none;
  box-shadow: none;
}
.home .speak-form .form-group input[type="text"],
.home .speak-form .form-group input[type="email"],
.home .speak-form .form-group input[type="tel"] {
  border: 0.1rem solid var(--input-border-color);
  border-radius: 1rem;
  padding: 1.1rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--primary-dark-color);
}
.home .speak-form .form-group input[type="text"]:focus,
.home .speak-form .form-group input[type="email"]:focus,
.home .speak-form .form-group input[type="tel"]:focus {
  border-color: var(--primary-dark-color);
}
.home .speak-form .form-group label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--primary-dark-color);
}
.home .speak-form .form-group label + input[type="text"],
.home .speak-form .form-group label + input[type="email"],
.home .speak-form .form-group label + input[type="tel"] {
  margin-top: 0.5rem;
}
.home .speak-form .form-group [data-error] {
  visibility: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: var(--error-color);
}
.home .speak-form .form-group.error {
  --input-border-color: var(--error-color);
}
.home .speak-form .form-group.error [data-error] {
  visibility: visible;
}
.home .speak-form form {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .home .speak-form form {
    margin-top: 3.5rem;
  }
}
.home .speak-form .captcha-wrapper {
  display: flex;
  justify-content: center;
}
.home .speak-form .captcha {
  transform: scale(0.8);
  transform-origin: top center;
  width: fit-content;
  margin: 0.8rem auto 0;
}
.home .speak-form .captcha .form-group {
  width: auto;
}
.home .speak-form .captcha [data-error] {
  font-size: 1.4rem;
}
.home .speak-form button[type="submit"] {
  display: flex;
  margin: 0rem auto 0;
  padding: 1.4rem 3.2rem;
}
.home .insights {
  padding: 10rem 0 0;
  background-color: var(--sheet-color);
}
@media (max-width: 768px) {
  .home .insights {
    padding-top: 5.8rem;
  }
}
.home .insights__container {
  width: 91.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .insights__container {
    width: 33rem;
  }
}
.home .insights__title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4.1rem;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .home .insights__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.home .insights__video {
  margin: 4rem auto 0;
  width: 77.5rem;
}
@media (max-width: 768px) {
  .home .insights__video {
    margin-top: 2.1rem;
    width: 100%;
  }
}
.home .insights__video iframe {
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .home .insights__video iframe {
    border-radius: 0.6rem;
  }
}
.home .insights__video h4 {
  margin-top: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .home .insights__video h4 {
    margin: 3rem auto 0;
    max-width: 33rem;
  }
}
.home .footnote-section {
  padding-top: 7rem;
  background-color: var(--sheet-color);
}
.home .footnote-section__container {
  width: 91.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .footnote-section__container {
    width: 33rem;
  }
}
.home .footnote-section__footnote i {
  font-style: italic;
}
.home .footnote-section__footnote a {
  color: inherit;
  text-decoration: underline;
}
/*# sourceMappingURL=home.css.map */