@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: #e9b32d;
  --white: white;
  --color: #e9b32d;
  --charcoal: #141414;
  --steel-blue: #2787a5;
  --color-2: #162432;
  --size: 0px;
  --color-3: #1c2e3f;
}

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

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

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

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;
  margin-top: 39px;
  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;
  padding-bottom: 35.4em;
}

.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-family: PT Serif, serif;
  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;
  width: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  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: 21.1em;
  max-width: none;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}

.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 {
  text-shadow: 0 1px 1px #0003;
  padding-left: 4rem;
  font-size: 1.3vw;
}

.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;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  text-decoration: none;
  position: relative;
}

.section_body.intro {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 20em;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
}

.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-family: Poppins, sans-serif;
  font-size: 6em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_heading.ticker-text {
  flex: none;
  font-family: Poppins, sans-serif;
}

.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: Poppins, sans-serif;
  font-weight: 500;
}

.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(--color);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  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: 2.25em;
  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-flow: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.email_text {
  z-index: 5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 4.4em;
  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;
  font-family: Poppins, sans-serif;
  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;
  font-family: Poppins, sans-serif;
  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%;
  margin-top: 240px;
  padding-top: 60px;
  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(--color);
  mix-blend-mode: overlay;
  width: 200vw;
  height: 100%;
  font-family: Poppins, sans-serif;
  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;
  width: 106%;
  height: 106%;
  transform-style: preserve-3d;
  background-color: #fff;
  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-block {
  font-family: Montserrat, sans-serif;
  font-size: 17vh;
  font-weight: 400;
}

.text-span, .text-span-2, .text-span-3 {
  color: #dda61c;
}

.text-span-4 {
  -webkit-text-stroke-color: #dda61c;
}

.text-span-5 {
  color: #dda61c;
}

.text-span-6 {
  color: var(--color);
}

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

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

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

.circle-arrow-button-1 {
  cursor: pointer;
  border-width: 1px;
  border-color: #fff;
  border-top-style: solid;
  border-radius: 8rem 8rem 0 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 12rem;
  height: 6rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.circle-arrow-icon-1 {
  width: 12px;
}

.process-image-fade {
  opacity: .8;
  mix-blend-mode: normal;
  background-color: #1a1a1a;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: -1% 0% 0% -1%;
}

.process-card {
  border-radius: 2px;
  flex-direction: row;
  justify-content: space-between;
  height: 66svh;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 11.475rem;
  overflow: hidden;
}

.process-card.card-2 {
  top: 13.475rem;
}

.process-card.card-three {
  top: 15.475rem;
}

.process-card.card-4 {
  top: 5rem;
}

.process-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.process-text {
  opacity: .84;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.mb-16px {
  margin-bottom: 1rem;
}

.process-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
}

.process-image-wrapper {
  z-index: 1;
  background-color: #b100001a;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.process-text-wrapper {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 48rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
  position: relative;
}

.paragraph {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 6.3em;
}

.text-span-7 {
  font-style: normal;
  font-weight: 500;
}

.text-span-8 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-span-9 {
  font-style: italic;
  font-weight: 200;
}

.text-span-10 {
  font-weight: 800;
}

.text-span-11 {
  font-weight: 200;
}

.text-span-12 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-span-13, .text-span-14 {
  text-decoration: underline;
}

.text-span-15 {
  color: #e9b32d;
  -webkit-text-fill-color: transparent;
  background-color: #e9b32d;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text-span-16 {
  font-style: italic;
}

.primary-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #2b2b2b;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.primary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.primary-button.primary-button-white {
  color: #2b2b2b;
  background-color: #fff;
}

.heading-h2-white {
  opacity: .74;
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 2.7em;
  font-style: italic;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 2.1em;
}

.link {
  background-color: var(--color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

.link-2 {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2em;
  font-weight: 200;
}

.paragraph-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.text-span-17, .text-span-18 {
  font-weight: 500;
}

.text-span-19 {
  font-weight: 800;
}

.text-span-20, .text-span-21 {
  font-weight: 200;
}

.text-span-22, .text-span-23 {
  text-decoration: underline;
}

.text-span-24 {
  font-weight: 800;
}

.text-span-25 {
  font-style: italic;
}

.text-span-26 {
  -webkit-text-fill-color: transparent;
  background-color: #e9b32d;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-27 {
  font-style: italic;
}

.text-span-28 {
  font-weight: 600;
}

.text-span-29 {
  font-weight: 700;
}

.link-3 {
  -webkit-text-fill-color: transparent;
  background-color: #e9b330;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-subscribe {
  border-bottom: 1px #e4ebf3;
  padding: 21px 0 40px;
  position: relative;
}

.container-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.footer-link-three {
  background-color: var(--color);
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  position: static;
}

.footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9vw;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 24px;
  font-family: Poppins, sans-serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 16vh;
  font-weight: 500;
}

.text-block-3 {
  font-family: Varela, sans-serif;
  font-size: 16vh;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-size: 13vh;
  font-weight: 300;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 17vh;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.paragraph-5 {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

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

  .section.projects {
    padding-bottom: 35.4em;
  }

  .nav {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    align-content: center;
    align-self: center;
    display: grid;
  }

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

  .section_heading.ticker-text {
    font-size: 4em;
  }

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

  .project_image {
    margin-top: 240px;
    padding-top: 125px;
  }

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

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

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

  .text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 15vh;
  }

  .circle-arrow-button-1 {
    width: 10rem;
    height: 5rem;
  }

  .process-card {
    padding: 2rem;
    top: 8rem;
  }

  .process-card.card-2 {
    top: 9rem;
  }

  .process-card.card-three {
    top: 10rem;
  }

  .process-text {
    font-size: 1rem;
  }

  .process-card-wrapper {
    grid-row-gap: 8rem;
  }

  .process-text-wrapper {
    font-size: 2rem;
  }

  .primary-button.primary-button-white {
    position: relative;
  }

  .footer-subscribe {
    border-bottom-style: none;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .text-block-2 {
    font-size: 15vh;
  }

  .text-block-3 {
    font-size: 14vh;
  }

  .text-block-4, .text-block-5 {
    font-size: 15vh;
  }

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

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

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

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

  .container.works {
    overflow: hidden;
  }

  .section.projects {
    padding-bottom: 13.1em;
  }

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

  .section_heading.ticker-text {
    margin-left: auto;
    margin-right: auto;
  }

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

  .flow-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .project_wrap {
    width: 80vw;
    height: 80vw;
  }

  .project_wrap.medium {
    width: 80vw;
    height: 80vw;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .project_wrap.small {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
  }

  .project_image {
    align-self: auto;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 206px;
    top: auto;
    bottom: auto;
  }

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

  .cta-underline {
    height: 3em;
  }

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

  .works-item {
    margin-right: 220px;
  }

  .text-block {
    font-size: 13.9vh;
  }

  .circle-arrow-button-1 {
    width: 8rem;
    height: 4rem;
    margin-top: 1.5rem;
  }

  .process-card {
    padding: 1.5rem;
  }

  .process-text {
    font-size: .9rem;
    font-weight: 400;
  }

  .process-card-wrapper {
    grid-row-gap: 6rem;
  }

  .process-text-wrapper {
    font-size: 1.8rem;
  }

  .paragraph {
    font-size: 6em;
  }

  .primary-button {
    padding: 16px 22px;
  }

  .footer-subscribe {
    border-bottom-style: none;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    text-align: left;
    flex: 0 auto;
    align-self: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 8px;
    display: block;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    justify-content: center;
    align-self: center;
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 14vh;
  }

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

  .text-block-4 {
    font-size: 13vh;
  }

  .text-block-5 {
    font-size: 14.3vh;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .collection-list {
    margin: auto;
    overflow: visible;
  }

  .collection-list-2 {
    margin: auto;
    padding-top: 140px;
  }

  .collection-list-3, .collection-list-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-5 {
    object-fit: fill;
    flex: 0 auto;
  }

  .italic-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-container {
    flex-wrap: nowrap;
  }

  .container.works {
    margin-left: 0;
    margin-right: 0;
  }

  .section.hero {
    padding-bottom: 5em;
    top: 53px;
    bottom: auto;
  }

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

  .section.projects {
    padding-bottom: 10.2em;
    overflow: hidden;
  }

  .nav {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 100px;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
  }

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

  .hero_img-wrap {
    width: 100%;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .hero_heading.heading-1, .hero_heading.heading-2, .hero_heading.heading-3 {
    overflow: hidden;
  }

  .hero_heading.heading-4 {
    flex-direction: column;
  }

  .hero_heading-wrap {
    margin-right: 0;
    padding-top: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 100px)scale(.9)perspective(2000px);
  }

  .section_body.large.intro {
    font-size: 1.5em;
  }

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

  .section_body.small.service-desc {
    font-size: 9px;
  }

  .section_body.intro {
    padding-top: 40px;
    font-size: 1.5em;
  }

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

  .process_item {
    width: 100vw;
  }

  .service_list {
    font-size: 7.6px;
  }

  .email_text {
    font-size: 5.5vw;
  }

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

  .ticker_group {
    flex-wrap: nowrap;
  }

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

  .project_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 85vw;
    height: 85vw;
    display: flex;
  }

  .project_wrap.medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 85vw;
    height: 85vw;
    margin: 110px 0 20px;
    padding-right: 6px;
  }

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

  .project_item.tmm, .project_item.vsds {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project_info {
    margin-top: -235px;
    margin-right: -108px;
  }

  .project_image {
    aspect-ratio: auto;
    flex: 0 auto;
    align-self: flex-start;
    margin: -60px 0 auto 111px;
    padding: 0;
    position: static;
    overflow: hidden;
  }

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

  .text-block {
    font-size: 4.2vh;
  }

  .process-card {
    padding: 1.25rem;
  }

  .paragraph {
    font-size: 3em;
    line-height: 2;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-white {
    font-size: .9em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .footer-subscribe {
    border-bottom-style: none;
    padding-top: 0;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-three {
    flex-wrap: wrap;
    place-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .footer-link-three {
    position: static;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    align-self: center;
    font-size: 11px;
  }

  .text-block-2 {
    font-size: 4.6vh;
  }

  .text-block-3 {
    font-size: 4.5vh;
  }

  .text-block-4 {
    font-size: 4vh;
  }

  .text-block-5 {
    font-size: 4.3vh;
    overflow: hidden;
  }

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

  .heading-5 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 4vh;
  }

  .paragraph-5 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-30 {
    font-family: Poppins, sans-serif;
    font-weight: 200;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-family: Poppins, sans-serif;
  }

  .collection-list {
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .collection-list-2 {
    margin: 0;
    overflow: hidden;
  }

  .collection-list-3 {
    margin-right: 0;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-bottom: 92px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .collection-list-5 {
    margin-left: 0;
  }

  .italic-text {
    text-align: center;
  }
}

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

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

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

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

#w-node-_6bafd87a-d994-c9da-b3aa-0e6480e00949-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6bafd87a-d994-c9da-b3aa-0e6480e0094b-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_6bafd87a-d994-c9da-b3aa-0e6480e0094c-d42719d8, #w-node-_6bafd87a-d994-c9da-b3aa-0e6480e0094e-d42719d8 {
  place-self: end;
}

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

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

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

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

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

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

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

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

#w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c1a-d42719d8 {
  grid-area: 3 / 1 / 5 / 2;
  place-self: end start;
}

#w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c1e-d42719d8, #w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c1f-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c20-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c21-d42719d8, #w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c22-d42719d8 {
  place-self: end;
}

#w-node-_31353db0-b592-3a3d-f0b0-8a650926bbd9-d42719d8 {
  grid-area: 4 / 3 / 6 / 5;
  place-self: center;
}

#w-node-_31353db0-b592-3a3d-f0b0-8a650926bbdd-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_31353db0-b592-3a3d-f0b0-8a650926bbde-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31353db0-b592-3a3d-f0b0-8a650926bbdf-d42719d8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_31353db0-b592-3a3d-f0b0-8a650926bbe0-d42719d8, #w-node-_31353db0-b592-3a3d-f0b0-8a650926bbe1-d42719d8 {
  place-self: end;
}

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

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

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

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

#w-node-d79f9d00-2179-1c9a-2de1-c04c7a1f7696-d42719d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01f8aecd-87eb-9b4b-8b66-c5935631b595-914fa363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_332e572c-f27f-0a57-a450-050ead259d2e-ad259d22, #w-node-_5e9be6f7-8a08-f8a3-d9a0-e67cec03b621-ad259d22, #w-node-_72ec093c-b924-adb7-1d1c-2fae3df9e8d9-d42719d9, #w-node-_94610f7c-695d-ab6e-99ce-cfd1a2d4d62d-d42719d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d339eb0-a341-32b6-0dee-78d3c46dc512-d42719d9 {
  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-d42719d8 {
    grid-area: 1 / 1 / 2 / 4;
  }

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

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

  #w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c1a-d42719d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_31353db0-b592-3a3d-f0b0-8a650926bbd9-d42719d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

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

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

  #w-node-ff3e8412-0a37-3eff-8c20-2de0518a68e7-d42719d8, #w-node-cc5274d2-0126-6461-0282-265aa0bee7be-d42719d8, #w-node-_51cb5d12-54e3-7db2-71d5-1ca996ae2c1a-d42719d8, #w-node-_31353db0-b592-3a3d-f0b0-8a650926bbd9-d42719d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center start;
  }

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

  #w-node-_98a14f7d-fdb7-2633-ed68-c96352d5cbba-d42719d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }
}


@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;
}
.section.contact .section_content {
  justify-items: center;
}

.section.contact .paragraph-3 {
  text-align: center;
}

#gg-contact-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility .35s;
}

