:root {
  --body-display: #626d86;
  --pinstripe: #889ea833;
  --cream: #fdf9ee;
  --orange-red: #ff4b27;
  --coral: #ff6f44;
  --shaddow: #292b4e12;
  --black: #111729;
}

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

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

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

.section.no-padding.grey {
  background-color: #fdf9ee;
}

.section.no-padding.grey.lower {
  margin-top: 0;
  padding-top: 139px;
}

.section.grey {
  background-color: var(--cream);
  padding-top: 34px;
  padding-bottom: 34px;
}

.section.grey.light {
  background-color: #fdf9ee26;
}

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

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.home-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero.contact {
  height: 500px;
  min-height: 0;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background.about-background {
  background-image: url('../images/about-img.jpeg');
}

.background.services-hero-background {
  background-image: url('../images/016.jpeg');
}

.background.journal-hero-background {
  background-image: url('../images/002.jpeg');
}

.background.about-hero-background {
  background-image: url('../images/hands2.jpeg');
}

.background.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background.action-background {
  background-image: url('../images/bottom-hpage.jpeg');
  background-size: cover;
}

.background.graphic-design {
  background-image: url('../images/graphic-design.jpg');
}

.background.branding {
  background-image: url('../images/branding.jpg');
}

.background.animation {
  background-image: url('../images/animation-studio.jpg');
}

.background.websites {
  background-image: url('../images/website.jpg');
}

.background.digital-marketing {
  background-image: url('../images/digital-marketing.jpg');
}

.background.comms {
  background-image: url('../images/comms-strategy.jpg');
  background-position: 50% 100%;
}

.background.ar {
  background-image: url('../images/ar.jpg');
  background-position: 50% 0;
}

.background.custom {
  background-image: url('../images/art5.jpeg');
  background-position: 50% 100%;
}

.overlay {
  background-color: #3d2117ad;
  background-image: linear-gradient(#6b000099, #a87300b5 54%, #520000c2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0a101d33;
  background-image: none;
}

.overlay.dark {
  background-color: #0a101da6;
}

.overlay.top {
  background-image: url('../images/logo-bg.png'), linear-gradient(#6b000099, #a87300b5 54%, #520000c2);
  background-position: -40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: #fff3;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

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

.slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  text-align: center;
  font-size: 56px;
  line-height: 1.2em;
}

.xxl-heading.white {
  color: #fff;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display.light {
  color: #fff;
}

.body-display.dark {
  color: #000;
}

.body-display.anim1 {
  background-image: url('../images/kid.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
}

.body-display.anim2 {
  width: 100%;
  height: 300px;
  display: flex;
}

.body-display.anim-3 {
  background-image: url('../images/animation-studio.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.subtitle {
  color: var(--orange-red);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.subtitle.light {
  color: #fffc;
}

.subtitle.small {
  font-size: 9px;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line.light {
  background-color: #ffffff17;
}

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

.horizontal-line {
  background-color: var(--pinstripe);
  height: 1px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 57px;
  border-top: 1px none var(--cream);
  border-right: 1px solid var(--pinstripe);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: center;
  width: 100%;
  padding: 60px 36px 36px;
  display: flex;
}

.service-bottom.end {
  border-right-style: none;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.featured-work-slider {
  z-index: 25;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  background-color: #fff0;
  height: 100%;
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  background-color: var(--cream);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
  position: relative;
}

.instagram-footer {
  z-index: 10;
  min-height: 200px;
  padding-top: 120px;
  position: relative;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #00000069;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: #ffffff2b;
  border-color: #fff3;
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 60rem;
  padding-top: 109px;
  padding-bottom: 109px;
  display: flex;
  position: relative;
}

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.service-icon {
  background-color: #eef0f600;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 150px;
  display: flex;
}

.service-card-hover {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.service-link-name {
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: var(--cream);
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

.instagram-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 24px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

.client-avatar {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.client-avatar.dark {
  border-color: var(--pinstripe);
}

.avatar {
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  background-color: var(--cream);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.projects-wrapper {
  background-color: #fff;
  margin-top: -80px;
  padding-bottom: 140px;
}

.side-fill {
  background-color: #fff;
  width: 100%;
}

.medium-width {
  max-width: 500px;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.inner-page-hero {
  justify-content: center;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.author {
  border: 4px solid var(--cream);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: sticky;
  top: 118px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-link {
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.projects-hero {
  justify-content: center;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.project-hero-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  background-color: var(--cream);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 80px;
  display: grid;
}

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

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--pinstripe);
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.services-dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

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

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-bottom {
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 24px;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.team-member-wrapper {
  background-color: #fff;
  min-height: 500px;
  padding: 60px 0 140px 60px;
}

.light-cover {
  background-color: #fff;
  width: 100%;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  background-color: var(--cream);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.client-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.author-avatar {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.avatar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.team-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-name {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.social-icon {
  background-color: var(--cream);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: #c0ccd18c;
  border: 1px solid #fff3;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 29px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.check-icon.dark {
  background-color: var(--cream);
}

.team-member-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  border-right: 1px none var(--coral);
  border-left: 1px none var(--coral);
  background-color: var(--coral);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0 -28px;
}

.horizontal-journal-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.journal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .5fr;
  grid-auto-columns: 1fr;
  padding: 60px 0 60px 60px;
  display: grid;
}

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

.journal-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-posts-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-post-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.popular-post-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.popular-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 275px;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: var(--pinstripe);
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: #960000;
  width: 0%;
  height: 100%;
}

.preloader-brand {
  color: #d38303;
  text-align: center;
  font-size: 21px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background.slider-001 {
  background-image: url('../images/bg-hero1.jpeg');
  background-position: 50% 25%;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-portrait-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

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

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.collection-list-wrapper, .collection-list {
  height: 100%;
}

.collection-item {
  justify-content: center;
  height: 100%;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 375px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

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

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.scroll-arrow {
  width: 18px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--cream);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.verticle-journal-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.verticle-journal-image {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

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

.service-overview {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.small-width {
  max-width: 300px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 12px;
  padding-left: 48px;
  display: grid;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  font-size: 11px;
  font-weight: 700;
}

.team-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  inset: auto auto 0%;
}

.error-message {
  background-color: var(--cream);
  color: var(--body-display);
  margin-top: 18px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.paragraph {
  color: var(--black);
  text-align: center;
  font-weight: 700;
}

.hero-subtitle {
  color: var(--cream);
  text-align: center;
  font-weight: 700;
}

.nav-menu-2 {
  display: flex;
}

.navbar-2 {
  background-color: #fff0;
  width: 100%;
  position: absolute;
}

.nav-text {
  color: #fff;
}

.nav-text.w--current {
  color: #ffae00;
}

.image {
  padding-top: 10px;
}

.cta-section {
  background-image: linear-gradient(119deg, #dd7600c4, #851c02e3), url('../images/waves.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-section {
  background-color: var(--coral);
  background-image: linear-gradient(#00000080, #00000080), url('../images/hands2.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container {
  width: 72rem;
  max-width: 72rem;
}

.subhead {
  color: #fff;
}

.subhead.gapped {
  margin-bottom: 22px;
}

.footer-acknowledgement {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.columns {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.div-block {
  display: flex;
}

.text-box-duals {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
}

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

.box-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 400px;
}

.box-image._1 {
  background-image: url('../images/art5.jpeg');
  background-position: 50%;
  background-size: 110%;
}

.box-image.ray {
  background-image: url('../images/ray1.jpg');
  background-position: 50%;
  background-size: cover;
}

.dropdown-list-2 {
  padding-right: 0;
}

.dropdown-list-2.w--open {
  background-color: #352619;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/bottom-hpage.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, 500%;
  padding-right: 27px;
}

.dropdown-link-2, .dropdown-link-2.w--current {
  color: #fff;
}

.dropdown-link-3 {
  color: var(--orange-red);
}

.artwork-sample {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.artwork-sample._1 {
  background-image: url('../images/art4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.artwork-sample._2 {
  background-image: url('../images/art3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.artwork-sample.serenity {
  background-image: url('../images/serenity-sample.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.artwork-sample.kulb {
  background-image: url('../images/kulbara-mining.png'), linear-gradient(#eaeae8, #eaeae8);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
}

.artwork-sample.web3 {
  background-image: url('../images/web-mockup3.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.artwork-sample.web2 {
  background-image: url('../images/web-mockup-2.png');
  background-size: cover;
}

.artwork-sample.graph1 {
  background-image: url('../images/annual-report-sample.png');
  background-size: cover;
}

.artwork-sample.design2 {
  background-image: url('../images/acknowledgement.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 400px;
}

.body-links {
  color: var(--coral);
}

.video-bg {
  width: 100%;
  height: 100%;
}

.mobile-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.logo-mobile {
  width: 250px;
}

.services-mobile-menu {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.service-block-mobile {
  width: 200px;
  height: 200px;
  display: flex;
}

.modal-close-wrapper {
  z-index: 3;
  padding: 1rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

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

.modal-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe9e4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mobile-menu-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.modal_close-button {
  cursor: pointer;
  width: 4rem;
}

.subtitle-2 {
  color: #ff4b27;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.margin-bottom-24px.top-padd {
  margin-top: 27px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-without-image-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-item-top, .service-bottom-content {
    grid-column-gap: 60px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .project-image {
    min-height: 450px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .overlay {
    width: 100%;
    min-width: 100%;
  }

  .action-banner {
    width: 100%;
  }
}

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.no-padding.grey.lower {
    margin-top: -70px;
  }

  .section.grey {
    height: auto;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-right {
    place-items: center end;
  }

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: #fff;
    min-height: 60px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .subtitle {
    text-decoration: none;
  }

  .subtitle.menu {
    text-align: center;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
  }

  .solid-button.mobile {
    color: #000;
    background-color: #fff;
    border: 1px solid #0003;
  }

  .solid-button.mobmen {
    margin-top: 21px;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .light-fill {
    display: none;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 136px 80px;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .nav-button {
    margin-right: 28px;
    display: block;
    position: absolute;
  }

  .showreel-info {
    justify-content: center;
    align-items: center;
    max-width: 95%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .service-card-hover {
    display: none;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .projects-wrapper {
    padding-bottom: 100px;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid var(--pinstripe);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .dropdown-link {
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .team-image {
    min-height: 250px;
  }

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

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

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

  .team-member-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .team-portrait {
    min-height: 375px;
  }

  .popular-posts {
    max-width: 500px;
    position: relative;
    top: auto;
  }

  .journal-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .popular-post-image {
    min-height: 140px;
  }

  .popular-post-info {
    grid-row-gap: 36px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon-wrapper {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .pagination {
    padding-left: 36px;
  }

  .nav-menu-2 {
    background-color: #992f01;
    background-image: linear-gradient(#ff6f443b, #ff4b273b);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: auto;
    padding-top: 127px;
    display: flex;
    inset: 0% 0% auto;
  }

  .navbar-2 {
    display: none;
  }

  .nav-text {
    text-align: right;
    width: 100%;
    display: block;
  }

  .icon {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    margin-top: 13px;
  }

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

  .about-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/hands2.jpeg');
    background-position: 0 0, 50%;
  }

  .container {
    text-align: center;
    width: 95%;
    max-width: 95%;
  }

  .columns {
    width: 100%;
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
  }

  .text-box-duals {
    height: auto;
  }

  .box-image._1 {
    background-repeat: no-repeat;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .dropdown-2 {
    flex: 0 auto;
    width: 100%;
  }

  .brand-2 {
    z-index: 500;
  }

  .logo-footer {
    width: 200px;
  }

  .h2 {
    font-size: 28px;
  }

  .mobile-menu {
    background-color: #fff;
    display: flex;
  }

  .logo-mobile {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .services-mobile-menu {
    width: 50%;
  }

  .service-block-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    height: 90px;
    margin: 13px auto 5px;
    text-decoration: none;
  }

  .image-2 {
    width: 180px;
  }

  .body-2 {
    display: flex;
  }

  .modal-close-wrapper {
    margin-top: 13px;
    margin-right: 12px;
    padding: 0;
  }

  .mobile-menu-2 {
    z-index: 500;
    background-color: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    position: relative;
  }

  .modal-wrapper {
    background-color: #fff;
    display: none;
  }

  .mobile-menu-3 {
    background-color: #fff;
    display: flex;
  }

  .modal_close-button {
    color: #fff;
    width: 3rem;
    padding-top: 5px;
  }

  .subtitle-2 {
    text-decoration: none;
  }

  .subtitle-2.menu {
    text-align: center;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    line-height: 12px;
  }

  .link-block {
    z-index: 5;
    padding-top: 9px;
    padding-left: 14px;
    position: relative;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-padding.grey.lower {
    margin-top: -67px;
  }

  .section.grey {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .solid-button {
    width: 100%;
    margin-top: 18px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 28px;
  }

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

  .collection-hero-banner {
    min-height: 500px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .about-content {
    padding-left: 36px;
  }

  .about-image {
    min-height: 350px;
  }

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-hero {
    min-height: 800px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

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

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

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

  .team-portrait {
    min-height: 500px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

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

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .columns {
    flex-flow: column;
  }

  .box-image._1 {
    margin-top: 34px;
  }

  .box-image.ray {
    margin-bottom: 11px;
  }

  .logo-footer {
    width: 150px;
  }

  .h2 {
    font-size: 28px;
  }

  .mobile-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-mobile {
    width: 200px;
  }

  .services-mobile-menu.top {
    margin-top: 14px;
  }

  .modal-wrapper {
    display: flex;
  }

  .mobile-menu-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal_close-button {
    width: 3rem;
  }

  .hero-heading-left, .hero-without-image, .hero-without-image-2 {
    padding: 60px 15px;
  }
}

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-padding.grey.lower {
    margin-top: -62px;
  }

  .section.grey {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section.no-top-padding.grey {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-hero {
    min-height: 93vh;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

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

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .subtitle.menu {
    font-size: 9px;
    line-height: 15px;
  }

  .solid-button {
    width: 100%;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .nav-button {
    display: flex;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .showreel-info {
    max-width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-brand {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    height: 400px;
    min-height: auto;
    padding-top: 104px;
  }

  .about-image {
    min-height: 250px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-info-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .quick-link-wrapper {
    width: 100%;
  }

  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }

  .image {
    padding-right: 39px;
  }

  .subhead {
    font-size: 24px;
  }

  .box-image.ray {
    height: 250px;
  }

  .h2 {
    font-size: 24px;
  }

  .services-mobile-menu {
    width: 100%;
    max-width: 1000px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-mobile-menu.top {
    margin-top: 28px;
  }

  .service-block-mobile {
    width: 90px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .modal-close-wrapper {
    position: absolute;
  }

  .mobile-menu-2 {
    z-index: 900;
    background-color: #fff;
  }

  .modal-wrapper {
    display: flex;
  }

  .mobile-menu-3 {
    z-index: 800;
    position: relative;
  }

  .modal_close-button {
    position: relative;
  }

  .subtitle-2.menu {
    font-size: 9px;
    line-height: 15px;
  }

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

  .container-3 {
    max-width: none;
  }
}

#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-5d7c34d9 {
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4dc-5d7c34d9 {
  justify-self: auto;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-5d7c34d9 {
  place-self: center;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-5d7c34d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac3117ad-b90e-8470-2448-e035e141450e-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7397c1-3804-1b8d-9d47-c0231543464e-5d7c34d9 {
  justify-self: start;
}

#w-node-_9cd07998-4a6f-e766-8f0e-031f96b9c21e-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e757-5d7c34d9 {
  align-self: end;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e75a-5d7c34d9 {
  justify-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff8667a-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff8667e-5d7c34d9 {
  justify-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff8668e-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff8668f-5d7c34d9 {
  align-self: end;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff86692-5d7c34d9 {
  justify-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff86670-5d7c34d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37a8701d-e543-e4e4-549a-da3f946f2efb-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6932-5d7c34d9 {
  align-self: start;
}

#w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6935-5d7c34d9 {
  justify-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff866a0-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff866a1-5d7c34d9 {
  align-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff866a6-5d7c34d9 {
  justify-self: start;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff866b4-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bdd22c9-59d3-5328-12fc-02e5dff866ba-5d7c34d9 {
  justify-self: start;
}

#w-node-e750bba2-e1df-139a-b2a7-6205960dfb85-5d7c34d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db6915f9-61b5-4fb1-2fb0-8736580d2576-5d7c34d9 {
  justify-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-5d7c34d9 {
  place-self: end start;
}

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: start;
}

#w-node-_5d0bbc12-2e78-715a-209b-3d3766160579-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
  justify-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  align-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
  justify-self: end;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-5d7c34da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-5d7c34da {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-5d7c34da {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-5d7c34da {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-5d7c34da {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-5d7c34da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-5d7c34da, #w-node-a3a95098-1593-07a5-c373-97375199b508-5d7c34da {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-5d7c34da {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-5d7c34da, #w-node-a3a95098-1593-07a5-c373-97375199b50c-5d7c34da {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-5d7c34da, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-5d7c34da {
  justify-self: start;
}

#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-5d7c34da {
  justify-self: end;
}

#w-node-_1e00442f-58f3-7c8e-cf3a-a36eb23793f0-5d7c34da {
  align-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-5d7c34da {
  justify-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-5d7c34da {
  justify-self: end;
}

#w-node-_9e572148-ae22-074f-3081-a0d31084942b-5d7c34da {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-5d7c34da {
  justify-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-5d7c34da {
  justify-self: end;
}

#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-5d7c34da {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-5d7c34da {
  justify-self: start;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-5d7c34da {
  justify-self: end;
}

#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-5d7c34da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-5d7c34da {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-5d7c34da {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-5d7c34da {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_668a9e60-0bae-07d3-5df4-df15742f8f8c-5d7c34db {
  justify-self: center;
}

#w-node-_668a9e60-0bae-07d3-5df4-df15742f8f8e-5d7c34db {
  justify-self: auto;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-5d7c34db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-5d7c34db {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-5d7c34db {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-5d7c34db {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-5d7c34db, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-5d7c34db {
  align-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-5d7c34db {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-5d7c34dc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-5d7c34dc {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-5d7c34dc, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-5d7c34dc, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-5d7c34dc {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-5d7c34dc {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-5d7c34dc {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-5d7c34dc {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-5d7c34dc {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-5d7c34dc {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-5d7c34dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-5d7c34dc {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-5d7c34dc {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-5d7c34dc, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-5d7c34dc {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-5d7c34dc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-5d7c34dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-5d7c34dc, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-5d7c34dc {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-5d7c34dc, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-5d7c34dc {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-5d7c34dc, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-5d7c34dc {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-5d7c34dc {
  place-self: end center;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-5d7c34dd {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-5d7c34dd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-5d7c34dd, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-5d7c34dd, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-5d7c34dd {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-5d7c34dd {
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-5d7c34dd, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-5d7c34dd, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-5d7c34dd, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-5d7c34dd {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-5d7c34dd {
  place-self: end center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-5d7c34dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-5d7c34dd, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-5d7c34dd {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-5d7c34dd {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-5d7c34dd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-5d7c34dd {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-5d7c34dd {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-5d7c34dd {
  place-self: center start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-5d7c34dd {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-5d7c34dd, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-5d7c34dd {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-5d7c34dd {
  place-self: end start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-5d7c34dd {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-5d7c34dd {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-5d7c34dd {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-5d7c34dd {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-5d7c34dd {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-5d7c34dd {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-5d7c34dd {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-5d7c34dd {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-5d7c34dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-5d7c34dd {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-5d7c34dd {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-5d7c34dd {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-5d7c34dd {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-5d7c34dd {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-5d7c34dd {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-5d7c34dd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-5d7c34dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-5d7c34dd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-5d7c34dd {
  place-self: end start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-5d7c34de {
  place-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-5d7c34de {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-5d7c34de {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-5d7c34de {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-5d7c34de {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-5d7c34de {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-5d7c34de {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-5d7c34de, #w-node-e100a364-1795-27bf-9618-86349bee62e9-5d7c34de {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-5d7c34de {
  place-self: center start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-5d7c34de {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-5d7c34de {
  place-self: center start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-5d7c34de {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-5d7c34de {
  place-self: center start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-5d7c34de {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-5d7c34de {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-5d7c34de {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-5d7c34de, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-5d7c34de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-5d7c34de {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-5d7c34de {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-5d7c34de {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-5d7c34de, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-5d7c34de {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-5d7c34de {
  place-self: end start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-5d7c34de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-5d7c34de {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-5d7c34de {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-5d7c34de {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-5d7c34de {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-5d7c34de {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-5d7c34de {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-5d7c34de {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-5d7c34de {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-5d7c34de {
  place-self: end start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-701080d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-701080d2 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-701080d2 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-701080d2 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-701080d2 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-701080d2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-701080d2, #w-node-a3a95098-1593-07a5-c373-97375199b508-701080d2 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-701080d2 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-701080d2, #w-node-a3a95098-1593-07a5-c373-97375199b50c-701080d2 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-701080d2 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-b50de5a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-b50de5a6 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-b50de5a6 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-b50de5a6 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-b50de5a6 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-b50de5a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-b50de5a6, #w-node-a3a95098-1593-07a5-c373-97375199b508-b50de5a6 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-b50de5a6 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-b50de5a6, #w-node-a3a95098-1593-07a5-c373-97375199b50c-b50de5a6 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-b50de5a6, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-b50de5a6 {
  justify-self: start;
}

#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-b50de5a6 {
  justify-self: end;
}

#w-node-_1e00442f-58f3-7c8e-cf3a-a36eb23793f0-b50de5a6 {
  align-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-b50de5a6 {
  justify-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-b50de5a6 {
  justify-self: end;
}

#w-node-_9e572148-ae22-074f-3081-a0d31084942b-b50de5a6 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-b50de5a6 {
  justify-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-b50de5a6 {
  justify-self: end;
}

#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-b50de5a6 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-b50de5a6 {
  justify-self: start;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-b50de5a6 {
  justify-self: end;
}

#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-b50de5a6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-b50de5a6 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-b50de5a6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-b50de5a6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-ec24693d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-ec24693d {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-ec24693d {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-ec24693d {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-ec24693d {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-ec24693d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-ec24693d, #w-node-a3a95098-1593-07a5-c373-97375199b508-ec24693d {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-ec24693d {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-ec24693d, #w-node-a3a95098-1593-07a5-c373-97375199b50c-ec24693d {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-ec24693d {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-5bf84229 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-5bf84229 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-5bf84229 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-5bf84229 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-5bf84229 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-5bf84229 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-5bf84229, #w-node-a3a95098-1593-07a5-c373-97375199b508-5bf84229 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-5bf84229 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-5bf84229, #w-node-a3a95098-1593-07a5-c373-97375199b50c-5bf84229 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-5bf84229 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-4e77bfd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-4e77bfd4 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-4e77bfd4 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-4e77bfd4 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-4e77bfd4 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-4e77bfd4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-4e77bfd4, #w-node-a3a95098-1593-07a5-c373-97375199b508-4e77bfd4 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-4e77bfd4 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-4e77bfd4, #w-node-a3a95098-1593-07a5-c373-97375199b50c-4e77bfd4 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-4e77bfd4 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-3482043e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-3482043e {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-3482043e {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-3482043e {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-3482043e {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-3482043e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-3482043e, #w-node-a3a95098-1593-07a5-c373-97375199b508-3482043e {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-3482043e {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-3482043e, #w-node-a3a95098-1593-07a5-c373-97375199b50c-3482043e {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-3482043e {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-d86485b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-d86485b4 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-d86485b4 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-d86485b4 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-d86485b4 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-d86485b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-d86485b4, #w-node-a3a95098-1593-07a5-c373-97375199b508-d86485b4 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-d86485b4 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-d86485b4, #w-node-a3a95098-1593-07a5-c373-97375199b50c-d86485b4 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-d86485b4 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-f20febe8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-f20febe8 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-f20febe8 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-f20febe8 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-f20febe8 {
  justify-self: center;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-f20febe8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-f20febe8, #w-node-a3a95098-1593-07a5-c373-97375199b508-f20febe8 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-f20febe8 {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-f20febe8, #w-node-a3a95098-1593-07a5-c373-97375199b50c-f20febe8 {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-f20febe8 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-e9d98c17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-e9d98c17 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-e9d98c17 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-e9d98c17 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-e9d98c17 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-a1e64425 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-a1e64425 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-a1e64425 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-a1e64425 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-a1e64425 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-ed7517f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-ed7517f5 {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-ed7517f5 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-ed7517f5 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-ed7517f5 {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-e7790d9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-e7790d9a {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-e7790d9a {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-e7790d9a {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-e7790d9a {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
    align-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a3a95098-1593-07a5-c373-97375199b507-5d7c34da {
    align-self: start;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-5d7c34de {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-5d7c34de {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a3a95098-1593-07a5-c373-97375199b507-701080d2, #w-node-a3a95098-1593-07a5-c373-97375199b507-b50de5a6, #w-node-a3a95098-1593-07a5-c373-97375199b507-ec24693d, #w-node-a3a95098-1593-07a5-c373-97375199b507-5bf84229, #w-node-a3a95098-1593-07a5-c373-97375199b507-4e77bfd4, #w-node-a3a95098-1593-07a5-c373-97375199b507-3482043e, #w-node-a3a95098-1593-07a5-c373-97375199b507-d86485b4, #w-node-a3a95098-1593-07a5-c373-97375199b507-f20febe8 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-5d7c34de {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f30b442e-0057-8945-918c-28a109fa3f49-09fa3f44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-5d7c34dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-5d7c34de {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-5d7c34de {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-5d7c34de {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-5d7c34de {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-5d7c34de {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-5d7c34de {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-5d7c34de {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-5d7c34da, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-5d7c34da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-5d7c34da {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-5d7c34da {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-5d7c34da {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-5d7c34de {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-5d7c34de {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-5d7c34de {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-5d7c34de {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-5d7c34de {
    grid-column: span 1 / span 1;
  }

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-b50de5a6, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-b50de5a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-b50de5a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-b50de5a6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-b50de5a6 {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b, #w-node-_5d0bbc12-2e78-715a-209b-3d3766160579-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
    justify-self: center;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-5d7c34dd {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}


