@font-face {
  font-family: Adorn Roman;
  src: url('../fonts/AdornRomanRegular.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray: #eeedea;
  --_fonts---main-font: "Instrument Sans", sans-serif;
  --black: #111;
  --brown: #413936;
  --burnt-brown: #322624;
  --light-brown: #dcd8d5;
  --_fonts---italic-underline: Lora, sans-serif;
  --white: white;
  --_fonts---brand-font: "Adorn Roman", "Trebuchet MS", sans-serif;
  --sage-pink: #c18680;
  --lighter-black: #1b1b1b;
  --mint-cream: #ebe1d0;
  --forest-green: #1f2926;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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(--gray);
  font-family: var(--_fonts---main-font);
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

h1 {
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

p {
  letter-spacing: -.15px;
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

a:hover {
  opacity: .7;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

figure {
  border-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  overflow: clip;
}

.section {
  background-color: var(--gray);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.section.first {
  padding-top: 12rem;
  padding-bottom: 9.75rem;
}

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

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

.section.black.black-first {
  height: 88dvh;
  padding-top: 13rem;
  padding-bottom: 7rem;
}

.section.black.black-first.contact {
  padding-top: 8rem;
}

.section.logos {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section.logos.radius {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.section._9-75rem-padding {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}

.section._9-75rem-padding.overflow-hidden {
  overflow: clip;
}

.section._9-75rem-padding.blog {
  padding-top: 6rem;
}

.section._9-75rem-padding.small-top-padding {
  padding-top: 3rem;
}

.section._9-75rem-padding.lodge {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 9.55rem;
  padding-bottom: 9.55rem;
}

.section._9-75rem-padding.lodge.whiteless {
  padding-top: 4.05rem;
  padding-bottom: 4.05rem;
}

.section.image-fullwide {
  height: 100dvh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.image-fullwide.home {
  position: sticky;
  top: 0;
  overflow: clip;
}

.section.image-fullwide.bottom-padding {
  padding-bottom: 4.5rem;
}

.section.image-fullwide._5-5-rem-padding {
  height: 95dvh;
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.section.footer {
  background-color: var(--burnt-brown);
  color: var(--light-brown);
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}

.container {
  width: 100%;
  max-width: 1560px;
  position: relative;
}

.container._100-height {
  height: 100%;
}

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

.grid._100-height {
  height: 100%;
}

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

.italic {
  font-family: var(--_fonts---italic-underline);
  font-style: italic;
  font-weight: 600;
}

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

.heading-middle {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-middle._5-rem-bottom-margin {
  margin-bottom: 5rem;
}

.heading-middle._4-rem-bottom-margin {
  margin-bottom: 2rem;
}

.label {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--light-brown);
  color: var(--brown);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .7rem;
  display: flex;
}

.label.white {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--gray);
  background-color: #eaeeed1a;
}

.label.moving-block {
  background-color: var(--white);
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.icon-20px {
  width: 20px;
  max-width: none;
  height: 20px;
}

.gray {
  opacity: .7;
}

.gray.max-670px {
  font-family: var(--_fonts---brand-font);
  max-width: 670px;
}

.gray.max-400px {
  font-family: var(--_fonts---brand-font);
  max-width: 500px;
  margin-bottom: 2rem;
}

.gray.left-and-bottom-margin {
  padding-bottom: .5rem;
  padding-left: .8rem;
}

.gray.max-320px {
  max-width: 320px;
}

.heading-and-label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-and-label.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-and-label._1-5rem-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.heading-left-to-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-left-to-right._4-rem-bottom-margin {
  margin-bottom: 4rem;
}

.heading-left-to-right.white {
  color: var(--gray);
}

.heading-left-to-right.white.margin-6-rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.paragraph-and-button {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.paragraph-and-button._0-75-rem-gap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.paragraph-and-button._0-3-rem-gap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.paragraph-and-button.max-35 {
  width: 35%;
}

.button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--sage-pink);
  color: var(--gray);
  border-radius: 100rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1.25rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  background-color: var(--burnt-brown);
  opacity: 100;
}

.button.secondary {
  background-color: var(--gray);
  color: var(--brown);
  border: 1px solid #14372e33;
  transition-property: border-color, padding;
}

.button.secondary:hover {
  border-color: #14372e;
}

.button.secondary.white {
  background-color: var(--black);
  color: var(--gray);
  border-color: #eaeeed33;
  font-weight: 500;
}

.button.secondary.white:hover {
  border-color: #eaeeed;
}

.button.secondary.no-background {
  background-color: #eaeeed00;
}

.button.white {
  background-color: var(--gray);
  color: var(--brown);
  font-weight: 600;
}

.button.navlink {
  font-family: var(--_fonts---brand-font);
  color: var(--black);
  cursor: pointer;
  background-color: #eaeeed00;
  padding: .6rem .85rem;
  font-weight: 600;
}

.button.navlink:hover {
  background-color: #ffffff1a;
}

.button.navigation:hover {
  font-family: var(--_fonts---brand-font);
}

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

.button-wrapper._1-25-rem-top-margin {
  margin-top: 1.25rem;
}

.button-wrapper._0-5-rem-top-margin {
  margin-top: .5rem;
}

.button-wrapper.navigation {
  justify-content: flex-end;
  align-items: center;
  width: 350px;
}

.form-block {
  background-color: var(--light-brown);
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 2.5rem 2rem;
}

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

.form-block._50-width {
  width: 50%;
}

.text-field {
  background-color: var(--gray);
  color: var(--black);
  border: 0 solid #000;
  border-radius: 100rem;
  min-height: 64px;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.text-field::placeholder {
  color: #0d1d199e;
}

.text-field.area {
  border-radius: 2rem;
  min-height: 160px;
  margin-bottom: 2.5rem;
}

.text-field.black {
  background-color: var(--black);
  color: var(--gray);
}

.text-field.black::placeholder {
  color: #eaeeed80;
  font-weight: 400;
}

.text-field.footer {
  color: var(--gray);
  background-color: #eaeeed00;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
}

.text-field.footer::placeholder {
  color: #eaeeed99;
  font-weight: 400;
}

.text-field.footer.white {
  color: var(--black);
}

.text-field.footer.white::placeholder {
  color: #0d1d19a6;
  font-weight: 500;
}

.field-label {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.field-label.white {
  color: var(--gray);
  font-weight: 500;
}

.max-700px {
  font-family: var(--_fonts---brand-font);
  max-width: 700px;
  padding-left: 0;
  padding-right: 0;
}

.image-wrapper {
  border-radius: 1rem;
  position: relative;
  overflow: clip;
}

.image-wrapper._570px-height {
  height: 42vw;
  max-height: 570px;
}

.image-wrapper._570px-height._0-5-rem-radius {
  border-radius: .5rem;
}

.image-wrapper._750px-height {
  height: 55vw;
  max-height: 750px;
}

.image-wrapper._440px-block {
  flex: none;
  width: 27vw;
  max-width: 440px;
  height: 27vw;
  max-height: 440px;
  position: relative;
}

.image-wrapper.blog {
  border-radius: .5rem;
  height: 30vw;
  max-height: 480px;
}

.image-wrapper._50-width {
  width: 50%;
}

.image-wrapper.map, .image-wrapper.about-video {
  height: 55vw;
  max-height: 750px;
}

.heading-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.white {
  color: var(--gray);
  font-weight: 400;
}

.heading-left.white._100-height {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.heading-left.sticky {
  position: sticky;
  top: 15vw;
}

.heading-left.mobile-middle {
  justify-content: center;
  align-items: flex-start;
}

.heading-left.margin-bottom-and-right {
  padding-bottom: 4rem;
  padding-right: 1.5rem;
}

.heading-left.template-sticky {
  padding-right: 2rem;
  position: sticky;
  top: 10rem;
}

.contact-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6rem;
  display: flex;
}

.info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-24px {
  object-fit: contain;
  width: 24px;
  max-width: none;
  height: 24px;
}

.icon-24px._60-opacity {
  opacity: .6;
}

.icon-24px._60-opacity.invert {
  filter: saturate(0%) invert();
}

.icon-24px.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.line-up {
  background-color: var(--brown);
  opacity: .1;
  width: 1px;
  height: 32px;
}

.logo {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 28px;
}

.logo._2-rem-margin {
  height: 60px;
  margin-bottom: 2rem;
}

.logo.home-c {
  opacity: .6;
}

.logo.navigation {
  height: 50px;
}

.line {
  background-color: var(--light-brown);
  width: 100%;
  height: 1px;
  position: relative;
}

.line.white {
  background-color: var(--burnt-brown);
  color: var(--black);
}

.service-background {
  z-index: 1;
  background-color: var(--white);
  border-radius: 2.5rem;
  position: absolute;
  inset: 0%;
}

.dropdown {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.dropdown:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.dropdown-toggle {
  z-index: 2;
  padding-top: 2rem;
  position: relative;
}

.dropdown-list {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.plus-faq {
  width: 20px;
  max-width: none;
  height: 20px;
}

.dropdown-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  width: 100%;
}

.faq-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.faq-wrapper.margin {
  margin-top: 4rem;
}

.faq-answer-wrapper {
  max-width: 800px;
  margin-top: 1rem;
}

.contact-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-brown);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.contact-info-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-m {
  font-size: 1.25rem;
  line-height: 140%;
}

.image, .icon-32px {
  width: 32px;
  max-width: none;
  height: 32px;
}

.icon-32px._60-opacity {
  opacity: .6;
}

.background-image {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--burnt-brown), #ffffff1a);
  position: absolute;
  inset: 0%;
}

.background-image.padding {
  border-radius: 1rem;
  left: 2.5rem;
  right: 2.5rem;
  overflow: clip;
}

.image-gradient {
  background-image: linear-gradient(#1d130d00 40%, #1d140db3 85%);
  position: absolute;
  inset: 0%;
}

.image-gradient.top-gradient {
  background-image: radial-gradient(circle at 50% 100%, #1d160db3 10%, #0d1d1900 35% 70%, #1d170db3 90%);
}

.image-gradient.bottom-full-color {
  background-image: linear-gradient(180deg, #0d1d1900 25%, var(--black));
}

.image-gradient.testimonial {
  background-image: linear-gradient(#0d1d1900 20%, #1d100db3 81%);
}

.background-lines {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: var(--brown);
  opacity: .1;
  width: 1px;
  height: 100%;
}

.body-xl {
  letter-spacing: -.4px;
  font-size: 2rem;
  line-height: 120%;
}

.body-xl.max-920px {
  font-family: var(--_fonts---brand-font);
  max-width: 920px;
}

.body-xl.max-670px {
  font-family: var(--_fonts---brand-font);
}

.services-ver-a-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: .5rem .5rem .5rem 2rem;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.services-ver-a-link:hover {
  opacity: 100;
  transform: scale(.975);
}

.services-ver-a-wrapper {
  border-radius: .5rem;
  width: 50%;
  height: 100%;
  overflow: clip;
}

.services-ver-a-wrapper.left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.services-ver-a-wrapper.left.ver-b.vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services-ver-a-wrapper.image {
  width: 630px;
}

.services-ver-a-wrapper.vertical {
  width: 100%;
}

.services-ver-a-collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.projects-v1-link {
  color: var(--black);
  border-radius: 1rem;
  width: 100%;
  text-decoration: none;
}

.projects-v1-link:hover {
  opacity: 100;
}

.projects-v1-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0 1rem;
  display: flex;
}

.service-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.middle-project {
  margin-top: 9.75rem;
  margin-bottom: 9.75rem;
}

.numbers-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-left: 1px solid var(--light-brown);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.services-v2-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.services-v2-link:hover {
  opacity: 100;
}

.services-v2-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-v2-collection-list._0-5-rem-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.services-v2-image-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 27vw;
  max-height: 370px;
  position: relative;
  overflow: clip;
}

.bottom-text {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.projects-ver-b-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projects-ver-b-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 470px;
  padding: .5rem .5rem .5rem 2rem;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.projects-ver-b-link:hover {
  opacity: 100;
  transform: scale(.98);
}

.projects-ver-b-link.vertical {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-left: .5rem;
}

.info-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.numbers-v2 {
  background-color: var(--light-brown);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem 1.25rem 2rem;
  display: flex;
}

.black-block {
  background-color: var(--black);
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 2.5rem 3.5rem;
}

.moving-blocks-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  padding-top: 6rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.menu-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-wrap._2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.navbar-link {
  background-color: var(--gray);
  color: var(--black);
  border-radius: 100rem;
  flex: none;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.navbar-link:hover {
  background-color: var(--white);
}

.top-menu-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-18px {
  width: 18px;
  max-width: none;
  height: 18px;
}

.navbar-navigation {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-menu-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.hamburger {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-flow: column;
  display: none;
}

.menu {
  font-size: 1.5rem;
  line-height: 100%;
}

.nav-logo-wrapper {
  width: 350px;
}

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

.grid-menu.menu {
  height: 100%;
  font-size: 1rem;
}

._24px-icon {
  width: 24px;
  max-width: none;
  height: 24px;
}

.track.projects-v3 {
  padding-right: 4rem;
}

.architect-info {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.display {
  font-size: 4.5rem;
  line-height: 110%;
}

.display.max-670px {
  font-family: var(--_fonts---brand-font);
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slider.home-v3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: var(--black);
  color: var(--light-brown);
  border-radius: 1rem;
  width: 30.6vw;
  min-width: 375px;
  max-width: 500px;
  height: 36vw;
  min-height: 450px;
  max-height: 600px;
  margin-right: 1rem;
  padding: 1.5rem 1.5rem 1.75rem;
  overflow: hidden;
}

.mask {
  width: 30.6vw;
  min-width: 375px;
  max-width: 500px;
  height: auto;
  overflow: visible;
}

.body-l {
  font-size: 1.5rem;
  line-height: 120%;
}

.testimonial-text {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-text._2-5-rem-gap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.testimonial-photo {
  position: absolute;
  inset: 0%;
}

.arrow {
  background-color: var(--white);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .3s;
  display: flex;
  inset: -8rem 3.5rem auto auto;
}

.arrow:hover {
  transform: scale(.9);
}

.arrow.right {
  right: 0;
}

.project-first---left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.testimonial-slide {
  background-color: var(--light-brown);
  color: var(--black);
  border-radius: 1rem;
  width: 30.6vw;
  min-width: 375px;
  max-width: 500px;
  height: 500px;
  margin-right: 1rem;
  padding: 2.5rem 2rem;
  overflow: hidden;
}

.testimonial-text-ver-b {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.right-image {
  z-index: 1;
  width: 50%;
  height: 100%;
  padding-top: 5.5rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.max-400px {
  max-width: 400px;
}

.wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.statistics {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--light-brown);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.services-ver-c-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .4s;
  display: flex;
  position: relative;
}

.services-ver-c-link:hover {
  opacity: 100;
  transform: scale(.97);
}

.service-arrow {
  background-color: var(--gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  inset: .5rem .5rem .5rem auto;
}

.services-ver-c-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-slide-v2 {
  border: 1px solid var(--light-brown);
  color: var(--black);
  border-radius: 1rem;
  width: 36vw;
  min-width: 500px;
  max-width: 700px;
  height: 500px;
  margin-right: 1rem;
  padding: 2.5rem 2rem;
  overflow: hidden;
}

.icon-48px {
  border-radius: 100rem;
  width: 48px;
  max-width: none;
  height: 48px;
}

.author-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-info.author {
  text-align: left;
  flex-flow: column;
  margin-top: 1rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-brown);
  border-radius: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.background-video {
  background-image: linear-gradient(0deg, var(--burnt-brown), #ffffff1a);
  width: 100%;
  height: 100%;
}

.max-550px {
  font-family: var(--_fonts---brand-font);
  max-width: 550px;
}

.max-550px.contact {
  max-width: 650px;
}

.team-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 33vw;
  max-height: 600px;
  position: relative;
  overflow: clip;
}

.blog-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link {
  width: 100%;
  transition-property: none;
}

.blog-link:hover {
  opacity: 100;
}

.blog-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.blog-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 400px;
  display: flex;
}

.arrow-v2 {
  background-color: var(--light-brown);
  border: 1px solid #ffffff4d;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .3s;
  display: flex;
  inset: auto 9rem 3rem auto;
}

.arrow-v2:hover {
  transform: scale(.9);
}

.arrow-v2.right-v2 {
  right: 5.5rem;
}

.rich-text-block h1, .rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-bottom: 1rem;
}

.rich-text-block p {
  opacity: .6;
  margin-bottom: 2.5rem;
}

.rich-text-block ol, .rich-text-block ul {
  margin-top: -2rem;
  margin-bottom: 2.5rem;
}

.rich-text-block blockquote {
  margin-bottom: 2.5rem;
}

.rich-text-block.blog {
  padding-left: 10%;
}

.button-text-wrapper {
  flex-flow: column;
  height: 20px;
  display: flex;
  overflow: clip;
}

.button-interactive-mark {
  font-family: var(--_fonts---brand-font);
  flex: none;
  line-height: 120%;
}

.footer-link {
  font-family: var(--_fonts---brand-font);
  color: var(--light-brown);
  font-size: 1.25rem;
  line-height: 140%;
}

.footer-div {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.footer-div.max-350px {
  max-width: 350px;
}

.button-arrow-wrapper {
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  display: flex;
  overflow: clip;
}

.semi-bold {
  font-weight: 600;
}

.services-v2-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1rem 1rem;
  display: flex;
}

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

.logo-slider-inside {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-slider-inside.sizing {
  flex: none;
}

.logo-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.logo-slider.home-c {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.gradient-logo-slider {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--gray), #eaeeed00);
  width: 120px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-logo-slider.right {
  background-image: linear-gradient(90deg, #eaeeed00, var(--gray));
  inset: 0% 0% 0% auto;
}

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

.contact-ver-a-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-height: 615px;
  display: flex;
}

.team-link {
  color: var(--black);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-link:hover {
  opacity: 100;
}

.team-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 400px;
  padding: 1.25rem 0 3rem;
  display: flex;
}

.footer-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.normal {
  font-weight: 400;
}

.normal.gray {
  font-family: var(--_fonts---brand-font);
}

.form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--lighter-black);
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
}

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

.bottom-footer {
  background-color: var(--brown);
  font-family: var(--_fonts---brand-font);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding: 1rem 1.25rem;
  display: flex;
}

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

.all-pages-image-block {
  border-radius: .25rem;
  width: 200px;
  height: 123px;
  overflow: clip;
}

.all-pages-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  color: var(--light-brown);
  cursor: pointer;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem 1rem;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: -2.5rem auto auto 1.5rem;
}

.all-pages-mask {
  width: 200px;
  overflow: visible;
}

.all-pages-slider {
  background-color: #ddd0;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.all-pages-slide {
  margin-right: 1rem;
}

.all-pages {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem .75rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 191px);
}

.inside-button {
  flex-flow: column;
  height: 18px;
  display: flex;
  overflow: clip;
}

.all-pages-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.all-pages-arrow {
  background-color: #ddd;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.all-pages-image {
  object-position: 50% 0%;
}

.footer-margin {
  background-color: var(--gray);
  padding-top: 4rem;
  position: relative;
}

.utility-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.social-media {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link-2 {
  color: #ddd;
  flex: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
}

.multi-layout-wrap-2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-menu-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 700px;
  height: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.white-60 {
  color: #ddd9;
}

.white-60.bottom-margin {
  margin-bottom: .5rem;
}

.white-60._140-height {
  line-height: 140%;
}

.mobile-menu-link {
  color: var(--light-brown);
  font-weight: 500;
  text-decoration: none;
}

.mobile-menu-link.small {
  color: #d5dcdb99;
  font-size: 1.1rem;
}

.menu-wrapper {
  z-index: 1000;
  background-color: var(--black);
  width: 100svw;
  height: 100vh;
  padding: 4rem;
  display: none;
  position: fixed;
  inset: 0%;
}

._0-25-rem-margin {
  padding-right: .25rem;
}

.hamburger-line {
  background-color: var(--black);
  border-radius: 100rem;
  width: 40px;
  height: 2px;
}

.navigation-wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  height: 88px;
  display: flex;
  position: relative;
}

.dropdown-menu-single-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--light-brown);
  background-color: var(--gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.dropdown-menu {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1580px;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.logo-3 {
  width: auto;
  max-width: none;
  height: 32px;
}

.logo-3.menu-nav {
  height: 36px;
  margin-bottom: 1.25rem;
}

.dropdown-menu-background {
  z-index: 998;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.project-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  inset: 0%;
}

.empty-state {
  background-color: var(--light-brown);
  border-radius: 100rem;
  padding: 1rem 1.5rem;
}

.footer-div-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: var(--brown);
  color: var(--light-brown);
  border-radius: 1rem;
  padding: 1.5rem;
}

.error-message {
  color: var(--light-brown);
  background-color: #5a1313;
  border: 4px solid #bb3a3a;
  border-radius: 1rem;
}

.max-320px {
  max-width: 320px;
}

.newsletter-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-brown);
  border-radius: 1rem;
  flex-flow: column;
  width: 360px;
  padding: 1.75rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.author-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.state {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--gray);
  color: var(--black);
  text-align: left;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem .5rem;
  font-weight: 600;
  display: flex;
}

.text-link {
  color: var(--brown);
  font-weight: 600;
}

.text-link.white {
  color: var(--white);
  font-weight: 400;
}

.template-div {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--light-brown);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25rem;
  display: flex;
}

.licenses-text {
  color: #0d1d19b3;
}

.color-div-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.color-div {
  background-color: var(--black);
  color: var(--gray);
  border-radius: .5rem;
  padding: 1rem;
}

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

.color-div.green {
  background-color: var(--brown);
}

.color-div.light-green {
  border: 1px solid var(--white);
  background-color: var(--light-brown);
  color: var(--black);
}

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

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

.typography-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: .75rem;
  margin-bottom: .5rem;
  display: flex;
}

.max-600px {
  max-width: 600px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .heading-6 {
  font-family: var(--_fonts---brand-font);
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.first {
    padding-top: 10rem;
  }

  .section.black.black-first {
    flex-flow: column-reverse;
    height: auto;
    padding-top: 10rem;
    padding-bottom: 0;
    display: flex;
  }

  .section.black.black-first.contact {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

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

  .section._9-75rem-padding.blog {
    padding-top: 5rem;
  }

  .section.image-fullwide._5-5-rem-padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section.note {
    padding-top: 0;
  }

  .heading-middle._4-rem-bottom-margin {
    margin-bottom: 3rem;
  }

  .heading-and-label.left.mobile-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-left-to-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-left-to-right.white.margin-6-rem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-and-button.max-35 {
    width: auto;
  }

  .paragraph-and-button.mobile-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .button.secondary.no-background.white.tablet-off {
    display: none;
  }

  .button-wrapper.navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-block._50-width {
    width: 100%;
  }

  .image-wrapper._570px-height {
    height: 70vw;
  }

  .image-wrapper._570px-height._0-5-rem-radius {
    height: 60vw;
  }

  .image-wrapper._440px-block {
    width: 40vw;
    height: 40vw;
  }

  .image-wrapper.blog {
    height: 32vw;
  }

  .image-wrapper._50-width {
    width: 100%;
  }

  .image-wrapper.map {
    height: 70vw;
  }

  .heading-left.mobile-middle {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-left.mobile-middle.mobile-margin, .heading-left.bottom-tablet-margin {
    margin-bottom: 3rem;
  }

  .heading-left.template-sticky {
    padding-bottom: 3rem;
  }

  .heading-left.right {
    margin-bottom: 3.5rem;
    padding-left: 0;
  }

  .heading-left.margin {
    padding-bottom: 4rem;
  }

  .contact-wrap.contact {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .faq-wrapper {
    margin-top: 4rem;
  }

  .background-image.padding {
    left: 1.5rem;
    right: 1.5rem;
  }

  .image-gradient.top-gradient {
    background-image: radial-gradient(circle at 50% 100%, #1d160db3 20%, #0d1d1900 45% 80%, #1d170d99 90%);
  }

  .vertical-line.tablet-off {
    display: none;
  }

  .body-xl {
    font-size: 1.75rem;
  }

  .services-ver-a-wrapper {
    width: 100%;
  }

  .services-ver-a-wrapper.left.ver-b {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-ver-a-wrapper.image {
    width: 900px;
  }

  .projects-v1-link {
    margin-bottom: 2rem;
  }

  .middle-project {
    margin-top: 0;
    margin-bottom: 0;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .number {
    text-align: center;
    border-bottom: 1px solid #0d1d191a;
  }

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

  .services-v2-image-wrapper {
    height: 35vw;
  }

  .projects-ver-b-link {
    flex-flow: column-reverse;
    height: auto;
    padding-left: .5rem;
  }

  .black-block {
    padding: 3.5rem;
  }

  .navbar-navigation {
    display: none;
  }

  .hamburger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .nav-logo-wrapper {
    width: auto;
  }

  .track.projects-v3 {
    padding-bottom: 4rem;
    padding-right: 0;
  }

  .display {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .right-image {
    width: 100%;
    padding-top: 4.5rem;
    position: relative;
  }

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

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

  .utility-page-wrap {
    padding: 2rem;
  }

  .team-image-wrapper {
    height: 50vw;
  }

  .blog-collection-list {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .arrow-v2 {
    right: 7rem;
  }

  .arrow-v2.right-v2 {
    right: 3.5rem;
  }

  .rich-text-block.blog {
    padding-left: 0%;
  }

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

  .contact-ver-a-wrapper {
    flex-flow: column;
    max-height: none;
  }

  .footer-left {
    margin-bottom: 3rem;
  }

  .bottom-footer {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .all-pages-button {
    left: auto;
    right: 1.5rem;
  }

  .all-pages {
    transform: translate(0, 197px);
  }

  .menu-wrapper {
    background-image: none;
    padding: 3rem;
  }

  .logo-3 {
    height: 24px;
  }

  .newsletter-blog {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.5px;
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.35rem;
  }

  h6 {
    font-size: 1.1rem;
  }

  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section._9-75rem-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section.image-fullwide._5-5-rem-padding {
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-and-label.left.mobile-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-left-to-right._4-rem-bottom-margin {
    margin-bottom: 3rem;
  }

  .paragraph-and-button.mobile-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper.mobile-middle {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    padding: 2rem 1.5rem;
  }

  .image-wrapper._570px-height {
    height: 70vw;
  }

  .image-wrapper._750px-height {
    height: 60vw;
  }

  .image-wrapper._440px-block {
    width: 45vw;
    height: 45vw;
  }

  .image-wrapper._440px-block.grid-adjusted {
    width: auto;
  }

  .image-wrapper.blog {
    height: 50vw;
  }

  .image-wrapper.map {
    height: 80vw;
  }

  .image-wrapper.about-video {
    height: 70vw;
  }

  .heading-left.mobile-middle {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-left.margin {
    padding-bottom: 3rem;
  }

  .body-m {
    font-size: 1.1rem;
  }

  .icon-32px._60-opacity.mobile-22px, .icon-32px._24px-mobile {
    width: 24px;
    height: 24px;
  }

  .background-image.padding {
    left: .75rem;
    right: .75rem;
  }

  .vertical-line.mobile-off {
    display: none;
  }

  .body-xl {
    font-size: 1.5rem;
  }

  .services-ver-a-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    height: auto;
    padding-left: .5rem;
  }

  .services-ver-a-wrapper.left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-ver-a-wrapper.image {
    width: auto;
  }

  .projects-v1-link {
    margin-bottom: 1rem;
  }

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

  .services-v2-image-wrapper {
    height: 60vw;
  }

  .bottom-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .numbers-v2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .black-block {
    padding: 2.5rem;
  }

  .track._4-rem-margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .track.projects-v3 {
    padding-bottom: 3rem;
  }

  .display {
    font-size: 3.5rem;
  }

  .slide {
    width: 320px;
    min-width: auto;
    max-width: none;
    height: 450px;
    min-height: auto;
    max-height: none;
  }

  .mask {
    width: 320px;
    min-width: auto;
    max-width: none;
  }

  .body-l {
    font-size: 1.25rem;
  }

  .testimonial-text._2-5-rem-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .arrow {
    top: auto;
    bottom: -5rem;
  }

  .testimonial-slide {
    width: 350px;
    min-width: auto;
    max-width: none;
    height: 450px;
    padding: 2rem 1.75rem;
  }

  .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-ver-c-link {
    padding: 1.5rem;
  }

  .service-arrow {
    width: 56px;
  }

  .testimonial-slide-v2 {
    width: 350px;
    min-width: auto;
    max-width: none;
    height: 450px;
    padding: 2rem;
  }

  .utility-page-wrap {
    padding: 1.5rem;
  }

  .blog-collection-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .arrow-v2 {
    right: 6rem;
  }

  .arrow-v2.right-v2 {
    right: 2.5rem;
  }

  .logo-slider-inside, .logo-slider {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gradient-logo-slider {
    width: 80px;
  }

  .team-info {
    padding-bottom: 2rem;
  }

  .menu-wrapper {
    padding: 3rem 2rem 2rem;
  }

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

  .logo-3.menu-nav {
    height: 32px;
  }

  .footer-div-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .template-div {
    padding: 2rem;
  }
}

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

  h2 {
    letter-spacing: -1px;
    font-size: 2.25rem;
  }

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

  .section.image-fullwide._5-5-rem-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-middle {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-middle._5-rem-bottom-margin {
    margin-bottom: 3rem;
  }

  .heading-middle._4-rem-bottom-margin {
    margin-bottom: 2rem;
  }

  .heading-and-label {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-and-label.left.mobile-middle {
    text-align: center;
  }

  .heading-left-to-right._4-rem-bottom-margin {
    margin-bottom: 2rem;
  }

  .button {
    justify-content: space-between;
    align-items: center;
  }

  .button.mobile-off, .button.navigation {
    display: none;
  }

  .button-wrapper {
    flex-flow: wrap;
  }

  .image-wrapper._570px-height._0-5-rem-radius {
    height: 65vw;
  }

  .image-wrapper._750px-height {
    height: 80vw;
  }

  .image-wrapper._440px-block {
    width: 90vw;
    height: 90vw;
  }

  .image-wrapper.map {
    height: 90vw;
  }

  .image-wrapper.about-video {
    height: 80vw;
  }

  .heading-left.right {
    margin-bottom: 2.5rem;
  }

  .icon-32px._60-opacity.mobile-22px {
    width: 22px;
    height: 22px;
  }

  .services-ver-a-wrapper.left {
    padding: 1rem;
  }

  .services-ver-a-wrapper.left.ver-b.vertical {
    padding: 1.5rem 1rem 1rem;
  }

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

  .numbers-wrapper {
    grid-template-columns: 1fr;
  }

  .number {
    text-align: right;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .numbers-v2 {
    flex-flow: row;
  }

  .black-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .moving-blocks-wrapper {
    padding-top: 4rem;
  }

  .grid-menu.menu {
    font-family: var(--_fonts---brand-font);
  }

  .display {
    font-size: 3rem;
  }

  .slide {
    width: 90vw;
    max-width: 330px;
    height: 400px;
  }

  .mask {
    width: 270px;
  }

  .arrow.testimonial-v2 {
    bottom: -5rem;
  }

  .testimonial-slide {
    width: 85vw;
    height: 450px;
  }

  .right-image {
    padding-top: 4rem;
  }

  .services-ver-c-link {
    padding: 1.1rem;
  }

  .service-arrow {
    width: 42px;
  }

  .testimonial-slide-v2 {
    width: 80vw;
    height: 500px;
    padding: 1.75rem;
  }

  .author-info.author {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .utility-page-wrap {
    padding: 1.25rem;
  }

  .team-image-wrapper {
    height: 90vw;
  }

  .arrow-v2 {
    width: 40px;
    height: 40px;
    bottom: 2.75rem;
    right: 5rem;
  }

  .arrow-v2.right-v2 {
    right: 2rem;
  }

  .footer-link {
    font-size: 1.1rem;
  }

  .projects {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .utility-links {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-wrapper {
    background-color: var(--burnt-brown);
  }

  ._0-25-rem-margin {
    color: var(--mint-cream);
  }

  .logo-3.menu-nav {
    height: 40px;
  }

  .dropdown-menu-background {
    background-color: var(--burnt-brown);
  }

  .footer-div-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .newsletter-blog {
    padding: 1.5rem 1.25rem;
  }

  .author-name {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-7, .heading-8, .heading-9 {
    color: var(--mint-cream);
  }
}

#w-node-_5ce91189-2d90-3bcb-7a74-65b85bff7ab4-cf0ed90a {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_3dc21af3-47f4-7911-647b-739e6ce956ca-cf0ed90a, #w-node-be829563-5a33-d9b5-d3e5-b69b64a4b011-cf0ed90a, #w-node-_42e2f9aa-ab8d-9a55-9f0e-455b926e3925-cf0ed90a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6d77f653-40d4-ae2f-fc32-811bb50eeda0-cf0ed90a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_669c3bf1-7b02-b6e4-da22-6812cce71278-cf0ed90a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d1585398-bd64-308a-7e25-a6a1d6d87fd5-cf0ed90a {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_2004b426-db08-79a2-4571-e768f19504b2-cf0ed90a {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_7114ad43-636d-65e2-51ef-fdc1212babd4-cf0ed90a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6ef9bd21-8366-a11b-79ed-c2b5ea18c5f4-cf0ed90a {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-cffd8943-5f61-89c1-6867-a0471a828237-cf0ed90a {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_654c1cc1-572d-d01f-77fa-cec332341de1-cf0ed90a {
  grid-area: 4 / 1 / 5 / 9;
}

#w-node-ed9cff27-4521-76b2-e01d-6a5f147857d6-cf0ed90a {
  grid-area: 4 / 9 / 5 / 13;
}

#w-node-ba1add7b-223b-1316-0744-7dc749dc47a6-cf0ed90a, #w-node-db713b9a-255c-8a0a-cf42-cf9a28dfaab8-cf0ed90a, #w-node-cc3ff315-113c-e153-74c5-80b12a5fe0bd-cf0ed90a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_18e5caaf-3770-df17-087c-01d0c0b180c7-cf0ed90a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ac2b25ea-c36f-2421-64bf-352b8b31d918-e0c8b98b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c76-f2091c73 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_92f1a28e-9274-1be1-05ff-d7971f7d3876-f2091c73 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c9a26f89-00e0-633e-a304-3fe00d2a2ec2-f2091c73 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c77-f2091c73 {
  grid-area: 2 / 7 / 3 / 9;
}

#w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c88-f2091c73 {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c95-f2091c73 {
  grid-area: 2 / 11 / 3 / 13;
}

#w-node-_21c78616-155e-6aad-e820-c0170d0322e6-f2091c73 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40b8f-22f40b8c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40ba5-22f40b8c, #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40ba6-22f40b8c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40ba7-22f40b8c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40ba9-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bab-22f40b8c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bae-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40baf-22f40b8c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bb3-22f40b8c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bb5-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bb7-22f40b8c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bba-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bbb-22f40b8c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bbf-22f40b8c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc1-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc3-22f40b8c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc6-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc7-22f40b8c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bcb-22f40b8c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bcd-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bcf-22f40b8c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bd2-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bd3-22f40b8c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bd7-22f40b8c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bd9-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bdb-22f40b8c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bde-22f40b8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bdf-22f40b8c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_12d80771-28fd-ca37-8511-d3198a9b6c4e-8a9b6c4b, #w-node-_85f0aaff-dc7e-c724-adbb-61e37419566a-74195667, #w-node-_85f0aaff-dc7e-c724-adbb-61e37419566c-74195667 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_85f0aaff-dc7e-c724-adbb-61e37419566d-74195667 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_85f0aaff-dc7e-c724-adbb-61e3741956a0-74195667 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_85f0aaff-dc7e-c724-adbb-61e3741956af-74195667 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_85f0aaff-dc7e-c724-adbb-61e3741956b8-74195667 {
  grid-area: 5 / 1 / 6 / 13;
  align-self: end;
}

#w-node-_4a5d6f88-d917-5039-c59a-bbcd9bc3b65c-cf0ed969 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-c67b23fd-b3ef-10b6-7430-65856631c09f-cf0ed969, #w-node-_022ca9c9-9f56-9108-4365-bd69f57d1116-cf0ed969 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4b4960bf-a5e0-df6a-de6b-e280223f36c5-cf0ed969 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_47d36568-209a-1c3b-a87a-ed309bf07723-cf0ed969 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-de3752ec-a8dc-cced-ac6b-ebe8d0226221-cf0ed969 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_595e771b-a360-3fad-7b22-62015baff975-cf0ed969 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-af906da8-9251-30b0-df74-2c64c4b74a9c-cf0ed969 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_743b2d83-698a-fba7-cb57-3846cd42e4e4-cf0ed969 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_743b2d83-698a-fba7-cb57-3846cd42e4f1-cf0ed969 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_743b2d83-698a-fba7-cb57-3846cd42e4ff-cf0ed969 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-b1f49611-75fc-52f7-c2e3-1ffd7c404a83-cf0ed969 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_63e71a5f-da78-23c1-f330-b287367a59a2-cf0ed969 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-fb59add2-5f61-8123-4b80-b0021e2ff44a-cf0ed969 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-fb59add2-5f61-8123-4b80-b0021e2ff455-cf0ed969 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9325d588-f7a0-0018-9519-8ee0288e978e-cf0ed969 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-ece00f8c-1fc5-0c54-ddb3-469adea86926-cf0ed97e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f733072d-2685-e042-7ab7-971b1c56cbb5-cf0ed97e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_1444bbd9-1bc7-aad9-e8fa-f0f5223f1b90-cf0ed97e {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-dbba4145-2e93-082c-4c26-100af500e4ab-cf0ed97e {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-d77dbe3c-c3a4-66bb-5b6b-7b29e38edd6d-cf0ed97e {
  grid-area: 1 / 1 / 3 / 6;
  align-self: center;
}

#w-node-_6face016-45af-073d-2e2e-d37dac477700-cf0ed97e {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_761fec63-560f-87b6-ebe2-b54b98d7a680-cf0ed97e {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_8e2e1d07-e203-c112-fe4e-95dc9f9e96f2-cf0ed97e {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-f98c371b-8f0d-2b91-bca6-64b0090e6a06-cf0ed97e {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-de468800-1853-1435-b558-543cf5aa52e5-cf0ed97e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-de468800-1853-1435-b558-543cf5aa52fc-cf0ed97e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_8b746145-7d13-7467-674b-79c3a336fa4c-cf0ed97e, #w-node-a2b244bd-c03c-07c6-344d-860b1f5dce7d-cf0ed97e, #w-node-_9b93e7d5-bd12-c610-18ad-1c3b16bc41bd-cf0ed97e, #w-node-_42bc63ec-3356-da47-cd98-c1a95195a955-cf0ed97e, #w-node-_349318f6-50e9-3d2b-d0db-1c56672cf823-cf0ed97e {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_56a40fb1-f2cb-ef31-8a24-92f688452000-cf0ed97e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_56a40fb1-f2cb-ef31-8a24-92f68845200b-cf0ed97e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_80186b26-cb54-eb3a-5e8d-fecdb8f9293c-cf0ed97e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_80186b26-cb54-eb3a-5e8d-fecdb8f9294f-cf0ed97e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_19f40f71-d2bb-34b1-5deb-1d97bbc4dff1-cf0ed97f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a85fe8fe-e0e6-0f06-2e60-8ae08cf8035f-cf0ed97f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3cfd3542-4fe1-934d-3ea7-0133fc60829f-cf0ed97f, #w-node-_3c3994a5-66a0-efa3-5561-539acde860b9-cf0ed97f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_392a498b-21d3-7d8f-3d0f-b707db3bac78-cf0ed97f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_8270024c-885d-79ed-90cf-9c5f1c329a19-cf0ed97f {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_0b258938-66db-2c43-8ba0-7bc818ed7406-cf0ed97f {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_21282216-5775-3df0-cbb6-2479701bdd2d-cf0ed97f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_97328c08-f356-b55a-3211-7a417d7194d4-cf0ed97f {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_21522681-af18-208e-83c1-1e1a8776123f-cf0ed97f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2c4eb679-c02c-e46e-9611-222d9a13e5b4-cf0ed97f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-dcfc5b2e-bb5e-e2c5-fb0a-42f3a7d37436-cf0ed97f {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_9d3926ce-1a56-21f8-2cac-6699858346e7-cf0ed97f {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-_382680b7-890e-6be2-bda4-c98ac6580340-cf0ed97f {
  grid-area: 1 / 6 / 5 / 13;
}

#w-node-f406e0e6-3bed-afb1-3312-365eedeb2f54-cf0ed97f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f7233545-9de3-f508-a653-f39ff6b1da3c-cf0ed97f {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-f7233545-9de3-f508-a653-f39ff6b1da5a-cf0ed97f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a18eee07-a2aa-43f4-bec6-47c8043edd1c-cf0ed982 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c2f7fd21-d847-9c6e-35d5-d65cf7050cb3-cf0ed982 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_94dd6779-b85d-a16f-453e-bee23acdd028-cf0ed983 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_75b819b4-890f-8749-9313-f6fef9bd13cf-cf0ed983 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_75b819b4-890f-8749-9313-f6fef9bd13d1-cf0ed983 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_2394d051-7927-6079-00c0-8a5aebfffb66-cf0ed983 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2394d051-7927-6079-00c0-8a5aebfffb70-cf0ed983 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2394d051-7927-6079-00c0-8a5aebfffb7e-cf0ed983 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-b961c09b-610f-f5a9-16bd-b1629c8ff8ee-cf0ed983 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b961c09b-610f-f5a9-16bd-b1629c8ff8f9-cf0ed983 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-fce15509-ecca-4911-eab6-a8b24fffbb08-cf0ed984 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3d5189a5-c798-6e10-6135-11e21b0d89b3-cf0ed984 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b70ed1fe-8fc0-d663-edaf-cd0db2a3e64c-cf0ed984 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_062ed177-6d86-323a-1d1b-e5dbd9e44422-cf0ed984, #w-node-_0b82e912-47c6-1408-5dd2-942672e63dda-cf0ed984 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_353374e7-e802-687a-57c9-b7c5a8abc90f-cf0ed984 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_760885ce-d955-5ac7-d37e-8b75ba32f1e3-cf0ed984 {
  grid-area: 3 / 6 / 4 / 10;
}

#w-node-_771775fc-0510-1678-400a-1616e436d7e6-cf0ed984 {
  grid-area: 3 / 10 / 4 / 13;
}

#w-node-_7785658b-8d18-9278-ad0c-e6d3739ac64b-cf0ed985 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_9ab8c6c3-8274-3b2c-46da-ccf79b12b9f3-cf0ed985 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f7321fa4-724b-fd27-2afb-9eb8338195f8-cf0ed986 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a8f191b3-fc34-db64-81ae-af7c012de008-cf0ed986 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a8f191b3-fc34-db64-81ae-af7c012de00f-cf0ed986 {
  grid-area: 2 / 4 / 3 / 8;
}

#w-node-a8f191b3-fc34-db64-81ae-af7c012de016-cf0ed986 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_18623f2a-53af-188f-0349-6228fa169fd1-cf0ed986 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c8268-cf0ed987 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c8287-cf0ed987 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c8293-cf0ed987 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c829f-cf0ed987 {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c82ab-cf0ed987 {
  grid-area: 4 / 1 / 5 / 9;
}

#w-node-_9af4404f-e847-3723-e751-76fa8c6c82b7-cf0ed987 {
  grid-area: 4 / 9 / 5 / 13;
}

#w-node-_7bd4481f-3f16-5ec1-bf44-35d6fda45232-cf0ed988 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7bd4481f-3f16-5ec1-bf44-35d6fda45233-cf0ed988 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_63d5b264-fee7-605d-c89c-0f62ebc9eb5c-cf0ed988 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d6f0a900-c4e8-9e0c-6122-c4a2d24ddb45-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_55905191-62c3-f6b4-63d9-2350213064dd-cf0ed989 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e95729a4-a134-f735-9e6f-34ebb2f13517-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e362-cf0ed989 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e363-cf0ed989 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e364-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e366-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e368-cf0ed989 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e36b-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e36c-cf0ed989 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e370-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e372-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e374-cf0ed989 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e377-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e378-cf0ed989 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e37c-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e37e-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e380-cf0ed989 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e383-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e384-cf0ed989 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e388-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e38a-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e38c-cf0ed989 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e38f-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e390-cf0ed989 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e394-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e396-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e398-cf0ed989 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e39b-cf0ed989 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e39c-cf0ed989 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-de69ae7a-a956-023e-10c3-d3650cbf058a-cf0ed989 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-de69ae7a-a956-023e-10c3-d3650cbf05a1-cf0ed989 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_84871620-d79b-413d-2c1a-dc7be8392a7f-cf0ed98a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_84871620-d79b-413d-2c1a-dc7be8392a83-cf0ed98a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_2cb3eef7-25d7-8d1a-877a-c83bf266e3b8-cf0ed98a, #w-node-c7739931-b754-b362-1086-b3256b3a5da1-cf0ed98a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40a-cf0ed98a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40c-cf0ed98a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-da4ce5fe-6f00-ec76-a5f8-628714d393f3-cf0ed98a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ed94a047-a0d8-f056-9c20-e759ae34924e-cf0ed98a {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-_9dcb0733-ba35-2e4f-7014-e9e9605d6d91-cf0ed98a {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-_46ab41ab-dcf8-e59b-df6f-25e1a7a9c60b-cf0ed98a, #w-node-_31804f73-18b8-45d8-f859-eb5c0213cad6-cf0ed98a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_31804f73-18b8-45d8-f859-eb5c0213caed-cf0ed98a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-f3632e74-cd76-5129-5ca5-54bfefdf7702-cf0ed98b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_41944637-f848-6332-3997-eac369963bbd-cf0ed98c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1966a417-f756-4f1f-3381-183cf0b86d9c-cf0ed98c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_507f87ac-ccce-d586-beab-81d7e18768bc-cf0ed98c {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_0cf066d4-1c42-3974-f6ec-476070d92f3d-cf0ed98c {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_6efb35c6-6bc2-cd4e-d230-2837eeeebfdc-cf0ed98c {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_36246e0b-30ee-89ad-95de-0bc44368dbb0-cf0ed98c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_36246e0b-30ee-89ad-95de-0bc44368dbc8-cf0ed98c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a18eee07-a2aa-43f4-bec6-47c8043edd1c-cf0ed98d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d682961b-deed-ab65-b37f-e18292cd5d24-cf0ed98d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a140f2d8-753d-5c1b-c65b-e9febe7c2557-cf0ed9a3 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a140f2d8-753d-5c1b-c65b-e9febe7c2558-cf0ed9a3 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-a140f2d8-753d-5c1b-c65b-e9febe7c25d8-cf0ed9a3 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e06e6294-4472-ce87-e9db-4ce647bb1138-cf0ed9a4, #w-node-f373d1df-ca64-b950-099e-6ed98fbee4b9-cf0ed9a4 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-f373d1df-ca64-b950-099e-6ed98fbee4d7-cf0ed9a4 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_898bddf3-cc1c-e8f1-e8c5-5a8feb5aa17a-cf0ed9a4 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: start;
}

#w-node-abf8b419-7d08-1c2e-a56a-7d39a209e5ba-cf0ed9a4 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: start;
}

#w-node-_6282a39e-aeb2-8e18-766f-88be40a18de5-cf0ed9a4 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: start;
}

#w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67862-cf0ed9a6 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67863-cf0ed9a6 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67881-cf0ed9a6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_20ab41aa-7d09-618c-1e16-eb20ebf6788b-cf0ed9a6 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: start;
}

#w-node-fc5e5b6c-7c7d-7886-2291-fca881f4945d-cf0ed9a6 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_9e38024d-06d6-720e-52aa-2781be586e13-cf0ed9a6 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-dfaa996b-7b83-7743-7055-6b1251de185c-cf0ed9a6 {
  grid-area: 5 / 7 / 6 / 13;
  align-self: start;
}

#w-node-af068486-7d1b-c10e-9ef0-0c20eb7fc9b4-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-b71726b5-def6-1d37-07cd-5e1b7913fee5-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6ad72bdf-7942-09b0-db9b-0ea607f45fb7-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfa9-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfd8-9f59c2fe {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfca-9f59c2fe {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfe6-9f59c2fe {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-cc49a87f-ef41-cc46-46f7-83739796744d-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7f-9f59c2fe {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7d-9f59c2fe {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_4a02b482-9c96-f019-cf74-98abfa166fd7-9f59c2fe {
  grid-area: 1 / 1 / 3 / 6;
  align-self: center;
}

#w-node-_4a02b482-9c96-f019-cf74-98abfa166ff5-9f59c2fe {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_4a02b482-9c96-f019-cf74-98abfa166ffc-9f59c2fe {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_4a02b482-9c96-f019-cf74-98abfa167003-9f59c2fe {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_4a02b482-9c96-f019-cf74-98abfa16700a-9f59c2fe {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_45aa3e2d-865a-d012-9a39-ff64c3b5597b-9f59c2fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_45aa3e2d-865a-d012-9a39-ff64c3b5599e-9f59c2fe {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_45aa3e2d-865a-d012-9a39-ff64c3b559a6-9f59c2fe {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d02-9f59c2fe {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d22-9f59c2fe {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d24-9f59c2fe {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25c6-9f59c2fe {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25cb-9f59c2fe {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d0-9f59c2fe {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d5-9f59c2fe {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25da-9f59c2fe {
  grid-area: 1 / 6 / 5 / 13;
}

#w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25db-9f59c2fe {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-eb839aa9-5f5b-60be-920e-7f674c0243f0-8ea89bee {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab13-8ea89bee {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab4f-8ea89bee {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab51-8ea89bee {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54a3-8ea89bee {
  grid-area: 1 / 1 / 3 / 6;
  align-self: center;
}

#w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54ae-8ea89bee {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54b5-8ea89bee {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54bc-8ea89bee {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54c3-8ea89bee {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_1cb401a0-b05a-8c23-5539-0ee95d237f6b-8ea89bee {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_3ba9d88f-5978-6591-4f6c-6338be124464-8ea89bee, #w-node-f123c67e-0169-04bb-7154-a0d68db2a4d9-3ee2ca51 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a4eb-3ee2ca51 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a4ec-3ee2ca51 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a4fe-3ee2ca51, #w-node-f123c67e-0169-04bb-7154-a0d68db2a4ff-3ee2ca51 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a500-3ee2ca51 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a507-3ee2ca51 {
  grid-area: 3 / 6 / 4 / 10;
}

#w-node-f123c67e-0169-04bb-7154-a0d68db2a50e-3ee2ca51 {
  grid-area: 3 / 10 / 4 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b9e85b16-2fc4-c172-e504-8f055b9d2edc-cf0ed90a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_25658ff9-61d3-be10-b306-89039e772d72-cf0ed90a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fdc05bee-916f-5959-1c87-af155c7989f3-cf0ed90a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7e27d912-aac6-66c5-6884-ccc12d53b17b-cf0ed90a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7114ad43-636d-65e2-51ef-fdc1212babd4-cf0ed90a {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_6ef9bd21-8366-a11b-79ed-c2b5ea18c5f4-cf0ed90a {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-cffd8943-5f61-89c1-6867-a0471a828237-cf0ed90a {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_654c1cc1-572d-d01f-77fa-cec332341de1-cf0ed90a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-ed9cff27-4521-76b2-e01d-6a5f147857d6-cf0ed90a {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-cc3ff315-113c-e153-74c5-80b12a5fe0bd-cf0ed90a {
    grid-column-end: 10;
  }

  #w-node-_92f1a28e-9274-1be1-05ff-d7971f7d3876-f2091c73 {
    grid-column-end: 13;
  }

  #w-node-c9a26f89-00e0-633e-a304-3fe00d2a2ec2-f2091c73 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c77-f2091c73 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c88-f2091c73 {
    grid-area: 3 / 3 / 4 / 8;
  }

  #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c95-f2091c73 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_21c78616-155e-6aad-e820-c0170d0322e6-f2091c73 {
    grid-row: 4 / 5;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40b8f-22f40b8c {
    grid-column-end: 13;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40ba5-22f40b8c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_85f0aaff-dc7e-c724-adbb-61e37419566d-74195667 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-c67b23fd-b3ef-10b6-7430-65856631c09f-cf0ed969, #w-node-_022ca9c9-9f56-9108-4365-bd69f57d1116-cf0ed969 {
    grid-column-end: 13;
  }

  #w-node-_4b4960bf-a5e0-df6a-de6b-e280223f36c5-cf0ed969 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    align-self: center;
  }

  #w-node-fb59add2-5f61-8123-4b80-b0021e2ff44a-cf0ed969 {
    grid-column-end: 11;
  }

  #w-node-_1444bbd9-1bc7-aad9-e8fa-f0f5223f1b90-cf0ed97e {
    grid-column-end: 6;
  }

  #w-node-dbba4145-2e93-082c-4c26-100af500e4ab-cf0ed97e {
    grid-column-start: 6;
  }

  #w-node-d77dbe3c-c3a4-66bb-5b6b-7b29e38edd6d-cf0ed97e {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_6face016-45af-073d-2e2e-d37dac477700-cf0ed97e {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_761fec63-560f-87b6-ebe2-b54b98d7a680-cf0ed97e {
    grid-row: 2 / 3;
    grid-column-start: 9;
  }

  #w-node-_8e2e1d07-e203-c112-fe4e-95dc9f9e96f2-cf0ed97e {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f98c371b-8f0d-2b91-bca6-64b0090e6a06-cf0ed97e {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-_392a498b-21d3-7d8f-3d0f-b707db3bac78-cf0ed97f {
    grid-column-end: 7;
  }

  #w-node-_8270024c-885d-79ed-90cf-9c5f1c329a19-cf0ed97f {
    grid-column: 7 / 13;
  }

  #w-node-_0b258938-66db-2c43-8ba0-7bc818ed7406-cf0ed97f {
    grid-area: 3 / 4 / 4 / 10;
  }

  #w-node-f7233545-9de3-f508-a653-f39ff6b1da3c-cf0ed97f {
    grid-column-end: 13;
  }

  #w-node-f7233545-9de3-f508-a653-f39ff6b1da5a-cf0ed97f {
    grid-row: 2 / 3;
    grid-column-start: 1;
    align-self: center;
  }

  #w-node-_94dd6779-b85d-a16f-453e-bee23acdd028-cf0ed983, #w-node-_75b819b4-890f-8749-9313-f6fef9bd13cf-cf0ed983 {
    grid-column-end: 13;
  }

  #w-node-_75b819b4-890f-8749-9313-f6fef9bd13d1-cf0ed983 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-b961c09b-610f-f5a9-16bd-b1629c8ff8ee-cf0ed983 {
    grid-column-end: 11;
  }

  #w-node-b70ed1fe-8fc0-d663-edaf-cd0db2a3e64c-cf0ed984 {
    grid-column-end: 13;
  }

  #w-node-_062ed177-6d86-323a-1d1b-e5dbd9e44422-cf0ed984 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_353374e7-e802-687a-57c9-b7c5a8abc90f-cf0ed984 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_760885ce-d955-5ac7-d37e-8b75ba32f1e3-cf0ed984 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_771775fc-0510-1678-400a-1616e436d7e6-cf0ed984 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_7785658b-8d18-9278-ad0c-e6d3739ac64b-cf0ed985 {
    grid-column-end: 13;
  }

  #w-node-_9ab8c6c3-8274-3b2c-46da-ccf79b12b9f3-cf0ed985 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a8f191b3-fc34-db64-81ae-af7c012de008-cf0ed986 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-a8f191b3-fc34-db64-81ae-af7c012de00f-cf0ed986 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-a8f191b3-fc34-db64-81ae-af7c012de016-cf0ed986 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_18623f2a-53af-188f-0349-6228fa169fd1-cf0ed986 {
    grid-row: 4 / 5;
  }

  #w-node-_9af4404f-e847-3723-e751-76fa8c6c8287-cf0ed987 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_9af4404f-e847-3723-e751-76fa8c6c8293-cf0ed987 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_9af4404f-e847-3723-e751-76fa8c6c829f-cf0ed987 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_9af4404f-e847-3723-e751-76fa8c6c82ab-cf0ed987 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_9af4404f-e847-3723-e751-76fa8c6c82b7-cf0ed987 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_7bd4481f-3f16-5ec1-bf44-35d6fda45232-cf0ed988 {
    grid-column-end: 13;
  }

  #w-node-_63d5b264-fee7-605d-c89c-0f62ebc9eb5c-cf0ed988 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e362-cf0ed989 {
    grid-column: 1 / 13;
  }

  #w-node-de69ae7a-a956-023e-10c3-d3650cbf05a1-cf0ed989 {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_84871620-d79b-413d-2c1a-dc7be8392a83-cf0ed98a {
    grid-column-end: 13;
  }

  #w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40a-cf0ed98a {
    grid-column-end: 6;
  }

  #w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40c-cf0ed98a {
    grid-column-start: 6;
  }

  #w-node-ed94a047-a0d8-f056-9c20-e759ae34924e-cf0ed98a {
    grid-column-start: 8;
  }

  #w-node-_9dcb0733-ba35-2e4f-7014-e9e9605d6d91-cf0ed98a {
    grid-column-end: 8;
  }

  #w-node-_31804f73-18b8-45d8-f859-eb5c0213caed-cf0ed98a {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-_507f87ac-ccce-d586-beab-81d7e18768bc-cf0ed98c {
    grid-column: 2 / 12;
  }

  #w-node-_0cf066d4-1c42-3974-f6ec-476070d92f3d-cf0ed98c {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: auto;
  }

  #w-node-d682961b-deed-ab65-b37f-e18292cd5d24-cf0ed98d {
    grid-row: 2 / 3;
    grid-column-end: 13;
  }

  #w-node-a140f2d8-753d-5c1b-c65b-e9febe7c2557-cf0ed9a3 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-a140f2d8-753d-5c1b-c65b-e9febe7c2558-cf0ed9a3 {
    grid-column-end: 13;
  }

  #w-node-a140f2d8-753d-5c1b-c65b-e9febe7c25d8-cf0ed9a3 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-e06e6294-4472-ce87-e9db-4ce647bb1138-cf0ed9a4 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-f373d1df-ca64-b950-099e-6ed98fbee4b9-cf0ed9a4 {
    grid-column-end: 13;
  }

  #w-node-f373d1df-ca64-b950-099e-6ed98fbee4d7-cf0ed9a4 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_898bddf3-cc1c-e8f1-e8c5-5a8feb5aa17a-cf0ed9a4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-abf8b419-7d08-1c2e-a56a-7d39a209e5ba-cf0ed9a4 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_6282a39e-aeb2-8e18-766f-88be40a18de5-cf0ed9a4 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67862-cf0ed9a6 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67863-cf0ed9a6 {
    grid-column-end: 13;
  }

  #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67881-cf0ed9a6 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf6788b-cf0ed9a6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-fc5e5b6c-7c7d-7886-2291-fca881f4945d-cf0ed9a6 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_9e38024d-06d6-720e-52aa-2781be586e13-cf0ed9a6 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-dfaa996b-7b83-7743-7055-6b1251de185c-cf0ed9a6 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfd8-9f59c2fe {
    grid-column: 7 / 13;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfca-9f59c2fe {
    grid-column-end: 7;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfe6-9f59c2fe {
    grid-area: 3 / 4 / 4 / 10;
  }

  #w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7f-9f59c2fe {
    grid-column-start: 6;
  }

  #w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7d-9f59c2fe {
    grid-column-end: 6;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166fd7-9f59c2fe {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ff5-9f59c2fe {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ffc-9f59c2fe {
    grid-row: 2 / 3;
    grid-column-start: 9;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa167003-9f59c2fe {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa16700a-9f59c2fe {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d02-9f59c2fe, #w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d22-9f59c2fe {
    grid-column-end: 13;
  }

  #w-node-ef385c92-b5a0-0d50-e54b-ca56c59b0d24-9f59c2fe {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab4f-8ea89bee {
    grid-column-end: 6;
  }

  #w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab51-8ea89bee {
    grid-column-start: 6;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54a3-8ea89bee {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54ae-8ea89bee {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54b5-8ea89bee {
    grid-row: 2 / 3;
    grid-column-start: 9;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54bc-8ea89bee {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54c3-8ea89bee {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-f123c67e-0169-04bb-7154-a0d68db2a4ec-3ee2ca51 {
    grid-column-end: 13;
  }

  #w-node-f123c67e-0169-04bb-7154-a0d68db2a4fe-3ee2ca51 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f123c67e-0169-04bb-7154-a0d68db2a500-3ee2ca51 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f123c67e-0169-04bb-7154-a0d68db2a507-3ee2ca51 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-f123c67e-0169-04bb-7154-a0d68db2a50e-3ee2ca51 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc3ff315-113c-e153-74c5-80b12a5fe0bd-cf0ed90a, #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c77-f2091c73 {
    grid-column-end: 13;
  }

  #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c88-f2091c73 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_85e1ad08-f5f9-6111-ad80-cba7f2091c95-f2091c73 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_022ca9c9-9f56-9108-4365-bd69f57d1116-cf0ed969 {
    grid-column-end: 13;
  }

  #w-node-_4b4960bf-a5e0-df6a-de6b-e280223f36c5-cf0ed969 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-fb59add2-5f61-8123-4b80-b0021e2ff44a-cf0ed969 {
    grid-column-end: 13;
  }

  #w-node-_1444bbd9-1bc7-aad9-e8fa-f0f5223f1b90-cf0ed97e {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-dbba4145-2e93-082c-4c26-100af500e4ab-cf0ed97e {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_6face016-45af-073d-2e2e-d37dac477700-cf0ed97e {
    grid-column-end: 8;
  }

  #w-node-_761fec63-560f-87b6-ebe2-b54b98d7a680-cf0ed97e {
    grid-column-start: 8;
  }

  #w-node-_21522681-af18-208e-83c1-1e1a8776123f-cf0ed97f {
    grid-column-end: 7;
  }

  #w-node-_2c4eb679-c02c-e46e-9611-222d9a13e5b4-cf0ed97f {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-dcfc5b2e-bb5e-e2c5-fb0a-42f3a7d37436-cf0ed97f {
    grid-column-end: 7;
  }

  #w-node-_9d3926ce-1a56-21f8-2cac-6699858346e7-cf0ed97f {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-_382680b7-890e-6be2-bda4-c98ac6580340-cf0ed97f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f7233545-9de3-f508-a653-f39ff6b1da3c-cf0ed97f {
    grid-column-end: 13;
  }

  #w-node-f7233545-9de3-f508-a653-f39ff6b1da5a-cf0ed97f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b961c09b-610f-f5a9-16bd-b1629c8ff8ee-cf0ed983, #w-node-a8f191b3-fc34-db64-81ae-af7c012de008-cf0ed986 {
    grid-column-end: 13;
  }

  #w-node-a8f191b3-fc34-db64-81ae-af7c012de00f-cf0ed986 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-a8f191b3-fc34-db64-81ae-af7c012de016-cf0ed986 {
    grid-row: 4 / 5;
  }

  #w-node-_18623f2a-53af-188f-0349-6228fa169fd1-cf0ed986 {
    grid-row: 5 / 6;
  }

  #w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40a-cf0ed98a {
    grid-column-end: 13;
  }

  #w-node-_78c35bc7-159c-f80b-0479-93a15ef1d40c-cf0ed98a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-da4ce5fe-6f00-ec76-a5f8-628714d393f3-cf0ed98a {
    grid-row: 3 / 4;
  }

  #w-node-ed94a047-a0d8-f056-9c20-e759ae34924e-cf0ed98a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_9dcb0733-ba35-2e4f-7014-e9e9605d6d91-cf0ed98a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_507f87ac-ccce-d586-beab-81d7e18768bc-cf0ed98c, #w-node-_0cf066d4-1c42-3974-f6ec-476070d92f3d-cf0ed98c {
    grid-column: 1 / 13;
  }

  #w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7f-9f59c2fe {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_58e25d84-9aee-7033-a656-06aecbb8bb7d-9f59c2fe {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ff5-9f59c2fe {
    grid-column-end: 8;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ffc-9f59c2fe {
    grid-column-start: 8;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25c6-9f59c2fe {
    grid-column-end: 7;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25cb-9f59c2fe {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d0-9f59c2fe {
    grid-column-end: 7;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d5-9f59c2fe {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25da-9f59c2fe {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab4f-8ea89bee {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_1a57eca1-2e05-3863-d9aa-148628f8ab51-8ea89bee {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54ae-8ea89bee {
    grid-column-end: 8;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54b5-8ea89bee {
    grid-column-start: 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25658ff9-61d3-be10-b306-89039e772d72-cf0ed90a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fdc05bee-916f-5959-1c87-af155c7989f3-cf0ed90a {
    grid-row: 3 / 4;
  }

  #w-node-_7e27d912-aac6-66c5-6884-ccc12d53b17b-cf0ed90a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bab-22f40b8c {
    grid-row-end: 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bae-22f40b8c {
    grid-column: 1 / 4;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bb7-22f40b8c {
    grid-row-end: 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bba-22f40b8c {
    grid-column: 1 / 4;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc3-22f40b8c {
    grid-row-end: 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bc6-22f40b8c {
    grid-column: 1 / 4;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bcf-22f40b8c {
    grid-row-end: 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bd2-22f40b8c {
    grid-column: 1 / 4;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bdb-22f40b8c {
    grid-row-end: 2;
  }

  #w-node-_06f4c95b-24bb-ba32-29cb-3b8a22f40bde-22f40b8c {
    grid-column: 1 / 4;
  }

  #w-node-_85f0aaff-dc7e-c724-adbb-61e37419566d-74195667, #w-node-_47d36568-209a-1c3b-a87a-ed309bf07723-cf0ed969 {
    grid-column-end: 13;
  }

  #w-node-de3752ec-a8dc-cced-ac6b-ebe8d0226221-cf0ed969 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_595e771b-a360-3fad-7b22-62015baff975-cf0ed969 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-af906da8-9251-30b0-df74-2c64c4b74a9c-cf0ed969 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_6face016-45af-073d-2e2e-d37dac477700-cf0ed97e {
    grid-column-end: 7;
  }

  #w-node-_761fec63-560f-87b6-ebe2-b54b98d7a680-cf0ed97e {
    grid-column-start: 7;
  }

  #w-node-_42bc63ec-3356-da47-cd98-c1a95195a955-cf0ed97e {
    grid-area: 1 / 1 / 2 / 13;
    align-self: end;
  }

  #w-node-_392a498b-21d3-7d8f-3d0f-b707db3bac78-cf0ed97f {
    grid-column-end: 13;
  }

  #w-node-_8270024c-885d-79ed-90cf-9c5f1c329a19-cf0ed97f {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_0b258938-66db-2c43-8ba0-7bc818ed7406-cf0ed97f {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_21522681-af18-208e-83c1-1e1a8776123f-cf0ed97f {
    grid-column-end: 13;
  }

  #w-node-_2c4eb679-c02c-e46e-9611-222d9a13e5b4-cf0ed97f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-dcfc5b2e-bb5e-e2c5-fb0a-42f3a7d37436-cf0ed97f {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_9d3926ce-1a56-21f8-2cac-6699858346e7-cf0ed97f {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_382680b7-890e-6be2-bda4-c98ac6580340-cf0ed97f {
    grid-row: 3 / 4;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e368-cf0ed989 {
    grid-row-end: 2;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e36b-cf0ed989 {
    grid-column: 1 / 4;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e374-cf0ed989 {
    grid-row-end: 2;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e377-cf0ed989 {
    grid-column: 1 / 4;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e380-cf0ed989 {
    grid-row-end: 2;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e383-cf0ed989 {
    grid-column: 1 / 4;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e38c-cf0ed989 {
    grid-row-end: 2;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e38f-cf0ed989 {
    grid-column: 1 / 4;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e398-cf0ed989 {
    grid-row-end: 2;
  }

  #w-node-_13f0b6c7-c8ca-c362-e48f-d9a99f62e39b-cf0ed989 {
    grid-column: 1 / 4;
  }

  #w-node-f373d1df-ca64-b950-099e-6ed98fbee4d7-cf0ed9a4, #w-node-_898bddf3-cc1c-e8f1-e8c5-5a8feb5aa17a-cf0ed9a4, #w-node-abf8b419-7d08-1c2e-a56a-7d39a209e5ba-cf0ed9a4, #w-node-_6282a39e-aeb2-8e18-766f-88be40a18de5-cf0ed9a4, #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf67881-cf0ed9a6, #w-node-_20ab41aa-7d09-618c-1e16-eb20ebf6788b-cf0ed9a6, #w-node-dfaa996b-7b83-7743-7055-6b1251de185c-cf0ed9a6 {
    grid-column-end: 13;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfd8-9f59c2fe {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfca-9f59c2fe {
    grid-column-end: 13;
  }

  #w-node-a0aaa094-ed46-9adc-e0ca-d51cc396bfe6-9f59c2fe {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ff5-9f59c2fe {
    grid-column-end: 7;
  }

  #w-node-_4a02b482-9c96-f019-cf74-98abfa166ffc-9f59c2fe {
    grid-column-start: 7;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25c6-9f59c2fe {
    grid-column-end: 13;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25cb-9f59c2fe {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d0-9f59c2fe {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25d5-9f59c2fe {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-b100b80b-007f-7c6d-ffc0-16c2ebfb25da-9f59c2fe {
    grid-row: 3 / 4;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54ae-8ea89bee {
    grid-column-end: 7;
  }

  #w-node-f54a134d-9b32-2d16-cf03-5e2ead8c54b5-8ea89bee {
    grid-column-start: 7;
  }
}


@font-face {
  font-family: 'Adorn Roman';
  src: url('../fonts/AdornRomanRegular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}