:root {
  --color--white: #efede9;
  --font-families--sans-serif: Bdogrotesk, sans-serif;
  --color--dark: #2b2d42;
  --font-size--base: 1rem;
  --font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>: 1rem;
  --fluid-font-size--2xl: 15vw;
  --font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>: 11vw;
  --font-families--serif: Belleza, sans-serif;
  --fluid-font-size--xl: 4.267vw;
  --font-size--4xl: 2.3rem;
  --font-size--3xl: 1.5rem;
  --font-size--2xl: 1.75rem;
  --font-size--xl: 1.5rem;
  --site-padding--mobile: 1rem;
  --site-padding--desktop: 3rem;
  --site-padding--tablet: 2rem;
  --color--dark-10: #2828281a;
  --fluid-font-size--small: 2.133vw;
  --font-size--large: 1.25rem;
  --color--brand: #93876e;
  --font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>: 1rem;
  --color--white\<deleted\|variable-8b6b6a94\>: white;
  --color--medium-grey\<deleted\|variable-8e7a1c56\>: #7a7c7e;
  --color--white-12\<deleted\|variable-38624d3d-5d7b-7667-b764-821f3965120d\>: #262626;
  --color--medium-dark: #393838;
  --grid-gap: 1.25rem;
  --color--white-60: #faf6f099;
  --fluid-font-size--large: 3.467vw;
  --font-size--small: .8rem;
  --color--dark-60: #2b2d42cc;
  --fluid-font-size--medium: 3.2vw;
  --fluid-font-size--3xl: 23vw;
}

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

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

body {
  background-color: var(--color--white);
  font-family: var(--font-families--sans-serif);
  color: var(--color--dark);
  font-size: var(--font-size--base);
  letter-spacing: -.01em;
  overscroll-behavior: none;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font-families--sans-serif);
  font-size: var(--fluid-font-size--2xl);
  letter-spacing: -.05em;
  white-space: normal;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 114%;
  display: block;
  transform: translate(0);
}

h2 {
  font-family: var(--font-families--serif);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.02em;
  text-transform: none;
  color: inherit;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 92%;
}

