:root {
  --black: #1b1b1b;
  --brand-primary: #c9ff56;
  --grey-80: #4d4e52;
  --white: white;
  --grey-8-81: #f8f9fa;
  --grey-60: #777a85;
  --grey-20: #c2c8d9;
  --grey-40: #9195a4;
  --grey-15: #eaedf6;
  --white-50: #ffffff80;
  --white-25: #ffffff40;
  --brand-secondary: #eefecc;
  --white-75: #ffffffbf;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.56;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.56;
}

h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.56;
}

p {
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--black);
  line-height: 1.56;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: Lexend, sans-serif;
}

form {
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

blockquote {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
}

.section {
  width: 100%;
}

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

.container {
  max-width: 1440px;
  padding: 80px 5vw;
}

.container.nav {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 3vw;
  display: flex;
}

.container.footer {
  padding-top: 0;
  padding-bottom: 32px;
}

.container.inner-hero {
  padding-top: 184px;
}

.container.hero {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 164px;
  padding-bottom: 164px;
  display: flex;
}

.container.numbers {
  padding-top: 56px;
  padding-bottom: 56px;
}

.container.offset {
  margin-top: -8vw;
  padding-top: 0;
}

.container.banner {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.team {
  padding-bottom: 0;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  padding: 16px;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding: 32px;
}

.sg-block.colors.dark {
  background-color: var(--black);
  color: #fff;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: var(--grey-8-81);
}

.paragraph {
  font-weight: 300;
}

.paragraph.large {
  font-size: 18px;
}

.paragraph.small {
  font-weight: 300;
}

.paragraph.small.grey-80 {
  color: var(--grey-80);
}

.paragraph.extra-small {
  font-size: 12px;
  font-weight: 400;
}

.paragraph.extra-small.grey-60 {
  color: var(--grey-60);
}

.paragraph.accordion {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.paragraph.tooltip {
  color: var(--grey-60);
  margin-bottom: 0;
  font-size: 12px;
}

.sg-caption {
  color: var(--grey-20);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
}

.sg-colors-container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.link {
  box-shadow: inset 0 0 0 0 var(--brand-primary);
  font-size: 16px;
  transition: box-shadow .3s;
}

.link:hover {
  box-shadow: inset 0 -50px 0 0 var(--brand-primary);
}

.color-block {
  background-color: var(--black);
  border-radius: 8px;
  width: 14%;
  height: 48px;
  margin-left: 8px;
  margin-right: 8px;
}

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

.color-block.grey-20 {
  background-color: var(--grey-20);
}

.color-block.grey-15 {
  background-color: var(--grey-15);
}

.color-block.grey-8 {
  background-color: var(--grey-8-81);
}

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

.color-block.white-50 {
  background-color: var(--white-50);
}

.color-block.white-25 {
  background-color: var(--white-25);
}

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

.color-block.brand-primary-deep {
  background-color: var(--brand-secondary);
}

.color-block.white-75 {
  background-color: var(--white-75);
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-weight: 500;
  line-height: 1.48;
  position: relative;
  overflow: hidden;
}

.button.secondary {
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--black);
  padding: 20px 48px;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955);
}

.button.secondary:hover {
  box-shadow: inset 0 -80px 0 0 var(--brand-secondary);
}

.button.secondary.green {
  background-color: var(--brand-primary);
}

.button.secondary.green:hover {
  color: var(--black);
}

.button.tertiary {
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  font-weight: 400;
  transition: color .3s;
}

.button.tertiary:hover {
  color: var(--brand-primary);
}

.button.primary {
  box-shadow: inset 0 0 0 0 var(--grey-80);
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
}

.button.primary:hover {
  box-shadow: inset 0 -80px 0 0 var(--grey-80);
}

.button.primary.green {
  background-color: var(--brand-primary);
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--black);
  display: flex;
}

.button.primary.green:hover {
  box-shadow: inset 0 -80px 0 0 var(--brand-secondary);
}

.button.liner {
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--black);
  padding: 20px;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955);
}

.button.liner:hover {
  box-shadow: inset 0 -80px 0 0 var(--brand-secondary);
}

