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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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: #1b1b1b;
  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: #1b1b1b;
  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 {
  color: #1b1b1b;
  border-left: 4px solid #c9ff56;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  color: #4d4e52;
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
}

.section {
  width: 100%;
}

.section.dark {
  color: #fff;
  background-color: #1b1b1b;
}

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

.container.nav {
  width: 95%;
  max-width: none;
  background-color: #1b1b1b;
  justify-content: space-between;
  align-items: center;
  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 {
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  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: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.grid {
  width: 100%;
  flex-wrap: wrap;
  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._50.landscape-100 {
  align-self: center;
}

.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 {
  color: #fff;
  background-color: #1b1b1b;
}

.sg-block.dark {
  background-color: #1b1b1b;
  border-radius: 32px;
  padding: 24px;
}

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

.sg-container.grey-bg {
  background-color: #f8f9fa;
}

.paragraph {
  font-weight: 300;
}

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

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

.paragraph.small.grey-80 {
  color: #4d4e52;
}

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

.paragraph.extra-small.grey-60 {
  color: #777a85;
}

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

.paragraph.tooltip {
  color: #777a85;
  margin-bottom: 0;
  font-size: 12px;
}

.sg-caption {
  color: #c2c8d9;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
}

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

.link {
  font-size: 16px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 #c9ff56;
}

.link:hover {
  box-shadow: inset 0 -50px #c9ff56;
}

.color-block {
  width: 14%;
  height: 48px;
  background-color: #1b1b1b;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.color-block.grey-80 {
  background-color: #4d4e52;
}

.color-block.grey-60 {
  background-color: #777a85;
}

.color-block.grey-40 {
  background-color: #9195a4;
}

.color-block.grey-20 {
  background-color: #c2c8d9;
}

.color-block.grey-15 {
  background-color: #eaedf6;
}

.color-block.grey-8 {
  background-color: #f8f9fa;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, .25);
}

.color-block.brand-primary {
  background-color: #c9ff56;
}

.color-block.brand-primary-deep {
  background-color: #eefecc;
}

.color-block.white-75 {
  background-color: rgba(255, 255, 255, .75);
}

.button {
  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.secondary {
  color: #1b1b1b;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  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.secondary:hover {
  box-shadow: inset 0 -80px #eefecc;
}

.button.secondary.green {
  background-color: #c9ff56;
}

.button.secondary.green:hover {
  color: #1b1b1b;
}

.button.tertiary {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 32px;
  padding: 0;
  font-weight: 400;
  transition: color .3s;
}

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

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

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

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

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

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

.tab-link {
  color: rgba(255, 255, 255, .75);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(255, 255, 255, .25);
  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: #c9ff56;
}

.tab-link.w--current {
  color: #c9ff56;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #c9ff56;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: #eaedf6;
  border-radius: 8px;
}

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

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

.text-link:hover {
  color: #1b1b1b;
  box-shadow: inset 0 -30px #c9ff56;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #c2c8d9;
  margin-bottom: 40px;
  padding: 8px 0;
  transition: border-color .3s, border-width .3s;
}

.text-field:hover {
  border-bottom-color: #777a85;
}

.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: #1b1b1b;
}

.text-field::-ms-input-placeholder {
  color: #9195a4;
}

.text-field::placeholder {
  color: #9195a4;
}

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

.form-selector {
  color: #9195a4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #c2c8d9;
  margin-bottom: 32px;
  padding: 8px 0;
}

.form-selector:hover {
  border-bottom-color: #4d4e52;
}

.form-selector:focus {
  border-bottom-color: #1b1b1b;
}

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

.control-field:hover {
  color: #4d4e52;
}

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

.checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  margin-top: 0;
  margin-left: 0;
}

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

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

.radio-button.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-width: 5px;
  border-color: #1b1b1b;
}

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: #eaedf6;
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-menu {
  float: none;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: static;
}

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

.menu-button {
  float: none;
}

.nav-link {
  color: rgba(255, 255, 255, .75);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  transition: box-shadow .3s, color .3s;
  box-shadow: inset 0 0 #eefecc;
}

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

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

.nav-link.footer {
  color: #4d4e52;
  font-size: 14px;
}

.nav-link.footer:hover {
  color: #1b1b1b;
}

.brand-img {
  height: 28px;
}

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

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

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

.card-icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 0 35px 40px rgba(116, 132, 157, .05), 0 12px 28px rgba(97, 99, 118, .06);
}

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

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

