:root {
  --background-grey: #ecece8;
  --background-black: #0d0d0e;
  --text-color: #000000b3;
  --outline-dark: #cfcfcc;
  --text-70: #62615f;
  --text-100: #262422;
  --blue-primary: #2d2873;
  --bg-all: #f0efee;
  --border: #c6bfbf;
  --light-outline: #2e313a;
  --bg-new: #f8f8f8;
  --button-hover\<deleted\|variable-ff33ada1-1513-9ce7-e786-0aefc4efe93c\>: #e1d2b5;
  --red-primary: #8e1c17;
  --white: #fff;
  --primary-hover: #79140f;
  --blue-primary-hover: #3e3a79;
  --button-primary: #e1d2b5;
  --grey-warm: #e6e3e0;
  --overlay-regular: #14141333;
  --text-color-grey: #0b0e10a6;
  --overlay-dark: #0b0e1059;
  --outline-light: #ffffff26;
  --outline-dark-2: #aeaec2;
  --overlay-light: #0d0d0e1f;
  --button-p-hover: #d8c8ab;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--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: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 40rem;
  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;
}

.padding-top.padding-xlarge {
  text-align: left;
  display: block;
}

.padding-top.padding-medium.extra-padding-bottom {
  background-color: #e6e3e0;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-top.padding-large {
  z-index: auto;
  float: none;
  clear: right;
  text-align: left;
  position: static;
}

.padding-top.padding-large.padding-container-portfolio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.padding-top.padding-large.padding-container-portfolio.padding-envirmental-top {
  padding-top: 4rem;
}

.padding-top.padding-large.padding-about-us {
  justify-content: center;
  display: flex;
}

.padding-top.padding-large.padding-about-us.padding-ab {
  padding-top: 12rem;
}

.padding-top.padding-large.padding-about-us.padding-ab.padding-founder-top {
  padding-top: 10rem;
}

.padding-top.padding-large.padding-our-portfolio {
  flex-flow: column;
  place-content: space-around flex-start;
  align-items: flex-start;
  padding-top: 8rem;
  display: flex;
  position: static;
}

.padding-top.padding-large.padding-our-portfolio.padding-portfolio-subpage {
  padding-top: 3rem;
}

.padding-top.padding-large.padding-our-portfolio.padding-none, .padding-top.padding-large.padding-our-portfolio.padding-about-us {
  padding-top: 0;
}

