:root {
  --deep-space: #2a214c;
  --white: white;
  --purple: #8850ff;
  --black: black;
}

body {
  background-color: var(--deep-space);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-medium {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 72.5vw;
  display: flex;
  position: relative;
}

.container-medium.hspread {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container-medium.vcenter {
  justify-content: center;
  align-items: center;
}

.container-medium.hcenter {
  flex-direction: row;
  align-items: center;
}

.container-medium.htop {
  flex-direction: row;
}

.container-medium.hstretch {
  flex-direction: row;
  align-items: stretch;
}

.container-medium.vspread {
  justify-content: space-between;
}

.logo-link {
  cursor: pointer;
  transition: all .3s;
}

.logo-link:hover {
  transform: translate(0, -.15vw);
}

.company-logo {
  width: 5vw;
}

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

.menu-item {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.menu-item:hover {
  color: var(--purple);
}

.menu-text {
  font-size: .85vw;
  line-height: 120%;
}

.hamburger {
  display: none;
}

.page-wrapper {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.on-detail {
  height: auto;
  min-height: auto;
  padding-top: 12.5vw;
  padding-bottom: 7.5vw;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 3vw;
  padding-bottom: 7.5vw;
  display: flex;
  position: relative;
}

.section.paddings-5 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.ptop-3 {
  padding-top: 3vw;
}

.section.ptop-3.pbot-3 {
  padding-bottom: 3vw;
}

.section.ptop-3.pbot-3.ovhide {
  overflow: hidden;
}

.image-inner {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-inner.parallax {
  transform-origin: 50% 100%;
  height: 115%;
  top: -15%;
}

.image-inner.inside-hero {
  transform-origin: 50% 0;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-clip: border-box;
  height: 95%;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.text-style-regular {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
  position: static;
}

.text-style-regular.is-label-side {
  pointer-events: auto;
  mix-blend-mode: normal;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 160%;
  display: block;
  position: static;
  overflow: visible;
}

.text-style-regular.is-faded {
  color: #ffffffa6;
  border-radius: 0;
}

.heading-style-h1 {
  text-align: left;
  letter-spacing: -.2vw;
  text-indent: 15vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 95%;
  text-decoration: none;
}

.heading-style-h1.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h1.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h1.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h2 {
  text-align: left;
  letter-spacing: -.2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.heading-style-h2.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h2.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h2.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h2.split-type {
  position: static;
}

.heading-style-h3 {
  text-align: left;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h3.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h3.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h3.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h3.is-smaller {
  font-size: 1.2vw;
}

.heading-style-h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h4.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h4.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h4.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h5.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h5.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h5.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h6 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
  text-decoration: none;
}

.heading-style-h6.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h6.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h6.mbot-1 {
  margin-bottom: 1vw;
}

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

.rich-text {
  width: 100%;
}

.rich-text h1 {
  margin-top: 3vw;
  margin-bottom: 2vw;
  font-size: 4vw;
  line-height: 120%;
}

.rich-text h2 {
  margin-top: 3vw;
  margin-bottom: 2vw;
  font-size: 3vw;
  line-height: 120%;
}

.rich-text h3 {
  margin-top: 3vw;
  margin-bottom: 2vw;
  font-size: 2.5vw;
  line-height: 120%;
}

.rich-text h4 {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: 2vw;
  line-height: 120%;
}

.rich-text h5 {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: 1.7vw;
  line-height: 120%;
}

.rich-text h6 {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: 1.3vw;
  line-height: 120%;
}

.rich-text p {
  font-size: 1vw;
  line-height: 160%;
}

.rich-text blockquote {
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 1.5vw;
  font-size: 1.2vw;
  line-height: 120%;
}

.rich-text ol, .rich-text ul {
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 1.5vw;
}

.rich-text li {
  padding-top: .25vw;
  padding-bottom: .25vw;
  font-size: 1vw;
  line-height: 160%;
}

.rich-text a {
  font-size: 1vw;
  line-height: 160%;
}

.button {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  color: var(--white);
  border: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding: .9vw 1.5vw .9vw 1vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  font-size: 1vw;
  line-height: 120%;
}

.image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.input-field {
  background-color: #0000;
  border: 0 #000;
  width: 100%;
  height: 3.5vw;
  font-size: 1vw;
  line-height: 120%;
  transition: all .3s;
}

.input-field.as-area {
  min-width: 100%;
  max-width: 100%;
  height: 10vw;
  margin-bottom: 0;
  padding: 1vw;
}

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

.form {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  width: 100%;
}

.faq-list, .faq-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.faq-icon {
  flex: none;
  width: 2.2vw;
  margin-left: 2vw;
  display: block;
  position: relative;
}

.faq-content {
  width: 100%;
  overflow: hidden;
}

.content-inner {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 1.5vw;
}

.content-inner.has-padding {
  padding-top: 0;
  padding-bottom: 1.5vw;
  padding-left: 2vw;
}

.link-parent {
  position: relative;
}

.link-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.two-columns {
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.two-columns.align-center {
  place-items: center;
}

.two-columns.align-top {
  place-items: start;
}

.two-columns.center-mobile.hide {
  display: none;
}

.two-columns.spacing-1 {
  grid-column-gap: 1vw;
  grid-row-gap: 3vw;
}

.column {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.column.vertical-paddings {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.column.spacing-3 {
  z-index: 1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
}

.column.spacing-75 {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
}

.three-columns {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hidden-submit {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.tab-link {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s;
}

.tab-link.w--current {
  background-color: #0000;
}

.tabs-content, .tab-pane {
  width: 100%;
}

.checkbox-field {
  margin: 0;
  padding: 0;
  position: relative;
}

.checkbox {
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.checkbox-label {
  margin: 0;
}

.radio-button-field {
  margin: 0;
  padding: 0;
  position: relative;
}

.radio-button {
  border: 0 #000;
  margin: 0;
  transition: all .3s;
}

.pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.empty-state {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.text-style-large {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15vw;
  line-height: 160%;
  text-decoration: none;
}

.text-style-xlarge {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 160%;
  text-decoration: none;
}

.text-style-small {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75vw;
  line-height: 160%;
  text-decoration: none;
}

.text-style-small.is-faded {
  opacity: .6;
  font-weight: 300;
}

.text-style-small.is-faded.is-small {
  color: var(--white);
  font-size: 13px;
  display: block;
}

.text-style-small.is-faded.is-small.as-link {
  font-size: 13px;
  transition: all .3s;
}

.text-style-small.is-faded.is-small.as-link:hover {
  opacity: 1;
}

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

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

.text-align-right {
  text-align: right;
}

.container-large {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
  display: flex;
  position: relative;
}

.container-large.hspread {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container-large.vcenter {
  justify-content: center;
  align-items: center;
}

.container-large.hcenter {
  flex-direction: row;
  align-items: center;
}

.container-large.htop {
  flex-direction: row;
}

.container-large.hstretch {
  flex-direction: row;
  align-items: stretch;
}

.container-large.vspread {
  justify-content: space-between;
}

.background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--deep-space), #0e111800);
  width: 100%;
  height: 10vw;
  position: absolute;
  inset: -1px 0% auto;
}

.gradient-top.is-bigger {
  height: 50%;
}

.gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--deep-space), #0e111800);
  width: 100%;
  height: 15vw;
  position: absolute;
  inset: auto 0% -1px;
}

.gradient-bottom.is-bigger {
  height: 50%;
}

.gradient-bottom.in-graphic {
  height: 20vw;
  bottom: -9.3vw;
}

.indent-wrapper {
  width: 73%;
  padding-left: 11vw;
  font-weight: 300;
}

.shortener-40 {
  width: 40%;
  padding-right: 0;
}

.scroll-arrow {
  z-index: 3;
  height: 2.5vw;
  position: absolute;
  inset: auto 13.75vw 5vw auto;
}

.label-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.label-container {
  flex: none;
  width: 15vw;
  padding-right: 3vw;
  transition: opacity .2s;
  position: static;
  transform: translate(0);
}

.text-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  display: flex;
  position: relative;
}

.services-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.service-item {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  cursor: pointer;
  background-color: #00000026;
  border: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  min-height: 27vw;
  padding: 5vw 2vw 2vw;
  display: flex;
  position: relative;
}

.service-title-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-content {
  width: 100%;
  overflow: hidden;
}

.circle-wrapper {
  width: 2.2vw;
  position: absolute;
  inset: 1vw 1vw auto auto;
}

.circle-1 {
  width: 100%;
}

.circle-2 {
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.services-graphics {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-graphic {
  width: 105%;
  max-width: none;
  overflow: hidden;
}

.services-graphic.bigger {
  flex: none;
  width: 130%;
}

.values {
  width: 100%;
  margin-top: 5vw;
}

.values-graphic {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: relative;
}

.value-graphic-main {
  width: 70%;
}

.values-wrapper, .values-list {
  width: 100%;
}

.value {
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
}

.value-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.value-no-wrap {
  width: 2vw;
  display: flex;
}

.footer {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-link {
  color: var(--white);
  padding-top: .5vw;
  padding-bottom: .5vw;
  text-decoration: none;
  position: relative;
}

.contact-method {
  width: 100%;
}

.contact-method.padded-left {
  padding-left: 15%;
}

.underline-wrapper {
  width: 100%;
  height: .5px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
}

.subscript {
  display: inline-flex;
  top: -1vw;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.footer-meta {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.meta-copyright {
  flex: none;
  width: 45vw;
}

.meta-info-1 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bg {
  z-index: 8;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0e111866;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  height: 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.button-cross {
  width: .7vw;
}

.radial-overlay {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2a214c00, var(--deep-space));
  position: absolute;
  inset: 0%;
}

.radial-overlay.to-inner {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2a214c00, var(--deep-space) 58%);
}

.relative-graphic {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gradient-bottom-3, .gradient-bottom-4 {
  z-index: 1;
  background-image: linear-gradient(0deg, #2a214c, #0e111800);
  width: 100%;
  height: 15vw;
  position: absolute;
  inset: auto 0% -1px;
}

.gradient-bottom-5 {
  z-index: 1;
  background-image: linear-gradient(0deg, #2a214c, #0e111800);
  width: 100%;
  height: 15vw;
  margin-top: 0;
  position: absolute;
  inset: auto 0% -1px;
}

.image {
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .navbar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0e1118a6;
    border-bottom-color: #ffffff1a;
    height: 60px;
  }

  .container-medium {
    width: 90vw;
  }

  .logo-link {
    z-index: 1;
    transition-property: none;
    position: relative;
  }

  .logo-link:hover {
    transform: none;
  }

  .company-logo {
    width: 60px;
  }

  .menu-item {
    padding: 10px;
  }

  .menu-text {
    font-size: 12px;
  }

  .hamburger {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
  }

  .hamburger-icon {
    width: 25px;
    position: relative;
    top: 3px;
  }

  .hero {
    min-height: auto;
    padding-top: 175px;
    padding-bottom: 125px;
  }

  .hero.on-detail {
    padding-top: 125px;
    padding-bottom: 35px;
  }

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

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

  .section.ptop-3 {
    padding-top: 25px;
  }

  .image-inner.parallax {
    height: 100%;
    top: 0%;
  }

  .text-style-regular {
    font-size: 15px;
  }

  .text-style-regular.is-label-side {
    font-size: 12px;
  }

  .text-style-regular.is-label-side.text-align-center-mobile {
    text-align: center;
  }

  .heading-style-h1 {
    letter-spacing: -2px;
    text-indent: 100px;
    font-size: 45px;
  }

  .heading-style-h1.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h1.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h1.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h2 {
    letter-spacing: -1.5px;
    font-size: 35px;
  }

  .heading-style-h2.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h2.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h2.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h2.text-align-center-mobile {
    text-align: center;
  }

  .heading-style-h3 {
    letter-spacing: -.5px;
    font-size: 20px;
  }

  .heading-style-h3.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h3.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h3.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h3.is-smaller {
    font-size: 20px;
  }

  .heading-style-h4.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h4.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h4.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h5.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h5.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h5.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h6.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h6.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h6.mbot-1 {
    margin-bottom: 10px;
  }

  .scroll-trigger {
    display: none;
  }

  .rich-text h1 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 40px;
  }

  .rich-text h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 35px;
  }

  .rich-text h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 25px;
  }

  .rich-text h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .rich-text h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
  }

  .rich-text ol, .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
  }

  .rich-text li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .rich-text a {
    font-size: 16px;
  }

  .button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 12px 15px;
  }

  .button-text {
    font-size: 16px;
  }

  .input-field {
    height: 55px;
    font-size: 15px;
  }

  .input-field.as-area {
    height: 150px;
    padding: 15px;
  }

  .success-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-trigger {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-icon {
    width: 25px;
    margin-left: 20px;
  }

  .content-inner {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .content-inner.has-padding {
    padding-bottom: 15px;
    padding-left: 35px;
  }

  .two-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .two-columns.center-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .two-columns.spacing-1 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column.vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.spacing-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column.center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .three-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pagination {
    margin-top: 20px;
  }

  .empty-state {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .text-style-large {
    font-size: 16px;
  }

  .text-style-xlarge {
    font-size: 20px;
  }

  .text-style-small {
    font-size: 13px;
  }

  .text-align-right {
    text-align: left;
  }

  .container-large {
    width: 90vw;
  }

  .gradient-top {
    height: 20vw;
  }

  .gradient-bottom {
    height: 25vw;
  }

  .indent-wrapper {
    padding-left: 100px;
  }

  .shortener-40 {
    width: 100%;
  }

  .scroll-arrow {
    height: 30px;
  }

  .label-container {
    padding-right: 15px;
  }

  .label-container.center-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .text-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .services-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .service-item {
    width: 100%;
    padding: 75px 25px 25px;
  }

  .circle-wrapper {
    width: 25px;
    top: 15px;
    right: 15px;
  }

  .services-graphics {
    width: 100vw;
    left: -5vw;
    overflow: hidden;
  }

  .services-graphic {
    flex: none;
    width: 170%;
  }

  .value-graphic-main {
    width: 30%;
  }

  .value-no-wrap {
    width: 35px;
  }

  .footer-top {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .contact-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-method.padded-left {
    padding-left: 0%;
  }

  .underline-wrapper {
    display: none;
  }

  .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-meta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-cross {
    width: 10px;
  }

  .gradient-bottom-3, .gradient-bottom-4, .gradient-bottom-5 {
    height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .section.paddings-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .two-columns.spacing-1 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 125px;
    padding-bottom: 100px;
  }

  .section.ptop-3.pbot-3 {
    padding-bottom: 25px;
  }

  .heading-style-h1 {
    text-indent: 50px;
    font-size: 40px;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .two-columns.spacing-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .indent-wrapper {
    padding-left: 50px;
  }

  .scroll-arrow {
    right: 5vw;
  }

  .label-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .label-container {
    width: 100%;
    padding-right: 0;
  }

  .services-graphic {
    width: 250%;
  }

  .services-graphic.bigger {
    width: 440%;
  }

  .values-graphic {
    margin-top: 25px;
    margin-bottom: -32px;
  }

  .value-graphic-main {
    width: 70%;
  }

  .footer-meta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .meta-copyright {
    order: 1;
    width: 100%;
  }

  .meta-info-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}


