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

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

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

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

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

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

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  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 {
  --light-brown: #e8e2da;
  --red-brick: #91221e;
  --white: #fff;
  --black: #000;
  --white-2: white;
  --black-2: black;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--light-brown);
  color: #000;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  font-family: PP Mori, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5em;
}

.padding-bottom.padding-xsmall.line {
  border-bottom: 2px solid #000;
  margin-bottom: 1rem;
}

.padding-bottom.padding-mobile {
  display: none;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: -1rem;
  font-size: 1.4rem;
  display: flex;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text.small {
  font-size: 1rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-weight-light {
  font-weight: 200;
}

.page-wrapper {
  background-color: var(--light-brown);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--light-brown);
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--red-brick);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button:hover {
  background-color: #0000001a;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-medium.justify-verfitcal, .padding-section-medium.direction-vertical {
  flex-direction: column;
}

.padding-section-medium.direction-vertical.justify-center {
  align-items: center;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.section_home-header {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section_home-header.is--hero {
  z-index: 996;
  justify-content: center;
  position: relative;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.contrast-overlay {
  z-index: 1;
  background-color: #0000000d;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-header_bg-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 120%;
  margin-bottom: -70%;
}

.home-header_wordmark-svg {
  width: 100%;
}

.home-header_wordmark-svg.is-black {
  color: #000;
}

.nav_component {
  z-index: 995;
  background-color: var(--light-brown);
  border-bottom: 1px solid #000;
  height: 4.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  top: 0;
}

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

.nav_left {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.nav_right {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-family: Suisse Int\'l;
  font-weight: 700;
  display: flex;
}

.nav_middle {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
}

.padding-section-nav {
  padding-top: 1.5em;
  padding-bottom: .75em;
}

.home-header_flex-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_header-bottom {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.search-button {
  display: none;
}

.search {
  color: #000;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  text-align: right;
  background-color: #fff0;
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.marquee_track {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee_component {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.marquee {
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.marquee_now-roasting-list {
  display: flex;
}

.now-roasting_component {
  flex: none;
  align-items: center;
  margin-right: 2rem;
}

.now-roasting_color {
  background-color: #000;
  border-radius: 100vw;
  width: 1.25rem;
  height: 1rem;
  margin-bottom: .15rem;
}

.padding-section-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.now-roasting_wrapper {
  grid-column-gap: .25rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.nav_menu-trigger {
  display: none;
}

.nav_link {
  text-transform: capitalize;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 25ms;
  display: flex;
  position: relative;
}

.nav_link:hover {
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.transition {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition_content {
  z-index: 2;
  background-color: var(--red-brick);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition_glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff24;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition_logo {
  z-index: 2;
  opacity: .82;
  width: 75px;
  height: auto;
  position: absolute;
}

.header-bottom_flex-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.featured-item_component {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.featured-item_item:hover {
  filter: none;
}

.featured-item_text-wrapper {
  text-transform: none;
  align-items: baseline;
  display: flex;
}

.featured-item_list-wrapper {
  flex: none;
  width: 60%;
}

.empty-state {
  display: none;
}

.featured-item_text {
  text-transform: uppercase;
}

.header-bottom_left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.featured-item_link {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.layout-format_wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.section_collapsible-menu {
  z-index: 2;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.featured-item_hover-wrapper {
  flex: 1;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: hidden;
}

.featured-item_hover-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.featured-item_image-wrapper {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.z-index-text {
  z-index: 2;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #ffffff40;
  align-items: center;
  height: 1rem;
  padding: .7rem .5rem .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 6% -10% 0% auto;
}

.padding-nav-height {
  padding-bottom: 4.75rem;
}

.current-coffees_dropdown-trigger {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 1rem .5rem 0;
  display: flex;
}

.current-coffees_dropdown-trigger.faq {
  justify-content: space-around;
}

.currrent-coffees_list {
  width: 70%;
}

.currrent-coffees_list.v1 {
  width: 100%;
}

.current-coffees_component {
  border-top: 2px solid #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.current-coffees_component.no-line {
  border-top-style: none;
}

.current-coffees_item {
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.collapsible-menu_flex-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.current-coffees_dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.current-coffees_dropdown.faq {
  justify-content: flex-start;
}

.current-coffees_color {
  background-color: var(--red-brick);
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.current-coffees_origin-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  width: 55%;
  display: flex;
}

.current-coffees_origin-wrapper.faq {
  text-align: left;
  width: 100%;
}

.text-size-custom1 {
  font-size: 1.25rem;
}

.current-coffees_notes-wrapper {
  flex: none;
  width: 55%;
}

.current-coffees_notes-wrapper.faq {
  width: 100%;
}

.current-coffee_info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.current-coffees_right {
  justify-content: space-between;
  align-items: baseline;
  width: 45%;
  display: flex;
}

.current-coffees_right.faq {
  justify-content: flex-end;
  width: 10%;
}

.collapsible-menu_heading-wrapper {
  grid-column-gap: .2rem;
  align-items: flex-start;
  display: flex;
}

.home-header_hours-wrapper {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.hours_component {
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hours_line {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.hours_heading-wrapper {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hours_location-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 70%;
  display: flex;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 50vh;
  position: relative;
}

.grid:lang(es) {
  grid-column-gap: 32px;
}

.views_image {
  filter: none;
}

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

.views_text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -45vh;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_component {
  z-index: 1;
  background-color: var(--red-brick);
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -20px;
  padding-top: 4.75rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.footer_flex-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.lottie_component {
  z-index: 3;
  width: 300px;
  height: auto;
  position: absolute;
  transform: rotate(180deg);
}

.current-coffees_color-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-menu_component {
  display: none;
}

.laoyut-format_top {
  justify-content: space-between;
  display: flex;
}

.layout-format_bottom-wrapper {
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.layout-format_line {
  border-bottom: 1px solid #000;
  width: 70%;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.featured-item_left-border-wrapper {
  border-right: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 0;
  margin-bottom: 1.65rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.6rem;
}

.search-result-wrapper {
  display: none;
}

.logo-lottie_wrapper {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 84px;
  display: flex;
  position: relative;
}

.lottie_img {
  width: 85px;
}

.link-block {
  margin: -10px;
  padding: 10px;
}

.footer_content-wrapper {
  justify-content: space-between;
  width: 100%;
}

.footer_content-flex-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer_content-flex-wrapper.v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 4rem;
  display: flex;
}

.footer_wordmark {
  width: 100%;
}

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

.footer_column.is-newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_link-block {
  color: #fff;
}

.text-field {
  text-align: right;
  background-color: #0000;
  border: 0 solid #000;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  height: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.text-field.text-size-regular {
  border-top-width: 1px;
}

.form-block {
  margin-bottom: 0;
}

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

.submit-button {
  color: #fff;
  text-align: right;
  background-color: #0000;
  border: 1px #fff;
  border-top-width: 3px;
  flex: none;
  height: 2.5rem;
  padding: 6px 12px 5px 0;
  font-size: 1rem;
}

.footer_right-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.newsletter-text {
  font-weight: 400;
}

.submit-button_wrapper {
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  width: 70%;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #3d0000;
  border-radius: 5px;
}

.section_credits {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
}

.credits_flex-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.credits_top {
  border-bottom: 3px solid #000;
  width: 100%;
}

.credits_bottom {
  width: 70%;
}

.credits_line {
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.credits_line.letter {
  transition: all;
}

.credits_line.letter.burkey {
  align-items: center;
  position: relative;
}

.credits_line.letter.burkey.no-line {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.credits_link {
  flex: 1;
  justify-content: flex-end;
  align-items: baseline;
  display: flex;
}

.burkey-hover_wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: -149px auto 0% -235px;
}

.burkey-hover_img {
  width: 200px;
}

.eyes {
  font-size: 3rem;
  position: absolute;
  inset: 67% -6% auto auto;
}

.section_credits-flex-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  font-size: 40vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo {
  max-width: 200%;
}

.image._25 {
  max-width: 25%;
  margin-bottom: 1rem;
}

.home_grid-right {
  grid-column-gap: 1vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.featured_products-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.featured-product {
  border-bottom: .0625rem #000;
}

.buy-spinner {
  z-index: 2;
  width: 72%;
  display: none;
  position: absolute;
}

.featured-product_bottom {
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 1vw;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 1rem 0;
  font-size: 1.125vw;
  display: flex;
}

.buy-spinner_first {
  z-index: 2;
  width: 72%;
  display: none;
  position: absolute;
}

.featured-product_top {
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured_products-image-secondary {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home_grid-left {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.4vw;
  line-height: 1.4;
  display: flex;
  position: sticky;
  top: 8vw;
  left: 0;
}

.home-grid {
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 6rem;
  display: grid;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.is--grid {
  z-index: 1;
  position: relative;
}

.section.is--catories {
  z-index: 2;
  position: relative;
}

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

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.categories_link {
  border-radius: 100vw;
  margin: .4em;
  padding: .6em 1.82em;
  position: relative;
}

.categories_link-text {
  z-index: 2;
  font-family: Synthetic Pleasures, sans-serif;
  font-size: 3rem;
  line-height: .8;
  position: relative;
}

.sticky-circle_wrap {
  height: 300vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--categories {
  flex-direction: column;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.container.is--grid {
  padding-bottom: 0;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.categories_border {
  z-index: 1;
  opacity: .35;
  border: 1px solid #e8e2da;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.header_text {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.grid_item {
  padding: .36em;
}

.grid_element {
  width: 100%;
  padding-top: 131%;
  position: relative;
}

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

.heading-style-diplay-1 {
  color: var(--black);
  font-family: Synthetic Pleasures, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-diplay-1.text-color-light-brown {
  color: var(--light-brown);
}

.heading-style-diplay-1.text-color-white {
  color: var(--white);
}

.grid_text-title {
  letter-spacing: -.04em;
  font-size: 21.88em;
  font-weight: 700;
  line-height: .8;
  position: relative;
}

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

.protfolio-projects {
  width: 65%;
  display: flex;
}

.team_link-block {
  color: #252323;
  width: 100%;
  margin-bottom: 72px;
  text-decoration: none;
}

.team_right-column {
  width: 50%;
  padding-left: 12px;
}

.team_left-column {
  width: 50%;
  padding-top: 144px;
  padding-right: 12px;
}

.team_image-wrapper {
  height: auto;
  margin-bottom: 16px;
}

.team_section {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.padding-global-2 {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: #fff;
}

.padding-section-medium-2 {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.cta_quorte-subtext.v1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 50%;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.section_work {
  flex: none;
  position: relative;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.article_card-content, .work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.jornal_subtext {
  max-width: 27ch;
}

.section_articles {
  background-color: var(--light-brown);
  flex: none;
  position: relative;
}

.test-size-title-small {
  font-size: 1.125rem;
  font-weight: 700;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta_quorte-title {
  max-width: 25ch;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav_logo-wrap {
  z-index: 998;
  color: #fff;
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.nav_menu_link {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  color: #fff;
  background-color: #f06446;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

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

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.loader_colums {
  background-color: var(--light-brown);
  flex: 1;
  height: 100%;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.jornal_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.hero_heading-wrapper {
  text-align: right;
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.articles_colum {
  flex-direction: row;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

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

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_jornal {
  background-color: var(--red-brick);
  color: #fff;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 100%;
  display: flex;
}

.section_hero {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3-2.is-hero {
  color: var(--white);
  max-width: 25vw;
  font-size: 1.35em;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.jornal_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.nav_icon-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #252525;
  width: 1px;
  height: 100%;
}

.section_cta {
  flex: none;
  position: relative;
}

.articles_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.section_intro {
  flex: none;
  position: relative;
}

.work_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

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

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.nav_bar {
  z-index: 999;
  background-color: var(--red-brick);
  cursor: pointer;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h1-2 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.grid-border-line {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-title {
  perspective: 3em;
  perspective-origin: 50% 0;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 10em;
  font-weight: 300;
  display: flex;
  position: relative;
}

.blog-header-wrapper {
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.blog-overview-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  width: 100%;
}

.blog-overview-grid.portfolio {
  grid-template-rows: auto auto auto auto;
}

.blog-header-divider-wrapper {
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  display: flex;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.social-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
}

.section-blog-overview {
  overflow: hidden;
}

.position-realtive {
  position: relative;
}

.button-animated {
  background-color: #fff;
  background-image: linear-gradient(135deg, var(--light-brown) 13%, var(--light-brown) 50%, var(--light-brown) 82%, var(--light-brown));
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  border: 0 #0000;
  margin-bottom: 0;
  padding: 1.2em 2.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.button-animated:hover {
  box-shadow: inset 1px 1px 30em 0 var(--red-brick);
  transform: scale(1.06);
}

.button-animated:active {
  transform: scale(.96);
}

.page-teaser-text-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 6.5em 10.2em;
  position: relative;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.blog-teaser-list {
  height: 100%;
}

.page-header-title-wrapper {
  justify-content: flex-end;
  display: flex;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.grid-border-line-wrapper {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

.p-xl-start {
  padding-top: 8.5em;
}

.blog-header-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider.right {
  width: 100%;
  inset: 0% auto auto 0%;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-teaser-quote {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
}

.page-teaser-gradient {
  z-index: 1;
  background-image: linear-gradient(163deg, #fff0 9%, #3c230199 83%);
  position: absolute;
  inset: 0%;
}

.blog-header-title-letter {
  display: block;
}

.blog-header-divider-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.page-teaser-title {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.15em;
}

.social-link {
  color: #000;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #f39a0e;
  transform: scale(1.2);
}

.p-xs-start {
  padding-top: 1.6em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.blog-teaser-item-wrapper {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2em;
}

.blog-teaser-item-wrapper.page-teaser {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
}

.blog-teaser-item-wrapper.no-line {
  border-bottom-style: none;
}

.page-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-teaser-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-teaser-list-wrapper {
  height: 100%;
}

.blog-teaser-meta-wrapper {
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-category {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.blog-teaser-date {
  text-align: right;
}

.blog-teaser-image-wrapper {
  flex: 1;
  height: 100%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.blog-teaser-image-inner {
  height: 100%;
}

.blog-teaser-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.blog-teaser-text-wrapper {
  overflow: hidden;
}

.blog-teaser-title-wrapper {
  color: #000;
  text-decoration: none;
}

.blog-teaser-title {
  font-weight: 700;
  line-height: 1.4em;
  display: inline;
}

.blog-teaser-text-divider {
  margin-left: .3em;
  margin-right: .3em;
  font-weight: 700;
  display: inline;
}

.blog-teaser-summary {
  line-height: 1.4em;
  display: inline;
}

.heading-style-diplay-2 {
  color: var(--black);
  font-family: Synthetic Pleasures, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.body {
  background-color: var(--light-brown);
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.top-info {
  padding: 20px;
}

.top-info.descripleft {
  order: -1;
  padding: 0;
}

.top-info.back {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.top-info.title {
  float: left;
  border-right: 1px solid #404040;
  width: 70%;
  padding-top: 30px;
  padding-bottom: 35px;
  display: flex;
  overflow: hidden;
}

.info-row.left {
  float: left;
  font-weight: 700;
}

.back-button {
  text-align: right;
  font-family: PP Mori, sans-serif;
  font-size: 48px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.articlke_header {
  border-bottom: 1px solid #404040;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-wrap: wrap;
  display: flex;
}

.blog-teaser-meta-wrapper-2, .blog-teaser-meta-wrapper-3, .blog-teaser-meta-wrapper-4 {
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-text-wrapper-2 {
  max-height: 4.2em;
  overflow: hidden;
}

.section-text {
  border-bottom: 1px solid #404040;
  flex-wrap: wrap;
  display: flex;
}

._20px-padding {
  flex-wrap: nowrap;
  order: -1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.back-button_wrapper {
  border-bottom: 1px solid #404040;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 35px;
  padding-bottom: 30px;
  display: flex;
}

.content-padding {
  float: right;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.back-button-2 {
  text-align: right;
  font-size: 48px;
  text-decoration: none;
  display: flex;
}

.heading-style-title-1 {
  color: var(--black);
  text-transform: uppercase;
  font-family: PP Mori, sans-serif;
  font-size: 6rem;
  font-weight: 200;
  line-height: 1;
}

.heading-style-title-1.text-color-light-brown {
  color: var(--light-brown);
}

.heading-style-title-1.text-color-white {
  color: var(--white);
}

.heading-style-title-2 {
  color: var(--black);
  text-transform: uppercase;
  font-family: PP Mori, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}

.heading-style-title-2.text-color-light-brown {
  color: var(--light-brown);
}

.heading-style-title-2.text-color-white {
  color: var(--white);
}

.heading-style-title-3 {
  color: var(--black);
  text-transform: uppercase;
  font-family: PP Mori, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.heading-style-title-3.text-color-light-brown {
  color: var(--light-brown);
}

.heading-style-title-3.text-color-white {
  color: var(--white);
}

.locale_wrapper {
  flex-direction: row;
  display: flex;
}

.locale_wrapper:hover {
  text-decoration: none;
}

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

.locale_list:hover {
  text-decoration: none;
}

.locale {
  padding: .2rem;
}

.locale:hover {
  color: var(--white);
}

.youtube-holder {
  z-index: 99;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
}

.youtube-holder:hover {
  color: #fff;
}

.play {
  width: 3vw;
  height: 3vw;
  position: absolute;
  inset: 40% 40% 40% 43%;
}

.section-2 {
  background-color: #0000;
  padding-left: 6.6em;
  padding-right: 6.6em;
}

.red-dot-constant {
  background-color: red;
  border-radius: 100%;
  width: .6em;
  height: .6em;
}

.div-block-5 {
  background-color: #17141200;
  border-radius: 12px;
  align-items: center;
  margin-left: -1em;
  padding: .8em 1em .8em 1.2em;
  display: flex;
}

.youtube-corner {
  filter: blur(.5px);
  border-radius: 20px;
  width: 25vw;
  overflow: hidden;
}

.text-small {
  font-size: 1.2vw;
}

.text-small.margin-bottom-08vw:hover {
  color: #fff;
}

.container-2 {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.margin-right-1vw {
  margin-right: 1vw;
}

.relative {
  position: relative;
}

.red-dot {
  filter: blur(1px);
  background-color: #f006;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.video-holder {
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-custom1 {
    padding-bottom: .5em;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-header_bg-image {
    margin-bottom: 0%;
  }

  .nav_middle {
    width: 15%;
  }

  .search-input {
    width: 8rem;
  }

  .featured-item_component {
    width: 55%;
  }

  .featured-item_list-wrapper {
    width: 75%;
  }

  .header-bottom_left {
    width: 45%;
  }

  .layout-format_wrapper, .currrent-coffees_list {
    width: 100%;
  }

  .current-coffees_origin-wrapper, .current-coffees_notes-wrapper {
    width: 50%;
  }

  .home-header_hours-wrapper {
    width: 100%;
  }

  .footer_content-flex-wrapper.v1 {
    margin-bottom: 2rem;
  }

  .footer_column.is-newsletter {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    justify-content: flex-start;
    padding-top: 0;
  }

  .burkey-hover_wrapper {
    display: none;
    left: -214px;
  }

  .logo {
    max-width: 150%;
  }

  .image._25 {
    max-width: 40%;
  }

  .home_grid-right {
    grid-column-gap: 2vw;
  }

  .featured-product {
    flex-direction: column;
    display: flex;
  }

  .featured-product_bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6vw;
  }

  .featured-product_top {
    height: auto;
    min-height: 25rem;
  }

  .home_grid-left {
    font-size: 1.8vw;
  }

  .home-grid {
    grid-template-columns: .5fr 1fr;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid_text-title {
    font-size: 15em;
  }

  .protfolio-projects {
    width: 100%;
  }

  .team_right-column {
    padding-left: 8px;
  }

  .team_left-column {
    padding-right: 8px;
  }

  .team_section {
    flex-wrap: wrap;
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .work_card {
    width: 50vw;
  }

  .heading-style-h3-2.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .header-title {
    font-size: 15vw;
  }

  .blog-overview-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  .button-animated:hover {
    box-shadow: none;
    transform: none;
  }

  .button-animated:active {
    transform: scale(.94);
  }

  .page-teaser-text-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-header-title-wrapper {
    text-align: right;
    justify-content: flex-end;
  }

  .blog-teaser-quote {
    font-size: 1.7em;
  }

  .page-teaser-title {
    font-size: 2.8em;
  }

  .social-link:hover {
    color: #000;
    transform: none;
  }

  .blog-teaser-item-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 3em;
  }

  .blog-teaser-item-wrapper.v1 {
    display: none;
  }

  .heading-style-title-1 {
    font-size: 5rem;
  }

  .youtube-holder {
    position: static;
  }

  .play {
    width: 6vw;
    height: 6vw;
    inset: 45% 47%;
  }

  .section-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .red-dot-constant {
    width: .9em;
    height: .9em;
  }

  .youtube-corner {
    filter: blur();
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .text-small {
    font-size: 1.8em;
  }

  .red-dot {
    width: 1.5em;
    height: 1.5em;
  }

  .video-holder {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-mobile {
    display: block;
  }

  .padding-bottom.padding-mobile.padding-xxxhuge {
    padding-bottom: 6rem;
  }

  .padding-bottom.padding-mobile.padding-xxxhuge.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

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

  .section_home-header.is--hero {
    height: 90vh;
  }

  .home-header_wordmark-wrapper {
    flex-direction: column;
  }

  .home-header_bg-image-wrapper {
    width: 100%;
  }

  .home-header_bg-image {
    min-height: 100%;
  }

  .nav_middle {
    width: 20%;
  }

  .section_header-bottom {
    height: auto;
  }

  .nav_menu-trigger {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 2rem;
    height: .5rem;
    display: flex;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_link:hover {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .header-bottom_flex-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }

  .featured-item_component {
    justify-content: flex-end;
    width: 100%;
  }

  .featured-item_component.hide-mobile-landscape {
    display: none;
  }

  .featured-item_list-wrapper {
    width: 80%;
  }

  .header-bottom_left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .featured-item_hover-wrapper {
    display: none;
  }

  .z-index-text {
    inset: 9% auto 0% -13%;
  }

  .current-coffees_dropdown-trigger.faq {
    padding-left: 0;
    padding-right: 0;
  }

  .current-coffees_dropdown {
    justify-content: space-around;
  }

  .current-coffees_origin-wrapper {
    width: 50%;
  }

  .current-coffees_origin-wrapper.faq {
    width: 80%;
  }

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

  .current-coffees_notes-wrapper {
    width: 70%;
  }

  .current-coffee_info-wrapper {
    text-align: right;
    width: 50%;
  }

  .current-coffees_right {
    width: 50%;
  }

  .hours_line {
    width: 80%;
  }

  .hours_heading-wrapper {
    flex-direction: column;
  }

  .hours_location-wrapper {
    width: 80%;
  }

  .lottie_component.is-mobile-menu {
    width: 150px;
    margin-bottom: -1rem;
    bottom: 2px;
  }

  .mobile-menu_component {
    z-index: 998;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu_glass {
    z-index: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffff24;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .mobile-menu_wrapper {
    z-index: 2;
    background-color: var(--red-brick);
    color: #fff;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .stop-scroll {
    z-index: -10;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .layout-format_bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
  }

  .layout-format_bottom-wrapper.is-white {
    border-top-color: #fff;
  }

  .layout-format_line {
    width: 80%;
  }

  .layout-format_line.is-white {
    border-bottom-color: #fff;
  }

  .layout-format_line.is-white.is-secondary {
    width: 60%;
  }

  .mobile-menu_content-wrapper {
    z-index: 2;
    position: relative;
  }

  .mobile-menu_content-wrapper.webkit-fill {
    flex: 1;
  }

  .mobile-menu_top-flex-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .mobile-menu_close-trigger {
    margin: -10px;
    padding: 10px;
    font-size: 2rem;
  }

  .mobile-menu_content {
    width: 100%;
    padding-left: 0;
  }

  .mobile-menu_link-block {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-menu_link-block.is-secondary {
    justify-content: flex-end;
  }

  .mobile-menu_search {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .mobile-menu_search-input {
    color: #fff;
    text-align: right;
    background-color: #0000;
    border: 1px #000;
    height: 1.875rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .featured-item_left-border-wrapper {
    display: block;
  }

  .mobile-menu_footer {
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobile-menu_footer-flex-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .logo-lottie_wrapper {
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .lottie_img {
    width: 40px;
  }

  .layout-format_secondary-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .layout-format_secondary-top {
    border-bottom: 1px solid #fff;
    width: 60%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    width: auto;
  }

  .footer_content-flex-wrapper {
    grid-row-gap: 3.5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer_content-flex-wrapper.v1 {
    grid-template-columns: 1fr;
  }

  .footer_column.is-newsletter {
    align-items: stretch;
    width: 100%;
  }

  .text-field {
    border-radius: 0;
  }

  .footer_right-columns {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .credits_bottom {
    width: 90%;
  }

  .credits_line.letter.burkey {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
  }

  .image._25 {
    max-width: 60%;
  }

  .home_grid-right {
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .featured_products-image {
    border-radius: 1rem;
  }

  .featured-product {
    border-bottom-width: 0;
    min-width: 18.75rem;
  }

  .featured-product_bottom {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .featured-product_top {
    height: auto;
    min-height: 25rem;
  }

  .home_grid-left {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    position: static;
  }

  .home-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    display: flex;
  }

  .categories_link-text {
    font-size: 3em;
  }

  .heading-style-diplay-1 {
    font-size: 4rem;
  }

  .grid_text-title {
    font-size: 10em;
  }

  .protfolio-projects {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .team_right-column {
    width: 80%;
    padding-left: 0;
  }

  .team_left-column {
    width: 80%;
    padding-top: 0;
    padding-right: 0;
  }

  .text-link_wrap {
    font-size: .875rem;
  }

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .nav_compoenent {
    display: none;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

  .padding-section-medium-2 {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .section_articles {
    color: #fff;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .hero_heading-wrapper {
    text-align: left;
    margin-bottom: 0;
  }

  .section_jornal {
    height: 100vh;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .work_card {
    width: auto;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .heading-style-h3-2.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .articles_list {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .heading-style-h1-2 {
    font-size: 5rem;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .header-title {
    font-size: 16vw;
  }

  .blog-overview-grid {
    grid-template-columns: 1fr;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .page-teaser-title {
    font-size: 2em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .blog-teaser-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-teaser-item-wrapper.page-teaser {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .blog-teaser-item-wrapper.hide-tablet.show-mobile-landscape, .blog-teaser-item-wrapper.v1 {
    display: block;
  }

  .heading-style-diplay-2 {
    font-size: 4rem;
  }

  .icon-embed-medium.text-color-bred {
    color: var(--red-brick);
  }

  .top-info.descripleft {
    border-bottom: 1px #404040;
  }

  .top-info.back, .top-info.title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .back-button {
    font-size: 36px;
  }

  .back-button_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .back-button-2 {
    font-size: 36px;
  }

  .heading-style-title-1 {
    font-size: 3.5rem;
  }

  .heading-style-title-2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .section-2 {
    width: 100vw;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .text-small {
    font-size: 1.4em;
  }

  .text-small.margin-bottom-08vw {
    font-size: 2.4vw;
  }

  .margin-right-1vw.tablet-margin-right-1vw {
    margin-right: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.service-description {
    font-size: .8rem;
  }

  .text-size-small.service-description {
    align-items: flex-start;
    font-size: .65rem;
    display: flex;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .nav_middle {
    width: 30%;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .z-index-text {
    left: -25%;
  }

  .current-coffees_dropdown-trigger {
    align-items: flex-end;
  }

  .current-coffees_origin-wrapper {
    width: 85%;
  }

  .current-coffees_origin-wrapper.faq {
    width: 70%;
  }

  .current-coffees_notes-wrapper {
    width: 65%;
  }

  .current-coffee_info-wrapper {
    align-items: flex-end;
  }

  .current-coffees_right {
    justify-content: flex-end;
    width: 15%;
  }

  .grid {
    overflow: hidden;
  }

  .mobile-menu_component {
    flex-direction: column;
  }

  .layout-format_line.is-white.is-secondary {
    width: 100%;
  }

  .footer_content-flex-wrapper.v1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer_column {
    flex: 1;
    align-items: flex-start;
  }

  .credits_bottom {
    width: 100%;
  }

  .credits_link {
    align-items: baseline;
  }

  .image._25 {
    max-width: 80%;
  }

  .categories_link-text {
    font-size: 2em;
  }

  .sticky-circle_element {
    height: 30em;
  }

  .heading-style-diplay-1 {
    font-size: 3rem;
  }

  .grid_text-title {
    font-size: 7em;
  }

  .team_link-block {
    margin-bottom: 48px;
  }

  .team_right-column {
    width: 100%;
  }

  .team_left-column {
    width: 100%;
    padding-right: 0;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .padding-section-medium-2.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .heading-style-h3-2.is-hero {
    font-size: 4.8em;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .heading-style-h1-2 {
    font-size: 20vw;
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-quote {
    font-size: 1.4em;
  }

  .blog-teaser-item-wrapper {
    padding-left: .5em;
    padding-right: .5em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 4.5em 1.7em;
  }

  .blog-teaser-meta-wrapper {
    flex-direction: column;
  }

  .heading-style-diplay-2 {
    font-size: 3rem;
  }

  .top-info.descripleft {
    border-bottom-style: none;
  }

  .top-info.back {
    width: 100%;
  }

  .top-info.back.hide-mobile-portrait {
    display: none;
  }

  .top-info.title {
    border-bottom: 1px #404040;
    border-right-style: none;
    width: 100%;
  }

  .articlke_header, .section-text {
    flex-direction: column;
  }

  .content-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-style-title-1 {
    font-size: 2.5rem;
  }

  .heading-style-title-3 {
    font-size: 1.6rem;
  }

  .locale_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .play {
    width: 12vw;
    height: 12vw;
    inset: 38% 44% 35%;
  }

  .section-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .youtube-corner {
    height: 100%;
  }

  .text-small {
    font-size: 1.6em;
  }

  .text-small.margin-bottom-08vw {
    font-size: 4vw;
  }
}

#w-node-fd84726a-0942-ac70-360c-78082bde7a34-00f85807 {
  grid-area: 10 / 2 / 14 / 6;
}

#w-node-efbd96a9-e6e1-df05-a110-df102b71bd84-00f85807 {
  grid-area: 1 / 1 / 5 / 7;
}

#w-node-cee3fa5e-f6b6-5713-e6d1-a6c6ed017ff0-00f85807 {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-_8d305899-69aa-c9d0-4ab9-2fc41ba01bd0-00f85807 {
  grid-area: 15 / 7 / 19 / 13;
}

#w-node-_7896630b-d2f9-48e7-dc17-c0a71d35fe77-00f85807 {
  grid-area: 22 / 2 / 27 / 7;
}

#w-node-f4dd59b9-bb2f-4c61-1985-bbe450ff7bc3-00f85807 {
  grid-area: 25 / 8 / 31 / 13;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db04-00f8588c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db06-00f8588c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db0d-00f8588c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db14-00f8588c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b3408a61-17b3-b528-acba-f39ed6b79bdb-00f8588c, #w-node-d7960597-1c2f-9d2f-6625-d5c470b273e4-00f8588c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db29-00f8588c, #w-node-_666011d5-7683-d2af-5a7a-05433f8caf7e-00f8588c, #w-node-c174659a-64a5-85db-7b73-d3dd6282db37-00f8588c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db3e-00f8588c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db4b-00f8588c, #w-node-c174659a-64a5-85db-7b73-d3dd6282db59-00f8588c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c174659a-64a5-85db-7b73-d3dd6282db60-00f8588c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83f08ca6-7206-5c1a-9963-b0c384badbb2-00f85890 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f08ca6-7206-5c1a-9963-b0c384badbb4-00f85890 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_83f08ca6-7206-5c1a-9963-b0c384badbc7-00f85890 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_075689b6-022c-c6ec-5cd7-defec9248579-00f85890 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a580c8d6-7f10-c5a5-ca0e-db009c006799-00f85890, #w-node-_899cdc75-ee94-c75e-8f65-f809e490d97e-00f85890 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_08391b50-8495-a42b-b25e-29bee323700e-00f85890, #w-node-_0046df06-1d9f-fc16-b04f-80ce13286af0-00f85890, #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec2598-00f85893 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec259a-00f85893 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25cd-00f85893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25d4-00f85893 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25da-00f85893, #w-node-_8a0b80ec-1147-7302-93e9-da55f65f928b-00f85893 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec2600-00f85893, #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec2601-00f85893, #w-node-baf5725e-b126-b557-5311-2e2893cdc26f-00f85894, #w-node-baf5725e-b126-b557-5311-2e2893cdc27a-00f85894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-00f858b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-00f858b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-00f858b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-00f858b0 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c174659a-64a5-85db-7b73-d3dd6282db06-00f8588c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db0d-00f8588c {
    grid-column: span 1 / span 1;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db14-00f8588c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3408a61-17b3-b528-acba-f39ed6b79bdb-00f8588c, #w-node-d7960597-1c2f-9d2f-6625-d5c470b273e4-00f8588c {
    grid-row: span 1 / span 1;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db3e-00f8588c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db4b-00f8588c {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db60-00f8588c {
    grid-column: span 1 / span 1;
  }

  #w-node-_83f08ca6-7206-5c1a-9963-b0c384badbb4-00f85890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83f08ca6-7206-5c1a-9963-b0c384badbc7-00f85890 {
    grid-column: span 1 / span 1;
  }

  #w-node-_075689b6-022c-c6ec-5cd7-defec9248579-00f85890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a580c8d6-7f10-c5a5-ca0e-db009c006799-00f85890, #w-node-_899cdc75-ee94-c75e-8f65-f809e490d97e-00f85890 {
    grid-row: span 1 / span 1;
  }

  #w-node-_0046df06-1d9f-fc16-b04f-80ce13286af0-00f85890 {
    align-self: end;
  }

  #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec259a-00f85893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25cd-00f85893 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25d4-00f85893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec25da-00f85893, #w-node-_8a0b80ec-1147-7302-93e9-da55f65f928b-00f85893 {
    grid-row: span 1 / span 1;
  }

  #w-node-a2cc2e80-180d-b7a2-2e18-7d3863ec2601-00f85893 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd84726a-0942-ac70-360c-78082bde7a34-00f85807 {
    grid-column-end: 9;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db3e-00f8588c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c174659a-64a5-85db-7b73-d3dd6282db4b-00f8588c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd84726a-0942-ac70-360c-78082bde7a34-00f85807 {
    grid-column: 1 / 8;
  }

  #w-node-efbd96a9-e6e1-df05-a110-df102b71bd84-00f85807 {
    grid-column-end: 9;
  }

  #w-node-cee3fa5e-f6b6-5713-e6d1-a6c6ed017ff0-00f85807 {
    grid-column: 3 / 11;
  }

  #w-node-_8d305899-69aa-c9d0-4ab9-2fc41ba01bd0-00f85807 {
    grid-column: 5 / 11;
  }

  #w-node-f4dd59b9-bb2f-4c61-1985-bbe450ff7bc3-00f85807 {
    grid-column: 3 / 11;
  }
}


@font-face {
  font-family: 'Liber';
  src: url('../fonts/LiberRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synthetic Pleasures';
  src: url('../fonts/Synthetic-Pleasures.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  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;
}