.cta-container {
  position: relative;
}

.cta-wrap {
  position: relative;
  aspect-ratio: 1440/800;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  width: calc(100% - 16px);
}

.cta-img-front, .cta-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cta-img-front img, .cta-img-bg img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-img-front {
  z-index: 2;
}

.cta-img-front_mob, .cta-img-bg_mob {
  display: none;
}

.cta-header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1304px;
  padding: 0 32px;
  z-index: 1;
  font-family: Semi;
  color: white;
}

.cta-img-bg {
  z-index: 0;
}

.cta-header-1 {
  font-size: 84px;
  line-height: 1.2;
  margin-top: 220px;
  max-width: 612px;
  background: linear-gradient(176deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-header-2 {
  font-size: 140px;
  line-height: 1;
  margin-top: 260px;
  max-width: 540px;
  background: linear-gradient(197deg, #fff 70%, rgba(255, 255, 255, 0) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.cta-form-wrap {
  position: absolute;
  z-index: 4;
  width: 100%;
  max-width: 1304px;
  padding: 0 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-form {
  display: flex;
  gap: 22px;
  flex-direction: column;
  background-color: white;
  max-width: 480px;
  margin-left: auto;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #E9E9EA;
  box-shadow: 0 38px 83px 0 rgba(0, 0, 0, 0.1), 0 151px 151px 0 rgba(0, 0, 0, 0.09), 0 340px 204px 0 rgba(0, 0, 0, 0.05), 0 605px 242px 0 rgba(0, 0, 0, 0.01), 0 945px 265px 0 rgba(0, 0, 0, 0);
}

.privacy-title {
  font-size: 14px !important;
  font-family: Medium !important;
  line-height: 1.4 !important;
  margin-bottom: 4px;
}

.privacy-text {
  color: #64666E;
  margin-left: 30px;
  font-size: 12px;
}
.privacy-text a {
  color: #1582E7;
  transition: ease 0.3s;
}
.privacy-text a:hover {
  color: #062745;
}

@media (max-width: 1920px) {
  .cta-header-1 {
    font-size: 5.2vw;
    margin-top: 9.5vw;
    margin-left: 0;
    max-width: 40vw;
  }
  .cta-header-2 {
    font-size: 7.4vw;
    margin-top: 12vw;
  }
}
@media (max-width: 1660px) {
  .cta-header-2 {
    margin-left: 4vw;
  }
}
@media (max-width: 1500px) {
  .cta-header-1 {
    margin-left: 0;
  }
  .cta-header-2 {
    margin-left: 8vw;
  }
}
@media (max-width: 1100px) {
  .cta-form-wrap {
    position: unset;
    transform: unset;
  }
  .cta-form {
    position: relative;
    margin: -32px auto 0;
    z-index: 11;
    box-shadow: none;
  }
  .cta-header-1 {
    max-width: 50vw;
    text-align: center;
    margin: 11vw auto 0;
    font-size: 4vw;
  }
  .cta-header-1 br {
    display: none;
  }
  .cta-header-2 {
    max-width: 90vw;
    font-size: 13vw;
    margin: 12vw auto 0;
    width: fit-content;
  }
  .cta-img-front {
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .cta-container {
    padding-bottom: 44px;
  }
  .cta-wrap {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 360/300;
  }
  .cta-form-wrap {
    padding: 0 16px;
  }
  .cta-form {
    margin: -20px auto 0;
    padding: 16px;
    gap: 12px;
  }
  .cta-header {
    padding: 0 14px;
  }
  .cta-header-1 {
    max-width: 90vw;
    margin: 8vw auto 0;
    font-size: 8vw;
  }
  .cta-header-2 {
    max-width: 98vw;
    font-size: 15vw;
    margin: 13vw auto 0;
    width: fit-content;
    background: linear-gradient(197deg, #fff 80%, rgba(255, 255, 255, 0) 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: unset;
  }
  .cta-img-front, .cta-img-bg {
    display: none;
  }
  .cta-img-front_mob, .cta-img-bg_mob {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .cta-img-front_mob img, .cta-img-bg_mob img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cta-special {
    aspect-ratio: 360/250;
  }
  .special {
    display: flex;
  }
}