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

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

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-black: #0f0f0f;
  --white: white;
  --border: #b4b4b414;
  --grey: #b4b4b4;
  --dark: #202020;
  --dark-grey: gray;
  --secondary-black: #202020;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

@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 {
  background-color: var(--primary-black);
  color: var(--white);
  font-family: General Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General Sans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-rich-text p, .text-rich-text ul, .text-rich-text ol, .text-rich-text blockquote {
  color: var(--grey);
  text-transform: uppercase;
}

.text-rich-text h2 {
  font-size: 3rem;
  line-height: 1.1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
}

.text-rich-text h4 {
  font-size: 2rem;
}

.text-rich-text h5 {
  font-size: 1.5rem;
}

.text-rich-text h6 {
  font-size: 1rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-size-tiny {
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.4;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h2.text-align-center {
  font-size: 4rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

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

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.text-size-small {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.margin-top, .margin-top.margin-large, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-color-alternate {
  color: #fff;
}

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

.text-weight-medium {
  font-weight: 500;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.text-size-medium {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.hide {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.heading-style-h1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-xxhuge {
  padding: 12rem;
}

.nav_brand {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

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

.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.button:hover {
  border-color: var(--border);
  color: var(--white);
  background-color: #0000;
}

.button.is-form-submit {
  width: 100%;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-xlarge {
  border-top: 1px solid #4b4b4b24;
  width: 100%;
  margin-top: 140px;
  padding-top: 20px;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-color-secondary {
  color: var(--grey);
}

.main-wrapper {
  overflow: clip;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

.heading-style-h3 {
  text-transform: uppercase;
  font-family: General Sans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.form_input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #b4b4b440;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: all .3s;
}

.form_input:hover, .form_input:active, .form_input:focus {
  border-color: #b4b4b480;
}

.form_input::placeholder {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.text-size-large {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.text-size-regular {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.nav_component {
  background-color: var(--dark);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: var(--dark);
}

.padding-xlarge {
  padding: 4rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

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

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid var(--border);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

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

.utility-content {
  border: 1px solid var(--border);
  background-color: var(--border);
  width: 100%;
  padding: 2rem;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  opacity: .75;
}

.utility-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.header-section {
  position: relative;
}

.about-section {
  overflow: clip;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100vh;
  margin-bottom: 4rem;
}

.service-section, .footer {
  position: relative;
  overflow: clip;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg-image {
  opacity: .08;
  height: 30rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-image._02 {
  inset: auto 0% 0% auto;
}

.nav-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.nav-text.is-hover {
  color: var(--grey);
}

.link-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-button.bigger {
  margin-top: 20px;
  transform: scale(1.75);
}

.button-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.button-text.is-hover {
  color: var(--grey);
}

.underline {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.underline.is-nav {
  background-color: #fff;
}

.nav-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  color: #fff;
  background-color: #0000;
}

.button-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-button-block {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-button {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.arrow-button._02 {
  color: var(--grey);
}

.nav-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  height: 1.5rem;
  font-family: Basement Grotesque;
  font-size: 1.25rem;
  line-height: 1;
}

.nav-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.brand-link {
  text-decoration: none;
  transition: opacity .4s;
}

.brand-link:hover {
  opacity: .75;
}

.nav-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-bottom-grid {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  top: -2rem;
}

.header-content-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.empty-state {
  text-align: center;
  text-transform: uppercase;
  background-color: #b4b4b41a;
}

.other-projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-wrapper {
  perspective: 750px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.project-description {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-text {
  color: var(--grey);
  text-transform: uppercase;
}

.project-name {
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: General Sans, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.large-text {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 13.5fr 1fr;
  width: 100%;
}

.text-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-bg {
  z-index: 1;
  opacity: .08;
  height: 36rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.service-grid {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.accordion-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.accordion-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-description {
  color: var(--grey);
}

.button-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-wrap.is-cta {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  display: flex;
}

.service-bg {
  opacity: .08;
  height: 30rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-bg._02 {
  inset: auto auto 0% 0%;
}

.divider-stripe {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-padding {
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.footer-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.footer-logo-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.footer-bg {
  opacity: .08;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -20rem;
}

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

.utility-icon {
  color: var(--grey);
  width: 15rem;
  height: 15rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.form-container {
  border: 1px solid var(--border);
  background-color: var(--border);
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2.5rem;
}

.form-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
  width: 100%;
}

.form-label {
  text-transform: uppercase;
  font-weight: 500;
}

.contact-padding {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-details-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.detail-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image-sticky {
  position: sticky;
  top: 0;
}

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

.nav-background {
  display: none;
}

.header-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 500;
}

.heading-title.is-grey {
  color: var(--dark-grey);
  font-size: 10rem;
}

.main-image {
  width: 14rem;
  height: 14rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.header-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -3rem;
}

.subtitle-text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.stats-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.stats-card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--border);
  background-color: var(--secondary-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.stats-number {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}

.stats-text {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 1rem;
}

.overlay-image {
  z-index: 5;
  background-color: var(--secondary-black);
  width: 100%;
  height: 100%;
  transform: translate(0, -100%);
}

.overlay-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.title-wrapper {
  position: relative;
  overflow: hidden;
}

.title-overlay, .project-overlay {
  background-color: var(--secondary-black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.project-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-name-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.plus-accordion {
  border: 1px solid var(--border);
  background-color: var(--secondary-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.plus-stripe {
  background-color: var(--white);
  width: .875rem;
  height: 1px;
}

.plus-stripe.is-vertical {
  position: absolute;
  transform: rotate(90deg);
}

.testimonial_arrow-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial_content {
  text-align: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_arrow {
  border: 1px solid var(--border);
  background-color: var(--secondary-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.testimonial_arrow:hover {
  transform: scale(1.1);
}

.testimonial-text {
  color: var(--grey);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial_logo {
  opacity: .5;
  max-height: 5rem;
}

.testimonial_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial-section {
  position: relative;
  overflow: clip;
}

.header-service-text {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.35rem;
}

.text-block {
  color: var(--grey);
  text-align: center;
  font-size: 1rem;
  font-style: italic;
}

.efi-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.efi-ft-04 {
  padding: 150px 5% 100px;
}

.efi-ft-04-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-04-grid-wrapper {
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.efi-ft-04-grid-cell {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 140px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 4rem;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

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

.div-block-3 {
  background-color: #202020;
}

.heading-2 {
  color: var(--primary-black);
  margin-bottom: 20px;
  margin-left: 24px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-left: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.heading-4 {
  color: var(--grey);
  font-size: 14px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-right: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.heading-5 {
  font-size: 14px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-left: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-right: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-left: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-right: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-left: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .25px solid #202020;
  border-right: .25px #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .25px solid #202020;
  border-bottom: .5px solid #202020;
  border-left: .25px #fff;
  border-right: .25px solid #202020;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid none solid solid;
  border-width: .25px .25px .5px;
  border-color: var(--secondary-black) var(--white) var(--secondary-black) var(--secondary-black);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.heading-10 {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 140px;
  font-weight: 300;
}

.div-block-16 {
  background-color: #4b4b4b;
  align-self: stretch;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.heading-11 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 60px;
  font-size: 1rem;
}

.heading-12 {
  margin-bottom: 20px;
  margin-left: 24px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

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

.text-block-4 {
  text-align: center;
  background-color: #202020;
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.efi-ft-08 {
  padding: 75px 2%;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-08-icon {
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  padding: 20px;
}

.heading-13 {
  text-align: center;
  background-color: #202020;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 26px;
}

.efi-ft-09 {
  padding: 100px 3%;
}

.efi-ft-09-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-09-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 75px;
}

.efi-ft-09-accordion-bottom-bar {
  width: 100%;
  height: 1px;
}

.efi-ft-09-accordion {
  margin-left: auto;
  margin-right: auto;
}

.efi-accordion-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.efi-ft-09-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.efi-ft-09-accordion-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.efi-ft-09-content {
  overflow: hidden;
}

/* Professional Infinite Scroll Animation - 2 sets for seamless loop */
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Move exactly 50% to scroll through first set and seamlessly continue with second */
    transform: translateX(-50%);
  }
}

@-webkit-keyframes infinite-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    /* Move exactly 50% to scroll through first set and seamlessly continue with second */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Professional Logo Carousel - MOVED TO INLINE CSS TO AVOID CONFLICTS */
/* .logo-track CSS is now defined in index.html for better control */

.logo-item {
  flex-shrink: 0;
  height: 100px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
  .div-block-31 {
    animation: none;
  }
}

/* Legacy div-block-31 - now unused but kept for compatibility */
.div-block-31 {
  display: none;
}

.div-block-32 {
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  padding-left: 20px;
  padding-right: 20px;
}

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

@media screen and (min-width: 1280px) {
  .heading-style-h2.text-align-center {
    font-size: 4rem;
  }

  .text-size-medium.text-align-center {
    padding-bottom: 20px;
  }

  .spacer-xlarge {
    border-top: 1px solid #4b4b4b24;
    margin-top: 0;
    padding-top: 20px;
  }

  .max-width-large {
    max-width: 50rem;
  }

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

  .header-image {
    width: 15rem;
  }

  .link-button.bigger {
    margin-top: 20px;
  }

  .large-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4.5rem;
  }

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

  .subtitle-text {
    margin-bottom: 10px;
  }

  .stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 20px;
  }

  .text-block {
    color: var(--grey);
    font-style: italic;
  }

  .features-table {
    border-top: 1px solid #4b4b4b24;
    border-bottom-style: none;
  }

  .centered-heading {
    font-size: 4rem;
  }

  .comparison-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .div-block-2 {
    background-color: var(--white);
    height: auto;
  }

  .div-block-3 {
    background-color: #202020;
  }

  .heading-2 {
    color: var(--primary-black);
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .heading-3 {
    color: var(--primary-black);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-4 {
    font-size: 14px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-5 {
    font-size: 14px;
  }

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

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid none solid solid;
    border-width: .25px;
    border-color: var(--secondary-black) var(--white) var(--secondary-black) var(--secondary-black);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: .25px solid #202020;
    border-bottom: .5px solid #202020;
    border-left: .25px #fff;
    border-right: .25px solid #202020;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: .25px solid #202020;
    border-bottom: .5px solid #202020;
    border-left: .25px solid #202020;
    border-right: .25px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-10 {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 140px;
    font-weight: 300;
  }

  .div-block-16 {
    align-self: stretch;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-11 {
    color: var(--dark-grey);
    text-align: center;
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .heading-12 {
    margin-left: 24px;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 60px;
    display: grid;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .div-block-18 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .paragraph-4 {
    text-align: center;
    font-style: normal;
  }

  .text-block-4 {
    background-color: #202020;
    flex-flow: column;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .efi-ft-08 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-13 {
    text-align: center;
    background-color: #202020;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 400;
  }

  .italic-text-3 {
    font-style: normal;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */

  .div-block-32 {
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h2.text-align-center {
    font-size: 4.5rem;
    font-weight: 500;
  }

  .spacer-xlarge {
    border-top: 1px solid #4b4b4b24;
    margin-top: 140px;
    padding-top: 20px;
  }

  .spacer-large {
    padding-top: 4rem;
  }

  .header-image {
    width: 16rem;
  }

  .bg-image {
    height: 35rem;
  }

  .link-button.bigger {
    margin-top: 20px;
  }

  .project-name {
    font-size: 4rem;
  }

  .large-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4.5rem;
  }

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

  .image-bg {
    height: 38rem;
  }

  .service-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .accordion-heading {
    font-size: 2.75rem;
  }

  .button-wrap {
    padding-top: 0;
  }

  .subtitle-text {
    margin-bottom: 10px;
  }

  .stats-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stats-card {
    background-color: var(--secondary-black);
  }

  .text-block {
    color: var(--grey);
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 55px;
    font-size: 1rem;
    font-style: italic;
  }

  .features-table {
    border-top: 1px solid #4b4b4b24;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 140px;
    padding-top: 31px;
    padding-bottom: 62px;
  }

  .container {
    max-width: 1000px;
  }

  .centered-heading {
    margin-top: 32px;
    font-size: 4.5rem;
    font-weight: 500;
  }

  .centered-subheading {
    color: var(--grey);
    font-size: 1rem;
  }

  .comparison-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-top: 0;
    display: grid;
  }

  .comparison-row-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #1b1b1b;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .comparison-title {
    color: var(--primary-black);
    margin-top: 0;
  }

  .comparison-negative {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .text-block-2 {
    color: var(--primary-black);
    font-size: 24px;
  }

  .container-2 {
    width: 100%;
    height: 100%;
  }

  .div-block {
    background-color: #fff;
    border: 1px #000;
  }

  .heading {
    color: var(--primary-black);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .div-block-2 {
    background-color: #fff;
    height: auto;
  }

  .div-block-3 {
    background-color: #202020;
  }

  .heading-2 {
    color: var(--primary-black);
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .heading-3 {
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-4 {
    text-transform: none;
    font-size: 14px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-5 {
    text-transform: none;
    font-size: 14px;
  }

  .image-3, .image-4 {
    width: 1.5rem;
  }

  .heading-6, .heading-7, .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-6 {
    background-color: #2e2e2e;
    width: 50%;
    height: 2px;
  }

  .italic-text, .italic-text-2 {
    font-style: normal;
  }

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

  .heading-9 {
    text-align: center;
    font-size: 6rem;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid none solid solid;
    border-width: .25px;
    border-color: var(--secondary-black);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .heading-10 {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 140px;
    font-weight: 300;
  }

  .div-block-16 {
    background-color: #4b4b4b;
    flex: 0 auto;
    align-self: stretch;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-11 {
    color: var(--dark-grey);
    text-align: center;
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .heading-12 {
    margin-left: 24px;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .div-block-18 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-4 {
    text-align: center;
    background-color: #202020;
    flex-flow: column;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .efi-ft-08 {
    padding: 20px 0%;
  }

  .heading-13 {
    text-align: center;
    background-color: #202020;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 400;
  }

  .italic-text-3 {
    font-style: normal;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */

  .div-block-32 {
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h2.text-align-center {
    margin-bottom: 10px;
    font-size: 4.5rem;
  }

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

  .text-size-medium.text-align-center {
    text-transform: none;
  }

  .spacer-xlarge {
    border-top: 1px #4b4b4b24;
    margin-top: 140px;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .link-button.bigger {
    margin-top: 40px;
  }

  .large-text {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-wrap {
    padding-top: 0;
  }

  .divider-stripe {
    margin-top: 60px;
  }

  .subtitle-text {
    color: var(--dark-grey);
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .stats-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stats-card {
    background-color: var(--secondary-black);
  }

  .text-block {
    margin-top: 10px;
  }

  .features-table {
    border-top-color: #4b4b4b;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    margin-bottom: 62px;
  }

  .comparison-table {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-2 {
    border-left: .25px solid #fff;
    height: auto;
  }

  .div-block-3 {
    border-right: 1px solid #fff;
    height: auto;
  }

  .div-block-4 {
    border: .25px solid #202020;
    border-left-style: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .heading-4 {
    font-size: 14px;
  }

  .div-block-5 {
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .25px solid #202020;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: flex;
  }

  .section {
    margin-top: 35px;
  }

  .heading-10 {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 140px;
    font-weight: 300;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    text-transform: uppercase;
  }

  .div-block-15 {
    background-color: #ffffff1f;
    align-self: stretch;
    min-height: 1%;
    max-height: 1%;
  }

  .div-block-16 {
    background-color: var(--grey);
    border-top: 1px solid #4b4b4b;
    align-self: stretch;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-11 {
    color: var(--dark-grey);
    text-align: center;
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    display: grid;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .div-block-20 {
    flex-flow: column;
    display: block;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 36px;
  }

  .text-block-3 {
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-4 {
    background-color: var(--secondary-black);
    text-align: center;
    border: 1px #fff;
    flex-flow: column;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .div-block-22 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: space-around;
    align-items: stretch;
    min-width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-24 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
    left: -237px;
    overflow: visible;
  }

  .div-block-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-26 {
    background-color: #ff2a2a00;
    background-image: linear-gradient(#fff 8%, #8a777700);
    position: absolute;
    inset: 0%;
  }

  .div-block-27 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #000;
    background-clip: border-box;
    position: absolute;
    inset: 0%;
  }

  .div-block-28 {
    position: relative;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    inset: 0%;
  }

  .div-block-30 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#000, #fff);
    background-clip: padding-box;
  }

  .efi-ft-08 {
    padding: 0 0%;
  }

  .text-block-6 {
    font-size: 32px;
  }

  .text-block-7, .text-block-8 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-13 {
    background-color: var(--secondary-black);
    text-align: center;
    margin-top: 100px;
    margin-bottom: 140px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
  }

  .italic-text-3, .italic-text-4 {
    font-style: normal;
  }

  .efi-ft-09 {
    padding: 0 20px;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */

  .div-block-32 {
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
    width: 100%;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-15 {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h2 {
    font-size: 5rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-small.text-style-allcaps {
    color: var(--grey);
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 12px;
    font-style: italic;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .max-width-xlarge.align-center {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bg-image {
    height: 25rem;
  }

  .nav-text {
    font-size: 3rem;
  }

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

  .link-button.is-nav {
    margin-top: 1rem;
    transform: scale(2);
  }

  .nav-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-link-wrapper {
    z-index: 2;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .menu-button {
    z-index: 99;
    border: 1px solid #ffffff1a;
    padding: 18px 12px;
  }

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

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brand-link {
    z-index: 99;
    position: relative;
  }

  .nav-link {
    height: 3rem;
  }

  .header-bottom-grid {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .project-name {
    font-size: 2rem;
  }

  .large-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 3rem;
  }

  .image-bg {
    height: 28rem;
  }

  .service-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .accordion-item {
    border-top: 1px solid #202020;
  }

  .footer-grid {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto auto;
  }

  .footer-bg {
    height: 40rem;
    bottom: -12rem;
  }

  .contact-padding {
    padding-bottom: 4rem;
  }

  .menu-button-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    width: 1.5rem;
    display: flex;
    position: relative;
  }

  .menu-button-top-line, .menu-button-bottom-line {
    background-color: var(--white);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-background {
    z-index: 1;
    background-color: var(--dark);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-title, .heading-title.is-grey {
    font-size: 6rem;
  }

  .main-image {
    width: 12rem;
    height: 12rem;
  }

  .stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(84px, 1fr);
    margin-left: 0;
    margin-right: 0;
  }

  .stats-card {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    justify-content: center;
    align-items: flex-start;
  }

  .project-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial_slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-service-text {
    margin-top: -120px;
    margin-bottom: 20px;
  }

  .efi-ft-04 {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .container {
    max-width: 728px;
  }

  .centered-heading {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    border-style: solid;
    border-color: #202020;
  }

  .heading-4 {
    font-size: 12px;
  }

  .div-block-5 {
    border-style: solid;
    border-color: #202020;
  }

  .heading-5 {
    font-size: 12px;
  }

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

  .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    border-style: solid;
    border-color: #202020;
  }

  .div-block-13 {
    border: .25px solid #202020;
  }

  .div-block-14 {
    border: .25px solid var(--secondary-black);
  }

  .heading-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-09 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-09-accordion-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */
}

@media screen and (max-width: 767px) {
  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h2 {
    font-size: 2.5rem;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h4 {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small.text-style-allcaps {
    margin-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .bg-image {
    height: 20rem;
  }

  .nav-text {
    font-size: 2.5rem;
  }

  .link-button.bigger {
    margin-top: 20px;
  }

  .nav-link {
    height: 2.5rem;
  }

  .header-bottom-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .other-projects-grid {
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 1.75rem;
  }

  .large-text {
    font-size: 2.5rem;
  }

  .image-bg {
    height: 24rem;
  }

  .service-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .service-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: 100%;
  }

  .accordion-item {
    align-self: auto;
  }

  .accordion-heading {
    font-size: 2.25rem;
  }

  .accordion-content {
    margin-right: 0;
  }

  .button-wrap.is-cta {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .footer-block {
    flex-flow: wrap;
  }

  .footer-bg {
    height: 35rem;
  }

  .utility-icon {
    width: 12rem;
    height: 12rem;
  }

  .heading-title, .heading-title.is-grey {
    font-size: 4rem;
  }

  .main-image {
    width: 10rem;
    height: 10rem;
  }

  .stats-number {
    font-size: 5rem;
  }

  .testimonial_arrow {
    bottom: -100%;
  }

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

  .testimonial_slider {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .header-service-text {
    margin-top: 0;
    padding-top: 0;
  }

  .efi-ft-04-grid-cell {
    grid-template-columns: 1fr;
  }

  .features-table {
    padding: 60px 15px;
  }

  .centered-heading {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 4rem;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .efi-ft-09-grid {
    grid-template-columns: 1fr;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */
  
  /* Mobile logo animation - MOVED TO INLINE CSS */
  /* .logo-track animation-duration now controlled in index.html */
  
  .logo-item {
    height: 80px;
  }
}

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

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.75rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 15vw;
  }

  .heading-style-h2.text-align-center {
    font-size: 2rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 3rem;
  }

  .text-size-small.text-style-allcaps {
    margin-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-xlarge {
    border-top: 1px solid #4b4b4b24;
  }

  .max-width-xlarge.align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .bg-image {
    height: 18rem;
  }

  .bg-image._02 {
    bottom: 10%;
  }

  .nav-text {
    font-size: 2rem;
  }

  .link-button.bigger, .button-text {
    font-size: 10px;
  }

  .nav-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar {
    background-size: auto;
  }

  .nav-link {
    height: 2rem;
  }

  .button-text-block, .button-text-block.bigger {
    height: 10px;
  }

  .large-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }

  .image-bg {
    width: 22rem;
    min-width: 22rem;
    height: 22rem;
    min-height: 22rem;
  }

  .service-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-content.top {
    margin-top: 2rem;
  }

  .service-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .accordion-item {
    border-top: 1px solid #202020;
    border-bottom: 1px #202020;
  }

  .accordion-item-trigger {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.75rem;
  }

  .service-bg {
    top: -2%;
  }

  .footer-bg {
    width: 35rem;
    min-width: 35rem;
    height: 35rem;
    min-height: 35rem;
    left: -25%;
  }

  .form-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-padding {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .project-details-grid {
    grid-template-columns: 1fr;
  }

  .heading-title, .heading-title.is-grey {
    font-size: 3rem;
  }

  .main-image {
    width: 8rem;
    height: 8rem;
    margin-bottom: 20px;
  }

  .header-block {
    top: -4rem;
  }

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

  .stats-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2.5rem 2rem;
  }

  .stats-number {
    font-size: 4rem;
  }

  .plus-accordion {
    width: 2.25rem;
    height: 2.25rem;
  }

  .plus-stripe {
    width: .75rem;
  }

  .testimonial_arrow-icon {
    width: .875rem;
    height: .875rem;
  }

  .testimonial_arrow {
    width: 3.25rem;
    height: 3.25rem;
  }

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

  .testimonial_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .header-service-text {
    margin-top: 0;
  }

  .text-block {
    font-size: 10px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .centered-subheading {
    font-size: 12px;
  }

  .comparison-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: flex;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .div-block-2, .div-block-3 {
    padding: 10px 1px 10px 10px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .heading-4 {
    color: var(--grey);
    font-size: 10px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-right-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .heading-5 {
    font-size: 10px;
  }

  .image-4 {
    color: var(--grey);
  }

  .bold-text-3 {
    font-size: 1.75rem;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-right-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-right-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-right-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-left-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .div-block-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-right-style: solid;
    padding: 10px 1px 10px 10px;
  }

  .heading-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .heading-11 {
    font-size: .75rem;
  }

  .heading-12 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .efi-ft-08 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .heading-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* div-block-31 no longer used - logo-track handles all responsiveness */
  
  /* Extra small mobile logo animation - MOVED TO INLINE CSS */
  /* .logo-track animation-duration now controlled in index.html */
  
  .logo-item {
    height: 60px;
  }

  .image-16 {
    max-height: 75px;
    padding-left: 11px;
    padding-right: 10px;
  }

  .image-17, .image-18 {
    max-height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-19, .image-20 {
    min-height: auto;
    max-height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    max-height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f418-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f437-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f43c-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f441-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f446-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f44c-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f452-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f458-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f53a-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f542-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f559-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f572-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f575-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f577-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f57a-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5ca-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5d4-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5d5-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f647-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f64c-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f651-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f656-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f65b-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f660-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f66a-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f66f-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f674-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f679-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f67e-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f683-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f688-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f68d-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f692-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f697-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f69c-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a0-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a1-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a6-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ab-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6b0-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6c4-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6c9-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ce-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6d3-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6d8-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6dd-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6e7-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ec-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6f1-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6f6-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6fb-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f700-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f705-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f70a-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f70f-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f714-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f719-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f71d-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f71e-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f723-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f728-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f72d-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f73e-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f743-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f748-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f74d-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f752-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f757-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f75c-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f761-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f766-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f76b-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f76f-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f770-cca18e00 {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f773-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f7f4-cca18e00, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f821-cca18e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f85f-cca18e00 {
  justify-self: start;
}

#w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c25-cbc65c16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c4f-cbc65c16 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c6c-cbc65c16 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-c0056e5b-64c0-4d2b-9036-1f2c1e85efe9-1e85efe5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c0056e5b-64c0-4d2b-9036-1f2c1e85efec-1e85efe5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_84ce4404-5c0b-08ca-fe91-9fff6431b16c-cca18e05 {
  place-self: center start;
}

#w-node-_19484903-6196-b288-d5c6-bc4817deb3b5-cca18e05 {
  place-self: center;
}

#w-node-b7cacdd1-a7c8-a392-8a3b-f872d35ebf86-cca18e05 {
  place-self: center end;
}

#w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b951-cca18e05 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b953-cca18e05 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b95a-cca18e05 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end;
}

#w-node-_7403b875-ee0e-589d-66b5-9d82f41fe330-cca18e06, #w-node-_7403b875-ee0e-589d-66b5-9d82f41fe334-cca18e06, #w-node-_7403b875-ee0e-589d-66b5-9d82f41fe338-cca18e06, #w-node-_7403b875-ee0e-589d-66b5-9d82f41fe33c-cca18e06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c8a1fc-0e23-ce99-7551-0f574ebcaabc-cca18e07 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_94207bac-e608-b14d-0c1a-6d9f25d4a66c-cca18e07 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-a18422f2-d807-236d-2fbd-9a85264bc6bb-cca18e07 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-ee1b7aec-825d-7030-fc44-5110754f1bd4-cca18e07 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ca17b10e-326f-3b51-c81a-85e33b16f916-cca18e07, #w-node-cd516491-7a1e-c52b-b958-08f2c3e48d07-cca18e07, #w-node-_18d05cd1-13d1-40df-2fb0-caf1ef417f67-cca18e07 {
  justify-self: end;
}

#w-node-bbcd5695-ffd3-3a8b-0d57-d81d11acd2a4-cca18e07 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-ecc245b2-14cc-edc8-35c4-7dd6ae6feee9-cca18e07, #w-node-ba41c4f9-78e6-862c-3592-fd3cd57df007-cca18e07, #w-node-_507b7827-89c8-3a0e-a930-c9e589ec72f1-cca18e07 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_393fbede-ebe5-2b17-1e53-8701629860ee-cca18e07 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_33a2bc1e-6d41-3ee8-e77c-7787dacc3e32-cca18e07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c25-cbc65c16 {
    grid-column: 1 / 4;
  }

  #w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c4f-cbc65c16 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_252d0a0a-03ca-2fee-3dfb-7feacbc65c6c-cbc65c16 {
    grid-row: 3 / 4;
  }

  #w-node-c0056e5b-64c0-4d2b-9036-1f2c1e85f008-1e85efe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b951-cca18e05 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b95a-cca18e05 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: end;
  }

  #w-node-ca17b10e-326f-3b51-c81a-85e33b16f916-cca18e07 {
    align-self: auto;
  }

  #w-node-_37e39a58-f950-d243-2d68-1d9fdd4a81ed-cca18e07 {
    justify-self: auto;
  }

  #w-node-_507b7827-89c8-3a0e-a930-c9e589ec72f1-cca18e07 {
    grid-column: 1 / 4;
  }

  #w-node-befe227b-bd0b-d63b-df5f-d06d2f785152-cca18e07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_393fbede-ebe5-2b17-1e53-8701629860ee-cca18e07 {
    grid-column: 1 / 2;
  }

  #w-node-_75099aba-ee28-fbd0-0d24-d5c90d3e5052-cca18e07 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94207bac-e608-b14d-0c1a-6d9f25d4a66c-cca18e07 {
    grid-row: 2 / 3;
  }

  #w-node-a18422f2-d807-236d-2fbd-9a85264bc6bb-cca18e07 {
    grid-column: 1 / 4;
  }

  #w-node-ee1b7aec-825d-7030-fc44-5110754f1bd4-cca18e07 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_84ce4404-5c0b-08ca-fe91-9fff6431b16c-cca18e05, #w-node-_19484903-6196-b288-d5c6-bc4817deb3b5-cca18e05, #w-node-b7cacdd1-a7c8-a392-8a3b-f872d35ebf86-cca18e05 {
    justify-self: start;
  }

  #w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b951-cca18e05 {
    grid-column-end: 3;
  }

  #w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b953-cca18e05 {
    grid-column: 1 / 4;
  }

  #w-node-dd2705a4-7b8e-c508-3852-9ee06fa2b95a-cca18e05 {
    grid-column-start: 3;
    justify-self: end;
  }

  #w-node-_94207bac-e608-b14d-0c1a-6d9f25d4a66c-cca18e07 {
    grid-column-end: 3;
  }

  #w-node-ee1b7aec-825d-7030-fc44-5110754f1bd4-cca18e07 {
    grid-column-start: 2;
  }

  #w-node-ecc245b2-14cc-edc8-35c4-7dd6ae6feee9-cca18e07, #w-node-ba41c4f9-78e6-862c-3592-fd3cd57df007-cca18e07 {
    grid-column: 1 / 4;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Hero Image Block Reveal Setup */
.overlay-wrap {
  z-index: 10 !important;
}

.overlay-image {
  z-index: 10 !important;
  background-color: var(--secondary-black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  /* Animation controlled by JavaScript */
}

/* Initial states for images */
.header-image._01 {
  opacity: 1;
  z-index: 2;
}

.header-image._02 {
  opacity: 1;
  z-index: 1;
}

/* Ensure smooth performance */
.overlay-image,
.header-image {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* Pause animations on hover for better UX */
.main-image:hover .overlay-image,
.main-image:hover .header-image {
  animation-play-state: paused;
}

/* Accessibility - respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .overlay-image,
  .header-image {
    animation: none !important;
  }
  
  .header-image._01 {
    opacity: 1;
  }
  
  .header-image._02 {
    opacity: 0;
  }
}