.button.liner.w--current {
  border: 1px solid var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.button.liner.green {
  background-color: var(--brand-primary);
}

.button.liner.green:hover {
  color: var(--black);
}

.tabs-menu {
  width: 70%;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  border-bottom: 2px solid var(--white-25);
  color: var(--white-75);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-weight: 500;
  transition: color .3s, border-color .3s;
  display: flex;
}

.tab-link:hover {
  color: var(--brand-primary);
}

.tab-link.w--current {
  border-bottom-color: var(--brand-primary);
  color: var(--brand-primary);
  background-color: #0000;
}

.sg-column {
  background-color: var(--grey-15);
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.bold {
  font-family: Poppins;
  font-weight: 500;
}

.text-link {
  color: var(--black);
  padding-bottom: 1px;
  transition: box-shadow .3s;
  display: inline-block;
  box-shadow: inset 0 -2px #000;
}

.text-link:hover {
  box-shadow: inset 0 -30px 0 0 var(--brand-primary);
  color: var(--black);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-20);
  background-color: #0000;
  margin-bottom: 40px;
  padding: 8px 0;
  transition: border-color .3s, border-width .3s;
}

.text-field:hover {
  border-bottom-color: var(--grey-60);
}

.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: var(--grey-40);
}

.text-field.area {
  min-height: 80px;
}

.form-selector {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-20);
  color: var(--grey-40);
  background-color: #0000;
  margin-bottom: 32px;
  padding: 8px 0;
}

.form-selector:hover {
  border-bottom-color: var(--grey-80);
}

.form-selector:focus {
  border-bottom-color: var(--black);
}

.control-field {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.control-field:hover {
  color: var(--grey-80);
}

.checkbox {
  border-color: var(--grey-20);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.control-label {
  margin-bottom: 0;
  padding-left: 12px;
}

.radio-button {
  border-color: var(--grey-20);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black);
  width: 16px;
  height: 16px;
}

.sg-filler {
  background-color: var(--grey-15);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navigation {
  z-index: 999;
  width: 100%;
  color: var(--white);
  background-color: #0000;
  position: fixed;
}

.nav-menu {
  float: none;
  clear: none;
  background-color: #0000;
  align-items: center;
  display: flex;
  position: static;
}

.nav-brand {
  float: none;
  clear: none;
  margin-right: 48px;
  position: static;
}

.menu-button {
  float: none;
}

.nav-link {
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--white-75);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  transition: box-shadow .3s, color .3s;
}

.nav-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--brand-primary);
  color: var(--white);
}

.nav-link.w--current {
  box-shadow: inset 0 -40px 0 0 var(--brand-secondary);
  color: var(--black);
}

.nav-link.footer {
  color: var(--grey-80);
  font-size: 14px;
}

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

.nav-link.menu {
  display: flex;
}

.nav-link.menu.hide, .nav-link.term {
  display: none;
}

.brand-img {
  height: 28px;
}

.nav-trigger {
  z-index: -1;
  width: 100%;
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-icon {
  object-fit: fill;
  width: 32px;
}

.card-icon-wrapper {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 0 35px 40px #74849d0d, 0 12px 28px #6163760f;
}

.card-icon-wrapper.sg-icon {
  min-width: 64px;
  min-height: 64px;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
}

.scrolling-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 120%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  transform: rotate(6deg);
}

.arrow {
  width: 48px;
  height: 48px;
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), box-shadow .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  inset: auto auto 52px 51%;
}

.arrow.left {
  inset: auto auto -40px 0%;
}

.arrow.left:hover {
  box-shadow: inset 0 -48px 0 0 var(--brand-secondary);
}

.arrow.left:active {
  transform: scale(.9);
}

.arrow.right {
  inset: auto auto -40px 72px;
}

.arrow.right:hover {
  box-shadow: inset 0 -48px 0 0 var(--brand-secondary);
}

.arrow.right:active {
  transform: scale(.9);
}

.vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--white-25);
  text-align: left;
  flex-direction: column;
  padding-top: 32px;
  display: block;
}

.footer-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.links-container.socials {
  margin-left: 64px;
}

.social-link {
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
}

.social-link:hover {
  box-shadow: inset 0 -64px 0 0 var(--brand-secondary);
}

.social-icon {
  height: 24px;
}

