@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Regular.woff2') format("woff2"), url('../fonts/InterDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/InterDisplay-Medium.woff2') format("woff2"), url('../fonts/InterDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Display;
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --primary-blue: #5b5b5b;
  --dim-grey: #646670;
  --lightest-grey: #eceae5;
  --secondary-blue: #9dc4ff;
  --light-blue: #dfe4e7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white);
  color: var(--primary-blue);
  font-family: Inter Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

h2 {
  color: var(--primary-blue);
  -webkit-text-stroke-color: var(--primary-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.75vw;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 150%;
}

a {
  color: var(--primary-blue);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  -webkit-text-stroke-color: var(--primary-blue);
  background-color: #0000;
  min-height: 32px;
  padding: 0;
  position: relative;
}

.section.hero-section {
  background-image: url('../images/trimana7-ezgif.com-optipng.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section.padding-top-large {
  z-index: 10;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.no-padding-x {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.no-padding-bottom {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  grid-row-gap: 6rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.container.row-gap-1-5 {
  grid-row-gap: 1.5rem;
  margin-bottom: 0;
  padding-top: 0;
}

.container.row-gap-1-5.padding-y-l {
  margin-top: 0%;
  margin-bottom: 2%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.margin-bottom-15 {
  margin-bottom: 1rem;
}

.dark-divider {
  background-color: #faf8f226;
  width: 100%;
  height: 1px;
  position: relative;
}

.dark-divider.styleguide-bottom-divider {
  background-color: #1b2d7326;
  margin-top: 80px;
}

.text-large {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.text-large.nav-text {
  max-width: 100%;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 110%;
}

.text-large.light-text.subheading {
  color: var(--primary-blue);
  max-width: 770px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.footer {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem 3rem;
  position: relative;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1.125rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--white);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  color: var(--primary-blue);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.rich-text-block figcaption {
  color: var(--dim-grey);
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  background-color: var(--lightest-grey);
  color: var(--primary-blue);
  border: 0 solid #000;
  border-bottom: 1px solid #faf9f526;
  border-radius: 0;
  height: auto;
  margin-bottom: 48px;
  padding: 1rem 0 1rem 12px;
  font-size: 1rem;
  line-height: 150%;
  display: block;
  position: relative;
}

.text-field:active {
  color: var(--white);
  border-bottom-color: #e6e6e6;
  font-size: 1rem;
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--white);
  color: var(--primary-blue);
  font-size: 1rem;
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 1rem;
  line-height: 150%;
}

.submit-button {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 0 solid #000;
  padding: 1rem 3rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey);
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.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: left;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
  font-size: 1.25rem;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 200px;
}

.swatch.primary-blue {
  background-color: var(--primary-blue);
  border-color: #faf9f526;
}

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

.swatch.secondary-blue {
  background-color: var(--secondary-blue);
  border-color: #faf9f526;
}

.swatch.light-blue {
  background-color: var(--light-blue);
  border-color: #faf9f526;
}

.swatch.lightest-grey {
  background-color: var(--lightest-grey);
  border-color: #faf9f526;
}

.swatch.dim-grey {
  background-color: var(--dim-grey);
  border-color: #faf9f526;
}

.styleguide-heading {
  color: var(--primary-blue);
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

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

.margin-bottom-8 {
  margin-bottom: 8px;
}

._4-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.navbar {
  z-index: 1;
  border-top: 0px solid var(--white);
  color: var(--white);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
}

._12-column-grid {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: sticky;
}

._12-column-grid.hero-grid {
  grid-row-gap: 4.75rem;
  grid-template-rows: auto auto auto auto auto;
  width: 90%;
  margin-left: 1%;
  position: sticky;
}

._12-column-grid.intro-grid {
  grid-row-gap: 0rem;
}

._12-column-grid.usp-grid {
  grid-row-gap: 8rem;
}

._12-column-grid.services-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.numbers-grid {
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

._12-column-grid.faq-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.contact-links-grid {
  grid-row-gap: 6rem;
  margin-top: 5rem;
}

._12-column-grid.footer-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.typography-container {
  margin-bottom: 48px;
}

.text-small {
  font-size: 1rem;
  line-height: 150%;
}

.text-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.text-medium.column-heading {
  font-weight: 600;
}

.text-medium.text-white {
  color: var(--dim-grey);
  font-size: 1rem;
}

.nav-link-block {
  color: var(--white);
  padding: 0 1.75rem 0 0;
  font-size: 1.5rem;
  line-height: 1;
  transition-property: all;
  position: relative;
  overflow: visible;
}

.nav-link-block:hover {
  opacity: .68;
  color: var(--white);
}

.nav-link-block.w--current {
  opacity: .6;
}

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

.row-gap-2 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
  left: auto;
}

.navbar-wrapper {
  grid-row-gap: 5rem;
  border-top: 0 solid #000;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.horizontal-footer-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.brand-footer {
  z-index: 2;
  width: 100%;
}

.brand-footer.w--current {
  width: 100%;
  position: relative;
}

.brand-footer.w--current:hover {
  opacity: 1;
}

.navbar-text-container {
  z-index: 999999;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 1rem;
  color: var(--white);
  background-color: #0000;
  border-bottom: 0 solid #fff3;
  align-items: center;
  padding: 0 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.navbar-button {
  display: flex;
}

.button.huge-button {
  grid-column-gap: 1.5rem;
  color: var(--secondary-blue);
  flex-direction: row;
  justify-content: center;
  font-size: 2.5vw;
  font-weight: 600;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.logo {
  z-index: 999;
  position: relative;
}

.arrow-down {
  width: 1.75rem;
  max-width: 40px;
}

.hero-text {
  max-width: 25ch;
  font-size: 2.25vw;
  line-height: 110%;
}

.hero-image-overlay {
  background-color: #080e2433;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-link {
  font-size: .9375rem;
  line-height: 140%;
}

.hero-inner-section {
  background-color: #e7ebef;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  height: 100%;
}

.button-hover-line {
  background-color: var(--white);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.arrow-right {
  width: auto;
}

.hover-arrow-right {
  width: auto;
  position: absolute;
  bottom: 0;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

.button-bottom-line {
  background-color: #fff3;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.section-label-container {
  grid-column-gap: .75rem;
  color: var(--primary-blue);
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.section-label-container.text-white {
  padding-left: 30px;
}

.dot {
  background-color: var(--primary-blue);
  border-radius: 50vw;
  width: .5rem;
  height: .5rem;
}

.dot.secondary-blue-dot {
  background-color: var(--secondary-blue);
}

.section-heading-container {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-column-text-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.text-light {
  color: var(--dim-grey);
  font-size: 1.1rem;
}

.text-light.service-text {
  max-width: 515px;
}

.text-light.accordion-intro-text {
  max-width: 310px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.text-reveal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: .75vw;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.text-reveal-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-reveal-line-wrapper {
  text-align: center;
  font-weight: 600;
  position: relative;
}

.text-huge {
  color: #94a8b3;
  text-align: center;
  -webkit-text-stroke-color: #5b5b5b;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Interdisplay, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 78%;
}

.text-huge.text-lighter {
  color: var(--lightest-grey);
}

.text-huge.text-lightest-grey {
  color: var(--lightest-grey);
  display: block;
  overflow: visible;
}

.text-huge.text-primary-light-blue {
  color: #273a86;
}

.text-reveal-hover-wrapper {
  text-align: center;
  font-weight: 600;
  position: absolute;
  inset: auto auto auto 0;
  overflow: hidden;
}

.text-white {
  color: var(--primary-blue);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.usp-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.huge-number {
  font-size: 12vw;
  font-weight: 600;
  line-height: 80%;
}

.huge-number.text-secondary-blue {
  color: var(--primary-blue);
  margin-top: 5%;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 100%;
}

.usp-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  display: flex;
}

.divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  position: relative;
}

.slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 4rem;
}

.slider-image {
  object-fit: cover;
  border-radius: 20px;
  max-width: none;
  height: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.mask {
  width: 70vw;
  height: auto;
  overflow: visible;
}

.slider {
  cursor: auto;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

.slider-container {
  width: 100%;
  margin-top: 1rem;
  padding-left: 4rem;
}

.slider-image-mask {
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  right: 4rem;
}

.services-container {
  grid-row-gap: 10rem;
  border-top: 0 solid #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #1b2d7326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  display: grid;
}

.numbers-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  display: flex;
}

.accordionn-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-container {
  border-top: 1px solid #1b2d7326;
  width: 100%;
}

.accordion-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #1b2d7326;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.accordion-plus {
  width: auto;
  margin-left: 2rem;
}

.accordion-content-container {
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.accordion-text {
  color: #646670;
  margin-top: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.primary-blue-inner-section {
  color: #5b5b5b;
  -webkit-text-stroke-color: #5b5b5b;
  background-color: #fff;
  border-radius: .375rem;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1rem;
}

.testimonials-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.testimonial-container {
  grid-row-gap: 2rem;
  border-top: 1px solid #1b2d7326;
  flex-flow: column;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.light-blue-inner-section {
  background-color: #94a8b3;
  border-radius: .375rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.testimonial-text {
  max-width: 368px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.client-container {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: .1875rem;
  width: 3rem;
  height: 3rem;
}

.client-info-container {
  grid-column-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.team-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6rem;
}

.team-member-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-member-image-wrapper {
  background-color: var(--lightest-grey);
}

.team-member-info-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-xl {
  font-size: 2.5rem;
  line-height: 130%;
}

.name-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-contact-info-container {
  border-top: 1px solid #1b2d7326;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-link {
  color: var(--primary-blue);
  border-bottom: 1px solid #1b2d7326;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}

.huge-arrow-right {
  width: 2vw;
  height: 2vw;
  display: block;
}

.huge-button-hover-line {
  background-color: var(--secondary-blue);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.huge-hover-arrow-right {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-link {
  color: var(--primary-blue);
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.preloader {
  z-index: 0;
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-primary-blue {
  color: var(--primary-blue);
}

.background-video {
  width: 100%;
  height: 100%;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container-2 {
  position: fixed;
}

.container-3 {
  position: fixed;
  bottom: 100px;
}

.body {
  background-color: #f1efe9;
}

.italic-text {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  width: 100%;
  max-width: 35rem;
  position: absolute;
}

.forma {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 5%;
  display: flex;
}

.form-block {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-2 {
  color: #e9e9e9;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border-top: 0 #000;
  border-bottom: 2px solid #d4d4d4;
  border-left: 0 solid #d4d4d4;
  border-right: 0 solid #000;
  border-radius: 2px;
  height: 50px;
  font-family: Open Sans, sans-serif;
}

.text-field-3 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #d4d4d4;
  border-radius: 0;
  height: 50px;
  font-family: Open Sans, sans-serif;
}

.submit-button-2 {
  background-color: #5b5b5b;
  border-radius: 10px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.image {
  margin-top: 0;
  margin-bottom: 5rem;
  padding-left: 20%;
  padding-right: 20%;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.text-block-4 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 5vw;
  font-weight: 300;
}

.text-block-5 {
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-main-img-feed-wrapper {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
}

.c-img-gallery-subs-dots, .c-img-gallery-main-icon {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.cloneable-area._2 {
  display: none;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main-dots {
  display: none;
}

.c-main-img-feed-item {
  position: relative;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sub-img-feed-wrapper {
  display: none;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 50%;
}

.camera {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  height: 500vw;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0 20px 20px;
  display: block;
}

.lightbox-link-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text-2, .bold-text-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.italic-text-2, .italic-text-3 {
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.section-2 {
  background-color: #f8f9fb;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0;
}

.lottie-animation {
  width: 10%;
}

.field-label, .field-label-2, .text-block-6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
  font-size: 3vw;
  font-weight: 600;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.slide-description {
  max-width: 380px;
  margin-bottom: 5vw;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.slider-image-2 {
  object-fit: cover;
  background-image: url('../images/Frame-Grab-4-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.flex-container {
  background-color: #f1efe9;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: static;
}

.slider-image-3 {
  object-fit: cover;
  background-image: url('../images/Frame-Grab-2-min.jpg');
  background-position: 43%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.right-arrow-2 {
  width: 1.75rem;
  display: flex;
  top: auto;
  bottom: 6vw;
  right: 35vw;
}

.text-4xl {
  letter-spacing: -.1rem;
  font-family: Interdisplay, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.text-4xl.slide-number {
  -webkit-text-stroke-color: var(--primary-blue);
}

.slider-content-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fullheight-slider {
  background-color: #0000;
  height: 70vh;
}

.mask-2 {
  height: 100%;
}

.flex-column {
  flex: none;
  width: 50%;
  height: 100%;
}

.flex-column.image-column {
  background-color: #101012;
  position: relative;
  overflow: hidden;
}

.flex-column.content-column {
  background-color: #f1efe9;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.slider-heading-container {
  border-top: 1px solid #1010121a;
  width: 100%;
  margin-top: 0;
  padding-top: 1rem;
}

.slide-top {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slide-2 {
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.slide-number-container {
  text-align: right;
  width: 80%;
  margin-left: auto;
}

.text-2xl {
  letter-spacing: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-2xl.slide-text {
  color: var(--primary-blue);
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
}

.left-arrow-2 {
  width: 1.75rem;
  padding-top: 0;
  display: flex;
  top: auto;
  bottom: 6vw;
  left: 58%;
}

.image-8 {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  font-size: .3rem;
  display: block;
}

.section-tag-line {
  color: #5b5b5b;
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-tag-container {
  color: #5b5b5b;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

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

.service-card-list {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7em;
}

.service-card-title {
  color: #fff;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1em;
}

.service-card {
  pointer-events: none;
  background-color: #0000;
  border-radius: 10px;
  padding: 50px 20px;
  transition: opacity .2s;
}

.service-card:hover {
  background-color: #4454fe1a;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-card-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-right: 10%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-7 {
  color: #5b5b5b;
}

.bold-text-4 {
  border-radius: 5px;
}

.paragraph {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.image-9 {
  background-image: linear-gradient(#000, #fff);
}

.video {
  border: 1px #000;
  border-radius: 0;
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 20%;
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  margin-top: 3%;
  padding-top: 0;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

.project-tag-2 {
  color: #000;
  white-space: nowrap;
  background-color: #f1efe9;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10% 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.section-tag-line-2 {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.right-arrow-3 {
  background-color: #212232eb;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto 0% 0% auto;
}

.right-arrow-3:hover {
  background-color: #2d2e3c;
}

.section-tag-container-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.left-arrow-3 {
  background-color: #212232eb;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto auto 0% 50%;
}

.left-arrow-3:hover {
  background-color: #2d2e3a;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-description {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 300;
}

.project-info-container {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  margin-left: 5%;
  line-height: 1.6em;
  display: flex;
}

.project-image {
  object-fit: cover;
  border-radius: 20px;
  min-height: 485px;
  margin-left: 0;
}

.project-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0%;
  display: flex;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.project-title {
  margin-top: 3%;
  margin-bottom: 0%;
  margin-left: 3%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 110%;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  padding-left: 0;
  padding-right: 0;
}

.section-3 {
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.divider-2 {
  background-color: #94a8b3;
  height: 3px;
  margin-top: 10px;
}

.section-4 {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-head-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.caption-text {
  color: #000;
  background-color: #e5a055;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.skate-gallery {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.collection-item {
  flex: 0 25%;
  padding-bottom: 25%;
  position: relative;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper.is-gallery {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.swiper-slide.is-gallery {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.gallery-img_wrapper {
  border-radius: 5px;
  width: 100%;
  padding-top: 66.7%;
  position: relative;
  overflow: hidden;
}

.gallery-img {
  height: 100%;
}

.global {
  position: fixed;
}

.swiper-2.is-gallery {
  width: 100%;
  overflow: hidden;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-5.is--black {
  color: #eceae5;
  background-color: #0e0e0e;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: grid;
  position: relative;
  overflow: visible;
}

.div-block {
  float: none;
  background-image: url('../images/Open-Sans-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80%;
  margin: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.image-10 {
  object-fit: cover;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.image-11 {
  width: 50%;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-cta {
  color: var(--primary-blue);
  margin-bottom: 32px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-03 {
  background-color: #f1efe9;
  padding: 132px 3%;
}

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

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

.button-2 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-link-2 {
  color: var(--dim-grey);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
}

.footer-title {
  color: var(--primary-blue);
  margin-bottom: 22px;
  font-size: 17px;
}

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

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

.image-12 {
  width: 70%;
}

.footer-09 {
  background-color: #f1efe9;
  padding: 0% 3% 5%;
}

.text-rights-light {
  color: var(--primary-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link-wrap-02 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 32px;
  display: flex;
}

.paragraph-light {
  color: var(--primary-blue);
  font-size: 15px;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-white {
  color: var(--primary-blue);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

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

.button-3 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.button-3.button-space {
  margin-top: 20px;
}

.footer-title-large {
  color: var(--primary-blue);
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-13 {
  width: 20%;
}

.bold-text-5 {
  color: var(--primary-blue);
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-3 {
  margin-right: 0;
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-9 {
  font-size: 1.2vw;
}

.heading-7 {
  box-sizing: border-box;
  clear: none;
  text-align: right;
  flex-flow: row;
  align-self: flex-end;
  margin-top: -10%;
  margin-right: 20%;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  position: static;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-14 {
  display: inline-block;
}

.text-xl-2 {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.button-4 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #101012;
  border: 1px solid #000;
  border-radius: 100vw;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.5rem 1rem 2rem;
  font-size: .9375rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.button-4:hover {
  color: #101012;
}

.text-medium-2 {
  letter-spacing: -.04rem;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.split-section-image {
  float: none;
  border-radius: 30px;
  max-width: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.button-arrow {
  width: 1.5rem;
  height: 1.1rem;
  margin-top: 0;
}

.section-8 {
  background-color: #fff;
  min-height: 32px;
  margin-bottom: 0;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  padding-right: 0;
}

.section-8.background-neutral-50 {
  background-color: #f8f9fb;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.split-column-image-container {
  width: 100%;
  margin-right: 60px;
  display: flex;
  overflow: hidden;
}

.split-section-grid {
  grid-column-gap: 10rem;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.split-section-grid.fade-in-bottom {
  justify-content: stretch;
}

.row-gap-8px {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-arrow-left {
  width: 1.5rem;
  height: 1.1rem;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.button-text {
  letter-spacing: 0;
  margin-bottom: -1px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.container-6 {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 1800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  display: flex;
  position: static;
}

._2-column-grid-text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 80px;
  padding-left: 0;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-4 {
  font-family: Open Sans, sans-serif;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.bold-text-6, .bold-text-7 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-4, .div-block-5 {
  display: flex;
}

.div-block-6 {
  background-color: var(--dim-grey);
  width: 100%;
  height: 1px;
  margin-top: 5%;
  margin-bottom: 0%;
}

.lottie-animation-2 {
  width: 25%;
  margin-top: 10%;
  margin-left: 10px;
}

.text-field-4 {
  border: 0 solid #000;
  border-bottom: 2px solid #d4d4d4;
  height: 100px;
  font-family: Open Sans, sans-serif;
}

.lottie-animation-3 {
  z-index: -1;
  height: auto;
  display: block;
  position: relative;
}

.text-block-10 {
  text-align: center;
  color: #94a8b3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
}

.background-video-2 {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 0%;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-7 {
  margin-top: 5%;
  margin-left: 10%;
}

.image-15 {
  border-radius: 0;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 50px;
}

.div-block-8 {
  border-radius: 0;
}

.text-block-11 {
  margin-top: 5%;
  margin-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-footer-down23 {
  color: var(--primary-blue);
  text-align: center;
  align-self: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 155%;
}

.link-footer-down {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-down:hover {
  color: #b3ada5;
}

.bold-text-8 {
  color: var(--primary-blue);
  font-weight: 600;
}

.image-16 {
  text-align: left;
  vertical-align: baseline;
  border-radius: 30px;
  max-width: none;
  margin-top: 0%;
  margin-left: 0%;
  padding-left: 0;
  display: inline-block;
}

.text-block-12 {
  margin-top: 5%;
  margin-left: 5%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.bold-text-9 {
  font-weight: 600;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

._12-column-grid-copy {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  align-self: auto;
  place-items: start;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
  position: relative;
}

.rich-text-block-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-xl-3 {
  outline-offset: 0px;
  letter-spacing: 0;
  outline: 3px #101012;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  transition: opacity .2s;
  transform: translate(0);
}

.intro-text-container {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.intro-text-container.fade-in-bottom {
  grid-row-gap: 3rem;
  width: auto;
  max-width: none;
}

.div-block-10 {
  background-color: #ffe766;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.section-label-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 230px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  width: 0;
}

.text-block-13 {
  margin-top: 0;
}

.text-sabtitle {
  color: #8644a2;
  border: 0 solid #fff;
  font-size: .94em;
  font-weight: 500;
}

.text-sabtitle.dark {
  color: #8644a2;
}

.image-17 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 65%;
  max-height: 80%;
}

.content {
  z-index: 60;
  width: 100%;
  max-width: 74em;
  position: relative;
}

.into-view-fill {
  z-index: 50;
  background-color: #f8f8f8;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.section-secondary {
  z-index: 10;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 2em;
  display: flex;
}

.grid-image {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  min-height: 35em;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.button-dark {
  color: var(--primary-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #f1efe9;
  border-radius: 10em;
  width: 54.0288%;
  padding: 1.5em 2.8em;
  font-size: .81em;
  font-weight: 500;
  line-height: 130%;
  transition-property: background-color, color;
  transition-duration: .3s, .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94), cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  color: #fff;
  background-color: #0d0d0d;
}

.line-sabtitle {
  color: #8644a2;
  background-color: #8644a2;
  width: 2.4em;
  height: 1px;
}

.line-sabtitle.dark {
  background-color: #8644a2;
}

.sabtitle {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.heading-8 {
  color: var(--primary-blue);
  max-width: 10em;
  margin-top: 0;
  margin-bottom: .7em;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.paragraph-6 {
  color: #0d0d0db3;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 2.6em;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.grid-2-columns {
  grid-column-gap: 6.2em;
  grid-row-gap: 6.2em;
  grid-template-rows: auto;
  place-items: center;
}

.block-image {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-popup-overlay {
  z-index: 999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.newsletter-popup-container {
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-popup-image {
  width: 50%;
}

.newsletter-popup-content {
  width: 50%;
  padding: 64px 8px 40px 16px;
}

.heading-9 {
  color: var(--primary-blue);
  padding-bottom: 8px;
  line-height: 120%;
}

.newsletter-image-img {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.newsletter-form-label {
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-7 {
  padding-bottom: 8px;
  line-height: 130%;
}

.form-2 {
  margin-top: 8px;
}

.newsletter-popup-close {
  background-color: #0000;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.close-icon {
  width: 32px;
  height: 32px;
}

.sticky-cta-button {
  background-color: #ffffffdb;
  border: 1px solid #5b5b5b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
}

.sticky-cta-button:hover {
  opacity: 1;
  padding: 12px;
}

.newsletter-sticky-cta {
  z-index: 900;
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.sticky-cta-text {
  color: var(--primary-blue);
}

.newsletter-popup-overlay-visible {
  display: flex !important;
}

.paragraph-6-copy {
  color: #0d0d0db3;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.heading-8-copy {
  color: var(--primary-blue);
  max-width: none;
  margin-top: 0;
  margin-bottom: .7em;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.text-field-3-copy {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #d4d4d4;
  border-radius: 0;
  height: 50px;
  font-family: Open Sans, sans-serif;
}

.newsletter-icon {
  width: 40px;
  height: 40px;
  transition: transform .3s;
}

.paragraph-6-small-copy {
  color: #0d0d0db3;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-top: .2rem;
  margin-bottom: .7em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

@media screen and (min-width: 1280px) {
  ._12-column-grid.hero-grid {
    margin-left: 2%;
  }

  .text-medium.text-white {
    margin-top: 5%;
  }

  .navbar-text-container {
    display: block;
    position: static;
  }

  .text-white.text-medium {
    line-height: 140%;
  }

  .huge-number.text-secondary-blue {
    font-size: 2.4vw;
    font-weight: 400;
  }

  .numbers-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15%;
    display: block;
  }

  .image-8 {
    width: 80%;
  }

  .service-card-title {
    line-height: 1;
  }

  .service-card {
    padding: 55px;
  }

  .project-title {
    font-weight: 400;
  }

  .bold-text-5 {
    font-size: 2.8rem;
    font-weight: 400;
  }

  .div-block-3 {
    margin-left: 5%;
  }

  .heading-7 {
    text-align: right;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 20%;
    font-size: 1rem;
  }

  .text-xl-2 {
    font-size: 2.3rem;
    font-weight: 400;
  }

  .paragraph-2 {
    margin-top: 1%;
  }

  .paragraph-3, .paragraph-5 {
    font-weight: 300;
    line-height: 170%;
  }

  .text-block-10 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    line-height: 120%;
  }

  .div-block-7 {
    margin-left: 5%;
  }

  .text-block-11 {
    margin-top: 3%;
    margin-left: 40%;
  }

  .link-footer-down {
    color: var(--primary-blue);
  }

  .text-block-12 {
    margin-top: 3%;
    margin-left: 13%;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero-section {
    background-image: url('../images/trimana7-ezgif.com-optipng.png');
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 5.25rem;
    padding-left: 0%;
  }

  .text-medium.text-white {
    margin-top: 0%;
    font-size: 1.2rem;
    line-height: 160%;
  }

  .text-white {
    font-size: 1.4vw;
    font-weight: 300;
  }

  .huge-number.text-secondary-blue {
    padding-bottom: 5%;
    font-size: 2vw;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card {
    font-size: 15px;
  }

  .service-card-paragraph {
    font-size: 1.4rem;
  }

  .slider-section-container {
    max-width: 100vw;
  }

  .project-tag-2 {
    font-size: 1.3rem;
  }

  .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 1.4rem;
  }

  .text-block-9 {
    font-size: 1.4vw;
  }

  .heading-7 {
    margin-right: 20%;
    font-size: 1.1rem;
  }

  .text-xl-2 {
    font-size: 2.3rem;
  }

  .text-medium-2 {
    font-size: 1.5rem;
  }

  .row-gap-8px {
    grid-row-gap: 8px;
    display: flex;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .paragraph-3 {
    flex: 0 auto;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .paragraph-5 {
    flex: 0 auto;
    font-size: 1.2rem;
    line-height: 170%;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .text-block-11, .text-block-12 {
    margin-left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero-section {
    background-image: url('../images/trimana7-ezgif.com-optipng.png');
    background-size: cover;
  }

  .text-medium.text-white {
    font-size: 1.4rem;
  }

  .text-white {
    font-size: 1.2rem;
  }

  .service-card {
    padding: 60px;
  }

  .service-card-paragraph {
    font-size: 1.6rem;
  }

  .slider-section-container {
    max-width: 100%;
  }

  .project-tag-2, .project-description {
    font-size: 2rem;
  }

  .project-info-container {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 35%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
  }

  .project-container {
    justify-content: space-between;
  }

  .project-title {
    margin-top: 2%;
    font-size: 2rem;
  }

  .text-rights-light {
    font-size: 1.2rem;
  }

  .footer-link-wrap-02 {
    font-size: 2rem;
  }

  .footer-link-white, .footer-title-large {
    font-size: 1.4rem;
  }

  .image-13 {
    width: 30%;
  }

  .bold-text-5 {
    font-size: 2rem;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

  .text-xl-2 {
    padding-bottom: 40px;
    font-size: 3rem;
  }

  .paragraph-2, .paragraph-3, .paragraph-5 {
    font-size: 1.4rem;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 2rem;
  }

  .background-video-2 {
    width: 100%;
  }

  .text-block-11 {
    margin-left: 10%;
    font-size: 1.2rem;
  }

  .text-footer-down23 {
    font-size: 1.2rem;
  }

  .text-block-12 {
    margin-left: 10%;
    font-size: 1.2rem;
  }

  ._12-column-grid-copy {
    grid-column-gap: 40px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .rich-text-block-2 {
    max-width: 850px;
  }

  .text-xl-3 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .paragraph-6, .paragraph-6-copy {
    font-size: 1.3rem;
  }

  .heading-8-copy {
    font-size: 2rem;
  }

  .paragraph-6-small-copy {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.05vw;
    font-size: 4.5vw;
    line-height: 110%;
  }

  h2 {
    font-size: 4.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.hero-section {
    padding: 0;
  }

  .section.padding-top-large {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container {
    margin-top: 0%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-large {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    max-width: 25ch;
    font-family: Open Sans, sans-serif;
    font-size: 3.3vw;
    font-weight: 400;
  }

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    margin-top: 3.5rem;
    padding-top: 0;
    position: absolute;
    top: auto;
  }

  ._12-column-grid {
    float: none;
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    justify-items: stretch;
    width: 75%;
    position: static;
  }

  ._12-column-grid.hero-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5.95rem;
    grid-template-rows: auto auto auto auto auto auto;
    justify-items: stretch;
  }

  ._12-column-grid.intro-grid {
    grid-row-gap: 4rem;
    align-self: center;
  }

  ._12-column-grid.services-grid {
    grid-row-gap: 4rem;
  }

  ._12-column-grid.numbers-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  ._12-column-grid.faq-grid {
    grid-row-gap: 4rem;
  }

  ._12-column-grid.contact-links-grid {
    grid-row-gap: 4rem;
    margin-top: 1rem;
  }

  .text-medium {
    font-size: 1.75rem;
  }

  .nav-link-block {
    color: var(--white);
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    display: flex;
  }

  .nav-link-block:hover {
    color: #a6a6a6;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .nav-menu {
    color: var(--primary-blue);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand-footer {
    margin-left: 0;
    padding-left: 0;
  }

  .brand-footer.w--current {
    margin-left: 0;
  }

  .navbar-text-container {
    grid-column-gap: 16px;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button, .button.navbar-button {
    padding-bottom: 0;
  }

  .button.huge-button {
    font-size: 4.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .button-hover-line {
    display: none;
  }

  .hover-arrow-right {
    font-family: Open Sans, sans-serif;
  }

  .button-bottom-line {
    display: none;
  }

  .section-heading-container {
    text-align: left;
  }

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

  .huge-number.text-secondary-blue {
    font-size: 2vw;
  }

  .slide {
    margin-right: 1rem;
  }

  .mask {
    width: 82vw;
  }

  .slider-container {
    padding-left: 2.5rem;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

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

  .huge-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .huge-button-hover-line {
    display: none;
  }

  .huge-hover-arrow-right {
    width: 2rem;
    height: 2rem;
  }

  .container-3 {
    float: left;
    clear: none;
    position: absolute;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .text-block-4 {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    font-family: Open Sans, sans-serif;
    font-size: 10vw;
    font-weight: 300;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
    height: 100vh;
  }

  .slide-description {
    margin-bottom: 0;
  }

  .flex-container {
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .right-arrow-2 {
    bottom: 4vw;
    right: 4vw;
  }

  .text-4xl.slide-number {
    font-size: 4rem;
  }

  .slider-content-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-column.image-column {
    width: 100%;
    height: 50vh;
  }

  .flex-column.content-column {
    width: 100%;
    height: 50vh;
    padding: 6vw 6vw 4vw;
  }

  .slide-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-2xl.slide-text {
    font-size: 3rem;
  }

  .left-arrow-2 {
    bottom: 4vw;
    left: auto;
    right: 10vw;
  }

  .image-8 {
    width: 70%;
    margin-bottom: -20%;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .service-card-list {
    font-size: 12px;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card {
    padding: 35px 5%;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-paragraph {
    font-size: 12px;
  }

  .slider-section-container {
    padding-top: 0;
  }

  .right-arrow-3 {
    inset: 370px 0% auto auto;
  }

  .section-tag-container-2 {
    margin-bottom: 50px;
  }

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

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-title {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0%;
  }

  .div-block-2 {
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
  }

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

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

  .bold-text-5 {
    float: none;
    clear: left;
  }

  .heading-7 {
    margin-top: -10%;
    margin-right: 0%;
  }

  .split-section-image {
    float: none;
    text-align: left;
    flex: 0 auto;
    align-self: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .section-8 {
    margin-bottom: 0;
  }

  .split-column-image-container {
    margin-right: 0;
  }

  .split-section-grid {
    grid-column-gap: 40px;
    grid-row-gap: 72px;
    grid-template-columns: minmax(16px, 1fr);
  }

  .container-6 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-block-10 {
    font-size: 1.6rem;
  }

  .background-video-2 {
    width: 100%;
    height: 50%;
  }

  .text-block-11 {
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .text-footer-down23 {
    margin-top: 40px;
  }

  .image-16 {
    width: 60%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
    display: block;
  }

  ._12-column-grid-copy {
    grid-column-gap: 40px;
    grid-row-gap: 72px;
    grid-template-columns: minmax(16px, 1fr);
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block-2 {
    font-family: Open Sans, sans-serif;
  }

  .text-xl-3 {
    font-family: Open Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .section-label-container-2.fade-in-bottom {
    max-width: none;
  }

  .text-sabtitle {
    border-width: 0;
  }

  .image-17 {
    height: 40%;
  }

  .section-secondary {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .grid-2-columns {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .newsletter-popup-container {
    flex-flow: column;
    align-items: center;
    width: 90%;
  }

  .newsletter-popup-image {
    width: 100%;
  }

  .newsletter-popup-content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .newsletter-image-img {
    aspect-ratio: auto;
    width: 100%;
    height: 350px;
    min-height: auto;
  }

  .newsletter-popup-close {
    background-color: #fff;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.hero-section {
    height: 100vh;
    padding-top: 0;
  }

  .container {
    margin-top: 0%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.row-gap-1-5.padding-y-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-large {
    font-size: 2rem;
    line-height: 100%;
  }

  .text-large.nav-text {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 2.85rem;
    grid-template-columns: .5fr 1fr;
  }

  ._12-column-grid.numbers-grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-medium {
    font-size: 1.5rem;
  }

  .text-medium.text-white {
    font-size: .9rem;
  }

  .nav-link-block {
    flex: none;
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 1.25rem;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .button.navbar-button {
    justify-content: flex-end;
  }

  .button.huge-button {
    font-size: 3.5rem;
  }

  .hero-image-wrapper {
    background-position: 50%;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 25rem;
  }

  .hero-text {
    max-width: none;
    font-size: 1.25rem;
  }

  .section-label-container.text-white {
    padding-left: 0;
  }

  .section-heading-container {
    max-width: none;
  }

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

  .logo-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .huge-number {
    font-size: 18vw;
  }

  .huge-number.text-secondary-blue {
    font-size: 1rem;
  }

  .slider-container {
    padding-left: 2rem;
  }

  .service-list-item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-content-container {
    width: 100%;
    margin-left: 0%;
  }

  .testimonials-container, .team-grid {
    grid-template-columns: 1fr;
  }

  .footer-link {
    font-size: 1rem;
  }

  .background-video {
    display: block;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .text-4xl {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .image-8 {
    width: 50%;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .section-container {
    max-width: 500px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .service-card-title {
    font-size: 22px;
    font-weight: 400;
  }

  .service-card {
    padding: 40px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card-paragraph {
    padding-top: .25rem;
    font-size: 14px;
  }

  .video {
    width: 100%;
    margin-left: 0%;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 0;
  }

  .right-arrow-3 {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .section-tag-container-2 {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .left-arrow-3 {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .project-image {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-link {
    font-size: 14px;
  }

  .project-title {
    font-size: 24px;
  }

  .slider-section-wrapper.glow-1 {
    margin-bottom: 5%;
  }

  .collection-item {
    flex-basis: 50%;
    padding-bottom: 50%;
  }

  .section-6 {
    padding-top: 1%;
  }

  .div-block-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-11 {
    min-width: 500px;
  }

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

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .bold-text-5 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .text-block-9 {
    font-size: 1rem;
  }

  .section-8 {
    margin-bottom: 0;
    padding-top: 10rem;
  }

  .split-section-grid {
    grid-row-gap: 4rem;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2-column-grid-text-container {
    margin-left: 0;
  }

  .background-video-2 {
    width: 60%;
  }

  ._12-column-grid-copy {
    grid-row-gap: 4rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }

  .rich-text-block-2 {
    font-family: Open Sans, sans-serif;
  }

  .text-xl-3 {
    font-size: 1.5rem;
  }

  .section-secondary {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2-columns {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .newsletter-popup-content {
    padding-top: 24px;
  }

  .newsletter-image-img {
    aspect-ratio: auto;
    object-fit: cover;
  }
}

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

  h1 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .section {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    display: block;
    position: relative;
  }

  .section.hero-section {
    background-image: url('../images/trimana7-ezgif.com-optipng.png');
    background-position: 49%;
    background-size: cover;
    background-attachment: scroll;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.padding-top-large {
    padding: 5rem .4rem;
  }

  .section.no-padding-bottom {
    margin-top: 0%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    margin-top: 0%;
    padding: 0 0;
  }

  .container.row-gap-1-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.row-gap-1-5.padding-y-l {
    margin-bottom: 0%;
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .container.margin-bottom-15 {
    margin-bottom: 5rem;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 1.6rem;
  }

  .text-large.nav-text {
    -webkit-text-stroke-color: #f1efe9;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
  }

  ._12-column-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.hero-grid {
    grid-row-gap: 2.2rem;
    width: 100%;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._12-column-grid.intro-grid {
    grid-row-gap: 3rem;
    width: 100%;
  }

  ._12-column-grid.usp-grid {
    grid-row-gap: 3rem;
  }

  ._12-column-grid.services-grid {
    grid-row-gap: 3rem;
    width: 100%;
  }

  ._12-column-grid.numbers-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._12-column-grid.faq-grid {
    grid-row-gap: 3rem;
    width: 100%;
  }

  ._12-column-grid.contact-links-grid {
    grid-row-gap: 3rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._12-column-grid.footer-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 2fr 1fr;
  }

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

  .text-medium {
    font-size: 1.5rem;
  }

  .text-medium.text-white {
    font-size: 5vw;
  }

  .nav-link-block {
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .horizontal-footer-links-container {
    flex-flow: wrap;
  }

  .button {
    font-size: 1rem;
  }

  .button.navbar-button {
    clear: none;
    flex-direction: row;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 2rem;
    margin-right: 0%;
    display: flex;
    position: static;
    left: 0;
  }

  .button.huge-button {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .hero-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content-wrapper {
    padding-top: 23rem;
  }

  .arrow-down {
    display: none;
  }

  .hero-text {
    font-family: Open Sans, sans-serif;
    font-size: 3rem;
    font-weight: 300;
  }

  .arrow-right-container {
    -webkit-text-stroke-color: #f1efe9;
  }

  .section-label-container.text-white {
    margin-right: 5%;
    padding-left: 0;
  }

  .section-heading-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .logo-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-reveal-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-huge {
    font-size: 12vw;
  }

  .text-white {
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .text-white.text-medium {
    font-weight: 300;
  }

  .huge-number.text-secondary-blue {
    font-size: 6vw;
  }

  .mask {
    width: 80vw;
  }

  .slider-container {
    margin-top: 1rem;
    padding-left: 1.65rem;
  }

  .service-list-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .numbers-wrapper {
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-plus {
    margin-left: 1rem;
  }

  .accordion-content-container {
    width: 100%;
  }

  .primary-blue-inner-section {
    padding-top: 0;
  }

  .testimonials-container {
    grid-template-columns: 1fr;
  }

  .team-grid {
    margin-top: 3rem;
  }

  .huge-arrow-right, .huge-hover-arrow-right {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .body {
    background-color: var(--lightest-grey);
  }

  .modal {
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .modal-bg {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #00000026;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .modal-container {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 35rem;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading {
    color: var(--primary-blue);
    background-color: #fff;
  }

  .forma {
    width: 100%;
    margin-top: 15%;
  }

  .text-field-2, .text-field-3 {
    border-radius: 5px;
  }

  .submit-button-2 {
    background-color: #5b5b5b;
    border-radius: 5px;
  }

  .image {
    padding-left: 0%;
    padding-right: 0%;
  }

  .bold-text {
    width: 100%;
    position: relative;
  }

  .text-block, .text-block-2, .text-block-3 {
    -webkit-text-stroke-color: #f1efe9;
    font-size: 1.4rem;
  }

  .text-block-4 {
    -webkit-text-stroke-color: #f1efe9;
    font-size: 1.3rem;
  }

  .heading-2 {
    padding-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 4rem;
    font-weight: 300;
  }

  .img-gallery-main {
    height: 250px;
  }

  .item {
    height: 80vh;
    padding: 10px 10px 0;
  }

  .image-2 {
    object-fit: cover;
    height: 70vh;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    height: 70vh;
  }

  .lottie-animation {
    width: 35%;
  }

  .slide-description {
    margin-bottom: 18vw;
  }

  .text-4xl {
    font-size: 2rem;
  }

  .text-4xl.slide-number {
    display: none;
  }

  .text-2xl {
    font-size: 9vw;
  }

  .text-2xl.slide-text {
    font-size: 2rem;
  }

  .left-arrow-2 {
    right: 18vw;
  }

  .image-8 {
    align-self: flex-start;
    width: 100vw;
    max-width: 115vw;
    margin-top: 10px;
    margin-bottom: 0%;
    padding-top: 0%;
    font-size: 1rem;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .service-card-list {
    font-size: 16px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card {
    padding: 30px 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    padding-right: 5%;
    font-size: 1rem;
  }

  .video {
    width: 100%;
    margin-left: 0%;
  }

  .slider-section-container {
    max-width: 100%;
    margin-top: 0%;
    padding-top: 20px;
  }

  .project-slider {
    max-width: none;
    height: auto;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .project-tag-2 {
    background-color: var(--lightest-grey);
    text-align: left;
    font-size: 15px;
  }

  .right-arrow-3 {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    top: 70vw;
  }

  .section-tag-container-2 {
    margin-bottom: 30px;
  }

  .left-arrow-3 {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    top: 70vw;
  }

  .project-tag-container {
    text-align: left;
  }

  .project-image-container {
    align-items: center;
    width: 100vw;
  }

  .project-sldier-mask {
    text-align: left;
    max-width: 100vw;
  }

  .project-description {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .project-info-container {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    max-width: 90%;
    margin-top: 20px;
    margin-left: 6vw;
    margin-right: 6vw;
    display: block;
  }

  .project-image {
    width: auto;
    max-width: 100vw;
    height: 70vw;
  }

  .project-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .project-title {
    text-align: center;
    margin: 5% auto 0;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-wrapper.glow-1 {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-10 {
    padding-top: 0;
  }

  .div-block-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-11 {
    width: 80%;
    min-width: auto;
  }

  .footer-column {
    width: 100%;
  }

  .footer-grid-03 {
    grid-template-columns: 1fr;
  }

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

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

  .footer-09 {
    background-color: #0000;
    padding: 5% 1%;
  }

  .footer-centre {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-title-large {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .image-13 {
    width: 70%;
    padding-left: 15px;
  }

  .bold-text-5 {
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-8 {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .text-block-9 {
    font-size: 1rem;
    font-weight: 400;
  }

  .heading-7 {
    align-self: auto;
    width: 70%;
    font-size: 1.2rem;
    line-height: 100%;
  }

  .text-xl-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .split-section-image {
    box-sizing: border-box;
    float: none;
    text-align: center;
    vertical-align: baseline;
    align-self: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .section-8 {
    margin-bottom: 0;
    padding-top: 5rem;
  }

  .split-column-image-container {
    margin-right: 0;
  }

  .split-section-grid {
    grid-row-gap: 48px;
  }

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

  ._2-column-grid-text-container {
    margin-left: 0;
  }

  .paragraph-3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 169%;
  }

  .paragraph-5 {
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
  }

  .bold-text-6, .bold-text-7 {
    font-weight: 400;
  }

  .div-block-5 {
    display: flex;
  }

  .lottie-animation-2 {
    width: 30%;
    margin-top: 0%;
    margin-bottom: 5%;
  }

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

  .background-video-2 {
    width: 100%;
    height: 86%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    margin-top: 20px;
    margin-left: 5%;
  }

  .text-block-11 {
    text-align: center;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-footer-down23 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .image-16 {
    margin-left: 55px;
  }

  .slide-3 {
    position: relative;
  }

  .text-block-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    grid-auto-flow: row dense;
    overflow: visible;
  }

  ._12-column-grid-copy {
    grid-row-gap: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-2 {
    margin-left: 5%;
    margin-right: 5%;
    font-family: Open Sans, sans-serif;
    font-size: .8em;
  }

  .text-xl-3 {
    flex-direction: row;
    padding-top: 0;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    display: block;
  }

  .image-17 {
    height: 65%;
    margin-bottom: 2em;
  }

  .section-secondary {
    margin-top: 30px;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-image {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    min-height: 20em;
  }

  .block {
    padding-top: 2em;
  }

  .button-dark {
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-6 {
    margin-bottom: 1em;
  }

  .grid-2-columns {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .paragraph-6-copy {
    margin-bottom: 1em;
  }

  .text-field-3-copy {
    border-radius: 5px;
  }

  .paragraph-6-small-copy {
    margin-bottom: 1em;
  }
}

#w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-5ea5af87 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: end start;
}

#w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-5ea5af87 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: start;
}

#w-node-eeb0aa54-e53b-80db-3fc7-538232241b2b-5ea5af87, #w-node-eeb0aa54-e53b-80db-3fc7-538232241b28-5ea5af87, #w-node-eeb0aa54-e53b-80db-3fc7-538232241b2e-5ea5af87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_583dca8c-4c8c-2581-7a1e-9f9ee4a22c69-5ea5af87 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1e871f59-2142-f8a2-fa5c-acdec72fc71a-5ea5af87 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_442ea339-c02f-9d3f-27b2-dd4c980649e4-5ea5af87 {
  grid-area: 1 / 5 / 2 / 9;
  justify-self: start;
}

#w-node-a5578c41-edef-1f4b-bf94-02c442580b69-5ea5af87 {
  grid-area: 2 / 5 / 3 / 9;
  justify-self: start;
}

#w-node-_27580992-3abb-15bc-3e34-35627cd79aa8-5ea5af87 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: start;
}

#w-node-_51f9741d-017b-ba35-abcc-ec880b09d1a5-5ea5af87 {
  grid-area: 2 / 9 / 3 / 13;
  justify-self: start;
}

#w-node-_18d75fad-2fd6-e570-3c85-1073a4c494eb-5ea5af87, #w-node-_18d75fad-2fd6-e570-3c85-1073a4c494e9-5ea5af87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_18d75fad-2fd6-e570-3c85-1073a4c494ea-5ea5af87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_56fed7f3-f273-fb50-3899-353ffd5d1ca2-5ea5af87, #w-node-_17d4011a-5ce4-800b-1745-9161a94dd111-5ea5af87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d09172c2-e34d-6541-3a03-ff4b708a8299-5ea5af87, #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-5ea5af87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-5ea5af87 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-5ea5af87 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-bb8e4d62-013e-c839-3907-44320d64452d-5ea5af87 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: auto;
}

#w-node-_68b6edba-6efe-26e4-438f-f82af6d81741-5ea5af87 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-5ea5af87, #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c0e-5ea5af87 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c1f-5ea5af87 {
  grid-area: 1 / 8 / 2 / 11;
  align-self: auto;
}

#w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c19-5ea5af87 {
  grid-area: 1 / 5 / 2 / 8;
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_17d4011a-5ce4-800b-1745-9161a94dd111-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-5ea5af87 {
    grid-area: 1 / 5 / 2 / 13;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_27580992-3abb-15bc-3e34-35627cd79aa8-5ea5af87 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_583dca8c-4c8c-2581-7a1e-9f9ee4a22c69-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_442ea339-c02f-9d3f-27b2-dd4c980649e4-5ea5af87, #w-node-a5578c41-edef-1f4b-bf94-02c442580b69-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_27580992-3abb-15bc-3e34-35627cd79aa8-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_51f9741d-017b-ba35-abcc-ec880b09d1a5-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_56fed7f3-f273-fb50-3899-353ffd5d1ca2-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d09172c2-e34d-6541-3a03-ff4b708a8299-5ea5af87 {
    grid-column: span 2 / span 2;
  }

  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-5ea5af87 {
    grid-column: span 4 / span 4;
  }

  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-5ea5af87, #w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-5ea5af87, #w-node-bb8e4d62-013e-c839-3907-44320d64452d-5ea5af87 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81741-5ea5af87 {
    grid-column: span 2 / span 2;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c0e-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c1f-5ea5af87, #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c19-5ea5af87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87, #w-node-_53c98cab-8eca-3383-f175-81ff551b5c8c-5ea5af87 {
    grid-column: span 2 / span 2;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-5ea5af87 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c83-5ea5af87 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_53c98cab-8eca-3383-f175-81ff551b5c86-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_583dca8c-4c8c-2581-7a1e-9f9ee4a22c69-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e871f59-2142-f8a2-fa5c-acdec72fc71a-5ea5af87 {
    place-self: auto;
  }

  #w-node-_442ea339-c02f-9d3f-27b2-dd4c980649e4-5ea5af87, #w-node-a5578c41-edef-1f4b-bf94-02c442580b69-5ea5af87 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_27580992-3abb-15bc-3e34-35627cd79aa8-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_51f9741d-017b-ba35-abcc-ec880b09d1a5-5ea5af87 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-d09172c2-e34d-6541-3a03-ff4b708a8299-5ea5af87, #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642bd-5ea5af87 {
    grid-column: span 4 / span 4;
  }

  #w-node-eaecbeb3-33ee-16e2-00e2-19391c9642c1-5ea5af87 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_39beade4-ccd1-e7bd-1608-27a0d27f2979-5ea5af87 {
    grid-column: span 4 / span 4;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81741-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_68b6edba-6efe-26e4-438f-f82af6d81745-5ea5af87, #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c0e-5ea5af87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c1f-5ea5af87, #w-node-cf621fb6-4dd5-559f-a0ba-4715f9610c19-5ea5af87 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}