@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section {
  flex-flow: column;
  width: 100rem;
  padding-left: 5rem;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  color: #93a1cb;
  border-top: 1px solid #e3e8f2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100rem;
  margin-top: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6rem 4.6rem 1.8rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
}

.block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6rem 4.6rem;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  padding-left: 0;
}

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.button__navbar {
  cursor: pointer;
  background-color: #f2eafd;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.1rem 1.9rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #7d2aeb;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.nav-menu {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img__button {
  margin-right: 6px;
}

.text__footer {
  margin-right: 1rem;
}

.text__footer.size {
  width: 45rem;
}

.link {
  color: #7d2aeb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
}

.div-text__block {
  z-index: 999;
  width: 47rem;
}

.text-block-2 {
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-block-3 {
  width: 26rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.heading {
  width: 40rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 3.9rem;
  line-height: 4rem;
}

.text-span, .text-span-2 {
  font-size: 2.5rem;
}

.text-span-3 {
  color: #7d2aeb;
  font-size: 2.5rem;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.text-field-2 {
  color: #000;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  height: 5.3rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-field-2::placeholder {
  color: #93a1cb;
}

.div-block-5 {
  width: 49%;
  max-width: 278px;
}

.text-field {
  color: #000;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #000;
  font-weight: 400;
}

.field-label-2 {
  color: #93a1c8;
  margin-bottom: 8px;
  font-weight: 400;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 5px;
  padding: 1.3rem 2.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.div-block-6 {
  width: 100%;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.checkbox {
  background-color: #f1f4f9;
  border-color: #e3e8f2;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #7d2aeb;
  background-image: url('../images/Check-1.svg');
  border-color: #e3e8f2;
}

.field-label {
  color: #93a1c8;
  margin-bottom: 8px;
  font-weight: 400;
}

.checkbox-label {
  color: #0d1d4a;
  cursor: pointer;
  width: 98.3577%;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.text-span-4 {
  color: #7d2aeb;
  font-weight: 700;
}

.link-2 {
  text-decoration: none;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.foto__block {
  z-index: 1;
  display: none;
  position: relative;
}

.div-cards {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 32rem 0% auto;
}

.card {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-right: 1.2rem;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 15px 45px #93a1cb40;
}

.card.size {
  max-width: 100%;
  margin-right: 0;
}

.img-card {
  max-width: 3.8rem;
  margin-right: 1rem;
}

.text-bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.text {
  font-size: 1.6rem;
  line-height: 1.7rem;
}

.div-block-8 {
  flex-flow: column;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.bold-text, .bold-text-2 {
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.div-foto {
  justify-content: flex-end;
  align-items: stretch;
  width: 30rem;
  display: flex;
}

.foto-mobail {
  display: block;
}

.body {
  color: #0d1d4a;
  font-family: Circe, Arial, sans-serif;
  font-weight: 700;
}

.link-3, .link-4 {
  color: #0d1d4a;
}

@media screen and (min-width: 1280px) {
  .section {
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 4px 2rem 37px;
    position: relative;
  }

  .header {
    max-width: 90rem;
  }

  .footer {
    width: 100%;
    padding: 2.4rem 2rem 1.6rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .block {
    max-width: 90rem;
    position: static;
  }

  .navbar {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text__footer.size {
    line-height: 20px;
  }

  .link {
    font-size: 1.8rem;
  }

  .div-text__block {
    width: 45rem;
  }

  .text-block-3 {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .heading {
    width: 39rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  .text-field-2 {
    height: 4.7rem;
    font-size: 1.5rem;
  }

  .submit-button {
    padding: 14px 24px 15px;
  }

  .div-block-7 {
    margin-top: 2rem;
  }

  .foto__block {
    width: 100%;
    display: block;
  }

  .div-cards {
    margin-top: 4rem;
    position: relative;
    top: 0;
  }

  .card {
    padding: 2rem;
  }

  .text-bold {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .text {
    font-size: 1.45rem;
  }

  .bold-text, .bold-text-2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .div-foto {
    width: 100%;
    max-width: 39rem;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .foto-mobail {
    display: none;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    justify-content: space-between;
    width: 100%;
    max-width: 90rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    width: 100%;
    max-width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    position: relative;
  }

  .header {
    max-width: 90rem;
  }

  .footer {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 2.8rem;
    padding: 2.4rem 2rem 1.5rem;
    font-size: .9rem;
  }

  .block {
    max-width: 90rem;
    position: static;
  }

  .navbar {
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand {
    width: 100%;
    max-width: 10rem;
  }

  .nav-link, .text-block {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .image {
    width: 100%;
  }

  .text__footer.size {
    width: auto;
    max-width: 45rem;
    margin-left: 0;
    margin-right: 0;
  }

  .link {
    font-size: 1.6rem;
  }

  .div-text__block {
    width: 45rem;
    margin-top: 0;
  }

  .text-block-3 {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .heading {
    width: 38rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .text-span-2, .text-span-3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .text-field-2 {
    height: 4.1rem;
    font-size: 1.38rem;
  }

  .submit-button {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .checkbox-label {
    width: 72%;
    font-size: .8rem;
  }

  .div-block-7 {
    margin-top: 1.4rem;
  }

  .foto__block {
    width: 100%;
  }

  .div-cards {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 4rem;
    position: static;
    inset: 25.9rem 0% auto;
  }

  .card {
    margin-right: 1.6rem;
    padding: 2rem;
  }

  .img-card {
    width: 100%;
    max-width: 3.5rem;
  }

  .text-bold {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .bold-text, .bold-text-2 {
    font-size: 2.3rem;
  }

  .div-foto {
    width: 100%;
    max-width: 40rem;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-9 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-10 {
    justify-content: space-between;
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    width: 100%;
  }

  .nav-link, .text-block {
    font-size: 1.2rem;
  }

  .text__footer, .text__footer.size {
    font-size: 1rem;
  }

  .div-text__block {
    width: 100%;
    max-width: 50rem;
  }

  .text-block-3 {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .text-span-2 {
    font-size: 3rem;
  }

  .checkbox, .checkbox.w--redirected-checked {
    width: 28px;
    height: 28px;
    margin-right: 1rem;
  }

  .checkbox-label {
    font-size: .9rem;
    line-height: 120%;
  }

  .div-cards {
    width: 100%;
  }

  .bold-text, .bold-text-2 {
    font-size: 3rem;
  }

  .div-foto {
    width: 100%;
    max-width: 42rem;
  }

  .div-block-9 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 4rem;
  }

  .footer {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.6rem;
  }

  .block {
    position: relative;
  }

  .navbar {
    margin-bottom: 32px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-link, .text-block {
    font-size: 1.6rem;
  }

  .text__footer.size {
    width: 40%;
  }

  .link {
    font-size: 2rem;
  }

  .div-text__block {
    width: 54%;
  }

  .text-block-3 {
    width: 64%;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading {
    width: 48rem;
    line-height: 4.2rem;
  }

  .text-span-2 {
    font-size: 3rem;
  }

  .text-field-2 {
    height: 6rem;
    font-size: 2rem;
  }

  .submit-button {
    font-size: 1.6rem;
  }

  .checkbox-label {
    width: 90%;
    max-width: 280px;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .foto__block {
    display: none;
  }

  .div-cards {
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: 34rem 0% auto;
  }

  .img-card {
    max-width: 4rem;
  }

  .text {
    line-height: 2rem;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .bold-text {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .bold-text-2 {
    font-size: 2.8rem;
  }

  .div-foto {
    justify-content: flex-end;
    align-items: stretch;
    width: 40rem;
    margin-left: 0;
    display: flex;
  }

  .foto-mobail {
    width: 100%;
    max-width: 293px;
    max-height: 426px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 32px;
  }

  .footer {
    flex-flow: column;
    margin-right: 0;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .block {
    flex-flow: column;
    position: static;
  }

  .navbar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .button__navbar {
    padding: 10px 16px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    width: 100%;
    max-width: 128px;
  }

  .text__footer {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .text__footer.size {
    width: 100%;
  }

  .link {
    order: -1;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .div-text__block {
    width: 100%;
  }

  .text-block-3 {
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading {
    width: 71rem;
    font-size: 5.8rem;
    line-height: 6.5rem;
  }

  .text-span-2, .text-span-3 {
    font-size: 28px;
  }

  .text-field-2 {
    height: 7.5rem;
    font-size: 2.5rem;
  }

  .submit-button {
    margin-left: 10px;
    padding-top: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.5rem;
    line-height: 24px;
  }

  .checkbox-label {
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }

  .div-block-7 {
    margin-top: 3.5rem;
  }

  .div-cards {
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    margin-top: 24px;
    position: static;
  }

  .card {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-right: 1.5rem;
  }

  .img-card {
    max-width: 5.9rem;
    margin-right: 2rem;
  }

  .text-bold {
    font-size: 2.9rem;
    line-height: 4rem;
  }

  .text {
    font-size: 2rem;
  }

  .bold-text {
    font-size: 4.3rem;
    line-height: 5.5rem;
  }

  .bold-text-2 {
    font-size: 4.3rem;
    line-height: 5rem;
  }

  .div-foto, .foto-mobail {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    margin-top: 10rem;
    padding-top: 7rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .navbar {
    width: 100%;
  }

  .brand {
    width: 24rem;
  }

  .button__navbar {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .text-block {
    display: none;
  }

  .img__button {
    width: 16px;
    margin-right: 0;
  }

  .text__footer {
    margin-bottom: 2rem;
  }

  .link {
    margin-bottom: 2rem;
    font-size: 5rem;
    line-height: 6rem;
  }

  .text-block-3 {
    font-size: 3rem;
    line-height: 4.2rem;
  }

  .heading {
    width: 81rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
    font-size: 8rem;
    line-height: 7.5rem;
  }

  .text-span-2, .text-span-3 {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .div-block-4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-field-2 {
    height: 56px;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-5 {
    width: 100%;
    max-width: 335px;
    margin-bottom: 16px;
  }

  .text-field {
    height: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .submit-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 4.5rem;
    line-height: 5.5rem;
  }

  .div-block-6 {
    width: 100%;
    max-width: 335px;
  }

  .form {
    align-items: stretch;
  }

  .field-label {
    line-height: 18px;
  }

  .checkbox-label {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-cards {
    flex-flow: column;
    margin-top: 7rem;
  }

  .card {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 4.5rem;
    margin-right: 0;
    padding: 4.5rem;
  }

  .img-card {
    max-width: 10rem;
    margin-right: 2.5rem;
  }

  .text-bold {
    font-size: 5.1rem;
    line-height: 6rem;
  }

  .text {
    font-size: 4.2rem;
    line-height: 5.5rem;
  }

  .bold-text, .bold-text-2 {
    font-size: 5.2rem;
    line-height: 5rem;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}