@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-LightItalic.woff2') format("woff2"), url('../fonts/Gambetta-LightItalic.eot') format("embedded-opentype"), url('../fonts/Gambetta-LightItalic.woff') format("woff"), url('../fonts/Gambetta-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Bold.woff2') format("woff2"), url('../fonts/Gambetta-Bold.eot') format("embedded-opentype"), url('../fonts/Gambetta-Bold.woff') format("woff"), url('../fonts/Gambetta-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-BoldItalic.woff2') format("woff2"), url('../fonts/Gambetta-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Gambetta-BoldItalic.woff') format("woff"), url('../fonts/Gambetta-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Medium.woff2') format("woff2"), url('../fonts/Gambetta-Medium.eot') format("embedded-opentype"), url('../fonts/Gambetta-Medium.woff') format("woff"), url('../fonts/Gambetta-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Italic.woff2') format("woff2"), url('../fonts/Gambetta-Italic.eot') format("embedded-opentype"), url('../fonts/Gambetta-Italic.woff') format("woff"), url('../fonts/Gambetta-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Light.woff2') format("woff2"), url('../fonts/Gambetta-Light.eot') format("embedded-opentype"), url('../fonts/Gambetta-Light.woff') format("woff"), url('../fonts/Gambetta-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-MediumItalic.woff2') format("woff2"), url('../fonts/Gambetta-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Gambetta-MediumItalic.woff') format("woff"), url('../fonts/Gambetta-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Regular.woff2') format("woff2"), url('../fonts/Gambetta-Regular.eot') format("embedded-opentype"), url('../fonts/Gambetta-Regular.woff') format("woff"), url('../fonts/Gambetta-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Semibold.woff2') format("woff2"), url('../fonts/Gambetta-Semibold.eot') format("embedded-opentype"), url('../fonts/Gambetta-Semibold.woff') format("woff"), url('../fonts/Gambetta-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-SemiboldItalic.woff2') format("woff2"), url('../fonts/Gambetta-SemiboldItalic.eot') format("embedded-opentype"), url('../fonts/Gambetta-SemiboldItalic.woff') format("woff"), url('../fonts/Gambetta-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --background-grey: #f7f4ef;
  --background-black: #171a15;
  --text-color: #000000b3;
  --outline-dark: #cfcfcc;
  --overlay-regular: #f7f4ef33;
  --light-outline: #171a15;
  --text-color-grey: #171a15a6;
  --overlay-dark: #171a1559;
  --outline-light: #f7f4ef26;
  --outline-dark-2: #aeaec2;
  --overlay-light: #0d0d0e1f;
}

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

body {
  background-color: var(--background-grey);
  color: #000;
  font-family: Gambetta, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  overflow: visible;
}

h4 {
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-image {
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge {
  padding: 8rem;
}

.margin-xlarge {
  margin: 7rem;
}

.margin-xsmall {
  margin: 1.3rem;
}

.padding-xhuge {
  padding: 14rem;
}

.padding-none {
  padding: 0;
}

.padding-xxhuge {
  padding: 16rem;
}

.padding-huge {
  padding: 13.5rem;
}

.margin-large {
  margin: 5rem;
}

.padding-xxlarge {
  padding: 10rem;
}

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

.padding-large {
  padding: 5.3rem;
}

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

.padding-small {
  padding: 1.7rem;
}

.margin-huge {
  margin: 11rem;
}

.padding-medium {
  padding: 2.4rem;
}

.padding-xsmall {
  padding: 1rem;
}

.margin-xxlarge {
  margin: 9rem;
}

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

.margin-xhuge {
  margin: 13rem;
}

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

.margin-small {
  margin: 1.7rem;
}

.margin-medium {
  margin: 3rem;
}

.margin-xxhuge {
  margin: 15rem;
}

.margin-none {
  margin: 0;
}

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

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

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

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

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

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

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

.styleguide-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

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

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

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

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

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

.styleguide-item.is-stretch {
  justify-items: stretch;
}

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

.styleguide-heading {
  font-size: 6rem;
}

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

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

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

.styleguide-2-column {
  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;
}

.styleguide-2-column.column-begin {
  align-items: start;
}

.form-success {
  border: 1px solid var(--outline-dark);
  background-color: var(--background-grey);
  padding: 3rem 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1.25;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

.heading-style-h1 {
  letter-spacing: -.15rem;
  font-size: 6rem;
  line-height: 1.1;
}

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

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

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

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

.styleguide-row-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .9rem;
}

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

.styleguide-empty {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.styleguide-heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  font-size: 1.35rem;
  line-height: 1.45;
}

.text-size-regular.dual-paragraph {
  column-count: 2;
  column-gap: 2.25rem;
}

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

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

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

.styleguide-item-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.text-size-small {
  font-size: 1.1rem;
  line-height: 1.6;
}

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

.form-label {
  font-size: .925rem;
  font-weight: 200;
}

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

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

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

.form-input {
  z-index: 100;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--outline-dark);
  color: #000;
  background-color: #0000;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-input::placeholder {
  color: #0b0e1099;
}

.form-input.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.styleguide-3-columns {
  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;
}

.styleguide-3-columns.is-begin {
  align-items: start;
}

.text-size-large {
  font-size: 3.25rem;
  line-height: 1.3;
}

.styleguide-top-header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 4.5rem;
  line-height: 1.1;
}

.styleguide-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

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

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

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

