@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.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;
  }
}

a {
  text-decoration: none;
}

.review-block-image {
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
  display: flex;
  overflow: hidden;
}

.footer-text {
  color: #2e37488c;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

.heading {
  color: #2e3748;
  text-align: center;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.heading.h3 {
  font-size: 32px;
  line-height: 110%;
}

.heading.v2 {
  line-height: 125%;
}

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

.check-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.footer-logo-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.footer-contact-block {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2px;
  text-decoration: none;
  display: flex;
}

.team-rating-icon {
  object-fit: cover;
}

.steps-bigtext {
  color: #000;
  letter-spacing: -.01em;
  max-width: 220px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
}

.spinner-block {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  padding-top: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  z-index: 4;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.scroll-services {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1040px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  overflow: hidden;
}

.experts-slider-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.input {
  color: #303030;
  background-color: #eff2f7;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
}

.input:hover, .input:active, .input:focus, .input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #00b92b;
}

.input::placeholder {
  color: #757575;
  font-size: 16px;
}

.testimonials-result-head {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.review-star2 {
  height: 24px;
  margin-bottom: 12px;
}

.testimonials-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f6f6;
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start;
  min-height: 242px;
  padding: 20px 60px;
  display: grid;
}

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

.navbar-wrapper {
  justify-content: space-between;
  display: flex;
}

.team-role {
  color: #8c919b;
  margin-top: -8px;
}

.scroll-block-icon {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  place-items: start;
  display: grid;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.benefit-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1040px;
  margin-top: 48px;
  text-decoration: none;
  display: grid;
}

.subtext {
  color: #2e3748;
  text-align: center;
  max-width: 710px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.steps-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 290px;
  min-height: 358px;
  padding: 20px 50px 20px 60px;
  display: grid;
}

.steps-slide.n2 {
  background-image: url('../images/str-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.steps-slide.n3 {
  background-image: url('../images/str-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

.steps-slide.n1 {
  background-image: url('../images/str-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-block-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-title {
  color: #fff;
  letter-spacing: -.015em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 124%;
  text-decoration: none;
}

.team-num {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.btn {
  grid-row-gap: 10px;
  color: #2e3748;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e6f6;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 334px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn.active {
  background-color: #c9d0e7;
}

.team-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
}

.testimonials-image-block {
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-block-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.swiper {
  overflow: hidden;
}

.swiper.overflow {
  overflow: visible;
}

.swiper.v2 {
  margin-right: -20px;
  padding-right: 20px;
}

.team-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2e3748;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  max-width: 400px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: grid;
}

.team-link:hover {
  color: #4a66c9;
}

.consultation-block-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.consultation-block-icon.hight-48 {
  width: 48px;
  height: 48px;
}

.navbar-band {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 170px;
  padding-left: 6px;
  display: flex;
}

.testimonials-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.footer-button {
  grid-row-gap: 10px;
  color: #2e3748;
  text-align: center;
  background-color: #dfe4f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.footer-button:hover {
  background-color: #dfe4f5;
}

.footer-button.active {
  background-color: #c7cfe6;
}

.team-call-button {
  grid-row-gap: 10px;
  text-align: center;
  background-color: #4a66c9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.team-call-button:hover {
  background-color: #7287d5;
}

.team-call-button.active {
  background-color: #2f479d;
}

.steps-num {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #dec9e300, #4a66c970);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 150px;
  font-style: italic;
  line-height: 135px;
}

.scroll-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.team-button {
  grid-row-gap: 10px;
  color: #2e4665;
  text-align: center;
  background-color: #dfe4f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.team-button:hover {
  background-color: #c9d0e7;
}

.team-button.active {
  background-color: #c7cfe6;
}

.steps-bg-block {
  background-color: #f6f6f6;
  border-radius: 60px;
  margin-top: 50px;
  margin-left: -60px;
  margin-right: -60px;
  padding: 50px 60px 50px 50px;
  display: flex;
}

.btn-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2e3748;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #2e37481a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-link:hover {
  background-color: #f6f6f6;
}

.testimonials-result-text {
  color: #4a66c9;
  letter-spacing: -.01em;
  max-width: 333px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
}

.testimonials-zapros-text {
  color: #2e3748;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
}

.head-btn-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.div-block-115 {
  z-index: 1;
  background-image: linear-gradient(#ffffffa3, #fff0);
  position: absolute;
  inset: 0%;
}

.block-answer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-block {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 365px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-button {
  grid-row-gap: 10px;
  text-align: center;
  background-color: #4a66c9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.navbar-button:hover {
  background-color: #7287d5;
}

.navbar-button.active {
  background-color: #2f479d;
}

.navbar-container {
  display: flex;
}

.footer-grid {
  grid-column-gap: 108px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 42px;
  text-decoration: none;
  display: grid;
}

.expert-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
}

.check-text {
  color: #fff;
}

.consultation-section {
  background-color: #f6f6f6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials-result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  display: grid;
}

.steps-subtext {
  color: #2e3748;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-left: -68px;
  margin-right: -68px;
  display: grid;
}

.benefit-text {
  color: #2e3748;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.testimonials-icon-block {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-div-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: 108px;
  display: grid;
}

.benefity-container {
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 86px;
  padding-bottom: 86px;
  display: flex;
}

.button {
  grid-row-gap: 10px;
  text-align: center;
  background-color: #4a66c9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 220px;
  max-width: 220px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.button:hover {
  background-color: #7287d5;
}

.button.sale-btn {
  min-width: 160px;
  height: 56px;
  padding-top: 15px;
}

.button.active {
  background-color: #2f479d;
}

.faq-answer {
  max-width: 687px;
  padding: 20px;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
}

.block-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.expert-image {
  object-fit: cover;
}

.sale-section {
  background-image: url('../images/eczo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb8;
  border-bottom: 1px solid #4a66c940;
  position: absolute;
  inset: 0%;
}

.faq-question {
  color: #2e3748;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
}

.team-stat-grid {
  grid-column-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.steps-section {
  padding-top: 100px;
  overflow: hidden;
}

.for-scroll-nav {
  height: 1px;
}

.h2 {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.exp-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sale-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: grid;
}

.steps-head {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.consultation-card {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.container {
  z-index: 2;
  max-width: 1072px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container.over {
  overflow: visible;
}

.faq-block-icon {
  border: 2px solid #000;
  border-radius: 500px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.check-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 32px;
}

.rating {
  grid-column-gap: 6px;
  -webkit-backdrop-filter: blur(5.33333px);
  backdrop-filter: blur(5.33333px);
  color: #fff;
  background-color: #ffffff40;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  display: flex;
}

.steps-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  max-width: 172px;
  display: grid;
}

.benefit-title {
  color: #000;
  max-width: 165px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.benefit-title.v2 {
  max-width: 200px;
}

.review-slide-nav {
  font-size: 8px;
  position: absolute;
  inset: auto 0% 10px;
}

.sale-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.faq {
  border-bottom: 1px solid #f4f6fc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.footer-block-org {
  grid-column-gap: 9px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.steps-txt {
  font-size: 15px;
  display: none;
}

.main-container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 760px;
  margin-top: 76px;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.benefit-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.steps-null-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 358px;
  display: grid;
}

.btn-text {
  padding-top: 2px;
}

.team-chat-button {
  grid-row-gap: 10px;
  color: #2e3748;
  text-align: center;
  background-color: #dfe4f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.team-chat-button:hover {
  background-color: #c9d0e7;
}

.team-chat-button.active {
  background-color: #c7cfe6;
}

.sale-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  max-width: 500px;
  display: grid;
}

.steps-text {
  color: #2e3748;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.footer-links {
  color: #2e3748;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.testimonials-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.testimonials-zapros-head {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.review-name2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-menu-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-icon {
  max-height: 16px;
}

.footer-org {
  color: #2e3748;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.span {
  display: inline-block;
}

.footer-point {
  color: #2e3748;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.review-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: center;
  max-width: 500px;
  margin: 80px auto;
  display: grid;
}

.nav-logo {
  display: none;
}

.steps-nums {
  color: #2e3748;
  letter-spacing: -.055em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.consultation-heading {
  color: #2e3748;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.team-icon {
  object-fit: cover;
  overflow: hidden;
}

.footer-column {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.testimonials-zapros {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.review-arrow {
  opacity: 1;
  color: #5c5c5c;
  background-color: #fff;
  border: 1px solid #8c919b4d;
  border-radius: 500px;
  width: 64px;
  height: 64px;
  font-size: 20px;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
}

.review-arrow:hover {
  background-color: #f6f6f6;
}

.review-arrow.left-arrow {
  margin-left: -32px;
}

.review-arrow.right-arrow {
  margin-right: -32px;
}

.faq-icon {
  height: 10px;
}

.main-section0 {
  background-image: linear-gradient(#00000036, #fff0), url('../images/e-bg-5.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 580px;
  padding-top: 72px;
}

.footer {
  grid-row-gap: 40px;
  background-color: #f6f6f6;
  border-top: 1px solid #4a66c940;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 62px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.testimonials-icon {
  height: 18px;
}

.benefity-section {
  background-color: #f6f6f6;
}

.steps-block-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  max-width: 220px;
  display: grid;
}

.grey-span {
  color: #8c919b;
}

.scroll-text {
  z-index: 2;
  position: relative;
}

.testimonials-num {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-txt {
  color: #2e37488c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.spinner-img {
  height: 40px;
}

.team-block-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 365px;
  display: flex;
}

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

.check-icon {
  max-height: 20px;
}

.expert-image-wrapper {
  border-radius: 500px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.testimonials-name {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-online {
  grid-column-gap: 6px;
  -webkit-backdrop-filter: blur(5.33333px);
  backdrop-filter: blur(5.33333px);
  color: #fff;
  background-color: #00ca50;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  grid-column-gap: 8px;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.navbar-link:hover {
  color: #2e3748;
  background-color: #f0f1f861;
}

.team-tag-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.text-review {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}

.team-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2e4665;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.team-stats.grey-max {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #8c919b;
  flex-flow: wrap;
  max-width: 360px;
}

.footer-contact {
  color: #2e3748;
  text-align: right;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
}

.consultation-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  display: grid;
}

.team-tag-block {
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.ezo {
  color: #2e3748;
  font-family: Basisgrotesquepro, Arial, sans-serif;
  font-weight: 400;
}

.testimonials-role {
  color: #2e3748;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.scroll-icon {
  max-height: 32px;
}

.testimonials-code {
  z-index: 2;
  display: none;
  position: relative;
}

.footer-org-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #e2e6f6;
  border-top-width: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 22px;
  text-decoration: none;
}

.consultation-text {
  color: #2e3748;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.exp-container {
  margin-bottom: 50px;
}

.benefit-card {
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 336px;
  padding: 24px 20px 24px 24px;
  display: grid;
  overflow: hidden;
}

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

.expert-text {
  color: #2e3748;
  text-align: center;
  letter-spacing: -.01em;
  max-width: 220px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
}

.btn-block-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-name-exp {
  font-size: 21px;
  line-height: 28px;
}

.experts-grid {
  grid-column-gap: 20px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 56px;
  text-decoration: none;
  display: grid;
}

.div-block {
  z-index: 1;
  background-image: url('../images/line.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 2px;
  position: absolute;
  inset: 37px 0% auto;
}

.team-rating-block {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.none {
  display: none;
}

.consultation-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbar-btn {
  grid-row-gap: 10px;
  color: #2e3748;
  text-align: center;
  background-color: #dfe4f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.navbar-btn:hover {
  background-color: #c9d0e7;
}

.navbar-btn.active {
  background-color: #c7cfe6;
}

.faq-container {
  margin-top: 40px;
}

.navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
}

.team-status {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonials-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.check-block-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-slider2 {
  background-color: #2e37480a;
  border-radius: 60px;
  height: auto;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-info-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.navbar-block {
  margin-right: auto;
  display: flex;
}

.navbar-block.moby-nav {
  display: none;
}

.benefit-block {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.testimonials-info-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  display: grid;
}

.m-navbar-link {
  grid-column-gap: 8px;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 24px 10px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m-navbar-link:hover {
  color: #2e3748;
  background-color: #f0f1f8a8;
}

.testimonials-section {
  padding-top: 100px;
  padding-bottom: 86px;
}

.block-check {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 22px;
  display: flex;
}

.team-photo {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.hero-title {
  color: #fff;
  letter-spacing: -.015em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.benefit-container {
  background-color: #f4f6fc;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 86px;
  padding-bottom: 100px;
  display: flex;
}

.hero-container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 592px;
  margin-top: 100px;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.experts-section {
  padding-top: 32px;
  padding-bottom: 80px;
}

.info-check {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.team-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.rubl {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.team-separator {
  opacity: .4;
  background-image: linear-gradient(135deg, #4a66c94f, #b9c4e6);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 260px;
}

.subtitle-block {
  flex-flow: column;
  display: flex;
}

.team-desc {
  color: #2e3748;
  max-width: 440px;
  font-size: 17px;
  line-height: 24px;
}

.team-grid {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 538px;
  text-decoration: none;
  display: flex;
}

.section-divider {
  background-color: #e2e6f6;
  height: 1px;
  margin-top: 40px;
}

.team-info-area {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
}

.subtitle-wrapper {
  height: 36px;
  overflow: hidden;
}

.team-info-wrapper {
  grid-template: "Area"
                 "Area"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: grid;
}

.team-cat {
  color: #2e4665;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.text-check {
  letter-spacing: .01em;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.team-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 60px -24px;
  display: grid;
}

.team-button-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.team-name-area {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.experts-container {
  margin-top: 80px;
}

.wrapper-check {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 346px;
  text-decoration: none;
  display: flex;
}

.team-card {
  cursor: pointer;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto 244px;
  grid-auto-columns: 1fr;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.team-card:hover {
  background-color: #f4f6fc;
}

.hero-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 581px;
  text-decoration: none;
  display: flex;
}

._700-3500 {
  color: #fff;
  letter-spacing: -.015em;
  width: 100%;
  margin-top: 0;
  margin-bottom: -24px;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.team-photo-block {
  border-radius: 20px;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-cat-block {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  background-color: #fff0;
}

.team-name {
  color: #2e3748;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.team-info {
  color: #2e3748b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(#00000036, #fff0), url('../images/e-bg-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 660px;
  padding-top: 72px;
}

.team-cat-head {
  color: #2e4665;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.hero-subtitle {
  color: #fff;
  letter-spacing: -.015em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.div-block-116 {
  z-index: 1;
  background-image: url('../images/line.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 2px;
  position: absolute;
  inset: 37px 0% auto;
}

.team-block-info {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.head-check {
  color: #2e3748;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.head-check.v2 {
  color: #2e3748;
}

.team-cat-grid {
  grid-row-gap: 8px;
  border-top: 1px solid #4a66c91a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.team-gradient {
  z-index: 2;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-action {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-absolut-block {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 200px;
  margin-bottom: 16px;
  margin-left: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .footer-contact-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .steps-bigtext {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
  }

  .spinner-block {
    margin-top: 120px;
  }

  .scroll-services {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .menu-button {
    z-index: 1;
  }

  .menu-button.w--open {
    z-index: 1000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .menu-button.v1.w--open, .menu-button.v2.w--open {
    background-color: #c8c8c800;
  }

  .testimonials-card {
    border-radius: 32px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding: 40px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .subtext {
    margin-top: 24px;
  }

  .steps-slide {
    padding-left: 50px;
    padding-right: 40px;
  }

  .steps-slide.n2, .steps-slide.n3 {
    padding-left: 60px;
  }

  .steps-slide.n1 {
    background-image: url('../images/str-1-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 40px;
  }

  .navbar-block-button {
    flex-flow: column;
    align-items: stretch;
    min-width: 260px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-purple-open-icon {
    z-index: 2;
    position: absolute;
  }

  .scroll-services-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .swiper.v2 {
    justify-content: center;
    align-items: center;
  }

  .swiper.v3 {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-band {
    margin-right: 0;
  }

  .team-call-button {
    height: 40px;
    font-size: 16px;
  }

  .steps-num {
    font-size: 130px;
  }

  .menu-open-icon {
    z-index: 1;
    position: absolute;
  }

  .scroll-div {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .steps-bg-block {
    flex-flow: column;
    margin-top: 32px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px;
  }

  .navbar-button {
    font-size: 17px;
  }

  .navbar-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 85vh;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10vh;
    display: flex;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: auto;
    place-items: start stretch;
  }

  .consultation-section {
    border-radius: 32px;
  }

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

  .testimonials-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials-grid.t2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .benefity-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-answer, .block-question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    font-size: 21px;
    line-height: 27px;
  }

  .consultation-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    place-items: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefit-title, .benefit-title.v2 {
    max-width: none;
  }

  .footer-block-org {
    grid-column-gap: 9px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: grid;
  }

  .steps-txt {
    text-align: center;
    margin-top: 32px;
    display: block;
  }

  .main-container {
    margin-top: 60px;
  }

  .steps-null-block {
    min-height: auto;
  }

  .team-chat-button {
    font-size: 16px;
  }

  .testimonials-wrapper {
    margin-top: 32px;
  }

  .footer-menu-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .review-block {
    margin-top: 64px;
  }

  .nav-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

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

  .consultation-heading {
    text-align: left;
  }

  .footer {
    padding-top: 56px;
  }

  .review-slide2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .steps-block-text {
    place-items: start center;
    max-width: none;
    margin-bottom: 20px;
  }

  .navbar-toggle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .navbar-link {
    color: #2e3748;
    font-size: 28px;
  }

  .text-review {
    font-size: 24px;
  }

  .consultation-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto 1fr;
    place-items: center start;
  }

  .ezo {
    position: relative;
  }

  .footer-org-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .consultation-text {
    text-align: left;
    max-width: 280px;
    margin-left: 56px;
  }

  .exp-container {
    margin-top: 0;
  }

  .benefit-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-content: start;
    min-height: auto;
  }

  .testimonials-block {
    border-bottom: 1px solid #e2e6f6;
    padding-bottom: 20px;
  }

  .experts-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 32px;
  }

  .div-block {
    display: none;
  }

  .consultation-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .navbar-btn {
    font-size: 17px;
  }

  .faq-container {
    margin-top: 32px;
  }

  .navbar-menu {
    z-index: 999;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-width: 100vw;
    height: 100vh;
    padding: 16px 16px 40px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .review-slider2 {
    min-height: 500px;
  }

  .navbar-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-bottom: auto;
    margin-right: 0;
    display: none;
  }

  .navbar-block.moby-nav {
    display: block;
  }

  .benefit-block {
    max-width: none;
  }

  .m-navbar-link {
    color: #2e3748;
    font-size: 28px;
  }

  .benefit-container {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 16px 40px;
  }

  .hero-container {
    margin-top: 60px;
  }

  .experts-section {
    padding-bottom: 60px;
  }

  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-separator {
    margin-left: 0;
    display: none;
  }

  .team-info-wrapper {
    padding: 0;
  }

  .text-check {
    width: 280px;
    max-width: none;
  }

  .team-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 32px 0 40px;
  }

  .team-button-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .experts-container {
    margin-top: 48px;
  }

  .team-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto;
    max-height: none;
  }

  .team-card:hover {
    background-color: #f4f6fc00;
  }

  ._700-3500 {
    margin-bottom: -32px;
  }

  .team-cat-block {
    flex-flow: wrap;
  }

  .div-block-116 {
    display: none;
  }

  .team-cat-grid {
    flex: none;
    width: 220px;
    display: none;
  }

  .m-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .scroll-services {
    border-radius: 24px;
    width: 872px;
  }

  .menu-button {
    z-index: 0;
  }

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

  .main-title {
    font-size: 28px;
  }

  .swiper.v2 {
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-div {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-bg-block {
    padding: 40px 20px;
  }

  .benefit-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .benefit-icon {
    max-width: 36px;
    max-height: 36px;
  }

  .team-stats {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .benefit-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
  }

  .experts-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-desc {
    max-width: none;
  }

  .team-info-area {
    padding-left: 0;
  }

  .team-info-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area-3"
                         "Area Area-3"
                         "Area-2 Area-2";
  }

  .team-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .team-name-area {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    min-height: 126px;
    padding-left: 20px;
    display: grid;
  }

  .team-photo-block {
    width: 126px;
    height: 126px;
  }

  .team-name {
    font-size: 21px;
    line-height: 28px;
  }

  .team-info {
    font-size: 14px;
    line-height: 20px;
  }

  .hide-age {
    display: none;
  }

  .team-cat-grid {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .review-block-image {
    width: 80px;
    height: 80px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.h3 {
    font-size: 28px;
  }

  .check-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spinner-block {
    margin-top: 160px;
  }

  .scroll-services {
    border-radius: 24px;
    width: 770px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-card {
    padding: 20px;
  }

  .benefit-grid {
    grid-row-gap: 12px;
  }

  .subtext {
    margin-top: 24px;
  }

  .steps-slide.n3 {
    background-position: 0%;
  }

  .steps-slide.n1 {
    padding-left: 32px;
  }

  .main-title {
    font-size: 28px;
    line-height: 40px;
  }

  .swiper-slide.n3 {
    margin-right: 40px;
  }

  .testimonials-image-block {
    width: 96px;
    height: 96px;
  }

  .swiper.v2 {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-link {
    min-height: auto;
  }

  .consultation-block-icon.hight-48 {
    width: 36px;
    height: 36px;
  }

  .scroll-div {
    flex: none;
    min-width: 110px;
    font-size: 13px;
  }

  .steps-bg-block {
    border-radius: 32px;
    margin-top: 32px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .head-btn-block {
    margin-bottom: 24px;
  }

  .team-block {
    height: 320px;
  }

  .navbar-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .expert-card {
    grid-row-gap: 12px;
  }

  .testimonials-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .benefity-container {
    border-radius: 32px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .button.sale-btn {
    width: auto;
    min-width: 240px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-answer {
    color: #8d939e;
  }

  .block-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-question {
    margin-right: 20px;
  }

  .team-stat-grid {
    grid-column-gap: 8px;
  }

  .steps-section {
    padding-top: 56px;
  }

  .h2 {
    font-size: 28px;
  }

  .sale-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .sale-heading {
    font-size: 28px;
  }

  .steps-txt {
    text-align: left;
    margin-top: 20px;
    margin-left: 32px;
  }

  .main-container {
    margin-bottom: 64px;
  }

  .review-name2 {
    font-size: 17px;
  }

  .footer-menu-grid {
    grid-template-columns: 1fr;
  }

  .footer-point {
    display: none;
  }

  .main-section0 {
    background-image: linear-gradient(#00000036, #fff0), url('../images/m-e-bg-06.jpg'), url('../images/e-bg-5.jpg');
    background-position: 0 0, 50% 0, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    min-height: auto;
  }

  .grey-span {
    font-size: 28px;
  }

  .team-block-image {
    height: 320px;
  }

  .expert-image-wrapper {
    width: auto;
    max-width: 120px;
    height: auto;
    max-height: 120px;
  }

  .footer-link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-review {
    max-width: 95%;
    font-size: 17px;
  }

  .team-stats {
    grid-template-columns: auto;
    max-width: 190px;
  }

  .team-stats.grey-max {
    max-width: 280px;
  }

  .consultation-text {
    max-width: none;
  }

  .benefit-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
    padding: 20px 12px;
  }

  .expert-text {
    max-width: 170px;
    font-size: 17px;
    line-height: 24px;
  }

  .experts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .consultation-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .raiting-txt {
    display: none;
  }

  .testimonials-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .review-slider2 {
    border-radius: 32px;
  }

  .benefit-block {
    grid-row-gap: 4px;
  }

  .testimonials-info-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonials-section {
    padding-top: 56px;
  }

  .hero-title {
    font-size: 32px;
  }

  .benefit-container {
    border-radius: 32px;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 50px;
  }

  .hero-container {
    min-height: 366px;
    margin-top: 32px;
    margin-bottom: 60px;
  }

  .section-divider {
    margin-top: 32px;
  }

  .team-info-wrapper {
    grid-row-gap: 12px;
  }

  .team-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
    align-items: stretch;
    max-width: none;
  }

  .team-name-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
  }

  ._700-3500 {
    font-size: 14px;
    line-height: 20px;
  }

  .team-photo-block {
    border-radius: 16px;
    width: 126px;
    height: 126px;
  }

  .hero-section {
    background-image: linear-gradient(#00000036, #fff0), url('../images/m-e-bg-5.jpg'), url('../images/e-bg-5.jpg');
    background-position: 0 0, 40%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    min-height: 520px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .head-check {
    max-width: 180px;
    line-height: 21px;
  }

  .head-check.v2 {
    max-width: 120px;
  }

  .team-cat-grid {
    margin-top: -8px;
    padding-top: 12px;
  }

  .team-absolut-block {
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
}

#w-node-_3239b2b4-598e-641a-e869-e43cce26fdca-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fdf0-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe16-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe3c-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe62-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe88-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26feae-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270033-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2700cb-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff18-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff40-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff67-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff8d-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ffb3-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ffd9-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ffff-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270059-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce27007f-41fac611, #w-node-_639511af-e5e3-b745-43fa-30867990c1e3-41fac611, #w-node-_241f2f04-a2cf-0d56-025f-f46edbf746d0-41fac611, #w-node-_7a7e26c9-346c-88e1-a7cb-9f2d02853b7e-41fac611, #w-node-fd24f8b7-e693-9e79-546b-264e608837ce-41fac611, #w-node-_4f548bb6-db7f-b310-6498-ff4032bba43d-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2700f1-41fac611, #w-node-aad61138-52e0-2650-62b6-e7756fa66d27-41fac611, #w-node-_33035ecc-2914-065c-3c65-a2d85080c4db-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2700a5-41fac611 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae65e-c93fb5b5 {
  grid-area: Area;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae661-c93fb5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6a0-c93fb5b5 {
  grid-area: Area;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6a3-c93fb5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6e2-c93fb5b5 {
  grid-area: Area;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6e5-c93fb5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae724-c93fb5b5 {
  grid-area: Area;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae727-c93fb5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae766-c93fb5b5 {
  grid-area: Area;
}

#w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae769-c93fb5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3239b2b4-598e-641a-e869-e43cce270172-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270196-41fac611, #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae7c7-c93fb5b5, #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae7eb-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3239b2b4-598e-641a-e869-e43cce26fdda-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe00-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe26-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe4c-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe72-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26fe98-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26febe-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270043-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2700db-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff28-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff51-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff77-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ff9d-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ffc3-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce26ffe9-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce27000f-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270069-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce27008f-41fac611, #w-node-_639511af-e5e3-b745-43fa-30867990c1f3-41fac611, #w-node-_241f2f04-a2cf-0d56-025f-f46edbf746e1-41fac611, #w-node-_7a7e26c9-346c-88e1-a7cb-9f2d02853b8e-41fac611, #w-node-fd24f8b7-e693-9e79-546b-264e608837de-41fac611, #w-node-_4f548bb6-db7f-b310-6498-ff4032bba44d-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce270101-41fac611, #w-node-aad61138-52e0-2650-62b6-e7756fa66d37-41fac611, #w-node-_33035ecc-2914-065c-3c65-a2d85080c4eb-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2700b5-41fac611 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae66c-c93fb5b5 {
    grid-area: Area-3;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae67a-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae68a-c93fb5b5 {
    grid-area: Area-2;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6ae-c93fb5b5 {
    grid-area: Area-3;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6bc-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6cc-c93fb5b5 {
    grid-area: Area-2;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6f0-c93fb5b5 {
    grid-area: Area-3;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae6fe-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae70e-c93fb5b5 {
    grid-area: Area-2;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae732-c93fb5b5 {
    grid-area: Area-3;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae740-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae750-c93fb5b5 {
    grid-area: Area-2;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae774-c93fb5b5 {
    grid-area: Area-3;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae782-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae790-c93fb5b5 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3239b2b4-598e-641a-e869-e43cce270127-41fac611, #w-node-_3239b2b4-598e-641a-e869-e43cce2702b0-41fac611, #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae60f-c93fb5b5, #w-node-_3552a632-496c-a22d-bb35-e9ef2b9ae636-c93fb5b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}