@font-face {
  font-family: Monumentgrotesk-i;
  src: url('../fonts/MonumentGrotesk-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monumentgrotesk;
  src: url('../fonts/MonumentGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #232221;
  --white: white;
  --white-smoke: #f3f3f3;
  --tomato: #ff6146;
  --black-2: black;
  --silver: #c4c4c4;
  --tomato-2: #ee6b51;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

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

.main {
  font-family: Monumentgrotesk, sans-serif;
}

.section-intro {
  background-color: var(--black);
  align-items: center;
  height: 100vh;
  padding: 126px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro.waypoint__black.client-logos {
  background-color: var(--black);
  height: 93vh;
}

.section-intro.inverted {
  background-color: var(--white);
  height: 93vh;
  padding-left: 8%;
}

.body {
  font-family: Source Sans Pro, sans-serif;
}

.nav {
  z-index: 100;
  opacity: 1;
  color: #0000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 12px 3%;
  display: flex;
  position: fixed;
  inset: -150px 0% auto;
}

.nav.black-nav {
  font-family: Monumentgrotesk, sans-serif;
}

.nav.black-nav.new {
  display: none;
}

.nav.white-nav {
  opacity: 0;
  background-color: #fffc;
  top: 0;
}

.logo-link {
  color: var(--white-smoke);
  font-size: 22px;
  text-decoration: none;
}

.logo-link.w--current {
  width: auto;
}

.logo-link.linkto.black {
  color: var(--black);
}

.nav-menu {
  color: var(--white-smoke);
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.nav-menu__item {
  margin-right: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
}

.nav-menu__item:hover {
  color: var(--tomato);
}

.nav-menu__item.sign-in {
  margin-right: 0;
}

.nav-menu__item.white {
  color: var(--black);
}

.nav-menu__link {
  color: var(--white-smoke);
  line-height: 54px;
  text-decoration: none;
}

.nav-menu__link.sign-in {
  border: 2px solid var(--tomato);
  color: var(--tomato);
  padding: 5px 30px;
  line-height: 34px;
  transition: all .3s ease-out;
  display: block;
}

.nav-menu__link.sign-in:hover {
  background-color: var(--tomato);
  color: var(--white-smoke);
}

.nav-menu__link.home {
  text-decoration: underline;
}

.nav-menu__link.home.link {
  text-decoration: none;
  transition: color .3s;
}

.nav-menu__link.home.link:hover {
  color: var(--tomato);
  border-bottom: 1px #000;
}

.nav-menu__link.home.link:visited {
  text-decoration: underline;
}

.nav-menu__link.home.link.linkto.white, .nav-menu__link.home.link.linkto.black, .nav-menu__link.home.link.linkto-copy.white {
  color: var(--black);
}

.nav-menu__link.link {
  text-decoration: none;
  transition: all .3s ease-out;
}

.nav-menu__link.link:hover {
  color: var(--tomato);
  text-decoration: underline;
}

.nav-menu__link.link:visited, .nav-menu__link.link.w--current, .nav-menu__link.link.w--current:visited {
  text-decoration: underline;
}

.nav-menu__link.link.linkto {
  margin-right: 12px;
  position: static;
}

.nav-menu__link.link.linkto.white, .nav-menu__link.link.linkto.black {
  color: var(--black);
}

.section-intro__text-box {
  z-index: 50;
  width: 50%;
  height: auto;
  position: relative;
}

.section-intro__heading {
  color: var(--white-smoke);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Monumentgrotesk, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 72px;
}

.section-intro__heading._3 {
  color: var(--black);
  font-size: 68px;
  line-height: 72px;
}

.section-intro__heading.home {
  opacity: 1;
  width: auto;
  font-size: 68px;
  line-height: 72px;
  position: relative;
  left: 0;
}

.section-intro__heading.counter, .section-intro__heading.counter-mobile {
  color: var(--tomato);
  margin-top: 0;
}

.section-intro__heading--span {
  color: var(--tomato);
}

.section-heading__text {
  color: var(--white-smoke);
  letter-spacing: 0;
  width: 545px;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.section-heading__text._2 {
  color: var(--tomato);
  letter-spacing: 2px;
  margin-top: 0;
}

.section-heading__text.home {
  opacity: 1;
  width: 480px;
  position: relative;
  left: 0;
}

.section-heading__text.dark {
  color: var(--black);
}

.button {
  border: 2px solid var(--tomato);
  opacity: 0;
  color: var(--tomato);
  background-color: #0000;
  margin-top: 36px;
  padding: 5px 30px;
  font-size: 18px;
  line-height: 34px;
  transition: all .3s ease-out;
}

.button:hover {
  background-color: var(--tomato);
  color: var(--white-smoke);
}

.section-stats {
  color: var(--black);
  height: auto;
  padding: 126px 10%;
  position: relative;
}

.section-stats__wrapper {
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  font-weight: 400;
  display: flex;
}

.section-stats__heading {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.section-stats__info {
  grid-column-gap: 45px;
  color: var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 64px;
  padding-top: 32px;
}

.section-stats__info-block {
  width: 75%;
}

.info-block__img {
  height: 53px;
  margin-bottom: 6px;
}

.info-block__heading {
  text-align: left;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.info-block__heading.eliminates {
  direction: ltr;
  text-align: center;
  white-space: normal;
  margin-top: 0;
  font-size: 42px;
  line-height: 54px;
}

.info-block__heading.adds {
  text-align: center;
  white-space: normal;
  margin-top: 0;
  font-size: 42px;
  line-height: 54px;
}

.info-block__text {
  color: var(--black-2);
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.section-overwiev {
  z-index: 0;
  background-color: var(--black);
  object-fit: fill;
  padding-top: 126px;
  padding-bottom: 126px;
  position: relative;
  top: 0;
}

.section-overwiev.waypoint__black.hide {
  display: none;
}

.section-overwiev__info-wrapper {
  grid-template-rows: auto;
  justify-content: space-between;
  width: auto;
  max-width: 1120px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.info-block {
  width: 100%;
  height: 100%;
  padding-left: 32px;
}

.heading {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.paragraph {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.section-overwiev__video {
  z-index: 1;
  margin-top: 122px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  inset: 0% 0% auto auto;
  box-shadow: 1px -6px 10px 7px #0000001a;
}

.section-overwiev__decor-block {
  z-index: -1;
  background-color: var(--white-smoke);
  color: #f3f3f3;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: auto 0% -10%;
}

.section-transfer {
  z-index: 1;
  background-color: var(--white-smoke);
  padding-top: 42px;
  padding-bottom: 126px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.section-transfer.waypoint__white.hide {
  display: none;
}

.section-transfer__info-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.section-transfer__heading {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monumentgrotesk, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  display: block;
}

.section-transfer__text {
  letter-spacing: 0;
  white-space: normal;
  width: auto;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  display: none;
}

.section-transfer__info-blocks {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 150%;
  min-height: 480px;
  margin-top: 64px;
  display: flex;
  position: relative;
  left: -20%;
  overflow: hidden;
}

.section-transfer__info-wrapper--inner {
  color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.info-blocks__adds {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
  width: auto;
  margin-bottom: 36px;
  padding: 48px;
}

.info-blocks__adds.block {
  width: 48%;
  display: none;
}

.info-blocks__eliminates {
  background-color: var(--tomato);
  color: var(--white-smoke);
  margin-bottom: 36px;
  padding: 48px;
}

.info-blocks__eliminates.block {
  width: 48%;
  display: none;
}

.info-block__list-about {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-about__item {
  white-space: normal;
  width: auto;
  max-width: none;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 34px;
}

.info-block__icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-champions {
  background-color: var(--black);
  padding-top: 126px;
  padding-bottom: 126px;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
}

.section-champions.waypoint__black.hide {
  display: none;
}

.section-chamions__wrapper {
  width: 280%;
  margin-top: 18px;
  padding-left: 10%;
  padding-right: 0%;
  overflow: visible;
}

.section-chamions__wrapper.related-news {
  width: 90%;
}

.section-chamions__wrapper.champions-section {
  width: 128%;
  padding-left: 0%;
}

.section-chamions__wrapper.champions-section.champions {
  margin-top: 0;
  padding-left: 10%;
  display: block;
}

.section-champions__header {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.slider {
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider.champions {
  width: 140%;
}

.slider.news {
  width: 130%;
}

.slider-list {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-track {
  align-items: stretch;
  width: 75%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.slider-track.champions {
  width: 100%;
  height: 100%;
}

.slider-track.news {
  width: 73%;
}

.slider-track.related {
  width: 96%;
}

.slider-track.customer-stories {
  width: 76.5%;
}

.slide {
  border: 1px none var(--white-smoke);
  object-fit: fill;
  width: 62%;
  max-width: none;
  height: auto;
  padding: 0 24px 0 0;
}

.slide.champions {
  width: 60%;
  height: 100%;
}

.slide.champions.hide {
  display: none;
}

.slide.news {
  border-style: none;
  width: 60%;
  height: auto;
  padding-right: 24px;
}

.slide.related {
  width: 60%;
}

.slide-block {
  border: 1px solid var(--white-smoke);
  height: 100%;
  padding: 66px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.slide-block.champions {
  height: 100%;
  padding-bottom: 120px;
}

.slide-block.box {
  border-style: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.item-text {
  z-index: 3;
  color: var(--white-smoke);
  text-indent: 0;
  margin-top: 18px;
  margin-bottom: 42px;
  padding-bottom: 0;
  font-family: Monumentgrotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.item-text.champions {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 26px;
}

.item-author {
  color: var(--white-smoke);
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
}

.item-author.orange {
  color: var(--tomato);
}

.section-systems {
  color: var(--black);
  padding: 126px 10%;
  position: relative;
}

.section-systems.waypoint__white.hide {
  display: none;
}

.section-system__heading {
  color: var(--black-2);
  text-align: center;
  font-size: 48px;
  line-height: 56px;
}

.section-system__systems-list {
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.systems-item {
  justify-content: center;
  align-items: center;
  width: 14%;
  margin: 3%;
  display: flex;
}

.section-opportunities {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 126px;
  padding-bottom: 126px;
  display: flex;
  position: relative;
}

.section-opportunities__info-wrapper {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 822px;
  display: block;
  position: relative;
}

.oppor-info__heading {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
}

.oppor-info__text {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.section-request-demo {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 126px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-request__bg-img-wrapper {
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-request__bg-img-wrapper.bg-footer {
  display: flex;
  inset: 0% auto 0% 0%;
}

.form-label {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  display: inline-block;
  position: relative;
  bottom: -32px;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--silver);
  margin-bottom: 30px;
  padding-left: 0;
  display: block;
}

.form-input:focus {
  border-bottom-color: var(--tomato);
}

.submit-button {
  border: 2px solid var(--tomato);
  background-color: var(--tomato);
  margin-top: 0;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  transition: all .3s ease-out;
}

.submit-button:hover {
  color: var(--tomato);
  background-color: #0000;
}

.footer {
  background-color: var(--black);
  text-align: left;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-main {
  padding: 110px 10% 68px;
}

.footer-main__info-wrapper {
  color: var(--white-smoke);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.main-info__socials {
  text-align: left;
}

.socials-icons {
  flex-direction: row;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.socials-icons__linkedin {
  margin-right: 12px;
}

.socials-icons__linkedin.socials {
  margin-right: 16px;
}

.socilas-icons__facebook {
  width: 40px;
}

.main-info__contacts {
  justify-content: flex-start;
  display: flex;
}

.main-info__contacts.hide {
  display: none;
}

.contact-block {
  width: 190px;
  margin-bottom: 32px;
  margin-left: 36px;
}

.contact-block._1 {
  margin-left: 0;
}

.location-info__city {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.location-info__about-city, .contact-block__phone {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.span-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.span-link:hover {
  text-decoration: underline;
}

.contact-block__email {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.footer-terms {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  padding: 32px 10%;
}

.footer-terms__info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.terms-info__box {
  display: flex;
}

.intrava {
  align-self: flex-start;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 16px;
}

.police-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.police-link:hover {
  text-decoration: underline;
}

.powered-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.powered-link:hover {
  text-decoration: underline;
}

.nav-menu__mobile, .nav-menu__burger-menu, .nav-menu__burger-menu.hide-menu, .demo-button__wrapper {
  display: none;
}

.form {
  font-size: 14px;
  line-height: 24px;
}

.slider-arrows {
  z-index: 17;
  display: flex;
  position: absolute;
  inset: auto 3% 9% auto;
  overflow: visible;
}

.slider-arrows.champions {
  display: flex;
  bottom: 9%;
  right: 3%;
}

.slider-arrows.hide {
  display: none;
}

.prev {
  width: 29px;
  height: 29px;
  margin-right: 9px;
}

.prev.arrow-box {
  display: block;
  position: relative;
}

.next {
  width: 29px;
  height: 29px;
}

.next.arrow-box {
  margin-left: 6px;
  position: relative;
}

.section-intro__bg-arrows-wrapper {
  z-index: 1;
  justify-content: flex-end;
  width: auto;
  min-width: 40%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-intro__bg-arrows-wrapper.homepage-animation {
  max-width: 50vw;
}

.section-intro__bg-arrows-wrapper.homepage-animation.animation {
  align-self: center;
  width: 80%;
  max-width: none;
  height: auto;
  display: block;
  inset: 0% auto 0% 50%;
  overflow: visible;
}

.section-intro__bg-arrows-wrapper.arrows-animation {
  align-items: stretch;
}

.bg-arrows-image-shows {
  justify-content: flex-end;
  width: auto;
  height: 100%;
  display: flex;
}

.bg-arrows-image-shows.bg-footer {
  right: 0%;
}

.animated-arrows__wrapper {
  z-index: 1;
  width: 745px;
  max-width: 40%;
  position: absolute;
  overflow: hidden;
}

.logo {
  width: auto;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.logo:hover {
  color: var(--tomato);
}

.bg-img-brackets {
  width: 89px;
  height: 85px;
  position: absolute;
  inset: 37px auto auto 40px;
}

.bg-img-brackets.champions {
  top: 10%;
  left: 9%;
}

.bg-img-brackets.champions.bg-icon-brackets {
  width: auto;
  height: auto;
  top: 39px;
  left: 46px;
}

.section-intro__arrow-bounce {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-bottom: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-intro__arrow-bounce.w--current {
  display: none;
}

.arrow {
  color: var(--black-2);
  background-color: #0000;
}

.section-platform {
  height: auto;
  padding: 126px 10%;
  position: relative;
  overflow: hidden;
}

.section-platform__info-wrapper {
  width: 61%;
}

.section-platform__heading {
  margin-top: 0;
  margin-bottom: 0;
}

.section-platform__text {
  color: var(--black);
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.button__request-demo {
  z-index: 2;
  border: 2px solid var(--tomato);
  background-color: var(--tomato);
  color: #fff;
  margin-top: 36px;
  padding: 5px 30px;
  font-size: 18px;
  line-height: 34px;
  transition: all .35s;
  display: none;
  position: relative;
}

.button__request-demo:hover {
  background-color: var(--white-smoke);
  color: var(--tomato);
}

.button__request-demo.success {
  font-size: 18px;
  display: inline-block;
}

.section-platform__bg-img {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-data-stats {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  height: 988px;
  padding: 126px 10%;
  display: flex;
}

.section-data-stats__info-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-data-block {
  border-bottom: 1px solid #000;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.data-block__header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: inline;
}

.data-block__text {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.data-block__text.data-block__text-2 {
  display: none;
}

.data-block__header-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.data-block__header-block.accordion-hoverer {
  cursor: pointer;
}

.info-data__wrapper {
  color: var(--black-2);
  width: 50%;
  min-width: 50%;
  margin-right: 0%;
  padding-right: 10%;
}

.info-data__visual {
  width: 50%;
}

.section {
  padding: 126px 10%;
}

.section-note__info-wrapper {
  color: var(--black-2);
  justify-content: space-between;
  display: flex;
}

.note-info__wrapper {
  width: 45%;
}

.info__form-block {
  align-self: center;
  width: 45%;
}

.note-info__text {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.svg-social {
  color: #0000;
  background-color: #0000;
}

.svg-social:hover {
  color: #0000;
}

.section-about-company.section {
  position: relative;
  overflow: hidden;
}

.section-about-company__info-wrapper {
  width: 60%;
}

.about-company__info-header {
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  display: block;
}

.text-span-3 {
  color: var(--tomato);
}

.about-company__info-text {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.section-founder-letter.section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.section-founder-letter__info-wrapper {
  z-index: 2;
  width: 60%;
  position: relative;
}

.section-founder-letter__bg-img {
  z-index: 1;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.info__main-text {
  z-index: 3;
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 42px;
  line-height: 54px;
  position: relative;
}

.bg-icon-brackets {
  z-index: 1;
  width: 71px;
  height: 68px;
  position: absolute;
  inset: -22px auto auto -17px;
}

.info__modal-opener {
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.modal-opener__wrapper {
  cursor: pointer;
  align-items: flex-start;
  width: 233px;
  height: auto;
  margin-top: 18px;
  display: flex;
}

.modal-opener__wrapper.story {
  margin-top: 12px;
}

.modal-opener__wrapper.story.solution {
  align-items: flex-start;
  width: 150px;
}

.modal-opener__wrapper.story.challange {
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.modal-opener__wrapper.story.benefits {
  align-items: flex-start;
  width: 150px;
}

.modal-opener-svg {
  justify-content: flex-start;
  align-items: flex-start;
  height: 26px;
  max-height: none;
  margin-left: 8px;
  display: flex;
  position: relative;
  bottom: 0;
}

.founder-letter__bg-img-svg {
  object-fit: fill;
  height: 100%;
}

.founder-modal-window {
  z-index: 5;
  background-color: var(--black);
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.founder-modal-window.customer {
  background-color: var(--white-smoke);
}

.founder-modal__header-wrapper {
  border-bottom: 3px solid var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  padding: 40px 10%;
  display: flex;
  position: relative;
}

.founder-modal__header-wrapper.letter {
  height: 22vh;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.founder-modal__header-wrapper.letter.customer {
  border-bottom-color: var(--black);
}

.modal__header {
  color: var(--white-smoke);
  display: inline;
}

.modal__header.letter {
  font-size: 42px;
  line-height: 54px;
}

.modal__header.letter.customer {
  color: var(--black);
}

.founder-modal__text-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 78vh;
  padding: 40px 10%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.founder-modal__text-wrapper.disable-scrollbars {
  height: 100vh;
}

.founder-modal__text-wrapper.disable-scrollbars.test-over {
  height: 78vh;
  min-height: auto;
  max-height: none;
  padding-left: 20%;
  padding-right: 20%;
  display: block;
}

.modal__text {
  z-index: 102;
  color: var(--black);
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 34px;
  display: block;
  position: relative;
}

.modal__text.founder {
  color: var(--white-smoke);
  align-self: flex-start;
  padding-top: 0;
  font-size: 20px;
  line-height: 26px;
}

.modal__text.founder.customer {
  color: var(--black);
}

.privacy-policy-main {
  color: var(--black-2);
  width: 100vw;
  max-width: 100vw;
  padding: 196px 10% 128px;
  font-family: Monumentgrotesk, sans-serif;
}

.main-info__wrapper {
  opacity: 1;
  width: 100%;
  max-width: 100vw;
  padding-left: 10%;
  padding-right: 10%;
}

.main-header {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 68px;
  font-weight: 400;
  line-height: 72px;
}

.linkk {
  color: var(--tomato);
  background-color: #0000;
  text-decoration: none;
}

.list, .list-2, .list-3 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.heading-4 {
  text-transform: none;
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.succes-message {
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 22px;
  line-height: 34px;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.image-6.img {
  object-fit: contain;
}

.img {
  object-fit: contain;
  width: 100%;
  max-width: 130px;
  max-height: 66px;
}

.modal-close-icon {
  z-index: 999;
  cursor: pointer;
  position: absolute;
  inset: 45px 12% auto auto;
}

.modal-close-icon.founder {
  position: static;
  top: 8%;
}

.section-get-contact {
  color: var(--black-2);
  justify-content: space-between;
  align-items: flex-start;
  padding: 126px 10%;
  display: flex;
  position: relative;
}

.section-get-contact.waypoint__white.hide {
  display: none;
}

.get-contact__header-box {
  height: 112px;
}

.get-contact__header {
  color: var(--black-2);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.get-contact__main-info-box {
  width: 90%;
  margin-left: 10%;
  padding-left: 0%;
}

.contact__info-block {
  margin-bottom: 48px;
}

.contact__info-block._3 {
  margin-bottom: 0;
}

.info-block__header {
  border-bottom: 1px solid var(--silver);
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 28px;
  line-height: 40px;
}

.info-block__main {
  justify-content: space-between;
  margin-top: 14px;
  display: flex;
}

.paragraph-3 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  display: inline;
}

.telephone-link {
  color: var(--black-2);
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.email-link {
  color: var(--black-2);
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.section-news {
  background-color: var(--black);
  color: var(--white-smoke);
  padding: 126px 0%;
  position: relative;
  overflow: hidden;
}

.section-news.waypoint__black.hide {
  display: none;
}

.slide-block-2 {
  border: 1px solid #f3f3f3;
  width: auto;
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.slide-block-2.news {
  border-style: solid;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-block-2.news.box {
  border-style: none;
  overflow: hidden;
}

.slide-block-2.related.box {
  border-style: none;
}

.item-text-2 {
  z-index: 3;
  color: #f3f3f3;
  font-size: 28px;
  line-height: 36px;
  position: relative;
}

.section-news__heading {
  color: #f3f3f3;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.text-block {
  flex-direction: column;
  justify-content: space-between;
  height: 73%;
  padding: 24px 32px;
  display: flex;
}

.text-block.news {
  justify-content: flex-start;
  height: auto;
}

.text-block.related {
  height: 65%;
}

.link-to-full {
  color: var(--tomato);
  text-decoration: none;
  display: flex;
}

.link-to-full.news {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 38px 32px;
}

.link-to-full.related {
  position: absolute;
  inset: auto 0% 38px 32px;
}

.link-to-full__arrow-svg {
  color: var(--tomato);
  justify-content: center;
  align-items: center;
  height: 27px;
  margin-right: 8px;
  display: flex;
}

.text-block-2 {
  font-size: 22px;
  line-height: 34px;
}

.text-block-2:hover {
  text-decoration: underline;
}

.slide-img {
  object-fit: fill;
  width: 100%;
  height: auto;
  max-height: 280px;
}

.section-request__heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 36px;
}

.form-input-2 {
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  padding-left: 0;
  display: block;
}

.form-input-2:focus {
  border-bottom-color: #ff6146;
}

.form-input-2.required {
  font-size: 22px;
  line-height: 26px;
}

.oppor-info__heading-2 {
  color: #f3f3f3;
  margin-top: 0;
  margin-bottom: 0;
}

.section-request__form-wrapper-2 {
  z-index: 3;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: block;
  position: relative;
}

.request-demo-button {
  background-color: var(--white);
  border: 2px solid #ff6146;
  margin-top: 0;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  transition: all .3s ease-out;
}

.request-demo-button:hover {
  background-color: var(--white);
  color: #ff6146;
}

.request-demo-button.submit {
  color: #fff;
}

.request-demo-button.submit:hover {
  background-color: var(--tomato);
  color: var(--tomato);
}

.request-demo-button.header {
  margin-top: 36px;
}

.request-demo-button.header:hover {
  background-color: #0000;
}

.request-demo-button.header.button {
  background-color: var(--black);
}

.request-demo-button.header.button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.request-demo-button__link {
  color: #ff6146;
  background-color: #0000;
  border: 2px solid #ff6146;
  margin-top: 36px;
  padding: 5px 30px;
  font-size: 18px;
  line-height: 34px;
  transition: all .3s ease-out;
}

.request-demo-button__link:hover {
  color: #f3f3f3;
  background-color: #ff6146;
}

.section-news-content {
  background-color: var(--white);
  padding: 126px 10%;
}

.section-news-content.waypoint__white {
  position: relative;
}

.news-content__wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.content-img {
  margin-bottom: 16px;
}

.news-content__main-info-wrapper {
  width: 80%;
}

.main-info__header {
  color: var(--black);
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.main-info__text {
  color: var(--black);
  text-align: justify;
  margin-top: 18px;
  margin-bottom: 0;
}

.main-info__linf-to-full {
  color: var(--tomato);
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: var(--tomato);
  margin-top: 0;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
}

.link-text:hover {
  text-decoration: underline;
}

.section-related-news {
  background-color: var(--black);
  padding: 126px 0%;
  position: relative;
}

.section-related-news__header {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
}

.form-block {
  margin-top: 0;
}

.wg-element-wrapper {
  align-items: center;
  margin-right: 12px;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw5 {
  z-index: 10000;
  color: #0000;
  text-align: center;
  background-color: #0000;
  margin-left: 12px;
  position: static;
  inset: auto auto 0% 20px;
}

.section-hero.section {
  background-color: var(--white);
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-customer-stories.section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.section-customer-stories__header {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 18px;
}

.project-number {
  color: var(--tomato);
  font-size: 48px;
  line-height: 56px;
}

.learn-more-link {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 38px 66px;
}

.section-story {
  position: relative;
}

.section-story.section {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-story__header {
  color: var(--black-2);
}

.company-profits__wrapper {
  width: 50%;
}

.profit-box {
  color: var(--black-2);
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.profit-box.benefits {
  border-bottom-style: none;
}

.profit-header {
  margin-top: 0;
  margin-bottom: 0;
}

.profit-text {
  margin-top: 14px;
  margin-bottom: 0;
}

.speech-author {
  color: var(--white-smoke);
  margin-top: 36px;
  margin-bottom: 0;
}

.profit-text__full {
  display: none;
}

.animation-element-movement {
  min-width: 60px;
  min-height: 60px;
  margin-top: -12.5px;
  display: none;
  position: relative;
}

.animation-element-movement.bottom-negative-margin {
  margin-top: 0;
  margin-bottom: -12.5px;
}

.animation-element-appear {
  max-width: 60px;
  max-height: 60px;
}

.author-position {
  color: var(--white-smoke);
  font-size: 16px;
}

.inner-box {
  border: 1px solid var(--white-smoke);
  width: 100%;
  height: 100%;
  padding: 0 0 40px;
  position: relative;
  overflow: visible;
}

.content-box {
  width: 100%;
  height: 100%;
  padding: 66px;
}

.main-wrapper {
  padding: 20px;
  font-family: Monumentgrotesk, sans-serif;
  font-weight: 400;
}

.header-icon__wrapper {
  justify-content: center;
  align-items: center;
  padding: 30px 10px 5px;
  display: flex;
}

.icon-box {
  width: 100px;
  height: 91px;
}

.sign-in__wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.sign-in__box {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 500px;
  height: auto;
  padding: 30px 60px 65px;
  display: flex;
}

.sign-in__box.restore {
  height: 491px;
}

.sign-in__box.sign-in {
  justify-content: space-between;
  height: 482px;
}

.login-header {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.sign-in__heading {
  margin-bottom: 30px;
  font-family: Monumentgrotesk, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
}

.text-span-4 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 18px;
  display: block;
}

.text-field {
  border: 1px #000;
  border-bottom-style: solid;
  padding: 5px 10px;
}

.text-field.sign-in-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-bottom-color: #ddd;
  height: 50px;
  margin-bottom: 15px;
  font-size: 15px;
}

.text-field.sign-in-input:focus {
  border-bottom-color: #ff6146;
}

.text-field.sign-in-input.restore {
  border-bottom-color: #ddd;
}

.sign-in-input {
  color: #363636;
  text-align: center;
  border: 1px #000;
  border-bottom: 2px solid #ddd;
  height: 50px;
  margin-bottom: 15px;
  font-size: 15px;
  transition: border .15s ease-in-out;
}

.sign-in-input:focus {
  border-bottom-color: #ff6146;
}

.restore-password-block {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 15px;
  font-size: 12px;
}

.restore-password-link {
  color: var(--tomato);
  text-decoration: none;
}

.restore-password-link:hover, .restore-password-link:active, .restore-password-link:focus {
  text-decoration: underline;
}

.sign-in-button {
  border: 1px solid var(--tomato);
  color: var(--tomato);
  background-color: #0000;
  min-width: 140px;
  margin-top: 40px;
  padding: 10px 30px;
  font-size: 18px;
}

.sign-in-button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.error-message {
  background-color: #0000;
  border: 1px solid #c00;
  order: -1;
  padding: 11px 14px 11px 47px;
  position: relative;
}

.error-text {
  text-align: left;
  font-size: 12px;
}

.back-to-login {
  color: var(--tomato);
  text-align: left;
  width: 95px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.back-to-login:hover, .back-to-login:active, .back-to-login:focus {
  text-decoration: underline;
}

.restore-password-text {
  color: #72767b;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

.image-7 {
  width: auto;
  max-width: none;
  height: 100%;
}

.form-block-2 {
  flex-direction: column;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
}

.success {
  font-size: 22px;
  line-height: 34px;
}

.modal-wrapper {
  z-index: 991;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.modal-wrapper.customer {
  display: none;
}

.text-block-5 {
  opacity: 0;
  font-size: 28px;
  line-height: 40px;
}

.accordion__arrow-wrapper {
  z-index: 1;
}

.data-block__text-2 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  display: none;
  overflow: hidden;
}

.accordion__arrow-orange {
  display: none;
}

.br, .cr {
  opacity: 0;
  line-height: 34px;
}

.html-embed-circle-arrows {
  max-width: 100%;
}

.lottie-animation {
  min-width: 100%;
  display: none;
}

.bg-arrows-image-hides {
  width: auto;
  height: 100%;
  display: none;
}

.wg-inside-text {
  color: var(--tomato);
  font-size: 18px;
  line-height: 34px;
}

.wg-inside-text:hover {
  color: var(--white);
}

.wg-dropdown-1-2 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  margin-left: 20px;
  font-weight: 700;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  border: 2px solid var(--tomato);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  transition: all .3s ease-out;
  display: flex;
}

.wg-dd-1-togle-2:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.wg-dd-1-togle-2.w--open {
  margin-bottom: 1px;
}

.wg-dd-1-list-2 {
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-list-2.w--open {
  background-color: #0000;
  border-radius: 0;
}

.wg-dropdown-1-link-2 {
  border: 2px solid var(--tomato);
  color: var(--tomato);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 1px;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-2:hover {
  background-color: var(--tomato);
  color: #fff;
}

.div-block {
  display: none;
}

.blog-published-date {
  color: var(--tomato);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Monumentgrotesk, sans-serif;
}

.text-block-11 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-12 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.inner-box-blog {
  border: 1px solid var(--white-smoke);
  width: 100%;
  height: 100%;
  min-height: 650px;
  padding: 0 0 40px;
  position: relative;
  overflow: visible;
}

.section-heading__text-blog {
  color: var(--white-smoke);
  letter-spacing: 0;
  width: 545px;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.section-heading__text-blog._2 {
  color: var(--tomato);
  letter-spacing: 2px;
  margin-top: 0;
}

.section-heading__text-blog._2._3 {
  width: auto;
}

.related-publications-heading {
  color: var(--tomato-2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-13 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.img-wrapper {
  width: 80%;
}

.list-4 {
  margin-left: 0;
  list-style-type: square;
}

.list-5 {
  object-fit: fill;
  margin-left: 40px;
  list-style-type: square;
}

.div-block-6 {
  justify-content: flex-start;
  margin-top: 18px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.section-platform__info-wrapper-2 {
  float: none;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

.div-block-7 {
  float: none;
  display: inline-block;
}

.columns-2 {
  margin-top: 100px;
}

.columns-2.hide {
  display: none;
}

.image-10-phone-computer {
  float: right;
  display: inline-block;
}

.image-11-computer {
  float: right;
}

.slide-1-home {
  background-image: url('../images/Business-overview.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-home-page {
  width: auto;
  height: 450px;
  display: none;
}

.mask-dashboard-slider {
  background-color: var(--white-smoke);
}

.section-transfer__wrapper-1 {
  width: 280%;
  margin-top: 18px;
  padding-left: 10%;
  padding-right: 0%;
  overflow: visible;
}

.section-transfer__wrapper-1.champions-section-1 {
  width: 128%;
  padding-left: 0%;
}

.section-transfer__wrapper-1.champions-section-1.transfer-1 {
  justify-content: flex-start;
  margin-top: 40px;
  padding-left: 10%;
  display: none;
}

.slider-transfer-1 {
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-bottom: 36px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-transfer-1.transfer {
  width: 115%;
  padding-bottom: 0;
}

.slider-list-dashboards {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-track-dashboards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.slide-dashboards {
  border: 1px none var(--white-smoke);
  object-fit: fill;
  width: 62%;
  max-width: none;
  height: auto;
  padding: 0 24px 0 0;
}

.slide-block-dashboards {
  border: 1px solid var(--white-smoke);
  background-image: url('../images/Business-overview.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 710px;
  height: 400px;
  padding: 66px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.div-block-8 {
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: static;
}

.div-block-9 {
  flex: 1;
  height: auto;
  padding-left: 0;
  display: flex;
}

.image-12 {
  flex: 1;
}

.image-14 {
  display: block;
}

.dashboard-image-middle {
  object-fit: fill;
  width: 44%;
  margin-left: -90px;
  margin-right: -120px;
}

.dashboard-images-side {
  width: 34%;
}

.dashboard-images-side.left {
  object-fit: fill;
  left: auto;
}

.wg-dropdown-1-2-copy {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.nav-white {
  z-index: 100;
  opacity: 1;
  color: #0000;
  background-color: #fff9;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 12px 3%;
  display: flex;
  position: fixed;
  inset: -150px 0% auto;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-2.black {
  color: #fff;
  background-color: #000;
}

.section-2.white {
  background-color: var(--white);
}

.menu-button {
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  top: 0;
  right: 0;
}

.menu-button.w--open {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.nav-menu-2 {
  order: 1;
  align-items: center;
  display: flex;
}

.container-2 {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.in-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hamburger-line {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hamburger-line.white {
  background-color: #fff;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.navigation.white {
  z-index: 990;
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-color: #ffffff24;
  min-height: 80px;
  margin-top: -150px;
  top: 0;
}

.nav-link {
  max-height: 50px;
  margin-left: 27px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  transition: all .4s;
}

.nav-link:hover {
  border-bottom-color: var(--tomato);
  color: var(--tomato);
}

.nav-link.w--current, .nav-link.w--open {
  color: #005199;
  border-bottom-color: #005199;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: var(--tomato);
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-link.white.w--current {
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-link.white.w--open {
  border-bottom-color: #fff;
}

.nav-link.white.sign-in {
  border: 2px solid var(--tomato);
  color: var(--tomato);
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 34px;
  transition-duration: .3s;
}

.nav-link.white.sign-in:hover {
  background-color: var(--tomato);
  color: var(--white);
  border-bottom-style: none;
}

.nav-link.white.remove, .nav-link.white.hide {
  display: none;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.brand-2-copy, .brand {
  color: #fff;
  order: -1;
  overflow: hidden;
}

.heading-5-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-bg-trigger {
  height: 25vh;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-bg-trigger.bg-toblack {
  height: 140vh;
}

.nav-bg-trigger.footer {
  inset: 0% 0% auto;
}

.nav-bg-trigger._55vh {
  height: 55vh;
}

.nav-bg-trigger._10vh {
  height: 0;
  display: none;
}

.nav-bg-trigger._80vh {
  height: 100vh;
}

.nav-bg-trigger._35 {
  height: 35%;
  bottom: 11%;
}

.nav-bg-trigger._80 {
  height: 80%;
}

.nav-bg-trigger._38 {
  height: 38%;
}

.nav-bg-trigger.footer {
  display: none;
  inset: auto 0% 0%;
}

.nav-bg-trigger.demo.customer-stories {
  display: none;
}

.nav-bg-trigger._5vh {
  height: 5vh;
}

.nav-bg-trigger.top-fixed {
  height: 2vh;
  inset: 0% 0% auto;
}

.backgroundcolor {
  z-index: -1;
  background-color: #23222199;
  position: absolute;
  inset: 0%;
}

.nav-link-sign-in {
  border-bottom: 2px solid #0000;
  margin-left: 27px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  transition: all .4s;
}

.nav-link-sign-in:hover {
  border-bottom-color: var(--tomato);
  color: var(--tomato);
}

.nav-link-sign-in.w--current, .nav-link-sign-in.w--open {
  color: #005199;
  border-bottom-color: #005199;
}

.nav-link-sign-in.white {
  color: #fff;
}

.nav-link-sign-in.white.w--current, .nav-link-sign-in.white.w--open {
  border-bottom-color: #fff;
}

.nav-link-sign-in.white.sign-in {
  border: 2px solid var(--tomato);
  color: var(--tomato);
  background-color: #ff614600;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 34px;
  transition-duration: .3s;
}

.nav-link-sign-in.white.sign-in:hover {
  background-color: var(--tomato);
  color: var(--white);
  border-bottom-style: none;
}

.navigation-background {
  z-index: 998;
  background-color: #232221cc;
  min-height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-background.white {
  background-color: #fffc;
}

.background {
  z-index: 0;
  background-color: #232221cc;
  min-height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-champions_client-logo {
  height: 40px;
  padding-top: 3%;
}

.slide-block_sub-block {
  position: absolute;
  bottom: 66px;
}

.founder-img {
  width: 20%;
  margin-top: 10px;
}

.image-15 {
  height: 60px;
  padding-right: 10px;
}

.div-block-10 {
  margin-bottom: 20px;
  display: flex;
}

.post-date {
  color: var(--tomato);
  margin-top: 5px;
  margin-bottom: 5px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}

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

.div-block-11 {
  height: 20px;
}

.rich-text-block {
  text-align: justify;
}

.client-logo {
  opacity: .8;
  max-height: 35px;
}

.client-logo.hide {
  display: none;
}

.section-clientlogos {
  background-color: #f3f3f3;
  background-image: none;
  background-size: auto;
  justify-content: space-around;
  align-items: center;
  height: 7vh;
  padding: 10px 5%;
  display: flex;
}

.section-clientlogos.hide {
  display: none;
}

.section-intro__bg-arrows-wrapper-copy {
  z-index: 1;
  justify-content: flex-end;
  width: auto;
  min-width: 40%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-intro__bg-arrows-wrapper-copy.homepage-animation {
  max-width: 50vw;
}

.section-intro__bg-arrows-wrapper-copy.homepage-animation.animation {
  inset: 0% auto 0% 50%;
}

.section-intro__bg-arrows-wrapper-copy.arr {
  display: none;
}

.section-intro__bg-arrows-wrapper-copy.arrows-animation {
  align-items: stretch;
}

.section-intro__bg-arrows-wrapper-copy.homepage-animation-copy {
  max-width: 50vw;
}

.section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation {
  inset: 0% auto 0% 50%;
}

.section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.background-video {
  object-fit: none;
  overflow: hidden;
}

.vimeo-vid-embed.hide {
  display: none;
}

.text-counter-wrapper {
  overflow: hidden;
}

.text-mover-block {
  height: 72px;
}

.text-counter-wrapper-mobile {
  display: none;
  overflow: hidden;
}

.text-mover-block-mobile {
  height: 72px;
}

.customer-logo-div {
  opacity: .2;
  background-color: #333;
  width: 1px;
  height: 40%;
}

.vimeo-vid-embed-mobile {
  display: none;
}

.recaptcha-wrapper {
  transform-origin: 0 0;
  transform: scale(.7);
}

.blog-rich-block {
  font-family: Monumentgrotesk, sans-serif;
}

.blog-rich-block h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.blog-rich-block h4 {
  font-size: 24px;
  text-decoration: underline;
}

.blog-rich-block ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.blog-rich-block ul {
  font-size: 16px;
  line-height: 28px;
}

.blog-rich-block p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.heading-6 {
  font-weight: 400;
}

.heading-7 {
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-8, .heading-9 {
  font-weight: 400;
}

.paragraph-5 {
  font-family: Monumentgrotesk, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 20px;
}

.heading-10 {
  font-size: 24px;
}

.list-6, .list-7 {
  font-size: 1.3em;
  line-height: 1.6;
}

@media screen and (min-width: 1280px) {
  .main {
    position: relative;
  }

  .section-intro__text-box {
    color: var(--white-smoke);
  }

  .section-intro__text-box.about {
    width: 78%;
  }

  .section-intro__heading {
    margin-top: 24px;
    font-weight: 400;
  }

  .section-intro__heading._3 {
    margin-top: 24px;
  }

  .section-intro__heading--span {
    color: var(--tomato);
  }

  .section-heading__text {
    width: 545px;
    margin-top: 22px;
    font-size: 20px;
    line-height: 26px;
  }

  .section-overwiev__info-wrapper {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .info-block {
    width: 598px;
  }

  .section-transfer__info-wrapper--inner {
    display: block;
  }

  .slider {
    width: 100%;
  }

  .slider-track {
    width: 75%;
  }

  .slide {
    height: auto;
  }

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

  .intrava {
    font-size: 16px;
  }

  .section-intro__bg-arrows-wrapper {
    width: auto;
    right: -8%;
  }

  .section-intro__bg-arrows-wrapper.homepage-animation.animation {
    left: 43%;
    right: 0%;
  }

  .bg-arrows-image-shows {
    top: 0%;
    right: 0%;
  }

  .animated-arrows__wrapper {
    width: 745px;
    max-width: 40%;
  }

  .note-info__wrapper {
    width: 45%;
  }

  .note-info__header {
    margin-bottom: 0;
  }

  .section-founder-letter.section.speech {
    overflow: hidden;
  }

  .section-founder-letter__info-wrapper {
    width: 80%;
  }

  .section-founder-letter__bg-img {
    object-fit: fill;
    height: 100%;
  }

  .modal-opener__wrapper.story.challange {
    align-items: flex-start;
  }

  .modal-opener-svg {
    height: 26px;
  }

  .founder-letter__bg-img-svg {
    object-fit: fill;
    height: auto;
    overflow: visible;
  }

  .founder-modal-window {
    display: none;
  }

  .founder-modal__header-wrapper.letter {
    height: 19vh;
  }

  .founder-modal__text-wrapper.disable-scrollbars.test-over {
    height: 81vh;
  }

  .modal__text.founder {
    padding-top: 0;
  }

  .section-get-contact {
    flex-direction: row;
  }

  .get-contact__header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-3 {
    min-width: 155px;
  }

  .telephone-link {
    padding-right: 40px;
  }

  .slide-img {
    object-fit: cover;
  }

  .content-img {
    margin-left: auto;
    margin-right: auto;
  }

  .news-content__main-info-wrapper {
    width: 70%;
  }

  .section-hero.section {
    background-color: var(--white);
  }

  .section-story.section {
    position: relative;
  }

  .image-7 {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 100%;
  }

  .modal-wrapper {
    display: none;
  }

  .wg-dd-1-togle-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading__text-blog {
    width: 545px;
    margin-top: 22px;
    font-size: 20px;
    line-height: 26px;
  }

  .img-wrapper {
    width: 70%;
  }

  .section-platform__info-wrapper-2 {
    width: 80%;
  }

  .slider-transfer-1 {
    width: 100%;
  }

  .slider-track-dashboards {
    width: 75%;
  }

  .slide-dashboards {
    height: auto;
  }

  .dashboard-images-side, .dashboard-images-side.left {
    overflow: hidden;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-bg-trigger._10vh {
    display: none;
  }

  .nav-link-sign-in.white.sign-in {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-background.white {
    background-color: #fffc;
  }

  .section-intro__bg-arrows-wrapper-copy {
    width: auto;
    right: -8%;
  }

  .section-intro__bg-arrows-wrapper-copy.homepage-animation.animation, .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation, .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation-copy {
    right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 22px;
    line-height: 34px;
  }

  .nav-menu {
    font-size: 18px;
    line-height: 34px;
  }

  .body {
    font-family: Source Sans Pro, sans-serif;
  }

  .logo-link.w--current {
    width: 232px;
    height: 54px;
  }

  .section-intro__text-box {
    width: 50%;
  }

  .section-intro__text-box.about {
    width: 70%;
  }

  .section-intro__heading {
    margin-top: 24px;
  }

  .section-intro__heading._3 {
    font-size: 110px;
    line-height: 115px;
  }

  .section-heading__text {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
  }

  .section-heading__text._2 {
    width: auto;
  }

  .section-stats__heading {
    font-size: 60px;
    line-height: 70px;
  }

  .section-overwiev__info-wrapper {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 60px;
    line-height: 79px;
  }

  .section-transfer__heading {
    font-size: 60px;
    line-height: 70px;
  }

  .section-transfer__text {
    font-size: 22px;
    line-height: 34px;
  }

  .section-transfer__info-blocks {
    min-height: 540px;
  }

  .section-transfer__info-wrapper--inner {
    display: block;
  }

  .section-chamions__wrapper.news {
    margin-top: 28px;
  }

  .section-champions__header {
    font-size: 60px;
    line-height: 70px;
  }

  .slide {
    height: auto;
  }

  .item-text.champions {
    font-size: 22px;
    line-height: 34px;
  }

  .section-system__heading {
    font-size: 60px;
    line-height: 70px;
  }

  .systems-item {
    object-fit: contain;
    height: 66px;
    overflow: visible;
  }

  .section-opportunities {
    height: 100vh;
  }

  .oppor-info__heading {
    font-size: 60px;
    line-height: 70px;
  }

  .oppor-info__text, .location-info__city {
    font-size: 22px;
    line-height: 34px;
  }

  .intrava {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-menu__burger-menu {
    padding-top: 92px;
    padding-bottom: 92px;
    padding-right: 42px;
  }

  .image-2 {
    object-fit: fill;
  }

  .image-4 {
    object-fit: contain;
  }

  .section-intro__bg-arrows-wrapper {
    width: auto;
    right: 0%;
  }

  .section-platform__info-wrapper {
    color: var(--black-2);
    width: 60%;
  }

  .section-platform__heading {
    color: var(--black-2);
    font-size: 60px;
    line-height: 70px;
  }

  .section-platform__text {
    color: var(--black-2);
    font-size: 22px;
    line-height: 34px;
  }

  .button__request-demo {
    border: 2px solid var(--tomato);
    transition: all .2s;
  }

  .button__request-demo:hover {
    background-color: var(--white-smoke);
    color: var(--tomato);
  }

  .note-info__wrapper, .info__form-block {
    width: 45%;
  }

  .note-info__header {
    font-size: 60px;
    line-height: 70px;
  }

  .note-info__text {
    font-size: 22px;
    line-height: 34px;
  }

  .section-about-company__info-wrapper {
    color: var(--black-2);
    width: 50%;
  }

  .about-company__info-text {
    font-size: 22px;
    line-height: 34px;
  }

  .section-founder-letter__info-wrapper {
    width: 50%;
  }

  .info__modal-opener {
    font-size: 22px;
    line-height: 34px;
  }

  .modal-opener__wrapper {
    align-items: center;
    width: 257px;
  }

  .modal-opener__wrapper.story.solution, .modal-opener__wrapper.story.challange, .modal-opener__wrapper.story.benefits {
    align-items: center;
  }

  .modal-opener-svg {
    height: auto;
    max-height: none;
    display: block;
  }

  .founder-modal-window {
    display: none;
  }

  .founder-modal__header-wrapper.letter {
    height: 18vh;
  }

  .founder-modal__text-wrapper.disable-scrollbars.test-over {
    height: 82vh;
  }

  .modal__text.founder {
    align-self: center;
    padding-top: 0;
    font-size: 22px;
    line-height: 34px;
  }

  .main-header {
    font-size: 110px;
    line-height: 115px;
  }

  .get-contact__header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .section-news__heading {
    font-size: 60px;
    line-height: 70px;
  }

  .link-to-full.news {
    justify-content: flex-start;
    align-items: center;
    left: 32px;
  }

  .link-to-full__arrow-svg {
    height: 25px;
    line-height: 34px;
  }

  .text-block-2 {
    line-height: 34px;
  }

  .section-request__heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .form-input-2 {
    font-size: 22px;
  }

  .oppor-info__heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .request-demo-button {
    margin-top: 0;
  }

  .request-demo-button.submit {
    background-color: var(--tomato-2);
    margin-top: 30px;
  }

  .request-demo-button.submit:hover {
    background-color: var(--white);
  }

  .section-related-news__header, .section-customer-stories__header, .project-number {
    font-size: 60px;
    line-height: 70px;
  }

  .section-story__header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .inner-box {
    padding-bottom: 40px;
  }

  .modal-wrapper {
    display: none;
  }

  .text-block-11 {
    padding-bottom: 10px;
  }

  .text-block-12 {
    margin-bottom: 40px;
  }

  .inner-box-blog {
    padding-bottom: 0;
  }

  .section-heading__text-blog {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 34px;
  }

  .section-heading__text-blog._2 {
    width: auto;
  }

  .section-platform__info-wrapper-2 {
    color: var(--black-2);
    width: 80%;
  }

  .slide-dashboards {
    height: auto;
  }

  .section-intro__bg-arrows-wrapper-copy {
    width: auto;
    right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .section-intro.inverted.waypoint__white {
    padding-left: 10%;
  }

  .nav.black-nav, .nav.white-nav {
    margin-top: 0;
  }

  .section-intro__text-box.about {
    width: 70%;
  }

  .section-intro__heading.counter {
    font-size: 68px;
    line-height: 72px;
  }

  .section-overwiev__info-wrapper {
    width: 1120px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph {
    padding-top: 10px;
  }

  .section-transfer__info-blocks {
    align-items: center;
    width: 100%;
    min-height: 600px;
    padding-left: 100px;
    left: 0%;
  }

  .section-transfer__info-wrapper--inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-intro__bg-arrows-wrapper {
    width: auto;
    height: 100vh;
    right: 0%;
  }

  .section-intro__bg-arrows-wrapper.homepage-animation.animation {
    max-width: 1920px;
  }

  .section-intro__bg-arrows-wrapper.arrows-animation {
    min-width: auto;
    height: 100vh;
  }

  .bg-arrows-image-shows {
    width: auto;
    max-width: none;
    min-height: auto;
    top: 0%;
  }

  .animated-arrows__wrapper {
    width: 745px;
  }

  .section-platform__info-wrapper {
    width: 50%;
  }

  .button__request-demo {
    display: inline-block;
  }

  .section-data-stats__info-wrapper {
    width: 100%;
  }

  .info-data-block {
    width: 100%;
    min-width: 100%;
  }

  .info-data__visual {
    width: 45%;
    min-width: auto;
  }

  .modal-opener__wrapper.story.solution, .modal-opener__wrapper.story.challange, .modal-opener__wrapper.story.benefits {
    align-items: center;
  }

  .modal-opener-svg {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 30px;
    line-height: 21px;
    display: flex;
  }

  .founder-modal-window {
    display: none;
  }

  .get-contact__header-box {
    width: 369px;
  }

  .get-contact__main-info-box {
    margin-left: 10%;
    padding-left: 0%;
  }

  .telephone-link {
    width: auto;
    min-width: 155px;
  }

  .news-content__main-info-wrapper {
    width: 50%;
  }

  .wg-element-wrapper.sw5 {
    margin-left: 20px;
  }

  .wg-inside-text {
    font-size: 22px;
  }

  .wg-dropdown-1-2 {
    margin-left: 10px;
  }

  .wg-dropdown-1-link-2 {
    font-size: 22px;
  }

  .inner-box-blog {
    min-height: 700px;
  }

  .img-wrapper {
    width: 50%;
  }

  .section-platform__info-wrapper-2 {
    width: 80%;
  }

  .image-11-computer {
    float: right;
  }

  .dashboard-images-side {
    width: 100%;
  }

  .nav-link {
    font-size: 22px;
  }

  .nav-bg-trigger._10vh {
    height: 5vh;
  }

  .nav-bg-trigger.footer {
    display: block;
  }

  .nav-bg-trigger.demo {
    display: none;
  }

  .nav-bg-trigger.unlock_hidden {
    height: 5vh;
  }

  .nav-link-sign-in {
    font-size: 22px;
  }

  .navigation-background {
    display: none;
  }

  .collection-list {
    column-count: 3;
  }

  .section-intro__bg-arrows-wrapper-copy {
    width: auto;
    height: 100vh;
    right: 0%;
  }

  .section-intro__bg-arrows-wrapper-copy.arrows-animation {
    min-width: auto;
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .section-intro {
    overflow: hidden;
  }

  .nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    display: flex;
  }

  .nav-menu.mobile-version {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .nav-menu.desktop-version {
    display: none;
  }

  .nav-menu__item {
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .nav-menu__link {
    font-size: 42px;
    transition: all .3s ease-out;
  }

  .nav-menu__link:hover {
    color: var(--tomato);
    text-decoration: underline;
  }

  .nav-menu__link:visited {
    text-decoration: underline;
  }

  .nav-menu__link.sign-in {
    font-size: 18px;
  }

  .nav-menu__link.home {
    font-size: 42px;
    text-decoration: none;
  }

  .nav-menu__link.home:visited {
    text-decoration: underline;
  }

  .nav-menu__link.home.w--current {
    transition: all .3s ease-out;
  }

  .nav-menu__link.home.w--current:hover {
    color: var(--tomato);
    text-decoration: underline;
  }

  .nav-menu__link.home.w--current:visited {
    text-decoration: underline;
  }

  .nav-menu__link.home.linkto.black, .nav-menu__link.linkto.white, .nav-menu__link.linkto.black {
    color: var(--black);
  }

  .section-intro__text-box {
    width: auto;
  }

  .section-intro__heading._3 {
    font-size: 68px;
    line-height: 72px;
  }

  .info-block__img {
    height: 43px;
  }

  .info-block {
    height: auto;
  }

  .section-overwiev__decor-block {
    margin-top: 0;
  }

  .section-transfer__info-blocks {
    grid-template-rows: auto;
    width: 180%;
    min-height: 380px;
    margin-top: 40px;
    left: -40%;
  }

  .section-champions {
    padding-top: 72px;
    padding-bottom: 104px;
    padding-right: 0%;
  }

  .section-chamions__wrapper {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .section-chamions__wrapper.champions-section {
    width: 100%;
    padding-right: 0%;
  }

  .section-chamions__wrapper.news {
    width: 100%;
    padding-left: 10%;
    padding-right: 0%;
  }

  .section-champions__header {
    font-size: 32px;
    line-height: 42px;
  }

  .slider {
    width: 100%;
    display: block;
  }

  .slider.news {
    width: 114%;
  }

  .slider-list {
    width: 100%;
    overflow: hidden;
  }

  .slider-list.news {
    width: 100%;
  }

  .slider-track {
    width: auto;
    display: flex;
    overflow: visible;
  }

  .slider-track.champions, .slider-track.news {
    width: 100%;
  }

  .slider-track.customer-stories {
    width: auto;
  }

  .slide {
    width: auto;
    min-width: 50%;
    max-width: 100%;
    height: auto;
    padding-right: 24px;
  }

  .slide.champions {
    min-width: 42%;
    height: auto;
    padding-right: 24px;
  }

  .slide.news {
    width: 70%;
    min-width: 33%;
    max-width: 100%;
    height: 540px;
    padding-right: 24px;
  }

  .slide.related {
    min-width: 54%;
    height: 550px;
  }

  .slide-block {
    width: 100%;
    padding: 66px;
  }

  .slide-block.champions {
    width: 100%;
  }

  .item-text {
    padding-top: 12px;
    font-size: 28px;
  }

  .item-author {
    margin-top: 20px;
    left: 32px;
  }

  .section-opportunities__info-wrapper {
    width: 80%;
  }

  .section-request__bg-img-wrapper, .section-request__bg-img-wrapper.bg-footer {
    display: none;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu__mobile {
    z-index: auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    display: flex;
    position: relative;
  }

  .nav-menu__menu-text {
    z-index: 99;
    color: var(--white-smoke);
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }

  .nav-menu__menu-text.link.white, .nav-menu__menu-text.link.black {
    color: var(--black);
  }

  .nav-menu__burger-menu {
    z-index: 100;
    background-color: var(--black);
    width: 100%;
    height: 100vh;
    padding: 70px 42px 98px;
    display: flex;
    position: fixed;
    inset: 0% -800px 0% auto;
  }

  .nav-menu__burger-menu.hide-menu {
    opacity: 0;
    display: block;
    overflow: visible;
  }

  .nav-menu__burger-menu.hide-menu.white {
    background-color: var(--white);
  }

  .section-intro__bg-arrows-wrapper {
    width: auto;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .section-intro__bg-arrows-wrapper.homepage-animation.animation {
    display: none;
  }

  .section-intro__bg-arrows-wrapper.arr {
    opacity: .3;
    display: flex;
  }

  .bg-arrows-image-shows {
    justify-content: flex-end;
    max-width: none;
    min-height: 100vh;
    right: -6%;
  }

  .animated-arrows__wrapper {
    width: 60%;
    max-width: 60%;
  }

  .bg-img-brackets {
    top: 5%;
    left: 3%;
  }

  .bg-img-brackets.champions {
    top: 8%;
    left: 1%;
  }

  .nav-menu__mobile-icon-orange {
    z-index: 101;
    opacity: 0;
    position: absolute;
    inset: 4% 3% auto auto;
  }

  .section-platform__info-wrapper {
    width: 65%;
  }

  .section-about-company__info-wrapper, .section-founder-letter__info-wrapper {
    width: 80%;
  }

  .bg-icon-brackets {
    width: 71px;
    height: 68px;
  }

  .founder-modal-window {
    z-index: 100;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .founder-modal__header-wrapper.letter {
    height: 18vh;
    padding: 25px 10%;
  }

  .founder-modal__text-wrapper.disable-scrollbars.test-over {
    align-items: flex-start;
    height: 82vh;
    min-height: auto;
    max-height: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .modal__text.founder {
    align-self: flex-start;
  }

  .modal-close-icon {
    z-index: 410;
    top: 41px;
  }

  .modal-close-icon.founder {
    top: 6%;
  }

  .info-block__main {
    flex-wrap: wrap;
  }

  .paragraph-3 {
    display: block;
  }

  .slide-block-2 {
    width: 100%;
    padding: 32px;
  }

  .slide-block-2.news, .slide-block-2.related {
    padding: 0;
  }

  .item-text-2 {
    padding-top: 12px;
    font-size: 28px;
  }

  .item-text-2.news {
    padding-top: 0;
  }

  .text-block.news {
    justify-content: space-between;
    height: auto;
    position: relative;
  }

  .text-block.related {
    height: 71%;
  }

  .link-to-full.news {
    position: absolute;
    inset: auto 0% 36px 32px;
  }

  .section-request__form-wrapper-2 {
    width: 100%;
  }

  .request-demo-button.submit {
    color: var(--tomato);
  }

  .request-demo-button.submit:hover {
    color: var(--white);
  }

  .wg-element-wrapper.sw5 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .learn-more-link {
    align-items: center;
    bottom: 7%;
  }

  .section-story__header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .profit-box {
    color: var(--black-2);
  }

  .modal-wrapper {
    z-index: 992;
    display: none;
    inset: 0%;
  }

  .text-block-5 {
    opacity: 0;
  }

  .wg-inside-text {
    font-family: Monumentgrotesk, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .wg-dropdown-1-2 {
    margin-left: 0;
  }

  .wg-dd-1-togle-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wg-dd-1-togle-2.w--open {
    margin-bottom: 0;
  }

  .wg-dd-1-list-2.w--open {
    background-color: #0000;
  }

  .wg-dropdown-1-link-2 {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .wg-dropdown-1-link-2.mobile {
    background-color: var(--black);
  }

  .wg-dropdown-1-link-2.mobile:hover {
    background-color: var(--tomato);
  }

  .text-block-11, .text-block-12, .inner-box-blog {
    min-height: auto;
  }

  .section-heading__text-blog._2._3 {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-platform__info-wrapper-2 {
    width: 100%;
  }

  .image-10-phone-computer, .image-11-computer {
    display: inline-block;
  }

  .section-transfer__wrapper-1 {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .section-transfer__wrapper-1.champions-section-1 {
    width: 100%;
    padding-right: 0%;
  }

  .slider-transfer-1 {
    width: 100%;
    display: block;
  }

  .slider-transfer-1.transfer {
    width: 100%;
  }

  .slider-list-dashboards {
    width: 100%;
    overflow: hidden;
  }

  .slider-track-dashboards {
    width: auto;
    display: flex;
    overflow: visible;
  }

  .slide-dashboards {
    width: auto;
    min-width: 50%;
    max-width: 100%;
    height: auto;
    padding-right: 24px;
  }

  .slide-block-dashboards {
    width: 100%;
    padding: 66px;
  }

  .mobile-menu-icon {
    width: 16px;
    height: 30px;
    margin-left: 12px;
    position: relative;
  }

  .nav-menu__mobile-icon-black {
    z-index: 101;
    opacity: 1;
    position: absolute;
    top: 3px;
  }

  .nav-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-top: 1px solid #21242d1a;
    border-bottom: 1px solid #21242d1a;
    padding: 15px 20px;
    display: block;
  }

  .nav-menu-2.v2 {
    background-color: var(--black);
    text-align: left;
    border-top-color: #ffffff0f;
    border-bottom-color: #ffffff0f;
    width: 100%;
    padding-top: 100px;
  }

  .navigation {
    position: relative;
  }

  .navigation.white {
    padding-top: 2%;
    padding-bottom: 2%;
    display: block;
    position: fixed;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link.white {
    border-bottom-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 34px;
  }

  .nav-link.white:hover {
    opacity: .68;
    color: var(--silver);
    border-bottom-style: none;
  }

  .nav-link.white.sign-in {
    text-transform: none;
    font-size: 24px;
    display: inline-block;
  }

  .heading-5 {
    position: relative;
  }

  .brand-2-copy, .brand {
    z-index: 2;
  }

  .heading-5-copy {
    position: relative;
  }

  .nav-link-sign-in {
    margin-left: 0;
  }

  .nav-link-sign-in.white {
    border-bottom-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 34px;
  }

  .nav-link-sign-in.white:hover {
    opacity: .68;
    color: var(--silver);
    border-bottom-style: none;
  }

  .nav-link-sign-in.white.sign-in {
    text-transform: none;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    display: inline-block;
  }

  .navigation-background {
    background-color: #232221cc;
  }

  .founder-img {
    width: 30%;
  }

  .collection-list {
    column-count: 1;
  }

  .section-intro__bg-arrows-wrapper-copy {
    width: auto;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .section-intro__bg-arrows-wrapper-copy.homepage-animation.animation {
    display: none;
  }

  .section-intro__bg-arrows-wrapper-copy.arr {
    opacity: .2;
    display: flex;
  }

  .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation, .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-intro {
    flex-flow: wrap;
    align-items: flex-start;
    padding: 72px 5%;
  }

  .section-intro.waypoint__black {
    height: auto;
  }

  .section-intro.inverted.waypoint__white {
    height: auto;
    padding-left: 5%;
  }

  .nav.white-nav {
    top: -150px;
  }

  .nav-menu__link, .nav-menu__link.home {
    font-size: 26px;
    line-height: 32px;
  }

  .section-intro__text-box {
    align-self: center;
    width: 100%;
  }

  .section-intro__heading {
    width: 100%;
    margin-top: 24px;
    font-size: 50px;
    line-height: 52px;
  }

  .section-intro__heading._3 {
    font-size: 50px;
    line-height: 58px;
  }

  .section-intro__heading.home {
    margin-top: 24px;
    font-size: 50px;
    line-height: 58px;
  }

  .section-intro__heading.counter-mobile {
    line-height: 58px;
  }

  .section-heading__text {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .section-heading__text._2 {
    font-size: 18px;
  }

  .section-heading__text.home {
    width: 50%;
  }

  .button {
    margin-top: 0;
  }

  .section-stats {
    padding: 72px 5%;
  }

  .section-stats__wrapper {
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
  }

  .section-stats__heading {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .section-stats__info {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 0;
  }

  .info-block__heading {
    font-size: 22px;
    line-height: 30px;
  }

  .info-block__heading.eliminates, .info-block__heading.adds {
    font-size: 26px;
    line-height: 32px;
  }

  .info-block__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-overwiev {
    flex-direction: column;
    padding-top: 72px;
    padding-bottom: 0;
    display: flex;
  }

  .section-overwiev__info-wrapper {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-block {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .heading-block {
    order: -1;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .section-overwiev__video {
    margin-left: 5%;
    margin-right: 5%;
  }

  .video {
    z-index: 5;
  }

  .section-overwiev__decor-block {
    height: 240px;
    display: block;
    bottom: -18%;
  }

  .section-transfer {
    width: 100%;
    padding-bottom: 72px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .section-transfer__info-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-transfer__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .section-transfer__text {
    margin-top: 24px;
    font-size: 19px;
  }

  .section-transfer__info-blocks {
    flex-direction: column;
    grid-template-columns: 1.75fr;
    min-height: 380px;
    margin-top: 32px;
  }

  .section-transfer__info-wrapper--inner {
    text-align: left;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-blocks__adds.block {
    width: 100%;
  }

  .info-blocks__eliminates.block {
    text-align: center;
    width: 100%;
  }

  .info-block__list-about {
    margin-top: 12px;
  }

  .list-about__item {
    font-size: 18px;
    line-height: 26px;
  }

  .section-champions {
    padding-top: 72px;
    padding-bottom: 104px;
    padding-right: 5%;
  }

  .section-chamions__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-chamions__wrapper.related-news {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-chamions__wrapper.champions-section.champions, .section-chamions__wrapper.news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-champions__header {
    font-size: 32px;
    line-height: 42px;
  }

  .slider {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 36px;
  }

  .slider.champions {
    width: 100%;
  }

  .slider.news {
    width: 100%;
    height: auto;
  }

  .slider-track.related, .slider-track.customer-stories {
    width: 100%;
  }

  .slide {
    min-width: 100%;
    height: auto;
    padding-right: 0;
  }

  .slide.champions {
    min-width: 100%;
    padding-right: 0;
  }

  .slide.news {
    width: auto;
    min-width: 100%;
    height: auto;
    padding-right: 0;
  }

  .slide.related {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .slide-block {
    width: 99.9%;
    padding: 32px;
  }

  .slide-block.champions {
    width: 99.9%;
    padding-bottom: 100px;
  }

  .slide-block.box {
    width: 100%;
  }

  .item-text {
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .item-text.champions {
    padding-top: 12px;
    font-size: 18px;
  }

  .item-author {
    font-size: 14px;
    line-height: 20px;
  }

  .section-systems {
    padding: 72px 5%;
  }

  .section-system__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .section-system__systems-list {
    justify-content: center;
  }

  .systems-item {
    width: 27%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-opportunities {
    height: 745px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .oppor-info__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .oppor-info__text {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .section-request-demo {
    padding: 72px 5%;
  }

  .form-label {
    font-size: 18px;
    line-height: 24px;
  }

  .footer {
    padding: 0;
  }

  .footer-main {
    padding: 62px 5% 32px;
  }

  .footer-main__info-wrapper {
    flex-direction: column;
  }

  .main-info__contacts {
    flex-direction: column;
    margin-top: 36px;
    line-height: 20px;
  }

  .contact-block {
    width: auto;
    min-width: 50%;
    margin-left: 0;
  }

  .contact-block._1 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .location-info__city {
    font-size: 18px;
  }

  .contact-block__location {
    margin-right: 24px;
  }

  .contact-block__location.location-bigger-margin {
    margin-right: 70px;
  }

  .contact-block__location.location-bigger-margin._1 {
    margin-right: 83px;
  }

  .location-info__about-city {
    white-space: nowrap;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .contact-block__phone {
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
  }

  .contact-block__email {
    white-space: nowrap;
  }

  .footer-terms {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-terms__info-wrapper {
    font-size: 14px;
    line-height: 24px;
  }

  .intrava {
    font-size: 14px;
  }

  .contact-block__about-block {
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

  .nav-menu__mobile {
    z-index: auto;
  }

  .nav-menu__menu-text {
    z-index: 99;
    position: relative;
  }

  .nav-menu__burger-menu {
    z-index: 100;
    padding-top: 98px;
    display: none;
  }

  .nav-menu__burger-menu.hide-menu {
    transition: transform .3s;
    display: block;
    right: -600px;
  }

  .demo-button__wrapper {
    margin-top: 24px;
    display: block;
  }

  .demo-button__box {
    display: none;
  }

  .slider-arrows {
    padding-left: 5%;
    padding-right: 5%;
    bottom: 5%;
  }

  .slider-arrows.champions {
    padding-left: 10%;
    padding-right: 10%;
    bottom: 8%;
  }

  .section-intro__bg-arrows-wrapper {
    align-self: auto;
  }

  .section-intro__bg-arrows-wrapper.homepage-animation.animation {
    order: -1;
    align-self: center;
    padding-top: 20px;
    display: block;
  }

  .section-intro__bg-arrows-wrapper.arr {
    display: block;
  }

  .bg-arrows-image-shows {
    width: auto;
    max-width: none;
    height: 110%;
    display: block;
    right: 0%;
  }

  .animated-arrows__wrapper {
    width: 80%;
    max-width: 60%;
  }

  .bg-img-brackets {
    top: 5%;
    left: 3%;
  }

  .bg-img-brackets.champions {
    top: 7%;
  }

  .bg-img-brackets.champions.bg-icon-brackets {
    top: 47px;
    left: 34px;
  }

  .section-intro__arrow-bounce {
    z-index: 50;
    display: none;
  }

  .section-platform {
    padding: 72px 5%;
  }

  .section-platform__info-wrapper {
    width: 100%;
  }

  .section-platform__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .section-platform__text {
    font-size: 18px;
  }

  .button-wrapper {
    margin-top: 24px;
    display: block;
  }

  .section-platform__bg-img {
    display: none;
  }

  .section-data-stats {
    padding: 72px 5%;
  }

  .section-data-stats__info-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }

  .data-block__header-block {
    flex-direction: row;
    align-items: center;
  }

  .info-data__wrapper {
    width: 100%;
  }

  .info-data__visual {
    order: -1;
    width: 80%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.section-note {
    padding: 72px 5%;
  }

  .section-note__info-wrapper {
    flex-direction: column;
  }

  .note-info__wrapper {
    width: 100%;
  }

  .info__form-block {
    width: 100%;
    margin-top: 48px;
  }

  .note-info__header {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .note-info__text {
    font-size: 18px;
  }

  .section-about-company.section {
    padding: 72px 5%;
  }

  .section-about-company__info-wrapper {
    width: 100%;
  }

  .about-company__info-header {
    font-size: 26px;
    line-height: 32px;
  }

  .about-company__info-text {
    font-size: 18px;
  }

  .section-founder-letter.section {
    padding: 72px 5%;
  }

  .section-founder-letter__info-wrapper {
    width: 100%;
  }

  .info__main-text {
    font-size: 26px;
    line-height: 32px;
  }

  .bg-icon-brackets {
    min-width: 40px;
    min-height: 40px;
    top: 1%;
    left: 3px;
  }

  .info__modal-opener {
    font-size: 18px;
  }

  .modal-opener__wrapper {
    margin-top: 12px;
  }

  .founder-modal-window {
    top: 0%;
  }

  .founder-modal__header-wrapper.letter {
    height: 13vh;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .modal__header.letter {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .founder-modal__text-wrapper {
    padding: 16px 5%;
  }

  .founder-modal__text-wrapper.disable-scrollbars.test-over {
    height: 87vh;
  }

  .modal__text.founder {
    font-size: 18px;
    line-height: 26px;
  }

  .privacy-policy-main {
    opacity: 1;
    padding: 128px 5% 48px;
  }

  .main-info__wrapper {
    opacity: 1;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-header {
    font-size: 50px;
    line-height: 58px;
  }

  .modal-close-icon {
    top: 6px;
    right: 4%;
  }

  .modal-close-icon.founder {
    top: 3%;
  }

  .section-get-contact {
    flex-direction: column;
    padding: 72px 5%;
  }

  .get-contact__header-box {
    height: auto;
  }

  .get-contact__header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .get-contact__main-info-box {
    width: 100%;
    margin-left: 0%;
  }

  .contact__info-block {
    margin-top: 32px;
  }

  .info-block__header {
    font-size: 22px;
    line-height: 30px;
  }

  .info-block__main {
    flex-direction: column;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .paragraph-3._3 {
    margin-bottom: 0;
  }

  .telephone-link {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .telephone-link._3 {
    margin-bottom: 0;
  }

  .section-news {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .slide-block-2.related {
    width: 99.9%;
  }

  .item-text-2 {
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .item-text-2.news {
    height: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .section-news__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .text-block.news {
    justify-content: flex-start;
    height: 39%;
  }

  .text-block.related {
    height: 51%;
  }

  .link-to-full.news {
    margin-top: 0;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .slide-img {
    object-fit: cover;
  }

  .section-request__heading-2, .oppor-info__heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .request-demo-button.header.button, .request-demo-button__link {
    margin-top: 0;
  }

  .section-news-content {
    padding: 72px 5%;
  }

  .news-content__wrapper {
    margin-top: 20px;
  }

  .main-info__header {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .main-info__text {
    font-size: 18px;
  }

  .link-text {
    font-size: 18px;
    line-height: 26px;
  }

  .section-related-news {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-related-news__header {
    padding-left: 5%;
    font-size: 32px;
    line-height: 42px;
  }

  .section-hero.section, .section-customer-stories.section {
    padding: 72px 5%;
  }

  .section-customer-stories__header, .project-number {
    font-size: 32px;
    line-height: 42px;
  }

  .learn-more-link {
    left: 32px;
  }

  .section-story.section {
    flex-direction: column;
    padding: 72px 5%;
  }

  .section-story__header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .company-profits__wrapper {
    width: 100%;
  }

  .speech-author {
    margin-top: 12px;
    font-size: 18px;
  }

  .content-box {
    padding: 32px;
  }

  .sign-in__box.restore, .sign-in__box.sign-in {
    width: 100%;
    height: auto;
    padding: 0 20px 30px;
  }

  .restore-password-text {
    margin-top: 15px;
    padding-top: 15px;
  }

  .image-7 {
    height: 100%;
    position: relative;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-wrapper.customer {
    display: block;
  }

  .text-block-5 {
    opacity: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .br {
    display: none;
  }

  .paragraph-4 {
    opacity: 1;
  }

  .inner-box-blog {
    margin-bottom: 20px;
  }

  .section-heading__text-blog {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .section-heading__text-blog._2 {
    font-size: 18px;
  }

  .section-platform__info-wrapper-2 {
    width: 100%;
  }

  .image-10-phone-computer {
    float: none;
    max-height: 80px;
    margin-left: -36px;
    display: inline-block;
  }

  .image-11-computer {
    float: none;
    max-height: 80px;
    margin-left: -36px;
  }

  .section-transfer__wrapper-1, .section-transfer__wrapper-1.champions-section-1.transfer-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-transfer-1 {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 36px;
  }

  .slide-dashboards {
    min-width: 100%;
    height: auto;
    padding-right: 0;
  }

  .slide-block-dashboards {
    width: 99.9%;
    padding: 32px;
  }

  .dashboard-image-middle {
    width: 60%;
    margin-left: -39px;
  }

  .dashboard-images-side {
    width: 50%;
    margin-left: 73px;
  }

  .dashboard-images-side.left {
    width: 96%;
  }

  .nav-menu-2.v2 {
    padding-top: 70px;
  }

  .navigation {
    min-height: 60px;
  }

  .brand-2-copy, .brand {
    padding-left: 0;
  }

  .nav-bg-trigger._10vh {
    height: 40vh;
  }

  .slide-block_sub-block {
    bottom: 40px;
  }

  .client-logo {
    max-height: 15px;
  }

  .client-logo.wahl {
    display: none;
  }

  .section-clientlogos {
    height: 40px;
  }

  .section-intro__bg-arrows-wrapper-copy {
    align-self: auto;
  }

  .section-intro__bg-arrows-wrapper-copy.homepage-animation.animation {
    order: -1;
    align-self: auto;
    display: none;
  }

  .section-intro__bg-arrows-wrapper-copy.arr {
    display: block;
  }

  .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation, .section-intro__bg-arrows-wrapper-copy.homepage-animation-copy.animation-copy {
    order: -1;
    align-self: auto;
    display: none;
  }

  .text-counter-wrapper {
    display: none;
  }

  .text-counter-wrapper-mobile {
    display: block;
  }

  .text-mover-block-mobile {
    height: 58px;
  }
}

@media screen and (max-width: 479px) {
  .section-intro.waypoint__black {
    height: 100vh;
  }

  .section-intro.inverted.waypoint__white {
    padding-top: 90px;
  }

  .nav-menu {
    display: block;
  }

  .nav {
    width: 100vw;
  }

  .nav.black-nav, .nav.white-nav {
    width: auto;
  }

  .section-intro__heading {
    font-size: 40px;
    line-height: 42px;
  }

  .section-intro__heading.counter-mobile {
    font-size: 50px;
  }

  .section-heading__text._2 {
    font-size: 18px;
  }

  .section-heading__text.home {
    width: 100%;
  }

  .section-stats__info {
    justify-items: start;
    margin-top: 62px;
  }

  .info-block__img {
    height: 36px;
  }

  .section-overwiev__decor-block {
    bottom: -20%;
  }

  .section-transfer__info-blocks {
    min-height: 200px;
    margin-top: 32px;
    left: -45%;
  }

  .slider.news {
    height: auto;
  }

  .slider-list.champions, .slider-list.news {
    width: 100%;
  }

  .slide, .slide.related {
    height: auto;
  }

  .section-opportunities {
    overflow: hidden;
  }

  .footer {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main {
    padding-top: 62px;
    padding-bottom: 32px;
  }

  .main-info__contacts {
    height: auto;
  }

  .contact-block {
    width: 100%;
  }

  .contact-block._1 {
    min-width: auto;
  }

  .location-info__city {
    display: inline;
  }

  .contact-block__location {
    white-space: normal;
    width: auto;
  }

  .contact-block__location.location-bigger-margin {
    margin-right: 70px;
  }

  .contact-block__location.location-bigger-margin._1 {
    margin-right: 85px;
  }

  .contact-block__contacts {
    margin-left: 0;
  }

  .location-info__about-city, .contact-block__phone, .contact-block__email {
    white-space: normal;
  }

  .footer-terms__info-wrapper {
    flex-wrap: wrap;
  }

  .intrava {
    white-space: nowrap;
  }

  .police-link {
    white-space: nowrap;
    margin-right: 20px;
  }

  .powered-link {
    white-space: nowrap;
  }

  .contact-block__about-block {
    justify-content: flex-start;
    width: auto;
    overflow: visible;
  }

  .nav-menu__mobile {
    cursor: default;
  }

  .nav-menu__burger-menu.hide-menu {
    right: -360px;
  }

  .section-intro__bg-arrows-wrapper {
    width: auto;
    overflow: hidden;
  }

  .section-intro__bg-arrows-wrapper.homepage-animation.animation {
    display: none;
  }

  .section-intro__bg-arrows-wrapper.arr {
    width: auto;
    right: 0%;
  }

  .bg-arrows-image-shows {
    width: auto;
    height: 100%;
    min-height: auto;
    right: 25%;
  }

  .animated-arrows__wrapper {
    width: 100%;
    max-width: none;
    display: block;
  }

  .bg-img-brackets {
    top: 5%;
    left: 3%;
  }

  .bg-img-brackets.champions {
    width: 85px;
    top: 4%;
  }

  .section-platform {
    padding: 72px 5%;
  }

  .section-platform__info-wrapper {
    width: 100%;
  }

  .section-platform__heading {
    font-size: 32px;
    line-height: 42px;
  }

  .section-platform__text {
    font-size: 18px;
  }

  .info-data__visual, .section-about-company__info-wrapper {
    width: 100%;
  }

  .section-founder-letter.section {
    padding: 72px 5%;
  }

  .section-founder-letter__info-wrapper {
    width: 100%;
    margin-bottom: 34px;
    padding-top: 24px;
  }

  .info__main-text {
    font-size: 26px;
    line-height: 32px;
  }

  .bg-icon-brackets {
    top: 13%;
  }

  .founder-modal-window {
    display: none;
  }

  .main-info__wrapper {
    opacity: 1;
  }

  .succes-message {
    font-size: 18px;
  }

  .modal-close-icon {
    min-width: auto;
    min-height: auto;
  }

  .section-get-contact {
    flex-direction: column;
    padding: 72px 5%;
  }

  .get-contact__header-box {
    width: 100%;
    height: auto;
  }

  .get-contact__header {
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
    display: block;
  }

  .get-contact__main-info-box {
    width: 100%;
    margin-left: 0%;
  }

  .info-block__header {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 16px;
    display: block;
  }

  .telephone-link {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .telephone-link._3 {
    margin-bottom: 0;
  }

  .slide-block-2.news.box {
    border-width: 1px;
  }

  .text-block.related {
    height: 68%;
  }

  .link-to-full.related {
    position: absolute;
    inset: auto 0% 38px 32px;
  }

  .request-demo-button.header.button {
    margin-top: 0;
  }

  .news-content__main-info-wrapper {
    width: 100%;
  }

  .modal-wrapper {
    display: none;
  }

  .section-heading__text-blog._2 {
    font-size: 18px;
  }

  .img-wrapper {
    width: 100%;
  }

  .list-5 {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .section-platform__info-wrapper-2 {
    width: 100%;
  }

  .slide-dashboards {
    height: auto;
  }

  .dashboard-image-middle {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -33px;
  }

  .nav-white {
    width: 100vw;
  }

  .nav-link.white {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 130%;
  }

  .nav-bg-trigger {
    height: 25vh;
  }

  .nav-link-sign-in.white {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 130%;
  }

  .founder-img {
    width: 60%;
  }

  .client-logo {
    max-height: 14px;
  }

  .section-intro__bg-arrows-wrapper-copy {
    width: auto;
    overflow: hidden;
  }

  .section-intro__bg-arrows-wrapper-copy.arr {
    width: auto;
    right: 0%;
  }

  .customer-logo-div, .hide {
    display: none;
  }

  .vimeo-vid-embed-mobile {
    margin-top: 10px;
    display: block;
  }

  .vimeo-vid-embed-mobile.hide {
    display: none;
  }
}

#w-node-d5e296e4-8790-7201-ccb0-0557f3c4eaa1-a39bbdb8, #w-node-f9ce8616-92a6-6e48-649f-9eed745dd73d-a39bbdb8, #w-node-_613dde8f-c8da-6a26-8b36-cb11c99f7841-a39bbdb8 {
  align-self: start;
}


@font-face {
  font-family: 'Monumentgrotesk-i';
  src: url('../fonts/MonumentGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentgrotesk';
  src: url('../fonts/MonumentGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}