@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Book.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-BookItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pavilion;
  src: url('../fonts/pavilion-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Right Serif;
  src: url('../fonts/PP-Right-Serif---Regular-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Right Serif;
  src: url('../fonts/PP-Right-Serif---Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --_typography---body: "PP Mori", Arial, sans-serif;
  --swatch--white: #e1e1e9;
  --_typography---heading: "PP Mori", Arial, sans-serif;
  --swatch--white-o20: color-mix(in srgb, var(--swatch--white) 20%, transparent);
  --swatch--dark: #2c454c;
  --swatch--off-white: var(--swatch--white);
  --_sizes---border-radius--small: .25rem;
  --_theme---button-primary--background: var(--swatch--brand);
  --swatch--brand: #73ab71;
  --_typography---handwriting: "Gochi Hand", Georgia, sans-serif;
  --_sizes---border-radius--tiny: .125rem;
  --_sizes---border-radius--full: 1000rem;
  --swatch--transparent: transparent;
  --swatch--white-o40: color-mix(in srgb, var(--swatch--white) 40%, transparent);
  --_theme---background: var(--swatch--white);
  --_typography---font--trim-top: .355em;
  --_theme---text: var(--swatch--dark);
  --_typography---font--trim-bottom: .35em;
  --_theme---border: var(--swatch--dark);
  --swatch--off-dark: var(--swatch--dark);
  --_theme---grid-dots: var(--swatch--dark-o20);
  --_theme---button-primary--text: var(--swatch--dark);
  --swatch--white-o10: color-mix(in srgb, var(--swatch--white) 10%, transparent);
  --swatch--dark-o20: color-mix(in srgb, var(--swatch--dark) 20%, transparent);
}

body {
  font-family: var(--_typography---body);
  color: var(--swatch--white);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-family: var(--_typography---heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.61rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: var(--_typography---heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.209rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-family: var(--_typography---body);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.157rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  font-family: var(--_typography---heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.369rem;
  font-weight: 400;
  line-height: 1;
}

h5 {
  font-family: var(--_typography---heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.777rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  font-family: var(--_typography---heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.page_wrap {
  overflow: clip;
}

.page_main {
  z-index: 1;
  border-bottom: 1px solid var(--swatch--white-o20);
  min-height: 100svh;
  position: relative;
}

.display-none {
  display: none;
}

.nav_wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  inset: auto auto 0;
}

.nav_link {
  z-index: 1;
  color: var(--swatch--white);
  padding: .5rem .75rem;
  text-decoration: none;
  position: relative;
}

.nav_link.w--current {
  color: var(--swatch--dark);
}

.hero_wrap {
  color: var(--swatch--off-white);
  justify-content: center;
  align-items: center;
  display: block;
  overflow: clip;
}

.nav_highlight {
  border-top-left-radius: var(--_sizes---border-radius--small);
  border-top-right-radius: var(--_sizes---border-radius--small);
  background-color: var(--_theme---button-primary--background);
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro_wrap {
  min-height: 100svh;
}

.roles_wrap {
  min-height: 500dvh;
  position: relative;
}

.cta_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.process_wrap, .collaborate_wrap {
  min-height: 100svh;
}

.logo_wrap {
  border-bottom-right-radius: var(--_sizes---border-radius--small);
  background-color: var(--_theme---button-primary--background);
  font-family: var(--_typography---heading);
  color: var(--swatch--dark);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-content: center;
  align-items: center;
  width: 2rem;
  padding: .75rem .25rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo_text {
  transform: rotate(180deg);
}

.sticky-button_wrap {
  border-bottom-left-radius: var(--_sizes---border-radius--small);
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.button {
  background-color: var(--_theme---button-primary--background);
  color: var(--swatch--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 .75rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid_wrap {
  z-index: 0;
  width: 100%;
  height: 100dvh;
  position: sticky;
  inset: 0% 0% auto;
}

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

.padding-global {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.hero_title {
  font-family: var(--_typography---heading);
  letter-spacing: -.125rem;
  white-space: nowrap;
  font-size: 11.4vw;
  line-height: 1;
  display: inline-block;
}

.hero_title.opacity-0 {
  opacity: 0;
}

.hero_contain {
  pointer-events: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_left {
  flex: 1;
  min-width: 35rem;
  container-type: inline-size;
}

.hero_title_wrap {
  z-index: 1;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  container-type: inline-size;
}

.hero_title_wrap.is-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.underline_wrap {
  display: inline-block;
  position: relative;
}

.underline_line {
  z-index: 0;
  border-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 20%;
}

.hero_center_icon {
  color: var(--swatch--brand);
  width: 8vw;
}

.u-no-wrap {
  white-space: nowrap;
}

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

.hero_sticky {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation_wrap {
  z-index: 100;
  font-family: var(--_typography---body);
  position: relative;
}

.hero_center_wrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_portrait_wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.hero_portrait_wrap.is-visible {
  transform: translate(0);
}

.hero_portrait_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_portrait_image.is-1 {
  transform: rotate(2deg);
}

.hero_portrait_image.is-2 {
  transform: rotate(-2deg);
}

.hero_portrait_image.is-3 {
  transform: rotate(1deg);
}

.hero_portrait_image.is-4 {
  transform: rotate(-1deg);
}

.hero_portrait_image.is-5 {
  transform: rotate(0);
}

.hero_title_line {
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  display: flex;
}

.hero_portrait_edges {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  container-type: inline-size;
}

.hero_portrait_edges.is-left {
  padding-top: 5rem;
}

.hero_portrait_edges.is-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.hero_portrait_handwriting {
  font-family: var(--_typography---heading);
  text-align: right;
  font-size: 2rem;
}

.hero_portrait_contain {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero_portrait_paragraph {
  max-width: 25ch;
  font-size: 1.25rem;
}

.roles_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.roles_card_contain {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._3d-card_wrap {
  z-index: 1;
  aspect-ratio: 308 / 480;
  perspective: 1200px;
  width: 100%;
  position: relative;
}

._3d-card_wrap.is-2 {
  transform: translate(0, -.1rem);
}

._3d-card_rotate {
  border: .5px solid var(--swatch--white);
  border-radius: var(--_sizes---border-radius--small);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}

._3d-card_rotate.is-rotated {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-card_face {
  z-index: 0;
  color: var(--swatch--brand);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-card_face.is-back {
  z-index: 0;
  opacity: 0;
  color: var(--swatch--white);
  transform-style: preserve-3d;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

._3d-card_face.is-front {
  pointer-events: auto;
  color: var(--swatch--white);
}

._3d-card_front_outter {
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 4%;
  font-size: .6rem;
  font-weight: 600;
  display: flex;
  container-type: inline-size;
}

._3d-card_front_asterisk {
  color: var(--swatch--brand);
  width: 4%;
}

._3d-card_front_center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--_typography---heading);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  container-type: inline-size;
}

._3d-card_front_icon {
  color: var(--swatch--brand);
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

._3d-card_back_top {
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 0% 4% 0% 0%;
  font-size: .6rem;
  font-weight: 600;
  display: flex;
  container-type: inline-size;
}

._3d-card_back_icon_wrap {
  aspect-ratio: 1;
  border-top-left-radius: var(--_sizes---border-radius--small);
  border-bottom-right-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  color: var(--swatch--dark);
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 3%;
  display: flex;
}

._3d-card_back_bottom {
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 0% 0% 0% 4%;
  font-size: .6rem;
  font-weight: 600;
  display: flex;
  container-type: inline-size;
}

._3d-card_back_center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  container-type: inline-size;
}

.padding-section-large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.padding-section-large.is-top-only {
  padding-bottom: 0;
}

.padding-section-large.is-cta-2 {
  padding-bottom: 5rem;
}

.padding-section-large.is-bottom-only {
  padding-top: 0;
}

.cta_contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-large {
  font-size: 4rem;
}

.text-large.is-cta {
  z-index: 1;
  max-width: 14ch;
  font-size: 4.2rem;
  position: relative;
}

.text-large.is-footer {
  font-size: 3rem;
  line-height: 1.1;
}

.text-large.is-projects {
  z-index: 1;
  max-width: 14ch;
  font-size: 4.2rem;
  font-weight: 400;
  position: relative;
}

.text-large.is-roles {
  max-width: 12ch;
}

.cta_content_left {
  font-family: var(--_typography---heading);
  width: 50%;
  position: relative;
}

.cta_content_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 30ch;
  display: flex;
}

.cta_script_wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 17ch;
  display: flex;
  position: absolute;
  top: 50%;
  right: 110%;
}

.cta_script_arrow {
  width: 10ch;
}

.text-style-script {
  font-family: var(--_typography---handwriting);
  text-align: right;
  font-size: 1.3rem;
}

.cta_script_text_contain {
  max-width: 10ch;
}

.cta_button_wrap {
  position: relative;
}

.max-width-medium {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-brand {
  color: var(--swatch--brand);
}

.cta_icon {
  z-index: 0;
  width: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-26%, -20%);
}

.text-style-smallprint {
  font-size: .7rem;
}

.spacer-large {
  padding-top: 4rem;
}

.cta_smallprint_wrap {
  max-width: 27ch;
}

.promise_header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.promise_sticky {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.padding-section-medium {
  flex-flow: wrap;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-medium.is-top-only {
  padding-bottom: 0;
}

.promise_contain {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

.promise_left {
  z-index: 1;
  position: relative;
}

.promise_right {
  z-index: 1;
  font-weight: 600;
  position: relative;
}

.promise_item_wrap {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.promise_item_wrap.is-inactive {
  opacity: .2;
  filter: blur(4px);
}

.promise_item_wrap.is-visible {
  opacity: 1;
}

.promise_background_wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.promise_background_item {
  border-radius: var(--_sizes---border-radius--small);
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.promise_track {
  min-height: 400dvh;
}

.promise_text_mask {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.promise_blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  width: 110%;
  height: 50%;
  position: absolute;
  inset: -10% 0% auto -5%;
}

.promise_blur.is-bottom {
  top: auto;
  bottom: -10%;
}

.process_contain {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_icon_contain {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  color: var(--swatch--dark);
  width: 4rem;
  padding: .75rem;
}

.process_arrow_wrap {
  height: 20vh;
  margin-left: 2rem;
  position: relative;
  transform: translate(-50%);
}

.process_arrow {
  height: 20vh;
}

.process_arrow_mask {
  height: 100%;
  overflow: hidden;
}

.process_icon_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: -2.5rem;
  display: flex;
}

.collaborate_image_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css {
  z-index: 2;
  color: var(--swatch--white);
  width: 100%;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-css.is-no-rotate {
  transform: rotate(0);
}

.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 4em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}

.marquee-css__item-svg {
  aspect-ratio: 1;
  color: var(--swatch--brand);
  width: 1em;
}

.marquee-css_svg {
  width: 1rem;
  height: 1rem;
}

.icon-size-small {
  color: var(--swatch--brand);
  width: 1em;
}

.collaborate_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collaborate_marquee_wrap {
  z-index: 1;
  position: relative;
  transform: translate(0, -100%);
}

.collaborate_marquee_wrap.is-bottom {
  transform: translate(0, 50%);
}

.footer_wrap {
  z-index: 0;
  background-color: var(--swatch--dark);
  position: sticky;
  bottom: 0;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  display: grid;
}

.footer_top_right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 30ch;
  margin-left: auto;
  display: flex;
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  container-type: inline-size;
}

.footer_name {
  font-family: var(--_typography---heading);
  text-align: center;
  letter-spacing: -.5vw;
  font-size: 11.8vw;
  font-weight: 400;
}

.footer_bottom_line {
  border-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  flex: 1;
  height: .25rem;
}

.footer_legal_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.footer_legal_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--swatch--dark);
  flex-flow: wrap;
  text-decoration: none;
  display: flex;
}

.footer_legal_link {
  color: var(--swatch--white);
}

.hero_content_wrap {
  z-index: 0;
  position: relative;
}

.icon-size-medium {
  color: var(--swatch--brand);
  width: 1.5em;
}

.icon-size-medium.is-rotate-180 {
  transform: rotate(180deg);
}

.max-width-small {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-small {
  padding-top: .5rem;
}

.text-style-tag {
  border-radius: var(--_sizes---border-radius--tiny);
  background-color: var(--swatch--brand);
  font-family: var(--_typography---body);
  color: var(--swatch--dark);
  padding: .25rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}

.text-style-tag.is-alternate {
  background-color: var(--swatch--white);
}

.text-style-tag.is-round {
  border-radius: var(--_sizes---border-radius--full);
}

.text-style-tag.is-date {
  border: 1px solid var(--swatch--brand);
  border-radius: var(--_sizes---border-radius--full);
  background-color: var(--swatch--transparent);
  color: var(--swatch--brand);
  padding-left: .3rem;
  padding-right: .3rem;
}

.text-style-tag.is-inverted {
  border: 1px solid var(--swatch--brand);
  background-color: var(--swatch--transparent);
  color: var(--swatch--brand);
  padding-left: .3rem;
  padding-right: .3rem;
}

.is-italic {
  font-family: var(--_typography---heading);
  font-style: italic;
  font-weight: 400;
}

.footer_roles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.nav_menu {
  z-index: 1;
  border-top-left-radius: var(--_sizes---border-radius--small);
  border-top-right-radius: var(--_sizes---border-radius--small);
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.projects_wrap {
  min-height: 100svh;
}

.projects_contain {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.projects_row {
  flex-flow: wrap;
  display: flex;
}

.projects_item {
  color: var(--swatch--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.projects_item.is-small {
  flex: 0 auto;
}

.projects_thumbnail_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.projects_title_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60ch;
  padding: 4%;
  display: flex;
  position: relative;
}

.tag_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
}

.projects_thumbnail_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.project_item_wrap {
  flex-flow: column;
  flex: 1;
  min-width: 28rem;
  height: 100%;
  min-height: 37.5rem;
  display: flex;
}

.project_item_wrap.is-large {
  width: 60%;
}

.project_item_wrap.is-small {
  flex: 0 auto;
  width: 40%;
}

.projects_button_wrap {
  z-index: 1;
  border-radius: var(--_sizes---border-radius--small);
  position: relative;
  overflow: hidden;
}

.projects_title {
  font-family: var(--_typography---heading);
  font-size: 4em;
  font-weight: 700;
}

.projects_hero_wrap {
  min-height: 100svh;
}

.projects_hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60ch;
  display: flex;
  position: relative;
}

.projects_hero_contain {
  padding: 4rem;
}

.projects_hero_image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
}

.projects_hero_title {
  font-family: var(--_typography---heading);
  font-size: 6rem;
  font-weight: 700;
}

.projects_intro_contain {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects_intro_tag_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.projects_tag_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-style-richtext {
  flex-flow: column;
  display: flex;
}

.text-style-richtext p {
  margin-bottom: 1rem;
}

.text-style-richtext h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-style-richtext h1, .text-style-richtext li {
  margin-bottom: .5rem;
}

.projects_intro_bottom_text {
  padding-left: 33%;
  font-size: .875rem;
}

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

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

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

.projects_gallery_item {
  flex-flow: column;
}

.projects_other_contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project_item_card {
  flex-flow: column;
  min-height: 75vh;
  display: flex;
}

.projects_other_item {
  aspect-ratio: 3 / 4;
  width: 100%;
  font-size: .6rem;
}

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

.projects_footer_wrap {
  z-index: 0;
  background-color: var(--swatch--dark);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.button_corner_wrap {
  border-radius: var(--_sizes---border-radius--small);
  overflow: hidden;
}

.hero_about_wrap {
  width: 100%;
}

.hero_about_text {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
}

.hero_about_text.is-row-1 {
  text-align: center;
}

.hero_portrait_frame {
  aspect-ratio: 3 / 4;
  border-radius: var(--_sizes---border-radius--small);
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_text_contain {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.roles_title {
  font-family: var(--_typography---heading);
  text-align: center;
  letter-spacing: -.125rem;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.roles_title.opacity-0 {
  opacity: 0;
}

.padding-section-small {
  flex-flow: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-section-small.is-top-only {
  padding-bottom: 0;
}

.hero_about_contain {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-large {
  font-size: 2rem;
}

.portfolio_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.portfolio_contain {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio_cms_wrapper {
  z-index: 1;
  position: relative;
}

.portfolio_cms_item {
  z-index: 0;
  border-bottom: 1px solid var(--swatch--white-o20);
  position: relative;
}

.portfolio_cms_item:last-child {
  border-bottom-style: none;
}

.portfolio_item_link {
  color: var(--swatch--white);
  cursor: not-allowed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio_item_link:hover {
  font-style: italic;
}

.portfolio_link_image {
  z-index: 0;
  opacity: 0;
  max-width: 50vw;
  max-height: 80vh;
  transition: transform .6s, opacity .2s;
}

.portfolio_link_image.is-visible {
  opacity: 1;
}

.portfolio_link_text {
  z-index: 1;
  font-size: 3.5rem;
  position: relative;
}

.portfolio_detail_text {
  color: var(--swatch--brand);
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-style: normal;
  display: flex;
  position: absolute;
  inset: auto auto 0 .5rem;
}

.portfolio_detail_text.is-date {
  left: .5rem;
  right: auto;
}

.portfolio_date_text {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0 .5rem;
}

.text-size-medium {
  font-size: 1.5rem;
}

.roles_text {
  z-index: 0;
  font-size: 2.5rem;
}

.roles_text.is-row-1 {
  text-align: center;
}

.roles_contain {
  height: 100%;
  display: block;
  position: relative;
}

.roles_heading_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio_tag_cms_wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% .5rem 0% auto;
}

.portfolio_tag_cms_list.tag_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.portfolio_image_mask {
  border-radius: var(--_sizes---border-radius--small);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  max-height: 80vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.portfolio_heading_wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading_eyebrow_icon {
  border-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  color: var(--swatch--dark);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  padding: .3rem;
  display: flex;
}

.heading_eyebrow_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}

.cursor-marquee {
  z-index: 1001;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  background-color: var(--swatch--brand);
  color: var(--swatch--dark);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-marquee__text-span {
  white-space: nowrap;
  transform-origin: 0;
  padding: .5em;
  font-size: 1em;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.clipboard_toast_wrap {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  color: var(--swatch--dark);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 1rem;
  transform: translate(0, 1rem);
}

.clipboard_toast_badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_sizes---border-radius--small);
  background-color: var(--swatch--brand);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.clipboard_icon {
  flex: none;
  width: 1.5rem;
}

.clipboard_icon_wrap {
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.process_arrow_muted {
  z-index: -1;
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.texture_overlay {
  z-index: 2147483647;
  opacity: .4;
  pointer-events: none;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.portfolio_item_wrap {
  z-index: 0;
  position: relative;
}

.dot-field {
  z-index: 0;
  background-color: var(--swatch--dark);
  pointer-events: none;
  inset: 0%;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.button_text {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button_text_track {
  height: 100%;
  transition: transform .3s;
}

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

.legal_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.linkedin_wrap {
  border-top-left-radius: var(--_sizes---border-radius--tiny);
  background-color: var(--swatch--brand);
  color: var(--swatch--dark);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  margin-left: auto;
  padding: .125rem;
  display: flex;
  position: sticky;
  bottom: 0;
  right: 0;
}

.bottom_nav_wrap {
  z-index: 1000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.cta_marquee_box {
  aspect-ratio: 16 / 9;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--swatch--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--swatch--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--swatch--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--swatch--white);
  border-top-left-radius: var(--_sizes---border-radius--small);
  border-top-right-radius: var(--_sizes---border-radius--small);
  border-bottom-left-radius: var(--_sizes---border-radius--small);
  border-bottom-right-radius: var(--_sizes---border-radius--small);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  container-type: inline-size;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
  line-height: 1;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: 15cqw;
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100%;
  position: relative;
}

.marquee_advanced_icon {
  aspect-ratio: 1;
  color: var(--swatch--brand);
  flex: none;
  width: 1em;
  height: 1em;
  margin-right: .25em;
}

.marquee_advanced_rotate {
  transform: rotate(-45deg);
}

.mobile_mail_wrap {
  display: none;
}

.is-bg-grid {
  background-color: var(--swatch--dark);
  background-image: url('../images/bg_dot_grid.png');
  background-position: 50% 0;
  background-size: 100%;
  background-attachment: fixed;
}

.process_item_heading {
  font-size: 2rem;
}

.cta_image_mask {
  border-radius: var(--_sizes---border-radius--small);
  width: 100%;
  height: 90vh;
  max-height: 30rem;
  overflow: hidden;
}

.overlay_blend {
  z-index: 1;
  aspect-ratio: 1;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--swatch--white-o40), transparent);
  border-radius: 100%;
  width: 10rem;
  position: relative;
}

.blend_overlay {
  z-index: 999999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading_eyebrow_text {
  font-size: 1rem;
}

.portfolio_mobile_marquee {
  display: none;
}

@media screen and (max-width: 991px) {
  .cta_contain.is-cta-1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-large.is-cta {
    max-width: none;
  }

  .cta_content_left {
    width: 100%;
  }

  .cta_content_right.is-cta-1 {
    margin-left: auto;
  }

  .process_contain.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process_item.is-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    font-size: .875rem;
  }

  .process_arrow_wrap.is-left {
    margin-left: 2rem;
    transform: translate(-50%);
  }

  .process_heading.is-left {
    text-align: left;
  }

  .process_icon_group {
    margin-left: -2.5rem;
  }

  .max-width-small {
    max-width: 40rem;
  }

  .spacer-small {
    padding-top: .5rem;
  }

  .process_tag_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .text-style-tag {
    border: 1px solid var(--swatch--dark);
    border-radius: var(--_sizes---border-radius--tiny);
    padding: .25rem;
    font-weight: 600;
  }

  .is-bg-grid {
    background-size: 150%;
  }
}

@media screen and (max-width: 767px) {
  .roles_wrap {
    min-height: auto;
  }

  .hero_title {
    font-size: 15.4vw;
  }

  .hero_contain {
    flex-flow: column;
  }

  .hero_title_wrap {
    width: 100%;
  }

  .hero_sticky {
    position: static;
  }

  .hero_title_line.is-empty {
    display: none;
  }

  .roles_sticky {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: static;
  }

  .roles_card_contain {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._3d-card_wrap {
    max-width: 25rem;
  }

  ._3d-card_rotate {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  ._3d-card_face.is-back {
    opacity: 1;
  }

  ._3d-card_face.is-front {
    opacity: 0;
  }

  .padding-section-large.is-cta-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta_contain.is-cta-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .cta_content_right.is-cta-1 {
    max-width: 40ch;
  }

  .cta_content_right.is-cta-2 {
    max-width: 40ch;
    margin-left: auto;
  }

  .spacer-large.hide-mobile-landscape, .cta_smallprint_wrap {
    display: none;
  }

  .process_contain {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .process_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .process_arrow_wrap, .process_arrow_wrap.is-left {
    margin-left: 0;
    transform: none;
  }

  .process_heading {
    text-align: center;
  }

  .process_icon_group {
    margin-left: 0;
  }

  .process_text_wrap {
    max-width: 40ch;
  }

  .hero_about_text {
    text-align: left;
  }

  .hero_portrait_frame {
    width: 100%;
    height: auto;
  }

  .portfolio_item_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .portfolio_item_link:hover {
    font-style: normal;
  }

  .portfolio_link_image {
    opacity: 1;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
  }

  .portfolio_detail_text {
    height: auto;
    position: static;
  }

  .roles_contain {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .roles_heading_wrap {
    position: static;
  }

  .portfolio_tag_cms_wrap {
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    inset: 2rem .5rem auto auto;
  }

  .portfolio_tag_cms_list.tag_wrap {
    flex-flow: row;
  }

  .portfolio_image_mask {
    width: 100%;
    max-width: none;
    max-height: none;
    position: static;
  }

  .cursor-marquee {
    display: none;
  }

  .process_item_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .portfolio_item_wrap {
    flex-flow: column;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .is-bg-grid {
    background-size: 200%;
  }

  .process_heading_wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .portfolio_mobile_marquee {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav_wrap {
    display: none;
  }

  .sticky-button_wrap {
    border-top-right-radius: var(--_sizes---border-radius--small);
    border-bottom-left-radius: 0;
    display: none;
  }

  .hero_title_wrap.is-right {
    margin-top: -15.4vw;
  }

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

  .text-large, .text-large.is-cta, .text-large.is-projects {
    font-size: 3rem;
  }

  .cta_content_right.is-cta-1 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta_script_wrap {
    display: none;
  }

  .process_heading {
    font-size: 3rem;
  }

  .footer_name {
    text-align: left;
    font-size: 22.5vw;
  }

  .hero_about_text {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.75rem;
  }

  .portfolio_link_text {
    font-size: 2.5rem;
  }

  .cta_image {
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .linkedin_wrap {
    width: 2rem;
    padding: .25rem;
  }

  .cta_marquee_box {
    aspect-ratio: 1;
  }

  .mobile_mail_wrap {
    border-top-right-radius: var(--_sizes---border-radius--tiny);
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .is-bg-grid {
    background-size: 400%;
  }
}

#w-node-_280f44b7-65eb-eecb-5767-f47d10ec205e-15daa109 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_280f44b7-65eb-eecb-5767-f47d10ec205c-15daa109 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_280f44b7-65eb-eecb-5767-f47d10ec2060-15daa109, #w-node-bc14050d-7813-2f2e-2832-86c38e75fdbd-15daa109 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-e75f4830-ad3a-2cd4-ba2f-75a15d28db2a-15daa109 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2ea8916a-af02-9c31-4165-d5003b8553a4-15daa109 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}


@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-BookItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pavilion';
  src: url('../fonts/pavilion-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Right Serif';
  src: url('../fonts/PP-Right-Serif---Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Right Serif';
  src: url('../fonts/PP-Right-Serif---Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gochi Hand';
  src: url('../fonts/GochiHand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}