:root {
  --white: #dadada;
  --black: #282828;
  --white-3: #a6a6a6;
  --black-4: #757575;
  --white-2: #bfbfbf;
  --white-4: #8c8c8c;
  --black-2: #424242;
  --black-3: #5c5c5c;
}

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

body {
  background-color: var(--white);
  color: #ddd;
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3.25em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
}

li {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

blockquote {
  border-left: 5px solid var(--black);
  color: var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
}

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

.container.social-media-container {
  margin-top: 50px;
}

.nav-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar {
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 5%;
  overflow: visible;
}

.hero {
  padding: 50px 5% 150px;
}

.blur {
  z-index: -1;
  width: 30em;
  height: 30em;
  opacity: .72;
  filter: blur(140px);
  background-color: #4b4b4b;
  border-radius: 100vw;
  display: block;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.blur._1 {
  opacity: .15;
  filter: blur(100px);
  background-color: #92c1ff;
  display: block;
}

.blur._2 {
  opacity: .45;
  display: block;
  top: 115%;
  right: 50%;
}

.blur._3 {
  opacity: .45;
  display: block;
  top: 400%;
  left: 0%;
}

.blur._4 {
  opacity: .45;
  display: block;
  top: 0%;
}

.blur-section-large {
  z-index: -1;
  width: 50em;
  height: 50vh;
  opacity: .37;
  filter: blur(200px);
  background-color: #696969;
  border-radius: 100vw;
  display: block;
  position: absolute;
  top: 54%;
  left: -13%;
}

.blur-section-large._1 {
  opacity: .1;
  filter: blur(100px);
  mix-blend-mode: normal;
  background-color: #92c1ff;
  display: block;
}

.blur-section-large._2 {
  opacity: .15;
  display: block;
  top: 300%;
  left: 0%;
}

.blur-section-large._3 {
  opacity: .15;
  top: 250%;
  left: 10%;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.grid.hero {
  padding-bottom: 50px;
}

.left-hero-grid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-hero-grid.mobile {
  display: none;
}

.right-hero-grid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.info-block-content {
  margin-top: 64px;
}

.info-block.rich-text, .info-block.typography, .info-block.forms {
  margin-top: 128px;
}

.info-block.intro {
  margin-bottom: 70px;
}

.paragraph-normal {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-normal.color-name {
  color: #9b9b9b;
  font-weight: 600;
}

.info-wrapper {
  margin-top: 64px;
}

.color-item {
  border: 1px solid #3f3f3f;
}

.info-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.info-section.style-guide-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.split-content.style-guide-content-right {
  width: 100%;
}

.split-content.style-guide-content-left {
  width: 364px;
  flex-direction: column;
  margin-right: 48px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.split-content.left-info {
  width: 35%;
  margin-right: 100px;
  padding-top: 30px;
}

.split-content.left-info.large {
  width: 45%;
  margin-bottom: 70px;
  padding-top: 0;
}

.nav-link {
  color: var(--black);
  align-self: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 300;
  text-decoration: none;
  transition: font-variation-settings .3s, all .7s;
}

.nav-link:hover {
  color: var(--black);
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}

.nav-link.w--current:hover {
  color: #25272a;
}

.paragraph-large {
  font-size: 1.7em;
  font-weight: 300;
}

.color-item-fill {
  height: 128px;
}

.color-item-fill.bg-neutral-400 {
  background-color: var(--white-3);
}

.color-item-fill.bg-neutral-200 {
  background-color: #e6e7e8;
}

.color-item-fill.bg-neutral-600 {
  background-color: var(--black-4);
}

.color-item-fill.bg-neutral-900 {
  background-color: var(--black);
}

.color-item-fill.bg-neutral-300 {
  background-color: var(--white-2);
}

.color-item-fill.bg-neutral-500 {
  background-color: var(--white-4);
}

.color-item-fill.bg-neutral-100 {
  background-color: var(--white);
}

.color-item-fill.bg-neutral-800 {
  background-color: var(--black-2);
}

.color-item-fill.bg-neutral-700 {
  background-color: var(--black-3);
}

.color-item-fill.water-green {
  background-color: #92c1ff;
}

.color-item-fill.water-green-2 {
  background-color: #182835;
}

.title.style-guide-heading {
  margin-bottom: 12px;
}

.overline {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 30px;
  font-weight: 500;
}

.overline.no-margin {
  margin-top: 0;
}

.overline.hide {
  display: none;
}

.color-item-info {
  padding: 12px;
}

.info-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.colors-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-content-wrapper {
  margin-top: 64px;
}

.content-wrapper.style-guide-content {
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 1.3em;
}

.paragraph-small.feature {
  margin-bottom: 30px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

.logo-link {
  z-index: 999;
  height: 100%;
  color: #d6d6d6;
}

.logo-link.w--current {
  height: 100%;
}

.navbar-link {
  border: 1px #000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-link.last {
  margin-right: 0;
}

.navbar-link.first {
  margin-left: 0;
}

.hero-heading {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-subtitle-wrapper {
  margin-bottom: 25px;
}

.buttons-flex-wrapper {
  align-items: center;
  display: flex;
}

.buttons-flex-wrapper.features {
  margin-top: 50px;
}

.btn-parent {
  width: 120px;
  height: 45px;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn-txt-1 {
  color: var(--black);
  font-weight: 500;
  position: absolute;
}

.btn-txt-2 {
  color: #fff;
  font-weight: 500;
  position: absolute;
}

.section {
  color: var(--white);
  padding: 100px 5%;
}

.section.logos {
  padding: 100px 5%;
}

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

.section._10 {
  padding-left: 10%;
  padding-right: 10%;
}

.social-media-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
}

.logo-cell {
  opacity: .85;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-part {
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
}

.grid-part.features {
  z-index: 0;
  width: 80%;
  justify-content: flex-end;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 16.5em;
  right: 0;
}

.grid-part.absolute {
  width: 40%;
  align-self: flex-start;
  position: absolute;
}

.grid-part._40 {
  width: 40%;
}

.grid-block {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.grid-item._45.mobile {
  display: none;
}

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

.feature-block {
  min-height: 600px;
  border: 1px solid #181818;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  transition: all .2s;
  display: flex;
}

.feature-block:hover {
  background-color: #181818;
}

.margin-line {
  width: 20%;
  height: 3px;
  background-color: #acacac;
  margin-bottom: 70px;
  padding-bottom: 0;
}

.feature-block-heading {
  margin-bottom: 20px;
}

.feature-block-text {
  margin-bottom: 70px;
}

.feature-block-link {
  justify-content: flex-end;
  display: flex;
}

.feature-link {
  width: 50px;
  height: 50px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.feature-link:hover {
  background-color: #4d7ca0;
}

.heading-8 {
  margin-bottom: 30px;
  line-height: 1.2em;
}

.feature-image-inner {
  width: 50%;
  opacity: 1;
}

.feature-image-inner._60 {
  width: 60%;
  margin-left: 0;
}

.stats {
  margin-top: 50px;
}

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

.grid-5 {
  grid-column-gap: 0px;
  border: 1px solid #181818;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blue-span {
  color: #92c1ff;
  letter-spacing: .05em;
  font-weight: 700;
}

.column-feature {
  border-right: 1px solid #181818;
  padding: 40px 30px;
  transition: all .2s;
}

.column-feature:hover {
  background-color: #181818;
}

.feature-logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  position: -webkit-sticky;
  position: sticky;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 0;
  padding-left: 10px;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.testimonial-author-wrap, .testimonials-wrap {
  display: flex;
}

.tagline {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-author-image {
  width: 50px;
  height: 50px;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.body.italic {
  font-style: italic;
  font-weight: 400;
}

.body.italic.bottom-margin-20 {
  margin-bottom: 20px;
}

.testimonial-card {
  border: 1px solid #181818;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 30px;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-inner {
  width: 60%;
  margin-bottom: 50px;
}

.footer-06-grid {
  grid-column-gap: 75px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.footer-link-large {
  color: #ccced2;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .7s;
  display: block;
}

.footer-link-large:hover {
  color: #3c3e43;
}

.secondary-link-dark {
  color: var(--white-3);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.social-wrap {
  display: flex;
}

.footer-column-flat {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 4% 20px;
}

.text-rights {
  color: var(--white-3);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid var(--white-3);
  justify-content: space-between;
  display: flex;
}

.footer-link-wrapper {
  max-width: 390px;
  flex-wrap: wrap;
  display: flex;
}

.div-block-34 {
  margin-top: 30px;
}

.cta-block {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  color: #f3f3f3;
  text-align: center;
  background-color: #182835;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 200px 60px;
  display: flex;
}

.stat-inner {
  border-right: 1px solid #181818;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.stat-inner.last {
  border-right-style: none;
}

.text-block {
  text-align: center;
  font-weight: 500;
}

.btn-parent-txt {
  margin-left: 10px;
  text-decoration: none;
  position: relative;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.btn-txt-3 {
  color: #fff;
  font-size: 16px;
}

.a-1 {
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin-left: 6px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 60px;
  right: 0%;
}

.a-3 {
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.a-2 {
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-45deg);
}

.icon {
  width: 20px;
  height: 20px;
}

.name {
  margin-bottom: 0;
}

.image-feature-2 {
  padding-right: 60px;
}

.double-wrapper {
  display: flex;
}

.wrapper-40 {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 70px 40px 0;
  display: flex;
}

.wrapper-60 {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
}

.platform-grid {
  grid-column-gap: 45px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr;
}

.menu-parent {
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 6px;
}

.menu-nav {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-wrapper-2 {
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.nav-wrapper-2.nav-inner-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.column {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu-links {
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  transition: all .7s;
  display: flex;
}

.nav-menu-links:hover {
  color: #c4c4c4;
  transform: translate(0, -5px);
}

.no-margin {
  margin-bottom: 0;
}

.nav-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: flex-start;
  padding-top: 40px;
  display: grid;
}

.article-block {
  width: 75%;
  margin-bottom: 100px;
}

.article-image-block {
  margin-bottom: 70px;
}

.logo-grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.image-invert {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
}

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

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

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

.submit-button {
  height: 55px;
  background-color: #92c1ff;
}

.text-field {
  height: 65px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #474747;
  font-size: 18px;
}

.slider-arrow {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #000;
  border-radius: 0%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px rgba(12, 4, 102, .2);
}

.slider-arrow:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, .1);
}

.slider-arrow:active {
  transform: scale(.94);
}

.slider-arrow.small {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow.small.right {
  background-color: #000;
  border-radius: 0%;
  left: auto;
}

.slider-arrow.small.right:hover {
  background-color: #fff;
}

.content {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-wrapper {
  margin-bottom: 65px;
}

.heading-wrapper._50 {
  width: 55%;
  margin-bottom: 40px;
}

.display-none {
  display: none;
}

.blog-section {
  min-height: 624px;
  background-color: #182835;
  flex-direction: column;
  justify-content: center;
  padding: 140px 6%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.testimonial-paragraph {
  margin-bottom: 30px;
}

.mask {
  border-radius: 20px;
}

.mask.testimonial {
  max-width: 500px;
  overflow: visible;
}

.blog-card {
  border: 1px solid #535353;
  border-radius: 0;
  padding: 0 0 60px;
  overflow: hidden;
}

.slide.testimonial {
  max-width: 500px;
  margin-right: 30px;
}

.slide.testimonial.first {
  margin-right: 50px;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.image-wrapper {
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.blog-paragraph {
  margin-bottom: 40px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-6 {
  font-family: Raleway, sans-serif;
}

.logo {
  height: 100%;
}

.html-embed {
  width: 100%;
}

.image {
  z-index: 10;
  margin-top: -4em;
  margin-bottom: -4em;
}

.image.image-hover {
  display: none;
}

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

.cascar {
  font-size: 10.5em;
  font-weight: 700;
}

.button {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  padding: 15px 20px;
  transition: color .3s, background-color .3s;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.social-media {
  width: 50px;
  height: 50px;
  opacity: .75;
  transition: all .3s, opacity .2s;
}

.social-media:hover {
  opacity: 1;
  transform: scale(1.1);
}

.social-media-image {
  width: 100%;
  height: 100%;
}

.lottie-animation {
  height: 100%;
  max-width: 100%;
}

.hero-grid {
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }

  .navbar, .hero, .section, .section.logos {
    overflow: hidden;
  }

  .column-feature {
    padding-bottom: 30px;
  }

  .feature-logo {
    width: 75px;
    height: 75px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px;
    display: flex;
  }

  .column-feature-inner {
    margin-bottom: 20px;
  }

  .body-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.2vw;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 28px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blur._1, .blur._2, .blur._3, .blur._4, .blur-section-large._1, .blur-section-large._2, .blur-section-large._3 {
    display: none;
  }

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

  .split-content.style-guide-content-left {
    display: none;
  }

  .info-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .colors-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-grid {
    grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
  }

  .grid-part.features, .grid-part.absolute {
    width: 100%;
    position: static;
  }

  .grid-part._40 {
    width: 100%;
  }

  .grid-block {
    flex-direction: column;
    position: static;
  }

  .grid-item._45 {
    display: none;
  }

  .grid-item._45.mobile {
    display: block;
  }

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

  .feature-image-inner, .feature-image-inner._60 {
    width: 100%;
  }

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

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .testimonial-author-image {
    width: 56px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .cta-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-menu-inner {
    display: none;
  }

  .double-wrapper {
    flex-direction: column;
  }

  .wrapper-40 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .double-title-wrapper {
    margin-bottom: 75px;
  }

  .wrapper-60 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .platform-grid {
    grid-row-gap: 75px;
    grid-template-columns: 1fr;
  }

  .menu-parent {
    z-index: 999;
    position: relative;
  }

  .menu-bar {
    background-color: #d6d6d6;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-nav {
    justify-content: center;
    padding-top: 150px;
    display: flex;
    bottom: 0;
  }

  .nav-wrapper-2.nav-inner-container {
    grid-template-columns: 2fr 1fr;
    padding-top: 45px;
  }

  .nav-menu-links {
    text-decoration: none;
  }

  .no-margin {
    color: #999;
  }

  .nav-details, .nav-laptops-screens {
    display: none;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .mask {
    margin-left: 20px;
  }

  .mask.testimonial {
    margin-left: 0;
  }

  .image {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .container {
    overflow: visible;
  }

  .hero {
    padding-top: 0;
    overflow: hidden;
  }

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

  .grid.hero {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    overflow: visible;
  }

  .left-hero-grid {
    display: none;
    overflow: hidden;
  }

  .left-hero-grid.mobile {
    display: flex;
    overflow: visible;
  }

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

  .info-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .social-media-grid {
    grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-column-flat {
    justify-content: flex-start;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .menu-nav {
    padding-left: 4%;
    padding-right: 4%;
  }

  .article-block {
    width: 100%;
  }

  .slider-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

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

  .mask {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask.testimonial {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card {
    border-radius: 12px;
  }

  .slide.testimonial {
    max-width: none;
  }

  .slide.testimonial.first {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image {
    margin-top: -2em;
    margin-bottom: -8em;
    overflow: hidden;
  }

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

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .container {
    overflow: hidden;
  }

  .container.social-media-container {
    margin-top: 25px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .blur {
    width: 40em;
    height: 40em;
    filter: blur(40px);
    top: -5%;
    right: -14%;
  }

  .grid.hero {
    grid-template-rows: 500px auto;
    padding-top: 0;
    overflow: visible;
  }

  .left-hero-grid.mobile {
    overflow: visible;
  }

  .right-hero-grid {
    z-index: 100;
    position: relative;
  }

  .info-block.rich-text, .info-block.typography, .info-block.forms {
    margin-top: 72px;
  }

  .info-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .info-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .social-media-grid {
    grid-template-columns: 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857% 14.2857%;
  }

  .grid-item {
    margin-bottom: 30px;
  }

  .grid-3, .grid-stats {
    grid-template-columns: 1fr;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-06-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-column-flat {
    justify-content: center;
    padding-right: 0;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .slider-arrow.small.right {
    margin-bottom: -70px;
    right: 0;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
  }

  .slide.testimonial {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide.testimonial.first {
    margin-right: 30px;
  }

  .slider.testimonial {
    margin-bottom: 80px;
  }

  .image {
    z-index: 0;
    margin-top: -2em;
    margin-bottom: -5em;
    overflow: hidden;
  }

  .cascar {
    font-size: 7em;
  }

  .social-media {
    width: 30px;
    height: 30px;
  }

  .hero-grid {
    grid-template-rows: auto auto;
  }
}

#w-node-_21491674-129c-3f5a-e5b5-c174c02dc201-6f128638, #w-node-_21491674-129c-3f5a-e5b5-c174c02dc203-6f128638, #w-node-_21491674-129c-3f5a-e5b5-c174c02dc212-6f128638 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e5d271f-7afb-a1d0-d0c7-6f75e8644e56-6f128638, #w-node-_7e4cbf83-6167-dc69-5662-c5893ca63495-6f128638, #w-node-b08d17ed-4e9d-caa9-8d02-1ea158ee9f29-6f128638, #w-node-b9f4a273-c774-29a1-85b1-70bd9e9b75bc-6f128638, #w-node-_73c2ade2-dcf4-f504-a390-e01bbaffa522-6f128638, #w-node-a34b46fe-97b6-0e30-0a22-9410d80072fa-6f128638, #w-node-dea3fa8d-b059-4859-7a25-5bf93517a65d-6f128638 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_21491674-129c-3f5a-e5b5-c174c02dc212-6f128638 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}