:root {
  --black: black;
  --white: white;
}

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

body {
  color: var(--black);
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Alumni Sans, sans-serif;
  font-size: 9vw;
  font-style: normal;
  font-weight: 700;
  line-height: .7;
  position: static;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Alumni Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: .8;
}

h3 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alumni Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Alumni Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

p {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

a {
  color: var(--black);
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

li {
  line-height: 1.8em;
}

label {
  text-align: left;
  font-family: Red Hat Display;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 40px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

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

.container {
  z-index: 10;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section {
  z-index: 2;
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  height: auto;
  display: flex;
}

.section.guide {
  padding: 80px 0% 0;
}

.section.hero {
  flex-flow: column;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.title-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.divider {
  z-index: 99;
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: relative;
}

.divider.bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: 140px;
  height: auto;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mix {
  display: block;
  position: relative;
}

.navbar {
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.h4 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  font-family: Alumni Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.form-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2 {
  min-width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.nav-menu {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.brand {
  z-index: 1000;
}

.text-field {
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
}

.page-wrapper {
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.color-palette {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.color-wrapper {
  margin-right: 30px;
  display: inline-block;
}

.guide-line {
  margin-bottom: 40px;
}

.color-block {
  background-color: #0000;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

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

.color-block.white {
  background-color: var(--white);
  border: 3px solid #000;
}

.label-text {
  z-index: 100;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Alumni Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.hero {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 80px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0%;
  padding: 0%;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-line-icon {
  flex-direction: column;
  justify-content: space-around;
  height: 36px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.nav-link {
  color: var(--black);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Alumni Sans, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  transition: color .2s;
}

.nav-link:hover {
  text-decoration: line-through;
}

.nav-link.w--current {
  color: var(--black);
  text-decoration: line-through;
}

.menu-button {
  z-index: 100;
  width: 36px;
  height: 36px;
  padding: 0;
}

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

.menu-links-wrapper {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.line-top, .line-bottom {
  background-color: #000;
  width: 36px;
  height: 2px;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.nav-right {
  z-index: 1000;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 0px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  margin-bottom: 120px;
}

.image-cover {
  filter: grayscale();
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.image-cover:hover {
  filter: grayscale(0%);
}

.image-cover.hover {
  transition: transform .3s;
}

.image-cover.hover:hover {
  transform: scale(1.1);
}

.image-cover.team {
  position: absolute;
}

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

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.testi-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.client-info {
  text-align: left;
  padding-top: 0;
}

.testi-content {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Bitter, serif;
  font-size: 2rem;
  line-height: 1.3;
}

.mask {
  height: 100%;
}

.right-to-left-marquee {
  color: var(--black);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  overflow: hidden;
}

.right-to-left-marquee:hover {
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
}

.right-to-left-marquee.logos {
  display: flex;
}

.right-to-left-marquee.logos:hover {
  background-color: var(--white);
}

.right-to-left-track {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.scrolling-wrapper {
  flex: none;
  width: auto;
  margin-right: 1em;
}

.scrolling-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  padding-left: 20px;
  font-family: Alumni Sans, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: static;
}

.footer-column {
  border-left: 2px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-items: start;
  display: flex;
}

.footer-legal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-bottom-link {
  color: var(--black);
  font-size: 1rem;
  text-decoration: underline;
}

.footer-bottom-link:hover {
  font-weight: 400;
}

.footer-credit-text {
  font-size: 1rem;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer-link {
  color: var(--black);
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.footer-link:hover {
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.display-h1 {
  margin-bottom: 0;
  font-size: 13.8vw;
  line-height: .62;
}

.hero-grid {
  z-index: 2;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  padding: 60px;
  position: relative;
}

.hero-grid.inner-hero {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-grid.home-hero {
  grid-row-gap: 20px;
  padding: 5vw;
}

.showreel-lightbox {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.play-button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 8px;
  padding-left: 3px;
  display: flex;
}

.text-link {
  z-index: 10;
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

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

.heading-grid {
  z-index: 20;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.heading-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.project-row-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 25px 4%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: grid;
  position: relative;
}

.project-row-grid:hover {
  text-decoration: none;
}

.project-row-block {
  z-index: auto;
  color: var(--black);
  position: relative;
}

.link-hover-bg {
  z-index: 0;
  background-color: var(--black);
  opacity: 1;
  width: 0%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.showreel-slider {
  z-index: 0;
  background-color: var(--white);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

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

.showreel-image.landscape {
  aspect-ratio: auto;
  object-fit: contain;
  height: 80%;
  margin-top: 7%;
  display: inline-block;
}

.project-thumnail-block {
  z-index: 1;
  width: 40vw;
  height: 80vh;
  max-height: 500px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.project-thumbnail-image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.trust-grid {
  z-index: 0;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  margin-left: 4%;
  position: relative;
}

.heading-block {
  flex-direction: column;
  align-items: stretch;
  padding: 40px 4%;
  display: flex;
}

.heading-block.sticky {
  z-index: 101;
  background-color: var(--white);
  padding: 20px 30px;
  top: 60px;
}

.heading-block.trust {
  text-align: center;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.heading-block._404 {
  justify-content: center;
  min-height: 600px;
  padding-left: 10%;
}

.h3 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.logos-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.member-card {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 125%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-card.info {
  border-right: 2px solid #000;
  width: 60vw;
  max-width: 800px;
  position: relative;
}

.single-logo {
  filter: none;
  width: auto;
  height: 50px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.sticky-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 80vh;
  padding: 60px;
  display: flex;
  position: sticky;
  top: 80px;
}

.max-400 {
  max-width: 400px;
  margin-bottom: 0;
  font-size: 1.2rem;
}

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

.vertical-divider {
  z-index: 20;
  background-color: var(--black);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.vertical-divider.left {
  inset: 0% auto 0% 0%;
}

.sticky-card {
  background-color: var(--white);
  border-top: 2px solid #000;
  border-bottom: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 40px 60px;
  display: flex;
  position: sticky;
  top: 90px;
}

.sticky-card.last {
  margin-bottom: 0;
}

.sticky-card._02 {
  border-bottom-style: none;
}

.sticky-card._01 {
  border-top-style: none;
  border-bottom-style: none;
}

.sticky-card.hide {
  display: none;
}

.project-images-wrapper {
  border-left: 2px solid #000;
  position: relative;
}

.number {
  z-index: 0;
  color: var(--black);
  font-family: Alumni Sans, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 20px 0% auto;
}

.testimonials-slider {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  display: block;
  inset: auto 0% 0% auto;
}

.text-large {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
}

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

._2-col-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

._2-col-grid.right-margin {
  border-right: 2px solid #000;
  margin-right: 4%;
}

.honor-heading {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.honor-block {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.honor-block:hover {
  background-color: var(--black);
  color: #fff;
}

.honor-block.last {
  border-bottom-style: none;
}

.logo-image {
  width: 60px;
}

.image-13 {
  width: 100px;
}

.footer-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.footer-block {
  padding: 30px;
}

.footer-block._200-h {
  min-height: 200px;
}

.footer-info {
  max-width: 400px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.project-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.project-info-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.project-introduction-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.info-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px;
  display: flex;
  position: relative;
}

.project-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.image-fill {
  width: 100%;
}

.sticky {
  position: sticky;
  top: 120px;
}

.sticky.project-image {
  border-top: 2px solid #000;
  top: 150px;
}

.sticky.project-image:first-child {
  border-top-style: none;
}

.sticky.project-step-content {
  padding: 30px;
  top: 160px;
}

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

.next-project-info {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.next-project-info:hover {
  background-color: var(--black);
  color: var(--white);
}

.bold {
  font-weight: 700;
}

.info-text {
  max-width: 700px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-span-2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.arrow-left {
  z-index: 10;
  color: var(--black);
  border: 2px #000;
  border-right-style: solid;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.card-content {
  color: var(--white);
  padding: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-right {
  color: var(--black);
  border: 2px #000;
  border-left-style: solid;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  inset: auto 0% 0% auto;
}

.carousel-mask {
  width: 28vw;
  min-width: 300px;
  max-width: 500px;
  overflow: visible;
}

.slider-nav {
  border-top: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.team-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.form-block {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 800px;
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.contact-from {
  border-left: 2px #000;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.input-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--black);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.input-field:focus {
  border-bottom-color: #0d1120;
}

.input-field::placeholder {
  color: var(--black);
}

.input-field.text-area {
  border-bottom-style: none;
  height: 100%;
  min-height: 200px;
  padding-top: 20px;
  line-height: 1;
}

.submit-button {
  z-index: 10;
  clear: none;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 2px solid #000;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  place-content: flex-start center;
  align-self: auto;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s;
  display: block;
  position: relative;
}

.submit-button:hover {
  text-decoration: none;
}

.submit-button-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.social-links-wrapper.mobile-visable {
  display: none;
}

.relative {
  position: relative;
}

.bg-fixed-block {
  background-image: url('../images/dashboard-1729314_1.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.next-project-link {
  border-left: 2px solid #000;
  margin-left: 4%;
  text-decoration: none;
}

.next-project-link:hover {
  text-decoration: none;
}

.link-icon {
  color: #000;
  text-align: right;
  width: auto;
}

.guide-label {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.testimonials-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4%;
  display: grid;
}

.testimonial-header {
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: relative;
}

.testimonials-content {
  padding: 50px;
}

.landing-logo {
  width: 80px;
  margin-bottom: 20px;
}

.landing-logo-wrapper {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-wrapper {
  z-index: 10000;
  background-color: var(--white);
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.landing-logo-text {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
}

.landing-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.landing-lines-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 60px min-content 8fr min-content 60px;
  grid-template-columns: 60px min-content 8fr min-content 60px;
  position: absolute;
  inset: 0%;
}

.landing-line-01 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.landing-line-02 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.landing-line-03 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.landing-line-04 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.side-text {
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 0 100%;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 55% 1%;
  transform: rotate(90deg);
}

.guide-wrapper {
  padding: 60px 4%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 60px;
  }

  .container {
    align-items: stretch;
    margin-left: 3%;
    margin-right: 3%;
  }

  .title-block {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
  }

  .page-wrapper {
    z-index: 0;
    flex-direction: column;
    display: flex;
  }

  .color-block {
    width: 120px;
    height: 120px;
  }

  .hero {
    height: auto;
  }

  .hero-image-wrapper {
    padding-top: 6%;
    padding-bottom: 3%;
  }

  .menu-button {
    font-family: Lato, sans-serif;
  }

  .feature-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

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

  .testi-content {
    font-size: 1.5rem;
  }

  .right-to-left-marquee, .right-to-left-marquee:hover {
    text-decoration: none;
  }

  .scrolling-text {
    font-size: 7rem;
  }

  .footer-link, .footer-link:hover {
    text-decoration: none;
  }

  .display-h1 {
    font-size: 130px;
    line-height: .7;
  }

  .hero-grid {
    padding: 40px;
  }

  .hero-grid.inner-hero {
    grid-row-gap: 40px;
    grid-template-columns: .25fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-link {
    margin-bottom: 0;
  }

  .project-row-grid, .project-row-grid:hover {
    text-decoration: none;
  }

  .h3 {
    font-size: 40px;
  }

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

  .single-logo {
    flex: 0 auto;
    display: block;
  }

  .sticky-block {
    padding: 40px;
  }

  .sticky-card {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .number {
    color: #0003;
  }

  .honor-heading, .honor-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-block {
    padding: 30px;
  }

  .info-text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .team-info {
    grid-template-columns: 1fr;
  }

  .input-field, .input-field::placeholder {
    font-size: 24px;
  }

  .submit-button {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: inline-block;
  }

  .submit-button:hover {
    text-decoration: none;
  }

  .testimonials-wrapper {
    align-items: stretch;
    display: flex;
  }

  .testimonial-header {
    padding: 40px;
  }

  .testimonials-content {
    width: 50%;
    padding: 40px;
  }

  .side-text {
    bottom: 61%;
    left: .5%;
  }
}

@media screen and (max-width: 767px) {
  .form-content-wrapper {
    align-items: stretch;
    padding-left: 0;
  }

  .h2 {
    font-size: 24px;
  }

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

  .brand {
    display: flex;
  }

  .brand.w--current {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .hero-image-wrapper {
    padding-top: 12%;
  }

  .feature-grid {
    margin-bottom: 40px;
  }

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

  .footer-legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .display-h1 {
    font-size: 80px;
  }

  .hero-grid {
    grid-row-gap: 16px;
  }

  .hero-grid.inner-hero {
    grid-row-gap: 40px;
  }

  .heading-block._404 {
    min-height: 400px;
  }

  .logos-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .info-text {
    font-size: 1.5rem;
  }

  .carousel-mask {
    width: 60%;
  }

  .input-field {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .input-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    align-self: auto;
  }

  .testimonial-header, .testimonials-content {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }

  .container {
    position: static;
  }

  .container.form {
    border-left-style: none;
    border-right-style: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .title-block {
    text-align: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: block;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-content-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .page-wrapper {
    overflow: visible;
  }

  .color-palette {
    flex-direction: column;
  }

  .label-text {
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1;
  }

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

  .hero {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-image-wrapper {
    padding-top: 40%;
  }

  .nav-link {
    font-size: 4rem;
    line-height: 1;
  }

  .menu-links-wrapper {
    flex-flow: column;
  }

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

  .nav-menu-wrapper {
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .testi-block {
    padding: 0 0 20px;
    display: block;
  }

  .testi-content {
    font-size: 18px;
    font-weight: 400;
  }

  .right-to-left-marquee.logos {
    border-left: 2px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-column {
    border-left-style: none;
  }

  .footer-credit-text {
    margin-top: 0;
  }

  .display-h1 {
    direction: ltr;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 80px;
    line-height: .7;
  }

  .display-h1.line-height {
    line-height: 1;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    padding: 20px;
  }

  .hero-grid.inner-hero {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .showreel-lightbox {
    margin-top: 20px;
  }

  .text-link.social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .heading-grid {
    justify-content: stretch;
    place-items: center start;
  }

  .project-row-grid {
    padding: 20px;
  }

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

  .heading-block {
    padding: 20px;
  }

  .heading-block.sticky {
    position: relative;
    top: 0;
  }

  .heading-block.trust {
    border-bottom: 2px solid #000;
    border-right-style: none;
  }

  .member-card.info {
    width: 100%;
    overflow: auto;
  }

  .sticky-block {
    z-index: 30;
  }

  .sticky-block.mobile-no-sticky {
    padding: 30px;
    position: static;
  }

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

  .vertical-divider {
    display: none;
  }

  .sticky-card {
    top: 80px;
  }

  .project-images-wrapper {
    border-top: 2px solid #000;
    border-left-style: none;
  }

  .slide-nav {
    bottom: 0;
  }

  ._2-col-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.right-margin, .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .footer-block {
    border-bottom: 2px solid #000;
  }

  .footer-block._200-h {
    border-bottom-style: none;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-info-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-introduction-grid, .project-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky.project-image {
    top: 80px;
  }

  .sticky.project-step-content {
    border-bottom: 2px solid #000;
    top: 110px;
  }

  .next-project-info {
    border-bottom: 2px solid #000;
    padding: 40px;
  }

  .carousel-slider {
    border-right: 2px solid #000;
    padding-left: 0;
    padding-right: 0;
  }

  .card-content {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .team-info {
    padding: 30px;
  }

  .form-block {
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .submit-button {
    align-self: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    display: inline-block;
  }

  .social-links-wrapper {
    display: none;
  }

  .social-links-wrapper.mobile-visable {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .relative {
    border-top: 2px solid #000;
  }

  .bg-fixed-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
  }

  .testimonials-wrapper {
    flex-direction: column;
  }

  .testimonial-header {
    border-bottom: 2px solid #000;
  }

  .testimonials-content {
    width: 100%;
  }

  .landing-wrapper {
    display: none;
  }

  .landing-lines-grid {
    grid-template-rows: 40px min-content 8fr min-content 40px;
    grid-template-columns: 40px min-content 8fr min-content 40px;
  }

  .side-text {
    z-index: 10;
    margin-top: 20px;
    margin-left: 30%;
    display: none;
    position: relative;
  }

  .heading {
    font-size: 28px;
  }
}

#w-node-_590eb658-6043-6c72-32df-a133415b11ab-760ebd6e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_02b41be2-153c-5d8b-f7bb-fb91f5807b9d-760ebd6e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9203bbbb-10fc-facc-460b-9a3370370cfd-760ebd6e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b729c3c3-3fc2-0b83-3894-e689dfe372f0-760ebd6e {
  grid-area: 3 / 2 / 4 / 3;
  place-self: end;
}

#w-node-_96b4c1ae-d3b7-546e-9f98-75b22201525c-760ebd6e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d3fc85ce-5d25-c51a-d96a-46286872c4f3-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61d4376c-ff00-e7ba-2bf7-91601883c218-760ebd6e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_219afd21-61d4-f740-fefc-c3cf90dc0279-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c1f2a8e-de2d-0980-b15b-5790a95114d3-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f623c4f-2b16-dfac-ef6c-7a8dfd01606e-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bc8fe47c-e986-7fb1-c4b3-6baa0cb202e6-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc8fe47c-e986-7fb1-c4b3-6baa0cb202e8-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bc8fe47c-e986-7fb1-c4b3-6baa0cb202ea-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_78907ac1-f732-c800-2b7f-b2f8b09ffd11-760ebd6e, #w-node-_694a3258-6a3c-aaba-467e-b34ab12939a2-760ebd6e, #w-node-_67b012d8-5b1b-673e-19eb-a75348dee3e6-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67b012d8-5b1b-673e-19eb-a75348dee3e7-760ebd6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ffb1360-9e03-5357-19b2-79bd3c5f1463-760ebd6e, #w-node-_2ffb1360-9e03-5357-19b2-79bd3c5f1464-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ffb1360-9e03-5357-19b2-79bd3c5f1466-760ebd6e {
  place-self: center end;
}

#w-node-_87076976-a5d7-ad5c-87b4-7f05b8f3fb0f-760ebd6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d1420de3-a072-3e71-99b8-36147c32f6da-7c32f6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1420de3-a072-3e71-99b8-36147c32f6ed-7c32f6d7, #w-node-cb01ea7f-4787-0296-af82-55a502646a31-02646a2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_258a1df1-0def-7a4f-9161-c066f5e36807-f5e36806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_258a1df1-0def-7a4f-9161-c066f5e36808-f5e36806 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_770275e4-c3e7-f39b-5b9d-3dbafbf0b627-fbf0b625 {
  justify-self: start;
}

#w-node-_770275e4-c3e7-f39b-5b9d-3dbafbf0b62e-fbf0b625 {
  justify-self: center;
}

#w-node-_770275e4-c3e7-f39b-5b9d-3dbafbf0b630-fbf0b625 {
  justify-self: end;
}

#w-node-_98923bd9-cc73-7911-8379-ec3d48784ad5-48784ace {
  grid-area: 2 / 2 / 4 / 6;
  justify-self: start;
}

#w-node-_98923bd9-cc73-7911-8379-ec3d48784ad6-48784ace {
  grid-area: 2 / 4 / 6 / 5;
  align-self: start;
}

#w-node-_98923bd9-cc73-7911-8379-ec3d48784ad7-48784ace {
  grid-area: 4 / 1 / 5 / 5;
  justify-self: end;
}

#w-node-_98923bd9-cc73-7911-8379-ec3d48784ad8-48784ace {
  grid-area: 1 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a382f-ae0ebd78 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bb65aa54-d6f8-f8b6-a39a-339ae5a6d833-ae0ebd78 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a3884-ae0ebd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a38a7-ae0ebd78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a3889-ae0ebd78, #w-node-ada94b15-7aa3-465c-733f-2cde4f8feb81-ae0ebd78, #w-node-ada94b15-7aa3-465c-733f-2cde4f8feb9e-ae0ebd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ada94b15-7aa3-465c-733f-2cde4f8feb9f-ae0ebd78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82941e03-d700-da80-d5b5-8448c5be2eeb-ae0ebd78, #w-node-_82941e03-d700-da80-d5b5-8448c5be2eec-ae0ebd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b77b210f-b574-7b30-004d-93ae409c5f2e-ae0ebd78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_11f266e2-a9b6-528c-0ae7-9e321ff52547-ae0ebd78 {
  place-self: end;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a382f-580ebd7d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a3832-580ebd7d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-f6b74562-3a04-401b-3c56-8d6991934301-580ebd7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b74562-3a04-401b-3c56-8d6991934302-580ebd7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#Message.w-node-f6b74562-3a04-401b-3c56-8d6991934309-580ebd7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ba57b9-96c0-de8c-faf4-1ecf90d40940-580ebd7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b0b-f60ebd7f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b14-f60ebd7f {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end;
}

#w-node-_538dfd43-1425-8e65-7039-5a983285c983-f60ebd7f, #w-node-c877a8e2-267d-ab50-02fd-86d66eda112b-f60ebd7f, #w-node-d5b2d3cf-de26-88b3-d101-99c28ea5dee5-f60ebd7f, #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906bd4-f60ebd7f, #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b80-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906ba2-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_18e69d94-fd9d-f528-9649-f0bbde84b2e4-f60ebd7f, #w-node-_18e69d94-fd9d-f528-9649-f0bbde84b2e5-f60ebd7f, #w-node-_18e69d94-fd9d-f528-9649-f0bbde84b2e7-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e69d94-fd9d-f528-9649-f0bbde84b2ea-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-caef7d00-afec-8942-d4b1-cc74ae191d82-f60ebd7f, #w-node-caef7d00-afec-8942-d4b1-cc74ae191d83-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caef7d00-afec-8942-d4b1-cc74ae191d88-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1fa904f3-22fd-e5b9-e95d-87aa5ce7c43d-f60ebd7f, #w-node-_1fa904f3-22fd-e5b9-e95d-87aa5ce7c43e-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fa904f3-22fd-e5b9-e95d-87aa5ce7c443-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3efbcbf6-3deb-7ae2-bc2b-d662e5de9dfe-f60ebd7f, #w-node-_3efbcbf6-3deb-7ae2-bc2b-d662e5de9dff-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3efbcbf6-3deb-7ae2-bc2b-d662e5de9e04-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eea94434-b950-bb81-5a91-9212671888e9-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea94434-b950-bb81-5a91-9212671888ea-f60ebd7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57f7884b-fd0a-092c-b029-e1db24d7e705-f60ebd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f7884b-fd0a-092c-b029-e1db24d7e706-f60ebd7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b729c3c3-3fc2-0b83-3894-e689dfe372f0-760ebd6e {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_96b4c1ae-d3b7-546e-9f98-75b22201525c-760ebd6e {
    grid-row: 4 / 5;
  }

  #w-node-_11f266e2-a9b6-528c-0ae7-9e321ff52547-ae0ebd78 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b14-f60ebd7f {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: end;
  }

  #w-node-_538dfd43-1425-8e65-7039-5a983285c983-f60ebd7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b14-f60ebd7f {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_219afd21-61d4-f740-fefc-c3cf90dc0279-760ebd6e {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc8fe47c-e986-7fb1-c4b3-6baa0cb202ea-760ebd6e {
    justify-self: end;
  }

  #w-node-_694a3258-6a3c-aaba-467e-b34ab12939a1-760ebd6e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67b012d8-5b1b-673e-19eb-a75348dee3e6-760ebd6e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_770275e4-c3e7-f39b-5b9d-3dbafbf0b62e-fbf0b625 {
    justify-self: auto;
  }

  #w-node-_2fb10c83-bcaa-e883-6d2d-a04fa95a382f-ae0ebd78, #w-node-bb65aa54-d6f8-f8b6-a39a-339ae5a6d833-ae0ebd78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ada94b15-7aa3-465c-733f-2cde4f8feb9e-ae0ebd78 {
    order: -9999;
  }

  #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b0b-f60ebd7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eb3f2d1a-30a6-9ba5-05bf-1e7152906b14-f60ebd7f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_538dfd43-1425-8e65-7039-5a983285c983-f60ebd7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


