:root {
  --black: #24180f;
  --green: #f0f424;
  --orange: #ff9a24;
  --black-2: black;
  --main--color: #cfdfdc;
  --white: white;
  --main--yellow: #fff743;
  --main--green: #02272f;
  --color-2: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-color: #e9f1fa;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.section-hero {
  padding: 45px 80px 50px;
}

.hero-container {
  max-width: 1140px;
}

.hero-tile {
  background-color: #fff;
  border-radius: 20px;
  padding: 64px 56px 56px;
}

.hero-heading__wrap {
  margin-bottom: 80px;
}

.h1__heading {
  color: var(--black);
  max-width: 840px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 108%;
}

.text-block {
  font-family: Worksans, sans-serif;
  font-weight: 900;
}

.hero__2-columns {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.hero__content-column {
  flex: none;
  max-width: 344px;
}

.hero__image-column {
  background-image: url('../images/photo_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.hero__p {
  color: #474747;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero__button {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--green);
  color: #3e3e3e;
  border-radius: 50px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.free-card {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.free-card__top {
  background-color: var(--green);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 14px 7px;
  display: inline-block;
}

.free-card__tag {
  color: var(--orange);
  background-color: #fff;
  border-radius: 50px;
  padding: 2px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  display: inline-block;
}

.free-card__bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--green);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  padding: 18px 24px 22px;
  display: flex;
}

.free-card__heading {
  color: var(--black);
  font-family: Worksans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 127%;
}

.free-card__description {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-button__icon {
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.hero-button__wrap {
  margin-bottom: 20px;
  display: flex;
}

.hero__arrow-embed {
  width: 8px;
}

.hero__arrow-wrap {
  justify-content: flex-start;
  height: 138px;
  margin-bottom: 20px;
  display: flex;
}

.hero-img__content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 45px;
  left: auto;
  right: 37px;
}

.img-tag {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.img-tag__content-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.img-tag__title {
  color: #fff;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 130%;
}

.img-tag__description {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.img-tag__icon {
  width: 24px;
  height: 24px;
}

.img__link-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.img-tag__link-icon {
  width: 48px;
  height: 48px;
}

.h1__span {
  color: var(--green);
  background-image: url('../images/Ellipse-4.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section {
  padding: 50px 24px;
}

.container {
  max-width: 1140px;
}

.heading-wrap {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-wrap.is--centered {
  justify-content: center;
  margin-bottom: 90px;
}

.heading-wrap.is--testimonial {
  justify-content: center;
}

.h2__heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 112%;
}

.p-regular {
  margin-bottom: 0;
}

.p-wrap.max--w-328 {
  justify-content: center;
  align-items: center;
  max-width: 328px;
  margin-top: 18px;
  display: block;
}

.overview__wrap {
  justify-content: center;
  width: 100%;
  padding-bottom: 260px;
  display: flex;
  position: relative;
}

.o_img-wrap-1 {
  z-index: 1;
  max-width: 717px;
  position: relative;
}

.o_img-wrap-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1023px;
  display: flex;
  position: absolute;
  top: 214px;
}

.o__img-2 {
  flex: none;
  max-width: 285px;
}

.image {
  flex: none;
}

.o__img-3 {
  flex: none;
  min-width: 0%;
  max-width: 712px;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .12);
}

.feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  background-color: #000;
  border-radius: 20px;
  padding: 34px 30px 40px;
  position: relative;
}

.feature__icon-embed {
  color: #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.h3__feature {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.feature__description {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.testimonial__wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.testimonial-card {
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.testimonial__content-wrap {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  padding: 36px 40px;
}

.testimonials__shape-wrap {
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}

.t__person-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.t__img-wrap {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.t-name {
  color: #101828;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.t-info {
  color: #636f73;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.p-testimonial {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.h2__heading-60 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 112%;
}

.h2__heading-60.is--cta {
  text-align: center;
  max-width: 790px;
}

.cta-wrap {
  justify-content: center;
  display: flex;
}

.cta-button__wrap {
  position: relative;
}

.cta-button {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #323232;
  background-color: #e9f1fa;
  border: 1px solid #494949;
  border-radius: 50px;
  align-items: center;
  padding: 20px 30px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta-button:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.cta__tag-txt {
  color: #f0f424;
  font-family: Worksans, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  top: -48px;
  bottom: auto;
  right: 40%;
}

.cta__star-wrap {
  z-index: 3;
  background-image: url('../images/Star-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: 60%;
}

.cta__free-txt {
  color: #323232;
  text-align: center;
  font-family: Worksans, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 100%;
}

.footer {
  padding: 80px;
}

.footer__content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.footer_column__logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer__right-txt {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.footer__logo-link {
  width: 160px;
  height: 24px;
}

.footer__logo-link.w--current {
  transition: opacity .3s;
}

.footer__logo-link.w--current:hover {
  opacity: .65;
}

.footer_column__contacts {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.phone-link {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .3s;
}

.phone-link:hover {
  opacity: .65;
}

.phone-link.mod-hide {
  display: none;
}

.email-link {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: opacity .3s;
}

.email-link:hover {
  opacity: .65;
}

.section-cta {
  padding: 50px 80px 80px;
}

.navbar {
  background-color: #e8f1fa;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.nav-logo__embed {
  z-index: 5;
  height: 24px;
  position: relative;
}

.container-nav {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.nav__img-letter {
  max-width: none;
  height: 24px;
  position: absolute;
  top: -2px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav__img-wrap-logo {
  z-index: 3;
  border-radius: 80px;
  justify-content: flex-start;
  width: 41px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 32px;
  right: auto;
  overflow: hidden;
}

.nav-link {
  color: #111929;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.nav-link:hover {
  opacity: .65;
}

.nav__right-column {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav__left-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-button {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #3e3e3e;
  background-color: #e9f1fa;
  border: 1px solid #494949;
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px 10px 30px;
  font-family: Worksans, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 133%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.nav-button:hover {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

.nav-menu {
  align-items: stretch;
  display: flex;
}

.arrow-hero__img {
  width: 8px;
  max-width: none;
  height: 6px;
}

.arrow-move__wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arrow-line {
  background-color: #000;
  width: 1px;
  height: 132px;
}

.nav-price__free-tag {
  background-color: var(--green);
  border-radius: 90px;
  padding: 4px 8px;
  font-family: Worksans, sans-serif;
  font-size: 12px;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: -16px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.nav-free__wrap {
  display: none;
  position: relative;
}

.in-progress-tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #dafdbb;
  border: 1.5px solid #dafdbb;
  border-radius: 16px;
  align-items: center;
  padding: 2px 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  position: absolute;
  top: 34px;
  bottom: auto;
  left: auto;
  right: 34px;
}

.i-p__circle {
  background-color: #dafdbb;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.name-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.t-insta__link {
  color: #3485ff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.nav__lang-d-wrap {
  margin-left: 24px;
  padding-right: 0;
  display: flex;
}

.lang-link {
  color: #969696;
  height: 100%;
  padding: 10px 8px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.lang-link:hover {
  opacity: .65;
}

.lang-link.w--current {
  color: var(--black-2);
}

.nav__lang-mob-wrap {
  display: none;
}

.nav__lang-links-wrap {
  margin-left: 24px;
  padding-right: 0;
  display: flex;
}

.hiw__grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.hiw__row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-itm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main--color);
  border-radius: 36px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-itm.is-black {
  background-color: var(--black-2);
  color: var(--white);
}

.feature-itm.is-yellow {
  background-color: var(--main--yellow);
}

.feature-itm.isgreen {
  background-color: var(--main--green);
  color: var(--main--yellow);
}

.feature-itm__content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 380px;
  display: flex;
  position: relative;
}

.feature-itm__title {
  font-family: Worksans, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.feature-itm__text-title {
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.feature-itm__text-wrap {
  z-index: 30;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  padding: 24px 24px 0;
  display: flex;
  position: relative;
}

._32478 {
  z-index: 50;
  aspect-ratio: 1 / 1.38889;
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: -24%;
  left: 35%;
}

.image-3 {
  z-index: 10;
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  max-width: 230px;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 0%;
}

.image-4, .image-5 {
  position: absolute;
}

._45656 {
  aspect-ratio: 1 / 1.38889;
  width: 100%;
  max-width: 290px;
  position: absolute;
  bottom: -20px;
  left: 3%;
  right: auto;
}

.image-6 {
  aspect-ratio: 1 / 1.38889;
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -29%;
  left: -5%;
}

.image-7 {
  width: 100%;
  max-width: 380px;
  position: absolute;
  top: 10%;
  left: 5%;
}

.image-8 {
  z-index: 20;
  width: 100%;
  max-width: 340px;
  position: absolute;
  left: 30%;
}

.image-9 {
  z-index: 30;
  max-width: 270px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 60%;
}

.image-10 {
  z-index: 35;
  max-width: 270px;
  position: absolute;
  top: 52%;
  bottom: auto;
  left: 50%;
}

.image-266 {
  aspect-ratio: 1 / 1.11111;
  width: 100%;
  max-width: 380px;
  position: absolute;
  bottom: -15%;
  left: 25%;
}

.content-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-section.is-reverce {
  grid-template-columns: .75fr .75fr;
}

.content-section__img-column {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.content-s__assets-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1.2;
  border-radius: 36px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.content-s__assets-wrap.is-black {
  background-color: var(--black-2);
  color: var(--white);
}

.content-s__assets-wrap.is-yellow {
  background-color: var(--main--yellow);
}

.content-s__assets-wrap.isgreen {
  background-color: var(--main--green);
  color: var(--main--yellow);
}

.content-s__assets-wrap.is-dark {
  background-color: var(--black-2);
}

.content-s__cont-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

._333 {
  aspect-ratio: 1 / 1.38889;
  width: 100%;
  max-width: 290px;
  position: absolute;
  bottom: -20px;
  left: 3%;
  right: auto;
}

._789 {
  z-index: 50;
  aspect-ratio: 1 / 1.38889;
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: -24%;
  left: 35%;
}

.content-section__123 {
  max-width: 80%;
}

.div-block-3 {
  margin-bottom: 32px;
}

.own-img-1 {
  aspect-ratio: 1 / 1.38889;
  width: 290px;
  max-width: 290px;
  position: absolute;
  bottom: -20%;
  left: 3%;
  right: auto;
}

.own-img-2 {
  z-index: 50;
  aspect-ratio: 1 / 1.38889;
  max-width: 290px;
  position: absolute;
  left: 35%;
}

.image-267 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-itm__img {
  z-index: 20;
  aspect-ratio: 1.4;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
  position: relative;
}

.feature-itm__p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.div-block-20 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  opacity: .6;
  color: var(--black);
  transition: opacity .3s, color .3s;
}

.social-link:hover {
  opacity: 1;
}

.social-link__shape {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .3s;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .section-hero {
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-tile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__2-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero__content-column {
    max-width: 300px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .o_img-wrap-1 {
    max-width: 500px;
  }

  .o_img-wrap-2 {
    max-width: 700px;
  }

  .o__img-2 {
    max-width: 200px;
  }

  .o__img-3 {
    max-width: 510px;
  }

  .feature-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card {
    padding: 30px 20px;
  }

  .testimonial__content-wrap {
    padding: 28px 30px;
  }

  .footer, .section-cta, .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
  }

  .nav__right-column {
    align-items: center;
  }

  .nav-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #e8f1fa;
  }

  .burger-button.w--open {
    color: var(--black);
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-price__free-tag {
    top: auto;
    bottom: auto;
    left: 63%;
    right: auto;
    transform: translate(-50%);
  }

  .nav-free__wrap {
    align-items: center;
    display: flex;
  }

  .in-progress-tag {
    right: 20px;
  }

  .nav__lang-d-wrap {
    margin-right: 16px;
    display: none;
  }

  .lang-link {
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    display: flex;
  }

  .nav__lang-mob-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .nav__lang-links-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 16px;
  }

  .hiw__grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hiw__row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .feature-itm__title {
    font-size: 28px;
  }

  .feature-itm__text-title {
    font-size: 18px;
  }

  ._32478 {
    left: 45%;
  }

  .image-3 {
    left: 10%;
  }

  .image-6, .image-7 {
    left: 15%;
  }

  .image-8 {
    left: 42%;
  }

  .image-266 {
    left: 40%;
    right: auto;
  }

  .content-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    display: flex;
  }

  .content-section.is-reverce {
    flex-flow: column;
  }

  .heading {
    font-size: 36px;
  }

  ._789, .own-img-2 {
    left: 45%;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .hero-heading__wrap {
    margin-bottom: 40px;
  }

  .h1__heading {
    font-size: 48px;
  }

  .hero__2-columns {
    flex-direction: column;
  }

  .hero__content-column {
    max-width: none;
  }

  .hero__image-column {
    height: 300px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-wrap.max--w-328 {
    margin-top: 0;
  }

  .o_img-wrap-2 {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .o__img-3 {
    object-fit: fill;
    flex: none;
  }

  .feature-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial__wrap {
    grid-template-columns: 1fr;
  }

  .h2__heading-60 {
    font-size: 48px;
  }

  .h2__heading-60.is--cta {
    max-width: none;
    font-size: 48px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__content-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer_column__logo, .footer_column__contacts {
    justify-content: center;
    align-items: center;
  }

  .section-cta, .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__img-wrap-logo {
    left: 37px;
  }

  .nav-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .nav-price__free-tag {
    left: 70%;
  }

  .hiw__row {
    flex-flow: column;
  }

  ._32478 {
    left: 35%;
  }

  .image-3 {
    left: 0%;
  }

  ._45656 {
    left: 5%;
  }

  .image-6 {
    left: 0%;
  }

  .image-7 {
    left: 5%;
  }

  .image-8 {
    left: 36%;
  }

  .image-266 {
    left: 30%;
  }

  .content-s__assets-wrap {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._333 {
    left: 5%;
  }

  ._789 {
    left: 35%;
  }

  .div-block-3 {
    margin-bottom: 24px;
  }

  .own-img-1 {
    left: 5%;
  }

  .own-img-2 {
    left: 35%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-top: 32px;
  }

  .hero-tile {
    padding: 32px 16px;
  }

  .hero-heading__wrap {
    margin-bottom: 40px;
  }

  .h1__heading {
    font-size: 32px;
  }

  .hero__button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
  }

  .hero__arrow-wrap {
    justify-content: center;
  }

  .hero-img__content-wrap {
    flex-direction: column-reverse;
    align-items: flex-end;
    bottom: 16px;
    right: 16px;
  }

  .img-tag {
    width: 100%;
  }

  .img-tag__content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-tag__title {
    font-size: 14px;
  }

  .img-tag__description {
    font-size: 11px;
  }

  .img__link-button {
    width: 40px;
    height: 40px;
  }

  .img-tag__link-icon {
    width: 32px;
    height: 32px;
  }

  .heading-wrap {
    margin-bottom: 32px;
  }

  .h2__heading {
    font-size: 32px;
  }

  .overview__wrap {
    padding-bottom: 200px;
  }

  .o_img-wrap-2 {
    top: 160px;
  }

  .o__img-2 {
    max-width: 150px;
  }

  .o__img-3 {
    max-width: 380px;
  }

  .feature-wrap {
    grid-template-columns: 1fr;
  }

  .testimonial__content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2__heading-60 {
    font-size: 32px;
  }

  .container-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-button {
    display: none;
  }

  .nav-price__free-tag {
    top: 24px;
    left: auto;
    right: 0;
    transform: translate(-25%);
  }

  .name-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    align-items: center;
  }

  .t-insta__link {
    font-size: 14px;
  }

  .lang-link {
    font-size: 16px;
  }

  .feature-itm__content {
    height: 360px;
  }

  .feature-itm__text-title {
    font-size: 18px;
  }

  ._45656 {
    left: -2%;
  }

  .image-6 {
    left: -6%;
  }

  .image-7 {
    top: 13%;
    left: 0%;
  }

  .image-8 {
    bottom: 10%;
  }

  .image-9 {
    top: 2%;
    left: 50%;
  }

  .image-10 {
    left: 40%;
  }

  .image-266 {
    left: 5%;
  }

  .content-s__cont-wrap {
    height: 360px;
  }

  ._333, .own-img-1 {
    left: -2%;
  }

  .div-block-20 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

#w-node-e01808f1-a986-57c9-26e6-cd19c0de9988-b29ef7e8, #w-node-_6b337772-3a43-8d1b-a92c-0d70eefdb11d-b29ef7e8, #w-node-_729dc616-6c75-70e6-318f-823c0ee594ff-b29ef7e8, #w-node-eae29bca-377c-d225-143c-5c71b0d7d0a8-b29ef7e8, #w-node-_7ebe1772-64ea-dbe3-efd6-d05ed681d273-b29ef7e8, #w-node-_85a05a9f-217b-fb75-9648-f3cec705754b-b29ef7e8, #w-node-_0889b05e-dad4-92b6-20e4-a70eb0f5cc0e-b29ef7e8, #w-node-a6072d80-f874-cd3b-b4b0-ee09e859745e-fe4f5e53, #w-node-a6072d80-f874-cd3b-b4b0-ee09e859746f-fe4f5e53, #w-node-e01808f1-a986-57c9-26e6-cd19c0de9988-782f4a58, #w-node-_6b337772-3a43-8d1b-a92c-0d70eefdb11d-782f4a58, #w-node-_729dc616-6c75-70e6-318f-823c0ee594ff-782f4a58, #w-node-eae29bca-377c-d225-143c-5c71b0d7d0a8-782f4a58, #w-node-_7ebe1772-64ea-dbe3-efd6-d05ed681d273-782f4a58, #w-node-_85a05a9f-217b-fb75-9648-f3cec705754b-782f4a58, #w-node-_0889b05e-dad4-92b6-20e4-a70eb0f5cc0e-782f4a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}