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

body {
  background-color: #f6e8f6;
  font-family: Inter, sans-serif;
  color: #06564c;
  font-size: 14px;
  line-height: 20px;
}

.navcard {
  display: block;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #06564c;
  text-decoration: none;
}

.navcard:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.brand {
  margin-right: 24px;
  margin-left: -12px;
  padding: 4px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navlink {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #06564c;
  font-weight: 600;
}

.navlink:hover {
  background-color: rgba(6, 86, 76, 0.04);
}

.navlink.navlink-m {
  display: none;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.badge {
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  border-radius: 4px;
  background-color: #fadb5f;
  font-weight: 600;
}

.badge.bardge-popular {
  margin-top: 2px;
  background-color: #47d16c;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.badge.bardge-new {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
}

.badge.bardge-new {
  margin-top: 2px;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
}

.navdrop-icon {
  width: 16px;
  height: 20px;
  float: left;
}

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

.text-ui.text-ui_semibold {
  font-weight: 600;
}

.text-ui.text-ui_semibold.left {
  margin-right: 8px;
  float: left;
}

.text-ui.text-ui_semibold.mb-4 {
  margin-bottom: 4px;
}

.text-ui.api-heading {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 8px;
  opacity: 0.4;
}

.navdrop-link {
  display: block;
  padding: 8px;
  border-radius: 4px;
  color: #06564c;
  text-decoration: none;
}

.navdrop-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.nav-global {
  margin-right: -12px;
  float: right;
}

.navdrop {
  position: static;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding: 14px 24px;
  background-color: transparent;
  color: #06564c;
}

.text-ui-header {
  margin-right: 8px;
  float: left;
}

.navdrop-cell {
  margin: -8px;
}

.navcard-img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}

.navdrop-text {
  margin-right: 4px;
  float: left;
  color: #06564c;
  font-weight: 600;
}

.navdrop-item {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navdrop-item:hover {
  background-color: rgba(6, 86, 76, 0.04);
}

.navdrop-list {
  margin-top: -8px;
  margin-left: -8px;
}

.navgrid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navgrid.navgrid-second-row {
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navcontainer {
  position: relative;
  text-align: center;
}

.navmenu {
  position: static;
  float: left;
}

.navdroplist.w--open {
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 12px 24px -6px rgba(96, 96, 96, 0.15), 0 0 1px 0 rgba(96, 96, 96, 0.31);
}

.navdroplist.navdroplist-full {
  top: -15px;
  z-index: -1;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 11px 24px -6px rgba(96, 96, 96, 0.15), 0 0 1px 0 rgba(96, 96, 96, 0.31);
}

.main {
  position: relative;
  overflow: hidden;
  height: 1390px;
  padding: 148px 40px 88px;
}

.container {
  width: 100%;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
}

.footer-social {
  margin-right: 8px;
  float: left;
  opacity: 0.4;
}

.logo-footer-2 {
  margin-bottom: 32px;
}

.tech-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
}

.footer-grid-bottom {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h5 {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.footer-divider {
  height: 1px;
  background-color: #06564c;
  opacity: 0.08;
}

.footer-socials {
  margin-bottom: 16px;
  margin-left: -8px;
}

.link-dark {
  display: inline-block;
  border-bottom: 1px solid rgba(6, 86, 76, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #06564c;
  text-decoration: none;
}

.link-dark:hover {
  border-bottom-color: rgba(6, 86, 76, 0.6);
}

.link-dark:active {
  border-bottom-color: #06564c;
}

.link-dark.link-dark-footer {
  margin-bottom: 16px;
  float: left;
  clear: left;
}

.link-dark.link-dark-footer-bottom {
  margin-right: 24px;
  float: left;
  clear: none;
}

.footer {
  padding: 56px 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(6, 86, 76, 0.08);
}

.footer-bottom-item-right {
  text-align: right;
}

.footer-grid-top {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  letter-spacing: -1.65px;
}

.h1.h1-mb64 {
  margin-bottom: 64px;
}

.subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.text-block {
  float: left;
}

.span-button-video {
  color: rgba(6, 86, 76, 0.26);
}

.button {
  padding: 20px 28px;
  border-radius: 4px;
  background-color: #06564c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f6e8f6;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #054c44;
}

.button:active {
  background-color: #043a33;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.button.button-video {
  float: left;
  background-color: transparent;
  color: #06564c;
}

.button.button-video:hover {
  background-color: rgba(6, 86, 76, 0.03);
}

.button.button-video:active {
  background-color: rgba(6, 86, 76, 0.08);
}

.button.button-video.hidden {
  display: none;
}

.button.button-left {
  margin-right: 16px;
  float: left;
}

.button.button-cta {
  background-color: #f6e8f6;
  color: #06564c;
}

.button.button-cta:hover {
  background-color: #eed3ee;
}

.button.button-cta:active {
  background-color: #e8c4e8;
}

.top-block {
  position: relative;
  z-index: 1;
}

.button-icon {
  margin-right: 12px;
  float: left;
}

.section {
  position: relative;
  padding: 88px 40px;
}

.section.section-cta {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cta {
  position: relative;
  padding: 64px;
  border-radius: 12px;
  background-color: #06564c;
  color: #f6e8f6;
}

.cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input {
  height: 64px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: rgba(246, 232, 246, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.input:hover {
  border-color: transparent;
  background-color: rgba(246, 232, 246, 0.15);
}

.input:focus {
  border-color: transparent;
}

.input::-webkit-input-placeholder {
  color: rgba(246, 232, 246, 0.5);
}

.input:-ms-input-placeholder {
  color: rgba(246, 232, 246, 0.5);
}

.input::-ms-input-placeholder {
  color: rgba(246, 232, 246, 0.5);
}

.input::placeholder {
  color: rgba(246, 232, 246, 0.5);
}

.form-agreement {
  margin-top: 16px;
  color: rgba(246, 232, 246, 0.4);
}

.span-link-white {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}

.faq-grid {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
}

.h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.span-link {
  display: inline;
  border-bottom: 1px solid rgba(6, 86, 76, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #06564c;
  text-decoration: none;
}

.span-link:hover {
  border-bottom-color: rgba(6, 86, 76, 0.55);
}

.span-link:active {
  border-bottom-color: #06564c;
}

.hero-decorations {
  position: relative;
}

.person-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 480px;
}

.person-2 {
  position: absolute;
  left: auto;
  top: 320px;
  right: 200px;
  bottom: auto;
  width: 400px;
}

.person-3 {
  position: absolute;
  left: auto;
  top: 340px;
  right: -186px;
  bottom: auto;
  width: 400px;
}

.person-4 {
  position: absolute;
  left: auto;
  top: 520px;
  right: 582px;
  bottom: auto;
  width: 440px;
}

.person-5 {
  position: absolute;
  left: auto;
  top: 700px;
  right: 282px;
  bottom: auto;
  z-index: 1;
  width: 440px;
}

.person-6 {
  position: absolute;
  left: auto;
  top: 734px;
  right: -60px;
  bottom: auto;
  z-index: 1;
  width: 380px;
}

.feed-grid {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.card-link {
  border-radius: 8px;
  background-color: #fff;
}

.preview-block {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.term-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.span-link-2 {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.span-link-2:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
}

.span-link-2:active {
  border-bottom-color: #000;
}

.download-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.download-block:hover {
  opacity: 1;
}

.button-2 {
  padding: 20px 28px;
  border-radius: 4px;
  background-color: #1fb141;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #189a2e;
}

.button-2:active {
  background-color: #0d731e;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.button-2.button-download {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 18px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.button-2.button-download:hover {
  background-color: #333;
}

.button-2.button-download:active {
  background-color: #4d4d4d;
}

.preview {
  width: 100%;
}

.term-icon {
  margin-right: 4px;
  opacity: 0.26;
}

.badge-free {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  display: none;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  border-radius: 4px;
  background-color: #fadb5f;
  font-weight: 600;
}

.section-top {
  position: relative;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1.25fr;
  grid-template-columns: 1fr 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: 88px;
  bottom: 40px;
}

.span-link-cta {
  display: inline;
  border-bottom: 1px solid rgba(246, 232, 246, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f6e8f6;
  text-decoration: none;
}

.span-link-cta:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.55);
}

.span-link-cta:active {
  border-bottom-color: #fff;
}

.download-button-block {
  text-align: center;
}

.term-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span-link-3 {
  display: inline;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.span-link-3:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.55);
}

.span-link-3:active {
  border-bottom-color: #fff;
}

.recolor-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.image-2 {
  margin-bottom: 24px;
  border-radius: 100px;
}

.tabs-menu {
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  padding: 20px 28px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 4px;
  background-color: transparent;
  color: #06564c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.tab-link.w--current {
  background-color: rgba(6, 86, 76, 0.08);
}

.feed-grid-close {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.cta-img {
  position: absolute;
  left: auto;
  top: auto;
  right: -24px;
  bottom: 0%;
}

.mobile-img {
  display: none;
}

.navcard-2 {
  display: block;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
}

.navcard-2:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 1440px) {
  .main {
    height: 1438px;
  }

  .top-block {
    padding-right: 64px;
  }

  .hero-decorations {
    margin-right: 56px;
  }

  .person-1 {
    top: -120px;
    width: 560px;
  }

  .person-2 {
    top: 250px;
    right: 272px;
    width: 440px;
  }

  .person-3 {
    top: 288px;
    width: 460px;
  }

  .person-4 {
    top: 480px;
    right: 696px;
    width: 520px;
  }

  .person-5 {
    top: 630px;
    right: 296px;
    width: 560px;
  }

  .person-6 {
    top: 672px;
    right: -134px;
    width: 480px;
  }

  .cta-img {
    right: -70px;
    width: 640px;
  }
}

@media screen and (max-width: 991px) {
  .navcard {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navcard:hover {
    background-color: transparent;
  }

  .navlink {
    display: block;
    padding: 8px 0px;
  }

  .navlink:hover {
    background-color: transparent;
  }

  .navlink.navlink-m {
    display: block;
  }

  .navdrop-icon {
    float: right;
  }

  .text-ui.text-ui_semibold.left {
    font-weight: 400;
  }

  .text-ui.text-ui_semibold.mb-4 {
    margin-bottom: 0px;
    font-weight: 400;
  }

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

  .text-ui.api-heading {
    padding-left: 0px;
    opacity: 0.4;
  }

  .navdrop-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navdrop-link:hover {
    background-color: transparent;
  }

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

  .navdrop {
    width: 100%;
    clear: left;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navdrop-cell {
    margin: 0px;
  }

  .burger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .navcard-img {
    display: none;
  }

  .navdrop-item {
    width: 100%;
    padding: 8px 0px;
  }

  .navdrop-item:hover {
    background-color: transparent;
  }

  .navdrop-item.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navdrop-list {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .navgrid.navgrid-second-row {
    grid-row-gap: 0px;
  }

  .navmenu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    float: none;
    background-color: #fff;
  }

  .navdroplist.w--open {
    position: relative;
    top: 0px;
    z-index: 0;
    margin: 10px 0px;
    padding: 0px 0px 0px 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top-style: none;
    box-shadow: none;
  }

  .main {
    height: auto;
    padding-top: 88px;
  }

  .footer-grid-top {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .top-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .cta {
    padding-bottom: 0px;
  }

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

  .person-1 {
    display: none;
    width: 360px;
  }

  .person-2 {
    top: 250px;
    right: 152px;
    display: none;
    width: 290px;
  }

  .person-3 {
    top: 246px;
    display: none;
    width: 340px;
  }

  .person-4 {
    top: 30px;
    right: 335px;
    display: none;
    width: 320px;
  }

  .person-5 {
    top: 310px;
    right: 404px;
    display: none;
    width: 320px;
  }

  .person-6 {
    top: 537px;
    right: 170px;
    display: none;
    width: 320px;
  }

  .feed-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .recolor-block {
    right: -16px;
  }

  .feed-grid-close {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-img {
    position: relative;
    right: 0px;
    margin-top: 64px;
  }

  .mobile-img {
    display: block;
  }

  .navcard-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navcard-2:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 88px 20px 56px;
  }

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

  .h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }

  .h1.h1-mb64 {
    margin-bottom: 40px;
  }

  .subtitle {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .button.button-video {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
  }

  .button.button-left {
    margin-right: 8px;
  }

  .button-icon {
    margin-right: 6px;
  }

  .section {
    padding: 0px 20px 56px;
  }

  .cta {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .input {
    height: 40px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

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

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

  .button-2 {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .recolor-block {
    right: 0px;
    bottom: -24px;
    display: none;
  }

  .image-2 {
    width: 100px;
  }

  .tab-link {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .feed-grid-close {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta-img {
    margin-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  .footer-grid-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-bottom-item-right {
    text-align: left;
  }

  .footer-grid-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .h1.h1-mb64 {
    margin-bottom: 40px;
  }

  .top-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .button.button-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
  }

  .button.button-left {
    width: 100%;
    text-align: center;
  }

  .section {
    padding-top: 0px;
  }

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

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .section-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .recolor-block {
    display: none;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-d07355b1-f342-b48a-58fd-7b27f9c58d7a-e9fe4dcf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0cf-b5a0e063 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_18674e95-7865-254c-4ab1-6aebbee31267-bee311c3 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_18674e95-7865-254c-4ab1-6aebbee312b7-bee311c3 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d07355b1-f342-b48a-58fd-7b27f9c58d7a-e9fe4dcf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3e1ec82c-a4b7-b68f-7a08-38be85a988c5-e9fe4dcf {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3d5abf70-6016-806d-6d2a-8521f5ee632d-e9fe4dcf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0cf-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee31256-bee311c3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee31267-bee311c3 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_18674e95-7865-254c-4ab1-6aebbee312b7-bee311c3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d07355b1-f342-b48a-58fd-7b27f9c58d7a-e9fe4dcf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e066-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e7c5f9ed-4294-6613-368a-2984b5a0e0ca-b5a0e063 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

