:root {
  --black: #353535;
  --thistle: #f5c2e5;
  --seashell: #fff2ef;
  --dark-slate-blue: #003972;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5.63em;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  max-width: 1680px;
  letter-spacing: .025rem;
  margin-top: 0;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  color: #333;
  letter-spacing: .05rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 170%;
}

a {
  color: #1a1a1a;
  letter-spacing: .05rem;
  line-height: 160%;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 2em;
  line-height: 180%;
}

img {
  border-radius: 4px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  letter-spacing: .04rem;
  border-left: 5px solid #c5baa7;
  margin-bottom: 4rem;
  padding: 0 0 0 2rem;
  font-size: 2.5rem;
  line-height: 130%;
}

.container {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
}

.section {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15.63em;
  padding-left: 7.44em;
  padding-right: 7.44em;
  display: block;
  position: relative;
}

.section.first {
  padding-top: 15rem;
}

.section.first.black {
  min-height: 60vh;
}

.section.full__height {
  margin-bottom: 24.13em;
  padding-top: 18em;
}

.section.pr--0 {
  padding-left: 15.75em;
  padding-right: 0;
}

.section.grey__bg {
  background-color: var(--black);
  color: #fff;
}

.section.footer {
  min-height: 55vh;
  color: var(--black);
  margin-bottom: 0;
  padding-top: 7.69em;
  padding-left: 16.38em;
  padding-right: 16.38em;
}

.section.right-padd-0, .section.without--padd {
  padding-left: 0;
  padding-right: 0;
}

.section.section-head {
  z-index: 999;
  width: 100%;
  margin-bottom: 9.38em;
  position: fixed;
}

.section.z-index {
  z-index: 3;
}

.section.height__100 {
  height: 100dvh;
  padding-top: 18em;
}

.navbar {
  z-index: 990;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2.56em;
}

.footer {
  min-height: 67vh;
  background-color: #f7f3eb;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.regular {
  font-weight: 400;
}

