:root {
  --black: #1b1b1b;
  --brand-primary: #c9ff56;
  --grey-80: #4d4e52;
  --white: white;
  --grey-8-2: #f8f9fa;
  --turquoise: #1fdebf;
  --grey-60: #777a85;
  --grey-20: #c2c8d9;
  --grey-40: #9195a4;
  --grey-15: #eaedf6;
  --white-50: #ffffff80;
  --white-25: #ffffff40;
  --brand-secondary: #eefecc;
  --white-75: #ffffffbf;
  --aquamarine: #55ffe3;
  --dodger-blue: #1f9ede;
}

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

.section.dark.display-none {
  display: none;
}

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

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

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

.container.hero {
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 164px;
  padding-bottom: 20px;
  display: block;
}

.container.hero.case-hero {
  padding-bottom: 0;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
}

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

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

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

.grid-item {
  color: var(--white);
  text-align: center;
  width: 100%;
  padding: 16px 16px 0;
  position: relative;
}

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

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

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

.grid-item._50.landscape-100 {
  text-align: left;
}

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

.grid-item._33.mobile-100 {
  text-align: left;
  width: 25%;
}

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

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

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

.paragraph.small {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

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

.paragraph.small.grey-80.center {
  color: var(--grey-8-2);
  text-align: center;
}

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

.paragraph.extra-small {
  text-transform: uppercase;
  font-size: 12px;
}

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

.paragraph.extra-small.grey-60.center {
  text-align: center;
}

.paragraph.accordion {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 32px;
}

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

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

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

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

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

.button.secondary.green {
  background-color: var(--turquoise);
  background-image: linear-gradient(121deg, var(--aquamarine), #52f9e3 6%, #4ff3e3 52%, var(--dodger-blue));
}

.button.secondary.green:hover {
  box-shadow: inset 0 -80px 0 0 var(--aquamarine);
  color: var(--black);
}

.button.secondary.display-none {
  display: none;
}

.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(--turquoise);
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  color: var(--black);
}

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

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

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

.tab-link:hover {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #0000 #0000 var(--turquoise);
  color: var(--turquoise);
}

.tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--turquoise);
  color: var(--turquoise);
  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;
  color: var(--white);
  background-color: #0000;
  width: 100%;
  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(--turquoise);
  color: var(--white);
}

.nav-link:focus {
  box-shadow: inset 0 0 0 0 var(--turquoise);
}

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

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

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

.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 {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  min-width: 64px;
  min-height: 64px;
  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 {
  box-shadow: inset 0 0 0 0 var(--brand-secondary);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  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 {
  box-shadow: inset 0 0 0 0 var(--turquoise);
  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 {
  box-shadow: inset 0 0 0 0 var(--turquoise);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), box-shadow .3s cubic-bezier(.455, .03, .515, .955);
  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(--turquoise);
  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(--aquamarine);
}

.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-top: 8px;
  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);
}

.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;
  border: 0px solid var(--turquoise);
  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;
  color: #2043ad;
  height: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

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

.button-wrapper {
  display: block;
}

.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);
  color: var(--white);
  width: 100%;
  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: none;
}

.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 {
  color: var(--black);
  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(--turquoise);
  color: var(--black);
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 12px 16px;
  font-weight: 500;
  display: inline-block;
}

.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 {
  flex: 1;
  width: 100%;
}

.img-40.landscape-100 {
  text-align: right;
  border-radius: 0 30px;
  width: 80%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  transition: transform .2s;
}

.img-40.landscape-100:hover {
  transform: rotate(-1deg);
}

.img-40.landscape-100.rotate-180 {
  box-shadow: none;
  margin-bottom: 70px;
  transform: rotate(180deg);
}

.img-40.landscape-100.logo {
  clear: none;
  box-shadow: none;
  text-align: right;
  width: 90%;
  margin-bottom: 70px;
  padding-right: 0%;
  position: static;
}

.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 {
  filter: grayscale();
  width: 40px;
  margin-bottom: 16px;
}

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

.service-banner-wrapper {
  background-color: var(--turquoise);
  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/Website-Banner-Wave-04.png'), linear-gradient(to bottom, var(--black), var(--black) 24%, #1b1b1b00);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 20vw;
  margin-top: -60px;
}