.footer-items-wrapper {
  border-bottom: 1px solid var(--grey-15);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.footer-bottom-wrapper {
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-link {
  color: var(--grey-60);
  margin-right: 24px;
  padding-bottom: 8px;
  font-size: 12px;
  transition: color .2s;
  display: inline-block;
}

.footer-small-link:hover, .footer-small-link.w--current {
  color: var(--black);
}

.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: 470px;
  display: flex;
}

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

.page-overlay {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: 0;
}

.page-loader-logo {
  height: 2vw;
  min-height: 40px;
}

.grey {
  color: var(--grey-60);
}

.post-rich {
  line-height: 140%;
}

.post-rich h2 {
  font-weight: 400;
}

.post-rich p {
  font-size: 16px;
  line-height: 140%;
}

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

.sg-images {
  object-fit: cover;
  width: 100%;
  height: 16vw;
}

.sg-images.contain {
  object-fit: contain;
}

.sg-icons-wrapper {
  background-color: var(--black);
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 48px 80px;
  display: flex;
}

.button-text {
  z-index: 2;
  white-space: nowrap;
  position: relative;
}

.button-icon {
  z-index: 0;
  height: 12px;
  margin-top: 2px;
  margin-left: 12px;
}

.sg-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.button-icon-right {
  z-index: 0;
  height: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.sg-dark-bg {
  background-color: var(--black);
  color: var(--grey-8-81);
  border-radius: 32px;
  padding: 40px;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-wrapper.hide, .button-wrapper.mobile {
  display: none;
}

.button-content {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  display: flex;
}

.hero-wrapper {
  background-color: var(--black);
  width: 95%;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.center-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-wrapper {
  color: var(--white-75);
}

.lightbox-hero-video {
  align-items: flex-end;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.lightbox-hero-video:hover {
  color: #2a5fff;
}

.font-italic {
  font-family: Baskervville, sans-serif;
  font-style: italic;
}

.numbers-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.number-item {
  text-align: center;
  margin-left: 32px;
  margin-right: 32px;
}

.numbers {
  font-size: 40px;
}

.numbers-description {
  color: var(--grey-60);
  font-size: 14px;
}

.paragraph-grey {
  color: var(--grey-80);
}

.features-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.do-item {
  background-color: var(--brand-secondary);
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 12px 16px;
  font-weight: 500;
}

.image-wrapper {
  display: flex;
  position: relative;
}

.image-wrapper.left {
  justify-content: flex-start;
}

.image-wrapper.right {
  justify-content: flex-end;
}

.image-wrapper.bottom-margin {
  padding-bottom: 7vw;
}

.img-40 {
  width: 80%;
}

.left-bg-element {
  width: 8vw;
  min-width: 160px;
  position: absolute;
  inset: auto auto 4% -1%;
}

.right-bg-element {
  width: 3vw;
  min-width: 48px;
  position: absolute;
  inset: 16% 1% auto auto;
}

.service-icon {
  width: 40px;
  margin-bottom: 16px;
}

.paragraph-white-50 {
  color: var(--white-50);
}

.service-banner-wrapper {
  background-color: var(--brand-primary);
  color: var(--black);
  align-items: flex-start;
  padding: 32px 32px 24px;
  display: flex;
}

.banner-button-wrapper {
  margin-left: 16px;
}

.bg-pattern {
  background-image: url('../images/graphic.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
}

.white-bg {
  background-color: var(--white);
  color: var(--black);
  padding-top: 96px;
}

.feature-item {
  text-align: center;
}

.features-img {
  height: 152px;
  margin-bottom: 24px;
}

.banner {
  background-color: var(--black);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 40px 64px;
  display: flex;
}

.for-banner {
  margin-bottom: 0;
}

.slider-arrow-img {
  z-index: 1;
  position: relative;
}

.slider-decorate {
  background-image: url('../images/decor-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 92px;
  height: 92px;
  display: block;
  position: absolute;
  inset: auto auto -3% 0;
}

.slider-nav {
  display: none;
}

.slider-img-container {
  width: 100%;
  height: 480px;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}

.slider-img {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.width-constraint {
  max-width: 470px;
}

.tab-grid {
  flex-wrap: wrap;
  display: flex;
}

.image-overlapping {
  border: 8px solid var(--black);
  width: 50%;
  position: absolute;
  inset: auto 4% -31% auto;
}

.tabs-content {
  overflow: visible;
}

.team-wrapper {
  text-align: center;
}

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

.team-img-wrapper {
  width: 100%;
  height: 32vw;
  max-height: 440px;
  margin-bottom: 24px;
  overflow: hidden;
}

.tabs-img {
  position: relative;
}

.tabs-decor-img {
  height: 104px;
  position: absolute;
  inset: auto auto -13% -7%;
}

.review-item {
  background-color: var(--grey-8-81);
  padding: 40px 56px;
}

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

.review-author-img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-content {
  color: var(--white-75);
  margin-top: 32px;
  overflow: hidden;
}

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

.accordion-title {
  margin-bottom: 0;
}

.tooltip-icon {
  cursor: pointer;
  padding: 8px;
}

.tooltip-wrapper {
  margin-left: 8px;
  position: relative;
}

.tooltip-message {
  background-color: var(--white);
  width: 320px;
  color: var(--black);
  border-radius: 8px;
  padding: 20px 24px;
  position: absolute;
  inset: auto auto 48px -15px;
}

.tooltip-arrow {
  position: absolute;
  inset: auto auto -7px 27px;
}

.img-contact {
  width: 100%;
  margin-top: 32px;
}

.overlay-transition {
  background-color: var(--brand-secondary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

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

.mobile-nav-button {
  display: none;
}

.success-message {
  background-color: var(--brand-primary);
}

.success-message.error {
  background-color: #ff5659;
}

.error-message {
  color: #fc0808;
  background-color: #0000;
}

.changelog-divider {
  background-color: #c2c8d9;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.changelog-wrapper {
  background-color: var(--grey-8-81);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.logo-img {
  height: 60px;
}

.cwh-icon-div {
  background-color: #323232;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

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

.control-field-2 {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.checkbox-2 {
  border-color: #c2c8d9;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--black);
  border-color: #2a5fff;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.light {
  border-color: #fff;
}

.link-2 {
  text-transform: none;
}

.image {
  display: none;
}

.title-52 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.61rem;
  font-weight: 800;
  line-height: 110%;
}

.block-10h {
  width: 100%;
  height: .69rem;
}

.container-132 {
  padding-left: 9.17rem;
  padding-right: 9.17rem;
}

.section-2 {
  position: relative;
}

.cord-2 {
  object-position: 50% 0%;
  width: 100%;
  height: 7.71rem;
  position: absolute;
  inset: auto 0% -3.2rem;
}

.app-sep-line {
  background-color: #e8e4e4;
  width: 100%;
  height: 1px;
  margin-top: 1.39rem;
  transform: rotate(.81deg);
}

.app-item {
  grid-row-gap: .83rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.block-115h {
  width: 100%;
  height: 7.99rem;
}

.title-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app-img {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 93%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.app-cont {
  grid-row-gap: 2.08rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.title-24 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
}

.block-20h {
  width: 100%;
  height: 1.39rem;
}

.text-16 {
  color: var(--grey-80);
  margin-bottom: 0;
  font-size: 1.11rem;
  font-weight: 300;
  line-height: 138%;
}

.app-img-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.13rem;
  height: 34.1rem;
  display: flex;
}

.app-cols {
  justify-content: space-between;
  align-items: center;
  margin-top: -2rem;
  display: flex;
}

.title-22 {
  color: #471f1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.53rem;
  font-weight: 800;
  line-height: 110%;
}

.title-22.brown-text {
  color: #a5d146;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #407bff;
  border: 2px solid #407bff;
  border-radius: 2.29rem;
  padding: 1.53rem 3.47rem;
  font-size: .97rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s, background-color .4s;
}

.btn:hover {
  color: #407bff;
  background-color: #0000;
}

.worm-img {
  width: 4.38rem;
  height: 2.64rem;
}

.block-160h {
  width: 100%;
  height: 11.11rem;
}

.tr-menu {
  float: none;
  clear: none;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0000;
  align-items: center;
  display: flex;
  position: static;
}

.tr-link {
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--grey-60);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 15px;
  transition: box-shadow .3s, color .3s;
}

.tr-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--brand-primary);
  color: var(--black);
}

.tr-link.w--current {
  box-shadow: inset 0 -40px 0 0 var(--brand-secondary);
  color: var(--black);
}

.tr-link.footer {
  color: var(--grey-80);
  font-size: 14px;
}

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

.tr-link.menu {
  display: flex;
}

.tr-link.menu.hide, .tr-link.term {
  display: none;
}

.modal {
  z-index: 1002;
  background-color: #111111fa;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-inner {
  max-width: 40%;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-close {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close-line {
  background-color: #fff;
  width: 2px;
  height: 90%;
  position: absolute;
  transform: rotate(-45deg);
}

.modal-close-line.rotate {
  transform: rotate(45deg);
}

.modal-arrow {
  filter: invert();
  pointer-events: none;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  position: absolute;
  top: 128px;
  left: auto;
  right: -19%;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(-180deg);
}

.footer-disclaimer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  font-size: 11px;
  display: grid;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 80px 20px;
  }

  .container.nav {
    background-color: var(--black);
    width: 95%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container.footer {
    padding-bottom: 20px;
  }

  .container.inner-hero {
    padding-top: 156px;
  }

  .container.numbers {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.offset {
    padding-bottom: 8px;
  }

  .grid.tablet-reverse-direction {
    flex-wrap: wrap-reverse;
  }

  .grid-item._80.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .grid-item.tablet-hide {
    display: none;
  }

  .spacer._104 {
    height: 64px;
  }

  .spacer._104.tablet-56 {
    height: 56px;
  }

  .spacer._32.tablet-8 {
    height: 8px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .button.primary.green, .tabs-menu {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--black);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    overflow: hidden;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--black);
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .nav-link.w--current {
    box-shadow: inset 0 -64px 0 0 var(--brand-secondary);
  }

  .nav-link.footer {
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .card-icon-wrapper.sg-icon {
    margin-bottom: 24px;
  }

  .arrow.left {
    bottom: 0;
    left: 16px;
  }

  .arrow.right {
    bottom: 0;
    left: 88px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-links-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-left: -12px;
    margin-right: -12px;
  }

  .links-container {
    margin-bottom: 16px;
  }

  .links-container.socials {
    margin-left: 0;
  }

  .footer-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hamburger-icon {
    width: 32px;
    height: 32px;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .sg-icons-wrapper {
    flex-wrap: wrap;
    padding-left: 33px;
    padding-right: 33px;
  }

  .button-wrapper {
    display: none;
  }

  .button-wrapper.mobile {
    display: flex;
  }

  .center-content {
    max-width: 560px;
  }

  .numbers-wrapper {
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .number-item {
    margin: 16px 20px;
  }

  .numbers {
    font-size: 32px;
  }

  .image-wrapper.right {
    justify-content: center;
  }

  .service-banner-wrapper {
    margin-top: 24px;
  }

  .white-bg {
    padding-top: 72px;
  }

  .banner.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .slider-decorate {
    right: -28px;
  }

  .slider-img-container {
    margin-bottom: 56px;
    padding-right: 0;
  }

  .width-constraint.tablet {
    max-width: none;
  }

  .tooltip-wrapper {
    display: none;
  }

  .mobile-nav-button {
    margin-top: 32px;
    display: block;
  }

  ._404-img {
    width: 60%;
  }

  .container-132 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-img {
    grid-column-gap: 25px;
    width: 100%;
    display: flex;
  }

  .app-img-div {
    grid-column-gap: 25px;
    width: 45%;
    display: flex;
  }

  .app-cols {
    margin-top: 3.1rem;
  }

  .tr-menu {
    overflow: hidden;
  }

  .tr-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tr-link.w--current {
    box-shadow: inset 0 -64px 0 0 var(--brand-secondary);
  }

  .tr-link.footer {
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .modal-inner {
    max-width: 80%;
  }

  .modal-arrow {
    top: 138px;
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 72px 20px;
  }

  .container.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .grid.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .grid-item {
    padding: 8px;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100 {
    width: 100%;
  }

  .grid-item._25.landscape-50 {
    width: 50%;
  }

  .spacer._32.for-review {
    height: 16px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40, .spacer._80 {
    height: 40px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .button {
    width: 100%;
  }

  .button.tertiary {
    margin-left: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
  }

  .tab-link {
    border-bottom-style: none;
    flex: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-link.w--current {
    background-color: var(--brand-primary);
    color: var(--black);
  }

  .scrolling-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .arrow.left {
    left: 8px;
  }

  .arrow.right {
    inset: auto 0% 0% auto;
  }

  .slide-container {
    padding-bottom: 56px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .links-container.socials {
    margin-bottom: 0;
  }

  .footer-items-wrapper {
    padding-bottom: 32px;
  }

  .button-icon-right {
    height: 18px;
    margin-top: 0;
  }

  .button-wrapper.mobile {
    display: flex;
  }

  .hero-wrapper {
    width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .lightbox-hero-video {
    margin-top: 32px;
  }

  .numbers-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .number-item {
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
  }

  .numbers {
    font-size: 24px;
  }

  .numbers-description {
    font-size: 12px;
  }

  .image-wrapper.left {
    justify-content: center;
  }

  .image-wrapper.bottom-margin {
    padding-bottom: 48px;
  }

  .img-40 {
    width: 80%;
  }

  .img-40.landscape-100 {
    width: 100%;
  }

  .service-banner-wrapper {
    flex-direction: column;
  }

  .banner-button-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .bg-pattern {
    height: 32vw;
    min-height: 200px;
  }

  .banner {
    flex-direction: column;
    padding: 32px 24px;
  }

  .banner.vertical {
    width: 100%;
  }

  .slider-decorate {
    display: none;
  }

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

  .width-constraint {
    max-width: none;
  }

  .image-overlapping {
    display: none;
  }

  .team-img-wrapper {
    height: 90vw;
    max-height: none;
  }

  .tabs-img {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tabs-decor-img {
    bottom: -7%;
  }

  .review-item {
    padding: 20px 24px;
  }

  .img-contact {
    margin-top: 0;
    margin-bottom: 32px;
  }

  ._404-img {
    width: 60%;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .logo-img {
    width: auto;
    height: 37px;
  }

  .app-cont {
    width: 100%;
  }

  .text-16 {
    font-size: 1.3rem;
  }

  .app-img-div {
    display: none;
  }

  .btn {
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
  }

  .tr-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .modal-inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .container {
    padding: 72px 12px;
  }

  .container.nav {
    width: 100%;
  }

  .container.inner-hero {
    padding-top: 140px;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-item._25.landscape-50, .tab-link, .nav-menu {
    width: 100%;
  }

  .nav-link.footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .links-container {
    flex-flow: column wrap;
    display: flex;
  }

  .links-container.socials {
    flex-direction: row;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .hero-wrapper {
    width: 100%;
  }

  .numbers-wrapper {
    flex-flow: wrap;
    place-content: flex-end center;
    align-items: center;
  }

  .number-item {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .numbers {
    font-size: 24px;
  }

  .numbers-description {
    font-size: 12px;
  }

  .left-bg-element {
    width: 6vw;
    min-width: 130px;
    bottom: 1%;
  }

  .service-banner-wrapper {
    padding: 24px;
  }

  .slider-img-container {
    height: 90vw;
    margin-top: 32px;
  }

  .mobile-nav-button {
    margin-top: 24px;
  }

  ._404-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .logo-img {
    width: auto;
    height: 38px;
    display: block;
  }

  .title-52 {
    font-size: 2.6rem;
  }

  .block-10h {
    flex: none;
  }

  .cord-2 {
    bottom: -3.6rem;
  }

  .block-115h.mobile-50 {
    height: 50px;
  }

  .app-cont {
    grid-row-gap: 30px;
    align-items: stretch;
  }

  .title-22 {
    font-size: 2rem;
  }

  .btn {
    line-height: 138%;
  }

  .block-160h.mobile {
    height: 3.8rem;
  }

  .app-dutton-wrap {
    flex-direction: column;
    display: flex;
  }

  .tr-menu {
    width: 100%;
  }

  .tr-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tr-link.footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .modal-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .modal-arrow {
    width: 150px;
    height: 150px;
    top: 233px;
    right: 16%;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(-158deg);
  }

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