.padding-top.padding-large.padding-services-section {
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

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

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

.margin-bottom.margin-medium {
  height: 210px;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

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

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

.padding-vertical.padding-xlarge.footer-banner-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-horizontal {
  align-self: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium.padding-navbar-logo {
  margin-right: 0;
  padding-right: 3.8rem;
}

.padding-horizontal.padding-medium.padding-navbar {
  margin-right: -32px;
}

.padding-horizontal.padding-medium.padding-hero-section {
  max-width: 1100px;
}

.padding-horizontal.padding-medium.padding-values {
  padding-left: 4rem;
}

.padding-horizontal.padding-medium.padding-values.values-non-padding {
  padding-left: 6rem;
  padding-right: 0;
}

.padding-horizontal.padding-medium.founder-div-all, .padding-horizontal.padding-medium.padding-help-section, .padding-horizontal.padding-medium.padding-contact-banner {
  justify-content: center;
  display: flex;
}

.padding-horizontal.padding-medium.padding-hero {
  height: 85vh;
}

.padding-horizontal.padding-medium {
  margin-right: 0;
  padding-left: 6rem;
  padding-right: 6rem;
}

.padding-horizontal.padding-medium.padding-small {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

.padding-bottom.padding-xlarge.padding-ab {
  padding-bottom: 12rem;
}

.padding-bottom.padding-xlarge.padding-ab.padding-founder {
  padding-bottom: 3rem;
}

.padding-bottom.padding-xlarge.extra-padding-top {
  padding-top: 8rem;
}

.padding-bottom.padding-bottom-values {
  padding-bottom: 10rem;
}

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

.padding-bottom.padding-bottom-portfolio {
  padding-bottom: 8rem;
}

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

.text-size-tiny.text-color-grey.text-color-white {
  color: #ffffffb3;
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.text-size-tiny.text-color-black {
  font-family: Forum, sans-serif;
  font-size: 1rem;
}

.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.text-color-grey.text-align-center {
  color: var(--text-70);
  font-family: Ranade, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-regular.text-color-grey.text-align-center.text-social-casue {
  color: var(--text-100);
  font-size: 20px;
}

.text-size-regular.text-color-grey.text-align-center.text-center {
  font-family: Ranade, sans-serif;
  font-weight: 300;
}

.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-family: Fahkwang, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-small.text-color-grey {
  color: var(--blue-primary);
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.text-size-small.text-color-grey.text-founder {
  padding-top: 1.2rem;
  font-size: 1.3rem;
}

.text-size-small.text-white {
  color: #fff;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
}

.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 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.button.is-icon.hide-tablet {
  border-width: 2px;
}

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

.text-size-medium.testimonials-text {
  color: var(--text-100);
  font-family: Ranade, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.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: 1.25fr 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;
  padding-right: 0;
  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: .25fr 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: 12rem;
  display: flex;
}

.navbar-brand.w--current {
  width: 12rem;
}

.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;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 5;
  background-color: #64584d00;
  background-image: linear-gradient(#64584d4d, #64584dbf 45%, #64584deb 88%, #64584df2);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-overlay.imagine-overlay-brown {
  background-image: linear-gradient(#64584d59, #64584d99 27%, #64584deb 88%, #64584df2);
}

.image-overlay.imagine-overlay-brown.image-overlay-color {
  background-color: #2d2873;
  background-image: none;
}

.image-overlay.imagine-overlay-brown.image-overlay-footer, .image-overlay.image-overlay-hero {
  background-image: none;
}

.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: none;
  position: relative;
  overflow: hidden;
}

.footer-block {
  z-index: 15;
  width: 100%;
  position: relative;
}

.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-content.footer-content-borders {
  border-top: 1px #ceccc833;
  border-bottom: 1px solid #ceccc833;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-content.footer-content-borders.footer-content-borders-dark {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--border);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

.footer-brand.w--current {
  width: auto;
}

.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(--bg-all);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.home-hero-heading {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  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% 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;
  width: 100%;
  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;
}

.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: center;
  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: auto;
}

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

.hyperlink.text-color-white {
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.hyperlink.footer-hyperlink {
  white-space: nowrap;
  word-break: keep-all;
}

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

.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: 20%;
}

.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: 80%;
  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-content.testimonials-last-slide {
  padding-right: 3rem;
}

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

.testimonial-slide-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  width: 90%;
  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-block.contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.call-block.contact-section.padding-botton-footer {
  padding-bottom: 1rem;
}

.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: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 6fr 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;
  width: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-center-block {
  z-index: 10;
  background-color: var(--bg-new);
  width: 100%;
  max-width: 55rem;
  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: 3rem;
  padding-bottom: 4rem;
}

.call-center-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  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(--bg-new);
  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%;
}

.home-hero.home-hero-mobile {
  display: none;
}

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

.dark-logo {
  display: block;
}

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

.body {
  background-color: var(--bg-new);
}

.heading {
  color: var(--text-100);
  height: auto;
  font-family: Forum, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph {
  color: var(--text-70);
  font-family: Forum, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

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

.button-2 {
  border: 1px solid var(--border);
  color: var(--text-100);
  background-color: #3898ec00;
  border-radius: 1px;
  padding: 10px 32px;
  font-family: Forum, sans-serif;
}

.text-block {
  color: var(--text-100);
  font-family: Forum, sans-serif;
  font-weight: 400;
  position: static;
}

.button-secondary {
  border: 1px solid var(--border);
  color: var(--text-100);
  white-space: nowrap;
  background-color: #3898ec00;
  border-radius: 1px;
  padding: 10px 32px;
  font-family: Forum, sans-serif;
}

.button-secondary:hover {
  border-color: var(--button-hover\<deleted\|variable-ff33ada1-1513-9ce7-e786-0aefc4efe93c\>);
  background-color: #e1d2b5;
}

.button-secondary.button-white-label {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.button-secondary.button-white-label:hover, .button-secondary.button-white-label.button-dark-label.w--current {
  color: var(--text-100);
}

.button-tertiary {
  border: 1px none var(--border);
  color: var(--text-100);
  white-space: nowrap;
  background-color: #3898ec00;
  border-radius: 1px;
  padding: 10px 24px;
  font-family: Forum, sans-serif;
  font-weight: 400;
}

.buttons-container {
  padding-top: 108px;
}

.button-secondary---big {
  color: var(--text-100);
  background-color: #3898ec00;
  border: 1px solid #d4d3cd;
  border-radius: 1px;
  padding: 16px 64px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.button-secondary---big:hover {
  border-style: solid;
  border-color: var(--blue-primary);
  background-color: var(--blue-primary);
  color: var(--white);
}

.button-secondary---big.button-white-label {
  color: #fff;
  text-align: center;
  padding-top: 18px;
  font-family: Ranade, sans-serif;
  font-weight: 400;
}

.button-secondary---big.button-white-label:hover {
  border-color: var(--red-primary);
  background-color: var(--red-primary);
  color: var(--white);
}

.button-secondary---big.button-white-label.contact-secondary-button {
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
}

.button-secondary---big.button-white-label.contact-secondary-button:hover {
  border-style: solid;
  border-color: var(--blue-primary);
  background-color: var(--bg-new);
  color: var(--blue-primary);
}

.button-secondary---big.button-mobile-hidden {
  font-family: Fahkwang, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-secondary---big.button-mobile-hidden:hover {
  border-style: solid;
  border-color: var(--blue-primary);
  background-color: var(--blue-primary);
  color: var(--white);
}

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

.div-block {
  width: 100%;
  margin-top: 4rem;
}

.button-primary---big {
  border: 1px solid var(--red-primary);
  background-color: var(--red-primary);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  padding: 16px 80px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.button-primary---big:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

.button-primary---big.button-contact-send {
  background-color: var(--blue-primary);
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
}

.button-primary---big.button-contact-send:hover {
  border-style: none;
  border-color: var(--blue-primary);
  background-color: var(--blue-primary-hover);
}

.column {
  height: 100%;
}

.columns {
  align-items: center;
  width: 80%;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.div-button-secondary {
  border: 1px solid var(--border);
  text-align: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 16px 18px;
}

.div-button-secondary:hover {
  border-color: var(--button-primary);
  background-color: var(--button-primary);
}

.image {
  width: 14px;
  min-width: 16px;
}

.paragraph-2 {
  font-family: Forum, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.heading-6 {
  color: var(--text-70);
  white-space: nowrap;
  margin-right: 40px;
  padding-right: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-6.heading-6-white {
  color: var(--grey-warm);
  margin-right: 32px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-6.follow-us-heading {
  color: var(--background-grey);
  margin-right: 32px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.image-2 {
  width: 16px;
  min-width: 16px;
  font-family: Forum, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-2.instagram-logo {
  width: 18px;
}

.column-3 {
  padding-left: 0;
  padding-right: 40px;
}

.columns-2 {
  align-items: center;
  width: 90%;
  display: flex;
}

.container-social-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-follow {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.container-follow.cantainer-follow-mobile, .container-follow.footer-mobile-container-follow.foote-rmobile-container {
  display: none;
}

.clip-title {
  z-index: 200;
  border-bottom: 1px #d2d2cf;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.load-1 {
  position: relative;
}

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

.text-size-tiny-2 {
  font-size: .7rem;
}

.navbar-menu-base {
  z-index: 5;
  background-color: #e9e8e4;
  border-radius: .625rem;
  flex-direction: column;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.navbar-block-2 {
  justify-content: space-between;
  width: 100%;
  height: 0;
  display: flex;
  position: static;
}

.service-hero-intro {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: .625rem 2rem 2rem;
  position: relative;
}

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

.footer-menu-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #19191891;
  display: none;
  position: fixed;
  inset: 0%;
}

.skill-hero-text {
  max-width: 18rem;
}

.top-line-wrapper {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-menu-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  min-height: 25rem;
  display: flex;
}

.social-link {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.service-hero-image-2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.menu-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #e9e8e4;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.skill-right {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-line-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.menu-dropdown-2 {
  margin-left: .625rem;
  position: static;
}

.load-line-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.inside-line {
  z-index: 10;
  background-color: #d2d2cf;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.logo {
  width: 2.7rem;
}

.skill-bottom {
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.home-hero-bottom {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 19rem;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-brand-2 {
  color: #000;
  text-decoration: none;
}

.loader-block {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #d2d2cf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.skill-hero-image {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.loader-inside {
  background-color: #dfddda;
  width: 100%;
  height: 100%;
}

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

.skill-bottom-title {
  padding-bottom: 0;
}

.icon-1x1-tiny {
  width: .5rem;
  height: .5rem;
}

.menu-logo.menue-logo-bottom {
  position: absolute;
  bottom: -100%;
}

.skill-hero-height {
  padding-top: 67%;
}

.skill-steps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px #d2d2cf;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding: 2rem 0 3.8rem;
  display: grid;
  position: relative;
  top: 0;
  overflow: visible;
}

.menu-action {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: .4rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.preloader-2 {
  z-index: 100000;
  background-color: #c9c8c4;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

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

.navbar-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.heading-style-h1-2 {
  box-sizing: border-box;
  color: var(--text-100);
  letter-spacing: normal;
  text-transform: none;
  object-fit: fill;
  margin-bottom: auto;
  font-family: Fahkwang, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.15;
  position: static;
}

.toggle-spacer-2 {
  height: .325rem;
}

.tag-item {
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 3px;
  display: flex;
}

.tag-item.tag-button {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 6.5rem;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
}

.skill-bottom-content {
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #d2d2cf;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: center;
  height: 100%;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-button {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #cecec8;
  border: 1px #e9e8e4;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  height: 2.35rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-2 {
  z-index: 100;
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.image-fill-2.image-fill-high {
  object-position: 50% 28%;
}

.image-fill-2.image-fill-low {
  object-position: 50% 80%;
}

.skill-hero-intro {
  width: 100%;
  max-width: 45rem;
}

.word-two {
  display: inline-block;
}

.menu-social {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.div-block-3 {
  height: 64px;
}

.menu-dropdown-list.w--open {
  background-color: #ddd0;
  inset: 0% 0% auto;
}

.navbar-toggle {
  z-index: 100;
  background-color: #cecec8;
  border: 1px #e9e8e4;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  display: flex;
}

.service-intro-content {
  background-color: #e9e8e4;
  border-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 9rem 3rem 2.2rem 2.2rem;
  display: flex;
}

.service-intro-content.skill-content {
  background-color: var(--bg-new);
  border-radius: 0;
  padding-top: 1.8rem;
  padding-right: 2.2rem;
}

.heading-style-h3-2 {
  color: var(--text-100);
  letter-spacing: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.main-wrapper-2 {
  z-index: 10;
  position: relative;
}

.skill-hero-block {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(20rem, .85fr) .5fr;
  grid-auto-columns: 1.25fr;
  display: grid;
  position: relative;
}

.navbar-brand-2 {
  z-index: 100;
  color: #000;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.word-one {
  display: inline-block;
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large-2 {
  font-size: 1.9rem;
  line-height: 1.35;
}

.loader-text {
  font-size: 8rem;
  line-height: 1;
}

.navbar-base-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
  position: static;
}

.navbar-base-2.left-navbar {
  z-index: 100;
  position: relative;
}

.skill-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-top: 0;
  padding: 80px 0 0;
  display: grid;
  position: sticky;
  top: 0;
}

.skill-hero-left.skill-hero-mobile {
  display: none;
}

.skill-hero-right {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 11rem 0 3rem;
  display: flex;
  position: relative;
}

.image-overlay-2 {
  z-index: 5;
  background-color: #0d0d0e00;
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: var(--bg-new);
}

.heading-blue {
  color: var(--blue-primary);
  font-family: Fahkwang, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-blue.heading-blue-type {
  text-align: right;
  position: static;
  inset: 12% 8% auto 612px;
}

.heading-blue.heading-blue-small {
  color: var(--blue-primary);
  -webkit-text-stroke-color: var(--blue-primary);
  font-family: Fahkwang, sans-serif;
  font-size: 14px;
}

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

.heading-property {
  color: var(--text-70);
  letter-spacing: normal;
  font-family: Ranade, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.45;
}

.div-block-4, .spacing-div---40px {
  height: 40px;
}

.paragraph-3 {
  color: var(--text-70);
  font-family: Ranade, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.5;
}

.spacing-div---32px {
  height: 32px;
}

.div-block-5, .divider-line {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

.div-block-6 {
  width: 100%;
}

.about-us-section-container {
  min-width: 1100px;
  max-width: 1400px;
}

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

.about-us-grid {
  grid-column-gap: 164px;
  grid-row-gap: 164px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-content: stretch;
}

.about-us-grid.founder-grid {
  place-content: center;
  place-items: center stretch;
}

.about-us-grid.about-us-intro-grid {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  grid-template-columns: 1fr 1.25fr;
}

.about-us-text-container {
  padding-top: 0;
}

.about-us-text-container.about-us-intro-container {
  padding-top: 64px;
}

.about-us-section-image {
  object-fit: fill;
  min-width: 380px;
  max-width: none;
}

.about-us-section-image.about-us-image-intro {
  width: 100%;
  min-width: 420px;
}

.heading-section {
  color: var(--text-100);
  letter-spacing: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.heading-section.heading-centered {
  color: var(--text-100);
  text-align: center;
}

.heading-section.heading-centered.heading-white {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-section.heading-centered.heading-white.heading-banner {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 44px;
}

.heading-section.heading-subpage-big {
  font-size: 72px;
}

.portfolio-section.portfolio-subpage-padding {
  padding-top: 8rem;
  padding-bottom: 7rem;
}

.portfolio-section.about-us-subpage-padding {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.portfolio-section-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.portfolio-section-all {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.new-portfolio-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.portfolio-cards-container {
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: 0;
  right: 0;
}

.portfolio-grid-2-x-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.portfolio-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 64px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.portfolio-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-column.portfolio-last-column {
  width: 100%;
}

.card-content-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--bg-new);
  border: 1px solid #d4d3cd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 16px 16px 24px;
  display: flex;
}

.card-content-div:hover {
  pointer-events: auto;
  mix-blend-mode: normal;
}

.image-label-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.frame-46 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.frame-46.haverstock-image {
  object-position: 50% 20%;
}

.text-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 98%;
  display: flex;
}

.text {
  color: var(--text-100);
  padding-left: 8px;
  font-family: Fahkwang, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

.text-2 {
  color: var(--text-70);
  padding-left: 8px;
  font-family: Ranade, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.text-2.how-we-help-paragraph {
  margin-top: 40px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 20%;
}

.portfolio-column-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.portfolio-column-big.portfolio-card-column {
  width: 80%;
  min-width: 620px;
  max-width: 860px;
  padding-top: 0;
}

.portfolio-heading-div {
  flex-flow: row;
  place-content: space-around space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.div-block-7 {
  background-color: var(--bg-all);
  padding: 12px 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.label-photo-div {
  background-color: var(--bg-new);
  padding: 12px 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.markets-section {
  overflow: hidden;
}

.markets-listed-div {
  margin-top: 6rem;
}

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

.heading---36px {
  color: var(--text-70);
  text-align: center;
  letter-spacing: 0;
  font-family: Forum, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading---36px.heading-markets---tablet {
  font-family: Fahkwang, sans-serif;
  font-size: 34px;
}

.vertical-divider {
  background-color: var(--border);
  justify-content: center;
  width: 1px;
  height: 64px;
  display: flex;
}

.vertical-divider.mobile-addon {
  display: none;
}

.home-benefits_image {
  z-index: 10;
  background-color: #dfdedb;
  border-radius: .625rem;
  height: 20rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.subtitle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.home-benefits_slider {
  overflow: hidden;
}

.clip-3 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-benefits_com {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

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

.padding-horizontal-2.padding-medium.padding-none {
  padding-left: 0;
  padding-right: 0;
}

.image-overlay-3 {
  z-index: 100;
  background-color: #11111173;
  position: absolute;
  inset: 0%;
}

.image-overlay-3.light-overlay {
  background-color: #11111126;
}

.home-benefits_shade {
  background-color: #e3e2df;
  border-radius: .4rem;
  position: absolute;
  inset: 0%;
}

.home-benifits_nav {
  z-index: 200;
  background-color: #111;
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.word-three {
  display: inline-block;
}

.image-fill-3 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-benefits_img {
  background-color: #dfdedb;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.home-benefits_slide-wrap {
  height: 100%;
  padding: 3rem;
  overflow: hidden;
}

.home-benefits_top {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.home-benefits_right-slide {
  overflow: hidden;
}

.home-benefits_descript {
  max-width: 21rem;
}

.slide-nav {
  bottom: -2rem;
}

.home-benefits_left {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 36rem;
  max-width: 36rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-right: 6rem;
  display: grid;
  overflow: visible;
}

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

.mask-2 {
  border-radius: .625rem;
}

.home-benefits_text-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  overflow: visible;
}

.word-two-2 {
  display: inline-block;
}

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

.home-benefits_nav-item {
  cursor: pointer;
  background-color: #e3e2df00;
  border-top: 1px #dfdedb;
  border-radius: .5rem;
  align-items: center;
  padding: 0 1.5rem;
  transition: background-color .2s linear;
  display: flex;
  position: relative;
}

.home-benefits_nav-item.fs-sliderdots_active {
  background-color: #e3e2df;
}

.text-size-small-3 {
  padding-top: 0;
  font-size: .875rem;
}

.slider-mask {
  overflow: visible;
}

.home-benefits {
  z-index: 10;
  background-color: #f1f0ed;
  border-bottom: 1px #dfdedb;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  position: relative;
}

.heading-style-h2-2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.home-benefits_nav {
  flex-direction: column;
  margin-left: -1.5rem;
  display: flex;
}

.hide-2 {
  display: none;
}

.home-benefits_nav-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px dashed #dfdedb;
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: grid;
  position: relative;
}

.hidden-slide-nav {
  flex-direction: column;
  padding: 1.4rem;
  display: none;
}

.text-size-regular-3 {
  font-size: 1.1rem;
  line-height: 1.55;
}

.word-one-2 {
  display: inline-block;
}

.slider-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 42rem;
  display: flex;
}

.header {
  overflow: hidden;
}

.arrow {
  opacity: 0;
  width: 1.75rem;
}

.slider-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h1-3 {
  font-size: 3.55rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-h1-3.heading-hidden {
  display: none;
}

.slider-img-child {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-tab {
  margin-top: 1rem;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-5 {
  background-image: url('../images/jean-philippe-delberghe-dLmlYKuoJBc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-4 {
  background-image: url('../images/ranurte-XhyYZmnCDXk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-3 {
  background-image: url('../images/nathan-dumlao-oV4G0Wp29Mk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-2 {
  background-image: url('../images/stefan-stefancik-pzA7QWNCIYg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-1 {
  background-image: url('../images/jean-philippe-delberghe-Uf7orCeRVsA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.subheader {
  overflow: hidden;
}

.subtitle-2 {
  color: #888;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-style-number {
  padding-top: 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-style-h3-3 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.slider-img {
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-img-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-section {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.two, .card-whipe.five, .card-whipe.four, .card-whipe.one, .card-whipe.three {
  display: none;
}

.slider-img-parent {
  flex-direction: column;
  width: 100%;
  height: 210rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.border-line-btm {
  z-index: 2;
  background-color: #292929;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.main-wrapper-3 {
  background-color: #dfdedb;
  padding: 0;
}

.clip-4 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-body {
  z-index: 10;
  background-color: #f1f0ed;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: relative;
}

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

.clip-5 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.services-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  background-color: var(--bg-all);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.container.container-founder {
  max-width: 1360px;
}

.container.padding-medium {
  padding-top: 0;
  padding-bottom: 6rem;
}

._2-columns {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

._2-columns.about-us-section-mobile {
  display: none;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-4.column-founder-bio {
  width: 60%;
}

.services-left {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-headings {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-heading-blue {
  color: #4175fc;
  font-family: Forum, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

._1-services-div-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._1-services-div-text.services-text-hidden {
  display: none;
}

._1-heading-services {
  color: var(--text-100);
  font-family: Forum, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

._1-paragraph-services {
  color: var(--text-70);
  font-family: Fahkwang, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._1-paragraph-services.founder-about-us-paragraph {
  font-family: Ranade, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.services-clickable-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

._1-service-div {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-color: var(--grey-warm);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 24px;
  display: flex;
}

._1-service-div:hover {
  background-color: var(--grey-warm);
}

.text-3 {
  color: #282828;
  font-family: Forum, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

._2-service-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 24px;
  display: flex;
}

._2-service-div:hover {
  background-color: var(--grey-warm);
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-5.column-founder-photo {
  width: 40%;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-dib-img-bg {
  background-color: var(--grey-warm);
  padding: 32px;
}

._2-heading-services {
  color: #282828;
  font-family: Forum, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

._2-paragraph-services {
  color: var(--text-70);
  font-family: Forum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._3-service-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 24px;
  display: flex;
}

._3-service-div:hover {
  background-color: var(--grey-warm);
}

._4-service-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 24px;
  display: flex;
}

._4-service-div:hover {
  background-color: var(--grey-warm);
}

._2-services-div-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-services-div-text.services-text-hidden {
  display: none;
}

._3-services-div-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._3-services-div-text.services-text-hidden {
  display: none;
}

._4-services-div-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._4-services-div-text.services-text-hidden {
  display: none;
}

.section-copy {
  background-color: var(--bg-all);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 64px;
  display: flex;
}

.contact-container {
  z-index: 15;
  position: relative;
}

.call-div-all {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.contact-paragraph-div {
  text-align: center;
  width: 40%;
  min-width: 700px;
  margin-top: 48px;
  padding-right: 40px;
}

.paragraph-4 {
  color: #ffffffb3;
  text-align: left;
  font-family: Ranade, sans-serif;
  font-weight: 400;
}

.contact-buttons-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  min-width: 520px;
  margin-top: 0;
  display: flex;
}

.divider-line-footer {
  background-color: #ceccc833;
  width: 1px;
  height: 24px;
}

.image-3 {
  width: 100%;
}

.twitter-link-block {
  width: 18px;
}

.body-3 {
  background-color: var(--bg-new);
}

.link-block {
  font-family: Forum, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
}

.card-link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.services-section-a.portfolio-subpage-padding {
  padding-top: 8rem;
}

.contact-subpage-container {
  object-fit: fill;
  flex-flow: row;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.contact-image-div {
  width: 100%;
  min-height: 600px;
  position: relative;
}

.contact-form-div {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  margin-top: 164px;
  margin-left: -200px;
  padding: 48px;
  position: relative;
  left: 0;
}

.heading-contact {
  letter-spacing: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.divider-div-padding---20px {
  height: 20px;
}

.greymount-header {
  color: var(--text-100);
  letter-spacing: normal;
  font-family: Fahkwang, sans-serif;
  font-size: 26px;
  position: static;
  inset: 0% 20% 0% auto;
}

.div-block-8 {
  position: absolute;
  inset: 0% 20% 0% auto;
}

.greymount-header-70 {
  color: var(--text-70);
  margin-top: 10px;
  font-family: Fahkwang, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: static;
  inset: 0% 20% 0% auto;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-contact-inputs {
  grid-template-rows: auto;
  padding-top: 48px;
  padding-bottom: 32px;
}

.text-area-div {
  padding-bottom: 40px;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--text-70);
  font-family: Ranade, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.text-field {
  border: 1px solid var(--border);
  height: 48px;
}

.textarea {
  font-family: Forum, sans-serif;
  font-weight: 400;
}

.textarea.text-field {
  height: 130px;
  font-family: Ranade, sans-serif;
  font-weight: 300;
}

.send-button-div {
  text-align: right;
}

.contact-info-div {
  width: 40%;
  position: absolute;
  inset: auto auto 0% 5%;
}

.contact-email-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
  bottom: 5%;
  left: 10%;
}

.grid-4 {
  grid-template-rows: auto;
}

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

.envelope-icon {
  text-align: left;
  width: 32px;
}

.grid-phone-div {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 24px;
  padding-top: 32px;
}

.grid-email-div {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: stretch;
  justify-items: start;
}

.email-div-all {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.divider-20px {
  width: 20px;
  height: 4px;
}

.phone-div-all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 40px;
}

.phone-icon {
  text-align: left;
  width: 32px;
}

.image-5 {
  object-fit: cover;
  min-height: 600px;
}

.footer-block-dark {
  z-index: 15;
  width: 100%;
  position: relative;
}

.phone-link-block {
  flex: 0 auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mail-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-us-hero-section {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid-5 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .25fr 1fr;
}

.value-div-env {
  align-items: flex-start;
  display: flex;
}

.value-div-env.value-div-first {
  border-bottom: 1px solid var(--border);
  padding-top: 64px;
  padding-bottom: 24px;
}

.value-div-env.value-div-element {
  border-bottom: 1px solid var(--border);
  padding-top: 32px;
  padding-bottom: 24px;
}

.arrow-div {
  align-self: flex-start;
  width: auto;
}

.divider-24px {
  width: 24px;
  padding-right: 0;
}

.paragraph-medium {
  color: var(--text-70);
  width: 90%;
  font-family: Ranade, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.portfolio-section-copy.portfolio-subpage-padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.portfolio-section-copy.about-us-subpage-padding {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.body-4, .body-5 {
  background-color: var(--bg-new);
}

.values-section.portfolio-subpage-padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.values-section.about-us-subpage-padding {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.about-subpage-section.portfolio-subpage-padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.about-subpage-section.about-us-subpage-padding {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.founder-section {
  overflow: hidden;
}

.founder-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  display: block;
}

.founder-heading-div {
  padding-bottom: 5rem;
}

.heading-founder {
  letter-spacing: 0;
  font-family: Forum, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.spacing-div---24px {
  height: 24px;
}

.photos-grid-section {
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: 0;
  right: 0;
}

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

.environment-heading-div {
  max-width: 1100px;
  margin-top: 5rem;
  padding-left: 0;
}

.environment-heading-div.min-social-cause-padding {
  margin-top: 2.5rem;
}

.commitment-div {
  width: 100%;
  max-width: 1600px;
  margin-top: 7rem;
}

.home-intro-mobile, .home-intro-mobile-a.home-hero-mobile, .button-mobile-pading, .grid-markets-mobile {
  display: none;
}

.padding-horizontall-footer-mobile {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontall-footer-mobile.padding-medium {
  margin-right: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  display: none;
}

.padding-horizontall-footer-mobile.padding-medium.padding-navbar-logo {
  margin-right: 0;
  padding-right: 3.8rem;
}

.padding-horizontall-footer-mobile.padding-medium.padding-navbar {
  margin-right: -32px;
}

.padding-horizontall-footer-mobile.padding-medium.padding-small {
  padding-left: 10rem;
  padding-right: 10rem;
}

.padding-horizontall-footer-mobile.padding-medium.padding-hero-section {
  max-width: 1100px;
}

.padding-horizontall-footer-mobile.padding-medium.padding-values {
  padding-left: 4rem;
}

.padding-horizontall-footer-mobile.padding-medium.padding-values.values-non-padding {
  padding-left: 6rem;
  padding-right: 0;
}

.padding-horizontall-footer-mobile.padding-medium.founder-div-all {
  justify-content: center;
  display: flex;
}

.navbar-3 {
  display: none;
}

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

.warm-div-section {
  background-color: #edece5;
}

.text-block-3, .text-block-4 {
  font-family: Fahkwang, sans-serif;
  font-weight: 500;
}

.heading-7 {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 3rem;
  font-family: Fahkwang, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.heading-7.heading-hero-mobile {
  letter-spacing: .5px;
  word-break: normal;
  margin-bottom: 1rem;
  font-family: Fahkwang, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.quote-box-div {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff1f;
  width: auto;
  min-width: 270px;
  max-width: 330px;
  padding: 16px;
  line-height: 20rem;
  position: absolute;
  inset: auto 3% 3% auto;
}

.hero-buttons-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.portfolio-heading-div-2 {
  flex-flow: row;
  place-content: space-around space-between;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.hero-tagline {
  color: #ffffffb3;
  margin-bottom: 1em;
  font-family: Ranade, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero-video-section {
  height: 90vh;
}

.image-8 {
  max-width: none;
  display: block;
}

.hero-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.secondary-button-big {
  color: #fff;
  background-color: #0003;
  border: 1px solid #ffffffb3;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.secondary-button-big:hover {
  border-color: var(--blue-primary);
  background-color: var(--blue-primary);
}

.secondary-button-big.fixed-size {
  width: 220px;
}

.heading-quote {
  color: #fffc;
  margin-top: 20px;
  font-family: Ranade, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.primary-button-big {
  background-color: var(--blue-primary);
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.primary-button-big:hover {
  background-color: var(--blue-primary-hover);
}

.primary-button-big.primary-button-small {
  background-color: var(--blue-primary);
  font-size: 1rem;
}

.primary-button-big.primary-button-small:hover {
  background-color: var(--blue-primary-hover);
}

.primary-button-big.primary-button-small.contact-banner-buttons.contact-white-button {
  background-color: var(--bg-new);
  color: var(--blue-primary);
  -webkit-text-stroke-color: var(--white);
  border: 1px #000;
  font-size: 1.1rem;
}

.primary-button-big.primary-button-small.contact-banner-buttons.contact-white-button:hover {
  background-color: var(--grey-warm);
}

.primary-button-big.primary-button-small.big {
  padding-left: 80px;
  padding-right: 80px;
}

.primary-button-big.primary-button-help {
  background-color: var(--blue-primary);
  font-size: 1.1rem;
}

.primary-button-big.primary-button-help:hover {
  background-color: var(--blue-primary-hover);
}

.primary-button-big.desktop {
  padding-left: 50px;
  padding-right: 50px;
}

.primary-button-big.fixed-size {
  width: 220px;
}

.hero-div-all {
  width: 100vw;
  height: 90vh;
  position: relative;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 6rem;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-2.navbar-dark {
  display: flex;
}

.navbar-2.navbar-desktop, .navbar-2.navbar-mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.brand-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.navbar-div-all {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-link-4 {
  color: var(--text-100);
  font-family: Fahkwang, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link-4.w--current {
  color: var(--text-100);
}

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

.nav-link-4.nav-link-4-white.nav-link-mobile {
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.nav-link-4.nav-link-desktop {
  color: var(--white);
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
}

.navbar-links-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.seconday-button-small {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  height: 42px;
  padding: 12px 24px;
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
}

.seconday-button-small:hover {
  border-color: var(--blue-primary);
  background-color: var(--blue-primary);
}

.seconday-button-small.secondary-button-small-dark {
  color: var(--text-100);
  border-color: #d4d3cd;
}

.seconday-button-small.secondary-button-small-dark:hover {
  color: var(--white);
}

.seconday-button-small.secondary-button-small-dark.contact-button-navbar:hover {
  border-style: solid;
  border-color: var(--blue-primary);
  color: var(--white);
}

.seconday-button-small.secondary-button-small-dark.contact-button-navbar.w--current:hover {
  border-color: var(--blue-primary);
}

.seconday-button-small.contact-button-nav-mobile {
  display: none;
  overflow: visible;
}

.seconday-button-small.footer-button-contact {
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
}

.seconday-button-small.footer-button-contact:hover {
  border-color: var(--blue-primary);
  background-color: var(--white);
  color: var(--blue-primary);
}

.nav-container {
  margin-left: 0;
  margin-right: 0;
}

.brand-logo-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: block;
}

.hero-video-div {
  background-image: linear-gradient(#0006, #0006), url('../images/greymount-hero-img-london-min.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  width: 100vw;
  height: 90vh;
  position: absolute;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.div-button-secondary-2 {
  text-align: center;
  border: 1px #ffffffb3;
  width: 42px;
  height: 42px;
  margin-right: 0;
  padding-top: 7px;
}

.div-button-secondary-2:hover {
  border-style: none;
  border-color: var(--red-primary);
  background-color: #c92e4f00;
}

.image-9 {
  filter: invert();
  width: 16px;
  min-width: 16px;
  max-width: none;
  font-family: Forum, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-9.instagram-logo {
  filter: invert(0%);
  width: 20px;
}

.text-block-5 {
  z-index: 3;
  position: relative;
}

.section-2 {
  background-image: linear-gradient(153deg, #f5fbfc, #edeffc);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-2.sticky {
  background-color: #edece5;
  background-image: none;
}

.container-3 {
  width: 100%;
  max-width: 1300px;
  padding: 30px;
}

.container-3.sticky {
  justify-content: center;
  align-items: flex-start;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-16px {
  color: var(--text-70);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Ranade, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.paragraph-5 {
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.icon-grid {
  flex-direction: column;
  width: 50%;
  margin-left: 100px;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #547eef, #d10099);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.icon-bg-1 {
  filter: blur(8px);
  background-color: #547eef;
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -43% 0% 0% -18%;
}

.icon-bg-1._3 {
  background-color: #d10099;
  width: 70px;
  height: 70px;
  inset: 50% 0% 0% -16%;
}

.icon-bg-1._2 {
  background-color: #d10099;
  width: 100px;
  height: 100px;
  inset: -49% 0% 0% 42%;
}

.primary-button {
  z-index: 3;
  color: #fff;
  letter-spacing: 1.4px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 55px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.primary-button:active {
  transform: scale(.9);
}

.image-10 {
  z-index: 2;
  position: absolute;
  inset: 36% 0% 0% 26%;
}

.image-10._2 {
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  left: 0%;
}

.image-10._4 {
  margin-left: auto;
  margin-right: auto;
  top: 29%;
  left: 0%;
}

.image-10._3 {
  margin-left: auto;
  margin-right: auto;
  top: 37%;
  left: 0%;
}

.image-10._1 {
  margin-left: auto;
  margin-right: auto;
  top: 33%;
  left: 0%;
}

.icon-wrapper {
  border: 5px solid #f0f4fb;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.feature-item {
  background-image: linear-gradient(125deg, #edece5, #e9e7df);
  border: 1px solid #c9c8c1;
  width: 100%;
  margin-bottom: 60px;
  padding: 48px;
}

.feature-item._2 {
  align-self: flex-end;
}

.feature-item._2.end {
  margin-bottom: 0;
}

.button-bg {
  border: 2px solid #547eef;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-left: 11px;
  position: absolute;
  inset: 0%;
}

.button-bg._2 {
  z-index: 2;
  background-image: linear-gradient(to right, #547eef, #d10099);
  border-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.hero-section-2-sticky {
  width: 40%;
  position: sticky;
  top: 33%;
}

.icon-2 {
  filter: blur();
  border-radius: 1000px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.heading-help-section {
  color: var(--text-100);
  font-family: Fahkwang, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.image-11 {
  max-height: 800px;
}

.markets-div-right {
  width: 100%;
}

.markets-div-right.markets-div-right-mobile {
  display: none;
}

.heading-markets-about {
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.markets-grid-about-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 90%;
  margin-top: 40px;
}

.single-market-div {
  background-color: #edece5;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 24px;
  display: flex;
}

.market-header {
  color: var(--text-70);
  font-family: Fahkwang, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-banner-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.commitment-header {
  font-family: Fahkwang, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-8 {
  color: var(--text-100);
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: var(--text-70);
  font-family: Fahkwang, sans-serif;
}

.body-6 {
  background-color: var(--bg-new);
}

.founder-bio-section.portfolio-subpage-padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.founder-bio-section.about-us-subpage-padding {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.founder-b-section {
  overflow: hidden;
}

.founder-div-all {
  min-width: 1100px;
  max-width: 1440px;
}

.founder-bio-heading-div {
  width: 100%;
}

.founder-bio-div {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  padding-top: 6rem;
  display: flex;
}

.founder-text-div {
  align-self: center;
}

.image-12 {
  min-height: 400px;
  max-height: 500px;
}

.founder-heading {
  font-family: Fahkwang, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.founder-bio-paragraph {
  color: var(--text-70);
  padding-top: 4rem;
  font-family: Ranade, sans-serif;
  font-weight: 300;
}

.mobile-nav-div-all {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.mobile-nav-div-all.mobile-nav-div-spacings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.navbar-2-mobile {
  background-color: #ddd0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 6rem;
  display: none;
  position: fixed;
  top: 0;
}

.navbar-2-mobile.navbar-mobile {
  display: none;
}

.image-15 {
  object-fit: cover;
  width: 70%;
  height: 420px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--blue-primary);
  font-weight: 500;
}

.image-fill-mobile {
  z-index: 1;
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-16 {
  min-height: 400px;
  max-height: 500px;
}

.founder-bio-paragraph-2 {
  color: #62615f;
  padding-top: 4rem;
  font-family: Fahkwang, sans-serif;
}

.text-size-small-4 {
  font-family: Fahkwang, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-small-4.text-color-grey {
  color: #c92e4e;
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.text-size-small-4.text-color-grey.text-founder {
  color: var(--blue-primary);
  padding-top: 1.2rem;
  font-family: Fahkwang, sans-serif;
  font-size: 1.4rem;
}

.heading-section-2 {
  color: #262422;
  letter-spacing: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.heading-section-2.heading-centered {
  color: #262422;
  text-align: center;
}

.heading-section-2.heading-centered.headeing-non-centered-mobile {
  font-family: Fahkwang, sans-serif;
  font-size: 64px;
}

.image-17 {
  width: auto;
  height: auto;
  max-height: 48px;
  margin-right: 7em;
}

.container-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-logos {
  background-image: linear-gradient(90deg, var(--blue-primary), #1c175e);
  color: var(--blue-primary);
}

.image-18 {
  min-width: auto;
  min-height: auto;
}

.article-link {
  padding: 12px 24px;
}

.grid-logos {
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.heading-project-are-gutured-at {
  color: #fff;
  font-family: Fahkwang, sans-serif;
  font-weight: 400;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  margin-left: 10vw;
  display: flex;
}

.flex-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.section-contact {
  background-image: url('../images/Frame-11.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 7em;
  padding-bottom: 7em;
  display: flex;
}

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

.container-960 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 960px;
  display: flex;
}

.flex-block-24px-gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

  .padding-top.padding-xlarge.padding-xxlarge {
    padding-top: 6rem;
  }

  .padding-top.padding-large.padding-container-portfolio {
    padding-top: 3rem;
  }

  .padding-top.padding-large.padding-container-portfolio.padding-envirmental-top {
    padding-top: 4rem;
  }

  .padding-top.padding-large.padding-about-us.padding-ab {
    padding-top: 10rem;
  }

  .padding-top.padding-large.padding-about-us.padding-ab.padding-founder-top {
    padding-top: 9rem;
  }

  .padding-top.padding-large.padding-our-portfolio {
    padding-top: 8rem;
  }

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

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

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

  .margin-bottom.margin-medium {
    height: 260px;
  }

  .margin-bottom.margin-medium.last-testimonials {
    height: 240px;
  }

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

  .padding-vertical {
    padding: 4rem 0 3rem;
  }

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

  .padding-horizontal.padding-medium {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-horizontal.padding-medium.padding-navbar-logo {
    padding-left: 3rem;
  }

  .padding-horizontal.padding-medium.padding-small, .padding-horizontal.padding-medium.padding-hero-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-horizontal.padding-medium.padding-values.values-non-padding {
    padding-left: 2rem;
  }

  .padding-horizontal.padding-medium.padding-contact-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-horizontal.padding-medium {
    order: 0;
    align-self: flex-start;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-horizontal.padding-medium.padding-small {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .padding-bottom.padding-xlarge.padding-ab {
    padding-bottom: 10rem;
  }

  .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.text-color-grey.text-align-center {
    font-size: 20px;
  }

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

  .text-size-small.text-color-grey.text-founder {
    padding-top: 1rem;
  }

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

  .container-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: grid;
  }

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

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

  .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-content.footer-content-borders {
    grid-row-gap: 3rem;
  }

  .footer-menu {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand.w--current {
    width: auto;
    padding-bottom: 1rem;
  }

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

  .footer-credit {
    grid-template-columns: 2fr 1.25fr .75fr;
  }

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

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

  .call-center-text {
    max-width: 100%;
  }

  .call-intro {
    max-width: none;
  }

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

  .home-intro.home-intro---desktop, .light-logo {
    display: none;
  }

  .dark-logo {
    display: block;
  }

  .buttons-container {
    padding-top: 88px;
  }

  .button-secondary---big {
    font-family: Fahkwang, sans-serif;
    font-weight: 400;
  }

  .button-secondary---big:hover {
    background-color: var(--blue-primary);
  }

  .button-secondary---big.button-white-label.contact-secondary-button {
    font-family: Fahkwang, sans-serif;
  }

  .button-secondary---big.button-mobile-hidden {
    display: none;
  }

  .button-primary---big.button-contact-send {
    border-style: solid;
    border-color: var(--blue-primary);
  }

  .container-social-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-follow {
    display: none;
  }

  .container-follow.cantainer-follow-mobile {
    display: flex;
  }

  .container-follow.footer-mobile-container-follow.foote-rmobile-container {
    padding-left: 0;
    display: flex;
  }

  .navbar-menu-base {
    margin-top: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .service-hero-intro {
    padding-top: .4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-menu-3 {
    min-height: auto;
  }

  .menu-dropdown-2 {
    margin-left: .4rem;
  }

  .skill-bottom {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .menu-action {
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .navbar-menu-grid {
    grid-auto-flow: row;
  }

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

  .skill-bottom-content {
    grid-row-gap: 4rem;
  }

  .navbar-link-2 {
    border-bottom: 1px solid #d2d2cf;
    min-height: 30vh;
  }

  .navbar-2 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

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

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

  .navbar-brand-2 {
    padding-top: .1rem;
    padding-left: 0;
  }

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

  .loader-text {
    font-size: 6rem;
  }

  .navbar-base-2 {
    height: 5rem;
  }

  .skill-hero-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 60vh;
    display: none;
    position: relative;
  }

  .skill-hero-left.skill-hero-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .skill-hero-right {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .heading-property {
    font-size: 24px;
  }

  .about-us-section-container {
    min-width: auto;
    max-width: none;
  }

  .about-us-grid.about-us-intro-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-section {
    font-size: 42px;
  }

  .heading-section.heading-centered.heading-white.heading-banner {
    justify-content: center;
  }

  .heading-section.heading-subpage-big {
    font-size: 42px;
  }

  .portfolio-section.portfolio-subpage-padding {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .portfolio-section.about-us-subpage-padding {
    padding-top: 2rem;
  }

  .portfolio-2-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .portfolio-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .portfolio-column.portfolio-last-column {
    width: 100%;
  }

  .portfolio-column-big {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .portfolio-column-big.portfolio-card-column {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .25fr .5fr .25fr .5fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .heading---36px.heading-markets---tablet {
    font-size: 30px;
  }

  .vertical-divider {
    height: 48px;
  }

  .vertical-divider.mobile-addon {
    display: block;
  }

  .home-benefits_image {
    height: 65vw;
  }

  .subtitle {
    margin-bottom: 2rem;
  }

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

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

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

  .home-benefits_slide-wrap {
    padding: 2rem;
  }

  .home-benefits_top {
    padding-bottom: 2rem;
  }

  .home-benefits_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: auto;
    padding-right: 0;
  }

  .slider-content {
    height: auto;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .slider-tab {
    margin-top: 3rem;
  }

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

  ._2-columns {
    flex-direction: row;
    align-items: center;
  }

  ._2-columns.about-us-section-mobile {
    display: flex;
  }

  ._2-columns.about-us-columns-desktop {
    display: none;
  }

  ._1-paragraph-services.founder-about-us-paragraph {
    font-size: 14px;
  }

  .call-div-all {
    flex-direction: column;
  }

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

  .contact-buttons-div {
    width: 80%;
    min-width: auto;
    margin-top: 48px;
  }

  .divider-line-footer {
    display: none;
  }

  .contact-form-div {
    width: 90%;
  }

  .heading-contact {
    font-size: 40px;
  }

  .greymount-header {
    font-size: 18px;
  }

  .greymount-header-70 {
    font-size: 20px;
  }

  .greymount-text-div {
    right: 5%;
  }

  .mail-link-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-medium {
    width: 80%;
    font-size: 16px;
  }

  .environment-heading-div {
    margin-top: 5rem;
  }

  .home-intro-mobile {
    display: none;
  }

  .button-mobile-pading {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .padding-horizontall-footer-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontall-footer-mobile.padding-medium {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-horizontall-footer-mobile.padding-medium.padding-navbar-logo {
    padding-left: 3rem;
  }

  .padding-horizontall-footer-mobile.padding-medium.padding-small, .padding-horizontall-footer-mobile.padding-medium.padding-hero-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-7 {
    font-size: 3.8rem;
  }

  .heading-7.heading-hero-mobile {
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  .quote-box-div {
    bottom: 4%;
    right: 6%;
  }

  .hero-buttons-div {
    width: 100%;
  }

  .portfolio-heading-div-2 {
    width: 90%;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .hero-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .secondary-button-big, .primary-button-big {
    max-height: 64px;
  }

  .navbar-2 {
    -webkit-text-fill-color: inherit;
    background-color: #272421;
    background-clip: border-box;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }

  .navbar-2:lang(en) {
    background-color: #27242100;
  }

  .navbar-2.navbar-dark, .navbar-2.navbar-desktop {
    display: none;
  }

  .navbar-2.navbar-mobile {
    display: block;
  }

  .nav-menu {
    background-color: var(--text-100);
  }

  .menu-button-2 {
    padding: 16px;
  }

  .menu-button-2.w--open {
    background-color: var(--blue-primary);
    padding: 16px;
  }

  .brand-2 {
    width: 15rem;
  }

  .brand-2.w--current {
    justify-content: flex-start;
    width: auto;
  }

  .nav-link-4.nav-link-4-white.nav-link-mobile {
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 32px;
    padding-left: 32px;
    font-family: Fahkwang, sans-serif;
    font-size: 1.3rem;
  }

  .seconday-button-small {
    display: none;
    overflow: visible;
  }

  .seconday-button-small.contact-button-nav-mobile {
    width: 200px;
    height: 56px;
    margin-top: 24px;
    margin-bottom: 56px;
    margin-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.3rem;
    display: block;
  }

  .seconday-button-small.contact-button-nav-mobile:hover {
    border-color: var(--blue-primary);
  }

  .seconday-button-small.footer-button-contact {
    display: block;
  }

  .nav-container {
    margin-right: 0;
  }

  .brand-logo-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .image-9.instagram-logo.instagram-logog-mobile {
    width: 23px;
  }

  .image-9.twitter-logo-mobile {
    filter: invert();
    width: 20px;
    min-width: 20px;
  }

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

  .section-2.sticky {
    padding-bottom: 40px;
  }

  .container-3.sticky {
    flex-direction: column;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 1.5;
  }

  .icon-grid {
    width: 100%;
    margin-top: 88px;
    margin-left: 0;
  }

  .feature-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .hero-section-2-sticky {
    width: 100%;
    position: static;
  }

  .markets-div-right.markets-div-right-mobile {
    margin-top: 4rem;
    display: block;
  }

  .heading-markets-about {
    font-size: 32px;
  }

  .commitment-header {
    font-size: 20px;
  }

  .founder-b-section.home-intro---desktop {
    display: none;
  }

  .founder-div-all {
    min-width: auto;
    max-width: none;
  }

  .founder-bio-div {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 5rem;
  }

  .image-12 {
    object-fit: cover;
    width: 60%;
    height: auto;
    max-height: none;
  }

  .founder-bio-paragraph {
    padding-top: 2rem;
  }

  .mobile-nav-div-all {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .mobile-nav-div-all.mobile-nav-div-spacings {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .icon-menu-mobile {
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .navbar-2-mobile {
    -webkit-text-fill-color: inherit;
    background-color: #272421;
    background-clip: border-box;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
  }

  .navbar-2-mobile:lang(en) {
    background-color: #27242100;
  }

  .navbar-2-mobile.navbar-desktop {
    display: none;
  }

  .navbar-2-mobile.navbar-mobile {
    display: block;
  }

  .image-15 {
    width: 100%;
    height: 350px;
  }

  .logo-tablet {
    width: auto;
    height: auto;
    max-height: 48px;
  }

  .image-16 {
    object-fit: cover;
    width: 60%;
    height: auto;
    max-height: none;
  }

  .founder-bio-paragraph-2 {
    padding-top: 2rem;
  }

  .text-size-small-4.text-color-grey.text-founder {
    padding-top: 1rem;
  }

  .heading-section-2, .heading-section-2.heading-centered.headeing-non-centered-mobile {
    font-size: 42px;
  }

  .grid-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .div-block-10 {
    margin-left: 5vw;
  }

  .section-contact {
    height: 385px;
  }

  .container-960 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 4em;
    padding-right: 4em;
  }
}

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

  .padding-top.padding-large.padding-our-portfolio {
    padding-top: 6rem;
  }

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

  .button-secondary---big.button-white-label.contact-secondary-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-menu-2 {
    grid-row-gap: 1.2rem;
    flex-direction: column;
    align-items: center;
  }

  .navbar-menu-3 {
    padding-top: 4.5rem;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .skill-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-brand-2 {
    margin-bottom: 1rem;
  }

  .menu-action-content {
    border-bottom: 1px solid #d2d2cf;
    border-right-style: none;
    padding: 1.25rem 1.5rem;
  }

  .skill-steps {
    grid-template-columns: 1fr;
    padding: 2rem .8rem 3rem;
  }

  .footer-content-2 {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-menu-grid {
    grid-template-columns: 1fr;
  }

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

  .tag-item.tag-button {
    min-width: 6rem;
  }

  .skill-bottom-content {
    grid-row-gap: 5rem;
  }

  .navbar-link-2 {
    border-top: 1px solid #d2d2cf;
    border-bottom-style: none;
    min-height: auto;
    padding: 1.5rem;
  }

  .skill-hero-intro {
    max-width: 20rem;
  }

  .service-intro-content {
    padding: 6rem 1.3rem 1.3rem;
  }

  .service-intro-content.skill-content {
    padding-top: 2rem;
  }

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

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

  .loader-text {
    font-size: 4rem;
  }

  .navbar-base-2 {
    height: 5rem;
  }

  .skill-hero-right {
    padding: 10rem .8rem 3rem;
  }

  .portfolio-section.portfolio-subpage-padding {
    padding-bottom: 2rem;
  }

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

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

  .home-benefits_slide-wrap {
    padding: 1.5rem;
  }

  .home-benefits_left {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 0;
  }

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

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

  .contact-subpage-container {
    flex-flow: row;
  }

  .greymount-text-div {
    position: static;
  }

  .contact-info-div {
    position: relative;
  }

  .contact-email-div {
    position: static;
  }

  .padding-horizontall-footer-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7.heading-hero-mobile {
    font-size: 2rem;
  }

  .quote-box-div {
    bottom: 8%;
  }

  .hero-buttons-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .portfolio-heading-div-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-tagline {
    margin-bottom: 0;
  }

  .secondary-button-big {
    justify-content: space-between;
    align-items: center;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 1rem;
    display: flex;
  }

  .secondary-button-big.fixed-size {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .primary-button-big {
    background-color: var(--blue-primary);
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 1rem;
    display: flex;
  }

  .primary-button-big.primary-button-small.contact-banner-buttons.contact-white-button.mobile, .primary-button-big.fixed-size {
    width: 100%;
  }

  .section-2.sticky {
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .container-3.sticky {
    flex-direction: column;
    position: sticky;
    top: 0;
  }

  .icon-grid {
    grid-column-gap: 25px;
    grid-row-gap: 26px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    display: grid;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .feature-item {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 264.563px;
    margin-bottom: 0;
    display: flex;
  }

  .feature-item._2 {
    align-self: auto;
    margin-bottom: 0;
  }

  .hero-section-2-sticky {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-contact {
    height: 420px;
  }

  .div-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-960 {
    padding-left: 2em;
    padding-right: 2em;
  }
}

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

  .padding-top.padding-large.padding-container-portfolio {
    align-items: flex-start;
    padding-top: 2rem;
  }

  .padding-top.padding-large.padding-container-portfolio.padding-envirmental-top {
    padding-top: 3rem;
  }

  .padding-top.padding-large.padding-about-us {
    padding-top: 0;
  }

  .padding-top.padding-large.padding-about-us.padding-ab, .padding-top.padding-large.padding-about-us.padding-ab.padding-founder-top {
    padding-top: 7rem;
  }

  .padding-top.padding-large.padding-our-portfolio {
    padding-top: 7rem;
    display: flex;
  }

  .padding-top.padding-large.padding-our-portfolio.padding-portfolio-subpage {
    flex-direction: column;
    padding-top: 0;
  }

  .padding-top.padding-large.padding-our-portfolio.padding-mobile-hero {
    padding-top: 2rem;
  }

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

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

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

  .margin-bottom.margin-medium {
    flex: 0 auto;
    height: 100%;
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-medium.last-testimonials {
    margin-bottom: 2rem;
  }

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

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

  .padding-vertical.padding-xlarge {
    padding-bottom: 3rem;
  }

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

  .padding-horizontal.padding-medium, .padding-horizontal.padding-medium.padding-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-horizontal.padding-medium.padding-hero-section {
    max-width: none;
  }

  .padding-horizontal.padding-medium.padding-values.values-non-padding {
    padding-top: 4rem;
    padding-left: 0;
  }

  .padding-horizontal.padding-medium.padding-footer-desktop {
    display: none;
  }

  .padding-horizontal.padding-medium.padding-hero {
    height: 85vh;
  }

  .padding-horizontal.padding-medium, .padding-horizontal.padding-medium.padding-small {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .padding-bottom.padding-xlarge.padding-ab {
    padding-bottom: 8rem;
  }

  .padding-bottom.padding-xlarge.extra-padding-top {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .padding-bottom.padding-xlarge.extra-padding-top.testi-padding {
    padding-top: 6rem;
  }

  .padding-bottom.padding-xlarge.padding-mobile-medium {
    padding-bottom: 0;
  }

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

  .padding-bottom.padding-bottom-portfolio {
    padding-bottom: 6rem;
  }

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

  .text-size-tiny.text-color-grey.text-color-white {
    font-family: Fahkwang, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .text-size-regular.text-color-grey.text-align-center {
    text-align: left;
    font-size: 18px;
  }

  .text-size-regular.text-color-grey.text-align-center.text-social-casue {
    font-size: 18px;
  }

  .text-size-regular.text-color-grey.text-align-center.text-center {
    text-align: center;
  }

  .text-size-small.text-color-grey.text-founder {
    font-size: 1.1rem;
  }

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

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

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

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

  .image-fill {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
  }

  .image-fill.image-fill-show {
    display: block;
  }

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

  .footer-content.footer-content-borders {
    place-items: flex-start start;
    padding-top: 3rem;
    display: block;
  }

  .footer-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .footer-menu.footer-menu-padding-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 48px;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand.w--current {
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
    width: auto;
    padding-bottom: 0;
    display: block;
    position: relative;
    left: auto;
  }

  .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-service-image.left-side {
    height: 400px;
  }

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

  .hyperlink.text-color-white {
    font-family: Fahkwang, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .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-slider {
    padding-top: 2.5rem;
  }

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

  .testimonial-slide-content.testimonials-last-slide {
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .testimonial-slide-content.testimonials-last {
    padding-right: 0;
  }

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

  .testimonial-slide-text.testimonails-last {
    width: 100%;
  }

  .call-block.contact-section {
    min-height: auto;
  }

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

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

  .footer-credit {
    padding-bottom: 1rem;
    display: block;
  }

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

  .footer-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 56px;
    text-decoration: none;
    display: block;
  }

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

  .call-content {
    padding-bottom: 2rem;
  }

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

  .home-hero {
    display: none;
  }

  .home-hero.home-hero-mobile {
    display: block;
  }

  .heading {
    font-size: 38px;
  }

  .button-secondary.button-white-label.button-min-size {
    justify-content: center;
    align-self: center;
    min-width: 160px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Fahkwang, sans-serif;
    font-size: 1.2rem;
    display: flex;
  }

  .button-secondary.button-white-label.button-min-size:hover {
    border-style: solid;
    border-color: var(--red-primary);
    background-color: var(--white);
    color: var(--blue-primary);
  }

  .button-secondary.button-white-label.button-min-size.w--current {
    font-family: Fahkwang, sans-serif;
  }

  .button-secondary---big {
    text-align: center;
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Fahkwang, sans-serif;
    font-size: 1rem;
  }

  .button-secondary---big:hover {
    background-color: var(--blue-primary);
  }

  .button-secondary---big.button-white-label {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-secondary---big.button-white-label.contact-secondary-button {
    font-family: Fahkwang, sans-serif;
    font-size: 1rem;
  }

  .button-secondary---big.button-white-label.contact-secondary-button:hover {
    border-style: none;
  }

  .button-secondary---big.button-mobile-hidden {
    display: none;
  }

  .button-primary---big {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary---big.button-contact-send {
    border-style: none;
    width: 100%;
  }

  .button-primary---big.button-contact-send:hover {
    border-style: none;
  }

  .heading-6.heading-6-white {
    margin-right: 32px;
  }

  .container-follow.cantainer-follow-mobile {
    padding-left: 20px;
  }

  .service-hero-intro {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .skill-hero-text {
    max-width: none;
  }

  .skill-bottom {
    padding-top: 8rem;
  }

  .skill-steps {
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .skill-bottom-content {
    grid-row-gap: 3rem;
  }

  .div-block-3 {
    height: 32px;
  }

  .service-intro-content.skill-content {
    padding: 1rem;
  }

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

  .skill-hero-left.skill-hero-mobile {
    height: 60vh;
  }

  .skill-hero-right {
    padding: 8rem 0 1rem;
  }

  .heading-blue {
    font-size: 16px;
  }

  .heading-blue.heading-blue-type {
    padding-bottom: 8px;
    font-size: 14px;
  }

  .heading-blue.heading-blue-big {
    margin-top: 1.5rem;
  }

  .heading-property {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .spacing-div---32px.spacing-div--40 {
    height: 40px;
  }

  .about-us-section-image.about-us-image-intro {
    object-fit: cover;
    min-width: auto;
    min-height: 240px;
  }

  .heading-section {
    font-size: 44px;
    line-height: 1.4;
  }

  .heading-section.heading-centered.heading-white.heading-banner {
    line-height: 1.4;
  }

  .heading-section.heading-centered.headeing-non-centered-mobile {
    text-align: left;
  }

  .heading-section.heading-subpage-big {
    font-size: 42px;
    line-height: 1.4;
  }

  .portfolio-section.portfolio-subpage-padding {
    padding-top: 7.5rem;
    padding-bottom: 2rem;
  }

  .portfolio-section.about-us-subpage-padding {
    padding-top: 0;
  }

  .portfolio-column.portfolio-last-column {
    width: 100%;
  }

  .card-content-div {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-46 {
    max-height: 240px;
  }

  .text {
    font-size: 30px;
    line-height: 130%;
  }

  .text-2 {
    line-height: 145%;
  }

  .text-2.how-we-help-paragraph {
    justify-content: center;
    align-self: center;
    padding-right: 0%;
    display: flex;
  }

  .portfolio-column-big.portfolio-card-column {
    width: 100%;
    min-width: auto;
  }

  .portfolio-heading-div {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .label-photo-div {
    padding-left: 24px;
    padding-right: 24px;
  }

  .markets-listed-div {
    margin-top: 4rem;
  }

  .grid-2 {
    display: none;
  }

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

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

  .container.padding-medium {
    margin-bottom: 2em;
  }

  ._2-columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  ._2-columns.about-us-section-mobile {
    flex-direction: column;
  }

  .column-4.column-founder-bio {
    width: 100%;
  }

  ._1-services-div-text {
    align-items: center;
  }

  ._1-heading-services {
    font-size: 40px;
  }

  ._1-paragraph-services.founder-about-us-paragraph {
    text-align: center;
  }

  .services-clickable-div {
    width: 100%;
  }

  ._1-service-div, ._2-service-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .column-5.column-founder-photo {
    width: 90%;
  }

  .services-dib-img-bg {
    padding: 16px;
  }

  ._3-service-div, ._4-service-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-paragraph-div {
    width: 100%;
    min-width: auto;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: .95rem;
    font-weight: 400;
  }

  .contact-buttons-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin-top: 56px;
    display: flex;
  }

  .img-twitter-footer {
    filter: invert();
  }

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

  .contact-subpage-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 800px;
  }

  .contact-image-div {
    min-height: 500px;
    left: -25px;
  }

  .contact-form-div {
    margin-top: 0;
    margin-left: 0;
    padding: 32px 24px;
    position: relative;
    top: -420px;
  }

  .heading-contact {
    font-size: 32px;
  }

  .heading-contact.heading-mission-padding {
    margin-top: 40px;
  }

  .greymount-header {
    font-size: 20px;
  }

  .greymount-header-70 {
    font-size: 22px;
  }

  .grid-contact-inputs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .greymount-text-div {
    inset: auto auto 20% 0%;
  }

  .contact-info-div {
    width: 100%;
    position: absolute;
    inset: auto auto 5% 0%;
  }

  .email-div-all, .phone-div-all {
    padding-left: 0;
  }

  .image-5 {
    min-height: 500px;
  }

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

  .value-div-env.value-div-element {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .arrow-div {
    align-self: auto;
    width: 24px;
  }

  .paragraph-medium {
    width: 90%;
    font-weight: 400;
  }

  .founder-heading-div {
    padding-bottom: 2rem;
  }

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

  .environment-heading-div {
    margin-top: 4rem;
  }

  .commitment-div {
    margin-top: 5.5rem;
  }

  .hero-h1-mobile {
    color: var(--text-100);
    font-family: Forum, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.25;
  }

  .hero-p1-mobile {
    color: var(--text-70);
    padding-top: 32px;
    font-family: Forum, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .grid-7 {
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }

  .div-hero-buttons-monile {
    padding-top: 40px;
  }

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

  .hero-photo-all---mobile {
    padding-top: 56px;
  }

  .image-6 {
    min-height: 280px;
  }

  .hero-grey-mobile {
    object-fit: cover;
    min-height: 280px;
  }

  .home-intro-mobile-a {
    display: none;
  }

  .home-intro-mobile-a.home-hero-mobile {
    display: block;
  }

  .hero-intro-div-mobile-photo {
    padding-top: 48px;
  }

  .button-mobile-pading {
    justify-content: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 3rem;
    display: flex;
  }

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

  .grid-markets-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .horizontal-divider {
    background-color: var(--border);
    border: 1px #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Forum, sans-serif;
    font-weight: 400;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    background-color: var(--grey-warm);
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: Forum, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .container-2 {
    background-color: var(--bg-all);
  }

  .menu-button {
    background-color: var(--bg-all);
    padding: 20px 20px 16px 16px;
  }

  .menu-button.w--open {
    background-color: var(--button-primary);
  }

  .icon {
    background-color: var(--text-100);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Forum, sans-serif;
    font-weight: 400;
    transform: scale(1.2);
  }

  .image-7 {
    height: 28px;
  }

  .brand {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .padding-horizontall-footer-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontall-footer-mobile.padding-medium {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .padding-horizontall-footer-mobile.padding-medium.padding-hero-section {
    max-width: none;
  }

  .buttons-footer-mobile {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 8px;
    display: flex;
  }

  .footer-social-buttons-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .footer-credential-links-div {
    justify-content: space-between;
    padding-bottom: 40px;
    display: flex;
  }

  .navbar-3 {
    display: block;
  }

  .heading-7 {
    margin-bottom: 1.5rem;
    font-size: 42px;
    line-height: 1.35;
  }

  .heading-7.heading-hero-mobile {
    width: 100%;
    font-size: 2rem;
  }

  .quote-box-div {
    flex-flow: column;
    padding: 12px;
    font-size: 12px;
    display: none;
    bottom: 17%;
  }

  .hero-buttons-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .hero-tagline {
    color: #ffffffd9;
    width: 100%;
    margin-bottom: 1em;
    padding-right: 1em;
    font-size: 14px;
  }

  .hero-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .secondary-button-big {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .secondary-button-big.fixed-size {
    width: 100%;
  }

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

  .primary-button-big {
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .primary-button-big.primary-button-small {
    text-align: center;
  }

  .primary-button-big.primary-button-small.contact-banner-buttons {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-big.primary-button-small.contact-banner-buttons.contact-white-button {
    font-size: 1rem;
  }

  .primary-button-big.primary-button-help {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-big.fixed-size {
    width: 100%;
  }

  .hero-div-all {
    float: none;
    clear: right;
    background-image: linear-gradient(#0006, #0006), url('../images/greymount-hero-img-mobile.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    padding-bottom: 64px;
    position: static;
  }

  .navbar-2 {
    padding: 10px 4px 6px 16px;
  }

  .menu-button-2, .menu-button-2.w--open {
    padding: 12px;
  }

  .brand-2 {
    width: 13rem;
    padding-left: 0;
  }

  .nav-link-4.nav-link-4-white.nav-link-mobile {
    align-self: flex-start;
    margin-left: 0;
    padding-left: 20px;
    font-family: Fahkwang, sans-serif;
    font-size: 1.2rem;
  }

  .seconday-button-small.contact-button-nav-mobile {
    margin-left: 20px;
    font-size: 1.2rem;
  }

  .hero-video-div {
    background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2023-10-11-at-15.42.16-1920x1241.png');
    background-position: 0 0, 50%;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image-9.twitter-logo-mobile {
    filter: invert();
    width: 20px;
  }

  .section-2.sticky {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-5 {
    width: 100%;
  }

  .icon-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .feature-item {
    width: 100%;
    max-width: none;
    padding: 40px 32px;
  }

  .heading-help-section {
    font-size: 32px;
  }

  .markets-div-right.markets-div-right-mobile {
    align-self: center;
  }

  .heading-markets-about {
    text-align: center;
    font-size: 25px;
  }

  .markets-grid-about-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  .market-header {
    font-size: 16px;
  }

  .founder-bio-div {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .image-12 {
    width: 100%;
  }

  .founder-heading {
    font-size: 34px;
  }

  .founder-bio-paragraph {
    font-size: 14px;
  }

  .mobile-nav-div-all {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-nav-div-all.mobile-nav-div-spacings {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-menu-mobile:active {
    background-color: #fff;
  }

  .navbar-2-mobile {
    padding: 10px 4px 6px 20px;
  }

  .div-block-9 {
    flex-direction: column;
    display: flex;
  }

  .image-13, .image-14 {
    width: auto;
  }

  .image-15 {
    height: 220px;
  }

  .image-fill-mobile {
    object-fit: cover;
    object-position: 50% 50%;
    display: inline-block;
  }

  .image-16 {
    width: 100%;
  }

  .founder-bio-paragraph-2 {
    font-size: 14px;
  }

  .text-size-small-4.text-color-grey.text-founder {
    font-size: 1.1rem;
  }

  .heading-section-2 {
    font-size: 42px;
    line-height: 1.4;
  }

  .heading-section-2.heading-centered.headeing-non-centered-mobile {
    text-align: left;
    font-size: 44px;
  }

  .heading-project-are-gutured-at {
    font-size: 1rem;
  }

  .section-contact {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .container-960 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-ebd0db94-22be-6acb-9ca3-1390341c0b5f-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebd0db94-22be-6acb-9ca3-1390341c0b62-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebd0db94-22be-6acb-9ca3-1390341c0b63-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b367938-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b36793d-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b36793e-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b367944-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b367947-4f933e91, #w-node-e0110c48-c806-ccf9-11bf-738e9b367949-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0110c48-c806-ccf9-11bf-738e9b36794a-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac5d3c0-87b5-a5b5-f5d3-289246dbe29e-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f45b423-19e2-80a2-6414-7df0d0636bd3-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66991c5d-8407-034f-6753-49e818c5724a-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_66991c5d-8407-034f-6753-49e818c5724b-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e91d22f3-079f-1b2e-978c-78da9e947964-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e91d22f3-079f-1b2e-978c-78da9e947965-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d176d86-6e70-9a75-29d8-db43de1f9462-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d176d86-6e70-9a75-29d8-db43de1f9463-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f1d-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f1e-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f20-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f21-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f23-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f24-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f26-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ed96451a-a840-1a90-f4a8-62b5694f6f27-4f933e91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370be3-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370be6-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370be7-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370be9-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bec-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bed-75370bcc, #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bef-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bf1-75370bcc, #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bf4-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bfa-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370c0e-75370bcc, #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370c11-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c6ea6fce-f1f5-e459-a74a-5cc975370c14-75370bcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ddf074-9eca-6037-2158-e17a518ac236-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_93ddf074-9eca-6037-2158-e17a518ac23b-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_93ddf074-9eca-6037-2158-e17a518ac23c-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc699-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc69e-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc69f-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc6a5-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc6a8-4f933efb, #w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc6aa-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1fb71cd-3b11-af19-bbf2-e139b7edc6ab-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e692-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e697-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e698-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e69a-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e69f-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6a0-4f933efb, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6a2-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6a4-4f933efb, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6a7-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a95ac061-db0d-1741-a356-442c73e3b26a-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6c3-4f933efb, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6c6-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6c9-4f933efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5e0-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5e5-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5e6-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5ec-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5ef-4f933efd, #w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5f1-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d890cbf1-6b1c-4292-0721-1d7eedbcb5f2-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808f8-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fd-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fe-4f933efd, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933efd, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933efd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933efd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-baaeaa56-137f-2c35-aba5-eb52724f68ca-4f933efd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-baaeaa56-137f-2c35-aba5-eb52724f68cd-4f933efd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310bc-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310c1-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310c2-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310c4-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310c9-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310ca-4f933efd, #w-node-_666bc2f9-4717-32d0-76ce-5447d47310cc-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310ce-4f933efd, #w-node-_666bc2f9-4717-32d0-76ce-5447d47310d1-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_72fe0e72-3807-b6d9-063d-d2ac46908a8d-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310ed-4f933efd, #w-node-_666bc2f9-4717-32d0-76ce-5447d47310f0-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_666bc2f9-4717-32d0-76ce-5447d47310f3-4f933efd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d37f-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d384-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d385-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d38b-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d38e-4f933efe, #w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d390-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b9aa3397-46bd-2d57-2b2a-f2ed3223d391-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e6234e-4352-f43d-57bf-06197e8bcb38-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43e6234e-4352-f43d-57bf-06197e8bcb3d-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43e6234e-4352-f43d-57bf-06197e8bcb3e-4f933efe, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933efe, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933efe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933efe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_268d3301-2e7d-c2b9-faa1-5246462335b7-4f933efe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_268d3301-2e7d-c2b9-faa1-5246462335ba-4f933efe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9baca4-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9baca9-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacaa-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacac-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb1-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb2-4f933efe, #w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb4-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb6-4f933efe, #w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb9-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_98eab738-3545-20f7-b0ac-623685dc46ae-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacd5-4f933efe, #w-node-a0931ede-152c-cdc3-91e0-1179fc9bacd8-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0931ede-152c-cdc3-91e0-1179fc9bacdb-4f933efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97467e1e-3984-f204-633f-881e89a2d3d8-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_97467e1e-3984-f204-633f-881e89a2d3dd-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_97467e1e-3984-f204-633f-881e89a2d3de-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699cb-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699d0-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699d1-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699d7-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699da-4f933eff, #w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699dc-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57aa80de-0fb7-6e59-055c-d8ab7ab699dd-4f933eff, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933eff, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933eff {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-be6af728-8781-60a4-8f2e-7390b7ddfc16-4f933eff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be6af728-8781-60a4-8f2e-7390b7ddfc19-4f933eff {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfb4-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfb9-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfba-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfbc-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc1-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc2-4f933eff, #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc4-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc6-4f933eff, #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc9-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4fe0371b-c223-136f-3c5e-0903316b78aa-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfe5-4f933eff, #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfe8-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfeb-4f933eff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c00505f2-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c00505f7-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c00505f8-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c00505fe-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c0050601-4f933f00, #w-node-_023f5030-ff91-2fdb-3c44-52d8c0050603-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_023f5030-ff91-2fdb-3c44-52d8c0050604-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7900e21b-88ac-7cb6-df85-53cb750c3b46-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7900e21b-88ac-7cb6-df85-53cb750c3b4b-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7900e21b-88ac-7cb6-df85-53cb750c3b4c-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38293269-2280-9bb0-12aa-6f716f1d0be6-4f933f00, #w-node-_4b4a9d16-504e-cf14-5b04-9a204f111043-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d8855-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d885a-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d885b-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d885d-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d8862-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d8863-4f933f00, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d8865-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d8867-4f933f00, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d886a-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2d109a5b-9d95-f0ec-c82e-611e3fa00593-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d8886-4f933f00, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d8889-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bf33b426-edf2-d731-a436-0f0ddb9d888c-4f933f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9de00994-4108-23cf-ffb0-35ae113b66a4-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9de00994-4108-23cf-ffb0-35ae113b66a9-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9de00994-4108-23cf-ffb0-35ae113b66aa-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d011-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d016-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d017-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d01d-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d020-4f933f03, #w-node-_94a597bc-e119-4110-6889-afe9bd38d022-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94a597bc-e119-4110-6889-afe9bd38d023-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87eb2cf0-4b90-13e4-d44a-e7be9d523325-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b766-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b76b-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b76c-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b76e-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b773-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b774-4f933f03, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b776-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b778-4f933f03, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b77b-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d50cae26-165f-7775-5022-6bba934525d6-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b797-4f933f03, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b79a-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b79d-4f933f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5f8ae1-2f86-c7ad-eaed-7c28a10c4ead-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af5f8ae1-2f86-c7ad-eaed-7c28a10c4eb2-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af5f8ae1-2f86-c7ad-eaed-7c28a10c4eb3-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9936b307-592a-4401-0107-a31b2203054d-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9936b307-592a-4401-0107-a31b22030552-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9936b307-592a-4401-0107-a31b22030553-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9936b307-592a-4401-0107-a31b22030559-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9936b307-592a-4401-0107-a31b2203055c-4f933f04, #w-node-_9936b307-592a-4401-0107-a31b2203055e-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9936b307-592a-4401-0107-a31b2203055f-4f933f04, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f04, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19ef8019-4ac2-da56-de9b-e453d102999d-4f933f04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19ef8019-4ac2-da56-de9b-e453d10299a0-4f933f04 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f04 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967b5-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967ba-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967bb-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967bd-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967c2-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967c3-4f933f04, #w-node-_140501f8-487f-08cd-fa3d-fb5674c967c5-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967c7-4f933f04, #w-node-_140501f8-487f-08cd-fa3d-fb5674c967ca-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_993404e7-1586-7f90-43b7-ff67408191e7-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967e6-4f933f04, #w-node-_140501f8-487f-08cd-fa3d-fb5674c967e9-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_140501f8-487f-08cd-fa3d-fb5674c967ec-4f933f04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aea1-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aea6-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aea7-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aead-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aeb0-4f933f05, #w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aeb2-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-da6c3fab-ba1d-d03a-707e-b28c88d3aeb3-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808f8-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fd-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fe-4f933f05, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f05, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f05 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_5746db76-bf96-041a-97eb-51c74617a32d-4f933f05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5746db76-bf96-041a-97eb-51c74617a330-4f933f05 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e4ff-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e504-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e505-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e507-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e50c-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e50d-4f933f05, #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e50f-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e511-4f933f05, #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e514-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21c21b96-531f-abe5-9a34-0601083ab966-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e530-4f933f05, #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e533-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e536-4f933f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e84-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e89-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e8a-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e90-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e93-4f933f06, #w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e95-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ef092842-afe4-d2f2-171e-0ed83d0a5e96-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808f8-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fd-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2bea112e-90af-59ae-5cf5-0baf7b3808fe-4f933f06, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f06, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f06 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_32eb105e-23bc-9926-a97a-8e0c89c33c6a-4f933f06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32eb105e-23bc-9926-a97a-8e0c89c33c6d-4f933f06 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e809-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e80e-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e80f-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e811-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e816-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e817-4f933f06, #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e819-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e81b-4f933f06, #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e81e-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1d56f271-2ba7-2afc-60b9-04413d745e2c-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e83a-4f933f06, #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e83d-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b8d6c91-d1fe-51e0-543c-86650943e840-4f933f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292b3-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292b8-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292b9-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292bf-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292c2-4f933f07, #w-node-_4fe77c03-7852-31dd-c3f4-7065523292c4-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4fe77c03-7852-31dd-c3f4-7065523292c5-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd84d5e-d136-d5f8-b898-c63da8e75eeb-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbd84d5e-d136-d5f8-b898-c63da8e75ef0-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fbd84d5e-d136-d5f8-b898-c63da8e75ef1-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac3f8-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac3fd-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac3fe-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac400-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac405-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac406-4f933f07, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac408-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac40a-4f933f07, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac40d-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fd19aeec-3b9b-e0bc-dcc2-abaa27db1a96-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac429-4f933f07, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac42c-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac42f-4f933f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d2afd7a-8f5c-dd10-d9a3-54f793fc8d73-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1d2afd7a-8f5c-dd10-d9a3-54f793fc8d78-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1d2afd7a-8f5c-dd10-d9a3-54f793fc8d79-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c5984e-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c59853-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c59854-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c5985a-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c5985d-4f933f1c, #w-node-d1114da1-3956-c1ac-c320-58f915c5985f-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1114da1-3956-c1ac-c320-58f915c59860-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdc5-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdca-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdcb-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdcd-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdd2-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdd3-4f933f1c, #w-node-c45537de-7c59-fbae-b889-be92eb43cdd5-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdd7-4f933f1c, #w-node-c45537de-7c59-fbae-b889-be92eb43cdda-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_828d8e57-a1b7-71af-b4cd-8bda07ecd9f3-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdf6-4f933f1c, #w-node-c45537de-7c59-fbae-b889-be92eb43cdf9-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c45537de-7c59-fbae-b889-be92eb43cdfc-4f933f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47cf9206-8bee-289a-a114-3eec445d6532-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47cf9206-8bee-289a-a114-3eec445d6537-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47cf9206-8bee-289a-a114-3eec445d6538-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49c4-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49c9-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49ca-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49d0-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49d3-4f933f1d, #w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49d5-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1461f958-c4fb-27a7-0dab-b2d8c79d49d6-4f933f1d, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f1d, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1173529-e6ae-30cd-283a-7a63dd1ab8f1-4f933f1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1173529-e6ae-30cd-283a-7a63dd1ab8f4-4f933f1d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f1d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d640-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d645-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d646-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d648-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d64d-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d64e-4f933f1d, #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d650-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d652-4f933f1d, #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d655-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b8ad72b-24fe-bd37-d065-166c28c1048f-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d671-4f933f1d, #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d674-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d677-4f933f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_219e1fe4-3d4d-2fff-41c4-69e17dea508f-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_219e1fe4-3d4d-2fff-41c4-69e17dea5094-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_219e1fe4-3d4d-2fff-41c4-69e17dea5095-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f245-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f24a-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f24b-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f251-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f254-4f933f1e, #w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f256-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0924a8fb-d5fe-82a8-4517-e18a6745f257-4f933f1e, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f1e, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f1e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f1e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_87a68f0e-98e9-6a75-669a-00ada1b0a714-4f933f1e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_87a68f0e-98e9-6a75-669a-00ada1b0a717-4f933f1e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9e8-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9ed-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9ee-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9f0-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9f5-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9f6-4f933f1e, #w-node-_7d21771c-4257-47c9-59a6-cb634d79f9f8-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79f9fa-4f933f1e, #w-node-_7d21771c-4257-47c9-59a6-cb634d79f9fd-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7829fe1c-e0f8-532f-15c5-6c9bc0aba8c9-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79fa19-4f933f1e, #w-node-_7d21771c-4257-47c9-59a6-cb634d79fa1c-4f933f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d21771c-4257-47c9-59a6-cb634d79fa1f-4f933f1e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-4f933f1f, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c8-4f933f1f, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c9-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-4f933f1f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-4f933f1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7672d93-3061-8ac4-874b-7fbb2233f8c9-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7672d93-3061-8ac4-874b-7fbb2233f8cc-4f933f20, #w-node-b7672d93-3061-8ac4-874b-7fbb2233f8ce-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b7672d93-3061-8ac4-874b-7fbb2233f8cf-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b27-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b2a-4f933f20, #w-node-_25b897ef-aead-38fb-c85c-dee4ba747b2c-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b2d-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b33-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b36-4f933f20, #w-node-_25b897ef-aead-38fb-c85c-dee4ba747b38-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_25b897ef-aead-38fb-c85c-dee4ba747b39-4f933f20, #w-node-_368c52ba-785c-3276-a247-784659590649-4f933f20, #w-node-_0c5578b1-d8c8-5534-de3b-83c1f106eb47-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a1-4f933f20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_368c52ba-785c-3276-a247-7846595906a4-4f933f20 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-a852ffe0-8d0e-c53c-da8e-c26a3d2b0da7-4f933f20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a852ffe0-8d0e-c53c-da8e-c26a3d2b0daa-4f933f20 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a06-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a16-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a19-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a1b-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a1c-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a1e-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a21-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a23-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a24-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a26-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a28-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a2b-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a31-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a47-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a4a-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b56dc28a-ceed-2ea3-a664-5122653b0a4d-4f933f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb7af45b-99aa-e7b4-7832-dbc8e4e7c8f9-4f933e91, #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bef-75370bcc, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6a2-4f933efb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933efd, #w-node-baaeaa56-137f-2c35-aba5-eb52724f68c9-4f933efd {
    order: 9999;
  }

  #w-node-_666bc2f9-4717-32d0-76ce-5447d47310cc-4f933efd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933efe, #w-node-_268d3301-2e7d-c2b9-faa1-5246462335b6-4f933efe {
    order: 9999;
  }

  #w-node-a0931ede-152c-cdc3-91e0-1179fc9bacb4-4f933efe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933eff, #w-node-be6af728-8781-60a4-8f2e-7390b7ddfc15-4f933eff {
    order: 9999;
  }

  #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfc4-4f933eff, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d8865-4f933f00, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b776-4f933f03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19ef8019-4ac2-da56-de9b-e453d102999c-4f933f04, #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f04 {
    order: 9999;
  }

  #w-node-_140501f8-487f-08cd-fa3d-fb5674c967c5-4f933f04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f05, #w-node-_5746db76-bf96-041a-97eb-51c74617a32c-4f933f05 {
    order: 9999;
  }

  #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e50f-4f933f05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f06, #w-node-_32eb105e-23bc-9926-a97a-8e0c89c33c69-4f933f06 {
    order: 9999;
  }

  #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e819-4f933f06, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac408-4f933f07, #w-node-c45537de-7c59-fbae-b889-be92eb43cdd5-4f933f1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1173529-e6ae-30cd-283a-7a63dd1ab8f0-4f933f1d, #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f1d {
    order: 9999;
  }

  #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d650-4f933f1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f1e, #w-node-_87a68f0e-98e9-6a75-669a-00ada1b0a713-4f933f1e {
    order: 9999;
  }

  #w-node-_7d21771c-4257-47c9-59a6-cb634d79f9f8-4f933f1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368c52ba-785c-3276-a247-7846595906a0-4f933f20, #w-node-a852ffe0-8d0e-c53c-da8e-c26a3d2b0da6-4f933f20 {
    order: 9999;
  }

  #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a26-4f933f20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bd1-75370bcc, #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370bf9-75370bcc, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e681-4f933efb, #w-node-a95ac061-db0d-1741-a356-442c73e3b269-4f933efb, #w-node-_666bc2f9-4717-32d0-76ce-5447d47310ab-4f933efd, #w-node-_72fe0e72-3807-b6d9-063d-d2ac46908a8c-4f933efd, #w-node-a0931ede-152c-cdc3-91e0-1179fc9bac93-4f933efe, #w-node-_98eab738-3545-20f7-b0ac-623685dc46ad-4f933efe, #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfa3-4f933eff, #w-node-_4fe0371b-c223-136f-3c5e-0903316b78a9-4f933eff, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d8844-4f933f00, #w-node-_2d109a5b-9d95-f0ec-c82e-611e3fa00592-4f933f00, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b755-4f933f03, #w-node-d50cae26-165f-7775-5022-6bba934525d5-4f933f03, #w-node-_140501f8-487f-08cd-fa3d-fb5674c967a4-4f933f04, #w-node-_993404e7-1586-7f90-43b7-ff67408191e6-4f933f04, #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e4ee-4f933f05, #w-node-_21c21b96-531f-abe5-9a34-0601083ab965-4f933f05, #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e7f8-4f933f06, #w-node-_1d56f271-2ba7-2afc-60b9-04413d745e2b-4f933f06, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac3e7-4f933f07, #w-node-fd19aeec-3b9b-e0bc-dcc2-abaa27db1a95-4f933f07, #w-node-c45537de-7c59-fbae-b889-be92eb43cdb4-4f933f1c, #w-node-_828d8e57-a1b7-71af-b4cd-8bda07ecd9f2-4f933f1c, #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d62f-4f933f1d, #w-node-_7b8ad72b-24fe-bd37-d065-166c28c1048e-4f933f1d, #w-node-_7d21771c-4257-47c9-59a6-cb634d79f9d7-4f933f1e, #w-node-_7829fe1c-e0f8-532f-15c5-6c9bc0aba8c8-4f933f1e, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a05-4f933f20, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a30-4f933f20 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c6ea6fce-f1f5-e459-a74a-5cc975370c0d-75370bcc, #w-node-_699fa4a4-dd7d-f4e1-8707-a1c27d43e6c2-4f933efb, #w-node-_666bc2f9-4717-32d0-76ce-5447d47310ec-4f933efd, #w-node-a0931ede-152c-cdc3-91e0-1179fc9bacd4-4f933efe, #w-node-_08551e10-7bd3-03b5-d1c0-c8613285cfe4-4f933eff, #w-node-bf33b426-edf2-d731-a436-0f0ddb9d8885-4f933f00, #w-node-_5de6df0c-2383-54ef-8b3f-8fa20f92b796-4f933f03, #w-node-_140501f8-487f-08cd-fa3d-fb5674c967e5-4f933f04, #w-node-_25fef8aa-5ac4-0a49-3e54-57f04f85e52f-4f933f05, #w-node-_2b8d6c91-d1fe-51e0-543c-86650943e839-4f933f06, #w-node-_5c0fd674-cd30-8084-16ad-09e47d5ac428-4f933f07, #w-node-c45537de-7c59-fbae-b889-be92eb43cdf5-4f933f1c, #w-node-_652ed36c-c4a5-1cae-e458-6cadeb80d670-4f933f1d, #w-node-_7d21771c-4257-47c9-59a6-cb634d79fa18-4f933f1e, #w-node-b56dc28a-ceed-2ea3-a664-5122653b0a46-4f933f20 {
    grid-area: span 1 / span 1 / span 1 / span 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;
}
@font-face {
  font-family: 'Prolog Barock';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prolog Barock';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forum';
  src: url('../fonts/Forum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fahkwang';
  src: url('../fonts/Fahkwang-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}