.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: #1891eb;
  background-image: url('../images/Lines-Pattern.svg');
  background-position: 0px 0px;
  background-size: 60px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

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

.navcard:hover {
  background-color: hsla(0, 0%, 100%, 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: #fff;
  font-weight: 600;
}

.navlink:hover {
  background-color: hsla(0, 0%, 100%, 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: #fff;
  text-decoration: none;
}

.navdrop-link:hover {
  background-color: hsla(0, 0%, 100%, 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: #fff;
}

.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: #fff;
  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: hsla(0, 0%, 100%, 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);
}

.navdroplist.navdroplist-full.w--open {
  background-color: #127dce;
}

.main {
  position: relative;
  overflow: hidden;
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social:hover {
  opacity: 0.7;
}

.footer-social:active {
  opacity: 1;
}

.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: #fff;
  opacity: 0.08;
}

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

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

.link-dark:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

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

.link-dark.link-dark-footer {
  margin-bottom: 16px;
  float: left;
  clear: left;
  border-bottom-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.link-dark.link-dark-footer:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.link-dark.link-dark-footer:active {
  border-bottom-color: #fff;
}

.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);
  background-color: #2a9aed;
}

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

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

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

.subtitle.subtitle-hero {
  width: 90%;
}

.text-block {
  float: left;
}

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

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

.button:hover {
  background-color: #f7f7f7;
}

.button:active {
  background-color: #ebebeb;
  -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-download {
  background-color: #1891eb;
  color: #fff;
}

.button.button-download:hover {
  background-color: #1488e1;
}

.button.button-download:active {
  background-color: #127dce;
}

.button.button-secondary {
  float: left;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.button.button-secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.button.button-secondary:active {
  background-color: rgba(255, 255, 255, 0.26);
}

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

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

.cta {
  position: relative;
  padding: 64px;
  border-radius: 12px;
  background-color: #374b5c;
  color: #fff;
}

.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;
  background-color: rgba(246, 232, 246, 0.26);
}

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

.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 hsla(0, 0%, 100%, 0.26);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

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

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

.hero-decorations {
  position: relative;
  left: -50%;
  height: 1110px;
}

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

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

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

.preview {
  width: 100%;
}

.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 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.mobile-img {
  display: none;
}

.element-1 {
  position: absolute;
  left: 365px;
  top: 92px;
  width: 390px;
}

.element-2 {
  position: absolute;
  left: 520px;
  top: 145px;
  z-index: 1;
  width: 432px;
}

.element-3 {
  position: absolute;
  left: 0%;
  top: 546px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 1100px;
  max-width: 1100px;
  min-width: 1100px;
}

.element-4 {
  position: absolute;
  left: 100px;
  top: 590px;
  z-index: 3;
  width: 640px;
  max-width: 640px;
}

.element-5 {
  position: absolute;
  left: 195px;
  top: 348px;
  z-index: 2;
  width: 300px;
}

.element-6 {
  position: absolute;
  left: 705px;
  top: 0px;
  z-index: 2;
  width: 200px;
}

.top-info {
  position: absolute;
  left: -8px;
  top: auto;
  right: auto;
  bottom: 0%;
}

.top-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-info-item {
  margin-right: 8px;
}

.info-item-text {
  margin-right: 20px;
  font-size: 16px;
}

.top-info-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

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

.case-img {
  border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .cta-img {
    right: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .top-block {
    padding-right: 64px;
  }

  .hero-decorations {
    left: -40%;
    top: -5%;
    margin-right: 56px;
  }

  .top-info {
    margin-bottom: 8px;
  }
}

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

  .subtitle.subtitle-hero {
    width: 100%;
  }

  .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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero-decorations {
    left: 0%;
    height: auto;
  }

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

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

  .mobile-img {
    display: block;
  }

  .element-1 {
    display: none;
  }

  .element-2 {
    display: none;
  }

  .element-3 {
    display: none;
  }

  .element-4 {
    display: none;
  }

  .element-5 {
    display: none;
  }

  .element-6 {
    display: none;
  }

  .top-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -46px;
    margin-left: -8px;
  }
}

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

  .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.button-secondary {
    margin-right: 8px;
  }

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

  .section {
    padding: 56px 20px;
  }

  .cta {
    padding: 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;
  }

  .hero-decorations {
    margin-bottom: -32px;
  }

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

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

  .info-item-text {
    font-size: 14px;
  }

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

@media screen and (max-width: 479px) {
  .main {
    padding-bottom: 130px;
  }

  .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%;
    margin-right: 0px;
    text-align: center;
  }

  .button.button-secondary {
    width: 100%;
    margin-top: 8px;
    margin-right: 0px;
    text-align: center;
  }

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

  .top-info {
    margin-bottom: -74px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-info-item {
    margin-right: 2px;
    margin-left: 2px;
  }

  .info-item-text.line-symbol {
    display: none;
  }

  .top-info-logos {
    margin-bottom: 4px;
  }
}

#w-node-_352360ef-2a60-4317-d102-73193b3c6b21-4041c703 {
  -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-_6def31e0-1186-cef4-0576-5978ee8eee67-4041c703 {
  -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-_3717fbd0-ff0c-e51b-05bf-0782398997db-4041c703 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#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-_3717fbd0-ff0c-e51b-05bf-0782398997db-4041c703 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3e1ec82c-a4b7-b68f-7a08-38be85a988c5-4041c703 {
    -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-4041c703 {
    -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-_3717fbd0-ff0c-e51b-05bf-0782398997db-4041c703 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #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-_3717fbd0-ff0c-e51b-05bf-0782398997db-4041c703 {
    -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;
  }
}

