.form-wrapp {
  width: 100%;
  margin: 30px auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2") format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2") format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
    U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.d-none {
  display: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-none {
    display: none;
  }
}
.m-0 {
  margin: 0;
}
.my-0 {
  margin-top: 0;
}
.my-0 {
  margin-bottom: 0;
}
.my-2 {
  margin-top: 0.5rem;
}
.my-2 {
  margin-bottom: 0.5rem;
}
.mx-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #373737;
  background-color: #fff;
  text-align: left;
  margin: 0;
}
body button {
  font-family: "Poppins", sans-serif;
}
section {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 90%;
}
@media screen and (min-width: 1200px) {
  section {
    max-width: 1170px;
  }
}
header section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  header section {
    align-items: stretch;
    flex-direction: row;
  }
}
header img {
  border-radius: 20px;
  overflow: hidden;
}
main section {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 90%;
}
@media screen and (min-width: 1200px) {
  main section {
    max-width: 1170px;
  }
}
main h2 {
  color: #21272a;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 576px) {
  main h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1200px) {
  main h2 {
    font-size: 34px;
    line-height: 47.6px;
  }
}
main p {
  color: #707070;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
main .cta-btn {
  background: #0cacff;
  border: none;
  border-radius: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 20px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 576px) {
  main .cta-btn {
    max-width: 422px;
  }
}
main .button-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
main .section-1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  main .section-1 {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
}
main .section-1 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875rem;
}
main .section-2 {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  main .section-2 {
    flex-direction: row;
    align-items: center;
  }
}
main .section-2 .text-container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
main .section-3 h2 {
  margin-bottom: 2.5rem;
  text-align: center;
}
main .section-3 .cards {
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  main .section-3 .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .section-3 .cards .card {
  border-radius: 10px;
  border: none;
  background: #f2f4f8;
  padding: 35px;
}
main .section-3 .cards .card p {
  text-align: left;
}
main .section-4 h2 {
  text-align: center;
  margin-bottom: 40px;
}
main .section-4 .section-cards {
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  main .section-4 .section-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  main .section-4 .section-cards {
    gap: 1.875rem;
  }
}
main .section-4 .section-cards .card {
  border-radius: 10px;
  border: 1px solid #dde1e6;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
main .section-4 .section-cards .card h3 {
  margin: 20px 0 8px 0;
  text-align: center;
  font-size: 16px;
}
main .section-4 .section-cards .card p {
  text-align: center;
}
main .section-5 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
}
main .section-5 .section-5-boxes {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  main .section-5 .section-5-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  main .section-5 .section-5-boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
main .section-5 .section-5-boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  padding-bottom: 40px;
  border: 1px solid #dde1e6;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  gap: 1.5rem;
  text-align: left;
}
main .section-5 .section-5-boxes .box img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
main .section-5 .section-5-boxes .box .box-text {
  padding: 0 1rem;
}
main .section-5 .section-5-boxes .box .box-text h3 {
  color: #21272a;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 1rem 0;
}
main .section-6 {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  main .section-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  main .section-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
main .section-6 .section-6-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #dde1e6;
  background: #f2f4f8;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
main .section-7 h2 {
  margin-bottom: 2rem;
  text-align: center;
}
main .section-7 .section-7-cards {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  main .section-7 .section-7-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .section-7 .section-7-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #dde1e6;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
main .section-7 .section-7-cards .card .card-heading h3 {
  margin: 0;
  color: #21272a;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
}
main .section-7 .section-7-cards .card .card-heading h4 {
  margin: 0;
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
main .faq {
  border-radius: 20px;
  background: #f2f4f8;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  main .faq {
    padding: 40px 8rem;
  }
}
@media screen and (min-width: 992px) {
  main .faq {
    padding: 80px 13rem;
  }
}
main .faq h2 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  main .faq h2 {
    margin-bottom: 64px;
  }
}
main .faq .questions-blocks {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #707070;
  cursor: pointer;
  margin: 1rem auto;
  border: 1px solid #dde1e6;
  background: #fff;
}
main .faq .questions-blocks div {
  display: flex;
  justify-content: space-between;
  margin: 1rem 2%;
}

main .faq .questions-blocks .answer-ul {
  flex-direction: column;
}
main .faq .questions-blocks p {
  margin: 0;
}
main .faq .questions-blocks p.symbol {
  font-weight: 700;
  font-size: 20px;
}
main .faq .questions-blocks .answer-blocks {
  margin: 1rem 2%;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

main .faq .questions-blocks .answer-blocks.d-none {
  display: block !important;
  pointer-events: none;
}

main .faq .questions-blocks .answer-blocks:not(.d-none) {
  max-height: 700px;
  opacity: 1;
  pointer-events: auto;
}
footer {
  padding: 50px 0;
  text-align: center;
  color: #464646;
}
footer section {
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 0;
  }
}
footer .nav-row p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .nav-row p a {
  color: #707070 !important;
  font-size: 15px;
  display: block;
  text-decoration: underline;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 768px) {
  footer .nav-row p a {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  footer .nav-row p a:first-of-type {
    margin-top: 0;
  }
  footer .nav-row p a:last-of-type {
    margin-bottom: 0;
  }
}
footer .disclaimer {
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  color: #707070;
}
footer .disclaimer a {
  color: #707070;
  text-decoration: underline;
}
#mainForm {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  #mainForm {
    margin-top: 0;
  }
  main .faq .questions-blocks .answer-blocks:not(.d-none) {
    max-height: 300px;
  }
}
.lp-action {
  cursor: pointer;
}
.form-container {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.16);
  max-width: 370px;
  z-index: 10;
  scroll-margin-top: 15px;
  max-width: initial;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-container .close-popUpForm {
  display: none;
}
@media screen and (min-width: 1200px) {
  .form-container {
    max-width: 370px;
    padding: 0;
  }
}
.form-container h2 {
  color: #21272a;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 1.5rem;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .form-container h2 {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-container h2 {
    padding: 0 15px;
    max-width: 360px;
    margin: 1rem auto 1.5rem;
  }
}
.user-inputs {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .user-inputs {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .user-inputs {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-inputs {
    padding: 0 10rem;
  }
}
.user-inputs div {
  max-width: 100%;
}
.form-wrapper .cfd {
  color: #707070;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  margin-top: 0;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