.text-style-allcaps {
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.form-error {
  background-color: var(--outline-dark);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form-block {
  margin-bottom: 0;
}

.button {
  color: #000;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 200;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px #000;
}

.button.is-icon {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--outline-dark);
  text-align: left;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .65rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-icon.is-large {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  padding: 1.05rem 1.4rem;
}

.styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.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;
  display: grid;
}

.hide {
  display: none;
}

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

.styleguide-spacing-all {
  display: none;
}

.text-color-light {
  color: #ffffffd9;
}

.home-service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: grid;
}

.navbar-link {
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-tab-top {
  border-top: 1px none var(--outline-dark);
  cursor: pointer;
  flex-direction: column;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-right: 2px;
  display: flex;
}

.basic-hero-block {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.navbar {
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: stretch;
  height: 108px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-block {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.navbar-brand {
  color: #fff;
  align-items: center;
  width: 200px;
  display: flex;
}

.home-sectors-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--background-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 0;
  text-decoration: none;
  display: grid;
}

.image-fill {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 5;
  background-color: var(--overlay-regular);
  position: absolute;
  inset: 0%;
}

.sectors-trigger {
  height: 20vh;
  position: absolute;
  inset: auto 0% 0%;
}

.letter-1, .letter-2 {
  display: inline-block;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.letter-4, .letter-5, .letter-6, .letter-7, .letter-8, .letter-9, .letter-10, .letter-11, .letter-12, .letter-13 {
  display: inline-block;
}

.clip {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.projects-hero-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar-base {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.intro-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 5.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
}

.footer-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.fotter-menu-link {
  color: #000;
  text-decoration: none;
}

.footer-brand {
  color: #000;
  width: 5.5rem;
  padding-bottom: .35rem;
  text-decoration: none;
}

.work-body-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.home-hero-title {
  z-index: 200;
  border-bottom: 1px none var(--outline-dark);
  background-color: var(--background-grey);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.home-hero-heading {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.hero-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-size-xsmall {
  font-size: .9rem;
}

.basic-footer-action {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.featured-background {
  position: absolute;
  inset: 0%;
}

.featured-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(45rem, 1.1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  min-height: 95vh;
  padding-top: 18rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.venues-right {
  z-index: 20;
  border-left: 1px solid var(--outline-dark);
  width: 100%;
  padding-top: 0;
  position: relative;
}

.button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.team-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-right: 1px solid var(--outline-dark);
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image {
  padding-top: 125%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.about-hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-tab-link {
  color: #0b0e10a6;
  background-color: #ddd0;
  border-bottom: 1px solid #0b0e1000;
  margin-bottom: -1px;
  padding: 0 1rem 1rem;
}

.contact-tab-link.w--current {
  color: #000;
  background-color: #ddd0;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.contact-body-block {
  padding-left: 0;
  padding-right: 0;
}

.form-input-block {
  position: relative;
}

.contact-tab-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--outline-dark);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.contact-tabs {
  position: static;
}

.input {
  z-index: 100;
  border: 1px solid var(--outline-dark);
  color: #000;
  background-color: #0000;
  border-radius: 0;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.2rem;
  font-size: .95rem;
  position: relative;
}

.input::placeholder {
  color: #0b0e1099;
}

.input.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.contact-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 0;
  display: flex;
  position: relative;
}

.form-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-left {
  border-bottom: 1px none var(--outline-dark);
  border-left: 1px solid var(--outline-dark);
  min-width: 42.5rem;
  padding-top: 5rem;
}

.home-hero-image {
  width: 60vh;
  height: 45vh;
  margin-bottom: -6vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.home-hero-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-left: 1px solid var(--outline-dark);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  display: grid;
  position: relative;
  inset: 0%;
}

.strip-loop {
  z-index: 10;
  border-top: 1px none var(--outline-dark);
  border-right: 1px none var(--outline-dark);
  border-bottom: 1px none var(--outline-dark);
  background-color: var(--background-grey);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 5rem;
  min-width: 5rem;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  inset: auto auto 0;
  overflow: hidden;
}

.home-hero-strip {
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  height: 0;
  padding: 0%;
  display: flex;
  position: relative;
  inset: 0%;
  transform: rotate(90deg);
}

.home-feature-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-grey);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  display: grid;
  position: relative;
}

.home-feature-text {
  max-width: 45rem;
}

.home-feature-top {
  border-bottom: 1px solid var(--outline-dark);
}

.home-feature-top-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.basic-hero-side {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.venue-info {
  border-bottom: 1px none var(--outline-dark);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: visible;
}

.project-block {
  margin-bottom: 5.25rem;
}

.relative-line {
  background-color: var(--outline-dark);
  height: 1px;
}

.venue-right {
  min-width: 47rem;
  padding-top: 11.5rem;
}

.venue-left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.venue-left-bottom {
  z-index: 15;
  display: flex;
  position: relative;
}

.venue-toggle-content {
  background-color: var(--background-grey);
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.venue-detail-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.venue-detail-item {
  justify-content: space-between;
  display: flex;
}

.venue-showcase {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.venue-showcase-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.home-hero-right-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: static;
}

.navbar-menu-line {
  background-color: #000;
  width: 2.5rem;
  height: 1px;
}

.menu-toggle {
  z-index: 100;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 0;
  display: flex;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.home-gallery {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-gallery-strip {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: .4rem;
  display: grid;
}

.home-gallery-item {
  width: 33.33vw;
  position: relative;
  overflow: hidden;
}

.home-gallery-height {
  height: 43vw;
  min-height: 30rem;
  max-height: 80vh;
}

.home-project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--outline-dark);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: flex;
}

.home-venue-block {
  border-top: 1px none var(--outline-dark);
  border-bottom: 1px none var(--outline-dark);
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.home-project-item {
  z-index: 10;
  border-top: 1px none var(--outline-dark);
  color: #000;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
  position: relative;
}

.home-project-grid {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .65fr 3rem;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.home-gallery-intro {
  z-index: 100;
  background-image: radial-gradient(circle, #171a1580, #f7f4ef00 39% 86%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
}

.home-gallery-images {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-service-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-service-image.left-side {
  grid-template-columns: auto 1fr;
  min-height: 42.5rem;
}

.home-services-right {
  flex-direction: column;
  min-width: 30rem;
  padding-top: 6rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.home-services-image {
  position: relative;
  overflow: hidden;
}

.home-services-height {
  padding-top: 75%;
}

.home-gallery-block {
  flex-direction: column;
  height: 200vh;
  margin-bottom: -7vh;
  display: flex;
}

.home-gallery-trigger {
  flex: 1;
}

.project-item {
  border-top: 1px solid var(--outline-dark);
  padding-top: 0;
  padding-bottom: 0;
}

.project-item:last-child {
  border-bottom: 1px solid var(--outline-dark);
}

.project-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.project-item-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr auto;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.hyperlink {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--light-outline);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-toggle-list {
  z-index: 10;
  min-height: 50vh;
  inset: 0% 0% auto;
}

.menu-toggle-list.w--open {
  background-color: #ddd0;
}

.navbar-mega-base {
  background-color: var(--background-grey);
  justify-content: center;
  min-height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-left {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-mega-content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.navbar-mega-link {
  color: #000;
  text-decoration: none;
}

.location-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 6rem;
  display: grid;
}

.location-hero-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location-hero-bottom {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.location-item-image {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-item-height {
  padding-top: 68%;
}

.location-item-top {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--outline-dark);
  background-color: var(--background-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: center;
  padding-top: 1.65rem;
  padding-bottom: 1.65rem;
  display: flex;
  position: sticky;
  top: 0;
}

.projects-list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.services-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto minmax(40rem, 1.1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.basic-hero-left {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.services-hero-right {
  z-index: 10;
  border-left: 1px solid var(--outline-dark);
  background-color: var(--background-grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.basic-hero-bottom {
  z-index: 10;
  position: relative;
}

.services-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--outline-dark);
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 2.4rem 0;
  display: flex;
}

.service-item-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.service-item-image {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-image-height {
  padding-top: 110%;
  position: static;
}

.service-card-middle {
  padding-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.services-bottom-content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
}

.hover-text.bottom-hover-text {
  position: absolute;
  bottom: -100%;
}

.services-tab-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5rem 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.services-tab-content {
  max-width: 40rem;
  padding-bottom: 3.5rem;
}

.services-tab-list {
  border-top: 1px solid var(--outline-dark);
  border-bottom: 1px none var(--outline-dark);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.icon-1x1-xxsmall {
  width: .65rem;
  height: .65rem;
}

.service-tab-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-tab-block {
  padding-left: 0;
  padding-right: 0;
}

.services-tab-bottom {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.service-card-description {
  width: 100%;
  max-width: 25rem;
}

.service-hero-image {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.service-hero-content {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 8.5rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.services-hero-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-block {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider {
  background-color: #ddd0;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-left: 25%;
}

.testimonial-arrow {
  width: 2.25rem;
  height: 4rem;
  inset: auto auto 0% 0%;
}

.testimonial-arrow.right-arrow {
  left: 2.75rem;
}

.testimonial-slide-nav {
  align-items: center;
  width: 75%;
  height: 4rem;
  padding-left: 0;
  font-size: .4rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-right: 5rem;
  display: flex;
}

.testimonial-slide-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  width: 75%;
  padding-bottom: 0;
  display: flex;
}

.mask {
  max-width: 40rem;
  padding-left: 0%;
  overflow: visible;
}

.testimonial-image {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  position: relative;
  overflow: hidden;
}

.call-block {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--outline-dark);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 5rem 2rem;
  display: flex;
}

.call-text {
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.call-grid-content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.footer-credit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: grid;
}

.footer-social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-left: 1px solid var(--outline-dark);
  margin-left: 2rem;
  padding-left: 2rem;
  display: flex;
}

.social-icon {
  border: 1px none var(--outline-dark);
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.home-story-content {
  z-index: 10;
  background-color: var(--background-grey);
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.call-center {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-center-block {
  z-index: 10;
  background-color: var(--background-grey);
  width: 100%;
  max-width: 59.8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.call-bottom {
  border-top: 1px solid var(--outline-dark);
  display: flex;
  overflow: hidden;
}

.call-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.call-center-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.call-intro {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.call-strip {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  white-space: nowrap;
  padding-right: 9rem;
  display: flex;
}

.venue-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.about-hero-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(30rem, 1.5fr) .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 0;
  display: flex;
}

.about-hero-text {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-hero-image {
  flex: 0 auto;
  width: 100%;
  height: 75%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.about-hero {
  z-index: 10;
  border-left: 1px none var(--outline-dark);
  background-color: var(--background-grey);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.about-hero-description {
  max-width: 43rem;
}

.team-block {
  justify-content: center;
  display: flex;
}

.team-slider {
  background-color: #ddd0;
  justify-content: flex-end;
  width: 62%;
  min-width: 45rem;
  height: auto;
  display: flex;
}

.team-mask {
  width: 50%;
  overflow: visible;
}

.team-spacer {
  z-index: 10;
  border-right: 1px solid var(--outline-dark);
  border-left: 1px solid var(--outline-dark);
  background-color: var(--background-grey);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1px;
  padding: 2.5rem 2.5rem 6rem;
  display: flex;
  position: relative;
}

.team-slide-middle {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.team-slide-arrow {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 2.5rem;
  display: flex;
  inset: auto auto 2.5rem 50%;
}

.team-slide-arrow.team-arrow-right {
  margin-left: 5.25rem;
}

.about-team {
  border-bottom: 1px solid var(--outline-dark);
  display: none;
  overflow: hidden;
}

.story-right {
  flex-direction: column;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
}

.story-item {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  border-top: 1px none var(--outline-dark);
  border-bottom: 1px solid var(--outline-dark);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.story-description {
  max-width: 40rem;
}

.venue-item-image {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.venue-image-item {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.line-bottom {
  z-index: 1;
  background-color: var(--outline-dark);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-item {
  position: relative;
  overflow: visible;
}

.rotate-text {
  grid-column-gap: 18vh;
  grid-row-gap: 18vh;
  justify-content: center;
  align-items: center;
  padding-right: 18vh;
  display: flex;
}

.about-hero-heading {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.venue-hero-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-overlay {
  z-index: 20;
  background-color: #00000073;
  display: none;
  position: fixed;
  inset: 0%;
}

.toggle-spacer {
  height: .6rem;
}

.testimonials {
  overflow: hidden;
}

.venue-story-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.venue-story-image {
  justify-content: flex-end;
  width: 5rem;
  height: 11vw;
  display: flex;
  position: relative;
}

.venue-story-item {
  width: 13vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.venue-story-item.right-story-item {
  inset: 0% auto 0% 0%;
}

.home-intro, .about-intro {
  overflow: hidden;
}

.preloader {
  z-index: 10000000;
  background-color: var(--background-grey);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -100%;
}

.preloader-logo.preloader-bottom {
  width: 100%;
  position: absolute;
  bottom: -200%;
}

.contact-hero {
  border-bottom: 1px solid var(--outline-dark);
}

.venue-lightbox {
  width: 100%;
}

.home-action {
  overflow: hidden;
}

.about-hero-right {
  z-index: 10;
  border-left: 1px solid var(--outline-dark);
  background-color: var(--background-grey);
  flex-direction: column;
  display: flex;
  position: relative;
}

.service-faq {
  overflow: hidden;
}

.event-type-top {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-type-intro {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.venue-type-right {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.event-type-description {
  max-width: 25rem;
}

.small-action-block {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.light-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-logo {
  width: 100%;
  display: none;
}

.text-link {
  color: var(--text-color);
  text-decoration: none;
}

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

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 5.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xsmall {
    margin: 1rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 7.5rem;
  }

  .margin-large {
    margin: 3.6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 3.6rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .styleguide-1-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

  .text-size-regular.dual-paragraph.text-color-grey {
    column-count: 1;
  }

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

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

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

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

  .button.is-icon.hide-tablet {
    display: none;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .basic-hero-block {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
  }

  .navbar {
    border-bottom: 1px none var(--outline-dark);
    background-color: var(--background-grey);
  }

  .navbar-brand {
    color: #000;
    padding-left: 0;
  }

  .location-block {
    padding-top: 4rem;
  }

  .projects-hero-image {
    height: 110vw;
    position: relative;
  }

  .footer-content {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .hero-left {
    border-bottom: 1px none var(--outline-dark);
    height: 110vw;
    max-height: 65vh;
    position: relative;
  }

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

  .team-item {
    padding: 1.8rem;
  }

  .about-hero-block {
    grid-template-columns: 1fr auto 1fr;
  }

  .contact-tab-link {
    padding-bottom: .875rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-tab-link.into-view-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-tabs {
    padding-top: 2rem;
  }

  .contact-hero-left {
    min-width: auto;
    padding-top: 2rem;
  }

  .home-hero-image {
    width: 55vh;
    height: 38vh;
    margin-bottom: 0;
  }

  .home-hero-right {
    padding-top: 3rem;
  }

  .strip-loop {
    border-top: 1px solid var(--outline-dark);
    border-bottom: 1px solid var(--outline-dark);
    width: 3.5rem;
    min-width: 3.5rem;
    position: relative;
  }

  .home-feature-content {
    max-width: 40rem;
  }

  .home-feature-top-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .venue-right {
    min-width: auto;
    padding-top: 3rem;
  }

  .home-gallery-strip {
    grid-column-gap: .25rem;
  }

  .home-gallery-item {
    width: 50vw;
  }

  .home-gallery-height {
    height: 60vw;
    min-height: 22.5rem;
  }

  .home-venue-block {
    padding-bottom: 6rem;
  }

  .home-project-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-project-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: .4fr 1fr 3rem;
  }

  .home-services-right {
    padding-left: .5rem;
    padding-right: 0;
  }

  .home-gallery-block {
    margin-top: -5vw;
    margin-bottom: -15vw;
  }

  .navbar-left {
    color: #000;
  }

  .navbar-mega-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.75rem;
    max-width: 40rem;
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }

  .location-hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .location-item-top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .projects-list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 5rem;
  }

  .basic-hero-left {
    height: auto;
    position: relative;
  }

  .services-hero-right {
    min-height: auto;
  }

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

  .services-bottom-content {
    padding-top: 17rem;
  }

  .service-hero-image {
    min-height: 45vw;
  }

  .service-hero-content {
    padding-top: 8rem;
  }

  .testimonial-slider {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .call-center {
    min-height: auto;
    padding-bottom: 35vw;
  }

  .call-content {
    padding-top: 4rem;
  }

  .venue-heading {
    padding-bottom: 2.5rem;
  }

  .about-hero-content {
    padding-top: 9rem;
  }

  .team-slider {
    width: 90%;
    min-width: auto;
  }

  .team-spacer {
    padding-top: 1.8rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .team-slide-arrow {
    margin-left: 1.8rem;
  }

  .team-slide-arrow.team-arrow-right {
    margin-left: 4.8rem;
  }

  .story-right {
    padding-right: 0;
  }

  .story-item {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .venue-image-item {
    padding-top: 100%;
    position: relative;
  }

  .venue-hero-image {
    min-height: 65vw;
  }

  .venue-story-image {
    height: 17vw;
    margin-top: -5vw;
    margin-bottom: -5vw;
  }

  .venue-story-item {
    width: 20vw;
  }

  .light-logo {
    display: none;
  }

  .dark-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 4rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.8rem;
  }

  .padding-xxlarge {
    padding: 3.5rem;
  }

  .padding-large {
    padding: 1.7rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.65rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .styleguide-heading {
    font-size: 3rem;
  }

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

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

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

  .styleguide-row-header {
    font-size: .875rem;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

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

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

  .navbar {
    height: 96px;
  }

  .navbar-brand.w--current {
    width: 160px;
  }

  .projects-hero-image {
    max-height: none;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero-left {
    height: 100vw;
    max-height: none;
  }

  .featured-block {
    grid-template-columns: 1rem 1fr 1rem;
    padding-top: 9rem;
  }

  .home-services-block {
    grid-template-columns: 1fr;
  }

  .team-item {
    padding: .8rem;
  }

  .contact-tab-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-hero-image {
    width: 80vw;
    height: 55vw;
  }

  .strip-loop {
    width: 3rem;
    min-width: 3rem;
  }

  .home-feature-content {
    width: auto;
  }

  .venue-right {
    padding-top: 2rem;
  }

  .venue-toggle-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-gallery-item {
    width: 100vw;
  }

  .home-gallery-height {
    height: 120vw;
    min-height: 10rem;
    max-height: 100vh;
  }

  .home-venue-block {
    padding-bottom: 5rem;
  }

  .home-project-grid {
    grid-column-gap: 1rem;
  }

  .home-service-image {
    height: 140vw;
    position: relative;
  }

  .home-services-right {
    min-width: auto;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-gallery-block {
    margin-top: 0;
    margin-bottom: -8vw;
  }

  .navbar-mega-content {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    max-width: 30rem;
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .location-hero {
    padding-top: 1rem;
  }

  .location-item-top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .projects-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .services-block {
    grid-template-columns: auto 1fr 1fr;
    overflow: visible;
  }

  .services-hero-right {
    min-height: auto;
  }

  .services-list {
    border-bottom-style: none;
    grid-template-columns: 1fr;
  }

  .services-item {
    border-bottom: 1px solid var(--outline-dark);
    border-right-style: none;
  }

  .service-card-middle {
    padding-left: 0;
    padding-right: 0;
  }

  .services-tab-grid {
    grid-column-gap: .5rem;
    grid-template-columns: 2.5rem 1fr auto;
  }

  .service-hero-image {
    width: 80%;
    min-height: 55vw;
  }

  .service-hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .testimonial-slider {
    padding-left: 0%;
  }

  .testimonial-slide-nav {
    justify-content: flex-end;
  }

  .testimonial-slide-content {
    padding-right: 3rem;
  }

  .testimonial-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .call-block {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .call-grid {
    padding: 3rem 1rem;
  }

  .call-content {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .call-strip {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-right: 5rem;
  }

  .venue-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-slider {
    width: 100%;
  }

  .story-right {
    padding-right: 0;
  }

  .story-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rotate-text {
    grid-column-gap: 15vh;
    grid-row-gap: 15vh;
    padding-right: 15vh;
  }
}

@media screen and (max-width: 479px) {
  .padding-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-brand.w--current {
    width: 45vw;
  }

  .projects-hero-image {
    height: 150vw;
  }

  .hero-left {
    height: 110vw;
    max-height: 60vh;
  }

  .team-item {
    border-left: 1px none var(--outline-dark);
    padding-bottom: 4.9rem;
  }

  .home-hero-image {
    width: 80vw;
  }

  .strip-loop {
    width: 2.5rem;
    min-width: 2.5rem;
  }

  .home-gallery-height {
    height: 125vw;
  }

  .home-gallery-block {
    margin-top: -15vw;
    margin-bottom: -35vw;
  }

  .navbar-mega-content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.25rem;
  }

  .location-item-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-tab-list {
    margin-top: .5rem;
  }

  .service-hero-image {
    width: 100%;
    min-height: 65vw;
  }

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

  .testimonial-slide-content {
    padding-right: 2rem;
  }

  .call-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .call-grid-content {
    grid-row-gap: 8rem;
  }

  .footer-social {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }

  .call-center {
    padding-bottom: 45vw;
  }

  .team-slider {
    flex-direction: column-reverse;
  }

  .team-mask {
    width: 100%;
  }

  .team-spacer {
    border-top: 1px none var(--outline-dark);
    border-bottom: 1px solid var(--outline-dark);
    padding: 1.4rem;
  }

  .team-slide-arrow {
    margin-left: .5rem;
    bottom: 1rem;
    left: 0%;
  }

  .team-slide-arrow.team-arrow-right {
    margin-left: 3rem;
  }

  .venue-story-image {
    width: 2rem;
    height: 24vw;
    margin-top: -8vw;
    margin-bottom: -8vw;
  }

  .venue-story-item {
    width: 25vw;
  }

  .auto-right {
    margin-right: auto;
  }
}

#w-node-f212baf6-9f92-2888-4bc5-4830d50baf4c-90e1fcb7 {
  align-self: stretch;
}

#w-node-dc927714-fb88-dfb9-0c54-5eab828cb691-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dddb9ec2-1db6-9004-f11c-25c2a7113d5f-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6a1b0120-717d-dfe7-0e5c-ae00bd9e6fda-90e1fcb7 {
  align-self: end;
}

#w-node-_6dd0fe54-c11d-64c1-7602-29296a385384-90e1fcb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06b0ead4-5c23-27e0-8e29-0ecc066ab1be-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_635b4282-fdcf-8eb8-dff2-21e3acd1f851-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-c4371321-1004-1fc8-fcd5-b018de664afb-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e11503ee-684a-08c7-5ee0-c796d4a9d915-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6230d6ec-9599-dbab-747a-f493636aca32-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7101279c-d302-2be3-e9ac-276f4b4cb02f-90e1fcb7 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_3919b2dd-25a4-81ff-a17a-989a8401af10-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152a5ce0-13b7-4399-79a4-65fdc3a7fe47-90e1fcb7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b85a2c4-d452-a167-eb42-e236d7850f26-90e1fcb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3e0b3276-498d-6226-b729-c6a3f7549601-90e1fcb7 {
  align-self: stretch;
}

#w-node-_70022944-97be-8e3b-6db0-886e995c6a05-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a120c-90e1fcb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1224-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1225-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1229-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a122a-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7dfd62d6-a51e-9ac4-0e09-4e8ee2ade88c-90e1fcb7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-eb9df051-e172-168d-82f6-aaae743a2828-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c2d7cdb5-eb51-0a07-0751-4dfb589f244a-90e1fcb7 {
  justify-self: end;
}

#w-node-c98ae6a2-7c8b-916d-02ae-a66626170672-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c98ae6a2-7c8b-916d-02ae-a6662617067d-90e1fcb7 {
  justify-self: end;
}

#w-node-_94da17c0-60c6-8344-c285-b981e6406eea-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_94da17c0-60c6-8344-c285-b981e6406ef5-90e1fcb7 {
  justify-self: end;
}

#w-node-_05f822d8-d44f-3c3a-42ad-44898269806e-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05f822d8-d44f-3c3a-42ad-44898269806f-90e1fcb7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_05f822d8-d44f-3c3a-42ad-448982698073-90e1fcb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05f822d8-d44f-3c3a-42ad-448982698076-90e1fcb7 {
  align-self: stretch;
}

#w-node-_05f822d8-d44f-3c3a-42ad-448982698077-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c81c254-3f2c-7460-335d-b312bade27ec-90e1fcb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7c81c254-3f2c-7460-335d-b312bade2804-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_7c81c254-3f2c-7460-335d-b312bade2805-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_7c81c254-3f2c-7460-335d-b312bade2809-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7c81c254-3f2c-7460-335d-b312bade280a-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9d7103d6-381f-b2ef-8d89-5300952472a4-90e1fcb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7103d6-381f-b2ef-8d89-5300952472a5-90e1fcb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97509895-6aaf-b95e-26d1-65b5faf435fc-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1fe868b8-605b-63fd-502a-b59ee4263b93-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe1758d6-198d-d89e-e083-2ca47a89aaa6-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fe094dee-8713-2384-fbe1-928a3b16ae1b-3b16ae17, #w-node-fe094dee-8713-2384-fbe1-928a3b16ae1d-3b16ae17, #w-node-fe094dee-8713-2384-fbe1-928a3b16ae20-3b16ae17, #w-node-fe094dee-8713-2384-fbe1-928a3b16ae22-3b16ae17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe094dee-8713-2384-fbe1-928a3b16ae24-3b16ae17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fe094dee-8713-2384-fbe1-928a3b16ae2a-3b16ae17 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0ec1fb92-3300-d505-8f47-577f2ac4749c-2ac4748c, #w-node-_0ec1fb92-3300-d505-8f47-577f2ac474a1-2ac4748c, #w-node-_0ec1fb92-3300-d505-8f47-577f2ac474a6-2ac4748c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1a5b8c-aded-519a-ccf9-36a4c4a9a222-c4a9a21f {
  justify-self: stretch;
}

#w-node-dee88b6d-1f75-d5a0-5f6c-453475e46f03-c4a9a21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd787-90e1fcba {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd788-90e1fcba {
  align-self: stretch;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd78b-90e1fcba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd797-90e1fcba {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd79a-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd7a7-90e1fcba {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803882-90e1fcba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803893-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803894-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803898-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803899-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_4c915164-7b92-a6b8-cf87-54bd5377ced6-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c915164-7b92-a6b8-cf87-54bd5377ced7-90e1fcba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c915164-7b92-a6b8-cf87-54bd5377cedb-90e1fcba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4c915164-7b92-a6b8-cf87-54bd5377cede-90e1fcba {
  align-self: stretch;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd7d1-90e1fcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ff71f918-5d65-c9d0-6750-a0932d5bd7d8-90e1fcba {
  place-self: center;
}

#w-node-_391a9b3a-d011-5ee2-7bf6-f363acd71667-acd71667, #w-node-_391a9b3a-d011-5ee2-7bf6-f363acd71668-acd71667, #w-node-_391a9b3a-d011-5ee2-7bf6-f363acd7166c-acd71667 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc4-90e1fcbb {
  align-self: stretch;
}

#w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc7-90e1fcbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0805e895-1ef1-3716-d8d5-1ebd92511315-90e1fcbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_849df8e2-b2d4-66c9-b9f4-8e42cb04ee0f-90e1fcbb, #w-node-_849df8e2-b2d4-66c9-b9f4-8e42cb04ee13-90e1fcbb, #w-node-_21b41f97-cdba-4fc0-a8a2-960929e834fa-90e1fcbb, #w-node-_21b41f97-cdba-4fc0-a8a2-960929e834fc-90e1fcbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_614e9cbc-d815-f685-9c5a-77100f597337-90e1fcbc {
  align-self: stretch;
}

#w-node-_614e9cbc-d815-f685-9c5a-77100f597347-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d6286ba3-7876-1f2a-0dfe-f707c7e55050-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d6286ba3-7876-1f2a-0dfe-f707c7e55084-90e1fcbc {
  place-self: center;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a735581d0-90e1fcbc {
  align-self: stretch;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a735581e3-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a73558220-90e1fcbc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a73558224-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a73558225-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a73558229-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a7355822a-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a7355822f-90e1fcbc {
  place-self: start;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a7355824a-90e1fcbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_08b241d6-2114-a6a7-27f3-544a7355827e-90e1fcbc {
  place-self: center;
}

#w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d0e-90e1fcbd {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d0f-90e1fcbd {
  align-self: stretch;
}

#w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d12-90e1fcbd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fbfc092-26d7-89b3-4dbc-45486da29365-90e1fcbd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_17f86c30-aa71-3f7c-9283-387a425aeb21-90e1fcbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02dd7956-2ad2-a067-fbd9-4781a67fbe5f-90e1fcbd {
  justify-self: center;
}

#w-node-_25b3e5f7-9b86-42e6-6803-9f2b5d81f263-90e1fcbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6a94b97-bcbe-09b0-4944-f04aae44023d-90e1fcbd {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b1367e24-6304-22b5-ab1e-cfebdc3fa802-90e1fcbd {
  place-self: start;
}

#w-node-b10508d3-5d53-5688-e5a3-ef9d928a6fad-90e1fcbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b10508d3-5d53-5688-e5a3-ef9d928a6fb4-90e1fcbd {
  place-self: center;
}

#w-node-_47e204c0-7dbc-92ce-a074-2ffb3ccecca3-3ccecca0, #w-node-_60a001d4-e827-3e73-e248-2e1e0f78946d-3ccecca0, #w-node-aec5f829-7f19-6fd9-4a90-0bec355b9e34-3ccecca0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-90e1fcbe, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c8-90e1fcbe, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c9-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-90e1fcbe, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-90e1fcbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d0f-90e1fcbf {
  align-self: stretch;
}

#w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d12-90e1fcbf, #w-node-_74272d95-055c-10af-d7c1-43a23beef1b1-90e1fcbf, #w-node-_7953b5ab-368e-c324-9856-dc02c6b96677-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b4b70e-4501-95b4-85e9-6bb4b70f0d0d-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e2b4b70e-4501-95b4-85e9-6bb4b70f0d15-90e1fcbf {
  place-self: end;
}

#w-node-_4f68a7bf-edde-88a6-5ebd-019247911d6e-90e1fcbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ed3d83d-6fb8-15d6-1002-371af7b6edce-90e1fcbf, #w-node-_6ed3d83d-6fb8-15d6-1002-371af7b6edcf-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ed3d83d-6fb8-15d6-1002-371af7b6edd1-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6ed3d83d-6fb8-15d6-1002-371af7b6edd9-90e1fcbf {
  place-self: end;
}

#w-node-_6ed3d83d-6fb8-15d6-1002-371af7b6edde-90e1fcbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_969c9cee-a018-5841-0980-621ad2e1942f-90e1fcbf, #w-node-_969c9cee-a018-5841-0980-621ad2e19430-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_969c9cee-a018-5841-0980-621ad2e19432-90e1fcbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_969c9cee-a018-5841-0980-621ad2e1943a-90e1fcbf {
  place-self: end;
}

#w-node-_969c9cee-a018-5841-0980-621ad2e1943f-90e1fcbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9bb-2005bcc0 {
  align-self: stretch;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9cd-2005bcc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea00-2005bcc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea34-2005bcc0 {
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9bb-a90c6c17 {
  align-self: stretch;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9cd-a90c6c17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea00-a90c6c17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea34-a90c6c17 {
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9bb-93e5b841 {
  align-self: stretch;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9cd-93e5b841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea00-93e5b841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea34-93e5b841 {
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9bb-c71dd7a8 {
  align-self: stretch;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9cd-c71dd7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea00-c71dd7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2520a8f-f37d-afb5-bd30-3cfec117ea34-c71dd7a8 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6dd0fe54-c11d-64c1-7602-29296a385384-90e1fcb7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_06b0ead4-5c23-27e0-8e29-0ecc066ab1be-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_635b4282-fdcf-8eb8-dff2-21e3acd1f851-90e1fcb7 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-c4371321-1004-1fc8-fcd5-b018de664afb-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_7101279c-d302-2be3-e9ac-276f4b4cb02f-90e1fcb7, #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a120c-90e1fcb7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1224-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1225-90e1fcb7 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1229-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-f0825d28-9297-0619-75a8-908c929ad1ea-90e1fcb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb9df051-e172-168d-82f6-aaae743a2828-90e1fcb7 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c2aad42e-7a10-9eb6-c413-4546678e6f76-90e1fcb7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a66626170670-90e1fcb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a66626170672-90e1fcb7 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a66626170676-90e1fcb7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406ee8-90e1fcb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406eea-90e1fcb7 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406eee-90e1fcb7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05f822d8-d44f-3c3a-42ad-44898269806f-90e1fcb7 {
    grid-column-end: 2;
  }

  #w-node-_7c81c254-3f2c-7460-335d-b312bade27ec-90e1fcb7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7c81c254-3f2c-7460-335d-b312bade2804-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_7c81c254-3f2c-7460-335d-b312bade2805-90e1fcb7 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-_7c81c254-3f2c-7460-335d-b312bade2809-90e1fcb7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-ff71f918-5d65-c9d0-6750-a0932d5bd787-90e1fcba {
    grid-row: 2 / 3;
  }

  #w-node-ff71f918-5d65-c9d0-6750-a0932d5bd78b-90e1fcba {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-ff71f918-5d65-c9d0-6750-a0932d5bd797-90e1fcba {
    grid-row: 1 / 2;
    grid-column-start: 1;
  }

  #w-node-ff71f918-5d65-c9d0-6750-a0932d5bd7a7-90e1fcba {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803882-90e1fcba {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803893-90e1fcba {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803898-90e1fcba {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-f5d92c45-a1f4-8ba5-99b3-d5509b803899-90e1fcba {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc3-90e1fcbb, #w-node-_614e9cbc-d815-f685-9c5a-77100f597336-90e1fcbc, #w-node-_08b241d6-2114-a6a7-27f3-544a735581cf-90e1fcbc {
    order: 9999;
  }

  #w-node-_08b241d6-2114-a6a7-27f3-544a73558220-90e1fcbc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_08b241d6-2114-a6a7-27f3-544a73558224-90e1fcbc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_08b241d6-2114-a6a7-27f3-544a73558229-90e1fcbc {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_08b241d6-2114-a6a7-27f3-544a7355822a-90e1fcbc {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d0e-90e1fcbd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d12-90e1fcbd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9fbfc092-26d7-89b3-4dbc-45486da29365-90e1fcbd {
    grid-column-start: 1;
  }

  #w-node-c402ff5c-ff3d-ba1c-fb40-50b8b3b83d0e-90e1fcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9fbfc092-26d7-89b3-4dbc-45486da29365-90e1fcbf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1bf307f9-1eb2-aca6-4296-b6f8d78088ca-90e1fcbf, #w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9ba-2005bcc0, #w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9ba-a90c6c17, #w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9ba-93e5b841, #w-node-e2520a8f-f37d-afb5-bd30-3cfec117e9ba-c71dd7a8 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6230d6ec-9599-dbab-747a-f493636aca32-90e1fcb7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-eb9df051-e172-168d-82f6-aaae743a2828-90e1fcb7 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-c2aad42e-7a10-9eb6-c413-4546678e6f76-90e1fcb7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c2d7cdb5-eb51-0a07-0751-4dfb589f244a-90e1fcb7 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a66626170672-90e1fcb7 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a66626170676-90e1fcb7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c98ae6a2-7c8b-916d-02ae-a6662617067d-90e1fcb7 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406eea-90e1fcb7 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406eee-90e1fcb7 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_94da17c0-60c6-8344-c285-b981e6406ef5-90e1fcb7 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-b1f29f2b-4c9e-18b1-1886-3a4375203ccf-faf435f2 {
    order: 9999;
  }

  #w-node-_4c915164-7b92-a6b8-cf87-54bd5377ced7-90e1fcba {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4371321-1004-1fc8-fcd5-b018de664afb-90e1fcb7, #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1229-90e1fcb7, #w-node-_7c81c254-3f2c-7460-335d-b312bade2809-90e1fcb7 {
    justify-self: start;
  }

  #w-node-fe094dee-8713-2384-fbe1-928a3b16ae2a-3b16ae17 {
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-LightItalic.woff2') format('woff2'), url('../fonts/Gambetta-LightItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-LightItalic.woff') format('woff'), url('../fonts/Gambetta-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Bold.woff2') format('woff2'), url('../fonts/Gambetta-Bold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Bold.woff') format('woff'), url('../fonts/Gambetta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-BoldItalic.woff2') format('woff2'), url('../fonts/Gambetta-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-BoldItalic.woff') format('woff'), url('../fonts/Gambetta-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Medium.woff2') format('woff2'), url('../fonts/Gambetta-Medium.eot') format('embedded-opentype'), url('../fonts/Gambetta-Medium.woff') format('woff'), url('../fonts/Gambetta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Italic.woff2') format('woff2'), url('../fonts/Gambetta-Italic.eot') format('embedded-opentype'), url('../fonts/Gambetta-Italic.woff') format('woff'), url('../fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Light.woff2') format('woff2'), url('../fonts/Gambetta-Light.eot') format('embedded-opentype'), url('../fonts/Gambetta-Light.woff') format('woff'), url('../fonts/Gambetta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-MediumItalic.woff2') format('woff2'), url('../fonts/Gambetta-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-MediumItalic.woff') format('woff'), url('../fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Regular.woff2') format('woff2'), url('../fonts/Gambetta-Regular.eot') format('embedded-opentype'), url('../fonts/Gambetta-Regular.woff') format('woff'), url('../fonts/Gambetta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Semibold.woff2') format('woff2'), url('../fonts/Gambetta-Semibold.eot') format('embedded-opentype'), url('../fonts/Gambetta-Semibold.woff') format('woff'), url('../fonts/Gambetta-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-SemiboldItalic.woff2') format('woff2'), url('../fonts/Gambetta-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Gambetta-SemiboldItalic.woff') format('woff'), url('../fonts/Gambetta-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}