h3 {
  font-family: var(--font-families--serif);
  font-size: var(--font-size--4xl);
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  font-family: var(--font-families--serif);
  font-size: var(--font-size--3xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  font-family: var(--font-families--serif);
  font-size: var(--font-size--2xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 2rem;
}

h6 {
  font-family: var(--font-families--serif);
  font-size: var(--font-size--xl);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

p {
  line-height: 130%;
  font-size: inherit;
  max-width: 33ch;
  margin-bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
}

a:hover {
  opacity: .6;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  z-index: 1;
  background-color: var(--color--white);
  min-height: 32px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section.hero-section {
  grid-row-gap: 5rem;
  background-color: var(--color--dark);
  color: var(--color--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 105vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.styelguide-hero-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.last-section {
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

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

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

.container {
  padding-top: 0;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  position: relative;
}

.container.styleguide-container {
  max-width: 800px;
}

.container.no-row-gap {
  grid-row-gap: 0rem;
}

.container.horizontal-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.overlapping-image-container {
  z-index: 1;
  pointer-events: none;
  margin-top: -23%;
}

.container.hero-text {
  object-fit: fill;
  margin-top: 14vh;
}

.container.footer-menu {
  padding-bottom: 150px;
}

.container.footer-menu.fix-treat, .container.fix {
  display: block;
  position: static;
}

.divider {
  z-index: -4;
  background-color: var(--color--dark-10);
  width: 100%;
  height: .5px;
  position: static;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.text-large {
  font-size: var(--fluid-font-size--small);
  color: inherit;
  max-width: 34ch;
  line-height: 110%;
}

.footer {
  padding-top: var(--site-padding--desktop);
  padding-bottom: var(--site-padding--desktop);
  aspect-ratio: auto;
  background-color: var(--color--dark);
  color: var(--color--white);
  object-fit: none;
  font-size: Inherit;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: static;
  overflow: visible;
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter;
  font-weight: 400;
}

.rich-text-block h2 {
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--large);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--large);
  letter-spacing: -.025em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block p {
  opacity: .6;
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 150%;
}

.rich-text-block h4 {
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--color--brand);
  font-family: Bdogrotesk, sans-serif;
  font-size: var(--font-size--medium\<deleted\|variable-b7e90277-86c7-b9e4-63b9-82af05bd5fc5\>);
  margin-top: 2rem;
  margin-bottom: 3rem;
  line-height: 150%;
}

.rich-text-block h1 {
  font-family: var(--font-families--serif);
  font-size: var(--font-size--4xl);
  text-align: left;
  letter-spacing: -.03em;
  text-transform: none;
  max-width: none;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block h5, .rich-text-block h6 {
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--base);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.rich-text-block li {
  font-family: var(--font-families--sans-serif);
  font-size: var(--font-size--base);
}

.text-field {
  color: var(--color--dark);
  font-size: var(--font-size--base);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #dfdfdf80;
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  line-height: 150%;
}

.text-field:active {
  border-bottom-color: var(--color--white\<deleted\|variable-8b6b6a94\>);
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--color--medium-grey\<deleted\|variable-8e7a1c56\>);
  line-height: 150%;
}

.text-field::placeholder {
  font-size: var(--font-size--base);
  line-height: 150%;
}

.submit-button {
  color: var(--color--dark);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0 0 .5rem;
  transition: all .2s;
}

.submit-button:hover {
  opacity: .6;
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.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;
  align-items: center;
  width: 800px;
  display: flex;
}

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

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

.swatch {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 180px;
}

.swatch.dark {
  border-width: 1px;
  border-color: var(--color--white-12\<deleted\|variable-38624d3d-5d7b-7667-b764-821f3965120d\>);
  background-color: var(--color--dark);
}

.swatch.medium-dark {
  background-color: var(--color--medium-dark);
  border-width: 0;
  border-color: #dfdfdf80;
}

.swatch.brand {
  background-color: var(--color--brand);
  border-width: 0;
  border-color: #dfdfdf80;
}

.styleguide-heading {
  font-size: var(--font-size--4xl);
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 32px;
}

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

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

._12-column-grid {
  grid-column-gap: var(--grid-gap);
  grid-row-gap: 8rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid.footer-grid {
  grid-row-gap: 10rem;
}

._12-column-grid.row-gap-large {
  grid-row-gap: 5rem;
}

._12-column-grid.footer-space {
  grid-column-gap: var(--grid-gap);
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start stretch;
  margin-top: 10vh;
  margin-bottom: 0;
  display: grid;
}

._12-column-grid.footer-space.footer-inverse {
  justify-content: space-between;
  display: flex;
}

._12-column-grid.last-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.typography-container {
  margin-bottom: 48px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand {
  z-index: 2;
  overflow: hidden;
}

.brand.w--current {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.brand.w--current:hover {
  opacity: 1;
}

.main-wrapper, .page-wrapper {
  position: relative;
}

.link {
  color: var(--color--brand);
  cursor: pointer;
  transition: all .2s;
}

.utility-page-heading {
  font-size: var(--font-size--3xl);
  letter-spacing: -.02em;
  max-width: 24ch;
  margin-bottom: 80px;
  line-height: 110%;
}

.nav-link-text {
  line-height: 100%;
}

.nav-link-text.nav-link-hover-text {
  color: var(--color--white);
  position: absolute;
  bottom: -105%;
}

.logo {
  object-fit: cover;
  width: auto;
  max-width: 100px;
}

.footer-primary-links {
  grid-column-gap: 1rem;
  color: var(--color--white-60);
  flex-flow: row;
  align-items: flex-start;
  line-height: 100%;
  display: flex;
}

.footer-primary-links.fix-under {
  grid-row-gap: .5rem;
}

.footer-primary-links.fix-under.under {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
}

.image-wrap {
  aspect-ratio: 16 / 9;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.portrait-image-wrap {
  aspect-ratio: 3 / 3;
  align-items: center;
}

.hero-bottom {
  margin-bottom: calc(5vh + var(--site-padding--desktop));
  width: 100%;
  position: relative;
  bottom: 0;
}

.parallax-image {
  justify-content: space-between;
  align-self: auto;
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  bottom: 0;
}

.parallax-image.relative {
  position: relative;
}

.arrow-wrap {
  width: 2vw;
  height: 2vw;
  margin-top: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-top {
  letter-spacing: -.04em;
  text-transform: none;
  line-height: 100%;
}

.fullscreen-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-top: 1rem;
  position: relative;
  top: 0;
}

.nav-menu {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-wrap {
  transition-property: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap:hover {
  opacity: 1;
}

.nav-link-wrap.language {
  color: var(--color--white-60);
}

.large-link {
  grid-column-gap: 1rem;
  letter-spacing: -.04em;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 4.25vw;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-link:hover {
  opacity: 1;
}

.hero-button-arrow.hover-arrow {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.hero-link-text.hover-text {
  position: absolute;
  bottom: -100%;
}

.cursor-frame {
  z-index: 99999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--color--brand);
  border-radius: 50vw;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.footer-paragraph {
  max-width: 18ch;
  line-height: 155%;
}

.display-xl {
  font-family: var(--font-families--sans-serif);
  font-size: var(--fluid-font-size--2xl);
  text-align: center;
  letter-spacing: -.07em;
  padding-right: .5vw;
  font-weight: 500;
  line-height: .85;
  display: inline-block;
}

.label {
  opacity: .6;
  font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
}

.hero-overlay {
  pointer-events: none;
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.marquee-text-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-2.hero-marquee {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-top {
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.marquee-text-2 {
  text-transform: none;
  white-space: nowrap;
  width: auto;
  max-width: 120px;
  margin-right: 5vw;
  font-size: 10vw;
  line-height: 83%;
  display: flex;
  overflow: visible;
}

.marquee-text-2.marquee-serif {
  letter-spacing: -.035em;
  margin-bottom: -.05em;
  font-size: 13vw;
}

.marquee-text-2.big {
  max-width: 350px;
}

.marquee-line-wrap-2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: inherit;
  align-items: center;
  font-size: 22vw;
  font-weight: 900;
  line-height: .9;
  display: flex;
  position: static;
  overflow: visible;
}

.marquee-serif {
  font-family: var(--font-families--serif);
  font-size: 26.5vw;
}

.display-medium {
  font-family: var(--font-families--serif);
  font-size: var(--fluid-font-size--large);
  max-width: 23ch;
  font-weight: 400;
  line-height: 90%;
}

.display-medium.no-maxwidth {
  max-width: none;
}

.display-medium.no-maxwidth.display-small {
  font-size: var(--font-size--3xl);
}

.display-medium.white {
  color: var(--color--white);
}

.hero-label {
  margin-top: .5vw;
  padding-bottom: 1vw;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: var(--font-size--small);
  background-color: #fff3;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition-property: none;
  display: flex;
}

.button:hover {
  opacity: 1;
}

.button.footer-button {
  background-color: var(--color--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-bottom: .5vw;
  transition-property: none;
}

.button.footer-button:hover {
  opacity: 1;
}

.button.plain-button {
  background-color: var(--color--dark);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--color--white);
  margin-bottom: 0;
  transition-property: none;
}

.button.plain-button:hover {
  opacity: 1;
}

.button.top {
  padding: .75rem .8rem;
}

.hero-subtitle-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.fullscreen-video {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-text {
  color: var(--color--dark);
  text-transform: uppercase;
}

.button-text.is-hover {
  color: var(--color--white);
  position: absolute;
  bottom: -110%;
}

.button-text.is-hover.top-white {
  color: var(--color--white);
}

.button-text.is-hover.footer-blanc {
  color: var(--color--dark);
}

.button-text.menu.top-white, .button-text.white {
  color: var(--color--white);
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.hero-line-wrap {
  margin-top: -.25vw;
  padding-bottom: 7px;
  overflow: hidden;
}

.hero-text-wrap {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.hero-top-element {
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-top-element.footer-fix {
  aspect-ratio: auto;
  object-fit: none;
  display: block;
  position: relative;
}

.footer-bottom-element {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.footer-links-column {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.footer-link-wrap {
  color: var(--color--white-60);
  transition-property: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-link-wrap:hover {
  opacity: 1;
}

.footer-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--white-60);
  flex-flow: column;
  line-height: 100%;
  display: flex;
}

.footer-list.space {
  margin-top: 15px;
}

.footer-subtitle-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.display-large {
  font-family: var(--font-families--serif);
  font-size: var(--fluid-font-size--xl);
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 92%;
}

.display-large.hero.max-width-text {
  max-width: 730px;
}

.display-large.hero.max-width-text.fr-text {
  max-width: 715px;
}

._8-col-1-inset {
  margin-left: calc(12.5% + .15625rem);
}

.heading-wrap {
  position: relative;
}

.inset-label {
  margin-top: .5vw;
  position: absolute;
  inset: -1% auto auto 0%;
}

.text-list-wrap {
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-list-item-wrap {
  flex-flow: row;
  display: flex;
}

.text-content-wrap {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-item-label {
  width: calc(28.5714% + .357143rem);
}

.light-paragraph {
  color: var(--color--dark-60);
}

.light-paragraph.list-item-text {
  max-width: 100%;
}

.light-paragraph.list-item-text.long {
  max-width: 46ch;
}

.list-item-title.serif-intro {
  font-family: var(--font-families--serif);
  font-size: var(--fluid-font-size--small);
  font-weight: 400;
  line-height: 110%;
}

.image-revealer {
  background-color: var(--color--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.fullwidth-image-container {
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: var(--site-padding--desktop);
  aspect-ratio: 16 / 9;
  background-color: var(--color--white);
  color: var(--color--white);
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.lines-text-wrap {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.single-line-wrap {
  margin-top: -.25vw;
  padding-bottom: 7px;
  overflow: hidden;
}

.split-layout-column {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - .625rem);
  display: flex;
}

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

._2-3-image-wrap {
  aspect-ratio: 2 / 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-3-image-wrap.split-image-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.split-column-inner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

._7-col-1-inset {
  margin-left: calc(14.2857% + .178571rem);
}

.tabs {
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--color--white);
  opacity: .5;
  background-color: #0000;
  border-radius: 50vw;
  padding: .5rem 1rem;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #000;
  padding-left: 1rem;
}

.tab-pane {
  width: 100%;
}

.tab-pane-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-row {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane-heading-wrap {
  font-family: var(--font-families--serif);
  font-size: var(--fluid-font-size--small);
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  flex: 1;
  height: auto;
  display: block;
}

.dish-description {
  color: var(--color--dark-60);
  max-width: 80ch;
}

.heading-xl-wrap {
  grid-column-gap: 2vw;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-list {
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.value-list-item {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

._7-col-2-inset {
  margin-left: calc(28.5714% + .357143rem);
}

._7-col-2-inset.smaller {
  text-indent: 140px;
  word-break: normal;
  line-height: 110%;
}

.info-page-paragraph {
  max-width: 40ch;
}

.light-link {
  color: var(--color--white);
  cursor: pointer;
  transition: all .2s;
}

.hero-bottom-2 {
  margin-bottom: calc(0vh + var(--site-padding--desktop));
  width: 100%;
  position: relative;
  bottom: 0;
}

.marquee-text-3 {
  text-transform: none;
  white-space: nowrap;
  margin-right: 5vw;
  font-size: 3.3vw;
  line-height: 83%;
  display: flex;
}

.marquee-text-3.marquee-serif {
  letter-spacing: -.035em;
  margin-bottom: -.05em;
  font-size: 4vw;
}

.div-block {
  background-color: var(--color--dark);
  padding-top: 6rem;
}

.text-block {
  color: var(--color--white);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: -.05vw;
    line-height: 100%;
  }

  h2 {
    font-size: var(--font-size--4xl);
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.hero-section {
    grid-row-gap: 8rem;
    height: auto;
    min-height: auto;
  }

  .section.styelguide-hero-section {
    height: auto;
    padding-top: 8rem;
  }

  .section.padding-y-large, .section.padding-top-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .container {
    padding: 0rem var(--site-padding--tablet);
  }

  .container.overlapping-image-container {
    margin-top: -15%;
  }

  .text-large {
    font-size: var(--font-size--4xl);
    line-height: 110%;
  }

  .footer {
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--tablet);
    margin-top: 0;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
  }

  ._12-column-grid.nav-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._12-column-grid.footer-grid {
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._12-column-grid.row-gap-large {
    grid-column-gap: var(--grid-gap);
    grid-row-gap: 6rem;
  }

  ._12-column-grid.last-grid {
    padding-bottom: 0;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .brand.w--current {
    margin-left: 0;
  }

  .footer-primary-links {
    font-size: inherit;
  }

  .hero-bottom {
    margin-bottom: var(--site-padding--tablet);
  }

  .footer-top {
    margin-bottom: 8rem;
  }

  .navbar {
    z-index: 2;
    padding-top: var(--site-padding--tablet);
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-copyright {
    display: none;
  }

  .nav-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
  }

  .large-link {
    font-size: var(--font-size--4xl);
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .cursor-frame {
    display: none;
  }

  .marquee-2 {
    margin-bottom: 3rem;
  }

  .hero-top {
    grid-row-gap: 4rem;
  }

  .display-medium {
    font-size: var(--font-size--4xl);
  }

  .button.footer-button, .button.plain-button {
    margin-bottom: 0;
  }

  .fullscreen-video {
    height: 110%;
  }

  .hero-top-element {
    grid-row-gap: 4rem;
  }

  .footer-bottom-element {
    margin-bottom: var(--site-padding--tablet);
  }

  .footer-links-column {
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .display-large {
    font-size: var(--font-size--4xl);
  }

  ._8-col-1-inset {
    font-size: var(--font-size--4xl);
    margin-left: calc(25% + .3125rem);
    line-height: 100%;
  }

  .fullwidth-image-container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .split-layout-column {
    width: 100%;
  }

  .split-layout-column.image-column {
    align-items: flex-start;
  }

  .split-layout {
    grid-row-gap: 8rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  ._2-3-image-wrap.split-image-wrap {
    align-self: flex-start;
    width: 80%;
    margin-left: auto;
  }

  .split-column-inner-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--4xl);
    margin-left: calc(25% + .3125rem);
    line-height: 100%;
  }

  .tab-pane-heading-wrap {
    font-size: var(--font-size--2xl);
  }

  .values-list {
    grid-row-gap: 3rem;
  }

  .hero-bottom-2 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--3xl);
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

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

  .section.padding-y-large {
    padding-bottom: 3rem;
  }

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

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

  .container {
    padding-right: var(--site-padding--tablet);
    padding-bottom: 3rem;
    padding-left: var(--site-padding--tablet);
  }

  .text-large {
    font-size: var(--font-size--xl);
    line-height: 110%;
  }

  .footer {
    padding-top: var(--site-padding--tablet);
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    min-height: auto;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  ._12-column-grid.row-gap-large {
    grid-row-gap: 2rem;
  }

  .arrow-wrap {
    width: 1rem;
    height: 1rem;
    margin-top: .5rem;
  }

  .navbar {
    padding-top: var(--font-size--base);
    margin-top: 0;
  }

  .nav-menu {
    display: block;
    position: static;
    overflow: visible;
  }

  .logo-wrap {
    padding-left: 0;
  }

  .nav-link-wrap.none {
    display: none;
  }

  .marquee-2 {
    margin-bottom: 3rem;
  }

  .footer-bottom-element {
    margin-bottom: 0;
  }

  .display-large {
    font-size: var(--font-size--4xl);
  }

  ._8-col-1-inset {
    font-size: var(--font-size--3xl);
  }

  .inset-label {
    margin-top: 2.5vw;
  }

  .fullwidth-image-container {
    aspect-ratio: auto;
    padding-bottom: 7rem;
  }

  .split-layout {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .split-layout.reverse {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-3-image-wrap.split-image-wrap {
    align-self: auto;
    margin-left: auto;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--3xl);
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--font-size--small\<deleted\|variable-eb8c2642-9b75-5106-f486-3b72ef4dd74b\>);
  }

  h1 {
    font-size: var(--font-size--fluid-large\<deleted\|variable-3c670483-0d25-f65b-71af-32b2d54862c2\>);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--2xl);
    letter-spacing: -.02em;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

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

  .section.hero-section {
    padding-top: var(--site-padding--mobile);
    grid-row-gap: 9.2rem;
    margin-bottom: 3rem;
  }

  .section.styelguide-hero-section {
    padding-top: 8rem;
  }

  .section.padding-y-large {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

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

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

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

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .container.horizontal-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .container.footer-menu.fix-treat {
    padding-bottom: 50px;
  }

  .container.fix {
    padding-bottom: 0;
  }

  .text-large {
    font-size: var(--font-size--large);
    letter-spacing: -.025rem;
  }

  .footer {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    min-height: 100vh;
    margin-top: 0;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.nav-grid, ._12-column-grid.footer-grid {
    align-self: flex-start;
  }

  ._12-column-grid.footer-space.footer-inverse {
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .logo {
    box-sizing: border-box;
    object-fit: cover;
    max-width: 60px;
    display: block;
    overflow: visible;
  }

  .hero-bottom {
    margin-bottom: var(--site-padding--mobile);
  }

  .fullscreen-image-wrap {
    height: 100%;
  }

  .navbar {
    padding-top: var(--site-padding--mobile);
  }

  .nav-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .logo-wrap {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
  }

  .large-link.footer-large-link {
    font-size: var(--font-size--large);
  }

  .display-xl {
    font-size: var(--font-size--4xl);
    letter-spacing: -.06em;
  }

  .display-xl.first-word {
    font-size: var(--font-size--4xl);
  }

  .marquee-2.hero-marquee {
    margin-bottom: 0;
  }

  .hero-top {
    grid-row-gap: 7rem;
  }

  .marquee-text-2 {
    max-width: 75px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    font-size: 25vw;
  }

  .marquee-text-2.marquee-serif {
    font-size: 28vw;
  }

  .marquee-text-2.big {
    max-width: 225px;
    margin-left: 2.5vw;
  }

  .display-medium {
    font-size: var(--font-size--3xl);
  }

  .display-medium.first-line, .display-medium.second-line, .display-medium.third-line {
    font-size: var(--site-padding--tablet);
  }

  .hero-label {
    margin-top: 0;
  }

  .button.footer-button {
    justify-content: center;
    align-items: center;
  }

  .fullscreen-video {
    pointer-events: none;
    height: 110%;
  }

  .footer-bottom-element {
    margin-bottom: 0;
  }

  .display-large {
    font-size: var(--font-size--4xl);
  }

  .display-large.hero {
    font-size: var(--font-size--4xl);
    line-height: 92%;
  }

  ._8-col-1-inset {
    font-size: var(--font-size--2xl);
    margin-left: 0;
  }

  .heading-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .inset-label {
    margin-top: 0;
    position: static;
  }

  .text-list-item-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .list-item-title.serif-intro {
    font-size: var(--font-size--xl);
  }

  .fullwidth-image-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .split-layout-column, .split-layout-column.image-column {
    grid-row-gap: 4rem;
  }

  .split-layout {
    grid-row-gap: 2rem;
  }

  ._2-3-image-wrap.split-image-wrap {
    width: 100%;
  }

  ._7-col-1-inset {
    font-size: var(--font-size--2xl);
    margin-left: 0;
  }

  .tabs-menu {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .heading-xl-wrap {
    grid-row-gap: 1rem;
    flex-flow: row;
    font-size: 1rem;
    display: flex;
  }

  ._7-col-2-inset {
    margin-left: 0;
  }

  .hero-bottom-2 {
    margin-bottom: 0;
  }

  .marquee-text-3 {
    font-size: 10vw;
  }

  .marquee-text-3.marquee-serif {
    font-size: 12vw;
  }

  .div-block {
    padding-top: 2rem;
  }
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-8e9d9d83 {
  grid-area: 1 / 5 / 2 / 11;
  place-self: center end;
}

#w-node-_16713a41-54b4-f8a3-ed5f-60e0ed4cf9f9-8e9d9d83 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-8e9d9d83 {
  grid-area: 1 / 1 / 2 / 12;
  justify-self: start;
}

#w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-8e9d9d83 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-8e9d9d83 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-8e9d9d83 {
  grid-area: 2 / 8 / 3 / 13;
  place-self: center start;
}

#w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-8e9d9d83 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_3c6293af-36d0-6a60-b929-b4eb199b9ebc-8e9d9d83, #w-node-_123da53b-bc58-7c81-55df-f0e2fc2d7a70-8e9d9d83, #w-node-d358056d-2eae-fa50-a3e9-cfa50652a320-8e9d9d83 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-8e9d9d83 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-8e9d9d83 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-8e9d9d83 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-8e9d9d83 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-8e9d9d83 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-8e9d9d83 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000f1-8e9d9d83 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000f9-8e9d9d83 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

#w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-8e9d9d83 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-8e9d9d83 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-8e9d9d83 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-8e9d9d83 {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-8e9d9d83 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

#w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-c966f35c {
  grid-area: 1 / 5 / 2 / 11;
  place-self: center end;
}

#w-node-_16713a41-54b4-f8a3-ed5f-60e0ed4cf9f9-c966f35c {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-c966f35c {
  grid-area: 1 / 1 / 2 / 12;
  justify-self: start;
}

#w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-c966f35c {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-c966f35c {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-c966f35c {
  grid-area: 2 / 8 / 3 / 13;
  place-self: center start;
}

#w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-c966f35c {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_3c6293af-36d0-6a60-b929-b4eb199b9ebc-c966f35c, #w-node-_123da53b-bc58-7c81-55df-f0e2fc2d7a70-c966f35c, #w-node-d358056d-2eae-fa50-a3e9-cfa50652a320-c966f35c {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-c966f35c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-c966f35c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-c966f35c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-c966f35c {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-c966f35c {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-c966f35c {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000f1-c966f35c {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-d5f79247-76b2-9df7-3af9-4f1b652000f9-c966f35c {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

#w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-c966f35c {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-c966f35c {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-c966f35c {
  grid-area: 1 / 11 / 2 / 13;
  place-self: start end;
}

#w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-c966f35c {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-c966f35c {
  grid-area: 1 / 3 / 2 / 7;
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-8e9d9d83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center end;
  }

  #w-node-_16713a41-54b4-f8a3-ed5f-60e0ed4cf9f9-8e9d9d83 {
    grid-column-start: 9;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-8e9d9d83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-8e9d9d83 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-8e9d9d83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-8e9d9d83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_536c0736-9e75-d4db-5b4f-c2ec26b4d7e8-8e9d9d83, #w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-8e9d9d83, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-8e9d9d83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-8e9d9d83, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-8e9d9d83 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-8e9d9d83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-8e9d9d83, #w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-8e9d9d83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000f1-8e9d9d83, #w-node-d5f79247-76b2-9df7-3af9-4f1b652000f9-8e9d9d83 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-8e9d9d83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-8e9d9d83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-8e9d9d83 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-8e9d9d83, #w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-8e9d9d83 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4977-c966f35c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center end;
  }

  #w-node-_16713a41-54b4-f8a3-ed5f-60e0ed4cf9f9-c966f35c {
    grid-column-start: 9;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-c966f35c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2f00afc-0e6f-c943-37ec-7ead3639d806-c966f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-c966f35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-c966f35c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_536c0736-9e75-d4db-5b4f-c2ec26b4d7e8-c966f35c, #w-node-_186ad677-0ee2-b013-ad67-4fbf211929fb-c966f35c, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99df5-c966f35c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13b0a350-8081-f017-3c6c-8e35f42a82d5-c966f35c, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-c966f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-c966f35c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-c966f35c, #w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-c966f35c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000f1-c966f35c, #w-node-d5f79247-76b2-9df7-3af9-4f1b652000f9-c966f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c9f7e726-8eaa-0c14-15d7-80071d1ae348-c966f35c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-c966f35c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-c966f35c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_3c0a6647-33c2-ee2d-4e82-446e468fa750-c966f35c, #w-node-_00bd119a-5f63-9796-af00-6fdee7b433f3-c966f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-8e9d9d83, #w-node-f81ede4f-4a1d-738f-c4f1-0e79390e8ee0-c966f35c {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4971-8e9d9d83 {
    place-self: start;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-8e9d9d83 {
    grid-column: span 4 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-8e9d9d83, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-8e9d9d83 {
    grid-column: span 2 / span 2;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-8e9d9d83, #w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-8e9d9d83, #w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-8e9d9d83, #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-8e9d9d83 {
    grid-column: span 4 / span 4;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-8e9d9d83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0807f5d-57d4-9bba-23d4-a8cad25b4971-c966f35c {
    place-self: start;
  }

  #w-node-_37a8bbf8-7eb3-339d-b977-f866a6a94279-c966f35c {
    grid-column: span 4 / span 4;
  }

  #w-node-_78cd4430-432d-9901-357e-2d2a8e535f81-c966f35c, #w-node-_56e6178a-37a3-f67e-ebc4-3ecc4cd99e7d-c966f35c {
    grid-column: span 2 / span 2;
  }

  #w-node-d5f79247-76b2-9df7-3af9-4f1b652000d6-c966f35c, #w-node-d5f79247-76b2-9df7-3af9-4f1b652000dd-c966f35c, #w-node-e60e2396-c9da-6b11-d2a0-21c6fcfa27a4-c966f35c, #w-node-f56d17b0-ac86-e9cb-8d3e-be8dafdac92e-c966f35c {
    grid-column: span 4 / span 4;
  }

  #w-node-d65d880e-dcc8-8ba4-d2c6-722bad2faeac-c966f35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}