#gg-contact-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.gg-modal-open {
  overflow: hidden;
}

.gg-modal {
  position: relative;
  width: min(34rem, 92vw);
  max-height: 90vh;
  overflow-y: auto;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 3em 2.75em 2.75em;
  color: #fff;
  font-family: Poppins, sans-serif;
  transform: translateY(1.5em);
  transition: transform .35s cubic-bezier(.645, .045, .355, 1);
}

#gg-contact-overlay.is-open .gg-modal {
  transform: translateY(0);
}

.gg-modal_title {
  margin: 0 0 .25em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
}

.gg-modal_title span {
  color: var(--color);
}

.gg-modal_sub {
  margin: 0 0 1.75em;
  opacity: .7;
  font-size: .95em;
}

.gg-modal_close {
  position: absolute;
  top: .4em;
  right: .6em;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  opacity: .6;
  transition: opacity .2s, color .2s;
}

.gg-modal_close:hover {
  opacity: 1;
  color: var(--color);
}

.gg-modal_form label {
  display: block;
  margin-bottom: 1.4em;
  font-size: .8em;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .85;
}

.gg-modal_form input,
.gg-modal_form textarea {
  display: block;
  width: 100%;
  margin-top: .5em;
  padding: .5em 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  outline: none;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  transition: border-color .3s;
}

.gg-modal_form input:focus,
.gg-modal_form textarea:focus {
  border-bottom-color: var(--color);
}

.gg-modal_form textarea {
  resize: vertical;
}

.gg-check .gg-q {
  color: var(--color);
  font-weight: 600;
}

.gg-check input {
  max-width: 6em;
}

.gg-hp {
  position: absolute !important;
  left: -5000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gg-modal_error {
  min-height: 1.4em;
  margin-bottom: .75em;
  color: var(--color);
  font-size: .85em;
}

.gg-modal_send {
  box-shadow: inset 0 0 0 0 var(--charcoal);
  color: var(--charcoal);
  background-color: #fff;
  border: 0;
  padding: 1em 1.5em;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s;
}

.gg-modal_send:hover {
  background-color: var(--color);
}

.gg-modal_send:disabled {
  opacity: .6;
  cursor: default;
}

.gg-modal_success p {
  opacity: .8;
}

@media (max-width: 479px) {
  .gg-modal {
    padding: 2.25em 1.5em 1.75em;
  }
}