.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);
  background-color: var(--white);
  border-radius: 20px;
  width: 50%;
  padding: 40px 10px;
  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 {
  text-align: center;
  padding-right: 0;
  position: relative;
}

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

.review-item {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 56px;
}

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

.review-author-img {
  filter: grayscale();
  border-radius: 20px;
  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);
  color: var(--black);
  border-radius: 8px;
  width: 320px;
  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(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg {
  background-color: #0000;
  padding-bottom: 20px;
  position: absolute;
  inset: 0%;
}

.hero-bg.case-hero {
  padding-bottom: 100px;
}

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

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

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

.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-2);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.heading {
  color: var(--black);
  text-align: left;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: var(--black);
}

.heading-6.white {
  color: var(--white);
}

.heading-6.white.center {
  text-align: center;
}

.heading-7, .heading-8 {
  color: var(--black);
}

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

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

.heading-9 {
  color: var(--turquoise);
  margin-bottom: 0;
}

.div-block {
  display: inline-block;
}

.div-block.results {
  margin: 20px;
}

.heading-10 {
  color: var(--black);
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  font-size: 10px;
}

.paragraph-2.margin-top {
  text-align: left;
  margin-top: 40px;
  text-decoration: none;
}

.paragraph-2.designrush {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-2, .text-span-3 {
  color: var(--white);
}

.heading-11, .heading-12 {
  color: var(--black);
}

.text-span-4 {
  color: var(--turquoise);
  font-size: 14px;
  font-weight: 300;
}

.paragraph-3 {
  font-size: 12px;
}

.heading-13 {
  margin-bottom: 10px;
}

.image {
  display: none;
}

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

.text-span-5 {
  font-size: 10px;
}

.heading-14 {
  color: var(--black);
}

.rich-text-block {
  color: var(--black);
  transition: transform .2s, opacity .2s;
  display: block;
}

.heading-15 {
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 24px;
}

.paragraph-4 {
  font-size: 14px;
  font-weight: 300;
}

.blog {
  border: 0px solid var(--turquoise);
  background-color: #121114;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.button-2 {
  color: var(--black);
  background-color: #08f8d1;
  margin: 0 10px 30px 20px;
}

.collection-list-wrapper {
  margin-bottom: 220px;
}

.container-2 {
  padding-left: 2vw;
  padding-right: 2vw;
}

.paragraph-5 {
  font-size: 16px;
  font-weight: 300;
}

.heading-16 {
  font-family: Baskervville, sans-serif;
}

.text-span-6 {
  font-family: Lexend, sans-serif;
}

.link-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.text-span-7 {
  color: var(--aquamarine);
}

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

.grid-2 {
  opacity: .56;
  background-color: #0000;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . Area";
  margin-top: 100px;
}

.image-2 {
  background-color: var(--black);
}

.image-2.grid-back {
  filter: invert() grayscale();
  background-color: #0000;
}

.image-3 {
  filter: blur(5px) invert() grayscale();
}

.image-4, .image-5, .image-7 {
  filter: grayscale();
}

.image-8, .image-9, .image-11 {
  filter: invert() grayscale();
}

.image-12 {
  filter: grayscale();
}

.text-span-8 {
  color: var(--turquoise);
  font-weight: 500;
  text-decoration: none;
}

.text-span-9 {
  color: var(--turquoise);
}

.text-span-10 {
  color: var(--turquoise);
  font-size: 2.5rem;
  line-height: 1;
}

.text-span-10._11 {
  font-size: 1.8rem;
}

.text-block {
  color: var(--black);
  font-weight: 500;
}

.div-block-2 {
  margin-top: 60px;
}

.div-block-3 {
  margin-top: 40px;
}

.image-13 {
  background-image: linear-gradient(to bottom, var(--white), white 0%), url('../images/Topograph-01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-2 {
  background-image: linear-gradient(357deg, var(--white), white 21%, transparent), url('../images/Website-Banner-Wave-04.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-14 {
  text-align: center;
  width: 50%;
}

.column {
  text-align: center;
}

.text-span-11 {
  color: var(--turquoise);
  text-decoration: underline;
}

.columns {
  margin-top: 20px;
}

.text-span-12 {
  color: #1fdebf;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-weight: 500;
  line-height: 1.48;
  position: relative;
  overflow: hidden;
}

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

.button-3.tertiary:hover {
  color: #c9ff56;
}

.button-3.secondary {
  color: #1b1b1b;
  background-color: #fff;
  padding: 20px 48px;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955), color .3s cubic-bezier(.455, .03, .515, .955);
  box-shadow: inset 0 0 #eefecc;
}

.button-3.secondary:hover {
  box-shadow: inset 0 -80px #55ffe3;
}

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

.button-3.primary:hover {
  box-shadow: inset 0 -80px #4d4e52;
}

.button-3.primary.green {
  color: #1b1b1b;
  background-color: #1fdebf;
  box-shadow: inset 0 0 #eefecc;
}

.button-3.primary.green:hover {
  box-shadow: inset 0 -80px #55ffe3;
}

.hero-wrapper-2 {
  color: #fff;
  background-color: #1b1b1b;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-6 {
  color: #4d4e52;
  font-weight: 300;
}

.paragraph-6.small {
  color: #fff;
  font-weight: 300;
}

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

.paragraph-wrapper-2 {
  color: #ffffffbf;
}

.button-text-2 {
  z-index: 2;
  white-space: nowrap;
  border: 0 solid #1fdebf;
  position: relative;
}

.paragraph-7 {
  color: var(--turquoise);
}

.container-3 {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.75;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 1.75;
}

.rich-text-block-2 {
  color: var(--grey-80);
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

.heading-17 {
  color: var(--white);
}

.section-4 {
  padding-bottom: 100px;
}

.collection-list {
  margin-left: 0;
  margin-right: 10px;
}

.paragraph-8 {
  color: var(--turquoise);
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 12px;
}

.image-15 {
  margin-bottom: 40px;
}

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

.menu-button-2 {
  float: none;
}

.nav-link-2 {
  color: #ffffffbf;
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  transition: box-shadow .3s, color .3s;
  box-shadow: inset 0 0 #eefecc;
}

.nav-link-2:hover {
  color: #fff;
  box-shadow: inset 0 -2px #1fdebf;
}

.nav-link-2:focus {
  box-shadow: inset 0 0 #1fdebf;
}

.nav-link-2.w--current {
  color: #1b1b1b;
  box-shadow: inset 0 -40px #55ffe3;
}

.navigation-2 {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.text-span-13 {
  color: var(--turquoise);
  font-size: 24px;
}

.container-4 {
  color: #000;
  background-color: #000;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px;
}

.image-16 {
  text-align: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  text-align: center;
}

.heading-18 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 28px;
}

.paragraph-9 {
  color: var(--turquoise);
}

.paragraph-10 {
  color: var(--grey-20);
  font-size: 18px;
  font-weight: 300;
}

.button-4 {
  background-color: var(--turquoise);
  color: var(--black);
}

.heading-19 {
  background-image: linear-gradient(to right, #1fdebf, var(--dodger-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.heading-19.thin, .paragraph-11 {
  font-weight: 300;
}

.image-17 {
  border-radius: 20px;
}

.section-5 {
  padding: 40px 0;
}

.section-5.extra-top {
  padding-top: 100px;
}

.section-5.hidden-mobile.hidden-desktop {
  display: none;
}

.heading-20 {
  font-size: 36px;
  line-height: 1.2;
}

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

.div-block-4 {
  padding-top: 0;
  padding-left: 20px;
}

.button-5 {
  background-color: var(--turquoise);
}

.section-6, .section-7 {
  text-align: center;
  padding: 20px;
}

.large-case-heading {
  margin-top: -20px;
  font-size: 92px;
  font-weight: 500;
}

.large-case-heading.long-title {
  font-size: 72px;
}

.image-18 {
  border-radius: 20px;
  width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-21 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.paragraph-13 {
  text-align: center;
  width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  text-align: center;
  margin-top: 40px;
}

.text-block-2 {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.image-20 {
  border: 4px solid var(--turquoise);
  text-align: center;
  background-image: url('../images/613dbd135b97f291f028f221_Screenshot-2021-09-12-094033.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  z-index: 10;
  border: 3px solid var(--aquamarine);
  text-align: center;
  background-image: url('../images/aelix-michaelidis.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 120px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-6.warrick {
  background-image: url('../images/613dbd135b97f291f028f221_Screenshot-2021-09-12-094033.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-14 {
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  border: 3px solid var(--aquamarine);
  border-radius: 20px;
  width: 700px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: block;
  position: relative;
}

.text-span-14 {
  color: var(--turquoise);
  font-size: 22px;
}

.div-block-8 {
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  height: 100px;
}

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

.div-block-10 {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/MatthewHughes.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 350px;
  position: relative;
}

.div-block-10.ben {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/BenKansy.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-10.leah {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/LeahWoodland.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-10.kishan {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/steph-36.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-10.celia {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/celia-darwin-36.jpg');
}

.div-block-10.oderic {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/oderic-36.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-10.captain {
  background-image: linear-gradient(to top, #000, #1b1b1b00 46%), url('../images/captain-Darwin-Social-Templates-36.jpg'), url('../images/MatthewHughes.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, cover, cover;
}

.text-block-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 5%;
}

.text-span-15 {
  color: var(--aquamarine);
}

.container-5, .container-6 {
  display: none;
}

.tag {
  background-color: var(--grey-15);
  text-align: center;
  width: 100px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.div-block-11 {
  border: 3px solid var(--aquamarine);
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-4 {
  font-size: 38px;
  font-weight: 500;
  position: absolute;
  inset: 35% 0% auto;
}

.html-embed {
  margin-bottom: 40px;
}

.column-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-21 {
  flex: 0 auto;
  width: 50%;
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 80px 20px;
  }

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

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

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

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

  .container.nav {
    background-color: #1b1b1b;
    width: 95%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

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

  .text-span-10 {
    color: var(--turquoise);
    font-size: 2rem;
  }

  .text-span-10._11 {
    color: var(--turquoise);
    font-size: 1.5rem;
  }

  .button-3.primary.green {
    width: 100%;
  }

  .image-15 {
    margin-bottom: 20px;
  }

  .nav-menu-2 {
    background-color: #1b1b1b;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    overflow: hidden;
  }

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

  .menu-button-2.w--open {
    color: #1b1b1b;
    background-color: #1b1b1b;
  }

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

  .nav-link-2.w--current {
    box-shadow: inset 0 -64px #eefecc;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-10 {
    height: 200px;
  }

  .text-block-3 {
    font-size: 12px;
  }
}

@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 {
    width: 100%;
  }

  .grid-item._50.landscape-100 {
    width: 100%;
    margin-top: 60px;
  }

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

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

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

  .img-40 {
    width: 80%;
  }

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

  .img-40.landscape-100.logo {
    margin-bottom: 0;
  }

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

  .slider-decorate {
    display: none;
  }

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

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

  .image-overlapping {
    display: none;
  }

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

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

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

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

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

  .hero-bg {
    padding: 20px;
  }

  ._404-img {
    width: 60%;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .image {
    filter: grayscale();
    width: 50%;
    display: block;
  }

  .blog {
    margin-bottom: 10px;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 20px;
  }

  .text-span-10 {
    color: var(--turquoise);
  }

  .button-3 {
    width: 100%;
  }

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

  .hero-wrapper-2 {
    width: 100%;
  }

  .grid-item-2 {
    padding: 8px;
  }

  .section-3 {
    padding-top: 0;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    margin-bottom: 40px;
  }

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

  .div-block-4 {
    padding-left: 0;
  }

  .paragraph-13 {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    display: inline-block;
  }

  .div-block-5 {
    margin-top: 40px;
  }

  .paragraph-14, .div-block-7 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
    height: auto;
  }

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

  .div-block-10 {
    height: 300px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .container {
    padding: 72px 12px;
  }

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

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

  .container.nav {
    width: 100%;
  }

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

  .grid-item._50.landscape-100 {
    margin-top: 40px;
  }

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

  .tab-link {
    border: 1px solid var(--turquoise);
    flex-direction: row;
    width: 100%;
  }

  .nav-menu {
    width: 100%;
  }

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

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

  .button-wrapper {
    display: none;
  }

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

  .numbers-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .numbers {
    font-size: 24px;
  }

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

  .image-wrapper.bottom-margin {
    text-align: left;
    padding-bottom: 0;
  }

  .img-40.landscape-100.logo {
    margin-bottom: 0;
  }

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

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

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

  .slider-img.cover {
    display: none;
  }

  .team-img-wrapper {
    height: 100vw;
  }

  .tabs-img {
    display: block;
  }

  .hero-bg.case-hero {
    background-position: 50% 150%;
  }

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

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

  .image {
    width: 70%;
  }

  .grid-2 {
    flex: 0 auto;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    place-content: space-around;
  }

  .text-span-10 {
    font-size: 1.5rem;
  }

  .text-span-10._11 {
    font-size: 1rem;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .hero-wrapper-2 {
    width: 100%;
  }

  .section-3 {
    padding-top: 0;
  }

  .rich-text-block-2 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .image-15 {
    margin-bottom: 40px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .nav-link-2.w--current {
    box-shadow: inset 0 -64px #1fdebf;
  }

  .heading-18 {
    margin-top: 20px;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .section-5.hidden-mobile, .section-5.hidden-mobile.hidden-desktop {
    display: none;
  }

  .heading-20 {
    padding-top: 20px;
    font-size: 30px;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-case-heading {
    font-size: 54px;
  }

  .large-case-heading.long-title {
    font-size: 58px;
  }

  .grid-3 {
    margin-top: 10px;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .div-block-7 {
    border-width: 2px;
  }

  .div-block-10 {
    height: 200px;
  }
}

#w-node-_6e49b222-8e6e-1b9b-18c1-1fa1183278b7-b16d74ae, #w-node-f3646071-2f72-860e-ba2d-a1b27ea5ab09-b16d74ae, #w-node-_158ce056-f6a4-6e31-988f-c3045abcde5d-b16d74ae, #w-node-_1fa7bbf7-f376-7084-3f51-7ad5f36323d7-b16d74ae, #w-node-_6471670c-fbbc-2b72-212e-58335e3691f4-b16d74ae, #w-node-_5555cd35-2ccb-aa77-d43b-19c97be91546-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd153-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd154-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd155-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd156-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd157-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd158-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd159-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd15a-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd15b-b16d74ae, #w-node-b7cb2803-eac0-1084-8b2c-e4c82aacd15c-b16d74ae, #w-node-_63ab5ee6-bfe5-2462-2ed0-e83878e9c92b-8419f7cd, #w-node-af541be0-a151-362e-97f2-03654721892e-8419f7cd, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0af-8419f7cd, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0b1-8419f7cd, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd2f-8419f7cd, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd31-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db87f-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db881-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db883-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db885-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db887-8419f7cd, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db889-8419f7cd, #w-node-_63ab5ee6-bfe5-2462-2ed0-e83878e9c92b-904aa5f6, #w-node-af541be0-a151-362e-97f2-03654721892e-904aa5f6, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0af-904aa5f6, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0b1-904aa5f6, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd2f-904aa5f6, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd31-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db87f-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db881-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db883-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db885-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db887-904aa5f6, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db889-904aa5f6, #w-node-_63ab5ee6-bfe5-2462-2ed0-e83878e9c92b-d3933bf8, #w-node-af541be0-a151-362e-97f2-03654721892e-d3933bf8, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0af-d3933bf8, #w-node-_2631a4d7-a750-9dd0-21b5-dd5b7512c0b1-d3933bf8, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd2f-d3933bf8, #w-node-e88df01c-3cc1-ff74-5a6f-797d645efd31-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db87f-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db881-d3933bf8, #w-node-_087deb41-8b73-b480-6c1c-6e9a7b41baab-d3933bf8, #w-node-_087deb41-8b73-b480-6c1c-6e9a7b41bab0-d3933bf8, #w-node-_17811f4d-3e1f-0a6c-f45d-6164c8b470ef-d3933bf8, #w-node-_17811f4d-3e1f-0a6c-f45d-6164c8b470f4-d3933bf8, #w-node-_8bd954f6-c8cb-301a-d1f2-6e7849f2a422-d3933bf8, #w-node-_8bd954f6-c8cb-301a-d1f2-6e7849f2a427-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db883-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db885-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db887-d3933bf8, #w-node-_6f6e2740-489e-1eea-e239-b4b0706db889-d3933bf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


