@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>: #f7f7f5;
  --black: #222;
  --_font-size---h1: 3rem;
  --_font-size---h3: 1.125rem;
  --_font-size---body: 1rem;
  --beige-light: #fffc;
  --_font-size---h2: 2rem;
  --white: white;
  --_font-size---subtitle: 1.25rem;
  --beige: #a67d45;
  --blue: #01aee5;
  --grey: #7d7d7d;
  --grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>: #6d6e70;
  --_font-size---caption: .875rem;
  --light-blue: #01aee50a;
  --orange: #ff9800;
  --light-orange: #ff98000a;
}

body {
  background-color: var(--grey-background\<deleted\|variable-c396ad02-1b41-9ce9-2db4-0e54fd01645b\>);
  color: var(--black);
  --_font-size---h1: 3rem;
  --_font-size---h3: 1.125rem;
  --_font-size---body: 1rem;
  --_font-size---h2: 2rem;
  --_font-size---subtitle: 1.25rem;
  --_font-size---caption: .875rem;
  font-family: Inter;
  font-size: 14px;
  line-height: 130%;
}

.container {
  max-width: 72.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero.container {
  grid-column-gap: 3rem;
  grid-row-gap: 2.25rem;
  direction: ltr;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero__wrapper {
  max-width: none;
}

.hero__title {
  font-size: var(--_font-size---h1);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 124%;
}

.hero__subtitle {
  color: var(--black);
  font-size: var(--_font-size---h3);
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 150%;
}

.hero__subtitle.no-margin {
  margin-bottom: 0;
}

.hero__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.hero__item {
  font-size: var(--_font-size---body);
  padding-left: 2.25rem;
  padding-right: 0;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.opportunity {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--beige-light);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid #fff9;
  border-radius: 1.5rem;
  flex-flow: column;
  width: auto;
  max-width: none;
  padding: 1.5rem 1.5rem 0;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 4px #fff6;
}

.opportunity__title {
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.opportunity__descr {
  color: var(--black);
  font-size: var(--_font-size---body);
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.advantages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.advantages.hidden {
  display: none;
}

.advantages__wrapper {
  background-color: var(--beige-light);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 13.75rem;
  padding: 1.5rem;
  display: flex;
}

.footer.container {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer__logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: SF Pro Display, Arial, sans-serif;
  font-size: var(--_font-size---subtitle);
  background-image: linear-gradient(#fffc, #ffffffe6), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  line-height: 130%;
}

.hero__button {
  background-color: var(--beige);
  color: var(--white);
  font-size: var(--_font-size---body);
  letter-spacing: normal;
  cursor: pointer;
  background-image: linear-gradient(0deg, #70dbff, #00b8f5);
  border: 1px #0000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 19.063rem;
  padding: .75rem 1.25rem;
  line-height: 150%;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 0 #0003, 0 36px 32px -16px #02c4ff29, inset 0 2px 32px #ffffff3d;
}

.hero__button:hover {
  border-style: none;
  border-color: var(--blue);
  color: var(--white);
  background-color: #0000;
  box-shadow: 0 2px 20px 1px #02c4ff4d, 0 36px 32px -16px #02c4ff29, inset 0 2px 32px #ffffff3d;
}

.hero__button.mobile {
  display: none;
}

.hero__button.full {
  width: 100%;
  max-width: none;
}

.blue {
  color: var(--blue);
  font-weight: 600;
}

.advantages__text {
  font-size: var(--_font-size---subtitle);
  white-space: normal;
  font-weight: 600;
  line-height: 130%;
}

.footer__link {
  direction: ltr;
  color: var(--grey);
  font-size: var(--_font-size---body);
  -webkit-text-stroke-color: var(--grey-dark-_text\<deleted\|variable-3bcb278f-c804-c0ae-0eee-f2725958acae\>);
  text-transform: none;
  overflow-wrap: normal;
  text-decoration: none;
}

.opportunity__image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: block;
  position: static;
  top: auto;
  bottom: -8rem;
  right: -2.5rem;
}

.modal {
  z-index: 50;
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 39.3125rem;
  max-width: 62.125rem;
  min-height: 0;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form__root {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form__title {
  font-size: var(--_font-size---h2);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 110%;
}

.form__input {
  color: var(--black);
  font-size: var(--_font-size---caption);
  border: 1px solid #7d7d7d33;
  border-radius: 6.25rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
}

.form__input::placeholder {
  color: #7d7d7db3;
  font-size: var(--_font-size---caption);
  line-height: 140%;
}

.form__input.margin-b {
  margin-bottom: 1rem;
}

.form__btn {
  border: 1px none var(--beige);
  color: var(--white);
  font-size: var(--_font-size---body);
  background-color: #0000;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  padding: .75rem 1rem;
  line-height: 1.5rem;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  box-shadow: inset 0 0 32px #ffffff3d, 0 36px 32px -16px #02c4ff29;
}

.form__btn:hover {
  color: var(--white);
  background-color: #0000;
}

.form__btn.hero__button {
  position: static;
}

.form__btn.hero__button.full {
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 0 #02c4ff29, inset 0 0 32px #ffffff3d, 0 36px 32px -16px #02c4ff29;
}

.form__btn.hero__button.full:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 10px 1px #02c4ff29, inset 0 0 32px #ffffff3d, 0 36px 32px -16px #02c4ff29;
}

.modal__cross-btn {
  cursor: pointer;
  background-color: #7d7d7d1a;
  border: 1px solid #7d7d7d1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: .875rem;
  right: .875rem;
}

.modal__cross-btn:hover {
  border: 1px solid var(--grey);
  background-color: #0000;
}

.modal__background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #0f0f0f66;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message {
  font-size: var(--_font-size---body);
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  min-width: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.error-message {
  font-size: var(--_font-size---body);
  border-radius: .5rem;
  width: 100%;
}

.text-block {
  font-size: .875rem;
}

.social-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  margin-top: .5rem;
  display: flex;
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.success-message__title {
  color: var(--blue);
  font-size: var(--_font-size---subtitle);
  margin-bottom: 1rem;
  font-weight: 600;
}

.text-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 28rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.text-list.hidden {
  display: none;
}

.text-list__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-list__title {
  font-size: var(--_font-size---h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-list__descr {
  color: var(--grey);
  font-size: var(--_font-size---body);
  margin-bottom: 0;
  line-height: 130%;
}

.footer__logo-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--grey);
  font-size: var(--_font-size---body);
}

.paragraph.hidden {
  display: none;
}

.form__input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.img-contains {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.blue-text {
  background-color: var(--light-blue);
  color: var(--blue);
  border-radius: .75rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-style: normal;
  box-shadow: inset -1px -1px 4px #01aee526, inset 1px 1px 4px #01aee526;
}

.blue-text.small {
  border-radius: .375rem;
  height: auto;
  padding-left: .25rem;
  padding-right: .25rem;
}

.hero__points {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 90%;
  margin-bottom: 0;
  display: flex;
}

.opportunity__image-wrapper {
  border: 1px solid var(--white);
  border-radius: 1rem;
  position: absolute;
  overflow: clip;
  box-shadow: 0 36px 32px -16px #0000001f;
}

.opportunity__image-wrapper.left {
  z-index: 1;
  object-fit: cover;
  width: 12.5rem;
  height: 12.5rem;
  top: 13.75rem;
  left: -2.5rem;
}

.opportunity__image-wrapper.bottom {
  z-index: 2;
  width: 17.5rem;
  height: 20rem;
  inset: auto auto -5rem;
}

.opportunity__image-wrapper.right {
  z-index: 1;
  width: 20rem;
  height: 12.5rem;
  top: 16.25rem;
  right: -2.5rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-size: .75rem;
  font-weight: 600;
}

.button.btn-69 {
  color: #f0f0f0;
  border: 1px solid #757575;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.button.btn-69.hero__button {
  transform-style: preserve-3d;
  background-image: linear-gradient(0deg, #70dbff, #00b8f5);
  border-style: none;
  border-radius: 6.25rem;
  min-width: 14rem;
  max-width: 26rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition-property: transform;
}

.button.btn-69.hero__button:hover {
  transform: none;
  box-shadow: 0 36px 32px -16px #02c4ff29, inset 0 2px 32px #ffffff3d;
}

.button.btn-69.hero__button.mobile {
  display: none;
}

.text-btn-69 {
  z-index: 1;
  position: relative;
}

.btn-69-blur {
  filter: blur(20px);
  color: var(--light-blue);
  background-color: #fffc;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  position: absolute;
  overflow: auto;
}

.hero__button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-end;
  display: flex;
}

.hero__button-descr {
  font-size: var(--_font-size---body);
}

.hero__button-descr.blue {
  font-weight: 400;
}

.hero__button-descr.blue.hidden {
  display: none;
}

.text-span {
  font-size: var(--_font-size---h1);
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---h1: 2.5rem;
    --_font-size---h3: 1.125rem;
    --_font-size---body: 1rem;
    --_font-size---h2: 2rem;
    --_font-size---subtitle: 1.125rem;
    --_font-size---caption: .875rem;
  }

  .hero.container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem 2.5rem 0;
    display: flex;
  }

  .hero__title {
    margin-bottom: 1.5rem;
  }

  .hero__subtitle {
    max-width: 30rem;
    margin-bottom: 1.5rem;
  }

  .hero__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .opportunity {
    min-height: 39.375rem;
  }

  .opportunity__descr {
    max-width: 27rem;
  }

  .advantages {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .advantages__wrapper {
    min-height: 10rem;
  }

  .footer.container {
    padding-top: 3.75rem;
    padding-bottom: 2rem;
  }

  .footer__logo {
    max-width: 10rem;
  }

  .body {
    background-image: linear-gradient(#ffffffbf 50.27%, #fff), url('../images/background.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero__button {
    max-width: none;
  }

  .hero__button.mobile {
    margin-top: 2rem;
    display: flex;
  }

  .footer__link {
    font-size: .875rem;
  }

  .opportunity__image {
    height: 100%;
    min-height: 0;
    max-height: none;
    top: auto;
    bottom: -3rem;
    right: 0;
  }

  .modal__wrapper {
    min-height: 0;
    display: flex;
  }

  .form__root {
    width: 100%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .social-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: flex-end;
  }

  .hero__points {
    max-width: none;
    margin-bottom: 2.5rem;
  }

  .opportunity__image-wrapper.left {
    width: 17.875rem;
    height: 17.875rem;
    left: -1.25rem;
  }

  .opportunity__image-wrapper.bottom {
    width: 22.5rem;
    height: 17.5rem;
    bottom: -1.875rem;
  }

  .opportunity__image-wrapper.right {
    width: 22.75rem;
    height: 15rem;
    right: -1.25rem;
  }

  .button.btn-69.hero__button {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .button.btn-69.hero__button.mobile {
    display: flex;
  }

  .hero__button-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---h1: 2rem;
    --_font-size---h3: 1.125rem;
    --_font-size---body: 1rem;
    --_font-size---h2: 1.5rem;
    --_font-size---subtitle: 1.125rem;
    --_font-size---caption: .875rem;
  }

  .hero.container {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: hidden;
  }

  .hero__title {
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .hero__subtitle {
    font-size: var(--_font-size---h3);
  }

  .hero__list {
    margin-bottom: 0;
  }

  .opportunity {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: none;
    order: 1;
    max-width: none;
    min-height: 34.375rem;
  }

  .opportunity__descr {
    padding-left: 0;
  }

  .advantages {
    flex-flow: column;
    display: flex;
  }

  .footer.container {
    z-index: 10;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .body {
    background-image: linear-gradient(#ffffffbf 50.27%, #fff), url('../images/background.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero__button {
    z-index: 2;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .hero__button.mobile {
    display: flex;
  }

  .blue {
    max-width: none;
  }

  .opportunity__image {
    z-index: 1;
    height: 100%;
    max-height: none;
    bottom: -8.125rem;
    right: -.625rem;
  }

  .modal {
    color: var(--black);
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .modal__wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .form {
    width: 100%;
  }

  .form__title {
    max-width: 90%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .form__input.margin-b {
    margin-bottom: .75rem;
  }

  .modal__cross-btn {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.75rem;
    right: 1.5rem;
  }

  .form__input-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .opportunity__image-wrapper.left {
    width: 10rem;
    height: 10rem;
    top: 15.313rem;
    left: -.625rem;
  }

  .opportunity__image-wrapper.bottom {
    width: 13.75rem;
    height: 13.75rem;
    bottom: -1.375rem;
  }

  .opportunity__image-wrapper.right {
    width: 11.25rem;
    height: 8.063rem;
    top: 18.5rem;
    right: -.625rem;
  }

  .hero__button-wrapper {
    flex-flow: column-reverse wrap;
  }
}

@media screen and (max-width: 479px) {
  .hero__title {
    margin-bottom: 1rem;
  }

  .opportunity {
    background-position: 150% 120%;
  }

  .hero__button {
    text-align: center;
  }

  .form__title {
    max-width: 90%;
  }
}

#w-node-a9b000fa-3c17-dd5d-c844-8913a963c166-b7c65cb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}