@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-VariableItalic.ttf') format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #232426;
  --black-60: #23242699;
  --dark-slate-grey: var(--primary);
  --primary: #ef6351;
  --white: white;
  --black-10: #23242612;
  --black-80: #232426cc;
  --pressusian-blue: var(--primary);
  --indian-red: #c06150;
  --black-40: #23242666;
  --off-white: #fffaf3;
  --salmon: #e48474;
  --blue-link: #43597d;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-color: #f5f5f5;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: General Sans, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

h6 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

p {
  color: var(--black-60);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--dark-slate-grey);
  font-family: General Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

ul {
  color: var(--black-60);
  margin-top: 10px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 500;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  color: #2a2f31;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.grid-2-1-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.dark-bg {
  background-color: var(--black);
}

.spacer-large {
  width: 60px;
  height: 60px;
}

.spacer-large._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer-large._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.paragraph {
  text-align: left;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

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

.paragraph.white-60 {
  color: #fff9;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.black-60 {
  color: #23242699;
  text-align: left;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.visible-spacer {
  background-color: var(--primary);
  border-radius: 5px;
  display: inline-block;
}

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

.ds-module {
  background-color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

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

.color-block.off-white, .color-block.black-20 {
  background-color: var(--black-10);
}

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

.color-block.red {
  background-color: var(--pressusian-blue);
  color: var(--indian-red);
}

.color-block.black-40 {
  background-color: var(--black-40);
  border: 1px solid #f0f2f3;
}

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

.sg-content {
  justify-content: center;
  align-items: flex-start;
  margin-left: 240px;
}

.sg-section {
  z-index: 0;
  background-color: var(--white);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--black);
  color: #fff;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.heading {
  text-align: left;
  font-family: General Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.heading.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.heading.h1 {
  font-size: 60px;
}

.heading.h2 {
  color: var(--white);
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

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

.heading.h1-copy {
  font-family: General Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.heading.h2-copy {
  text-align: left;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

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

.heading.h2-copy-copy {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

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

.heading.h2-copy-copy-copy {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

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

.button {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #d15241;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #b84132;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.sg-body {
  background-color: #fff;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.field-label {
  font-weight: 500;
}

.field-label.white {
  color: var(--white);
}

.block-quote {
  border-left-color: var(--primary);
  font-size: 18px;
  line-height: 1.4em;
}

.red-link {
  border-bottom: 1px solid var(--primary);
  color: var(--pressusian-blue);
  -webkit-text-stroke-color: var(--black-80);
  font-style: normal;
  text-decoration: none;
}

.sg-nav-container {
  background-color: var(--white);
  width: 240px;
  height: 100vh;
}

.font-gambetta {
  padding-left: 100px;
  padding-right: 100px;
  font-family: General Sans, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.font-gambetta.text-size-large {
  font-size: 52px;
}

.font-gambetta.text-size-large.white-40 {
  color: #fff6;
}

.font-gambetta.text-size-large.red {
  color: var(--primary);
}

.font-gambetta.black-80 {
  color: var(--black-80);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.navbar {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--black-60);
  text-align: center;
  text-transform: uppercase;
  height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 20px;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  overflow: hidden;
}

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

.nav-link.w--current {
  text-decoration: none;
}

.nav-link.is-red {
  color: var(--primary);
}

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

.container.small {
  max-width: 820px;
}

.hero-columns {
  grid-column-gap: 20px;
  align-items: flex-start;
  padding-top: 2%;
  display: flex;
  position: relative;
}

.hero-image-grid {
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.hero-image-grid.row-1 {
  grid-template-columns: 1fr .7fr;
}

.hero-image-grid.row-3 {
  grid-template-columns: 1fr;
}

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

.content-wrapper {
  font-family: General Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.content-wrapper.max-width {
  max-width: 740px;
}

.content-wrapper.max-width.align-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper {
  border-radius: 2px;
  position: static;
  overflow: hidden;
}

.image-wrapper.border-radius {
  border-radius: 8px;
  position: relative;
}

.image-wrapper.top-margin {
  margin-top: 160px;
}

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

.image-full {
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  border: 0 solid #0000001f;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  position: static;
  overflow: visible;
}

.image-full.border-radius {
  border-radius: 8px;
}

.section {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.home-hero {
  z-index: 0;
  padding-top: 100px;
}

.section.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section.full-width {
  width: 100%;
  min-height: 100vh;
}

.section.no-top-padding {
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.section.bg-white {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-dark {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.noverflow {
  overflow: hidden;
}

.subheading {
  margin-bottom: 10px;
}

.subheading.black-60 {
  color: #23242699;
  margin-bottom: 10px;
  font-weight: 400;
}

.dropdown {
  border-top: 1px solid #000;
  width: 100%;
  overflow: hidden;
}

.dropdown.bottom-border {
  border-bottom: 1px solid var(--black);
}

.dropdown-icon {
  width: 16px;
  height: 16px;
  margin: 0;
  position: static;
  inset: 0% auto 0% 0%;
}

.dropdown-toggle {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0;
  display: flex;
  position: static;
}

.dropdown-list {
  background-color: #0000;
  padding-bottom: 20px;
  padding-left: 68px;
  padding-right: 20px;
  display: block;
  position: static;
}

.dropdown-heading {
  font-size: 22px;
}

.black-60 {
  color: var(--black-60);
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.flex-column-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-column {
  width: 100%;
}

.divider-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 80px;
}

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

.slider-home-1 {
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-mask {
  width: 100%;
  height: 100%;
}

.slider-home-1---arrow {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
  left: auto;
}

.slider-home-1---arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.slider-home-1---arrow.prev {
  margin-left: auto;
  margin-right: 0;
  right: 70px;
}

.slider-home-1---arrow.prev:hover {
  background-color: var(--black);
}

.slider-home-1---arrow.next {
  top: -60px;
}

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

.slider-arrow-icon {
  margin-top: -4px;
}

.global-padding {
  border-radius: 4px;
  padding-left: 4%;
  padding-right: 4%;
}

.page-wrapper {
  background-color: #fff;
  border-radius: 0;
}

.layout-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.layout-item {
  justify-content: flex-start;
}

.layout-header {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

.layout-column {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.layout-image {
  width: 100%;
}

.layout-image.show-tablet {
  display: none;
}

.layout-image.show-desktop {
  opacity: 0;
  position: absolute;
}

.layout-image-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.show-tablet {
  display: none;
}

.slider-home-2 {
  background-color: #0000;
  height: 100%;
  margin-bottom: -60px;
}

.slider-home-navigation {
  display: none;
}

.slider-home-2---bottom-wrapper {
  max-width: 280px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.avatar-block {
  grid-column-gap: 20px;
  text-align: left;
  align-items: center;
  font-family: General Sans, sans-serif;
  display: flex;
}

.avatar-image-wrapper {
  border-radius: 500px;
  overflow: hidden;
}

.avatar-name {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.avatar-name.black-80 {
  color: var(--black-80);
  font-style: italic;
  font-weight: 400;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-content-top {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

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

.footer-contact-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-contact-link {
  grid-column-gap: 10px;
  color: #fff6;
  align-items: center;
  display: flex;
}

.footer-contact-icon {
  width: 30px;
}

.footer-contact-link-wapper {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.footer-line {
  background-color: var(--white);
  opacity: .4;
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

.footer-content-bottom {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-nav-row {
  grid-column-gap: 20px;
  color: var(--white);
  justify-content: flex-end;
  display: flex;
}

.footer-nav-row.socials {
  margin-top: 10px;
}

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

.footer-social-icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.footer-tagline {
  font-size: 24px;
}

.footer-credits-row {
  color: #fff6;
  justify-content: space-between;
  font-size: 16px;
  display: flex;
}

.footer-credits-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.hero-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.hero-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.hero-image-wrapper._2 {
  width: 295px;
  height: 240px;
}

.hero-image-wrapper._1 {
  width: 100%;
  max-width: 280px;
  height: 480px;
}

.hero-image-wrapper._3 {
  width: 100%;
  max-width: 200px;
  height: 240px;
}

.hero-image-wrapper._4 {
  width: 100%;
  min-width: 400px;
  max-width: 440px;
  height: 480px;
}

.hero-image-wrapper._5 {
  width: 100%;
  max-width: 610px;
  height: 280px;
}

.specs-item {
  grid-column-gap: 20px;
  opacity: 1;
  border-bottom: 1px solid #23242640;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.specs-heading {
  margin-bottom: 0;
  font-size: 32px;
}

.hero-column-left {
  width: 50%;
  position: sticky;
  top: 100px;
}

.hero-column-right {
  width: 50%;
}

.hero-image-grid-wrapper {
  overflow: hidden;
}

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

.bg-image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.link-block-full {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-portfolio-wrapper {
  color: var(--black-60);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Gambetta, sans-serif;
  display: flex;
}

.left-arrow {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: color .2s, background-color .2s;
  display: flex;
  left: -80px;
}

.left-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.right-arrow {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: color .2s, background-color .2s;
  display: flex;
  right: -80px;
}

.right-arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.slide-nav {
  display: none;
}

.mask {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  background-color: #fff;
  margin-top: 78px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-size-medium {
  text-align: left;
  font-size: 24px;
}

.grid-full-2-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.block {
  align-items: center;
  padding: 10%;
  display: flex;
}

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

.block.bg-black.no-vertical-padding {
  padding-top: 0%;
  padding-bottom: 0%;
}

.scroll-down-icon-wrapper {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.scroll-down-icon {
  width: 1.5rem;
  margin-right: -5px;
  transform: rotate(-90deg);
}

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

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-60);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0;
}

.text-field:focus {
  border-bottom-color: var(--primary);
}

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

.text-field.text-area {
  min-height: 100px;
  padding-top: 20px;
}

.text-field.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.text-field.white::placeholder {
  color: #fff6;
}

.select-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-60);
  color: var(--black-40);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0;
}

.select-field:focus {
  border-bottom-color: var(--primary);
}

.select-field::placeholder {
  color: var(--black-40);
}

.about-hero-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr .5fr;
}

.about-heading-wrapper {
  flex-direction: column;
  display: flex;
}

.about-specs-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 40px;
}

.about-specs-wrapper {
  grid-row-gap: 6px;
  border-right: 1px solid var(--primary);
  flex-direction: column;
  display: flex;
}

.about-specs-wrapper._3 {
  border-right-width: 0;
}

.specs-paragraph {
  margin-bottom: 0;
}

.about-grid-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-grid-image-wrapper._2 {
  max-height: 300px;
}

.about-grid-image-wrapper._1 {
  max-height: 440px;
}

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

.team-member-item {
  text-align: left;
  width: 100%;
  min-width: 320px;
}

.team-member-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.team-member-position {
  font-size: 14px;
}

.team-member-position.black-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.overflow-block {
  height: 100px;
  overflow: hidden;
}

.spacer-medium {
  width: 40px;
  height: 40px;
}

.grid-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.spacer-small {
  width: 20px;
  height: 20px;
}

.phase-item._2, .phase-item._3 {
  margin-top: 50%;
}

.phase-item._1 {
  margin-bottom: 50%;
}

.our-process-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.flex-3-col-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-4-col {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-full-4-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-height: 100vh;
}

.image-wrapper-alt {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  z-index: 1;
  position: relative;
}

.image-alt-overlay {
  background-color: var(--black-60);
  position: absolute;
  inset: 0%;
}

.grid-full-1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-full-1-2.pop-up {
  height: 100vh;
}

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

.grid-1-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
  / 1fr 2fr;
}

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

.flex-child-grow {
  flex: 1;
}

.slider-home-1---top-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  position: relative;
  overflow: hidden;
}

.slider-home-1---bottom-wrapper {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
  inset: 20px 0% 0%;
}

.slider-home-1---image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slider-home-1---navigation {
  display: none;
  position: static;
}

.slider-home-2---arrow {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
  left: auto;
}

.slider-home-2---arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.slider-home-2---arrow.next {
  top: -60px;
}

.slider-home-2---arrow.prev {
  right: 70px;
}

.slider-home-2---arrow.prev:hover {
  background-color: var(--black);
}

.slider-home-1---content {
  height: 100%;
  padding-bottom: 40px;
}

.block-dropdown {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.block-dropdown-item {
  width: 100%;
  overflow: hidden;
}

.block-dropdown-toggle {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 4% 10%;
  display: flex;
  position: static;
}

.block-dropdopwn-list {
  background-color: #0000;
  padding: 10px 10% 10%;
  display: block;
  position: static;
}

.pop-up-wrapper {
  z-index: 1000;
  background-color: var(--white);
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.list {
  color: #fff9;
  margin-bottom: 0;
}

.pop-up-inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-up-close-button {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
  transform: scale(.8);
}

.pop-up-close-button:hover {
  transform: scale(1);
}

.process-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.process-image-wrapper._2 {
  left: -52px;
}

.process-image-wrapper._2.for-tablet {
  display: none;
}

.process-image-wrapper._1 {
  right: -52px;
}

.process-image-wrapper._1.for-tablet {
  display: none;
}

.nav-link-wrapper {
  color: var(--black-60);
  padding-left: 20px;
  padding-right: 20px;
  font-family: General Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.button-red {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-family: General Sans, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.button-text.black {
  color: var(--black);
}

.button-background {
  background-color: #d15241;
  border-radius: 100%;
  width: 100%;
  min-width: 14rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

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

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

.button-outline {
  z-index: 10;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline.white {
  border-color: var(--white);
  color: var(--white);
}

.noverflow {
  overflow: hidden;
}

.nav-line {
  background-color: #2324261a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-container {
  z-index: 0;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.scroll-down-text {
  white-space: nowrap;
  font-weight: 500;
}

.scroll-down-text-wrapper {
  color: var(--black-60);
  height: 1.5rem;
  overflow: hidden;
}

.nav-logo {
  max-width: 50%;
}

.block-dropdown-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.block-subheading-wrapper {
  color: var(--white);
  height: 1.5rem;
  font-family: Quicksand, sans-serif;
  transition: color .2s;
  overflow: hidden;
}

.block-subheading-wrapper.w--current {
  text-decoration: none;
}

.block-subheading {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

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

.footer-credits-link {
  color: #fff6;
  transition: color .2s;
}

.footer-credits-link:hover {
  color: var(--white);
}

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

.utility-page-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
  font-size: 18px;
}

.heading-7 {
  font-size: 55px;
}

.font-gambetta-copy {
  padding-left: 100px;
  padding-right: 100px;
  font-family: General Sans, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.font-gambetta-copy.text-size-large {
  font-size: 52px;
}

.font-gambetta-copy.text-size-large.white-40 {
  color: #fff6;
}

.font-gambetta-copy.text-size-large.red {
  color: var(--primary);
}

.font-gambetta-copy.black-80 {
  color: var(--black-80);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.home-gambetta {
  padding-left: 0;
  padding-right: 0;
  font-family: Gambetta, sans-serif;
  font-size: 65px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.home-gambetta.text-size-large {
  font-size: 52px;
}

.home-gambetta.text-size-large.white-40 {
  color: #fff6;
}

.home-gambetta.text-size-large.red {
  color: var(--primary);
}

.home-gambetta.black-80 {
  color: var(--black-80);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.text-block {
  text-align: left;
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.image {
  border-radius: 8px;
}

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

.field-label-2 {
  text-align: left;
}

.submit-button {
  background-color: var(--primary);
}

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

.text-block-3 {
  text-align: center;
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.heading-8, .heading-9 {
  text-align: center;
}

.heading-9-copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2";
}

.text-block-4 {
  color: var(--black-80);
  font-weight: 400;
  text-decoration: none;
}

.text-block-5 {
  color: var(--black-80);
}

.red-link-copy {
  border-bottom: 0px none var(--dark-slate-grey);
  color: var(--black-80);
  -webkit-text-stroke-color: var(--black-80);
  font-family: General Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link {
  border-bottom: 1px solid var(--salmon);
  color: var(--salmon);
  font-weight: 400;
}

.text-block-6 {
  color: var(--dark-slate-grey);
}

.button-text-light {
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-family: General Sans, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

.button-text-light.black {
  color: var(--black);
}

.body {
  background-color: #fff;
}

.text-link {
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.section-2 {
  z-index: 1;
  background-color: #fffaf3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.full-width {
  width: 100%;
  min-height: 100vh;
}

.section-top-2 {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section-3 {
  z-index: 1;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.full-width {
  width: 100%;
  min-height: 100vh;
}

.heading-10.h2 {
  text-align: left;
  font-weight: 400;
}

.button-red-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ef6351;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  line-height: 1.7;
}

.section-3-copy {
  z-index: 1;
  object-fit: fill;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: static;
}

.section-3-copy.full-width {
  width: 100%;
  min-height: 100vh;
}

.body-2 {
  background-color: #fff;
}

.content-wrapper-copy {
  position: relative;
}

.content-wrapper-copy.max-width {
  max-width: 700px;
}

.content-wrapper-copy.max-width.align-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-full-copy {
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  max-width: 80%;
  height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.image-full-copy.border-radius {
  border-radius: 8px;
}

.heading-11, .heading-12 {
  color: var(--black-80);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-2 {
  color: var(--black-40);
  background-color: #0000001f;
  height: 2px;
  padding-left: 0;
}

.heading-13 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 64px;
}

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

.div-block-3 {
  background-color: #0000001f;
  height: 2px;
  margin-top: 20px;
  padding-top: 0;
}

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

.image-2 {
  margin-top: 0;
}

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

.text-block-7 {
  margin-top: 20px;
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.grid-for-design-objectives {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
}

.text-for-design-objective {
  margin-top: 0;
  font-family: General Sans, sans-serif;
  font-weight: 300;
}

.specs-item-last {
  grid-column-gap: 20px;
  opacity: 1;
  border-bottom: 0 solid #23242640;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4 {
  background-color: #0000001f;
  height: 2px;
}

.coming-soon {
  font-size: 14px;
}

.coming-soon.black-60 {
  color: var(--primary);
  font-size: 12px;
}

.container-3 {
  background-color: #0000000d;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: General Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

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

.grid-for-turvo-research {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.section-less-padding {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-less-padding.home-hero {
  z-index: 0;
  padding-top: 100px;
}

.section-less-padding.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section-less-padding.full-width {
  width: 100%;
  min-height: 100vh;
}

.section-less-padding.no-top-padding {
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.section-less-padding.bg-white {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 0;
}

.section-less-padding.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-less-padding.bg-dark {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
}

.section-less-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section-less-padding.noverflow {
  overflow: hidden;
}

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

.div-block-5 {
  background-color: #0000001f;
  height: 2px;
}

.image-3 {
  opacity: .5;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.text-link-c-itaic {
  color: var(--black-60);
  border: 0 solid #0000;
  padding-left: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.header-copy {
  text-align: left;
  column-count: auto;
  font-family: General Sans, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.header-copy.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.header-copy.h1 {
  font-size: 60px;
}

.header-copy.h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.header-copy.h2.white {
  color: var(--white);
}

.header-copy.h1-copy {
  font-size: 64px;
  font-weight: 500;
}

.header-copy.h2-copy {
  text-align: left;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.header-copy.h2-copy.white {
  color: var(--white);
}

.header-copy.h2-copy-copy {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.header-copy.h2-copy-copy.white {
  color: var(--white);
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.grid-5 {
  grid-template: "Area Area-2"
  / .75fr;
  grid-auto-columns: .25fr;
}

.grid-6 {
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: .25fr;
}

.header-copy-copy {
  text-align: left;
  column-count: auto;
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.header-copy-copy.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.header-copy-copy.h1 {
  font-size: 60px;
}

.header-copy-copy.h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.header-copy-copy.h2.white {
  color: var(--white);
}

.header-copy-copy.h1-copy {
  font-size: 64px;
  font-weight: 500;
}

.header-copy-copy.h2-copy {
  text-align: left;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.header-copy-copy.h2-copy.white {
  color: var(--white);
}

.header-copy-copy.h2-copy-copy {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.header-copy-copy.h2-copy-copy.white {
  color: var(--white);
}

.header-carpy-for-about-me {
  text-align: left;
  column-count: auto;
  margin-bottom: 20px;
  font-family: General Sans, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.header-carpy-for-about-me.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.header-carpy-for-about-me.h1 {
  font-size: 60px;
}

.header-carpy-for-about-me.h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.header-carpy-for-about-me.h2.white {
  color: var(--white);
}

.header-carpy-for-about-me.h1-copy {
  font-size: 64px;
  font-weight: 500;
}

.header-carpy-for-about-me.h2-copy {
  text-align: left;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.header-carpy-for-about-me.h2-copy.white {
  color: var(--white);
}

.header-carpy-for-about-me.h2-copy-copy {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.header-carpy-for-about-me.h2-copy-copy.white {
  color: var(--white);
}

.cell {
  background-color: #fff;
}

.quick-stack, .quick-stack-2 {
  padding-bottom: 0;
}

.subhead-style {
  color: var(--black-60);
  text-align: left;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.subhead-style.small {
  opacity: .75;
  font-size: 14px;
}

.subhead-style.large {
  font-size: 20px;
}

.subhead-style.white-60 {
  color: #fff9;
  font-weight: 400;
}

.subhead-style.black-60 {
  color: #23242699;
  text-align: left;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-16 {
  font-weight: 400;
}

.bold-text-3 {
  color: var(--black-60);
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--black-60);
  font-family: General Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.bold-text-4 {
  color: var(--black-60);
  font-weight: 400;
}

.paragraph-4 {
  font-family: General Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.heading-17, .heading-18, .bold-text-5, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .bold-text-6 {
  font-weight: 400;
}

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

.heading-26 {
  font-weight: 400;
}

.text-block-8 {
  font-size: 14px;
}

.paragraph-5 {
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .heading.h3, .heading.h2, .heading.h2-copy, .heading.h2-copy-copy, .heading.h2-copy-copy-copy {
    font-weight: 400;
  }

  .sg-nav-container {
    width: 280px;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .subheading.white-60 {
    font-weight: 400;
  }

  .grid-full-2-1.max-height {
    max-height: 80vh;
  }

  .block {
    padding: 20%;
  }

  .overflow-block.extra-padding {
    padding-left: 20%;
  }

  .spacer-small {
    border-top: 1px #cecdcd;
  }

  .block-dropdown {
    max-height: 80vh;
  }

  .block-dropdown-item {
    background-color: var(--black);
  }

  .block-subheading-wrapper.w--current {
    color: var(--black);
  }

  .section-3-copy {
    border-top: 1px #c0bebe;
  }

  .header-copy.h3, .header-copy.h2, .header-copy.h2-copy, .header-copy.h2-copy-copy, .header-copy-copy.h3, .header-copy-copy.h2, .header-copy-copy.h2-copy, .header-copy-copy.h2-copy-copy, .header-carpy-for-about-me.h3, .header-carpy-for-about-me.h2, .header-carpy-for-about-me.h2-copy, .header-carpy-for-about-me.h2-copy-copy {
    font-weight: 400;
  }
}

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

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 24px;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .button {
    position: relative;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    text-align: left;
    border-top: 1px solid #2324260d;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 10px 0;
    display: block;
  }

  .hero-columns {
    flex-direction: column;
    display: flex;
  }

  .image-wrapper.max-height {
    max-height: 60vh;
  }

  .section.full-width {
    min-height: 80vh;
  }

  .section.no-padding.nav-margin {
    margin-top: 80px;
  }

  .section.noverflow {
    overflow: hidden;
  }

  .subheading {
    margin-bottom: 10px;
  }

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

  .grid-custom {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .slider-home-1---arrow {
    width: 50px;
    height: 50px;
  }

  .slider-home-1---arrow.prev {
    right: 60px;
  }

  .slider-home-1---arrow.next {
    top: -50px;
  }

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

  .layout-wrapper {
    grid-column-gap: 20px;
  }

  .layout-column.center {
    display: none;
  }

  .layout-image, .layout-image.show-tablet, .show-tablet {
    display: block;
  }

  .footer-grid {
    grid-row-gap: 40px;
  }

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

  .footer-nav-row {
    justify-content: flex-start;
  }

  .hero-image-wrapper._1 {
    max-width: 480px;
  }

  .hero-column-left {
    width: 100%;
    position: static;
  }

  .hero-column-right {
    width: 100%;
  }

  .hero-text-wrapper {
    margin-bottom: 40px;
  }

  .left-arrow {
    inset: auto 70px -80px auto;
  }

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

  .mask {
    min-height: 20vh;
  }

  .section-top {
    margin-top: 80px;
  }

  .grid-full-2-1 {
    grid-template-columns: 1fr;
  }

  .block {
    padding: 10% 0%;
  }

  .block.bg-black.no-vertical-padding {
    padding-top: 10%;
  }

  .about-hero-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-heading-wrapper {
    margin-bottom: -20px;
  }

  .about-grid-image-wrapper._2 {
    margin-right: 4%;
  }

  .about-grid-image-wrapper._1 {
    margin-left: 4%;
  }

  .grid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .overflow-block {
    height: 90px;
  }

  .phase-item._2, .phase-item._3 {
    margin-top: 0%;
    margin-bottom: 40px;
  }

  .phase-item._1 {
    margin-bottom: 40px;
  }

  .flex-3-col-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .grid-full-4-col, .grid-full-1-2 {
    grid-template-columns: 1fr;
  }

  .inner-content-wrapper {
    margin-bottom: 40px;
  }

  .nav-menu {
    background-color: var(--off-white);
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding: 8px;
  }

  .slider-home-1---top-wrapper {
    min-height: auto;
    max-height: 460px;
  }

  .slider-home-1---bottom-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .slider-home-2---arrow {
    width: 50px;
    height: 50px;
  }

  .slider-home-2---arrow.next {
    top: -50px;
  }

  .slider-home-2---arrow.prev {
    right: 60px;
  }

  .process-image-wrapper._2.for-desktop {
    display: none;
  }

  .process-image-wrapper._2.for-tablet {
    margin-right: 40%;
    display: none;
  }

  .process-image-wrapper._1.for-tablet {
    padding-left: 40%;
    display: none;
  }

  .process-image-wrapper._1.for-desktop {
    display: none;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid #2324260d;
    padding: 12px 0;
    display: flex;
  }

  .menu-icon {
    width: 34px;
    height: 34px;
  }

  .button-text.hide-tablet, .scroll-down-container {
    display: none;
  }

  .block-subheading-wrapper {
    text-align: left;
    border-top: 1px solid #2324260d;
  }

  .block-subheading.hide-tablet, .button-text-light.hide-tablet {
    display: none;
  }

  .section-2.full-width {
    min-height: 80vh;
  }

  .section-top-2 {
    margin-top: 80px;
  }

  .section-3.full-width, .section-3-copy.full-width, .section-less-padding.full-width {
    min-height: 80vh;
  }

  .section-less-padding.no-padding.nav-margin {
    margin-top: 80px;
  }

  .section-less-padding.noverflow {
    overflow: hidden;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .grid-2-1-col {
    grid-template-columns: 2fr;
  }

  .spacer-large {
    padding-top: 40px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading.h1, .heading.h1-copy {
    font-size: 42px;
  }

  .button {
    font-size: 14px;
  }

  .navbar {
    height: 60px;
  }

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

  .section.full-width {
    min-height: 60vh;
  }

  .section.no-padding.nav-margin {
    margin-top: 60px;
  }

  .subheading {
    font-size: 14px;
  }

  .dropdown-toggle {
    grid-column-gap: 28px;
  }

  .dropdown-list {
    padding-left: 50px;
    display: block;
  }

  .dropdown-heading {
    font-size: 18px;
  }

  .divider-line {
    margin-bottom: 60px;
  }

  .layout-wrapper {
    flex-direction: column;
  }

  .layout-item {
    margin-bottom: 60px;
  }

  .layout-item.last-item {
    margin-bottom: 0;
  }

  .layout-column {
    grid-row-gap: 0px;
    display: block;
  }

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

  .footer-content-top {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-contact-links {
    justify-items: start;
  }

  .footer-content-bottom {
    grid-row-gap: 20px;
  }

  .footer-nav-row {
    flex-wrap: wrap;
  }

  .footer-credits-row {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-credits-wrapper {
    flex-wrap: wrap;
  }

  .hero-image-wrapper._2 {
    width: 80%;
  }

  .hero-image-wrapper._1 {
    width: 100%;
  }

  .hero-image-wrapper._3 {
    height: 180px;
  }

  .hero-image-wrapper._4 {
    width: 100%;
    height: 300px;
  }

  .hero-image-wrapper._5 {
    width: 100%;
  }

  .slider-portfolio-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .text-size-medium {
    font-size: 20px;
  }

  .grid-full-2-1 {
    grid-template-columns: 1fr;
  }

  .about-specs-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-specs-wrapper {
    border-left: 1px solid var(--primary);
    border-right-width: 0;
    padding-left: 20px;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .team-member-item {
    min-width: auto;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .overflow-block {
    height: 70px;
  }

  .spacer-medium {
    padding-top: 30px;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

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

  .grid-full-1-2, .grid-1-2-col {
    grid-template-columns: 1fr;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .slider-home-1---top-wrapper {
    max-height: 440px;
  }

  .slider-home-2---arrow {
    bottom: -30px;
  }

  .block-dropdown-toggle {
    grid-column-gap: 28px;
  }

  .block-dropdopwn-list {
    display: block;
  }

  .block-subheading-wrapper {
    font-size: 16px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.full-width {
    min-height: 60vh;
  }

  .section-top-2, .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.full-width {
    min-height: 60vh;
  }

  .section-3-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3-copy.full-width {
    min-height: 60vh;
  }

  .section-less-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-less-padding.full-width {
    min-height: 60vh;
  }

  .section-less-padding.no-padding.nav-margin {
    margin-top: 60px;
  }

  .header-copy.h1, .header-copy.h1-copy, .header-copy-copy.h1, .header-copy-copy.h1-copy, .header-carpy-for-about-me.h1, .header-carpy-for-about-me.h1-copy {
    font-size: 42px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .column {
    margin-bottom: 0;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading.h1, .heading.h1-copy {
    font-size: 36px;
  }

  .button-row {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-nav-row {
    flex-wrap: wrap;
  }

  .hero-image-wrapper._2 {
    width: 100%;
    height: 180px;
  }

  .hero-image-wrapper._1 {
    height: 280px;
  }

  .hero-image-wrapper._3 {
    min-width: 100px;
    height: 180px;
  }

  .text-size-medium {
    font-size: 18px;
  }

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

  .about-heading-wrapper {
    margin-bottom: -30px;
  }

  .about-specs-wrapper {
    border-left: 1px solid var(--primary);
    border-right-width: 0;
    padding-left: 20px;
  }

  .overflow-block {
    height: 50px;
  }

  .grid-full-1-2.pop-up {
    grid-template-rows: minmax(auto, .75fr);
  }

  .slider-home-1---top-wrapper {
    max-height: 390px;
  }

  .slider-home-2---arrow {
    bottom: -10px;
  }

  .process-image-wrapper._2.for-tablet {
    margin-right: 12%;
  }

  .process-image-wrapper._1.for-tablet {
    padding-left: 12%;
  }

  .header-copy.h1, .header-copy.h1-copy, .header-copy-copy.h1, .header-copy-copy.h1-copy, .header-carpy-for-about-me.h1, .header-carpy-for-about-me.h1-copy {
    font-size: 36px;
  }
}

#w-node-_7ce7c981-8768-35c8-a7bc-5c96aaf4f090-04c3e2b1, #w-node-_11a3422c-57e8-7879-c6d7-b07b785592f1-04c3e2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e250e93-ca34-317c-190a-622bdbd222d3-04c3e2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6e250e93-ca34-317c-190a-622bdbd222d5-04c3e2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aba1df0-3c52-ae52-288c-1c3c48e768e0-04c3e2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d4c0c292-8eaf-e7a1-e243-261d027008c0-04c3e2b1, #w-node-_995b957e-912c-9d35-b00f-d98710b4d49c-04c3e2b1, #w-node-_995b957e-912c-9d35-b00f-d98710b4d492-04c3e2b1, #w-node-_8d9f3796-8d35-c418-e109-ea7f06a59a27-1ee97589, #w-node-_0af8f5be-37b6-b6c8-ceb5-1a124c5c9a61-1ee97589, #w-node-_7e6ef153-3688-393d-378d-a0491ee975a0-1ee97589, #w-node-_7e6ef153-3688-393d-378d-a0491ee975be-1ee97589 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f589e4d1-4b7f-28f4-d915-299d359cd728-04c3e35c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_8e7dfb53-8d40-f6c1-64ef-31bea53f3cd3-04c3e35c {
  grid-column: span 2 / span 2;
}

#w-node-_4c5401b0-a12f-335a-41fb-aee011a635c6-04c3e35c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

#w-node-_4c5401b0-a12f-335a-41fb-aee011a635c7-04c3e35c {
  grid-column: span 2 / span 2;
}

#w-node-_1068ad45-12c4-36e4-7042-1680b18cbfc0-04c3e35c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb2-02f5e69d, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb7-02f5e69d, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ebc-02f5e69d, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ec1-02f5e69d, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d37a-02f5e69d, #w-node-_2f35ccf9-6ce4-2031-33d4-315077eda2fe-02f5e69d, #w-node-d740331b-5f97-59a2-d70e-5a88029fe44d-02f5e69d, #w-node-fe396594-e074-63cc-cf6d-048a54c189f9-02f5e69d, #w-node-b62f7288-4bf8-5f96-8e4a-037057d03993-02f5e69d, #w-node-_072b2985-9722-25b3-6bf9-a1e69fe0835c-02f5e69d, #w-node-_3fd6feb0-bbac-9a98-b0c6-22cc7d150788-02f5e69d, #w-node-bac70777-6693-8b28-39bc-6934a6a5875a-02f5e69d, #w-node-efe2dd6d-2da8-b078-d9c2-4d4331b78469-02f5e69d, #w-node-b9bdb30f-8ad0-45a5-bacb-f5711621d729-02f5e69d, #w-node-dccbbd0c-afc1-c144-378a-ef5c406ef36a-02f5e69d, #w-node-_6be6bb63-f961-2708-1099-3241f3f67064-02f5e69d, #w-node-_00068509-d7d9-7add-23b1-c01c1f9ba6df-02f5e69d, #w-node-eff22a04-c6bb-df53-e696-379a9cf1a502-02f5e69d, #w-node-_2b3a3c45-22c3-5ecb-5c60-2a39e878dc37-02f5e69d, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb2-04c3e339, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb7-04c3e339, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ebc-04c3e339, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ec1-04c3e339, #w-node-_0429fe74-92e6-9059-9186-00acdda1e493-04c3e339, #w-node-b00e4306-5573-7403-cf96-63b9ce672d83-04c3e339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f385c97c-0468-94b5-e8e8-a713db41f8f6-04c3e339 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_81eb4ea8-e6cd-46df-e55d-5d063bd87398-04c3e339, #w-node-_03c2f090-af7e-2d82-4c8c-6e9922b5c9fb-04c3e339, #w-node-_4ed49d39-0275-5b8d-41be-6cee01cfe1bd-04c3e339, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d35e-04c3e339, #w-node-_1f42d5e9-f636-d3ea-d599-4a147e1c1524-04c3e339, #w-node-_1f42d5e9-f636-d3ea-d599-4a147e1c1531-04c3e339, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d37a-04c3e339, #w-node-_34ff5925-e54a-f318-5a1b-700d5c40f06e-04c3e339, #w-node-_34ff5925-e54a-f318-5a1b-700d5c40f07a-04c3e339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec6f8c6-56d4-cc36-9deb-c375de32fed8-04c3e339 {
  grid-area: Area;
}

#w-node-ec12a87e-64e6-76d0-49a6-02a16302df5d-04c3e339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b407803e-ed96-8014-dacc-8189cd7371ee-04c3e339 {
  grid-area: Area-2;
}

#w-node-_3ddefcdc-c91e-6027-12c7-0e259a5fbf62-04c3e339, #w-node-b159509d-fbaa-52ae-ad40-8eda9856c67c-04c3e339, #w-node-d3066255-c506-adfb-2c9a-580bcc1eb509-04c3e339, #w-node-_97592be8-3aa5-88bf-bddd-c12651ace12b-04c3e339, #w-node-be2f710c-2f53-ff3a-d6f7-b49312e5c741-04c3e339, #w-node-_66b15e03-fd87-b563-b190-6e508f79f817-04c3e339, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb2-e4e01561, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb7-e4e01561, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ebc-e4e01561, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ec1-e4e01561, #w-node-_0429fe74-92e6-9059-9186-00acdda1e493-e4e01561, #w-node-b00e4306-5573-7403-cf96-63b9ce672d83-e4e01561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f385c97c-0468-94b5-e8e8-a713db41f8f6-e4e01561 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_81eb4ea8-e6cd-46df-e55d-5d063bd87398-e4e01561, #w-node-_03c2f090-af7e-2d82-4c8c-6e9922b5c9fb-e4e01561, #w-node-_4ed49d39-0275-5b8d-41be-6cee01cfe1bd-e4e01561, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d37a-e4e01561, #w-node-_14b5d6eb-4eae-be46-9413-b9bca8886100-e4e01561, #w-node-_14b5d6eb-4eae-be46-9413-b9bca8886102-e4e01561, #w-node-_2ada23f1-e87b-9129-d88f-f68c47de2c4d-e4e01561, #w-node-_2ada23f1-e87b-9129-d88f-f68c47de2c4f-e4e01561, #w-node-a8c37c0d-c132-f82b-005f-453176a8371c-e4e01561, #w-node-a8c37c0d-c132-f82b-005f-453176a8371e-e4e01561, #w-node-f6356f41-9c8b-fa45-4582-11beea947cad-e4e01561, #w-node-f6356f41-9c8b-fa45-4582-11beea947caf-e4e01561, #w-node-_4e7a61eb-76df-f2b7-f3ad-c02f22cbaf33-e4e01561, #w-node-ed21e03c-511e-0054-9db8-3a8e9514dd90-e4e01561, #w-node-ed21e03c-511e-0054-9db8-3a8e9514dd92-e4e01561, #w-node-ed21e03c-511e-0054-9db8-3a8e9514dd94-e4e01561, #w-node-d841874a-424c-26ff-911b-ce365169c40b-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c410-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c415-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c41a-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c423-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c426-04c3e33a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d841874a-424c-26ff-911b-ce365169c42e-04c3e33a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d841874a-424c-26ff-911b-ce365169c430-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c432-04c3e33a, #w-node-d841874a-424c-26ff-911b-ce365169c435-04c3e33a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6a94a7-36a1-3691-f130-a24ae192a303-04c3e35d {
  align-self: end;
}

#w-node-_8a6a94a7-36a1-3691-f130-a24ae192a30f-04c3e35d, #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a313-04c3e35d, #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a31e-04c3e35d, #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a322-04c3e35d, #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a32a-04c3e35d, #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a32e-04c3e35d, #w-node-e42bb8d8-6aa8-2145-7384-18974fc05529-04c3e35e, #w-node-_3d572ee0-d3e5-c677-3492-67f36f4d7964-04c3e35e, #w-node-db7bb6ee-4631-c2f6-9f88-06fa72826b62-04c3e35e, #w-node-_3aae52b0-67de-a44e-87f7-36600708400d-04c3e35e, #w-node-c8f801e6-fded-adb9-c568-0c18c1b34bb0-04c3e35e, #w-node-_51053824-ec8c-75ff-accf-70fafa60d40f-04c3e35e, #w-node-_51053824-ec8c-75ff-accf-70fafa60d418-04c3e35e, #w-node-_51053824-ec8c-75ff-accf-70fafa60d421-04c3e35e, #w-node-_51053824-ec8c-75ff-accf-70fafa60d426-04c3e35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202f7963-9b0c-2f48-f901-f4fa1b2062ff-04c3e372 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_202f7963-9b0c-2f48-f901-f4fa1b206306-04c3e372 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_202f7963-9b0c-2f48-f901-f4fa1b20630a-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b20630e-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206311-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206315-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206319-04c3e372 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_202f7963-9b0c-2f48-f901-f4fa1b20631d-04c3e372, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb2-04c3e373, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb7-04c3e373, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ebc-04c3e373, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ec1-04c3e373, #w-node-_0429fe74-92e6-9059-9186-00acdda1e493-04c3e373, #w-node-b00e4306-5573-7403-cf96-63b9ce672d83-04c3e373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f385c97c-0468-94b5-e8e8-a713db41f8f6-04c3e373 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_81eb4ea8-e6cd-46df-e55d-5d063bd87398-04c3e373, #w-node-_03c2f090-af7e-2d82-4c8c-6e9922b5c9fb-04c3e373, #w-node-_4ed49d39-0275-5b8d-41be-6cee01cfe1bd-04c3e373, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d35e-04c3e373, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d37a-04c3e373, #w-node-ef73c54b-ff43-c35f-50a5-c740cfc345e3-04c3e373, #w-node-_2f35ccf9-6ce4-2031-33d4-315077eda2fe-04c3e373, #w-node-bb68897a-c327-2fcb-6294-eae8fe311c42-04c3e373, #w-node-ac0aba86-2d04-8a26-c9ca-07821b7c2af9-04c3e373, #w-node-_29246534-edb9-e691-3722-a7a1e6c3de60-04c3e373, #w-node-_29246534-edb9-e691-3722-a7a1e6c3de62-04c3e373, #w-node-_59370a8d-e3a4-41c4-e376-6e92bcd9ea3d-04c3e373, #w-node-_80cd5283-6d86-2fea-3994-329f820949b3-04c3e373, #w-node-c03f51e1-9051-a889-ba99-501c260a37d7-04c3e373, #w-node-c03f51e1-9051-a889-ba99-501c260a37d9-04c3e373, #w-node-afffa903-c108-f1de-de50-10dc02f2ed33-04c3e373, #w-node-afffa903-c108-f1de-de50-10dc02f2ed35-04c3e373, #w-node-_24e9704c-4901-6b89-47dc-bffde57690d4-04c3e373, #w-node-_24e9704c-4901-6b89-47dc-bffde57690d6-04c3e373, #w-node-d7e33304-1459-5e2c-6387-59b2b32b1998-04c3e373, #w-node-d7e33304-1459-5e2c-6387-59b2b32b199a-04c3e373, #w-node-ab5e92a1-f3b5-3a12-3846-0746e8c8de2d-04c3e373, #w-node-ab5e92a1-f3b5-3a12-3846-0746e8c8de2f-04c3e373, #w-node-_2c9d9a05-8611-a8e9-f972-ef8c02da00e7-04c3e373, #w-node-_2c9d9a05-8611-a8e9-f972-ef8c02da00e9-04c3e373, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb2-7be5e0ce, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8eb7-7be5e0ce, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ebc-7be5e0ce, #w-node-_3ac4e157-6d49-c556-c473-568c5cfa8ec1-7be5e0ce, #w-node-_0429fe74-92e6-9059-9186-00acdda1e493-7be5e0ce, #w-node-b00e4306-5573-7403-cf96-63b9ce672d83-7be5e0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f385c97c-0468-94b5-e8e8-a713db41f8f6-7be5e0ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_81eb4ea8-e6cd-46df-e55d-5d063bd87398-7be5e0ce, #w-node-_03c2f090-af7e-2d82-4c8c-6e9922b5c9fb-7be5e0ce, #w-node-_4ed49d39-0275-5b8d-41be-6cee01cfe1bd-7be5e0ce, #w-node-e9720cf6-48fb-0506-eb78-e48d8815d37a-7be5e0ce, #w-node-_2f35ccf9-6ce4-2031-33d4-315077eda2fe-7be5e0ce, #w-node-d740331b-5f97-59a2-d70e-5a88029fe44d-7be5e0ce, #w-node-_2460f6a7-7e0a-26a1-2f88-e20076a4b3a4-7be5e0ce, #w-node-_7031cf87-7fee-d3f4-b3b5-f15a1b257e4f-7be5e0ce, #w-node-_03444470-b2b0-5711-d3fe-081ad5ba7817-7be5e0ce, #w-node-b44d2757-5d05-ae1c-8b5c-0f9a67d2378a-7be5e0ce, #w-node-d9e479cc-8c19-f3c2-23db-3e9b1b2dcf0b-7be5e0ce, #w-node-a359d1c5-1a66-7c88-67cf-e54d7f6be316-7be5e0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_8a6a94a7-36a1-3691-f130-a24ae192a30f-04c3e35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_995b957e-912c-9d35-b00f-d98710b4d492-04c3e2b1 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_11a3422c-57e8-7879-c6d7-b07b785592f1-04c3e2b1 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_202f7963-9b0c-2f48-f901-f4fa1b2062ff-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b20630a-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b20630e-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206311-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206315-04c3e372, #w-node-_202f7963-9b0c-2f48-f901-f4fa1b206319-04c3e372 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-VariableItalic.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}