:root {
  --outline: #8e93a526;
  --white-outline-15: #fff0;
  --line-fill: #cbdce966;
  --black: #0a0f1a;
  --grey: #f3f6f9;
  --dark-line-fill: #bfc5d5;
  --body-display: #606670;
  --black-2: #232a35;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

a {
  text-decoration: underline;
}

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%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.member-background {
  background-image: url('../images/Team002.jpeg');
  background-position: 50% 10%;
}

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

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

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

.background.footer-banner {
  background-image: url('../images/092.jpeg');
}

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

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

.background.careers-background {
  background-image: url('../images/DSCF4740.webp');
}

.background.quote-banner {
  background-image: url('../images/101.jpeg');
}

.background.service-one {
  background-image: url('../images/dentist-using-modern-technology-explain-dental-procedure-man-sitting-clinic.jpg');
}

.background.service-two {
  background-image: url('../images/101.png');
}

.background.service-three {
  background-image: url('../images/d-printer-engineer-taking-created-dental-sample.jpg');
}

.background.service-four {
  background-image: url('../images/tooth-shopping-cart-pink-background.jpg');
}

.background.strategy-background {
  background-image: url('../images/101.jpeg');
}

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

.background.marketing-background {
  background-image: url('../images/090.jpeg');
}

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

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

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

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

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

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

.overlay {
  background-color: #060b1499;
  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 {
  font-size: 56px;
  line-height: 1.2em;
}

.xxl-heading.mid {
  text-align: center;
}

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

.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-top-padding.grey.hide {
  display: block;
}

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

.section.hide {
  display: none;
}

.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.light {
  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-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);
}

.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: 120px;
  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-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: 200px;
  margin-right: 40px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  width: 200px;
  margin-right: 40px;
}

.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;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subtitle.grey {
  color: var(--body-display);
}

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

.subtitle.hide {
  display: none;
}

.subtitle.normal {
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 1.4em;
}

.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 {
  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/image-by-rawpixel-com.jpg');
  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/DDS.Berlin-53---Edited.jpg');
}

.slider-background.team-two {
  background-image: url('../images/hp06.jpg');
}

.slider-background.team-three {
  background-image: url('../images/202401.jpg');
}

.slider-background.diversity-one {
  background-image: url('../images/091.jpeg');
}

.slider-background.diversity-two {
  background-image: url('../images/044.jpeg');
}

.slider-background.diversity-three {
  background-image: url('../images/092.jpeg');
}

.slider-background._2 {
  background-image: url('../images/business-entrepreneurship-symposium-speaker-giving-talk-business-meeting.jpg');
}

.slider-background._3 {
  background-image: url('../images/dental-implant-bill-financing.jpg');
}

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

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

.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 {
  margin-top: 20px;
  margin-bottom: 24px;
}

.subtitle-wrapper.hide {
  display: none;
}

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

.underline-link.dark.left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
}

.underline-link.hide {
  display: none;
}

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

.testimonial-section.hide {
  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: 196px;
  padding-bottom: 140px;
  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.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;
}

.light-inner-hero.hide {
  display: none;
}

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

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

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

.body-display.small.hide {
  display: none;
}

.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 auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.core-values.hide {
  display: none;
}

.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;
  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-grid.hide {
  display: none;
}

.linkedin-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(--white-outline-15);
  width: 100%;
}

.value-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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 140px 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-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 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: 300px;
  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;
}

.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/areanaberlin.jpg');
}

.paralax-background.two {
  background-image: url('../images/202401.jpg');
}

.paralax-background.three {
  background-image: url('../images/202403.jpg');
}

.paralax-background.four {
  background-image: url('../images/202402.jpg');
}

.paralax-background.five {
  background-image: url('../images/floorplan.jpg');
}

.paralax-background.six {
  background-image: url('../images/speakers.jpg');
}

.paralax-background.seven {
  background-image: url('../images/invitedbrands.jpg');
}

.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 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-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 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-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.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/city.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.contact-hero {
  background-image: url('../images/business-contact-icons-magenta-phone-email-address-d-rendering1.jpeg');
  background-position: 0%;
}

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

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

.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: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding-right: 0;
  display: grid;
}

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