.link-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 1.625rem;
  line-height: 2;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-item:hover {
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.gallery-slider-wrapper {
  white-space: nowrap;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button {
  grid-column-gap: 1em;
  background-color: var(--black);
  color: #fff;
  letter-spacing: .04rem;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2.5em;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
}

.button:hover {
  background-color: var(--thistle);
  color: var(--black);
  letter-spacing: .04rem;
  border: 1px #000;
}

.button.pink__color {
  border: 1px solid var(--thistle);
  background-color: var(--thistle);
  color: var(--black);
}

.button.pink__color:hover {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #fff;
}

.button.transparent--button {
  border: 2.5px solid var(--black);
  color: #353535;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  align-self: flex-start;
}

.button.transparent--button:hover {
  border-color: var(--thistle);
  background-color: var(--thistle);
}

.button.transparent--button.front__btn {
  z-index: 1;
  position: relative;
}

.button.transparent--button.back__btn {
  z-index: 2;
  position: relative;
}

.button.transparent--button.back__btn:hover {
  background-color: var(--black);
  color: #fff;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-small {
  letter-spacing: .04rem;
  cursor: pointer;
  border: 1px #000;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition-property: none;
  display: inline-block;
}

.link-small:hover {
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 2px;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  width: 50px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  margin-bottom: 100px;
}

.text-field {
  width: 400px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tocitem {
  border-left: 2px solid #f7f3eb;
  justify-content: space-between;
  padding: 10px 10px 10px 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.tocitem:hover {
  background-color: #f7f3eb;
  border-bottom-style: none;
  border-left-width: 2px;
  border-left-color: #070e27;
  padding-left: 7px;
}

.section-3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.section-screenshot {
  margin-bottom: 12rem;
}

.video-image {
  width: 100%;
  border-bottom-style: none;
  border-radius: 4px;
  position: relative;
}

.video-image:hover {
  border-bottom-style: none;
}

.section-7 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

._60vw {
  max-width: 60vw;
}

.text__link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom-style: none;
  align-items: center;
  display: flex;
}

.text__link:hover {
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
}

.inovation__item {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.card__item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.navbar__menu {
  grid-column-gap: 5em;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 17px;
  align-items: center;
  padding: .94em .94em .94em 2.19em;
  display: flex;
}

.nav__logo {
  max-height: 4.44em;
}

.nav__link {
  color: #898989;
  border-bottom-style: none;
  padding: 0;
  font-size: 1.5em;
  font-weight: 400;
  transition: color .3s;
}

.nav__link:hover {
  color: var(--black);
}

.nav__link.body__visible.w--current {
  color: var(--thistle);
}

.navbar__flex {
  border-radius: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button__arrow {
  max-width: 2.06em;
}

.nav__logo_img {
  max-height: 4.44em;
}

.hero__text {
  max-width: 74.63em;
}

.hero__subhead {
  margin-top: 1.46875em;
}

.hero__block {
  z-index: 1;
  position: relative;
}

.hero__img {
  z-index: 0;
  max-width: 40%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -7.44em;
}

.subhero__block {
  z-index: 1;
  grid-row-gap: 3.63em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.btn__text {
  letter-spacing: 0;
  font-size: 1.5em;
}

.subhero__block_text {
  max-width: 85%;
  letter-spacing: .02rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  font-weight: 700;
  line-height: 170%;
}

.sticky__block {
  z-index: 2;
  padding-bottom: 6.25em;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.sticky__block.last {
  padding-bottom: 0;
}

.sticky__block_item {
  z-index: 2;
  min-height: 80vh;
  background-color: #fff;
  border-radius: 1.88em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8.31em 7.06em 5.25em 8.13em;
  display: flex;
  position: relative;
}

.sticky__block_item.small--padd {
  min-height: auto;
  padding-bottom: 16.25em;
  padding-left: 8.56em;
  padding-right: 5.88em;
  position: relative;
}

.sticky__block_img {
  z-index: -1;
  width: 100%;
  object-fit: cover;
  border-radius: 1.88em;
  margin-left: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky__block_subhead {
  margin-bottom: 2.31em;
  font-weight: 700;
  line-height: 245%;
}

.sticky__block_icons {
  width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.8fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icons__item {
  grid-row-gap: 1.44em;
  color: #353535;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icons__item_head {
  font-size: 4.38em;
  font-weight: 600;
  line-height: 1;
}

.icons__text {
  margin-bottom: 0;
  font-size: 1.5em;
}

.sticky__image_bottom {
  max-width: 29.19em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.text__block {
  grid-row-gap: 2.06em;
  flex-direction: column;
  margin-left: 8.94em;
  margin-right: 16em;
  display: flex;
}

.text__block_head {
  font-size: 1.5em;
  font-weight: 600;
}

.color__block {
  grid-column-gap: 8.63em;
  grid-row-gap: 16px;
  background-color: var(--seashell);
  border-bottom-left-radius: 15.63em;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5.94em 10em 4.38em 8.75em;
  display: grid;
}

.list__head {
  margin-bottom: 2.19em;
  font-size: 2em;
  font-weight: 700;
  line-height: 125%;
}

.list__block {
  padding-left: 2.5em;
}

.list__block_item {
  letter-spacing: 0;
  margin-bottom: 1.25em;
  font-size: 1.5em;
  font-weight: 700;
}

.list__block_text {
  padding-left: .2em;
  font-weight: 500;
}

.puzzle__block {
  grid-column-gap: 8.38em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  padding: 9.5em 5.63em;
  display: grid;
}

.puzzle__block_text {
  grid-row-gap: 4.13em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.feedback__block {
  background-color: var(--black);
  border-radius: 30px;
  padding: 4.69em;
  position: relative;
}

.feedback__img {
  max-width: 47%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3.13em;
}

.feedback__text {
  max-width: 59%;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feedback__text_subhead {
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 140%;
}

.feedback__text_head {
  margin-bottom: 116px;
}

.cards__block {
  padding: 11.5em 4.75em;
}

.cards__block_head {
  grid-row-gap: 1.38em;
  text-align: center;
  flex-direction: column;
  margin-bottom: 5.94em;
  font-weight: 700;
  display: flex;
}

.cards__items {
  grid-column-gap: .63em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards__item {
  grid-row-gap: 2.69em;
  color: var(--black);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5em 1.5em;
  display: flex;
}

.cards__item.orange__bg {
  background-color: #fc6844;
}

.cards__item.pink__bg {
  background-color: #f5c2e5;
}

.cards__item.white__bg {
  background-color: #fff2ef;
}

.cards__item_head {
  font-size: 5.63em;
  font-weight: 600;
  line-height: 1;
}

.cards__item_text {
  font-size: 1.5em;
  font-weight: 400;
}

.partners__block {
  color: var(--black);
  background-color: #fff;
  border-radius: 30px;
  padding: 12.5em 11.31em 12.5em 9.81em;
  position: relative;
}

.parners__subhead {
  margin-bottom: 1.25em;
  font-size: 1.5em;
  font-weight: 600;
}

.partners__text {
  margin-top: 2.38em;
  font-size: 1.5em;
  line-height: 150%;
}

.partners__icons {
  grid-column-gap: 3.13em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.25em;
  display: grid;
}

.partners___icons_item {
  max-width: 10em;
  font-size: 1.5em;
  line-height: 160%;
}

.weight--bold {
  font-weight: 700;
}

.partners__block_wrapp {
  grid-row-gap: 0em;
  flex-direction: column;
  padding-bottom: 10em;
  display: flex;
}

.partners__block--small {
  grid-column-gap: 5.63em;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 13.44em;
  margin-right: 13.44em;
  padding: 3.94em 3.75em;
  display: grid;
  position: relative;
}

.partners__block_img {
  border-radius: 30px;
}

.partners__block_text {
  grid-row-gap: 4.38em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partners__logo {
  width: auto;
  max-height: 4em;
  align-self: auto;
  display: block;
}

.partners__description {
  font-size: 1.5em;
}

.feedback__flex {
  grid-column-gap: 5.63em;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 4.69em;
  display: grid;
}

.feedback__flex_text {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.reviews__block_head {
  max-width: 55%;
  grid-row-gap: 2em;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8.56em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews__subhead {
  font-size: 1.5em;
  font-weight: 600;
}

.reviews__grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews__grid_item {
  background-color: #fff2ef;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 11.88em 3.75em 7.5em;
  display: flex;
}

.reviews__grid_item.mob {
  display: none;
}

.reviews__logo {
  max-height: 4.38em;
  margin-bottom: 7.5em;
  display: block;
}

.reviews__text {
  margin-bottom: 1.75em;
}

.reviews__img {
  max-width: 42.06em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -3.75em;
}

.footer__left_gradient {
  width: 32.75em;
  height: 32.75em;
  position: absolute;
  top: auto;
  bottom: -90%;
  left: -10%;
  right: auto;
}

.footer__right_gradient {
  width: 39.63em;
  height: 1209px;
  position: absolute;
  top: auto;
  bottom: -220%;
  left: auto;
  right: -15%;
}

.footer__wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 9.44em;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__logo {
  max-height: 4.44em;
}

.footer__text {
  font-weight: 700;
}

.footer__menu {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.footer__menu_link {
  color: var(--black);
  letter-spacing: 0;
  font-size: 1.25em;
  line-height: 140%;
}

.container__sticky {
  width: 100%;
  height: 300vw;
  display: flex;
  position: relative;
}

.container__sticky.big--size {
  height: 600vw;
  margin-top: 3.5em;
}

.sticky__wrapp {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 2.5em;
}

.sticky__inner {
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.sticky__inner.big--size {
  width: 1000vw;
  height: auto;
  align-items: stretch;
  padding-top: 3.5em;
  padding-left: 0%;
}

.sticky__card {
  width: 35vw;
  height: 74%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2.19em;
  margin-right: 2.19em;
  display: flex;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.sticky__card.small--size {
  height: auto;
  min-height: 50em;
  flex: 0 auto;
  align-self: stretch;
}

.sticky__card.h--100 {
  width: 60vw;
  height: 100%;
  bottom: 0;
}

.dashboard__card_img {
  max-height: 45vh;
  object-fit: contain;
  align-self: center;
  margin-bottom: 2.75em;
}

.dashboard__card_text {
  color: #353535;
  margin-bottom: 3.13em;
  font-size: 2.06em;
  line-height: 2.1;
}

.dashboard__card_footer {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.align--center {
  text-align: center;
}

.card__3d {
  width: 100%;
  height: 100%;
  color: var(--black);
  border-radius: 30px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.card__3d_front {
  width: 100%;
  height: 100%;
  background-color: #fff2ef;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__3d_title {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

.card__3d_text {
  min-height: 220px;
  margin-bottom: 3.5em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 160%;
}

.card__3d_text.regular {
  font-weight: 400;
}

.card__3d_back {
  background-color: #f5c2e5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3.75em;
  display: none;
  position: relative;
  overflow: hidden;
}

.sticky__block_list {
  position: relative;
}

.sticky__block_card {
  margin-bottom: 3.13em;
  position: -webkit-sticky;
  position: sticky;
}

.sticky__block_card._1 {
  top: 0;
}

.sticky__block_card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.sticky__block_card._4 {
  top: 80px;
}

.sticky__block_card._3 {
  top: 60px;
}

.gradient__bg.third__bg, .gradient__bg.fourth__bg, .gradient__bg.fifth__bg {
  position: relative;
}

.hero__gradient {
  z-index: -1;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__gradient.overflow--hidden {
  overflow: hidden;
}

.hero__gradient_one {
  width: 100%;
  height: 150%;
  position: absolute;
  top: -130%;
  bottom: auto;
  left: auto;
  right: -20%;
  transform: rotate(135deg);
}

.hero__gradient_two {
  width: 40%;
  height: 50%;
  opacity: .6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.hero__gradient_three {
  z-index: 3;
  width: 30%;
  height: 40%;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: -7%;
  right: auto;
}

.aftercards__block {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 6em;
  display: flex;
}

.aftercards__text {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 125%;
}

.parralax__block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.ticker__wrapp {
  grid-column-gap: 2em;
  flex-wrap: nowrap;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ticker__wrapp.top--0 {
  top: 10%;
}

.ticker__item {
  grid-column-gap: 2em;
  white-space: nowrap;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1;
}

.ticker__item.big-size {
  color: rgba(255, 230, 224, .8);
  font-size: 49.88em;
  line-height: .8;
}

.ticker__item.big-size.pink {
  color: #f6b4e2;
}

.ticker__wrapp_hidden {
  width: 100%;
  height: 6em;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker__wrapp_hidden.orange__bg {
  background-color: #fff2ee;
  align-items: center;
  padding-top: 2.19em;
}

.ticker__wrapp_hidden.pink__bg {
  background-color: #f5c2e5;
  top: -1.5em;
  transform: rotate(-2.5deg);
}

.ticker__item_wrapp {
  grid-column-gap: 2em;
  display: flex;
}

.sticky__block_head.max--w {
  line-height: 100%;
}

.color__block_head {
  padding-top: 1.8em;
}

.card__3d_head {
  z-index: 2;
  position: relative;
}

.navbar__menu_wrapp {
  flex: 1;
}

.navbar__menu_logo {
  display: none;
}

.popup {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: var(--seashell);
  opacity: 0;
  justify-content: center;
  align-items: center;
  padding: 10em 3em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.popup.popup__booklet {
  height: 100vh;
  padding-top: 10em;
  padding-bottom: 10em;
}

.popup__wrapp {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  overflow: scroll;
  margin: auto;
}

.popup__cross {
  width: 2em;
  cursor: pointer;
  position: absolute;
  top: 5em;
  bottom: auto;
  left: auto;
  right: 5em;
}

.popup__booklet {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: var(--seashell);
  opacity: 0;
  padding: 10em 3em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup__booklet_wrapp {
  width: 100%;
  height: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.popup__booklet_form {
  height: 100%;
  overflow: scroll;
}

.cards__embed {
  display: none;
}

.ticker__wrapp_reverse {
  grid-column-gap: 2em;
  justify-content: flex-start;
  padding-top: 2.19em;
  padding-bottom: 2.19em;
  display: flex;
}

.main__block {
  max-width: 93%;
  grid-row-gap: 3.31em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main__block_subhead {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 140%;
}

.main__block_text {
  max-width: 85%;
}

.steps__wrapp {
  grid-row-gap: 3.5em;
  flex-direction: column;
  margin-left: 8.94em;
  margin-right: 8.94em;
  display: flex;
  position: relative;
}

.step__item {
  min-height: 23.88em;
  grid-row-gap: 3.5em;
  background-color: #fff2ef;
  border-radius: 1.88em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8.75em;
  padding-right: 8.75em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.step__item.one {
  top: 0;
}

.step__item.two {
  top: 1em;
}

.step__item.three {
  top: 2em;
}

.step__item.four {
  top: 3em;
}

.step__item.five {
  top: 4em;
}

.step__item.six {
  top: 5em;
}

.step__item_number {
  color: #ffe8e3;
  font-size: 34.81em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.step__item_content {
  z-index: 1;
  grid-row-gap: 3.5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.step__item_content_head {
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 140%;
}

.step__item_content_text {
  font-size: 1.5em;
  line-height: 160%;
}

.footer__right_gradient_two {
  width: 40em;
  height: 40em;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.dashboard__cards {
  grid-column-gap: 4.38em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.cards__block_subhead {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.footer__gradient_mob {
  display: none;
}

.design__system_wrapp {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  display: flex;
}

._404__wrapp {
  height: 100vh;
  grid-row-gap: 2.56em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

._404__text {
  margin-bottom: .5em;
  font-weight: 700;
}

.div-block {
  border: 2px solid #000;
  padding: 2rem;
  display: block;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  .section.footer {
    min-height: 80vh;
  }

  .section.gradient__two {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .regular {
    font-size: 64px;
  }

  .button {
    letter-spacing: .08rem;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .button:hover {
    letter-spacing: .08rem;
  }

  .link-small {
    font-size: 18px;
  }

  .inovation__item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .card__item {
    flex-direction: column;
    display: flex;
  }

  .footer__right_gradient {
    bottom: -150%;
  }

  .container__sticky {
    height: 650vw;
  }

  .container__sticky.big--size {
    margin-top: 2em;
  }

  .sticky__wrapp {
    height: 100vh;
  }

  .sticky__inner {
    width: 350vw;
  }

  .sticky__card {
    width: 42vw;
    height: 85%;
  }

  .sticky__card.small--size {
    width: 33vw;
    min-height: auto;
  }

  .sticky__card.h--100 {
    bottom: 0;
  }

  .align--center {
    text-align: center;
  }

  .card__3d_text.regular {
    font-size: 1.5em;
  }

  .gradient__bg.fourth__bg {
    position: relative;
  }

  .ticker__wrapp.top--0 {
    top: 2%;
  }

  .sticky__block_head.max--w {
    max-width: 65%;
  }
}

@media screen and (min-width: 1920px) {
  .section.first {
    padding-top: 18rem;
  }

  .section.first.black {
    min-height: 50vh;
  }

  .section.full__height {
    min-height: 80vh;
  }

  .section.gradient__two {
    background-size: cover;
  }

  .footer {
    padding-bottom: 100px;
  }

  .regular {
    font-size: 72px;
  }

  .button.pink__color {
    min-width: auto;
    grid-column-gap: 1em;
    align-items: center;
  }

  .button.transparent--button, .button.transparent--button.front__btn, .button.transparent--button.back__btn {
    flex: none;
  }

  .link-small {
    font-size: 20px;
  }

  .section-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card__item {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .navbar__menu {
    flex: 0 auto;
    display: flex;
  }

  .nav__logo {
    flex: 0 auto;
  }

  .button__arrow {
    max-width: 2em;
  }

  .hero__text {
    max-width: 74.63em;
  }

  .btn__text {
    white-space: nowrap;
    word-break: keep-all;
  }

  .color__block {
    grid-column-gap: 8em;
    grid-template-columns: 1.2fr 1fr;
    padding-right: 10em;
  }

  .feedback__text {
    width: 59%;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .feedback__text_subhead {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 140%;
  }

  .feedback__flex {
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
  }

  .reviews__block_head {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer__right_gradient {
    bottom: -100%;
  }

  .sticky__card {
    width: 40vw;
    margin-left: 2.19em;
  }

  .sticky__card.small--size {
    width: 33vw;
    min-height: 31.88em;
  }

  .sticky__card.h--100 {
    width: 50vw;
  }

  .align--center {
    margin-left: auto;
    margin-right: auto;
  }

  .main__block {
    max-width: 93.8%;
  }

  .main__block_text {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  body {
    color: var(--black);
  }

  h2, h3 {
    line-height: 130%;
  }

  a:hover {
    letter-spacing: .05rem;
    border: 1px #000;
  }

  li {
    line-height: 150%;
  }

  img {
    border-radius: 2px;
  }

  .container {
    max-width: none;
  }

  .section {
    margin-bottom: 10em;
  }

  .section.first {
    padding-top: 9rem;
  }

  .section.first.black {
    min-height: auto;
    padding-top: 10rem;
  }

  .section.full__height {
    min-height: 40vh;
  }

  .section.height__100 {
    height: auto;
  }

  .navbar {
    transition: all .5s;
    position: relative;
  }

  .regular {
    line-height: 130%;
  }

  .menu-button {
    height: 100%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button {
    text-align: center;
    flex: none;
    padding: 2em 3em;
  }

  .button.pink__color:hover {
    background-color: var(--black);
    color: #fff;
  }

  .button.transparent--button {
    border-width: 1.5px;
  }

  .tocitem {
    color: #fff;
  }

  .tocitem:hover {
    color: #1a1a1a;
    padding-left: 8px;
    font-weight: 600;
  }

  .navbar__menu {
    z-index: 300;
    height: 100vh;
    min-height: 100dvh;
    grid-row-gap: 2em;
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-top: 10em;
    padding-left: 10em;
    padding-right: 10em;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav__logo {
    max-height: 6em;
  }

  .nav__link {
    margin-bottom: 1em;
    margin-left: 0;
    font-size: 3em;
    display: flex;
  }

  .navbar__flex {
    z-index: 999;
    height: 100%;
  }

  .nav__logo_img {
    max-height: 6em;
  }

  .page__wrapp {
    z-index: 1;
    position: relative;
  }

  .main__wrapp {
    z-index: -1;
    position: relative;
  }

  .subhero__block {
    justify-content: center;
  }

  .btn__text {
    white-space: nowrap;
    font-size: 2em;
  }

  .subhero__block_text {
    font-size: 2em;
  }

  .sticky__block_item {
    min-height: 40vh;
  }

  .sticky__block_img {
    height: 100%;
  }

  .feedback__img {
    max-width: 40%;
  }

  .feedback__text {
    max-width: 55%;
  }

  .sticky__wrapp {
    height: 70vh;
    top: 20%;
  }

  .sticky__inner.big--size {
    padding-top: 7em;
  }

  .sticky__card.h--100 {
    width: 45vw;
  }

  .dashboard__card_img {
    height: 50em;
    max-height: 45em;
  }

  .dashboard__card_text {
    font-size: 2em;
  }

  .aftercards__block {
    margin-top: 15em;
  }

  .ticker__wrapp_hidden.orange__bg {
    max-width: 100vw;
  }

  .ticker__wrapp_hidden.pink__bg {
    top: -2.5em;
  }

  .mobile__menu {
    grid-column-gap: 20px;
    border-radius: 12px;
    flex-flow: row;
    justify-content: space-between;
    padding: .94em .81em;
    display: flex;
  }

  .mobile__menu.w--open {
    z-index: 301;
  }

  .mobile__menu_text {
    font-size: .63em;
    line-height: 1;
  }

  .navbar__menu_wrapp {
    z-index: 300;
    width: 100vw;
    height: 0;
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar__menu_logo {
    max-width: 20em;
    margin-bottom: 3em;
    display: block;
  }

  .navbar__menu_cross {
    max-width: 1em;
    display: none;
  }

  .popup {
    overflow: scroll;
  }

  .popup__wrapp {
    overflow: visible;
  }

  .body__hidden {
    grid-column-gap: 1em;
    display: flex;
  }

  .main__block_subhead {
    font-size: 2em;
  }

  .grid {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    overflow-wrap: break-word;
    font-size: 2em;
    line-height: 130%;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.5em;
    line-height: 140%;
  }

  h4 {
    letter-spacing: .4px;
  }

  p {
    font-size: 1em;
  }

  li {
    font-size: 1rem;
  }

  blockquote {
    font-size: 2rem;
  }

  .container {
    max-width: 100%;
  }

  .section {
    margin-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.full__height {
    min-height: auto;
    margin-bottom: 5em;
    padding-top: 13em;
  }

  .section.pr--0 {
    padding-left: 0;
  }

  .section.grey__bg.pt__mob {
    margin-top: 13em;
  }

  .section.footer {
    max-height: 50vh;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 3.3125em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .section.small__padd_mob {
    margin-bottom: 3em;
  }

  .section.pt-mob.mob__no_padd {
    margin-bottom: 0;
  }

  .section.mob__no_padd {
    padding-left: 0;
    padding-right: 0;
  }

  .section.pb--0 {
    margin-bottom: 0;
  }

  .section.height__100 {
    height: auto;
    padding-top: 11.0625em;
  }

  .section.footer__gradient_wrapp {
    z-index: -999;
    position: absolute;
    top: auto;
    bottom: -6%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    margin-top: 1.375em;
  }

  .button {
    z-index: 50;
    grid-column-gap: .5em;
    padding: .875em 1.5em;
    font-size: 1em;
    position: relative;
  }

  .tocitem:hover {
    font-weight: 400;
  }

  .navbar__menu {
    grid-row-gap: 1em;
    padding-left: 2em;
    padding-right: 5em;
  }

  .nav__logo {
    max-height: 1.8125em;
  }

  .nav__link {
    font-size: 1.5em;
  }

  .button__arrow {
    max-width: 1.25em;
  }

  .nav__logo_img {
    max-height: 1.8125em;
  }

  .hero__text {
    max-width: 75%;
  }

  .hero__subhead {
    margin-top: 1em;
    font-size: 1em;
  }

  .hero__img {
    width: 100%;
    height: 19em;
    max-width: 50%;
    top: -20%;
    right: -10%;
  }

  .subhero__block {
    grid-row-gap: 1.5em;
    align-items: flex-start;
  }

  .btn__text {
    font-size: 1em;
  }

  .subhero__block_text {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }

  .sticky__block {
    padding-bottom: 2em;
  }

  .sticky__block_item {
    grid-row-gap: 2.375em;
    align-items: center;
    padding: 1.5625em 1.25em;
  }

  .sticky__block_item.small--padd {
    grid-row-gap: 1em;
    align-items: flex-start;
    padding-bottom: 10em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .sticky__block_img {
    object-fit: cover;
    object-position: 100% 50%;
    align-self: center;
    margin-right: auto;
  }

  .sticky__block_subhead {
    line-height: 150%;
  }

  .sticky__block_icons {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.8fr 1.5fr;
  }

  .icons__item {
    grid-row-gap: 0em;
  }

  .icons__item_head {
    font-size: 3em;
  }

  .icons__text {
    font-size: 1em;
  }

  .sticky__image_bottom {
    max-width: 15em;
  }

  .text__block {
    grid-row-gap: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  .text__block_head {
    font-size: .875em;
    line-height: 140%;
  }

  .color__block {
    grid-row-gap: 1.375em;
    border-bottom-left-radius: 4.375em;
    grid-template-columns: 1fr;
    margin-left: 1em;
    margin-right: 0;
    padding: 2.5em 1.5625em;
  }

  .list__head {
    margin-bottom: 1em;
    font-size: 1.125em;
  }

  .list__block {
    padding-left: 2em;
  }

  .list__block_item {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 400;
  }

  .puzzle__block {
    grid-row-gap: 1.75px;
    grid-template-columns: 1fr;
    padding: 2.5em 0;
  }

  .puzzle__block_text {
    grid-row-gap: 1.5em;
    margin-top: 10em;
  }

  .feedback__block {
    border-radius: 0;
    padding: 3em 1em;
  }

  .feedback__img {
    max-width: 25em;
    top: -3em;
    bottom: auto;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .feedback__text {
    max-width: 100%;
    margin-top: 12em;
  }

  .feedback__text_subhead {
    margin-bottom: 1em;
    font-size: .875em;
    font-weight: 600;
  }

  .feedback__text_head {
    margin-bottom: 2em;
  }

  .cards__block {
    padding: 3.5em 0;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }

  .cards__block_head {
    grid-row-gap: 1.1875em;
    text-align: left;
    margin-bottom: 3.5em;
    font-weight: 400;
  }

  .cards__items {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
  }

  .cards__item {
    min-width: 15em;
  }

  .cards__item.orange__bg {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .cards__item_head {
    font-size: 2.5em;
  }

  .cards__item_text {
    overflow-wrap: break-word;
    font-size: 1em;
  }

  .partners__block {
    padding-top: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .parners__subhead {
    font-size: .875em;
  }

  .partners__text {
    margin-top: 2em;
    font-size: 1em;
  }

  .partners__icons {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .partners___icons_item {
    max-width: none;
    font-size: 1em;
  }

  .weight--bold {
    font-size: 1.5em;
  }

  .partners__block--small {
    border-radius: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .partners__block_img {
    max-height: 26.4375em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 50%;
  }

  .partners__block_text {
    grid-row-gap: 1.5em;
  }

  .partners__logo {
    max-height: 2em;
  }

  .partners__description {
    font-size: 1em;
  }

  .feedback__flex {
    grid-row-gap: 3em;
    border-radius: 0;
    grid-template-columns: 1fr;
    padding: 1em 1em 3em;
  }

  .reviews__block {
    z-index: 7;
    position: relative;
  }

  .reviews__block_head {
    max-width: 80%;
    grid-row-gap: 1.625em;
    margin-bottom: 3.125em;
  }

  .reviews__subhead {
    font-size: .875em;
  }

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

  .reviews__grid_item {
    padding: 3.25em 1em;
  }

  .reviews__grid_item.mob {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
  }

  .reviews__logo {
    max-height: 1.875em;
    margin-bottom: 1.5em;
  }

  .reviews__text {
    margin-bottom: 2.5em;
  }

  .reviews__img {
    z-index: 3;
    max-width: 70%;
    top: 0;
  }

  .reviews__img.desk {
    display: none;
  }

  .footer__left_gradient {
    display: none;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .footer__right_gradient {
    z-index: 0;
    width: 51.75em;
    height: 51.75em;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 80%;
    right: auto;
  }

  .footer__wrapp {
    z-index: 1;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
    position: relative;
  }

  .footer__logo {
    max-height: 2.125em;
  }

  .footer__text {
    font-size: .875em;
  }

  .footer__menu {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4.0625em;
  }

  .footer__menu_link {
    font-size: 1em;
  }

  .container__sticky.big--size {
    margin-top: 0;
  }

  .sticky__wrapp {
    height: 100vh;
    top: 2.5em;
  }

  .sticky__inner {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sticky__inner.big--size {
    padding-top: 1.5em;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sticky__card {
    width: 100vw;
    height: 100%;
  }

  .sticky__card.small--size {
    width: 100vw;
    min-height: 26.625em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .sticky__card.h--100 {
    width: 75vw;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
  }

  .dashboard__card_img {
    height: auto;
    max-height: 17.5625em;
    object-fit: contain;
    margin-bottom: 1.56em;
  }

  .dashboard__card_text {
    margin-bottom: 2em;
    font-size: 1em;
    line-height: 160%;
  }

  .align--center {
    text-align: left;
  }

  .card__3d {
    height: 75%;
  }

  .card__3d_front {
    min-height: 26.625em;
    justify-content: space-between;
    padding: 2.1875em 1em 1.5625em;
  }

  .card__3d_title {
    margin-bottom: 1.5em;
    font-size: 1.125em;
  }

  .card__3d_text {
    min-height: auto;
    margin-bottom: 1.5em;
    font-size: 1em;
  }

  .card__3d_back {
    min-height: 26.625em;
    justify-content: space-between;
    padding: 2.1875em 1em 1.5625em;
  }

  .sticky__block_card._4 {
    margin-bottom: 0;
  }

  .hero__gradient_one {
    z-index: 1;
    width: 35%;
    height: 50%;
    opacity: .2;
    top: 25%;
    right: -20%;
  }

  .hero__gradient_two {
    width: 100%;
    opacity: 1;
    top: 0%;
    right: -50%;
    transform: rotate(0);
  }

  .hero__gradient_three {
    width: 50%;
    display: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .aftercards__block {
    margin-top: 1.5em;
    padding-right: 1em;
  }

  .aftercards__text {
    font-size: 1.125em;
  }

  .parralax__block {
    height: auto;
    position: static;
  }

  .ticker__wrapp {
    top: 35%;
  }

  .ticker__wrapp.top--0 {
    top: 15%;
  }

  .ticker__item {
    font-size: 1.25em;
  }

  .ticker__item.big-size {
    font-size: 20.3125em;
  }

  .ticker__wrapp_hidden {
    height: 3.75em;
  }

  .ticker__wrapp_hidden.pink__bg {
    top: -.8em;
  }

  .mobile__menu {
    align-items: center;
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .mobile__menu_text {
    font-size: .5625em;
  }

  .sticky__block_head {
    font-size: 1.125em;
  }

  .break__word {
    overflow-wrap: normal;
  }

  .color__block_head {
    padding-top: 0;
    font-size: 1.25em;
  }

  .puzzle__block_img {
    max-width: 25em;
    display: block;
    position: absolute;
    top: -60%;
  }

  .navbar__menu_logo {
    max-width: 10em;
  }

  .popup__cross {
    width: 1em;
    top: 2em;
    right: 2em;
  }

  .ticker__wrapp_reverse {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main__block {
    grid-row-gap: 1em;
  }

  .main__block_subhead {
    font-size: .88em;
  }

  .main__block_text {
    max-width: 100%;
    margin-bottom: .5em;
  }

  .steps__wrapp {
    z-index: 3;
    grid-row-gap: .625em;
    margin-left: 0;
    margin-right: 0;
  }

  .step__item {
    min-height: 15em;
    padding: 1.5em;
  }

  .step__item.two {
    top: .5em;
  }

  .step__item.three {
    top: 1em;
  }

  .step__item.four {
    top: 1.5em;
  }

  .step__item.five {
    top: 2em;
  }

  .step__item.six {
    z-index: 3;
    top: 2.5em;
  }

  .step__item_number {
    font-size: 19.625em;
    top: -15%;
    bottom: auto;
    left: 2%;
    right: auto;
  }

  .step__item_content {
    grid-row-gap: 1em;
  }

  .step__item_content_head {
    font-size: 1.125em;
    font-weight: 700;
  }

  .step__item_content_text {
    font-size: 1em;
  }

  .footer__right_gradient_two {
    display: none;
  }

  .dashboard__cards {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .partners__sticky_mob {
    height: 80vh;
    position: relative;
    top: -5em;
  }

  .mob__head_wrapp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cards__block_subhead {
    margin-left: 0;
  }

  .margin--mob {
    margin-bottom: 5em;
  }

  .footer__gradient_mob {
    z-index: -999;
    width: 100vw;
    object-fit: cover;
    object-position: 50% 100%;
    display: block;
    position: absolute;
    top: auto;
    bottom: -30%;
    left: 0%;
    right: 0%;
  }

  .footer__gradient_mob.second__pos {
    bottom: -50%;
  }

  ._404__mob_wrapp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cards__sticky_wrapp {
    width: 100%;
    height: 200vw;
    position: relative;
  }

  .cards__block_wrapp {
    height: 200vw;
    position: relative;
  }

  .div-block {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    line-height: 28px;
  }

  h1 {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    line-height: 130%;
  }

  h2 {
    line-height: 140%;
  }

  h4 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 150%;
  }

  a {
    line-height: 150%;
  }

  ul {
    letter-spacing: .3px;
    line-height: 150%;
  }

  li {
    margin-bottom: 15px;
  }

  blockquote {
    font-size: 1.8rem;
  }

  .section.first.black {
    padding-top: 8rem;
  }

  .section.full__height {
    padding-top: 18em;
  }

  .section.pt-mob {
    margin-top: 8em;
  }

  .section.footer__gradient_wrapp {
    margin-bottom: 0;
    bottom: 0%;
  }

  .navbar {
    height: 60px;
    margin-top: 1.875em;
  }

  .button {
    justify-content: center;
    font-size: 1rem;
  }

  .button.transparent--button {
    max-width: 100%;
  }

  .button.transparent--button.front__btn {
    align-self: stretch;
  }

  .button.transparent--button.mob__full {
    width: 100%;
  }

  .link-small {
    line-height: 1.6;
  }

  .section-3 {
    padding-bottom: 6rem;
  }

  .hero__text {
    max-width: 100%;
    margin-top: 10em;
  }

  .hero__img {
    max-width: 17em;
    top: -18em;
    right: -5em;
  }

  .subhero__block {
    align-items: stretch;
  }

  .btn__text {
    overflow-wrap: break-word;
  }

  .sticky__block_item {
    min-height: 50vh;
    border-radius: 1em;
  }

  .sticky__block_img {
    border-radius: 1em;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky__block_icons {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr;
  }

  .feedback__img {
    width: 100%;
    max-width: 20.625em;
    transition: opacity .3s;
  }

  .feedback__text {
    align-items: stretch;
    margin-top: 10em;
    transition: opacity .3s;
  }

  .cards__block {
    top: 0%;
  }

  .feedback__flex_text {
    align-items: stretch;
  }

  .reviews__block_head {
    max-width: 100%;
  }

  .reviews__grid_item {
    z-index: 2;
    align-items: stretch;
    position: relative;
  }

  .reviews__logo {
    align-self: flex-start;
  }

  .footer__left_gradient, .footer__right_gradient {
    z-index: 1;
  }

  .sticky__wrapp {
    height: 45em;
  }

  .sticky__card.h--100 {
    width: 100vw;
  }

  .dashboard__card_footer {
    align-self: flex-start;
    align-items: stretch;
  }

  .align--center {
    text-align: left;
  }

  .card__3d {
    height: 100%;
  }

  .card__3d_text.regular {
    font-size: 1em;
  }

  .hero__gradient_two {
    width: 150%;
    right: -90%;
  }

  .hero__gradient_three {
    width: 80%;
    top: -10%;
  }

  .aftercards__block {
    align-items: stretch;
    padding-left: 1em;
  }

  .puzzle__block_img {
    width: 100%;
    max-width: 20.9375em;
    top: -13em;
  }

  .popup__booklet_wrapp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main__block {
    max-width: 100%;
    align-items: stretch;
  }

  .cards__block_subhead {
    max-width: 100%;
  }

  .footer__gradient_mob {
    bottom: -30%;
  }

  ._404__wrapp {
    grid-row-gap: 1.5em;
  }

  ._404__text {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._404__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex: none;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 1em;
    right: 0%;
  }

  ._404__mob_wrapp {
    width: 23em;
    height: 15em;
    margin-bottom: 1.5em;
    position: relative;
  }

  .cards__block_wrapp {
    height: 400vw;
  }
}

#w-node-_24cdab2d-7c29-b124-ab00-162a36869ea7-b02f5385, #w-node-_989df17f-9c5e-68e6-09aa-d70143f71f50-b02f5385, #w-node-aa73c6dd-c01f-32f4-a669-b59e01a8ca5c-b02f5385, #w-node-_7e19d5d2-be2b-2c6e-cf83-aa147d25ceeb-b02f5385, #w-node-b0e46158-f793-2321-ff33-e44be38fe198-b02f5385, #w-node-_197772a5-cd35-8985-e3d0-ccb1e76fb90b-b02f5385, #w-node-be947c98-40cd-61c0-75e7-d06be3802253-b02f5385, #w-node-_5bae5722-ec71-53c8-e0e5-65cc3f40eb56-b02f5385, #w-node-_85c911e9-b6cb-dbed-eb33-6054116d2454-b02f5385, #w-node-_0e00485a-e1e8-d374-014f-219c71dda11c-b02f5385, #w-node-d10c2ada-875c-d863-91a7-6c6949111e38-b02f5385, #w-node-_09623698-46a0-0273-58a5-6c29346d4389-b02f5385, #w-node-_9df78d12-89ae-c92e-d90e-54c2ab75759f-b02f5385, #w-node-d6ab2446-6d07-704d-6623-4241417c2816-b02f5385, #w-node-e555a987-555c-d570-7834-b46e583bf808-b02f5385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bcde7b1-b2e9-3c7b-8185-d8ca65185d9f-b02f5385, #w-node-a044f616-c361-6654-d78f-4d73bbc01f71-b02f5385, #w-node-_896c3d00-b25e-5255-61a5-d9fc6c5b03b5-b02f5385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7e821162-8a3f-cccd-811e-c162dc8372dc-b02f5385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_05e62175-f10e-6053-d359-ad931ae6f51f-1ae6f51c, #w-node-_05e62175-f10e-6053-d359-ad931ae6f520-1ae6f51c, #w-node-_05e62175-f10e-6053-d359-ad931ae6f524-1ae6f51c, #w-node-_507402bf-8143-7784-103e-616948967f00-561328fd, #w-node-_290d57b8-f6df-71bb-d23a-da4d3e8865cb-561328fd, #w-node-d119495a-c8fb-e3d3-e2e7-7a1bdbff9be7-561328fd, #w-node-_9becefc7-ac73-f2ae-2c74-bcc684483d05-561328fd, #w-node-_8a80fffb-2f3c-080b-8f45-afa2a826a45a-561328fd, #w-node-c4ac81b3-94cd-579d-0aed-92aa96e902fc-561328fd, #w-node-bb62016a-bec0-16c3-509f-98b870bbfb36-561328fd, #w-node-_78dc6bb7-680f-ad10-b068-37525d3c2db5-561328fd, #w-node-_4e062cee-ac28-c012-9c60-ba3bad013db3-561328fd, #w-node-_8674148f-8457-56bd-4020-41691827ced1-561328fd, #w-node-c34a9b21-6d8f-5282-5238-95914b055152-561328fd, #w-node-_3eec2193-0181-aa51-043d-3cd2c5ade5ff-561328fd, #w-node-_079f5169-3eaa-7030-2eea-93df5e395105-561328fd, #w-node-_17b1e6d7-d5cb-6fb3-4ae5-59a3849c08fb-561328fd, #w-node-_122a8848-8f11-7d6b-f259-9e9a2564f775-561328fd, #w-node-d86d8eb8-f0b2-b006-bd1c-a822f493a3e6-561328fd, #w-node-_561c1406-603e-463c-21c3-7395c8f5da51-561328fd, #w-node-_83db69d2-fd45-260d-b4ef-5f6bd235bb1c-561328fd, #w-node-_74923b67-8371-50b0-564c-0518387352ce-561328fd, #w-node-_35b05794-a4c2-2083-e279-f754c4a23344-561328fd, #w-node-_2a9a8c76-ea78-50e9-f1aa-38bd79bc23a1-561328fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-be947c98-40cd-61c0-75e7-d06be3802253-b02f5385 {
    order: -9999;
    align-self: start;
    justify-self: center;
  }

  #w-node-_5bae5722-ec71-53c8-e0e5-65cc3f40eb56-b02f5385 {
    justify-self: stretch;
  }

  #w-node-ec4cf5b3-0863-13f8-d85f-3db7bda77751-b02f5385 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2b03a870-25c2-60f8-8b6c-d696aa8da388-b02f5385 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Rooberthead';
  src: url('../fonts/RoobertHead-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rooberthead';
  src: url('../fonts/RoobertHead-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}