@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: #ecece8;
  --outline-dark: #cfcfcc;
  --background-black: #0d0d0e;
  --text-color: #000000b3;
  --overlay-regular: #14141333;
  --light-outline: #2e313a;
  --text-color-grey: #0b0e10a6;
  --overlay-dark: #0b0e1059;
  --outline-light: #ffffff26;
  --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 {
  border: 1px solid var(--outline-dark);
  flex-direction: row;
  align-items: center;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.2rem;
  display: flex;
  position: relative;
}

.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;
  display: none;
  position: static;
}

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

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

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

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

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

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

.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;
  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: flex-start;
  display: flex;
  position: absolute;
  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%;
  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: 5.5rem;
  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;
  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;
  height: 5.75rem;
  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;
}

.fotter-menu-link:hover, .fotter-menu-link.w--current:hover {
  text-decoration: underline;
}

.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;
  width: 100%;
  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: none;
  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;
}

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

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

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

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

.location-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;
  inset: 0% 0% auto;
}

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

.navbar-mega-base {
  background-color: var(--background-grey);
  justify-content: center;
  display: flex;
  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: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.location-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: grid;
  position: sticky;
  top: 0;
}

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

.service-hero-content.none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

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

.social-icon:hover {
  text-decoration: underline;
}

.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: 40rem;
}

.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);
  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.opo {
  filter: invert();
}

.dark-logo {
  display: none;
}

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

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

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

.serwis {
  z-index: 100;
  background-color: var(--background-grey);
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.small-logo {
  object-fit: fill;
  width: 60px;
  max-width: 60px;
  height: auto;
}

.small-logo.invert {
  filter: invert();
}

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

.perks-list {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.ikona {
  width: 24px;
  height: 24px;
}

.div-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

@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.8rem;
  }

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

  .navbar-base {
    height: 4rem;
  }

  .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-venue-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .venues-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 {
    display: block;
  }
}

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

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

  .venues-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) {
  .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;
  }

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

  .footer-brand.w--current {
    vertical-align: baseline;
    display: block;
  }

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

  .venue-detail-item {
    flex-flow: column;
  }

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

  .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 {
    border-left-style: none;
    flex-flow: column;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .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: 4rem;
    height: 24vw;
    margin-top: -8vw;
    margin-bottom: -8vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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-db49b7dd-78fc-46d5-86c4-ccd2a137866d-a137866a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-db49b7dd-78fc-46d5-86c4-ccd2a1378671-a137866a {
  justify-self: end;
}

#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-d4cb951b-b28f-5d4c-6166-8ee01129edc4-80e63ba9 {
  align-self: stretch;
}

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

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

#w-node-_1796c65e-8c47-6f24-29c8-edacc9d3054b-80e63ba9, #w-node-_1796c65e-8c47-6f24-29c8-edacc9d3054d-80e63ba9, #w-node-_1796c65e-8c47-6f24-29c8-edacc9d30554-80e63ba9, #w-node-_1796c65e-8c47-6f24-29c8-edacc9d30556-80e63ba9, #w-node-_1796c65e-8c47-6f24-29c8-edacc9d3055d-80e63ba9, #w-node-_780d3106-f250-f2ac-bea9-f05d81b996b0-80e63ba9, #w-node-_99615e59-bfff-d2a8-cb62-ee4bb0e8ac6e-80e63ba9, #w-node-b50e6483-fed4-7243-95ee-52b00c38d836-80e63ba9, #w-node-b50e6483-fed4-7243-95ee-52b00c38d838-80e63ba9, #w-node-_97ab7f20-d0c4-5068-78c5-ba92f340a6c2-80e63ba9, #w-node-e29f6831-4d90-ac42-fca2-b1ab72fbba96-80e63ba9, #w-node-a5b1a07f-035f-3de8-0d42-24b402bb5389-80e63ba9, #w-node-a5b1a07f-035f-3de8-0d42-24b402bb538b-80e63ba9, #w-node-_16b6a36c-181d-17c7-938c-d888c543e8ce-80e63ba9, #w-node-_2f16e741-e6f3-9458-1dc6-06241016a861-80e63ba9, #w-node-_677dbdb1-56f9-7f89-7c3e-36c15243c30a-80e63ba9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_29c1d80a-f99d-abb7-0cac-306b6ad8070b-6ad80702 {
  place-self: start;
}

#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-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-80e63bac, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c8-80e63bac, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c9-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-80e63bac, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-80e63bac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_2ca80ed5-9acc-0394-f734-c87e5e2c6120-80e63bad, #w-node-_2ca80ed5-9acc-0394-f734-c87e5e2c6121-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca80ed5-9acc-0394-f734-c87e5e2c6123-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2ca80ed5-9acc-0394-f734-c87e5e2c612b-80e63bad {
  place-self: end;
}

#w-node-_2ca80ed5-9acc-0394-f734-c87e5e2c6130-80e63bad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62af305c-8f3b-d8a1-7ff8-8c64fee997ed-80e63bad, #w-node-_62af305c-8f3b-d8a1-7ff8-8c64fee997ee-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62af305c-8f3b-d8a1-7ff8-8c64fee997f0-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_62af305c-8f3b-d8a1-7ff8-8c64fee997f8-80e63bad {
  place-self: end;
}

