:root {
  --outline: #8e93a526;
  --white-outline-15: #b9dee926;
  --line-fill: #cbdce966;
  --black: #0a0f1a;
  --grey: #f3f6f9;
  --dark-line-fill: #bfc5d5;
  --body-display: #606670;
  --white: white;
  --font-family: Poppins, sans-serif;
  --black-2: #232a35;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-200: #f3f5fb;
  --font-family-2: "Inter Variablefont Slnt Wght", sans-serif;
  --font-family-3: Inter, sans-serif;
}

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

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

h2 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35em;
}

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

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

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

p {
  margin-bottom: 0;
}

blockquote {
  border-left: 2px solid var(--outline);
  background-color: var(--white-outline-15);
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.6em;
}

.home-hero {
  color: #fff;
  justify-content: center;
  height: 110vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.member-background {
  mix-blend-mode: normal;
  background-image: url('../images/Ayanda-Halimana.webp');
  background-position: 50% 10%;
}

.background.member-background.sb {
  background-image: url('../images/Sarah-Team-Page-1.jpg');
  background-position: 100%;
}

.background.member-background.db {
  background-image: url('../images/Image-1080x810.jpg');
  background-position: 50%;
}

.background.about-background {
  background-image: url('../images/Beige-Office-Desks-1_1.avif');
  background-size: cover;
}

.background.service-background {
  background-image: url('../images/WhatsApp-Image-2024-06-14-at-21.23.04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.background.belonging-background {
  background-image: url('../images/Growth-chart-on-phone.png');
}

.background.footer-banner {
  background-image: url('../images/Documentary-Photography-Film.png');
}

.background.team-background {
  background-image: url('../images/Developers-in-Large-Office.jpg');
  background-position: 50%;
}

.background.design-background {
  background-image: url('../images/Image-from-Cosmos-6.jpeg');
  background-position: 55%;
}

.background.careers-background {
  background-image: url('../images/099.jpeg');
}

.background.quote-banner {
  background-image: url('../images/Office-Desks-Turned-Off-1_1.avif');
}

.background.service-one {
  background-image: url('../images/Image-from-Cosmos.jpeg');
  background-position: 100% 0;
  background-size: 768px;
}

.background.service-two {
  background-image: url('../images/Image-from-Cosmos-2.jpeg');
}

.background.service-three {
  background-image: url('../images/Image-from-Cosmos-5.jpeg');
}

.background.service-four {
  background-image: url('../images/AI-Interface-Cosmos-1.jpeg');
}

.background.strategy-background {
  background-image: url('../images/Crypto-Wallets-Cosmos.jpeg');
  background-position: 30% 23%;
  background-repeat: no-repeat;
  background-size: 550px;
  background-attachment: scroll;
}

.background.writing-background {
  background-image: url('../images/Node-Network-Cosmos.jpeg');
  background-position: 50% 100%;
}

.background.marketing-background {
  background-image: url('../images/Image-from-Cosmos-16.jpeg');
  background-position: 73%;
}

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

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

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

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

.background.ig-five {
  background-image: url('../images/069.jpeg');
}

.background.ig-six {
  background-image: url('../images/091.jpeg');
}

.background.xp {
  background-image: url('../images/Screenshot-2024-07-11-at-7.10.01-PM.png');
}

.background.xp._3 {
  background-image: url('../images/Screenshot-2024-07-11-at-7.12.07-PM.png');
}

.background.xp._2 {
  background-image: url('../images/Screenshot-2024-07-11-at-7.09.05-PM.png');
}

.background.xp._1 {
  background-image: url('../images/Screenshot-2024-07-11-at-7.04.16-PM.png');
}

.background.art1 {
  background-image: url('../images/CQ4PCi-Image-from-Miro.webp');
}

.background.art2 {
  background-image: url('../images/Screenshot-2025-03-17-at-19.51.30.png');
}

.background.art3 {
  background-image: url('../images/KVR3jeeC63uYkV9O5pO0eQ.webp');
}

.background.art4 {
  background-image: url('../images/Automation-Cosmos-Image.jpeg');
}

.overlay {
  background-color: #060b1480;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b144d;
}

.overlay.dark {
  background-color: #060b14b3;
}

.hero-grid-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;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-left-bottom {
  z-index: 1;
  border-style: none;
  border-width: 1px;
  border-color: var(--white-outline-15) var(--white-outline-15) black black;
  background-color: #fff;
  min-height: 20vh;
  margin-right: -1px;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: -10vh;
}

.hero-middle {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 800px;
  padding-bottom: 10vh;
  padding-left: 148px;
  padding-right: 80px;
  display: grid;
}

.hero-video-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 1px;
  margin-left: -60px;
  display: grid;
}

.vertical-line {
  background-color: var(--white-outline-15);
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.vertical-line.top {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.vertical-line.bottom-max {
  min-height: 20vh;
}

.video-button {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.line-fill {
  background-color: var(--line-fill);
  width: 100%;
  height: 24px;
}

.line-fill.blank {
  background-color: #fff0;
}

.line-fill.top-video-line {
  margin-bottom: 0;
}

.hero-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.xxl-heading {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section.no-padding.grey {
  display: flex;
}

.section.dark {
  background-color: var(--black);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.hero-feature {
  min-height: 100px;
}

.button {
  border: 1px solid var(--outline);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 32px;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.button.trans {
  border-color: var(--white-outline-15);
  color: #fff;
  text-align: center;
}

.button.small {
  padding: 16px 26px;
  font-size: 10px;
}

.button-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.button-fill {
  background-color: var(--dark-line-fill);
  width: 18px;
  height: 100%;
}

.button-fill.light {
  background-color: var(--line-fill);
}

.button-fill.light:hover {
  width: 100%;
}

.button-right-line {
  flex-direction: column;
  justify-content: flex-end;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% -1px 0% auto;
}

.vertical-button-fill {
  background-color: var(--dark-line-fill);
  width: 100%;
  height: 18px;
}

.vertical-button-fill.light {
  background-color: var(--line-fill);
}

.vertical-button-fill.light:hover {
  height: 100%;
}

.button-bottom-line {
  justify-content: flex-end;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
}

.button-left-line {
  flex-direction: column;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1px;
}

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

.nav-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;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.nav-menu {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  display: flex;
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.mobile-only {
  display: none;
}

.brand {
  z-index: 10;
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  width: auto;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  padding-bottom: 5px;
}

.thin-span {
  font-weight: 400;
}

.nav-menu-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
  display: grid;
}

.navigation-social {
  z-index: 10;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding-left: 12px;
  padding-right: 0;
  display: none;
  position: relative;
}

.subtitle {
  z-index: 10;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subtitle.grey {
  color: var(--body-display);
  font-size: 12px;
}

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

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

.subtitle.left {
  text-align: left;
}

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

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

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

.social-icon.dark {
  background-color: var(--grey);
}

.grid-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;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

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

.outline-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--outline) #8e93a526;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.horizontal-line-fill {
  background-color: var(--dark-line-fill);
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  background-color: var(--dark-line-fill);
  opacity: 0;
}

.horizontal-line-fill.light {
  background-color: var(--line-fill);
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.vertical-line-fill {
  background-color: var(--dark-line-fill);
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  background-color: var(--dark-line-fill);
  opacity: 0;
}

.vertical-line-fill.light {
  background-color: var(--line-fill);
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

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

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

.call-to-action {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  padding: 100px 0;
  display: grid;
  position: relative;
}

.call-to-action.right {
  border-left: 1px solid var(--outline);
}

.hero-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-nav {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  z-index: 50;
  border: 1px solid var(--line-fill);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -30px;
  display: flex;
  inset: auto auto 90px 148px;
}

.slider-arrow.right {
  left: 232px;
}

.slider-line {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1px;
  margin-left: -1px;
  display: grid;
  position: relative;
}

.slider-bottom {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--white-outline-15);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  position: absolute;
  inset: auto 0% 80px;
}

.slider-bottom.in-slide {
  z-index: 25;
  border-top-style: none;
}

.slider-bottom.large {
  bottom: 100px;
}

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

.slider-bottom-left {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-horizontal-fill {
  background-color: var(--line-fill);
  width: 18px;
  height: 100%;
}

.slider-horizontal-line {
  background-color: var(--white-outline-15);
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.slider-top-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 148px 60px 24px 60px auto;
  grid-auto-columns: 1fr;
  height: 1px;
  display: grid;
  position: absolute;
  inset: 0 0% auto;
}

.slider-background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background.team-one {
  background-image: url('../images/Asterosaurus-Logo-Sketches.png');
}

.slider-background.team-two {
  background-image: url('../images/Well-lit-office-work.jpg');
  background-position: 50% 100%;
}

.slider-background.team-three {
  background-image: url('../images/Realistic-Scandinavian-F2-Photo.png');
}

.slider-background.diversity-one {
  background-image: url('../images/Image-from-Cosmos-5.jpeg');
  background-position: 100%;
  background-size: cover;
}

.slider-background.diversity-two {
  background-image: url('../images/Image-from-Cosmos-15.jpeg');
  background-position: 100%;
}

.slider-background.diversity-three {
  background-image: url('../images/Modern-Office-Desk.png');
  background-position: 50% 0;
}

.slider-background-wrapper {
  justify-content: center;
  margin-bottom: -80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-background-wrapper.large {
  margin-bottom: -100px;
}

.mask {
  width: 100%;
  overflow: visible;
}

.featured-work-slide {
  width: 100%;
}

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

.projects-grid-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 48px 48px 0;
}

.sidebar {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.sidebar.bottom {
  padding-bottom: 80px;
}

.section-bottom-line {
  background-color: var(--outline);
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--outline);
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 475px;
  padding: 36px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.sticky-sidebar-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: sticky;
  top: 101px;
}

.slider-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-section.portfolio {
  display: none;
}

.call-to-action-section {
  z-index: 20;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.boxed-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
  position: relative;
}

.boxed-intro.bottom {
  align-items: flex-start;
  margin-bottom: 80px;
  padding-left: 148px;
  padding-right: 80px;
}

.subtitle-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

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

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  display: grid;
}

.solid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.founder-image {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
}

.about-us-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 140px 0 220px;
  display: grid;
  position: relative;
}

.intro-corner {
  border-top: 1px solid var(--white-outline-15);
  border-left: 1px solid var(--white-outline-15);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.bottom-left {
  border-bottom: 1px solid var(--white-outline-15);
  border-top-style: none;
  inset: auto auto 0% 0%;
}

.intro-corner.bottom-left.dark {
  border-bottom-color: var(--outline);
}

.intro-corner.dark {
  border-top-color: var(--outline);
  border-left-color: var(--outline);
}

.intro-corner.top-right {
  inset: 0% 0% auto auto;
}

.intro-corner.top-right.dark {
  border-right: 1px solid var(--outline);
  border-left-style: none;
}

.intro-corner.bottom-right {
  inset: auto 0% 0% auto;
}

.intro-corner.bottom-right.dark {
  border-style: none solid solid none;
  border-right-width: 1px;
  border-right-color: var(--outline);
  border-bottom-width: 1px;
  border-bottom-color: var(--outline);
}

.about-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 148px minmax(auto, 650px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: grid;
  position: relative;
}

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

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

.underline-link {
  border-bottom: 1px solid var(--white-outline-15);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.underline-link:hover {
  border-bottom-color: #fff;
}

.underline-link.dark {
  border-bottom-color: var(--dark-line-fill);
  color: var(--black);
  transition: border .5s cubic-bezier(.25, .46, .45, .94);
}

.underline-link.dark:hover {
  border-bottom-color: #858c9ead;
}

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

.centered-intro {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.tab-link {
  border: 1px none var(--outline);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/Team002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.one {
  background-image: url('../images/Portrait21.jpeg');
}

.testimonial-avatar.two {
  background-image: url('../images/Portrait019.jpeg');
}

.testimonial-avatar.three {
  background-image: url('../images/Portrait009.jpeg');
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.footer {
  border-top: 1px none var(--outline);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 36px;
  display: flex;
}

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

.inner-page-hero {
  color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-bottom {
  z-index: 25;
  background-color: #fff;
  height: 80px;
  position: relative;
}

.inner-bottom.large {
  height: 100px;
}

.inner-bottom.small {
  height: 60px;
}

.inner-bottom.small.grey {
  background-color: var(--white);
}

.inner-bottom.grey {
  background-color: var(--grey);
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.navigation-cover {
  background-color: #fff;
  border-bottom: 1px solid #8e93a500;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-cover.right {
  margin-left: -5px;
}

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

.light-inner-hero {
  z-index: 20;
  margin-bottom: -100px;
  padding-top: 80px;
  position: relative;
}

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

.body-display.large {
  font-size: 18px;
}

.body-display.small {
  letter-spacing: .02px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
}

.body-display.two-columns {
  column-count: 2;
  column-gap: 60px;
}

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

.inner-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 180px 36px 200px 148px;
  display: grid;
}

.boxed-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.core-values {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 200px;
  display: grid;
}

.video-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  margin-bottom: -80px;
  display: grid;
  position: relative;
}

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

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

.card {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-info {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.left-section-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding-right: 36px;
  display: grid;
}

.featured-project-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding-bottom: 120px;
  display: grid;
  position: relative;
}

.featured-project-info {
  align-items: stretch;
  min-height: 625px;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: flex;
}

.featured-project-conetnt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 900px;
  padding-left: 148px;
  display: grid;
}

.dual-row {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

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

.instagram-box {
  background-color: #e1e6ec;
  height: 13vw;
  position: relative;
}

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

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

.section-name {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.rotate-text {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rotate-text.right {
  transform: rotate(90deg);
}

.team-images {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-button {
  border: 1px solid var(--outline);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 148px;
  padding: 12px 24px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.founder-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px none var(--outline);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.team-image {
  z-index: 10;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 0 12px 12px;
  display: grid;
  position: relative;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 80px 140px 0;
  display: grid;
}

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

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

.journal-post-content {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding: 180px 60px 200px 148px;
  display: grid;
}

.category-navigation {
  border-top: 1px solid var(--outline);
  margin-top: 80px;
}

.category-navigation-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 55px;
  display: grid;
}

.journal-featured-image {
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.four-column-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.post-body {
  border-right: 1px solid var(--outline);
  justify-content: center;
  align-items: flex-start;
  min-height: 900px;
  padding: 48px 48px 140px 0;
  display: flex;
}

.journal-right-hero {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sidebar-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--dark-line-fill);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-left: 36px;
  display: grid;
}

.categories {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.arrow-link {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  font-size: 9px;
  text-decoration: none;
  display: grid;
}

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

.category-nav-tag {
  background-color: var(--grey);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 12px 12px 12px 15px;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
}

.category-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 9px;
  text-decoration: none;
  display: flex;
}

.category-links {
  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;
  height: 100%;
  display: grid;
}

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

.journal-post-hero {
  z-index: 25;
  justify-content: center;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.large-width {
  max-width: 800px;
}

.member-social {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-left: 1px solid var(--dark-line-fill);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-left: -1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 36px;
  display: grid;
}

.careers-banner {
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  display: flex;
  position: relative;
}

.careers-intro {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-right: 0;
  display: grid;
}

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

.career-intro-text {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grey-block {
  background-color: var(--grey);
  width: 100%;
}

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

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

.inclusion-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 60px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: grid;
}

.open-positions-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.inclusion-intro {
  border-right: 1px solid var(--outline);
  padding: 48px 80px 80px 0;
  position: relative;
}

.project-name {
  z-index: 15;
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.slider-background-full {
  justify-content: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.project-title {
  letter-spacing: -.01em;
  font-family: Poppins, sans-serif;
}

.project-background {
  z-index: 2;
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.skew-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-left: 1px none var(--dark-line-fill);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.project-category-link {
  border-left: 1px solid var(--dark-line-fill);
  color: var(--body-display);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.project-category-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
}

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

.works-intro-bottom, .works-intro-top {
  padding-left: 36px;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid var(--dark-line-fill);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.icon-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.journal-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--outline);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-list-card {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-bottom: 1px none var(--outline);
  color: var(--black);
  text-align: center;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 120px;
  padding: 48px 24px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.journal-list-title {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: stretch stretch;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
  position: relative;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 450px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--black);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

.preloader {
  z-index: 10000;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-blank {
  border-bottom: 1px none var(--outline);
  background-color: #fff;
  width: 100%;
}

.preloader-blank.right {
  width: auto;
  margin-left: -24px;
}

.preloader-columns {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.preloader-line {
  background-color: var(--outline);
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-fill {
  background-color: var(--dark-line-fill);
  width: 100%;
  height: 20%;
}

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

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

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

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.dropdown-toggle {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 13px;
  display: flex;
}

.dropdown-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px none var(--outline);
  border-bottom: 1px none var(--outline);
  border-left: 1px none var(--outline);
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 300px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.dropdown-link {
  border-bottom: 1px solid var(--outline);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  min-height: 60px;
  padding: 18px 36px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.dropdown-list.w--open {
  width: 100%;
}

.dropdown-corner {
  z-index: 2;
  border-top: 1px solid var(--outline);
  border-left: 1px solid var(--outline);
  background-color: #fff;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -9px 0 auto;
  transform: rotate(45deg);
}

.paralax-background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: -48px;
  position: absolute;
  inset: 0%;
}

.paralax-background.one {
  background-image: url('../images/Designer-Creative-Workspace.png');
  background-position: 55%;
}

.paralax-background.two {
  background-image: url('../images/Caramel-Skinned-Male.png');
  background-position: -60%;
}

.paralax-background.three {
  background-image: url('../images/Office-Chat-Smiling.png');
  background-position: 71%;
}

.paralax-background.four {
  background-image: url('../images/Food-tech-employee.png');
  background-position: 50% 15%;
}

.paralax-background.five {
  background-image: url('../images/Happy-Teenager-Sitting.png');
  background-position: 0%;
}

.paralax-background.six {
  background-image: url('../images/Office-work-POV.png');
  background-position: 50% 70%;
}

.paralax-background.seven {
  background-image: url('../images/Food-tech-employee.png');
}

.team-members {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-right: 48px;
  display: grid;
}

.rich-text {
  letter-spacing: .3px;
  font-family: Spacegrotesk, sans-serif;
}

.rich-text h2 {
  margin-bottom: 20px;
}

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

.rich-text h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 36px;
}

.rich-text h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.journal-author {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  border-left: 1px solid var(--dark-line-fill);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-top: 0;
  padding-left: 36px;
  display: grid;
}

.author-image {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

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

.author-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  display: grid;
}

.author-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.author-bottom-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

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

.horizontal-line {
  z-index: 10;
  background-color: var(--outline);
  height: 1px;
  position: relative;
}

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

.card-cover {
  z-index: 15;
  background-color: var(--grey);
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.dual-title {
  z-index: 15;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.project-slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 92px;
  display: grid;
}

.project-mask {
  width: 100%;
  overflow: visible;
}

.project-slider {
  background-color: #0000;
  width: 75%;
  max-width: 475px;
  height: 100%;
}

.project-arrow {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  inset: auto auto -89px 0%;
}

.project-arrow.right {
  left: 70px;
}

.project-arrow.right.grey {
  left: 68px;
}

.project-arrow.grey {
  background-color: var(--grey);
}

.project-slider-section {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.project-slider-section.white {
  border-top: 1px none var(--outline);
  background-color: #fff;
  border-bottom-style: none;
}

.project-slide {
  margin-right: 36px;
}

.overview-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-right: 48px;
  display: grid;
}

.project-banner {
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.client-quote {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.client-credit {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto min-content;
  grid-auto-columns: 1fr;
  padding-right: 36px;
  display: grid;
}

.client-avatar-wrapper {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 9px;
  position: relative;
  overflow: hidden;
}

.client-avatar {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.avatar-outline {
  border: 1px solid var(--dark-line-fill);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.avatar-outline.light {
  border-color: var(--white-outline-15);
}

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

.project-features {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.client-testimonial {
  font-family: var(--font-family);
  font-size: 28px;
}

.project-approach {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 140px;
  padding-right: 48px;
  display: grid;
}

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

.project-image-card {
  width: 100%;
  height: 23vw;
  min-height: 360px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

.project-numbers {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 148px;
  display: grid;
}

.dropdown-menu-wrapper {
  z-index: 10;
  border-right: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  border-left: 1px solid var(--outline);
  background-color: #fff;
  width: 100%;
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

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

.slider-intro-text {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-left: 148px;
  display: grid;
}

.banner-quote {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 148px;
  display: grid;
  position: relative;
}

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

.diversity-resources {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-right: 48px;
  display: grid;
}

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

.large-projects-wrapper {
  border-right: 1px solid var(--outline);
  padding-top: 48px;
  padding-bottom: 140px;
  padding-right: 48px;
}

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

.large-journal-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.large-journal-image {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-content: end start;
  align-items: end;
  height: 22vw;
  min-height: 275px;
  max-height: 400px;
  display: grid;
  position: relative;
}

.journal-category {
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 9px 16px 0 18px;
  font-size: 9px;
  position: relative;
}

.journal-category.grey {
  background-color: var(--grey);
}

.journal-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
  position: relative;
}

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

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

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

.services-tab-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.banner-content {
  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;
  max-width: 700px;
  padding-bottom: 100px;
  display: grid;
}

.services-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  min-height: 100px;
  display: grid;
}

.service-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 140px;
  display: grid;
}

.services-mask {
  width: 100%;
  overflow: visible;
}

.service-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.service-link.w--current {
  color: var(--black);
  background-color: #0000;
}

.service-image {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.service-info {
  grid-column-gap: 36px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 48px;
  display: grid;
}

.services-verticle-line {
  z-index: 10;
  background-color: var(--outline);
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: relative;
}

.service-examples {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 48px;
  display: grid;
}

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

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

.large-category-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--outline);
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 140px;
  padding-right: 48px;
  display: grid;
}

.team-portrait {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.team-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 800px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

.team-journal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-right: 48px;
  display: grid;
}

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

.field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 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;
}

.text-field {
  border: 1px solid var(--outline);
  background-color: var(--grey);
  color: var(--black);
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.text-field::placeholder {
  color: #606670bf;
}

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

.solid-button {
  background-color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  min-height: 56px;
  font-size: 14px;
}

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

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

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

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

.career-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
  display: grid;
}

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

.background-cover {
  z-index: 3;
  background-color: #fff;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.pagination {
  margin-top: 48px;
}

.pagination-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.testimonial-text {
  letter-spacing: -.035em;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.testimonial-text.reimagined {
  letter-spacing: .02em;
}

.blank-line {
  width: 0;
  height: 0;
}

.top-verticle-line {
  background-color: var(--white-outline-15);
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.separator-line-fill {
  background-color: var(--dark-line-fill);
  width: 100%;
  height: 24px;
}

.row-bottom-line {
  background-color: var(--outline);
  width: 100%;
  height: 1px;
}

.team-inner-bottom {
  z-index: 20;
  background-color: #fff;
  height: 60px;
  position: relative;
}

.category-tag {
  background-color: var(--white-outline-15);
  padding: 8px 11px 8px 14px;
}

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

.collection-item {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.collection-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.hero-background {
  background-image: url('../images/Manhattan-with-pigeons.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.contact-hero {
  background-image: url('../images/Starling-Murmuration.jpg');
}

.hero-background.journal-hero {
  background-image: url('../images/Big-bird-flock-in-sky.png');
}

.hero-background.services-hero {
  background-image: url('../images/Annie-Spratt-Workplace_1.avif');
}

.inner-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-right: 1px solid var(--white-outline-15);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-height: 55vh;
  padding-top: 280px;
  padding-bottom: 240px;
  padding-left: 148px;
}

.inner-hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

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

.arrow-icon {
  width: 12px;
}

.slider-arrow-icon {
  width: 14px;
}

.scroll-link {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  min-height: 100px;
  padding: 18px 18px 18px 36px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.scroll-link.light {
  color: #fff;
}

.scroll-link-icon {
  width: 18px;
  min-width: 18px;
}

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

.boxed-wrapper {
  justify-content: center;
  align-items: center;
  padding: 140px 148px;
  display: flex;
  position: relative;
}

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

.right-column {
  width: 100%;
  position: relative;
}

.hero-top-line {
  background-color: var(--outline);
  justify-content: space-between;
  width: 100%;
  height: 1px;
  display: flex;
}

.position-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid var(--dark-line-fill);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  display: grid;
}

.dropdown-lottie {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 16px;
  margin-left: 9px;
  display: flex;
}

.footer-company {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding-right: 0;
  display: grid;
}

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

.navigation-links {
  grid-column-gap: 90px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: grid;
}

.footer-link {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
}

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

.rich-text-wrapper {
  max-width: 800px;
}

.instagram-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  display: none;
}

.success-message {
  border: 1px solid var(--outline);
  background-color: var(--grey);
  padding: 0;
}

.success-wrapper {
  background-color: #c0ffbb4d;
  justify-content: center;
  align-items: center;
  min-height: 475px;
  display: flex;
}

.error-message {
  border: 1px solid var(--outline);
  text-align: center;
  background-color: #ffcfcf;
  padding-left: 12px;
  padding-right: 12px;
}

.image {
  width: 170px;
}

.heading {
  font-weight: 500;
}

.text-block, .text-block-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  font-family: Merriweather, serif;
}

.text-block-4 {
  font-family: Great Vibes, cursive;
}

.text-block-5 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
}

.text-block-7 {
  font-family: Oswald, sans-serif;
}

.text-block-8 {
  font-family: Merriweather, serif;
}

.text-block-9, .text-block-10 {
  font-family: Montserrat, sans-serif;
}

.text-block-11, .text-block-12 {
  font-weight: 600;
}

.text-block-13 {
  font-weight: 500;
}

.text-block-14 {
  font-weight: 400;
}

.text-block-15 {
  font-weight: 300;
}

.text-block-16 {
  font-weight: 100;
}

.text-block-17 {
  font-weight: 200;
}

.text-block-18 {
  font-weight: 300;
}

.text-block-19 {
  font-weight: 400;
}

.text-block-20 {
  font-weight: 500;
}

.text-block-21 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-22 {
  font-family: Inter, sans-serif;
}

.text-block-23, .text-block-24 {
  font-family: Poppins, sans-serif;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.text-block-25, .text-block-26, .text-block-27, .text-block-28 {
  font-family: Inter, sans-serif;
  line-height: 1.6;
}

.heading-6 {
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
}

.text-block-29 {
  font-family: Poppins, sans-serif;
}

.text-block-30 {
  font-family: Inter, sans-serif;
}

.heading-7, .text-block-31 {
  font-family: Poppins, sans-serif;
}

.heading-8 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.heading-9, .text-block-32, .heading-10 {
  font-family: Poppins, sans-serif;
}

.text-block-33 {
  font-family: Inter, sans-serif;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-12 {
  font-family: Poppins, sans-serif;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.heading-14, .text-block-34 {
  font-family: Poppins, sans-serif;
}

.heading-15 {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.heading-16 {
  font-family: Poppins, sans-serif;
}

.text-block-35 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.button-outline {
  display: inline-block;
}

.text-block-36 {
  font-size: 16px;
}

.text-block-37 {
  color: var(--dark-line-fill);
  font-size: 16px;
}

.text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42 {
  font-size: 16px;
}

.f-footer-detail {
  color: var(--black-2);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-line-large {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-footer-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 354px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--white);
  padding: 64px 5%;
  position: relative;
}

.heading-17 {
  font-family: var(--font-family);
  text-transform: none;
  font-size: 47px;
}

.heading-18 {
  font-size: 20px;
}

.heading-19 {
  font-family: var(--font-family);
  font-size: 20.2px;
  font-weight: 500;
}

.heading-20, .heading-21 {
  font-size: 20px;
}

.image-2 {
  flex: none;
  align-self: center;
  display: block;
}

.heading-22 {
  letter-spacing: -.03em;
  font-size: 46px;
}

.heading-23 {
  font-size: 46px;
}

.link-block {
  text-decoration: none;
}

.collection-item-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.drop-d-career {
  color: var(--dark-line-fill);
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block-2 {
  flex-direction: column;
}

.f-icon-regular {
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 23px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--body-display);
}

.f-icon-regular.linkedin {
  width: 18px;
  height: 18px;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-footer-logo-2 {
  flex: none;
}

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

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular-2 {
  background-color: var(--flowui-component-library--white);
  padding: 64px 5%;
  position: relative;
}

.heading-24 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.heading-25 {
  font-family: var(--font-family);
  font-size: 20px;
}

.heading-26 {
  font-family: var(--font-family);
}

.heading-27 {
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.heading-28, .heading-29 {
  font-family: var(--font-family);
}

.heading-30 {
  font-family: Poppins, sans-serif;
}

.headings-h3 {
  font-family: var(--font-family);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}

.heading-31 {
  font-family: var(--font-family);
  font-size: 21px;
}

.heading-32, .heading-33, .heading-34, .heading-35 {
  font-family: var(--font-family);
}

.heading-36 {
  font-family: var(--font-family);
  font-weight: 500;
}

.heading-37 {
  font-family: var(--font-family);
  font-size: 20px;
}

.heading-38, .heading-39, .heading-40 {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 500;
}

.heading-41 {
  font-family: var(--font-family);
  font-size: 20px;
}

.heading-42, .heading-43 {
  font-family: var(--font-family);
}

.heading-44 {
  font-family: var(--font-family);
  letter-spacing: -.015em;
}

.heading-45 {
  font-family: var(--font-family);
}

.heading-46 {
  font-family: var(--font-family);
  letter-spacing: 0;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  font-family: Inter, sans-serif;
}

.heading-47 {
  font-family: Poppins, sans-serif;
}

.heading-48 {
  font-family: var(--font-family);
}

.heading-49, .heading-50 {
  font-family: Inter, sans-serif;
}

.heading-51 {
  font-family: var(--font-family);
  font-size: 46px;
}

.heading-52, .heading-53, .heading-54 {
  font-family: var(--font-family);
}

.heading-55 {
  font-family: Poppins, sans-serif;
}

.heading-56 {
  font-family: var(--font-family);
  font-size: 19px;
}

.heading-57 {
  font-size: 18px;
}

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

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

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

@media screen and (min-width: 1280px) {
  .hero-middle {
    max-width: 900px;
  }

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

  .body-display.small {
    font-size: 15px;
  }

  .core-values {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .founder-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .value-card-wrapper {
    grid-column-gap: 36px;
  }

  .journal-card-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .services-card {
    min-height: 450px;
  }

  .steps-card {
    padding: 36px;
  }

  .hero-background {
    background-image: url('../images/Manhattan-with-pigeons.jpg');
  }

  .inner-hero-text {
    max-width: 750px;
  }
}

@media screen and (min-width: 1440px) {
  .background.belonging-background {
    background-image: url('../images/Growth-chart-on-phone.png');
  }

  .subtitle {
    text-align: left;
  }

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

  .founder-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .journal-card-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .journal-list-card {
    grid-row-gap: 72px;
    padding-top: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .steps-card {
    padding: 36px;
  }

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

  .footer-navigation-wrapper {
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .nav-wrapper {
    flex: 0 auto;
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  }
}

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

  h2 {
    font-size: 32px;
  }

  .home-hero {
    padding-top: 80px;
  }

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

  .hero-video-wrapper {
    justify-content: center;
    margin-left: 0;
    margin-right: 48px;
  }

  .video-button {
    width: 100px;
    height: 100px;
  }

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

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

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

  .navbar {
    border-bottom: 1px solid var(--white-outline-15);
  }

  .nav-menu {
    background-color: var(--grey);
    flex-direction: row;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid var(--outline);
    width: 100%;
    min-height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-content: start;
    align-items: start;
  }

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

  .call-to-action, .hero-intro-content {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    left: 0;
  }

  .slider-arrow.right {
    left: 84px;
  }

  .slider-line.hero-slider-line {
    margin-top: 80px;
  }

  .slider-top-line {
    grid-template-columns: 0 60px 24px 60px auto;
  }

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

  .projects-grid-wrapper {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar.bottom {
    padding-bottom: 48px;
  }

  .section-bottom-line {
    display: none;
  }

  .call-to-action-section {
    min-height: auto;
  }

  .boxed-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .boxed-intro.bottom {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-grid {
    min-height: auto;
  }

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

  .founder-image {
    min-height: 33.33vw;
  }

  .about-us-intro {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .about-intro-content {
    grid-template-columns: minmax(auto, 650px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

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

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 63px;
  }

  .inner-page-hero {
    padding-top: 80px;
  }

  .navigation-cover {
    margin-bottom: -1px;
  }

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

  .body-display.two-columns {
    column-count: 1;
  }

  .inner-hero-content {
    padding-top: 120px;
    padding-bottom: 160px;
    padding-left: 0;
  }

  .boxed-content {
    grid-row-gap: 36px;
  }

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

  .video-row {
    min-height: 475px;
  }

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

  .card {
    border-bottom: 1px solid var(--outline);
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .featured-project-content {
    min-height: 650px;
  }

  .featured-project-info {
    min-height: 550px;
    padding-right: 36px;
  }

  .featured-project-conetnt-wrap {
    padding-left: 0;
  }

  .dual-row {
    grid-row-gap: 36px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-box {
    height: 25vw;
  }

  .team-images {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

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

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

  .story-wrapper {
    border-right-style: none;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .journal-post-content {
    padding-top: 140px;
    padding-bottom: 160px;
    padding-left: 0;
  }

  .journal-featured-image {
    min-height: 600px;
  }

  .post-body {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .category-grid {
    display: none;
  }

  .category-link {
    border: 1px solid var(--outline);
    padding: 9px 18px;
  }

  .category-links {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

  .careers-banner {
    min-height: 550px;
  }

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

  .value-cards {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .inclusion-wrapper {
    grid-row-gap: 36px;
    border-right-style: none;
    padding-right: 0;
  }

  .inclusion-intro {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .category-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .project-category-link {
    border: 1px solid var(--outline);
    justify-content: center;
    padding: 16px 24px;
  }

  .works-intro-bottom, .works-intro-top {
    padding-left: 0;
  }

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

  .numbers-grid {
    grid-column-gap: 48px;
  }

  .dropdown-link {
    text-align: center;
    justify-content: center;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .team-members {
    padding-right: 0;
  }

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

  .overview-wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .client-quote {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-features {
    grid-template-columns: 1fr;
    min-height: 700px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .project-approach {
    grid-row-gap: 60px;
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .project-numbers {
    max-width: 575px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .approach-wrapper {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .slider-intro-text {
    padding-left: 0;
  }

  .banner-quote {
    grid-template-columns: 1fr;
    padding: 165px 36px;
  }

  .diversity-resources {
    padding-right: 0;
  }

  .large-project-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .large-projects-wrapper {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .services-tab-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .services-tab-menu {
    min-height: auto;
  }

  .service-tabs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    align-content: start;
    padding-bottom: 80px;
  }

  .service-link {
    min-height: 60px;
  }

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

  .service-info {
    padding-right: 0;
  }

  .services-verticle-line {
    display: none;
  }

  .service-examples {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

  .large-category-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .team-bio-wrapper {
    grid-column-gap: 48px;
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .team-banner {
    min-height: 700px;
  }

  .dual-journal-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-journal-wrapper {
    padding-right: 0;
  }

  .contact-form-wrapper {
    grid-column-gap: 60px;
  }

  .pagination {
    margin-top: 36px;
  }

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

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

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

  .blank-line {
    padding: 0;
  }

  .separator-line-fill, .team-inner-bottom {
    display: none;
  }

  .inner-hero-wrapper {
    padding-top: 180px;
    padding-bottom: 200px;
    padding-left: 0;
  }

  .dropdown {
    width: 100%;
  }

  .boxed-wrapper {
    padding: 80px 60px;
  }

  .right-column {
    display: none;
  }

  .menu-icon {
    width: 34px;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .dropdown-lottie {
    margin-right: -25px;
  }

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

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

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title-2 {
    margin-bottom: 24px;
  }

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

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }
}

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

  .home-hero {
    min-height: 700px;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .hero-middle {
    margin-bottom: 48px;
    padding-top: 48px;
    padding-bottom: 100px;
  }

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

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

  .section.small-top-padding {
    padding-top: 36px;
  }

  .navbar {
    height: 65px;
    max-height: 65px;
  }

  .nav-content {
    height: 100%;
  }

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

  .horizontal-line-fill.blank, .vertical-line-fill.blank {
    opacity: 1;
  }

  .slider-arrow {
    bottom: 50px;
  }

  .slider-line {
    grid-template-rows: auto 80px;
  }

  .slider-line.hero-slider-line {
    margin-top: 65px;
  }

  .slider-bottom {
    height: 80px;
    bottom: 60px;
  }

  .slider-bottom.large {
    height: 80px;
  }

  .sticky-sidebar-block {
    grid-row-gap: 36px;
  }

  .boxed-intro {
    padding: 60px 36px;
  }

  .boxed-intro.bottom {
    margin-bottom: 48px;
    padding: 60px 36px;
  }

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

  .about-intro-content {
    padding: 60px 0 60px 60px;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .inner-page-hero {
    padding-top: 65px;
  }

  .inner-bottom {
    height: 60px;
  }

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

  .light-inner-hero {
    padding-top: 65px;
  }

  .body-display.two-columns.white {
    column-count: 1;
  }

  .inner-hero-content {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-right: 24px;
  }

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

  .video-row {
    min-height: 400px;
    margin-bottom: -60px;
  }

  .card {
    min-height: 225px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .featured-project-content {
    min-height: 475px;
  }

  .featured-project-info {
    min-height: 425px;
    padding-bottom: 100px;
  }

  .dual-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-name {
    display: none;
  }

  .team-images {
    min-height: 300px;
  }

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

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

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

  .about-paragraphs {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-post-content {
    padding-top: 100px;
    padding-bottom: 120px;
    padding-right: 24px;
  }

  .category-navigation {
    margin-top: 65px;
  }

  .journal-featured-image {
    min-height: 500px;
  }

  .category-links {
    grid-template-columns: auto;
  }

  .careers-banner {
    min-height: 475px;
  }

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

  .value-cards {
    padding-top: 24px;
  }

  .inclusion-wrapper {
    grid-row-gap: 36px;
  }

  .category-list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .project-features {
    min-height: 500px;
    padding-top: 60px;
  }

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

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

  .banner-quote {
    padding: 136px 36px;
  }

  .large-project-collection-list, .large-journal-list {
    grid-template-columns: 1fr;
  }

  .services-tab-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: -60px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .service-link {
    border: 1px solid var(--outline);
    min-height: 48px;
    padding: 12px 18px;
  }

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

  .service-examples {
    grid-row-gap: 36px;
  }

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

  .team-banner {
    min-height: 700px;
  }

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

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

  .career-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .pagination {
    margin-top: 24px;
  }

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

  .inner-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .scroll-link, .scroll-link.light {
    display: none;
  }

  .boxed-wrapper {
    padding: 60px 36px;
  }

  .footer-navigation-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

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

  .success-wrapper {
    min-height: 300px;
  }

  .f-footer-large-grid {
    grid-column-gap: 24px;
  }

  .grid, .grid-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .home-hero {
    height: 93vh;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 10vh;
  }

  .hero-left-bottom {
    min-height: 10vh;
    bottom: -10vh;
  }

  .hero-middle {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5vh;
    padding-right: 48px;
  }

  .hero-video-wrapper {
    margin-right: 36px;
  }

  .vertical-line.bottom-max {
    min-height: 7vh;
  }

  .video-button {
    width: 85px;
    height: 85px;
  }

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

  .button {
    padding: 18px 28px;
  }

  .navbar {
    border-bottom: 1px solid var(--white-outline-15);
  }

  .nav-link.mobile-only {
    display: flex;
  }

  .call-to-action.right {
    display: none;
  }

  .slider-bottom {
    bottom: 48px;
  }

  .slider-bottom.large {
    bottom: 80px;
  }

  .slider-top-line {
    grid-template-columns: 18px 60px 24px 60px auto;
    margin-left: -18px;
  }

  .project-card {
    min-height: 350px;
    padding: 24px;
  }

  .call-to-action-section {
    min-height: auto;
  }

  .boxed-intro {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .boxed-intro.bottom {
    margin-bottom: 36px;
    padding: 48px 24px;
  }

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

  .founder-image {
    min-height: 20vh;
  }

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .about-intro-content {
    padding: 48px 0 48px 36px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .footer-grid {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .inner-bottom {
    height: 48px;
  }

  .inner-bottom.large {
    height: 80px;
  }

  .navigation-cover {
    margin-bottom: -1px;
  }

  .right-nav {
    grid-column-gap: 0px;
    justify-items: center;
  }

  .light-inner-hero {
    margin-bottom: -80px;
  }

  .inner-hero-content {
    border-right-style: none;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .video-row {
    min-height: 275px;
    margin-bottom: -48px;
  }

  .card {
    min-height: 200px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .left-section-intro {
    width: 100%;
    padding-right: 0;
  }

  .featured-project-content {
    min-height: 400px;
  }

  .featured-project-info {
    min-height: 375px;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .dual-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .instagram-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-box {
    height: 40vw;
  }

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

  .nav-button {
    display: none;
  }

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

  .journal-post-content {
    border-right-style: none;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

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

  .journal-featured-image {
    min-height: 400px;
  }

  .journal-right-hero {
    display: none;
  }

  .categories {
    grid-template-columns: auto;
  }

  .hero-right {
    display: none;
  }

  .journal-post-hero {
    margin-bottom: -80px;
  }

  .careers-banner {
    min-height: 375px;
  }

  .value-cards {
    padding-top: 0;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .journal-list-card {
    padding: 48px 18px 18px;
  }

  .journal-list-title {
    padding-left: 0;
    padding-right: 0;
  }

  .team-card {
    width: 100%;
  }

  .numbers-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .team-members {
    grid-row-gap: 36px;
    padding-top: 48px;
  }

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

  .journal-item-bottom {
    grid-row-gap: 18px;
  }

  .dual-title {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-slider {
    width: 90vw;
  }

  .overview-wrapper {
    padding-top: 24px;
  }

  .client-credit {
    grid-template-columns: auto;
  }

  .project-features {
    padding-top: 48px;
  }

  .banner-quote {
    padding: 60px 24px;
  }

  .large-journal-image {
    grid-template-columns: auto;
  }

  .services-tab-menu {
    padding: 12px 12px 12px 0;
  }

  .service-link {
    font-size: 10px;
  }

  .service-info {
    grid-column-gap: 18px;
    padding-right: 0;
  }

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

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

  .team-journal-wrapper {
    padding-top: 24px;
  }

  .career-card {
    grid-row-gap: 24px;
    padding: 36px 24px;
  }

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

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

  .top-verticle-line {
    display: none;
  }

  .collection-item {
    width: 100%;
  }

  .inner-hero-wrapper {
    border-right-style: none;
  }

  .boxed-wrapper {
    padding: 48px 18px;
  }

  .hero-top-line {
    display: none;
  }

  .menu-icon-wrapper {
    justify-content: flex-end;
  }

  .navigation-links {
    grid-auto-flow: row;
  }

  .instagram-wrapper {
    padding-top: 48px;
  }

  .success-wrapper {
    padding: 24px;
  }

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

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

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

#w-node-cd86583c-7253-9182-6a3b-cf20b29a0656-76662282 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_0560cfed-378d-2957-f0fc-a78cdd489061-76662282 {
  align-self: end;
}

#w-node-_4d26d72a-9758-f650-53da-5c822f8a8597-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09765ee1-7beb-9e2a-2880-9f251874d96e-76662282 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_64fdde3f-0510-303a-b31d-9f9c06c5e4ba-76662282, #w-node-_45e9a65c-d0dc-dcb8-e35b-6931327a8892-76662282 {
  justify-self: start;
}

#w-node-_326d8475-a177-ca95-fc04-e4df8270bade-76662282 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d02035fc-f652-0723-4ae0-2f5943607f20-76662282 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end stretch;
}

#w-node-_79e2ecfe-2739-006c-3bf2-99f2cfe35e26-76662282, #w-node-_9bb3348d-cf5d-a1d6-dda1-c4ea5dc46efc-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9bb3348d-cf5d-a1d6-dda1-c4ea5dc46f16-76662282 {
  place-self: end start;
}

#w-node-_0fc75bd0-d04f-03d3-c19b-0f3137720a85-76662282 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0fc75bd0-d04f-03d3-c19b-0f3137720a93-76662282 {
  place-self: end start;
}

#w-node-_9398e868-8c5b-6834-0f48-2074f3a36c34-76662282 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9398e868-8c5b-6834-0f48-2074f3a36c42-76662282 {
  place-self: end start;
}

#w-node-fbce1be6-a942-3f82-72c9-caf23972d1c1-76662282 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fbce1be6-a942-3f82-72c9-caf23972d1cf-76662282 {
  place-self: end start;
}

#w-node-efaa01e2-94e2-034d-9447-b65521f16fbb-76662282 {
  justify-self: end;
}

#w-node-_8589abc8-12d3-b097-4ed9-9175a05a24fd-76662282 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3c3048d8-343b-9caf-10ac-53863e5e9174-76662282 {
  justify-self: start;
}

#w-node-_3c3048d8-343b-9caf-10ac-53863e5e9175-76662282 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a46735f4-ba8d-8401-612f-820eee2a7884-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8310589a-b978-aacc-701e-69b9d2ba1195-76662282 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f328fec-4610-d110-4385-421b36518ac5-76662282 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_49602a83-c05a-d534-7599-e209f1d403ba-76662282 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_46599028-5c84-d1b4-3dc6-754a1e13b762-76662282 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a8b61936-bdaf-6d85-27c2-5e5c3179fc2c-76662282 {
  justify-self: end;
}

#w-node-b3499d12-f838-c716-e742-8c7fc697bfe3-76662282 {
  justify-self: start;
}

#w-node-_44afdb2b-7c44-25df-b353-54761a2b9be2-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a764a605-682d-d3cb-4ced-31d61ce57120-76662282 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-76662282 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch start;
}

#w-node-_84308b8a-073d-5179-0699-82210dac4763-76662282 {
  justify-self: start;
}

#w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-76662282 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch start;
}

#w-node-_76e83d90-7b61-2f3c-a738-d9a17aec8c9b-76662282 {
  justify-self: start;
}

#w-node-b6b4b945-da69-f488-580f-38a3a2d8a1d4-76662282 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_937cc085-8261-62a0-e48c-2be6b2d7df15-76662282 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5152c71-a90d-b0c2-5068-cea20c8a9c2d-76662282 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_5ec36050-8c0c-f1ee-745e-26f823019b71-76662282 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_4e0aeb1e-0da8-1a81-fec6-439e06b08ef1-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7753a734-0689-e537-15d2-5e75be863e8c-76662282 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_48443bc0-3499-4fee-2fbb-3c781a6a3828-76662282 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a80b290-b2b0-cf21-e37a-a14671e15206-76662282 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8456685f-48db-9d67-4fa7-30d8a57f557c-76662282 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5f0923f1-547a-472c-818c-472313dba252-76662282 {
  align-self: stretch;
}

#w-node-e7dad05b-678b-9e78-3c92-940d06705b80-76662282 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_4aa0a749-71a8-61ed-cd0e-5b80ef9d46cf-76662282, #w-node-_28f4524b-573b-c824-0148-ec872132e9d7-76662282 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_92390b5e-9b1f-2c14-da8a-9b9261a4e2d5-76662282 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-aadd4777-adab-b870-9275-8593dac8cca6-76662282, #w-node-_589d542b-82af-fff7-a8d1-c2a0034d4743-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3706e9b6-ec06-9864-2662-99996c9ddee5-76662282 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-de656c3b-220b-15c3-b890-ff0db5c61bfd-76662282 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c01755fc-4ffa-e3b9-fbc9-9d6ccec833c7-76662282 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5cfaca5a-be61-a38f-e038-a1c9cee35976-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_671654dc-7226-82a3-b31b-96cb308fd12b-76662282 {
  justify-self: start;
}

#w-node-ef494192-98cf-5f9d-96fa-015f0c50032c-76662282 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-e13fc4fc-cb53-9963-509e-18b21441bdee-76662282 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_4979d69b-82eb-e122-13e3-c7e609602ba8-76662282 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ba687c5a-70c3-dcaa-e58f-d0773306a529-76662282 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c11ea0ff-3fa9-2539-1ed2-a411825e9d68-76662282 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_7f33c3f7-1cc4-771a-1c35-b68e6818aaf9-76662282 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_614f9fa8-56b6-62c6-5076-ffcedb7a4b7a-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_614f9fa8-56b6-62c6-5076-ffcedb7a4b7b-76662282 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b2fff0c-cfe3-96e0-fa9e-58db0418d53b-76662282 {
  justify-self: end;
}

#w-node-b0d4126e-bda8-1017-e5ec-cd85a68a1832-76662282 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b0d4126e-bda8-1017-e5ec-cd85a68a1834-76662282 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f3db80e8-b337-1f20-4848-ab91e7b7a58d-76662282 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f3db80e8-b337-1f20-4848-ab91e7b7a58f-76662282 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_608a3d76-b067-7708-b285-8fbfb67cb87b-76662282 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3d35a68-d6b4-abdf-9be2-27631bcec35f-76662282 {
  place-self: center;
}

#w-node-_4b4a02c3-8cde-89c6-b56d-9c04b37b1bea-76662282 {
  justify-self: start;
}

#w-node-_4b4a02c3-8cde-89c6-b56d-9c04b37b1bec-76662282 {
  justify-self: end;
}

#w-node-ca085369-49f1-70b9-b22b-0b03756fd25b-76662282 {
  place-self: center;
}

#w-node-ca085369-49f1-70b9-b22b-0b03756fd263-76662282 {
  justify-self: start;
}

#w-node-ca085369-49f1-70b9-b22b-0b03756fd265-76662282 {
  justify-self: end;
}

#w-node-ee69a1bf-6842-d166-6199-b6dfb503b29d-76662282 {
  place-self: center;
}

#w-node-ee69a1bf-6842-d166-6199-b6dfb503b2a5-76662282 {
  justify-self: start;
}

#w-node-ee69a1bf-6842-d166-6199-b6dfb503b2a7-76662282 {
  justify-self: end;
}

#w-node-e296f2ee-0f38-8016-ebc2-9d46cafa508f-76662282 {
  place-self: center;
}

#w-node-e296f2ee-0f38-8016-ebc2-9d46cafa5097-76662282 {
  justify-self: start;
}

#w-node-e296f2ee-0f38-8016-ebc2-9d46cafa5099-76662282 {
  justify-self: end;
}

#w-node-_74117342-950a-c854-a966-b613bf9bd093-5483f521 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80759c2f-f9a6-de78-66f7-3fc83dcccab6-5483f521 {
  justify-self: end;
}

#w-node-_037df8d6-9850-9348-0788-f5db39e18f12-5483f521 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_84e97026-7bd4-e28f-2388-3d20c424c7ee-5483f521 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec939b7e-d33d-0865-7b2b-9807b0df44db-5483f521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_89ec3e41-34f2-3ad1-2782-ba134ea9e73e-5483f521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c11e5d4-776e-7d0e-0dae-f26d6d46c499-5483f521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fd3fbac-f45c-06b0-ba39-21d520766ad2-5483f521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-dd240cb9-0073-6fba-d62d-5b6776e52f88-76e52f86 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dd240cb9-0073-6fba-d62d-5b6776e52f89-76e52f86 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-dd240cb9-0073-6fba-d62d-5b6776e52f8d-76e52f86 {
  place-self: center end;
}

#w-node-dd240cb9-0073-6fba-d62d-5b6776e52f99-76e52f86 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-dd240cb9-0073-6fba-d62d-5b6776e52f9a-76e52f86 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_83d8cb01-c3e4-2661-848c-f1f1d63f89ad-d63f89ab {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_83d8cb01-c3e4-2661-848c-f1f1d63f89b0-d63f89ab, #w-node-_83d8cb01-c3e4-2661-848c-f1f1d63f89ba-d63f89ab, #w-node-_83d8cb01-c3e4-2661-848c-f1f1d63f89c4-d63f89ab {
  justify-self: center;
}

#w-node-_726126de-e81c-9593-791c-5bf8c0219de0-c0219dde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_726126de-e81c-9593-791c-5bf8c0219de1-c0219dde {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_726126de-e81c-9593-791c-5bf8c0219df2-c0219dde {
  align-self: center;
}

#w-node-_726126de-e81c-9593-791c-5bf8c0219df4-c0219dde {
  justify-self: stretch;
}

#w-node-_726126de-e81c-9593-791c-5bf8c0219df5-c0219dde, #w-node-_726126de-e81c-9593-791c-5bf8c0219df6-c0219dde, #w-node-_726126de-e81c-9593-791c-5bf8c0219df7-c0219dde {
  place-self: center;
}

#w-node-_641fb8e4-3577-576a-7d83-0104ac2db19a-c0219dde {
  justify-self: end;
}

#w-node-_01620b36-8b6a-f709-2f81-c5544a4e4b73-c0219dde {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_374247f3-32b0-fe2c-cb23-6ae34d8e9265-c0219dde {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_90e540cc-641f-ef90-4066-cef674d979d8-74d979d6 {
  justify-self: start;
}

#w-node-_90e540cc-641f-ef90-4066-cef674d979da-74d979d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_90e540cc-641f-ef90-4066-cef674d979db-74d979d6 {
  justify-self: stretch;
}

#w-node-_90e540cc-641f-ef90-4066-cef674d979dc-74d979d6 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_90e540cc-641f-ef90-4066-cef674d979de-74d979d6 {
  justify-self: stretch;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee3-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-d366228b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee6-d366228b {
  justify-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eea-d366228b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_94e97522-2fcc-fd76-11fe-a6a6f9bb512c-d366228b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_577ffd2f-0655-bb96-9b06-6b1a71101c80-d366228b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_67f48ed2-4f21-0f87-2222-e73c6c0839d4-d366228b {
  place-self: center;
}

#w-node-fd1bcdd8-e1a7-b721-57ce-1a1c0ebc4c7d-d366228b {
  align-self: center;
}

#w-node-fbde5588-b90a-2064-56f9-ac58eac4cc1d-d366228b {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_99b16713-3a81-6c67-0256-442e26c88969-d366228b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eec-d366228b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-d366228b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_156b7318-3917-ce14-1437-445765b12044-d366228b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babab-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babac-d366228b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babe7-d366228b {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babe8-d366228b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babeb-d366228b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babec-d366228b {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babee-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babef-d366228b {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babf4-d366228b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babf7-d366228b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babfa-d366228b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babfd-d366228b {
  align-self: stretch;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099bac04-d366228b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099bac05-d366228b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd633-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-acc187f1-c5c5-166d-078d-374d8da325a6-d366228b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f25b0361-b5d5-89cd-1a45-7796ee50aea3-d366228b, #w-node-_11442c49-17d8-95f5-ee9b-d2c767f8e49d-d366228b, #w-node-d1e9ec0f-19f7-3ce3-5cd2-5f85c04d6d77-d366228b {
  align-self: start;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd639-d366228b {
  align-self: stretch;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd63e-d366228b {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd641-d366228b {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd643-d366228b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd644-d366228b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_144e2f36-4314-0300-527d-ae878a1d43aa-d366228b {
  justify-self: center;
}

#w-node-_8d71ab75-ddf6-f126-88ba-cf06b311e850-d366228b, #w-node-_436f3860-90e4-4af0-824c-2868d31431e0-d366228b, #w-node-_264876a4-f43b-cf3e-9e19-0eaf3ebd8c79-d366228b, #w-node-e6dcbaf5-75a4-74be-0450-c7e7470fd846-d366228b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e2ad858-eae1-51b2-93bf-d3e585a0f3b9-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9db33fe-090e-5fc6-9b8f-58fc204724b6-d366228b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-a9233c8d-b4bb-e1d6-bb11-acf545af955f-d366228b {
  justify-self: end;
}

#w-node-_7ddf1094-8998-bfa4-892a-0cff22b942f2-d366228b {
  align-self: start;
}

#w-node-_9ef05b59-08d1-bff2-f3ce-bb360e1e1dcc-d366228b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8b754e56-7d78-b542-23d8-f7adc1de2d91-d366228b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_0d63850f-289a-e96f-503d-8ac4b4312fe8-d366228b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe76bb53-93c1-3623-4a81-bd6ebac2b41f-d366228b {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-f03584f5-15c4-5d0f-d609-d7bbae279359-d366228b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f03584f5-15c4-5d0f-d609-d7bbae27935d-d366228b {
  justify-self: end;
}

#w-node-_0dc6c6a4-18b2-d35c-0a31-c0445b46759d-d366228b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0dc6c6a4-18b2-d35c-0a31-c0445b46759f-d366228b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0dc6c6a4-18b2-d35c-0a31-c0445b4675b5-d366228b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0dc6c6a4-18b2-d35c-0a31-c0445b4675b7-d366228b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189200-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189201-5366228d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189203-5366228d {
  justify-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189208-5366228d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189209-5366228d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920d-5366228d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920e-5366228d {
  place-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920f-5366228d {
  align-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189211-5366228d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189214-5366228d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189217-5366228d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189218-5366228d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189219-5366228d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_335e128d-4d63-7896-1f97-09a172a01ee7-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e30248e-979c-6475-acd0-0c0300eb2150-5366228d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_5acc1116-b325-1e3f-a9ab-97b8ec7e1254-5366228d {
  align-self: end;
}

#w-node-_8d910c06-9dfb-5064-9f46-16fbd93b5f2a-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-5366228d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3b4cf181-7784-cfd1-3bf2-55f701714ab7-5366228d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_3ca268d2-5f69-bad2-25a2-4e67ad2d4dea-5366228d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3c3-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3cb-5366228d {
  justify-self: center;
}

#w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3cf-5366228d, #w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3e4-5366228d, #w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3f9-5366228d, #w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c40e-5366228d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575da-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575db-5366228d {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575dc-5366228d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575dd-5366228d {
  place-self: start;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575e4-5366228d {
  place-self: center start;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575ed-5366228d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575ee-5366228d {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575ef-5366228d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575f0-5366228d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b07-5366228d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b08-5366228d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa1d8d53-613f-5f10-2ed6-9183b247e708-5366228d {
  justify-self: start;
}

#w-node-fa1d8d53-613f-5f10-2ed6-9183b247e70d-5366228d {
  place-self: end;
}

#w-node-_612d64e0-82e9-b3f4-32f0-590d0d063a92-5366228d {
  justify-self: start;
}

#w-node-_612d64e0-82e9-b3f4-32f0-590d0d063a97-5366228d {
  place-self: end;
}

#w-node-_331d8857-7381-f147-82b0-3d0f5d6b3d13-5366228d {
  justify-self: start;
}

#w-node-_331d8857-7381-f147-82b0-3d0f5d6b3d18-5366228d {
  place-self: end;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b1c-5366228d {
  align-self: stretch;
}

#w-node-_342a829a-5f4f-523e-f769-2b37e33f4dbb-5366228d {
  align-self: center;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b21-5366228d {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b24-5366228d {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b26-5366228d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e149bdf1-aa6a-630a-b2ea-a5fd3cfb2b27-5366228d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-a79b73f2-0f90-27d9-154c-24f75b81025f-5b81025d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a79b73f2-0f90-27d9-154c-24f75b810260-5b81025d {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-e5a43d67-e406-3a58-56ea-441e33c85fee-5b81025d {
  place-self: center end;
}

#w-node-a79b73f2-0f90-27d9-154c-24f75b810271-5b81025d {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-a79b73f2-0f90-27d9-154c-24f75b810273-5b81025d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d2038-dc66228e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d2039-dc66228e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d203a-dc66228e {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d2041-dc66228e {
  justify-self: start;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d204e-dc66228e {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-ebb927b5-5eff-0f2e-0dbb-12bc165e9fd4-dc66228e {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee349-dc66228e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee34a-dc66228e {
  place-self: center;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee34b-dc66228e {
  align-self: center;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d204f-dc66228e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838f9-dc66228e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838ff-dc66228e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0ea5f8af-6d1f-26b4-23ab-7a6668127e6f-dc66228e {
  align-self: start;
}

#w-node-e9ce9903-7234-fcbf-92b2-fa42a39a5592-dc66228e, #w-node-_1d4bb3cb-d414-77cf-8898-892b0ce287c7-dc66228e, #name-4.w-node-_1d4bb3cb-d414-77cf-8898-892b0ce287c9-dc66228e, #w-node-d5dfdd2f-5359-f328-0d4c-0704ebe7f544-dc66228e, #name-5.w-node-d5dfdd2f-5359-f328-0d4c-0704ebe7f546-dc66228e, #w-node-_7aafcc7e-7c7e-a138-4749-778709a12a14-dc66228e, #field.w-node-_30ffbfa6-a5fd-3ee6-8b64-9874756cdad0-dc66228e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383908-dc66228e {
  align-self: stretch;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4d5-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e8d5ab56-d2f1-1fc3-b527-ac0c2c387872-b9662295 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e8d5ab56-d2f1-1fc3-b527-ac0c2c38787b-b9662295 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-e8d5ab56-d2f1-1fc3-b527-ac0c2c387883-b9662295 {
  justify-self: start;
}

#w-node-be60a62b-5a64-2946-a389-3d6f5a917d15-b9662295 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-be60a62b-5a64-2946-a389-3d6f5a917d1f-b9662295 {
  justify-self: start;
}

#w-node-eb54ecb0-507d-efd4-1f57-8f97aaed183f-b9662295 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-eb54ecb0-507d-efd4-1f57-8f97aaed1849-b9662295 {
  justify-self: start;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4e1-b9662295 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4e2-b9662295 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4e5-b9662295 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4e7-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4e8-b9662295 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4ed-b9662295 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4f0-b9662295 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4f3-b9662295 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4f6-b9662295 {
  align-self: stretch;
}

#w-node-_3ad6c6fe-822f-917d-2870-521a4ffda4fe-b9662295 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_59e9659d-0f30-3e9b-3fb1-04c50d445011-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_59e9659d-0f30-3e9b-3fb1-04c50d445018-b9662295 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_59e9659d-0f30-3e9b-3fb1-04c50d44501b-b9662295 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-_1308296b-bc8b-f27e-8ef0-e2bddfa3e316-b9662295 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f6984ecc-46bb-aa92-9318-f13bb680e814-b9662295 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_993c666b-3ef8-dbc9-dcf2-de2101674ce2-b9662295 {
  align-self: start;
}

#w-node-_59e9659d-0f30-3e9b-3fb1-04c50d44501d-b9662295 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_59e9659d-0f30-3e9b-3fb1-04c50d44501e-b9662295 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-d83b3ccd-430a-26d0-99b5-37f113b53491-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d83b3ccd-430a-26d0-99b5-37f113b53499-b9662295 {
  justify-self: center;
}

#w-node-d83b3ccd-430a-26d0-99b5-37f113b534b1-b9662295, #w-node-ffa0c478-383a-0522-3532-04a84f2e44c6-b9662295, #w-node-faa89b90-ebf8-580f-4207-c8add4aee385-b9662295, #w-node-_5f715971-699c-8c3b-ab2d-ab1ee93a9b53-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c28-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c29-b9662295 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c2d-b9662295 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-b0e9dda7-808a-d4f6-efc6-002a16fdd469-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c41-b9662295 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c47-b9662295 {
  justify-self: end;
}

#w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c48-b9662295 {
  justify-self: start;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6a6-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6a7-b9662295 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_87b98dd2-7099-11a2-2eb2-e2c602411897-b9662295 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6c2-b9662295 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6c3-b9662295 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6c4-b9662295 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c60219f0-0768-fb1c-b73e-24ed2131b6c5-b9662295 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-b6dfd393-429e-577f-aa93-a228dc059c25-b9662295 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6dfd393-429e-577f-aa93-a228dc059c26-b9662295 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0b28488-a634-07cf-626f-544d78821a68-b9662295 {
  justify-self: end;
}

#w-node-a9dc0f22-5201-2fa3-7e81-8aaebb23bf9e-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26bc175a-cc74-954c-e876-ca7597296780-b9662295 {
  justify-self: start;
}

#w-node-_13bc31cf-48fc-eca8-bb2c-48bab596d611-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2247c492-0a1f-45c2-61da-f4214737b31e-b9662295 {
  justify-self: start;
}

#w-node-ba6a1ab4-ff1c-a10c-23d0-78485d0b41a0-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba6a1ab4-ff1c-a10c-23d0-78485d0b41b6-b9662295 {
  justify-self: start;
}

#w-node-_23f945d9-1c6b-d5a5-a2b9-ffeaf4f88f89-b9662295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23f945d9-1c6b-d5a5-a2b9-ffeaf4f88f9f-b9662295 {
  justify-self: start;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f36f-56662298 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f370-56662298 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f371-56662298 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f378-56662298 {
  justify-self: start;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37a-56662298 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37b-56662298 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37c-56662298 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37d-56662298 {
  place-self: center;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37e-56662298 {
  align-self: center;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f380-56662298 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f029-56662298 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f02a-56662298 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f02d-56662298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe2a3414-5cbe-581c-3e58-ab37e5cd747c-56662298 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cff9d0e8-5a2e-382d-32c6-dcb68134a709-56662298 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-f6b07580-873a-fd03-c97b-c17756ba7918-56662298 {
  justify-self: center;
}

#w-node-f608dc8d-8d38-813a-3df0-678ce8e5d52a-56662298 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7206e382-0db6-4f95-c9f1-84a175f13df5-56662298 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7206e382-0db6-4f95-c9f1-84a175f13df6-56662298 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7206e382-0db6-4f95-c9f1-84a175f13e00-56662298 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-eebd0224-e599-2174-b167-532618a6cf84-56662298 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4b7d8ecf-0c53-9b6c-17bf-de5ccea99696-56662298 {
  place-self: center start;
}

#w-node-_1f633b83-9449-b791-9e0a-2f42c2c76671-56662298 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_663fd17d-6135-0e51-8091-d2546bf125c3-56662298 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_663fd17d-6135-0e51-8091-d2546bf125cb-56662298 {
  place-self: center start;
}

#w-node-_663fd17d-6135-0e51-8091-d2546bf125cd-56662298 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c47c5313-c40d-8aa8-df47-b057d5d8d16b-56662298 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c47c5313-c40d-8aa8-df47-b057d5d8d171-56662298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c47c5313-c40d-8aa8-df47-b057d5d8d173-56662298 {
  place-self: center start;
}

#w-node-c47c5313-c40d-8aa8-df47-b057d5d8d175-56662298 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b63f6c5-b35e-5d2d-c15a-e8a9d2b82ab3-56662298 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b63f6c5-b35e-5d2d-c15a-e8a9d2b82abb-56662298 {
  place-self: center start;
}

#w-node-_7b63f6c5-b35e-5d2d-c15a-e8a9d2b82abd-56662298 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_63239a54-dac5-d2a0-53bf-6ba899207859-56662298 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-a8d57ded-c5f3-c257-4125-bc6c9cec27d9-56662298 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-c19dfdd9-6caf-3ad3-4912-0d4c0d454c30-56662298 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_03a60b13-d99f-9497-0968-83092a99f5ea-56662298 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_92165728-9bee-f429-7ea5-aabd75b9aa1f-56662298 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_4d26d72a-9758-f650-53da-5c822f8a8597-76662282 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_608a3d76-b067-7708-b285-8fbfb67cb87b-76662282, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-d366228b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_53cf5802-2a6a-dea6-77b1-8d00bdd1c3cf-5366228d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_993c666b-3ef8-dbc9-dcf2-de2101674ce2-b9662295 {
    align-self: start;
  }

  #w-node-d83b3ccd-430a-26d0-99b5-37f113b534b1-b9662295 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_512aa166-fd94-326f-e059-f5119675f02a-56662298 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_09765ee1-7beb-9e2a-2880-9f251874d96e-76662282 {
    grid-column-end: 2;
  }

  #w-node-_326d8475-a177-ca95-fc04-e4df8270bade-76662282 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-d02035fc-f652-0723-4ae0-2f5943607f20-76662282 {
    grid-column-end: 2;
  }

  #w-node-_9bb3348d-cf5d-a1d6-dda1-c4ea5dc46efc-76662282, #w-node-_0fc75bd0-d04f-03d3-c19b-0f3137720a85-76662282, #w-node-_9398e868-8c5b-6834-0f48-2074f3a36c34-76662282, #w-node-fbce1be6-a942-3f82-72c9-caf23972d1c1-76662282 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f328fec-4610-d110-4385-421b36518ac5-76662282 {
    grid-column: span 1 / span 1;
  }

  #w-node-_28f4524b-573b-c824-0148-ec872132e9d7-76662282 {
    grid-column-end: 3;
  }

  #w-node-_92390b5e-9b1f-2c14-da8a-9b9261a4e2d5-76662282 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_589d542b-82af-fff7-a8d1-c2a0034d4743-76662282 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-de656c3b-220b-15c3-b890-ff0db5c61bfd-76662282 {
    grid-column-end: 5;
  }

  #w-node-_5cfaca5a-be61-a38f-e038-a1c9cee35976-76662282 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4979d69b-82eb-e122-13e3-c7e609602ba8-76662282 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-ba687c5a-70c3-dcaa-e58f-d0773306a529-76662282 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c11ea0ff-3fa9-2539-1ed2-a411825e9d68-76662282, #w-node-_7f33c3f7-1cc4-771a-1c35-b68e6818aaf9-76662282 {
    grid-row: 2 / 3;
  }

  #w-node-dd240cb9-0073-6fba-d62d-5b6776e52f89-76e52f86 {
    grid-column-end: 5;
  }

  #w-node-dd240cb9-0073-6fba-d62d-5b6776e52f8a-76e52f86, #w-node-dd240cb9-0073-6fba-d62d-5b6776e52f8d-76e52f86 {
    justify-self: center;
  }

  #w-node-_44a5868f-332d-8257-513a-6e3409a276c9-c0219dde, #w-node-c419a5ba-03d6-c1c5-866c-f9b1811bf459-c0219dde {
    justify-self: stretch;
  }

  #w-node-e679fd13-5a0a-6b93-4589-74759cfcd643-d366228b {
    grid-column-end: 3;
  }

  #w-node-fe76bb53-93c1-3623-4a81-bd6ebac2b41f-d366228b {
    grid-column-end: 4;
  }

  #w-node-f03584f5-15c4-5d0f-d609-d7bbae279359-d366228b {
    grid-column: span 4 / span 4;
  }

  #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-5366228d {
    justify-self: center;
  }

  #w-node-b6b7786c-5c01-ec7f-4562-1bfb2e2575dd-5366228d {
    order: 9999;
  }

  #w-node-a79b73f2-0f90-27d9-154c-24f75b810260-5b81025d {
    grid-column-end: 5;
  }

  #w-node-a79b73f2-0f90-27d9-154c-24f75b810262-5b81025d, #w-node-e5a43d67-e406-3a58-56ea-441e33c85fee-5b81025d {
    justify-self: center;
  }

  #w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838ff-dc66228e {
    grid-column-end: 2;
  }

  #w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383911-dc66228e {
    justify-self: start;
  }

  #w-node-_1308296b-bc8b-f27e-8ef0-e2bddfa3e316-b9662295 {
    grid-column-end: 2;
  }

  #w-node-f6984ecc-46bb-aa92-9318-f13bb680e814-b9662295 {
    grid-column: span 1 / span 1;
  }

  #w-node-_59e9659d-0f30-3e9b-3fb1-04c50d44501d-b9662295 {
    grid-column-end: 3;
  }

  #w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c2d-b9662295 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7206e382-0db6-4f95-c9f1-84a175f13df5-56662298 {
    grid-column-end: 2;
    align-self: start;
  }

  #w-node-_7206e382-0db6-4f95-c9f1-84a175f13df6-56662298 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7206e382-0db6-4f95-c9f1-84a175f13e00-56662298 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eebd0224-e599-2174-b167-532618a6cf84-56662298 {
    grid-column-end: 5;
  }

  #w-node-_03a60b13-d99f-9497-0968-83092a99f5ea-56662298 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-76662282, #w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-76662282 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-5366228d {
    grid-column-end: 5;
  }

  #w-node-fa1d8d53-613f-5f10-2ed6-9183b247e70d-5366228d, #w-node-_612d64e0-82e9-b3f4-32f0-590d0d063a97-5366228d, #w-node-_331d8857-7381-f147-82b0-3d0f5d6b3d18-5366228d, #w-node-_7206e382-0db6-4f95-c9f1-84a175f13df5-56662298, #w-node-_7206e382-0db6-4f95-c9f1-84a175f13df6-56662298 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8310589a-b978-aacc-701e-69b9d2ba1195-76662282 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-76662282, #w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-76662282 {
    grid-column: span 4 / span 4;
  }

  #w-node-df30ff01-dd3e-0fde-f1a9-dce604009a7c-76662282, #w-node-_0b2fff0c-cfe3-96e0-fa9e-58db0418d53b-76662282, #w-node-_80759c2f-f9a6-de78-66f7-3fc83dcccab4-5483f521, #w-node-_80759c2f-f9a6-de78-66f7-3fc83dcccab6-5483f521 {
    justify-self: center;
  }

  #w-node-_726126de-e81c-9593-791c-5bf8c0219def-c0219dde {
    justify-self: end;
  }

  #w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-d366228b {
    grid-column-end: 5;
  }

  #w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-d366228b, #w-node-fe76bb53-93c1-3623-4a81-bd6ebac2b41f-d366228b {
    grid-column-end: 3;
  }

  #w-node-f03584f5-15c4-5d0f-d609-d7bbae279359-d366228b {
    grid-column: span 3 / span 3;
  }

  #w-node-f03584f5-15c4-5d0f-d609-d7bbae27935b-d366228b, #w-node-f03584f5-15c4-5d0f-d609-d7bbae27935d-d366228b {
    justify-self: center;
  }

  #w-node-_95488630-b035-be64-f4f9-0b6209189201-5366228d {
    grid-column-end: 5;
  }

  #w-node-_95488630-b035-be64-f4f9-0b6209189218-5366228d {
    grid-column-end: 3;
  }

  #w-node-_711aa5fc-4ea3-c7cf-716a-b97df338390e-dc66228e, #w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383911-dc66228e {
    justify-self: center;
  }

  #w-node-e8d5ab56-d2f1-1fc3-b527-ac0c2c38787b-b9662295, #w-node-be60a62b-5a64-2946-a389-3d6f5a917d15-b9662295, #w-node-eb54ecb0-507d-efd4-1f57-8f97aaed183f-b9662295 {
    grid-column: span 4 / span 4;
  }

  #w-node-_33f39713-e3fa-ff86-b7e6-dd0b715e9c29-b9662295 {
    grid-column: span 1 / span 1;
  }

  #w-node-c0b28488-a634-07cf-626f-544d78821a66-b9662295, #w-node-c0b28488-a634-07cf-626f-544d78821a68-b9662295 {
    justify-self: center;
  }

  #w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f371-56662298 {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Variablefont Wght';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}