.cta-form-section {
  max-width: 1920px;
  margin: 0 auto;
  background: #F8F8F8;
  overflow: hidden;
}

.cta-form-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-bottom: 589px;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  aspect-ratio: 1920/565;
}

.cta-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  aspect-ratio: 1920/565;
}
.cta-form-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-form-head {
  max-width: 969px;
  margin-top: 100px;
  text-align: center;
  color: white;
}

.cta-form-title {
  margin-bottom: 32px;
}

.cta-form-text {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.cta-form-container {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translate(-50%, 100%);
  max-width: 1420px;
  width: 100vw;
  border-radius: 6px;
  box-shadow: 0 10px 25px -15px rgba(169, 176, 190, 0.2);
  display: flex;
  overflow: hidden;
}

.cta-form-col {
  width: 50%;
}
.cta-form-col .form {
  margin: 24px 0 32px 0;
}
.cta-form-col .form-row {
  display: flex;
  gap: 10px;
}
.cta-form-col .input, .cta-form-col .textarea {
  margin-bottom: 10px;
}
.cta-form-col .form-title {
  margin-bottom: 24px;
  color: black;
}
.cta-form-col .form-subtitle {
  color: #494C54;
}

.cta-form-left {
  position: relative;
  padding: 50px;
  background: #64B499;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  overflow: hidden;
  z-index: 1;
}
.cta-form-left svg {
  position: absolute;
  top: -25px;
  right: 25px;
  z-index: -1;
  width: 774px;
  height: 637px;
}

.cta-f-head {
  max-width: 537px;
  text-align: left;
}

.cta-f-title {
  margin-bottom: 24px;
}

.cta-form-right {
  padding: 50px 100px;
  background: white;
  text-align: center;
}

.cta-form-btn {
  width: 100%;
  padding: 10px;
  justify-content: center;
  text-align: center;
}

.cta-public-offer {
  color: #868A96;
}
.cta-public-offer a {
  text-decoration: underline;
  color: black;
  transition: ease 0.3s;
}
.cta-public-offer a:visited {
  color: black;
}
.cta-public-offer a:hover {
  color: #ffc527;
}

@media (max-width: 1484px) {
  .cta-form-container {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 1300px) {
  .cta-form-head {
    margin-top: 50px;
  }
  .cta-form-title {
    font-size: 40px;
  }
  .cta-form-container {
    bottom: -32px;
  }
  .cta-form-right {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .cta-form-right, .cta-form-left {
    padding: 32px;
  }
}
@media (max-width: 1000px) {
  .cta-form-wrapper {
    margin-bottom: 0;
  }
  .cta-form-wrapper, .cta-form-bg {
    aspect-ratio: 300/110;
  }
  .cta-form-container {
    position: static;
    transform: none;
    margin: 0 auto 112px auto;
    flex-direction: column;
  }
  .cta-form-col {
    width: 100%;
  }
  .cta-form-right, .cta-form-left {
    padding: 50px;
  }
  .cta-form-btn {
    max-width: 350px;
    margin: 0 auto;
  }
  .cta-form-left svg {
    top: -100px;
    width: 674px;
    height: 537px;
  }
}
@media (max-width: 900px) {
  .cta-form-wrapper {
    padding: 0 16px;
  }
  .cta-form-container {
    width: calc(100vw - 32px);
  }
}
@media (max-width: 768px) {
  .cta-form-container {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .cta-form-wrapper, .cta-form-bg {
    aspect-ratio: 300/150;
  }
  .cta-form-head {
    margin-top: 56px;
  }
  .cta-form-title {
    max-width: 700px;
    margin-bottom: 16px;
    font-size: 30px;
  }
  .cta-form-right, .cta-form-left {
    padding: 32px 16px;
  }
  .cta-form-left {
    padding-top: 100px;
  }
  .cta-form-left svg {
    top: -50px;
    width: 500px;
    height: 411px;
  }
  .cta-form-col .form {
    margin: 24px 0 16px 0;
  }
  .cta-form-col .form-row {
    flex-direction: column;
    gap: 8px;
  }
  .cta-form-col .input, .cta-form-col .textarea {
    margin-bottom: 8px;
  }
  .cta-form-col .form-title {
    margin-bottom: 16px;
  }
  .cta-form-btn {
    font-family: Medium;
    font-weight: normal;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .cta-form-wrapper, .cta-form-bg {
    aspect-ratio: 375/328;
  }
  .cta-form-left svg {
    right: -50px;
  }
}