#w-node-_62af305c-8f3b-d8a1-7ff8-8c64fee997fd-80e63bad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_021fdd70-9af1-ae16-2941-f94b2b0d0231-80e63bad, #w-node-_021fdd70-9af1-ae16-2941-f94b2b0d0232-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_021fdd70-9af1-ae16-2941-f94b2b0d0234-80e63bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_021fdd70-9af1-ae16-2941-f94b2b0d023c-80e63bad {
  place-self: end;
}

#w-node-_021fdd70-9af1-ae16-2941-f94b2b0d0241-80e63bad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fc8-1c87272f {
  align-self: stretch;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fdb-1c87272f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-1c87272f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab833-1c87272f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab834-1c87272f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83c-1c87272f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83f-1c87272f {
  align-self: stretch;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab840-1c87272f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca3f50d1-572c-5099-3c19-39918bddeb66-8bddeb60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ca3f50d1-572c-5099-3c19-39918bddeb6f-8bddeb60 {
  place-self: center;
}

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

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

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

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

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

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

#w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd19-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd1b-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd22-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd24-aaef07b6, #w-node-_527a1e78-db9b-4fb2-be46-366aa61579c1-aaef07b6, #w-node-e5a75c03-7536-ec78-e989-466a7e2e81db-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd3a-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd47-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd49-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd50-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd58-aaef07b6, #w-node-_3c56b61c-504f-6e97-2ec6-ca77a7e5dd5b-aaef07b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fc8-e5d6c5be {
  align-self: stretch;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fdb-e5d6c5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-e5d6c5be {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab833-e5d6c5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab834-e5d6c5be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83c-e5d6c5be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83f-e5d6c5be {
  align-self: stretch;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab840-e5d6c5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fc8-6c6a9ea1 {
  align-self: stretch;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fdb-6c6a9ea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-6c6a9ea1 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab833-6c6a9ea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab834-6c6a9ea1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83c-6c6a9ea1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83f-6c6a9ea1 {
  align-self: stretch;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab840-6c6a9ea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fc8-8e53d121 {
  align-self: stretch;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fdb-8e53d121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-8e53d121 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab833-8e53d121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab834-8e53d121 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83c-8e53d121 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab83f-8e53d121 {
  align-self: stretch;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab840-8e53d121 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fc8-e8b315bf {
  align-self: stretch;
}

#w-node-_8356b191-559d-94a8-72e9-43e17a750fdb-e8b315bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-e8b315bf {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_2bd516c5-3583-9844-1ffb-501551cc12e4-e8b315bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bd516c5-3583-9844-1ffb-501551cc12e5-e8b315bf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2bd516c5-3583-9844-1ffb-501551cc12ed-e8b315bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bd516c5-3583-9844-1ffb-501551cc12f0-e8b315bf {
  align-self: stretch;
}

#w-node-_2bd516c5-3583-9844-1ffb-501551cc12f1-e8b315bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-db49b7dd-78fc-46d5-86c4-ccd2a137866b-a137866a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-db49b7dd-78fc-46d5-86c4-ccd2a137866d-a137866a {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-db49b7dd-78fc-46d5-86c4-ccd2a1378671-a137866a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: end;
  }

  #w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc3-80e63ba9 {
    order: 9999;
  }

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

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

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

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

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

  #w-node-_1bf307f9-1eb2-aca6-4296-b6f8d78088ca-80e63bad, #w-node-_8356b191-559d-94a8-72e9-43e17a750fc7-1c87272f {
    order: 9999;
  }

  #w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-1c87272f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc3-59745732, #w-node-d4cb951b-b28f-5d4c-6166-8ee01129edc3-aaef07b6, #w-node-_8356b191-559d-94a8-72e9-43e17a750fc7-e5d6c5be {
    order: 9999;
  }

  #w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-e5d6c5be {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8356b191-559d-94a8-72e9-43e17a750fc7-6c6a9ea1 {
    order: 9999;
  }

  #w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-6c6a9ea1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8356b191-559d-94a8-72e9-43e17a750fc7-8e53d121 {
    order: 9999;
  }

  #w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-8e53d121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8356b191-559d-94a8-72e9-43e17a750fc7-e8b315bf {
    order: 9999;
  }

  #w-node-_37ca460f-9070-cfc1-0b22-2222f89ab824-e8b315bf {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2bd516c5-3583-9844-1ffb-501551cc12e5-e8b315bf {
    grid-column-end: 2;
  }
}

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

  #w-node-db49b7dd-78fc-46d5-86c4-ccd2a137866d-a137866a {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-db49b7dd-78fc-46d5-86c4-ccd2a1378671-a137866a {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c4371321-1004-1fc8-fcd5-b018de664afb-80e63ba5, #w-node-_7fb8c04c-61c9-9be9-2266-0dbc9c6a1229-80e63ba5, #w-node-_7c81c254-3f2c-7460-335d-b312bade2809-80e63ba5 {
    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;
}