.navigation-links {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

.image {
  mix-blend-mode: normal;
  min-width: 140px;
  max-width: 150px;
}

.media-video {
  text-align: center;
  background-color: #64c6c2;
  background-image: linear-gradient(#64c6c2ab, #64c6c2ab), url('../images/areanaberlin.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 40px 32px;
  text-decoration: none;
  display: flex;
}

.media-video:hover {
  text-decoration: none;
}

.gallery-lightbox {
  width: 100%;
  position: relative;
}

.media-testimonials {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px 8% 16px 14%;
  display: flex;
}

.media-review {
  max-width: 470px;
  position: relative;
}

.media-review-text {
  color: #64c6c2;
  -webkit-text-stroke-color: #64c6c2;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

.tickets-icon {
  width: 72px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.tickets-button {
  color: #1a1725;
  background-color: #fff;
  border-bottom: 3px solid #64c6c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}

.tickets-button:hover {
  background-image: url('../images/tickets-icon-white_1.png');
  background-size: 72px;
  border-bottom-width: 16px;
  text-decoration: none;
}

.paragraph-small {
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  color: #64c6c2;
}

.enlarge-icon {
  z-index: 1;
  background-color: #64c6c2d1;
  background-image: url('../images/enlarge-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gallery-block {
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.gallery-block.big {
  width: 33.33%;
}

.play-button {
  background-color: #ff2f5b;
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 56px;
  height: 40px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.play-button:hover {
  transform: translate(-1px, -1px);
}

.play-button:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.play-button.big {
  background-size: auto 16px;
  width: 72px;
  height: 56px;
}

.madia-video-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  display: flex;
  position: relative;
}

.section-3.media-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  padding: 0;
}

.media-review-icon {
  position: absolute;
  top: 0;
  left: -25%;
}

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

.gallery-image {
  width: 100%;
  transition: opacity .2s;
}

.media-review-author {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.cookie-icon---brix {
  margin-right: 20px;
}

.paragraph.cookie-banner-2-paragraph---brix {
  color: #9b9a9a;
  max-width: 332px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.cookie-banner-button-2---brix {
  background-color: #64c5c1;
  margin-right: 24px;
  padding: 14px 22px;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  padding: 20px 32px;
  display: flex;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
  z-index: 100;
  position: fixed;
  inset: auto 5% 5% auto;
}

.cookie-banner-2-right-content---brix {
  align-items: center;
  display: flex;
}

.cookie-banner-content---brix.cookie-banner-2---brix {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-message---brix.cookie-banner-2---brix {
  font-size: 14px;
  transition-duration: .4s;
  position: static;
}

.cookie-banner-2-left-content---brix {
  align-items: center;
  display: flex;
}

.medium-width-2 {
  max-width: 575px;
}

.newsletter-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-line-fill);
  border: 1px #eef0f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 4px 4px 4px 24px;
  display: flex;
}

.xxl-heading-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

.subscribe-field {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  height: 100%;
  min-height: 48px;
  margin-bottom: 0;
}

.body-display-2 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

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

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

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

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

.newsletter-form-block {
  width: 100%;
  max-width: 425px;
  margin-bottom: 0;
}

.subtitle-2 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-2.light {
  color: #fff;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  padding-bottom: 36px;
  display: grid;
}

.subtitle-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.hero-intro-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 0;
  display: grid;
}

.newsletter-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 15px 28px;
  font-size: 10px;
  line-height: 1.2em;
}

.div-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.terms-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.terms-small-heading {
  letter-spacing: -.01em;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  display: block;
  overflow: visible;
}

.paragraph-25px {
  color: #64c5c1;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #64c5c1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-link {
  color: #ff2f5b;
  width: auto;
  text-decoration: none;
  display: inline;
}

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

.terms {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.terms-heading {
  text-transform: uppercase;
  font-size: min(15vw, 300px);
}

.terms-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.terms-small-heading-2 {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-17px {
  color: #64c5c1;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #64c5c1;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.paragraph-17px.indent {
  margin-left: 20px;
}

.link {
  color: #000e0e;
}

.link.wht {
  color: var(--grey);
}

.terms-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.th-span {
  font-size: min(6.25vw, 100px);
}

.terms-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.paragraph-25px-2 {
  color: #64c5c1;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #64c5c1;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.paragraph-25px-2.indent {
  margin-left: 20px;
}

.terms-small-heading-3 {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.terms-small-heading-4 {
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-25px-3 {
  color: #64c5c1;
  letter-spacing: -.01em;
  -webkit-text-stroke-color: #64c5c1;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-link-2 {
  color: #ff2f5b;
  text-decoration: none;
}

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

.container-2 {
  width: 100%;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section-2.infinity-loop-swiper-section {
  background-image: url('../images/Infinite-Loop-Swiper-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 0;
  font-weight: 400;
  overflow: hidden;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.auto-swiper-wrapper {
  flex-direction: row;
}

.paragraph-35px {
  letter-spacing: -.01em;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}

.infinity-swiper-logo {
  object-fit: contain;
  width: 100%;
  height: 4rem;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.infinity-swiper-slide {
  background-color: #fff;
  border: .0625rem solid #e4e0cdb5;
  border-radius: .5rem 1.5rem;
  max-width: 18.875rem;
  margin-left: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-3 {
  width: 100%;
  max-width: 87rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-3.split-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.swiper-section-wrapper {
  background-color: var(--grey);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-container {
  width: 100%;
}

.swiper-container.auto-swiper-container {
  margin-bottom: .5rem;
  overflow: visible;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 630px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.field-wrap.zindex {
  z-index: 11;
}

.field-wrap.zindex.hide {
  display: none;
}

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

.form-wrap.hide {
  display: none;
}

.submit-button {
  color: #000;
  background-color: #ffd000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.form-field.select-field.wide.zindex {
  z-index: 4;
}

.form-field.z {
  z-index: 0;
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/Asset-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto -4% -6% auto;
}

.text-block {
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
}

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

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #353535bf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
}

.popup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.popup-card.mid {
  text-align: center;
  padding: 10px;
}

.popup-card.partner {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  width: auto;
  max-width: 900px;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
}

.link-block {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  margin-bottom: 50px;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 100px 10px;
  display: flex;
  overflow: hidden;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.text-block-3 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-3:hover {
  color: #000;
  background-color: #0000;
}

.notice-bar {
  z-index: 100;
  background-color: #1b1b1b;
  flex-wrap: nowrap;
  width: 100%;
  display: block;
  position: relative;
}

.content-wrapper {
  flex: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.notice-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.notice-text-box {
  width: 90%;
  padding-left: 25px;
}

.notice-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 300;
  line-height: 15px;
}

.mini-close {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  display: flex;
}

.line-2 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

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

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: opacity .35s;
  display: flex;
}

.brand-2:hover {
  opacity: .8;
}

.dropdown-icon {
  color: #8492a6;
  margin-top: 25px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.dropdown-link-2 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.dropdown-link-2:hover {
  background-color: #f1f3f7;
}

.dropdown-link-2.w--current {
  color: #3c4858;
  background-color: #f1f3f7;
}

.top-bar {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.line-3 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
}

.navlink {
  color: #1b1b1b;
  background-color: #fff;
  padding: 15px 23.5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.navlink:hover {
  background-color: #f1f3f7;
}

.navlink.w--current {
  color: #1b1b1b;
  background-color: #f7f7f7;
}

.dropdown-toggle-2 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
  background-color: #f1f3f7;
}

.navbar-1 {
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
}

.top-bar-wrapper---brix {
  z-index: 9999;
  background-color: var(--black-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-container---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container---brix.preview-page---brix {
  max-width: 1240px;
}

.close-icon---brix {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.close-icon---brix:hover {
  transform: scale3d(.9, .9, .01);
}

.form-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.card-3-standard {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.exh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.text-gray-1 {
  color: #9aabb8;
}

.text-blue {
  color: #5c9efa;
}

.text-blue.title-4 {
  color: #2767ad;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-wrap {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo-partner {
  opacity: .25;
  margin: 15px;
  transition: opacity .4s;
}

.logo-partner:hover {
  opacity: 1;
}

.logo-partner.fade-in-1st {
  opacity: 100;
  max-width: 100%;
}

.logo-partner.fade-in-3rd {
  opacity: 100;
  transition-property: none;
}

.home-logos-left {
  z-index: 10;
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-right: 2.4rem;
  display: grid;
  position: relative;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.home-logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.noise {
  opacity: .06;
  background-image: url('../images/Light-noise.webp');
  background-position: 0 0;
  background-size: 15rem 15rem;
  position: absolute;
  inset: 0%;
}

.text-size-tiny {
  font-size: .8rem;
}

.text-size-tiny.text-style-allcaps {
  font-weight: 500;
}

.heading-style-h1 {
  font-variation-settings: "wght" 450;
  letter-spacing: .165rem;
  text-transform: uppercase;
  font-size: 9rem;
  line-height: .95;
}

.home-logo-intro {
  background-color: #f5e2ca;
  position: relative;
}

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

.home-logos-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white-outline-15);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 35rem;
}

.home-logo-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 90%;
  display: flex;
  position: relative;
}

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

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

.home-logos {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-image {
  z-index: 20;
}

.home-logo-base {
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

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

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

.home-logo-item {
  background-color: var(--grey);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.home-logos-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 19rem;
  display: flex;
}

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

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

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

  .steps-card {
    padding: 36px;
  }

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

@media screen and (min-width: 1440px) {
  .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) {
  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }
}

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

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

  .boxed-wrapper.top {
    margin-top: 100px;
  }

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

  .image {
    min-width: 100px;
    max-width: 120px;
  }

  .media-video {
    width: 100%;
    padding-top: 184px;
    padding-bottom: 176px;
  }

  .media-testimonials {
    width: 100%;
    padding: 80px 12% 80px 20%;
  }

  .tickets-button {
    border-bottom-style: none;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .gallery-block {
    width: 50%;
  }

  .gallery-block.big {
    order: 1;
    width: 50%;
  }

  .section-3 {
    padding: 80px 2%;
  }

  .media-review-icon {
    left: -20%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    width: auto;
    max-width: none;
    inset: auto 32px 32px;
  }

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

  .div-block {
    width: 100%;
  }

  .terms-wrapper {
    max-width: 100%;
  }

  .terms-small-heading {
    max-width: 100vw;
  }

  .paragraph-25px {
    font-size: 20px;
  }

  .paragraph-17px {
    width: 90%;
    font-size: 20px;
  }

  .paragraph-25px-2, .paragraph-25px-3 {
    font-size: 20px;
  }

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

  .paragraph-35px {
    font-size: 30px;
  }

  .swiper-container.auto-swiper-container {
    max-width: 35rem;
  }

  .heading-3 {
    display: none;
  }

  .comp-pane.right {
    width: 100%;
  }

  .pop-up-cover {
    display: flex;
  }

  .popup-card {
    width: 70%;
  }

  .popup-card.partner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .navlink, .dropdown-toggle-2 {
    background-color: #fff;
  }

  .menu-button-2 {
    height: 60px;
    padding-top: 24px;
  }

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

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-text---brix {
    max-width: 90%;
  }

  .card-3-standard {
    width: 100%;
  }

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

  .logo-partner:hover {
    opacity: .25;
  }

  .home-logos-left {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .home-logos-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-bottom: 2.4rem;
  }

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

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

  .image {
    min-width: 100px;
  }

  .media-video {
    padding-top: 144px;
    padding-bottom: 136px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cookie-icon---brix {
    width: 10%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paragraph.cookie-banner-2-paragraph---brix {
    max-width: none;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.cookie-banner-button-2---brix {
    padding: 10px 20px;
    font-weight: 500;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 20px 30px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .cookie-banner-content---brix.cookie-banner-2---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .close-message---brix.cookie-banner-2---brix {
    position: absolute;
  }

  .cookie-banner-2-left-content---brix {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

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

  .div-block {
    display: flex;
  }

  .terms-small-heading {
    max-width: none;
    font-size: 17px;
  }

  .paragraph-25px {
    font-size: 18px;
  }

  .terms-small-heading-2 {
    font-size: 50px;
  }

  .paragraph-17px {
    width: auto;
    font-size: 17px;
  }

  .paragraph-17px.indent {
    margin-left: 20px;
  }

  .paragraph-25px-2 {
    font-size: 18px;
  }

  .terms-small-heading-3, .terms-small-heading-4 {
    font-size: 50px;
  }

  .paragraph-25px-3 {
    font-size: 18px;
  }

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

  .paragraph-35px {
    font-size: 25px;
  }

  .swiper-container.auto-swiper-container {
    max-width: 100%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: -100px;
  }

  .abstract-1 {
    width: 100px;
    height: 100px;
    bottom: -11%;
    right: 5%;
  }

  .text-block-2 {
    max-width: 400px;
    display: flex;
  }

  .popup-card {
    width: 80%;
  }

  .popup-card.partner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .top-bar-wrapper---brix {
    font-size: 16px;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-text---brix {
    max-width: 85%;
  }

  .top-bar-text---brix.max-w-80-mobile---brix {
    font-size: 12px;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .marquee-image.hide-mobile {
    display: inline-flex;
  }

  .exh {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .partner-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-logos-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .home-logos-content {
    padding-bottom: 1.5rem;
  }

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

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

  .linkedin-box {
    height: 40vw;
  }

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

  .nav-button {
    display: flex;
  }

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

  .image {
    min-width: 100px;
    display: block;
  }

  .media-testimonials {
    padding-left: 25%;
    padding-right: 8%;
  }

  .gallery-block, .gallery-block.big {
    width: 100%;
  }

  .media-review-icon {
    left: -27%;
  }

  .heading-2 {
    padding-left: 10px;
  }

  .cookie-icon---brix {
    width: 16%;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.cookie-banner-button-2---brix {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-banner-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix {
    padding: 24px 32px 30px 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-2---brix.preview-page {
    padding-right: 32px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .xxl-heading-2 {
    font-size: 32px;
  }

  .hero-intro, .hero-intro-title {
    grid-row-gap: 24px;
  }

  .terms-small-heading {
    font-size: 17px;
  }

  .paragraph-25px {
    font-size: 16px;
  }

  .terms-small-heading-2 {
    font-size: 35px;
  }

  .paragraph-17px, .paragraph-25px-2 {
    font-size: 16px;
  }

  .terms-small-heading-3, .terms-small-heading-4 {
    font-size: 35px;
  }

  .paragraph-25px-3 {
    font-size: 16px;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-2.infinity-loop-swiper-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .paragraph-35px {
    font-size: 20px;
  }

  .infinity-swiper-logo {
    height: 3rem;
  }

  .swiper-slide.infinity-swiper-slide {
    max-width: 9.4375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper-section-wrapper {
    width: 100%;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .abstract-1 {
    bottom: -14%;
    right: -10%;
  }

  .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .popup-card {
    border-width: 10px;
  }

  .popup-card.partner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-text---brix {
    max-width: 100%;
  }

  .top-bar-text---brix.max-w-80-mobile---brix {
    max-width: 80%;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

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

  .partner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-partner.fade-in-1st {
    max-width: 40%;
  }

  .logo-partner.fade-in-3rd {
    max-width: 50%;
    height: auto;
  }

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

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

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

#w-node-cd86583c-7253-9182-6a3b-cf20b29a0656-ef96f43c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_0560cfed-378d-2957-f0fc-a78cdd489061-ef96f43c {
  align-self: end;
}

#w-node-_4d26d72a-9758-f650-53da-5c822f8a8597-ef96f43c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09765ee1-7beb-9e2a-2880-9f251874d96e-ef96f43c {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_64fdde3f-0510-303a-b31d-9f9c06c5e4ba-ef96f43c, #w-node-dd8d75ea-3a51-c3bd-f64b-39de53b4d063-ef96f43c {
  justify-self: start;
}

#w-node-_326d8475-a177-ca95-fc04-e4df8270bade-ef96f43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d02035fc-f652-0723-4ae0-2f5943607f20-ef96f43c {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end stretch;
}

#w-node-_54a2e97b-9ef6-3f41-c268-886817fc7332-ef96f43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54a2e97b-9ef6-3f41-c268-886817fc7337-ef96f43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_54a2e97b-9ef6-3f41-c268-886817fc7338-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc734f-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7350-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7354-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7358-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc735c-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7360-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7364-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7368-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc736c-ef96f43c, #w-node-_54a2e97b-9ef6-3f41-c268-886817fc7370-ef96f43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da799d-ef96f43c, #w-node-_71ade6a7-e022-d144-2160-6bd5d8da799f-ef96f43c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79ad-ef96f43c {
  place-self: end start;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79bc-ef96f43c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79cb-ef96f43c {
  place-self: end start;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79da-ef96f43c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79ea-ef96f43c {
  place-self: end start;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da79f9-ef96f43c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da7a07-ef96f43c {
  place-self: end start;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da7a16-ef96f43c {
  justify-self: end;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da7a17-ef96f43c {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da7a1a-ef96f43c {
  justify-self: start;
}

#w-node-_71ade6a7-e022-d144-2160-6bd5d8da7a1b-ef96f43c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a46735f4-ba8d-8401-612f-820eee2a7884-ef96f43c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8310589a-b978-aacc-701e-69b9d2ba1195-ef96f43c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f328fec-4610-d110-4385-421b36518ac5-ef96f43c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_60f9dfb2-e897-cd95-dfdb-9f3a51fda4bf-ef96f43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_46599028-5c84-d1b4-3dc6-754a1e13b762-ef96f43c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a8b61936-bdaf-6d85-27c2-5e5c3179fc2c-ef96f43c {
  justify-self: end;
}

#w-node-b3499d12-f838-c716-e742-8c7fc697bfe3-ef96f43c {
  justify-self: start;
}

#w-node-_44afdb2b-7c44-25df-b353-54761a2b9be2-ef96f43c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a764a605-682d-d3cb-4ced-31d61ce57120-ef96f43c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5cb8da1a-3dcb-05d4-b822-30bb2d5c686d-ef96f43c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch start;
}

#w-node-_5cb8da1a-3dcb-05d4-b822-30bb2d5c6872-ef96f43c {
  justify-self: start;
}

#w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-ef96f43c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch start;
}

#w-node-_76e83d90-7b61-2f3c-a738-d9a17aec8c9b-ef96f43c {
  justify-self: start;
}

#w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-ef96f43c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch start;
}

#w-node-_84308b8a-073d-5179-0699-82210dac4763-ef96f43c {
  justify-self: start;
}

#w-node-b6b4b945-da69-f488-580f-38a3a2d8a1d4-ef96f43c {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_937cc085-8261-62a0-e48c-2be6b2d7df15-ef96f43c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5152c71-a90d-b0c2-5068-cea20c8a9c2d-ef96f43c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_5ec36050-8c0c-f1ee-745e-26f823019b71-ef96f43c {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_4e0aeb1e-0da8-1a81-fec6-439e06b08ef1-ef96f43c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7753a734-0689-e537-15d2-5e75be863e8c-ef96f43c {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_48443bc0-3499-4fee-2fbb-3c781a6a3828-ef96f43c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a80b290-b2b0-cf21-e37a-a14671e15206-ef96f43c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8456685f-48db-9d67-4fa7-30d8a57f557c-ef96f43c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5f0923f1-547a-472c-818c-472313dba252-ef96f43c {
  align-self: stretch;
}

#w-node-e7dad05b-678b-9e78-3c92-940d06705b80-ef96f43c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_4aa0a749-71a8-61ed-cd0e-5b80ef9d46cf-ef96f43c {
  grid-area: 1 / 1 / 2 / 2;
  align-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 {
  align-self: start;
}

#w-node-b51d8a33-b1cc-6fd5-9188-54895fc6e003-5483f521 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_5fd3fbac-f45c-06b0-ba39-21d520766ad2-5483f521 {
  place-self: start;
}

#w-node-_4adeb3e0-1012-0046-31c6-5e4e1292636f-1292636d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4adeb3e0-1012-0046-31c6-5e4e12926377-1292636d {
  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-b41bd014-c6ed-4862-3200-5d4cd47a0247-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-ab287151-36ed-09f4-39ab-815c7d4d2038-ef96f443 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d2039-ef96f443 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d203a-ef96f443 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d2041-ef96f443 {
  justify-self: start;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d204e-ef96f443 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-ebb927b5-5eff-0f2e-0dbb-12bc165e9fd4-ef96f443 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee349-ef96f443 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee34a-ef96f443 {
  place-self: center;
}

#w-node-c1dcf59d-6c48-1f0e-815b-a324bcdee34b-ef96f443 {
  align-self: center;
}

#w-node-ab287151-36ed-09f4-39ab-815c7d4d204f-ef96f443 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838f9-ef96f443 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838ff-ef96f443 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0ea5f8af-6d1f-26b4-23ab-7a6668127e6f-ef96f443 {
  align-self: start;
}

#w-node-e9ce9903-7234-fcbf-92b2-fa42a39a5592-ef96f443, #w-node-_1d4bb3cb-d414-77cf-8898-892b0ce287c7-ef96f443, #Your-Email.w-node-_1d4bb3cb-d414-77cf-8898-892b0ce287c9-ef96f443, #w-node-d5dfdd2f-5359-f328-0d4c-0704ebe7f544-ef96f443, #Company-Name.w-node-d5dfdd2f-5359-f328-0d4c-0704ebe7f546-ef96f443, #w-node-_7aafcc7e-7c7e-a138-4749-778709a12a14-ef96f443, #Message.w-node-_30ffbfa6-a5fd-3ee6-8b64-9874756cdad0-ef96f443 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383908-ef96f443 {
  align-self: stretch;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee3-ef96f445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-ef96f445 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee6-ef96f445 {
  justify-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eea-ef96f445 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_94e97522-2fcc-fd76-11fe-a6a6f9bb512c-ef96f445 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_577ffd2f-0655-bb96-9b06-6b1a71101c80-ef96f445 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_67f48ed2-4f21-0f87-2222-e73c6c0839d4-ef96f445 {
  place-self: center;
}

#w-node-fd1bcdd8-e1a7-b721-57ce-1a1c0ebc4c7d-ef96f445 {
  align-self: center;
}

#w-node-fbde5588-b90a-2064-56f9-ac58eac4cc1d-ef96f445 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_99b16713-3a81-6c67-0256-442e26c88969-ef96f445 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eec-ef96f445 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-ef96f445 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_156b7318-3917-ce14-1437-445765b12044-ef96f445 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babab-ef96f445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babac-ef96f445 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babe7-ef96f445 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babe8-ef96f445 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babeb-ef96f445 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babec-ef96f445 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babee-ef96f445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babef-ef96f445 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babf4-ef96f445 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babf7-ef96f445 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babfa-ef96f445 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099babfd-ef96f445 {
  align-self: stretch;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099bac04-ef96f445 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-a621f770-8303-5bdc-db5a-3d39099bac05-ef96f445 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd633-ef96f445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-acc187f1-c5c5-166d-078d-374d8da325a6-ef96f445 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f25b0361-b5d5-89cd-1a45-7796ee50aea3-ef96f445, #w-node-_11442c49-17d8-95f5-ee9b-d2c767f8e49d-ef96f445, #w-node-d1e9ec0f-19f7-3ce3-5cd2-5f85c04d6d77-ef96f445 {
  align-self: start;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd639-ef96f445 {
  align-self: stretch;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd63e-ef96f445 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd641-ef96f445 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd643-ef96f445 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e679fd13-5a0a-6b93-4589-74759cfcd644-ef96f445 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-ef96f445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_144e2f36-4314-0300-527d-ae878a1d43aa-ef96f445 {
  justify-self: center;
}

#w-node-_8d71ab75-ddf6-f126-88ba-cf06b311e850-ef96f445, #w-node-_436f3860-90e4-4af0-824c-2868d31431e0-ef96f445, #w-node-_264876a4-f43b-cf3e-9e19-0eaf3ebd8c79-ef96f445, #w-node-e6dcbaf5-75a4-74be-0450-c7e7470fd846-ef96f445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ef05b59-08d1-bff2-f3ce-bb360e1e1dcc-ef96f445 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189200-ef96f448 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189201-ef96f448 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189203-ef96f448 {
  justify-self: start;
}

#w-node-_3821f29a-d5ed-bc59-b94b-1057dad6d6f9-ef96f448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189208-ef96f448 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189209-ef96f448 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920d-ef96f448 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920e-ef96f448 {
  place-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920f-ef96f448 {
  align-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189211-ef96f448 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189214-ef96f448 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189217-ef96f448 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189218-ef96f448 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189219-ef96f448 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_335e128d-4d63-7896-1f97-09a172a01ee7-ef96f448 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e30248e-979c-6475-acd0-0c0300eb2150-ef96f448 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_5acc1116-b325-1e3f-a9ab-97b8ec7e1254-ef96f448 {
  align-self: end;
}

#w-node-_8d910c06-9dfb-5064-9f46-16fbd93b5f2a-ef96f448 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-ef96f448 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3ca268d2-5f69-bad2-25a2-4e67ad2d4dea-ef96f448 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f36f-ef96f44b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f370-ef96f44b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f371-ef96f44b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f378-ef96f44b {
  justify-self: start;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37a-ef96f44b {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37b-ef96f44b {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37c-ef96f44b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37d-ef96f44b {
  place-self: center;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f37e-ef96f44b {
  align-self: center;
}

#w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f380-ef96f44b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f029-ef96f44b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f02a-ef96f44b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_512aa166-fd94-326f-e059-f5119675f02d-ef96f44b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe2a3414-5cbe-581c-3e58-ab37e5cd747c-ef96f44b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cff9d0e8-5a2e-382d-32c6-dcb68134a709-ef96f44b {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-ca74fdc8-c8f5-0e97-6c9c-b0b643187c9b-ef96f44b {
  justify-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189200-7a48e8b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189201-7a48e8b5 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189203-7a48e8b5 {
  justify-self: start;
}

#w-node-_3821f29a-d5ed-bc59-b94b-1057dad6d6f9-7a48e8b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189208-7a48e8b5 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189209-7a48e8b5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920d-7a48e8b5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920e-7a48e8b5 {
  place-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b620918920f-7a48e8b5 {
  align-self: center;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189211-7a48e8b5 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189214-7a48e8b5 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189217-7a48e8b5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189218-7a48e8b5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_95488630-b035-be64-f4f9-0b6209189219-7a48e8b5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_335e128d-4d63-7896-1f97-09a172a01ee7-7a48e8b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e30248e-979c-6475-acd0-0c0300eb2150-7a48e8b5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_5acc1116-b325-1e3f-a9ab-97b8ec7e1254-7a48e8b5 {
  align-self: end;
}

#w-node-_8d910c06-9dfb-5064-9f46-16fbd93b5f2a-7a48e8b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-7a48e8b5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4295513f-1db5-f328-f01c-41d85b3eff48-7a48e8b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_06b29fbe-002b-10c4-ffac-37d97cdbe802-7a48e8b5, #w-node-_06b29fbe-002b-10c4-ffac-37d97cdbe817-7a48e8b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ca268d2-5f69-bad2-25a2-4e67ad2d4dea-7a48e8b5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee3-10ab36ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-10ab36ed {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center stretch;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee6-10ab36ed {
  justify-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eea-10ab36ed {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_94e97522-2fcc-fd76-11fe-a6a6f9bb512c-10ab36ed {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_577ffd2f-0655-bb96-9b06-6b1a71101c80-10ab36ed {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_67f48ed2-4f21-0f87-2222-e73c6c0839d4-10ab36ed {
  place-self: center;
}

#w-node-fd1bcdd8-e1a7-b721-57ce-1a1c0ebc4c7d-10ab36ed {
  align-self: center;
}

#w-node-fbde5588-b90a-2064-56f9-ac58eac4cc1d-10ab36ed {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_99b16713-3a81-6c67-0256-442e26c88969-10ab36ed {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_89c47fbf-797e-0400-bc8d-a771c48e3eec-10ab36ed {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-10ab36ed {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_156b7318-3917-ce14-1437-445765b12044-10ab36ed {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-8ffe317f, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-cc1bf883, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-e766b9f5, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-2df35f92, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-e5498297 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_4d26d72a-9758-f650-53da-5c822f8a8597-ef96f43c {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-ef96f445 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_512aa166-fd94-326f-e059-f5119675f02a-ef96f44b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-8ffe317f, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-cc1bf883, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-e766b9f5, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-2df35f92, #w-node-_7f48f924-cd53-0b9d-bb0c-d5f09ab71035-e5498297 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_09765ee1-7beb-9e2a-2880-9f251874d96e-ef96f43c {
    grid-column-end: 2;
  }

  #w-node-_326d8475-a177-ca95-fc04-e4df8270bade-ef96f43c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-d02035fc-f652-0723-4ae0-2f5943607f20-ef96f43c {
    grid-column-end: 2;
  }

  #w-node-_71ade6a7-e022-d144-2160-6bd5d8da799f-ef96f43c, #w-node-_71ade6a7-e022-d144-2160-6bd5d8da79bc-ef96f43c, #w-node-_71ade6a7-e022-d144-2160-6bd5d8da79da-ef96f43c, #w-node-_71ade6a7-e022-d144-2160-6bd5d8da79f9-ef96f43c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f328fec-4610-d110-4385-421b36518ac5-ef96f43c, #w-node-b51d8a33-b1cc-6fd5-9188-54895fc6e003-5483f521 {
    grid-column: span 1 / span 1;
  }

  #w-node-_848abce4-89c6-de3f-8283-e61f2b94a9c8-c0219dde, #w-node-c419a5ba-03d6-c1c5-866c-f9b1811bf459-c0219dde {
    justify-self: stretch;
  }

  #w-node-_711aa5fc-4ea3-c7cf-716a-b97df33838ff-ef96f443 {
    grid-column-end: 2;
  }

  #w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383911-ef96f443 {
    justify-self: start;
  }

  #w-node-e679fd13-5a0a-6b93-4589-74759cfcd643-ef96f445 {
    grid-column-end: 3;
  }

  #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-ef96f448, #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-7a48e8b5 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5cb8da1a-3dcb-05d4-b822-30bb2d5c686d-ef96f43c, #w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-ef96f43c, #w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-ef96f43c {
    grid-column: span 3 / span 3;
  }

  #w-node-b51d8a33-b1cc-6fd5-9188-54895fc6e003-5483f521 {
    justify-self: stretch;
  }

  #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-ef96f448, #w-node-_7e4ddd6d-252c-bc18-6a59-9b2b45e2f55e-7a48e8b5 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8310589a-b978-aacc-701e-69b9d2ba1195-ef96f43c {
    grid-column: span 1 / span 1;
  }

  #w-node-_5cb8da1a-3dcb-05d4-b822-30bb2d5c686d-ef96f43c, #w-node-_4bf1ba46-2b73-9d69-1ea7-bc6cecf478af-ef96f43c, #w-node-_7e3c4a25-fbe6-de68-f28d-dad429f6202c-ef96f43c {
    grid-column: span 4 / span 4;
  }

  #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-_711aa5fc-4ea3-c7cf-716a-b97df338390e-ef96f443, #w-node-_711aa5fc-4ea3-c7cf-716a-b97df3383911-ef96f443 {
    justify-self: center;
  }

  #w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-ef96f445 {
    grid-column-end: 5;
  }

  #w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-ef96f445 {
    grid-column-end: 3;
  }

  #w-node-_95488630-b035-be64-f4f9-0b6209189201-ef96f448 {
    grid-column-end: 5;
  }

  #w-node-_95488630-b035-be64-f4f9-0b6209189218-ef96f448 {
    grid-column-end: 3;
  }

  #w-node-_22b997a1-6e8e-7b52-0c00-f4811d43f371-ef96f44b, #w-node-_95488630-b035-be64-f4f9-0b6209189201-7a48e8b5 {
    grid-column-end: 5;
  }

  #w-node-_95488630-b035-be64-f4f9-0b6209189218-7a48e8b5 {
    grid-column-end: 3;
  }

  #w-node-_89c47fbf-797e-0400-bc8d-a771c48e3ee4-10ab36ed {
    grid-column-end: 5;
  }

  #w-node-_6b7fe721-d974-7d35-6fee-28322e6ceb14-10ab36ed {
    grid-column-end: 3;
  }
}


