@font-face {
  font-family: Libre Caslon Display;
  src: url('../fonts/LibreCaslonDisplay-Regular.ttf') format("truetype"), url('../fonts/LibreCaslonDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yeseva;
  src: url('../fonts/YesevaOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0b0b0b;
  --red: #7e3a3b;
  --charcoal: #141414;
  --steel-blue: #2787a5;
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 19vh;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Caslon Display, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  font-size: 1em;
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container.hero-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.small {
  padding-left: 8rem;
  padding-right: 8rem;
}

.container.footer-content {
  z-index: 2;
}

.container.works {
  position: static;
}

.section {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.section.hero {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.call-to-action_mid {
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

.section.about {
  color: var(--black);
  background-color: #fff;
  position: relative;
}

.section.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  overflow: hidden;
}

.section.light {
  color: var(--black);
  background-color: #fff;
  overflow: hidden;
}

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

.section.project-hero {
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 15em;
  display: flex;
}

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

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

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

.no-t-margin {
  margin-top: 0;
}

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

.no-tb-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.header {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header.difference {
  mix-blend-mode: difference;
  padding-top: 1em;
}

.header.no-diff {
  padding-top: 1em;
}

.navbar_logo {
  width: 100%;
  height: 100%;
}

.nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
}

.nav_link {
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
}

.navbar_inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero_inner {
  z-index: 3;
  perspective: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero_img-wrap {
  z-index: 1;
  perspective: 1000px;
  width: 70%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: perspective(2000px);
}

.hero_image {
  filter: brightness(65%);
  object-fit: cover;
  width: 70vw;
  height: 100%;
  min-height: 65vh;
  max-height: 85vh;
}

.hero_heading {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  font-size: 20vh;
  line-height: 1;
  display: flex;
}

.hero_heading.heading-1 {
  text-align: center;
  text-shadow: 0 0 4em #00000040;
  font-weight: 900;
}

.hero_heading.heading-2 {
  text-align: center;
  font-weight: 300;
}

.hero_heading.heading-3 {
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

.hero_heading.heading-4 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.hero_heading-wrap {
  z-index: 5;
  mix-blend-mode: overlay;
  transform-style: preserve-3d;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(200px);
}

.hero_heading-wrap.control {
  display: none;
  position: absolute;
  inset: 0%;
}

.section_body {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.section_body.large {
  max-width: 24.5em;
  font-size: 3em;
  line-height: 1.3;
}

.section_body.large.intro {
  width: 23.1em;
  max-width: none;
}

.section_body.large.intro.item-name {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.section_body.large.about {
  text-align: center;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  font-size: 7.5em;
  font-weight: 300;
  line-height: 1.5;
}

.section_body.large.about.control {
  display: none;
}

.section_body.small.service-desc {
  padding-left: 4rem;
}

.section_body.small.service-desc a {
  color: var(--red);
}

.section_body.small.service-desc a:hover {
  opacity: .7;
}

.section_body.small.about-1 {
  z-index: 2;
  max-width: 30em;
  position: relative;
}

.section_body.intro {
  max-width: 20em;
}

.section_body.footer {
  position: absolute;
  bottom: 150%;
}

.section_body.opacity-70 {
  opacity: .7;
}

.t-margin {
  margin-top: 10em;
}

.b-margin {
  margin-bottom: 10em;
}

.tb-margin {
  margin-top: 10em;
  margin-bottom: 10em;
}

.section_heading {
  font-size: 6em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_heading.ticker-text {
  flex: none;
}

.section_heading.ticker-text.black {
  font-weight: 900;
}

.process_item {
  flex: none;
  width: 100vw;
}

.service {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.services_collection {
  margin-top: 10em;
}

.services_list {
  grid-column-gap: 7em;
  grid-row-gap: 14em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.service_accent {
  background-color: var(--red);
  transform-origin: 50% 0;
  width: 1em;
  height: 100%;
  max-height: 5em;
  transition: transform 2s cubic-bezier(.19, 1, .22, 1);
}

.globals {
  display: none;
}

.service_list {
  z-index: 1;
  color: var(--red);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.service_icon {
  width: 10em;
  height: 10em;
  position: absolute;
  top: 40%;
  left: 20em;
  right: auto;
}

.cta-mid_btn {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-mid_btn:hover {
  z-index: 20;
}

.section_content {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: relative;
}

.inline-link {
  color: var(--red);
}

.inline-link.white {
  color: #fff;
}

.email_link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.email_text {
  z-index: 5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 7em;
  font-weight: 900;
  position: relative;
}

.custom-cursor_wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--red);
  opacity: 0;
  mix-blend-mode: difference;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  transition: background-color .5s cubic-bezier(.19, 1, .22, 1), border-radius .5s cubic-bezier(.19, 1, .22, 1), width .5s cubic-bezier(.19, 1, .22, 1), height .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  overflow: hidden;
}

.img-reveal_block {
  z-index: 2;
  transform-origin: 50% 0;
  position: absolute;
  inset: -5%;
  transform: translate(0, -100%);
}

.img-reveal_block.dark {
  z-index: 2;
  background-color: var(--charcoal);
}

.img-reveal_wrap {
  position: relative;
  overflow: hidden;
}

.img-reveal_wrap.hero_img-wrap {
  z-index: 3;
  perspective: none;
  width: 40%;
  min-width: 30em;
  height: 80vh;
  transform: translate(0)perspective(200px);
}

.img-reveal_img {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 25vh;
  height: 25vh;
  position: relative;
}

.img-reveal_img.hero_image {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.img-reveal_img.narrow {
  width: 12.5vh;
}

.img-reveal_img.med {
  width: 15vh;
  height: 30vh;
  margin-top: -5%;
}

.img-reveal_img.wide {
  width: 35vh;
  margin-top: -5%;
}

.service-content {
  z-index: 2;
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
  position: relative;
}

.hero_heading-all {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero_heading_embed {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate(0);
}

.hero_heading-inner {
  width: 100%;
  display: flex;
}

.hero_heading-track.heading-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.emoji {
  font-size: .75em;
  display: inline-block;
  overflow: hidden;
}

.ticker {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  text-decoration: none;
  overflow: hidden;
}

.ticker.cta {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  align-items: center;
  height: 8em;
  display: flex;
  position: relative;
}

.ticker.forwards.projects {
  z-index: 2;
  text-transform: uppercase;
  border-left-color: #1d1d1d;
  border-right-color: #1d1d1d;
  margin-top: 6em;
  font-size: 2vh;
  font-weight: 900;
  position: sticky;
  top: 6em;
}

.ticker.giant.opacity-75 {
  opacity: .75;
}

.ticker_track {
  z-index: 1;
  display: flex;
  position: relative;
}

.ticker_group {
  flex: none;
  display: flex;
}

.flow-grid {
  grid-column-gap: 0em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.project_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 40em;
  height: 40em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project_wrap.medium {
  width: 30em;
  height: 30em;
}

.project_wrap.small {
  width: 25em;
  height: 25em;
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.project_item.bkz {
  z-index: 3;
  position: relative;
}

.project_item.tmm {
  z-index: 1;
  margin-right: -4rem;
  position: relative;
}

.project_item.bbq {
  z-index: 1;
  position: relative;
}

.project_item.pli {
  z-index: 3;
  position: relative;
}

.project_item.mwa {
  z-index: 1;
  position: relative;
}

.project_item.vsds {
  z-index: 3;
  margin-left: -4rem;
  position: relative;
}

.project_item.ej {
  z-index: 3;
  position: relative;
}

.project_name {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1.3;
}

.project_info {
  z-index: 3;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-right: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  max-width: 90%;
  padding-top: 1rem;
  padding-right: .5rem;
  display: grid;
  position: relative;
}

.project_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.project_darken {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(#0000, #0b0b0b 90%);
  width: 105%;
  height: 105%;
  transition: opacity .3s cubic-bezier(1, 0, 0, 1);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project_desc {
  opacity: .5;
  text-align: right;
  font-size: 1.15em;
}

.serif {
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
}

.cta-ticker_overlay {
  z-index: 2;
  background-color: var(--red);
  mix-blend-mode: overlay;
  width: 200vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cursor_arrow {
  opacity: 0;
  width: 65%;
  height: auto;
  transition: opacity .2s;
}

.img-carousel {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: sticky;
}

.img-span {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-span_img-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-span_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  height: 100%;
  min-height: 100px;
  max-height: 400px;
  position: relative;
}

.img-span_img-outer {
  z-index: -1;
  position: absolute;
}

.img-span_text {
  font-family: DM Serif Display, sans-serif;
}

.img-span_reveal {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 106%;
  height: 106%;
  display: flex;
  position: absolute;
  inset: -3%;
  transform: scale3d(1, 0, 1);
}

.about-text {
  z-index: 1;
  width: 100%;
  margin-top: 7em;
  display: flex;
  position: relative;
}

.grow-text {
  transform-origin: 0 0;
  display: inline-block;
}

.cta-underline {
  background-color: var(--red);
  transform-origin: 50% 100%;
  height: 4em;
  margin-top: -5.3em;
}

.footer-tickers {
  z-index: 0;
  opacity: .05;
  flex-direction: column;
  height: 100%;
  font-size: 15vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-ticker-group {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.logo_link {
  width: 60px;
  height: 60px;
  position: relative;
}

.cursor-text {
  opacity: 0;
  white-space: nowrap;
  transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
  display: none;
  position: absolute;
}

.project_img-wrap {
  width: 40em;
  height: 40em;
}

.content-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button {
  box-shadow: inset 0 0 0 0 var(--charcoal);
  color: var(--charcoal);
  background-color: #fff;
  padding: 1em 1.5em;
  font-size: 1.25em;
  font-weight: 500;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), box-shadow .6s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  box-shadow: inset 250px 0 0 0 var(--charcoal);
  color: #fff;
}

.button:focus {
  box-shadow: inset 250px 0 0 0 var(--charcoal);
}

.works-item {
  width: auto;
  height: auto;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.about-text-2 {
  z-index: 1;
  margin-top: 7em;
  position: relative;
}

.text-span {
  color: #fff;
}

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

  p {
    font-size: 1.5em;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.small {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.contact {
    max-height: 650px;
  }

  .hero_heading {
    font-size: 17vh;
  }

  .hero_heading-wrap {
    justify-content: center;
    width: 100%;
  }

  .section_body.large.intro {
    width: auto;
  }

  .section_body.large.about {
    max-width: none;
    font-size: 8.75vw;
  }

  .section_body.footer {
    bottom: 200%;
  }

  .service {
    grid-template-columns: 1fr .75fr;
  }

  .email_text {
    font-size: 6.5vw;
  }

  .custom-cursor_wrap {
    display: none;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 100%;
    min-width: 0;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
  }

  .project_wrap {
    width: 35em;
    height: 35em;
  }

  .project_item.tmm {
    margin-right: 0;
  }

  .project_item.vsds {
    margin-left: 0;
  }

  .cta-underline {
    margin-top: -5vw;
  }

  .logo_link {
    width: 50px;
    height: 50px;
  }

  .project_img-wrap {
    width: 80vw;
    height: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .container.small {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero_img-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100vh;
    display: flex;
  }

  .hero_heading {
    font-size: 22vw;
  }

  .section_body.large.about {
    font-size: 12vw;
  }

  .section_body.small.service-desc {
    padding-left: 10vw;
  }

  .section_heading {
    font-size: 4em;
  }

  .services_list {
    grid-row-gap: 10em;
  }

  .service_icon {
    width: 6em;
    height: 6em;
    position: relative;
    top: auto;
    left: auto;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 80vh;
  }

  .project_wrap, .project_wrap.medium, .project_wrap.small {
    width: 80vw;
    height: 80vw;
  }

  .img-span_img {
    min-width: 100px;
    max-width: 200px;
    max-height: 350px;
  }

  .cta-underline {
    height: 3em;
  }

  .project_img-wrap {
    width: 90vw;
    height: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    padding-bottom: 5em;
  }

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

  .section.call-to-action_mid {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.contact {
    max-height: 750px;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .nav {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link {
    margin-right: 3vw;
    font-size: 4vw;
  }

  .hero_img-wrap {
    width: 100%;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .hero_heading-wrap {
    transform: translate3d(0, 0, 100px)scale(.9)perspective(2000px);
  }

  .section_body.large.about {
    font-size: 13vw;
  }

  .section_heading {
    font-size: 3.5em;
    line-height: 1;
    display: block;
  }

  .process_item {
    width: 100vw;
  }

  .email_text {
    font-size: 5.5vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 60vh;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
  }

  .project_wrap, .project_wrap.medium, .project_wrap.small {
    width: 85vw;
    height: 85vw;
  }

  .img-span {
    justify-content: center;
    display: flex;
  }

  .cta-underline {
    height: 2em;
  }

  .logo_link {
    width: 15vw;
    max-width: 50px;
    height: 15vw;
    max-height: 50px;
  }

  .button {
    text-align: center;
    width: 100%;
  }
}

#w-node-_62899e0b-fbee-f876-8be2-69d93ce781d5-a8bbc55c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f3f3223-5878-20eb-144c-2a6d6eb0b722-a8bbc55c {
  justify-self: end;
}

#w-node-_038df902-d38f-1fde-9319-2b890bce257f-a8bbc55c {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_632c353c-3a0e-0c65-c1ca-de559a821920-a8bbc55c {
  grid-area: 1 / 1 / 3 / 3;
  place-self: start;
}

#w-node-a4ced971-9cbd-ae6a-1b1f-d8b0938395bd-a8bbc55c, #w-node-a4ced971-9cbd-ae6a-1b1f-d8b0938395be-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4ced971-9cbd-ae6a-1b1f-d8b0938395bf-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-a4ced971-9cbd-ae6a-1b1f-d8b0938395c0-a8bbc55c, #w-node-a4ced971-9cbd-ae6a-1b1f-d8b0938395c1-a8bbc55c {
  place-self: end;
}

#w-node-ff3e8412-0a37-3eff-8c20-2de0518a68e7-a8bbc55c {
  grid-area: 1 / 3 / 4 / 5;
  place-self: center end;
}

#w-node-ff3e8412-0a37-3eff-8c20-2de0518a68eb-a8bbc55c, #w-node-ff3e8412-0a37-3eff-8c20-2de0518a68ec-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff3e8412-0a37-3eff-8c20-2de0518a68ed-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-ff3e8412-0a37-3eff-8c20-2de0518a68ee-a8bbc55c, #w-node-ff3e8412-0a37-3eff-8c20-2de0518a68ef-a8bbc55c {
  place-self: end;
}

#w-node-cc5274d2-0126-6461-0282-265aa0bee7be-a8bbc55c {
  grid-area: 3 / 2 / 4 / 4;
  place-self: center;
}

#w-node-cc5274d2-0126-6461-0282-265aa0bee7c2-a8bbc55c, #w-node-cc5274d2-0126-6461-0282-265aa0bee7c3-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc5274d2-0126-6461-0282-265aa0bee7c4-a8bbc55c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-cc5274d2-0126-6461-0282-265aa0bee7c5-a8bbc55c, #w-node-cc5274d2-0126-6461-0282-265aa0bee7c6-a8bbc55c {
  place-self: end;
}

#w-node-f2352a34-d7ef-66c5-d1ec-ed372072b75d-a8bbc55c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9341d7-13df-2998-3032-e5d9ce9833ab-a8bbc55c {
  place-self: start;
}

#w-node-f3dc6715-e1c3-c222-48ca-c01fb00eb123-a8bbc55c {
  align-self: center;
}

#w-node-_98a14f7d-fdb7-2633-ed68-c96352d5cbba-a8bbc55c {
  place-self: center end;
}

#w-node-_0be5a29a-0c53-3161-ed70-0c1e45cdb5b6-a8bbc55c, #w-node-_5be8c815-6575-3e1b-39d1-56c8914fa366-914fa363 {
  justify-self: center;
}

#w-node-_72ec093c-b924-adb7-1d1c-2fae3df9e8d9-a8bbc55f, #w-node-_94610f7c-695d-ab6e-99ce-cfd1a2d4d62d-a8bbc55f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d339eb0-a341-32b6-0dee-78d3c46dc512-a8bbc55f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_632c353c-3a0e-0c65-c1ca-de559a821920-a8bbc55c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ff3e8412-0a37-3eff-8c20-2de0518a68e7-a8bbc55c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-cc5274d2-0126-6461-0282-265aa0bee7be-a8bbc55c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_01758bed-6d3e-85a3-b81e-5b450a659ff2-a8bbc55c, #w-node-dd9341d7-13df-2998-3032-e5d9ce9833ab-a8bbc55c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_632c353c-3a0e-0c65-c1ca-de559a821920-a8bbc55c {
    grid-area: 1 / 1 / 2 / 5;
    place-self: start;
  }

  #w-node-ff3e8412-0a37-3eff-8c20-2de0518a68e7-a8bbc55c {
    grid-area: 2 / 1 / 3 / 5;
    place-self: center end;
  }

  #w-node-cc5274d2-0126-6461-0282-265aa0bee7be-a8bbc55c {
    grid-area: 3 / 1 / 4 / 5;
    place-self: center start;
  }

  #w-node-_23362570-771b-0c45-251f-7b311e606ac7-a8bbc55c {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Libre Caslon Display';
  src: url('../fonts/LibreCaslonDisplay-Regular.ttf') format('truetype'), url('../fonts/LibreCaslonDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yeseva';
  src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}