:root {
  --body-display: #f4f1ec;
  --light-outline: #ffffff80;
  --background: #fafafa;
  --dark: #1a1a1a;
  --extra-dark: #000;
  --outline: #eff3f8;
  --dark-outlune: #e8edf3;
}

/* Homepage deck carousel cleanup.
   The Webflow export gave this slider a fluid height plus a fixed nav offset,
   which let neighboring slides peek out and made the controls drift. */
.slider.w-slider {
  aspect-ratio: 16 / 9;
  background-color: transparent;
  height: auto;
  max-height: min(760px, 72vh);
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.slider.w-slider .w-slider-mask {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slider.w-slider .w-slide {
  height: 100%;
  overflow: hidden;
}

.slider.w-slider .w-slide > div {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slider.w-slider .w-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.slider.w-slider .slide-nav-2 {
  bottom: 14px;
  top: auto;
}

.slider.w-slider .w-slider-arrow-left,
.slider.w-slider .w-slider-arrow-right {
  overflow: hidden;
  width: clamp(38px, 7vw, 72px);
}

.slider.w-slider .icon {
  color: #ffffff80;
  font-size: clamp(22px, 3vw, 34px);
}

@media screen and (max-width: 767px) {
  .slider.w-slider {
    aspect-ratio: 4 / 5;
    max-height: 72vh;
  }

  .image-9 {
    width: min(76vw, 440px);
    max-width: 76vw;
    margin-top: 58vh;
  }
}

@media screen and (max-width: 479px) {
  .image-9 {
    width: 82vw;
    max-width: 82vw;
    margin-top: 56vh;
  }
}
.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Ramillas;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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 {
  color: var(--body-display);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--light-outline);
  background-color: #ffffff08;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.hero-section {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 170px;
}

.hero-section.no-clip {
  overflow: visible;
}

.hero-section.portfolio {
  height: 55vh;
  min-height: auto;
}

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

.background {
  margin: -5px;
  position: absolute;
  inset: 0%;
}

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

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

.overlay {
  z-index: 3;
  background-color: #181818b3;
  background-image: linear-gradient(#0000 64%, #0e0e0eb3 91%, #0e0e0e);
  position: absolute;
  inset: 0%;
}

.overlay.light {
  z-index: auto;
  background-color: #060b184d;
}

.overlay.dark {
  background-color: #03060cb3;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0000003b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
}

.nav-menu {
  display: none;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.outline {
  background-color: #0000;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.outline.solid {
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.dot.large {
  width: 20px;
  height: 20px;
}

.brand {
  z-index: 25;
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.body {
  color: #fff;
  background-color: #131313;
  font-family: Syne, sans-serif;
  font-weight: 400;
}

.nav-right {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 120%;
  font-size: 13px;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.lottie-animation {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.page-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  width: 100vw;
  max-width: 100vw;
  height: 100vw;
  margin-top: 0;
  padding-bottom: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content.less-space {
  height: auto;
  padding-bottom: 0;
}

.hero-content.less-space.projects {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content.less-space.hero {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 350px;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
  max-width: 100%;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 0;
  display: grid;
  position: relative;
}

.rotate-heading {
  letter-spacing: -.05em;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.8em;
}

.rotate-heading.smaller {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syne, sans-serif;
  font-size: 4vw;
}

.rotate-heading.smaller.hero {
  margin-top: 0;
  font-family: Questrial, sans-serif;
  font-size: 32px;
}

.rotate-heading.homepage {
  font-family: Syne, sans-serif;
  font-weight: 400;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.rotating-text-wrapper.bottom-text.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.rotating-text-wrapper.top-text, .rotating-text-wrapper.bottom-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.hero-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.scroll-link {
  z-index: 200;
  border: 1px solid var(--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  z-index: 5;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.hero-links.services {
  grid-template-columns: 1fr auto 1fr;
  font-size: 13px;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--light-outline);
  color: #fff;
  max-width: 100%;
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.verticle-border {
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px solid var(--light-outline);
}

.section.no-clip {
  overflow: visible;
}

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

.section.top-border {
  border-top: 1px solid var(--light-outline);
}

.section.top-border.image {
  color: #000;
  background-image: linear-gradient(#dedede80, #dedede80), url('../images/shadow-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 111px;
  padding-bottom: 222px;
}

.section.large {
  padding-top: 270px;
  padding-bottom: 270px;
}

.section.large.hidden {
  display: none;
}

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

.section.white {
  color: #131313;
  background-color: #e8e8e8;
}

.section.no-space {
  overflow: visible;
}

.section.image {
  background-image: url('../images/dark-shadows.webp');
  background-position: 0 0;
  background-size: auto;
}

.grid-container {
  z-index: 20;
  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%;
  height: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-container.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.grid-container.zero-height {
  height: 0;
}

.grid-container.top {
  align-items: start;
  padding-top: 0;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  background-image: none;
  align-self: center;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.grain.in-nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}

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

.subtitle.dark {
  color: #000c;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.stacked-content.large {
  grid-row-gap: 40px;
  height: 100vw;
}

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

.horizontal-line.black {
  background-color: var(--dark);
}

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffffff80;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.black {
  border-color: var(--dark);
}

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

.stacked-title.centered {
  grid-row-gap: 0px;
  text-align: center;
  place-items: start center;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: #f4f1ec;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.body-display.small {
  font-family: Questrial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

.body-display.dual-paragraph.small {
  font-size: 16px;
}

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

.full-screen-menu {
  background-color: var(--extra-dark);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 200px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-center {
  background-color: #05070a21;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  height: 53vw;
  margin-bottom: -45vw;
  display: flex;
  position: relative;
}

.menu-pin {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: -40px;
}

.menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 200vw;
  margin-bottom: 80px;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.gradient-heading {
  letter-spacing: -3px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 3.1rem;
  line-height: 1.3em;
}

.gradient-heading.large {
  font-size: 52px;
}

.gradient-heading.large.meet-blaire {
  font-size: 3.6rem;
}

.gradient-heading.medium {
  letter-spacing: -2px;
  font-size: 40px;
}

.gradient-heading.medium.white {
  filter: brightness(170%) saturate(0%);
}

.gradient-heading.space-after {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.project-item {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 333px;
  margin-bottom: 111px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.project-image {
  z-index: 25;
  border: 0 solid #fffc;
  flex: 0 auto;
  width: 60%;
  height: 300px;
  min-height: 400px;
  max-height: none;
  padding-left: 0;
  padding-right: 9px;
  position: relative;
  overflow: visible;
}

.sticky-circle {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle.no-top {
  z-index: 50;
  margin-top: 33px;
  padding-left: 4px;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.circle-link-text {
  z-index: 20;
  position: relative;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-items {
  background-color: var(--dark);
  min-height: 450px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

.dark-fill {
  background-color: var(--dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 500;
  background-color: #fff0;
  height: 100%;
  padding-left: 80px;
  position: relative;
}

.left-arrow {
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50%;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow.bottom {
  border-top: 1px solid var(--light-outline);
  inset: auto auto 0% 0%;
}

.slide-nav {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.four-column.bio {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 0;
  display: grid;
  position: relative;
}

.testimonial-image {
  min-height: 425px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  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: 0 80px;
  display: grid;
}

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

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

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

.avatar.two {
  background-image: url('../images/Avatar004.jpeg');
  background-position: 50% 40%;
}

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

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

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

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

.client-name {
  font-size: 18px;
}

.news-top {
  z-index: 25;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -84px;
  display: grid;
  position: relative;
}

.verticle-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 137px;
}

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

.journal-banner {
  min-height: 350px;
}

.project-hero {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-list {
  border-top: 1px solid var(--light-outline);
}

.news-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  height: 48px;
  margin-top: -3px;
  display: grid;
}

.news-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.blog-heading {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.news-line {
  background-color: var(--light-outline);
  width: 60px;
  height: 1px;
}

.arrow-base {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 200px;
  margin-bottom: -60px;
  margin-left: -200px;
  margin-right: -200px;
  display: grid;
  transform: rotate(-25deg);
}

.arrow-base.right {
  grid-template-columns: auto 1fr;
  transform: rotate(25deg);
}

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

.arrow-line.left {
  background-color: var(--dark);
  margin-right: -14px;
}

.arrow-line.right {
  background-color: var(--dark);
  margin-left: -2vw;
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  transform: rotate(45deg);
}

.arrow-corner.right {
  border-style: solid none none solid;
  border-top-color: var(--dark);
  border-left-color: var(--dark);
  margin-left: 0;
  margin-right: 0;
  transform: rotate(-45deg);
}

.arrow-corner.left {
  border-top-color: var(--dark);
  border-right-color: var(--dark);
}

.button-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.button {
  z-index: 25;
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px 60px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-outline-wrapper.left {
  width: 50%;
}

.button-outline-wrapper.right {
  justify-content: flex-end;
  width: 50%;
}

.button-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200%;
  min-width: 300px;
  height: 100%;
}

.footer-menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-outline);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start center;
  padding: 65px 0;
  text-decoration: none;
  display: grid;
}

.project-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 80vw;
  min-height: 700px;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

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

.project-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 265px;
  padding-bottom: 80px;
  padding-right: 40px;
  display: grid;
}

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

.stacked-intro.centered {
  text-align: center;
}

.rotating-circles {
  border-left: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.circle {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 225px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.circle-items {
  display: flex;
}

.circles-rotating-wrapper {
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.gallery-arrow {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 500px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.view-link {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.project-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.showcase-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  padding-top: 6px;
  padding-bottom: 0;
  display: grid;
}

.showcase-image {
  border: 1px solid #636060;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.showcase-wrapper {
  margin: -1px -2px -2px -1px;
  position: relative;
  overflow: hidden;
}

.showcase-wrapper.two {
  flex-direction: column;
  margin-top: 36px;
  margin-left: 36px;
  display: flex;
}

.showcase-wrapper.three {
  margin-top: 72px;
  margin-left: 72px;
}

.showcase-wrapper.four {
  margin-top: 108px;
  margin-left: 108px;
}

.showcase-wrapper.five {
  margin-top: 144px;
  margin-left: 144px;
}

.project-arrow-link {
  z-index: 25;
  width: 25%;
  min-width: 60vw;
  margin-right: 75%;
  inset: 0% 0% 0% auto;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 100vw;
  height: 100vh;
  min-height: 110%;
  inset: auto;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.full-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.service-list-item.bottom {
  padding-bottom: 0;
}

.service-icon {
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: -30px auto auto 0%;
  overflow: hidden;
}

.service-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 72px;
  display: grid;
}

.service-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

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

.contact-wrapper {
  z-index: 35;
  background-color: var(--extra-dark);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--light-outline);
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #12151a4d;
  border-color: #ffffff40;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.submit-button {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #fff;
}

.social-block {
  z-index: 25;
  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;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.social-icon-wrapper.footer {
  display: flex;
}

.social-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon.small {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.preloader {
  z-index: 500;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--extra-dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 100;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.rotating-card-text {
  justify-content: flex-end;
  margin-top: 250px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.call-to-action-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.25em;
}

.rotate-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  transform: rotate(-90deg);
}

.form-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 93px 60px 60px;
  display: grid;
  position: relative;
}

.showcase-gallery-image {
  width: 100%;
  margin: -1px;
}

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

.rich-text h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

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

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 9px;
}

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

.rich-text h5, .rich-text h6 {
  margin-top: 24px;
  margin-bottom: 9px;
}

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

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

.view-link-cover {
  z-index: 25;
  width: 99%;
  position: absolute;
  inset: 0%;
}

.logo-image {
  opacity: .5;
  width: 150px;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  width: 66.66%;
  margin-top: 80px;
  padding-top: 0;
  padding-right: 9px;
  display: grid;
}

.page-count {
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  letter-spacing: 4px;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.pagination-link {
  border-right: 1px solid var(--light-outline);
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 36px;
}

.pagination-link.right {
  border-left: 1px solid var(--light-outline);
  border-right-style: none;
  margin-left: 36px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
}

.pagination-link-wrapper {
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.hero-background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SHADOW-BACKGROUND.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background.home-background {
  background-image: url('../images/celestia-creative-1.webp');
  background-position: 50% 0;
  background-size: cover;
  inset: 0%;
}

.hero-background.projects-background {
  background-image: url('../images/celestia-creative_1.webp');
  background-position: 50% 35%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-background.services {
  background-image: url('../images/shadow-bg.webp');
}

.testimonial-feature {
  background-image: url('../images/Comp032.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.testimonial-feature.two {
  background-image: url('../images/Comp017.jpg');
}

.testimonial-feature.three {
  background-image: url('../images/Comp014.jpg');
  background-position: 100%;
}

.testimonial-feature.four {
  background-image: url('../images/Comp023.jpg');
}

.testimonial-feature.five {
  background-image: url('../images/Comp035.jpg');
}

.button-text {
  z-index: 25;
  position: relative;
}

.footer-section {
  z-index: 25;
  background-color: var(--extra-dark);
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.service-icon-image {
  z-index: 25;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.footer-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link.w--current {
  width: 300px;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.legal-link {
  opacity: 1;
  color: var(--body-display);
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

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

.home-hero.hero {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f3f6f9;
  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;
}

.logo-text {
  letter-spacing: -.03em;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.social-link {
  color: #ffffffc4;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

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

.bio-paragraph {
  text-align: justify;
  width: 500px;
  margin-top: 40px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.feature-card-image {
  width: 555px;
}

.image-3 {
  z-index: 5;
  border-radius: 100%;
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
}

.video {
  z-index: 2;
}

.video-div {
  width: 700px;
}

.home-link {
  font-size: 13px;
}

.div-block {
  width: 100%;
}

.portfolio-h2 {
  font-size: 36px;
}

.div-block-2 {
  width: 80%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-image {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/Grain-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.h2 {
  letter-spacing: -3px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: Syne, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

.background-video-2 {
  z-index: 5;
  max-width: 100%;
  height: 700px;
  min-height: 100%;
}

.container {
  flex-flow: column;
  width: 90%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.timeline {
  margin-left: 5%;
}

.card-heading {
  letter-spacing: -1px;
  font-family: Questrial, sans-serif;
  font-size: 26px;
}

.large-heading {
  letter-spacing: -4px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 90px;
  font-weight: 400;
}

.large-heading.dp {
  font-family: Syne, sans-serif;
}

.line {
  background-color: #fff;
  width: 300px;
  height: 1px;
}

.star {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Syne, sans-serif;
  font-size: 50px;
}

.section-888 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  width: 400px;
  padding-top: 10px;
}

.h3 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 1.3;
}

.timeline-wrapper {
  align-items: stretch;
  margin-left: 5%;
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  display: flex;
}

.timeline-heading {
  letter-spacing: -2px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.paragraph-3 {
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.timeline-div {
  width: 25%;
}

.timeline-div.last {
  width: 0%;
}

.dot-line-div {
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
}

.timeline-content-wrapper {
  padding-right: 5vw;
}

.icon-circle-image {
  opacity: .71;
  width: 48px;
  height: 48px;
}

.text-block-2 {
  font-family: Questrial, sans-serif;
  font-size: 18px;
}

.button-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 0 solid #000;
  border-bottom-width: 2px;
  padding: 10px;
  font-family: Syne, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.text-block-3 {
  color: #ffffffab;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 17px;
  line-height: 2;
}

.bio-loop-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  right: -50px;
}

.button-3 {
  outline-offset: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 100px;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  transition: all .5s;
  display: flex;
}

.button-3:hover {
  color: #444;
  background-color: #fff;
  font-family: Questrial, sans-serif;
  transform: scale(1.1);
}

.div-block-9 {
  padding: 7vh 1rem 2vh;
}

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

.service-sub {
  font-family: Questrial, sans-serif;
  font-size: 18px;
}

.flex-block-3 {
  background-color: #fff;
  padding: 100px 5vw;
  display: block;
}

.flex-block-4 {
  margin-bottom: 60px;
}

.design-process {
  flex-flow: column;
  padding-left: 1vw;
  display: flex;
}

.link {
  color: var(--body-display);
  letter-spacing: 2px;
}

.text-block-4 {
  text-align: center;
  padding-top: 20px;
}

.image-7 {
  width: 100%;
}

.div-block-10 {
  width: 5vw;
}

.image-8 {
  width: 50%;
  margin-right: -184px;
}

.image-9 {
  width: clamp(360px, 42vw, 640px);
  max-width: min(82vw, 640px);
  margin-top: clamp(18rem, 48vh, 34rem);
}

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

.slide-nav-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  top: 534.401px;
}

.right-arrow {
  margin-right: 0;
  overflow: visible;
}

.icon {
  color: #ffffff40;
  font-size: 30px;
}

.div-block-12 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.bold {
  font-size: 22.5px;
  line-height: 1.4;
}

.rotating-hero-bottom-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-rich-text h2 {
  letter-spacing: -.5px;
  border-bottom: 1px solid #818181;
  margin-top: 40px;
  padding-bottom: 40px;
  font-family: Syne, sans-serif;
}

.testimonial-rich-text blockquote {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-rich-text p {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
}

.testimonial-rich-text h3 {
  letter-spacing: -.5px;
  font-size: 28px;
  line-height: 2;
}

.testimonial-rich-text strong {
  letter-spacing: 0;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.testimonial-rich-text em {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

.code-embed {
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .dot.large {
    width: 20px;
    height: 20px;
  }

  .hero-content.less-space.hero {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 350px;
  }

  .grid-container.zero-height {
    grid-row-gap: 0px;
  }

  .four-column {
    grid-template-columns: 1fr 1fr;
  }

  .project-description {
    min-width: 275px;
  }

  .gallery-image {
    width: 500px;
    height: auto;
  }

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

  .footer-link {
    width: 300px;
  }

  .home-hero.hero {
    justify-content: center;
    align-items: center;
  }

  .bio-paragraph {
    width: 500px;
  }

  .line {
    width: 275px;
  }

  .timeline-wrapper {
    align-items: center;
    margin-left: 5vw;
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    display: flex;
    overflow: hidden;
  }

  .timeline-heading {
    letter-spacing: -2px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
  }

  .paragraph-3 {
    font-family: Questrial, sans-serif;
  }

  .timeline-div {
    flex-flow: column;
    width: 295px;
    height: 30vh;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .timeline-div.last {
    width: 5vw;
  }

  .dot-line-div {
    justify-content: flex-start;
    align-items: center;
    width: 295px;
    height: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .timeline-content-wrapper {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-content.less-space {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .hero-content.less-space.hero {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 400px;
  }

  .rotate-heading.smaller.hero {
    font-family: Questrial, sans-serif;
    font-size: 36px;
  }

  .rotating-text-wrapper.bottom-text.hero {
    margin-top: 0;
  }

  .hero-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .scroll-link {
    bottom: -70px;
    right: -150px;
  }

  .section.no-clip.no-bottom-padding {
    background-color: #111;
  }

  .four-column {
    grid-template-columns: 1fr;
  }

  .project-description {
    min-width: 290px;
  }

  .gallery-image {
    width: 555px;
    height: auto;
  }

  .call-to-action-intro {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .hero-background.services {
    background-image: url('../images/shadow-bg.webp');
  }

  .home-hero.hero {
    align-items: stretch;
    padding-top: 77px;
    padding-bottom: 50px;
  }

  .bio-paragraph {
    width: 555px;
  }

  .video-div {
    width: 800px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 300px;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

  .background-video-2 {
    height: 800px;
  }

  .container {
    min-width: 1200px;
    max-width: 1400px;
  }

  .large-heading.dp {
    padding-left: .5rem;
  }

  .line {
    width: 100%;
  }

  .section-888 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .timeline-wrapper {
    padding-left: 1vw;
  }

  .timeline-div {
    width: 25%;
    height: 30vh;
  }

  .timeline-div.last {
    width: 5vw;
  }

  .dot-line-div {
    width: 100%;
  }

  .timeline-content-wrapper {
    padding-right: 5rem;
  }

  .div-block-9 {
    padding-top: 5vh;
  }

  .image-6 {
    min-width: 100%;
  }

  .design-process {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    margin-top: -333px;
  }

  .hero-content.less-space {
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-content.less-space.hero {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .rotate-text-wrapper.bottom-text {
    place-items: center stretch;
  }

  .rotate-text-wrapper.top-text {
    margin-bottom: 40px;
  }

  .rotate-heading {
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    display: flex;
  }

  .rotate-heading.smaller.hero {
    font-size: 36px;
  }

  .rotate-heading.smaller.medium {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .rotate-heading.homepage {
    font-size: 100px;
  }

  .rotating-text-wrapper.bottom-text.hero {
    margin-bottom: 10px;
  }

  .rotating-text-wrapper.top-text, .rotating-text-wrapper.bottom-text-1 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .scroll-link {
    bottom: -150px;
  }

  .grid-container {
    height: 100%;
  }

  .stacked-content.large {
    height: 100vh;
  }

  .gradient-heading {
    font-size: 60px;
  }

  .gradient-heading.space-after {
    margin-bottom: 20px;
  }

  .project-item {
    margin-bottom: 200px;
  }

  .project-image {
    height: 500px;
  }

  .gallery-image {
    width: 555px;
    height: auto;
  }

  .hero-image.full {
    width: 100vw;
    height: 100vh;
  }

  .hover-circle {
    width: 20vw;
    height: 20vw;
  }

  .full-hero {
    max-height: 100vh;
  }

  .social-icon {
    margin-top: 100px;
  }

  .home-hero.hero {
    align-items: stretch;
    padding-top: 0;
  }

  .image-3 {
    width: 100%;
  }

  .video-div {
    width: 900px;
  }

  .section-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    font-size: 66px;
  }

  .background-video-2 {
    height: 1000px;
  }

  .container {
    justify-content: center;
    align-items: stretch;
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.timeline {
    margin-left: 13vw;
  }

  .large-heading.dp {
    padding-left: 1rem;
  }

  .section-888 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .timeline-wrapper {
    margin-left: 13vw;
  }

  .timeline-div {
    height: 100%;
    min-height: 350px;
  }

  .timeline-div.last {
    flex-flow: column;
    width: 7vw;
    display: flex;
  }

  .dot-line-div {
    height: 20.9983px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timeline-content-wrapper {
    padding-right: 7rem;
  }

  .blur-filter {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .div-block-9 {
    display: flex;
  }

  .flex-block-3 {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .background {
    margin-bottom: -5px;
    margin-right: 40px;
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
    height: 65px;
  }

  .reel-link {
    display: none;
  }

  .dot.large {
    min-width: 20px;
    min-height: 20px;
  }

  .brand {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .rotate-heading.smaller {
    font-size: 2.25rem;
  }

  .scroll-link {
    display: none;
  }

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

  .section.large {
    padding-top: 180px;
  }

  .section.no-bottom-padding {
    padding-top: 100px;
  }

  .stacked-content.large {
    height: auto;
  }

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

  .stacked-title {
    grid-row-gap: 18px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-center {
    width: 70vw;
    height: 55vw;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: end;
    width: auto;
    display: grid;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

  .menu-items {
    text-align: center;
  }

  .gradient-heading.large {
    font-size: 42px;
  }

  .project-grid {
    grid-row-gap: 200px;
  }

  .project-item {
    flex-direction: column;
    margin-bottom: 220px;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    height: 500px;
    min-height: 400px;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
  }

  .sticky-circle, .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-card-info {
    width: 100%;
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

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

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image {
    min-height: 300px;
    margin-left: 0;
  }

  .testimonial-quote {
    padding: 60px 0 60px 60px;
  }

  .news-top {
    margin-left: 0;
  }

  .news-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
    height: auto;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-dot {
    display: none;
  }

  .blog-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right {
    margin-bottom: -100px;
    margin-left: -70px;
  }

  .arrow-base.left {
    margin-bottom: -100px;
    margin-right: -70px;
  }

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

  .project-description {
    padding-bottom: 0;
  }

  .rotating-circles {
    min-height: 300px;
  }

  .circle {
    width: 400px;
    height: 200px;
    margin-right: -48px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .gallery-image {
    width: 70vw;
  }

  .project-image-wrapper {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
  }

  .card-info {
    grid-row-gap: 18px;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

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

  .full-hero {
    min-height: 90vh;
  }

  .service-list-item {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .service-title {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-description {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .view-link-cover {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .logo-image {
    width: 140px;
  }

  .list-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo-text {
    font-size: 20px;
  }

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

  .large-heading {
    font-size: 80px;
  }

  .timeline-wrapper {
    overflow: hidden;
  }

  .timeline-heading {
    font-size: 22px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .timeline-div.last {
    width: 1vw;
  }

  .timeline-content-wrapper {
    padding-right: 1rem;
  }

  .text-block-3 {
    line-height: 1.7;
  }

  .testimonial-rich-text h2 {
    margin-top: 0;
    padding-top: 10px;
  }

  .testimonial-rich-text p {
    letter-spacing: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.6;
  }

  .testimonial-rich-text strong {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 18px;
  }

  .hero-section {
    min-height: 600px;
  }

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

  .overlay {
    background-color: #18181800;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .dot.outline {
    border-width: 1px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .page-title {
    padding-right: 18px;
  }

  .hero-content.less-space.hero {
    padding-bottom: 400px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .rotate-heading.smaller {
    margin-top: 0;
    font-size: 5vw;
  }

  .rotate-heading.smaller.hero {
    font-size: 3vw;
  }

  .hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .underline-link.dark {
    font-size: 11px;
  }

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

  .section.no-clip {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.no-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.image {
    background-image: url('../images/SHADOW-BACKGROUND.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .stacked-title.centered {
    width: 100%;
  }

  .menu-center {
    width: 100vw;
    height: 60vw;
  }

  .menu-link {
    font-size: 36px;
  }

  .gradient-heading {
    font-size: 55px;
  }

  .gradient-heading.large, .gradient-heading.space-after {
    font-size: 50px;
  }

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

  .sticky-circle {
    z-index: 50;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-slider {
    padding-top: 60px;
    padding-left: 0;
  }

  .left-arrow {
    border-bottom: 1px solid var(--light-outline);
    width: 50%;
    height: 60px;
  }

  .left-arrow.bottom {
    border-top-style: none;
    inset: 0% 0% auto auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .testimonial-quote {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .news-top {
    grid-column-gap: 24px;
    margin-bottom: 36px;
  }

  .news-title {
    height: auto;
  }

  .blog-heading {
    font-size: 22px;
    line-height: 1.35em;
  }

  .arrow-base.right, .arrow-base.left {
    margin-bottom: -80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .rotating-circles {
    border-left-style: none;
    min-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle {
    width: 300px;
    height: 150px;
    margin-right: -36px;
  }

  .gallery-image {
    width: 100%;
    height: auto;
    max-height: 700px;
  }

  .gallery-slide {
    max-height: 700px;
  }

  .service-list {
    padding-bottom: 160px;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .rotate-text {
    transform: none;
  }

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-image {
    width: 110px;
  }

  .pagination {
    margin-top: 120px;
  }

  .hero-background {
    background-image: linear-gradient(#0009, #0009), url('../images/SHADOW-BACKGROUND.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .bio-paragraph {
    padding-top: 111px;
  }

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

  .section-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/SHADOW-BACKGROUND.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
    line-height: 1.2em;
  }

  .background-video-2 {
    height: 300px;
  }

  .card-heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.1;
  }

  .large-heading {
    font-size: 70px;
  }

  .line {
    width: 100%;
  }

  .timeline-wrapper {
    flex-flow: column;
    padding-bottom: 0;
  }

  .timeline-heading {
    font-size: 32px;
  }

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

  .timeline-div {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .timeline-div.last {
    width: 20%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .dot-line-div {
    margin-bottom: 7vh;
  }

  .timeline-content-wrapper {
    padding-right: 50vw;
  }

  .blur-filter {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000012;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-2 {
    line-height: 1.6;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .button-3 {
    font-size: 16px;
  }

  .slider {
    height: 100%;
  }

  .bold {
    font-size: 25px;
  }

  .testimonial-rich-text p {
    line-height: 1.5;
  }

  .slide {
    width: 511.203px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

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

  .background {
    margin-right: -5px;
  }

  .navbar-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 60px;
    margin-top: 13px;
  }

  .nav-link {
    display: none;
  }

  .dot.outline {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-right {
    justify-content: flex-end;
    margin-left: -20px;
  }

  .nav-text {
    letter-spacing: 3px;
    font-size: 2vw;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    margin-right: 0;
    padding-right: 20px;
  }

  .page-title {
    padding-right: 0;
    display: none;
  }

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

  .hero-content.less-space {
    margin-top: 0;
  }

  .hero-content.less-space.hero {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .rotate-heading {
    font-size: 14vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1em;
  }

  .rotate-heading.smaller {
    margin-top: 0;
    font-size: 1.35rem;
  }

  .rotate-heading.smaller.hero {
    font-size: 5vw;
  }

  .rotate-heading.smaller.medium {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }

  .rotate-heading.homepage {
    font-size: 15vw;
  }

  .rotating-text-wrapper.bottom-text {
    flex-flow: row;
    display: flex;
  }

  .rotating-text-wrapper.bottom-text.hero {
    grid-column-gap: 7px;
  }

  .rotating-text-wrapper.top-text, .rotating-text-wrapper.bottom-text-1 {
    flex-flow: row;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    height: 90vh;
    padding-top: 0;
    padding-bottom: 40px;
    display: grid;
    overflow: hidden;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

  .hero-links.services {
    place-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .underline-link {
    letter-spacing: 3px;
    font-size: 11px;
  }

  .underline-link.dark {
    max-width: 100%;
  }

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

  .section.no-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .grid-container {
    grid-template-columns: minmax(6vw, 1fr) minmax(auto, 1400px) minmax(6vw, 1fr);
    max-width: 100%;
  }

  .subtitle {
    font-size: 14px;
  }

  .subtitle.dark {
    font-size: 4.5vw;
    line-height: 1.2;
  }

  .subtitle.centered {
    text-align: center;
    line-height: 1.2;
  }

  .card {
    border-color: #ffffff80;
    padding: 20px;
  }

  .stacked-title.centered {
    width: auto;
  }

  .body-display.dual-paragraph {
    font-size: 15px;
    font-weight: 400;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-content {
    padding-top: 80px;
  }

  .menu-center {
    width: 100vw;
    height: 75vw;
    display: none;
  }

  .menu-wrapper {
    padding-bottom: 0;
  }

  .menu-link {
    font-size: 36px;
    transform: none;
  }

  .gradient-heading {
    width: 96%;
    font-size: 9vw;
  }

  .gradient-heading.large {
    letter-spacing: -2px;
    font-size: 9vw;
    font-weight: 300;
  }

  .gradient-heading.large.meet-blaire {
    font-size: 13vw;
  }

  .gradient-heading.space-after {
    width: 100%;
    font-size: 13vw;
    line-height: 1.1em;
  }

  .project-grid {
    grid-row-gap: 100px;
  }

  .project-image {
    height: 300px;
    padding-right: 0;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .project-card-info {
    margin-top: 0;
  }

  .four-column.bio {
    max-width: 100%;
  }

  .testimonial-image {
    min-height: 225px;
  }

  .testimonial-quote {
    padding: 36px 28px;
  }

  .news-top {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .verticle-icons {
    grid-template-rows: auto;
    grid-auto-flow: column;
    position: relative;
    top: 0;
  }

  .journal-title {
    grid-row-gap: 18px;
  }

  .news-title {
    height: auto;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 1.3em;
    display: block;
  }

  .arrow-base {
    margin-bottom: -80px;
  }

  .arrow-base.right {
    margin-bottom: -120px;
    margin-left: -70px;
    transform: rotate(45deg);
  }

  .arrow-base.left {
    margin-bottom: -120px;
    margin-right: -70px;
    transform: rotate(-45deg);
  }

  .arrow-line.right {
    margin-left: -6vw;
  }

  .button-wrapper {
    grid-column-gap: 0px;
  }

  .button {
    max-width: 100%;
  }

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

  .page-wrapper {
    margin-bottom: -80px;
  }

  .project-description {
    padding-right: 0;
  }

  .gallery-image {
    height: auto;
    max-height: 500px;
  }

  .gallery-slide {
    max-height: 500px;
  }

  .project-image-wrapper {
    margin-top: 0;
  }

  .card-info {
    margin-top: -40px;
  }

  .showcase-image-wrapper {
    margin-bottom: 24px;
  }

  .showcase-wrapper.two {
    margin-top: 12px;
    margin-left: 12px;
  }

  .showcase-wrapper.three {
    margin-top: 24px;
    margin-left: 24px;
  }

  .showcase-wrapper.four {
    margin-top: 36px;
    margin-left: 36px;
  }

  .showcase-wrapper.five {
    flex-direction: column;
    margin-top: 48px;
    margin-left: 48px;
    display: flex;
  }

  .hero-image {
    height: auto;
  }

  .hero-image.full {
    width: 100%;
  }

  .full-hero {
    min-height: 550px;
  }

  .service-list {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .service-list-item {
    flex-direction: column;
    padding: 48px 20px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .form {
    padding-top: 60px;
  }

  .social-icon-wrapper.footer {
    justify-content: center;
    align-items: center;
  }

  .social-icon {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .rotating-card-text {
    width: auto;
    margin-top: 0;
    bottom: 50%;
  }

  .collection-list-wrapper {
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

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

  .view-link-cover {
    z-index: 0;
    width: 100%;
  }

  .pagination {
    justify-content: start;
    width: 100%;
    margin-top: 100px;
  }

  .pagination-link {
    margin-right: 24px;
    padding-right: 24px;
  }

  .pagination-link.right {
    margin-left: 24px;
    padding-left: 24px;
  }

  .footer-section {
    padding-top: 48px;
  }

  .footer-link, .footer-link.w--current, .footer-column {
    width: 100%;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .home-hero, .home-hero.hero {
    height: 90vh;
  }

  .logo-text {
    font-size: 3.3vw;
    line-height: 1.2;
  }

  .bio-paragraph {
    width: auto;
    padding-top: 55px;
    font-size: 13px;
  }

  .home-link {
    padding-top: 2px;
    font-size: 11px;
  }

  .heading-3 {
    font-weight: 600;
  }

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

  .div-block-2.more-space {
    margin-bottom: 100px;
    padding-bottom: 40px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 9vw;
  }

  .background-video-2 {
    height: 25vh;
  }

  .container {
    margin-left: 6vw;
    margin-right: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-heading {
    margin-bottom: 15px;
    font-size: 8vw;
    font-weight: 400;
  }

  .large-heading {
    font-size: 15vw;
    line-height: 1em;
  }

  .large-heading.dp {
    letter-spacing: -1vw;
    font-size: 13vw;
  }

  .star {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .section-888 {
    padding-top: 40px;
  }

  .div-block-6 {
    width: auto;
  }

  .h3 {
    font-size: 7vw;
  }

  .timeline-wrapper {
    margin-left: 6vw;
    padding-left: 0;
  }

  .timeline-heading {
    letter-spacing: -.5vw;
    font-size: 8vw;
  }

  .dot-line-div {
    margin-bottom: 6vh;
  }

  .timeline-content-wrapper {
    padding-right: 30vw;
  }

  .text-block {
    text-align: left;
    letter-spacing: 4px;
    max-width: 100%;
  }

  .text-block-2 {
    width: 96%;
    font-size: 5vw;
    line-height: 1.5;
  }

  .button-2 {
    margin-top: 40px;
    margin-bottom: 10px;
    transition: all .3s;
  }

  .button-2:hover {
    color: #fff;
    background-color: #131313;
    padding: 15px 20px;
  }

  .text-block-3 {
    text-align: left;
  }

  .bio-loop-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    font-size: 11px;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 1rem;
  }

  .div-block-9.centered {
    padding-right: 0;
  }

  .flex-block-3 {
    display: block;
  }

  .link {
    color: var(--background);
    text-align: center;
    letter-spacing: 4px;
  }

  .right-arrow {
    width: 30px;
  }

  .bold {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 6.6vw;
    line-height: 1.5;
  }

  .left-arrow-2 {
    width: 30px;
  }

  .testimonial-rich-text blockquote {
    padding: 15px;
  }

  .testimonial-rich-text strong {
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial-rich-text em {
    font-size: 20px;
  }

  .slide {
    width: 281.609px;
  }
}

#w-node-_4736be50-a474-0a93-ab0b-aefe69042bb7-584cd2b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-584cd2b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-584cd2b9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-584cd2b9 {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-584cd2b9 {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-584cd2b9 {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-584cd2b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-584cd2b9, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-584cd2b9 {
  justify-self: center;
}

#w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
  justify-self: end;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d55-21b10d4f {
  align-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d56-21b10d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d63-21b10d4f {
  justify-self: stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-584cd2ba {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-584cd2ba {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-584cd2ba {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-584cd2ba {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-584cd2ba {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-584cd2ba {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8311-584cd2ba, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8313-584cd2ba {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-584cd2ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffa-584cd2bc {
  justify-self: center;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-584cd2bc {
  place-self: center start;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffc-584cd2bc {
  justify-self: end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a003-584cd2bc {
  justify-self: start;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a005-584cd2bc {
  justify-self: end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a007-584cd2bc {
  place-self: center end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a009-584cd2bc {
  justify-self: start;
}

#w-node-_901c839e-560c-0741-cbe2-9e9c1820f14d-584cd2bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-584cd2bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-584cd2bf {
  align-self: start;
}

#w-node-f77d1bf5-2a3e-3b0d-3620-f356b23fc7f0-584cd2bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4081ca4-cb4a-124e-da65-e5aac33ecbe0-584cd2bf, #w-node-c4539243-0ade-1422-bfbb-f935b7bc1bbc-584cd2bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-584cd2bf {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-584cd2bf, #w-node-_33033447-f919-efa2-89a8-ad9aec7b0f22-584cd2bf {
  align-self: start;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d5469-584cd2bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546d-584cd2bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546f-584cd2bf {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b1-584cd2bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-584cd2bf {
  align-self: stretch;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365ba-584cd2bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365bc-584cd2bf {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-584cd2bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-584cd2bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a6-584cd2bf, #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ad-584cd2bf {
  align-self: center;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ae-584cd2bf {
  align-self: end;
}

#w-node-_150c7976-4feb-d9de-afbd-8190efe05ac6-74e8a914 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91d-74e8a914 {
  justify-self: center;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
  place-self: center start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91f-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a926-74e8a914 {
  justify-self: start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a928-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
  place-self: center end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92c-74e8a914 {
  justify-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d3-c8b714cc {
  align-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d5-c8b714cc {
  place-self: start end;
}

#w-node-_4c8d4377-f073-b2a6-f8a0-5e080b0b890b-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4c8d4377-f073-b2a6-f8a0-5e080b0b890c-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ba5bed5-dc4a-34e6-1348-2b749566f83d-584cd2c0, #w-node-_18225887-165f-a01e-593f-9e7664199f36-584cd2c0, #w-node-de2cbf49-e2dd-8767-f690-0f9a723f7ff1-584cd2c0, #w-node-bae0ca7c-f945-7331-20b2-018b84f5dc4b-584cd2c0, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa73-584cd2c0, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa75-584cd2c0, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa77-584cd2c0, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa79-584cd2c0 {
  place-self: center;
}

#w-node-_804e5336-562a-6083-63ff-dffa1c5268f0-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_13ad958f-40a3-22b1-e362-2440eb2e735d-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_26668d10-773a-dee6-c744-661548d5e335-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64ced-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64cee-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64cfd-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_311961b5-b8f4-1aea-9bbd-d36ff7ec2bf8-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-584cd2c0 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2fc02d90-dabf-ab14-da17-d946829d8779-584cd2c0 {
  align-self: center;
}

#w-node-_7c121ddf-3934-7605-8bef-494472b90817-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18748863-ee3d-c58a-1754-099938abaaab-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b606e-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6072-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6074-584cd2c0 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3878-584cd2c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3879-584cd2c0 {
  align-self: stretch;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3881-584cd2c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3883-584cd2c0 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3885-584cd2c0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3894-584cd2c0 {
  justify-self: start;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b8c-584cd2c3 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b93-584cd2c3 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b98-584cd2c3 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b99-584cd2c3 {
  justify-self: end;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b9e-584cd2c3 {
  align-self: center;
}

#w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b9f-584cd2c3 {
  justify-self: start;
}

#w-node-_87214493-67c0-3e25-d0fc-d8ae8c5ded87-584cd2c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87214493-67c0-3e25-d0fc-d8ae8c5ded88-584cd2c3 {
  align-self: stretch;
}

#w-node-_87214493-67c0-3e25-d0fc-d8ae8c5ded99-584cd2c3, #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5dedab-584cd2c3, #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5dedbd-584cd2c3, #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5dedcf-584cd2c3, #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5dede1-584cd2c3 {
  justify-self: start;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095da-584cd2c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095db-584cd2c3 {
  align-self: stretch;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e3-584cd2c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e5-584cd2c3 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e7-584cd2c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095f6-584cd2c3 {
  justify-self: start;
}

#w-node-a3bf2e12-387f-9408-fc19-c35bd26e3d27-ef7244d9, #w-node-db6c61e5-d178-bade-c229-9b5f0ee7e36c-ef7244d9, #w-node-_844a7c99-96fc-6ab0-1c5a-4534068a4357-ef7244d9, #w-node-f386b94a-e8a9-410b-cf26-3aca4fc473e3-ef7244d9, #w-node-_1d95eafb-e2b5-55bf-db4c-7ebbff76c137-ef7244d9 {
  place-self: center;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26a8-584cd2c5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26ac-584cd2c5 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26b1-584cd2c5 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26b2-584cd2c5 {
  justify-self: end;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26b7-584cd2c5 {
  align-self: center;
}

#w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26b8-584cd2c5 {
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-584cd2c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-584cd2c5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-584cd2c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-584cd2c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-584cd2c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-584cd2c5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-584cd2c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-584cd2c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-584cd2c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-584cd2c5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-584cd2c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-584cd2c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc9-584cd2c5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-584cd2c5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-584cd2c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-584cd2c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-584cd2c5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-838fa063 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8c2f5e44-76f6-5885-577c-b15d5f6a39ea-838fa063 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-_8b499747-6179-93d3-477f-743d7b5dd540-838fa063 {
  justify-self: end;
}

#w-node-_36a32bde-e9e6-f6ca-7526-d051c387a037-838fa063 {
  align-self: center;
}

#w-node-eae1fb38-9031-6958-1e47-8f8fcc9ed929-838fa063 {
  justify-self: start;
}

#w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-838fa063 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-838fa063 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-838fa063 {
  place-self: start;
}

#w-node-_5830d63b-46c8-5b51-3d99-9b9070e150c0-838fa063 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a45c4565-0050-4176-7e4e-8c1117df93df-838fa063, #w-node-c586eeed-a39d-f7af-168d-d9a03fffacb4-838fa063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19ba0351-149c-49c7-9258-8fafe5071dc4-838fa063, #w-node-e2b8e9aa-936c-a01d-c6ee-8737e0cfb8f1-838fa063, #w-node-_2a857918-8baf-f4d7-16a6-fe0eced176e0-838fa063 {
  align-self: center;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf014-d87cf012 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_95529761-d9e6-9a28-765b-0bd1968e5afa-d87cf012 {
  align-self: center;
}

#w-node-b13a145f-b93f-6772-832f-0eda3320980f-d87cf012, #w-node-b13a145f-b93f-6772-832f-0eda33209812-d87cf012, #w-node-b13a145f-b93f-6772-832f-0eda33209815-d87cf012, #w-node-b13a145f-b93f-6772-832f-0eda33209818-d87cf012, #w-node-_658c0fd4-9263-485d-aa42-4ecb1467087f-d87cf012, #w-node-_658c0fd4-9263-485d-aa42-4ecb14670882-d87cf012, #w-node-_658c0fd4-9263-485d-aa42-4ecb14670885-d87cf012, #w-node-_658c0fd4-9263-485d-aa42-4ecb14670888-d87cf012 {
  place-self: center;
}

#w-node-_04ab2307-4ba6-5682-7378-e7458849466a-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffa-0dd58613 {
  justify-self: center;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-0dd58613 {
  place-self: center start;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade99ffc-0dd58613 {
  justify-self: end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a003-0dd58613 {
  justify-self: start;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a005-0dd58613 {
  justify-self: end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a007-0dd58613 {
  place-self: center end;
}

#w-node-_2805f495-5992-2d20-ad10-1017ade9a009-0dd58613 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b8c-584cd2c3, #w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26a8-584cd2c5, #w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-838fa063 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-584cd2ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-de37c7b6-1b3c-c0cc-409e-afeb02e48b8c-584cd2c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5ded88-584cd2c3 {
    align-self: stretch;
  }

  #w-node-d8b67cde-34c0-ad1c-dec8-d7690c9c26a8-584cd2c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-838fa063 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-838fa063 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-584cd2bf, #w-node-_33033447-f919-efa2-89a8-ad9aec7b0f22-584cd2bf {
    align-self: start;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-584cd2c5, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-584cd2c5, #w-node-_6c11994e-4400-0358-4390-2423f349acc9-584cd2c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-838fa063 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column: 1 / 5;
  }

  #w-node-d6eaa62a-c375-7ed9-28ed-7d9126981c64-21b10d4f {
    align-self: end;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-584cd2ba {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-584cd2ba {
    grid-column: 1 / 5;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-584cd2bc {
    place-self: end;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade9a007-584cd2bc {
    place-self: end start;
  }

  #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-584cd2bf {
    grid-column: span 4 / span 4;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-584cd2bf {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-584cd2bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-584cd2bf {
    justify-self: start;
  }

  #w-node-_150c7976-4feb-d9de-afbd-8190efe05ac6-74e8a914 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    place-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    place-self: end start;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-584cd2c0 {
    grid-row: 2 / 3;
  }

  #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-584cd2c0 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-584cd2c0 {
    grid-column-end: 5;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-584cd2c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-584cd2c5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-584cd2c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-584cd2c5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-584cd2c5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc9-584cd2c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-838fa063 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-0dd58613 {
    place-self: end;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade9a007-0dd58613 {
    place-self: end start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column-end: 2;
  }

  #w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
    grid-column: span 1 / span 1;
  }

  #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
    justify-self: center;
  }

  #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-584cd2bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-584cd2bf {
    grid-column-end: 2;
  }

  #w-node-_5131d816-26be-fed2-14e8-a856f63d5469-584cd2bf {
    grid-row-end: 2;
  }

  #w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-584cd2bf {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-584cd2bf {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-584cd2bf {
    justify-self: start;
  }

  #w-node-_150c7976-4feb-d9de-afbd-8190efe05ac6-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-584cd2c0, #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-584cd2c0, #w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-584cd2c0 {
    grid-column: 1 / 2;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64ced-584cd2c0 {
    grid-column: 1 / 4;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64cee-584cd2c0, #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-584cd2c0, #w-node-_18748863-ee3d-c58a-1754-099938abaaab-584cd2c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3879-584cd2c0 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3885-584cd2c0 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_87214493-67c0-3e25-d0fc-d8ae8c5ded88-584cd2c3, #w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095db-584cd2c3 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_35fb2d2c-fad5-d215-bb09-0c039c6095e7-584cd2c3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-584cd2c5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-584cd2c5 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-584cd2ba {
    grid-column-end: 2;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-584cd2bc {
    justify-self: end;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade9a007-584cd2bc, #w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-584cd2bf, #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-584cd2bf, #w-node-_33033447-f919-efa2-89a8-ad9aec7b0f22-584cd2bf {
    justify-self: start;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-584cd2bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    justify-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    justify-self: start;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64cfd-584cd2c0 {
    grid-column: 1 / 2;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-584cd2c0 {
    grid-column-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-584cd2c5 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-584cd2c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-838fa063 {
    grid-column: span 1 / span 1;
  }

  #w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012 {
    grid-column-end: 2;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade99ffb-0dd58613 {
    justify-self: end;
  }

  #w-node-_2805f495-5992-2d20-ad10-1017ade9a007-0dd58613 {
    justify-self: start;
  }
}