.arrow {
  width: 48px;
  height: 48px;
  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;
  top: auto;
  bottom: 52px;
  left: 51%;
  right: auto;
  box-shadow: inset 0 0 #eefecc;
}

.arrow.left {
  top: auto;
  bottom: -40px;
  left: 0%;
  right: auto;
}

.arrow.left:hover {
  box-shadow: inset 0 -48px #eefecc;
}

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

.arrow.right {
  top: auto;
  bottom: -40px;
  left: 72px;
  right: auto;
}

.arrow.right:hover {
  box-shadow: inset 0 -48px #eefecc;
}

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

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

.accordion-wrapper {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  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;
}
.links-container a {
  padding-right: 0.5rem;
}

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

.social-link:hover {
  box-shadow: inset 0 -64px #eefecc;
}

.social-icon {
  height: 24px;
}

.footer-items-wrapper {
  border-bottom: 1px solid #eaedf6;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.footer-bottom-wrapper {
  color: #777a85;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-link {
  color: #777a85;
  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: #1b1b1b;
}

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

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

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

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

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

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

.grey {
  color: #777a85;
}

.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 {
  width: 100%;
  height: 16vw;
  object-fit: cover;
}

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

.sg-icons-wrapper {
  background-color: #1b1b1b;
  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 {
  color: #f8f9fa;
  background-color: #1b1b1b;
  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 {
  width: 95%;
  color: #fff;
  background-color: #1b1b1b;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.paragraph-wrapper {
  color: rgba(255, 255, 255, .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: #777a85;
  font-size: 14px;
}

.paragraph-grey {
  color: #4d4e52;
}

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

.do-item {
  background-color: #eefecc;
  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;
  top: auto;
  bottom: 4%;
  left: -1%;
  right: auto;
}

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

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

.paragraph-white-50 {
  color: rgba(255, 255, 255, .5);
}

.service-banner-wrapper {
  color: #1b1b1b;
  background-color: #c9ff56;
  align-items: flex-start;
  padding: 32px 32px 24px;
  display: flex;
}

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

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

.white-bg {
  color: #1b1b1b;
  background-color: #fff;
  padding-top: 96px;
}

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

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

.banner {
  color: #fff;
  background-color: #1b1b1b;
  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 {
  width: 92px;
  height: 92px;
  background-image: url('../images/decor-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0;
  right: auto;
}

.slider-nav {
  display: none;
}

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

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

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

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

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

.image-overlapping {
  width: 50%;
  border: 8px solid #1b1b1b;
  position: absolute;
  top: auto;
  bottom: -31%;
  left: auto;
  right: 4%;
}

.tabs-content {
  overflow: visible;
}

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

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

.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;
  top: auto;
  bottom: -13%;
  left: -7%;
  right: auto;
}

.review-item {
  background-color: #f8f9fa;
  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: rgba(255, 255, 255, .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 {
  width: 320px;
  color: #1b1b1b;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: -15px;
  right: auto;
}

.tooltip-arrow {
  position: absolute;
  top: auto;
  bottom: -7px;
  left: 27px;
  right: auto;
}

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

.overlay-transition {
  width: 100%;
  height: 100%;
  background-color: #eefecc;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg {
  background-color: #1b1b1b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.success-message {
  background-color: #c9ff56;
}

.error-message {
  color: #fc0808;
  background-color: rgba(0, 0, 0, 0);
}

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

.changelog-wrapper {
  max-width: 800px;
  background-color: #f8f9fa;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 80px 20px;
  }

  .container.nav {
    width: 95%;
    background-color: #1b1b1b;
    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._32.tablet-8 {
    height: 8px;
  }

  .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 {
    width: 95%;
    background-color: #1b1b1b;
    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 {
    color: #1b1b1b;
    background-color: #1b1b1b;
  }

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

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

  .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 {
    width: 100%;
    justify-content: space-between;
    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%;
  }
}

@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 {
    color: #1b1b1b;
    background-color: #c9ff56;
  }

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

  .arrow.left {
    left: 8px;
  }

  .arrow.right {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

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

  .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 {
    width: 100%;
    justify-content: center;
    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;
  }
}

@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 {
    justify-content: center;
    align-items: center;
  }

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

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


