@font-face {
  font-family: Sfuidisplay;
  src: url('../fonts/SFUIDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --0: #0000;
  --white: white;
  --black: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: PP Mori;
  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;
  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-mobile {
  display: none;
}

.padding-bottom.padding-mobile.padding-gigantic {
  padding-bottom: 20rem;
}

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

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

.text-size-tiny.text-style-allcaps {
  color: #a08474;
  font-size: 3rem;
}

.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 {
  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: 600;
  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.is-views {
  color: #a08474;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Circe;
  font-size: 3.1rem;
  font-weight: 300;
  line-height: 1.5;
}

.page-wrapper {
  display: none;
}

.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: 600;
  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: #e4ded100;
  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 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  background-color: #0000000f;
  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;
}

.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.webkit-fill {
  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: -20%;
}

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

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

.nav_component {
  z-index: 995;
  background-color: #fff;
  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;
  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 {
  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;
  color: #fff;
  background-image: url('../images/bg-black.webp');
  background-position: 50%;
  background-size: auto;
  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;
}

.currrent-coffees_list {
  width: 70%;
}

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

.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_link {
  display: none;
  position: absolute;
  inset: 0%;
}

.current-coffees_color {
  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;
}

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

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

.current-coffee_info-wrapper {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

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

.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: 3px 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;
}

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

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

.footer_component {
  z-index: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-black.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  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: 160px;
  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: 3px 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: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_wordmark {
  width: 100%;
}

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

.footer_column.is-newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 54%;
  max-width: 800px;
}

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

.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: 10%;
  flex: none;
  justify-content: space-between;
  width: 30%;
  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: column;
  justify-content: space-between;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.credits_line.letter {
  transition: all;
}

.credits_line.letter.burkey {
  position: relative;
}

.credits_link {
  flex: 1;
  justify-content: space-between;
  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;
}

.cursor-wrapper {
  z-index: 100;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.large-cursor {
  border: 1px solid #cbaec0;
  border-radius: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.text-cursor {
  letter-spacing: 1px;
  font-size: 1.5em;
  display: block;
}

.dot-container {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.dot {
  background-color: #99557f;
  border-radius: 50vw;
  justify-content: space-between;
  align-items: center;
  width: 5px;
  height: 5px;
  display: block;
  position: static;
}

.image-2 {
  z-index: 9999;
  width: 16em;
  height: 16.35em;
  position: absolute;
  inset: auto 0% -11em -6.5em;
}

.text-span-2 {
  font-weight: 300;
}

.fade-up {
  font-size: 13em;
  font-weight: 400;
  line-height: .93;
}

.fade-up.tricks {
  font-family: PT Serif, serif;
  font-size: 9em;
}

.div {
  padding-top: 10em;
  display: flex;
}

.grid-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid-2.is--div-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}

.grid-2.is--div-1 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.image-card {
  height: 10em;
  display: inline-block;
  position: static;
  inset: auto auto 39% 78%;
}

.is--title-small {
  color: #63639c;
  margin-top: 0;
  padding-left: 0;
  font-size: 2.6em;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 5%;
  left: 12%;
}

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

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container.is--full-page {
  background-color: #272d4e;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: relative;
}

.slide-in {
  color: #6b687c;
  font-size: 1.2em;
}

.slide-in.tricks {
  overflow: hidden;
}

.grid_item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.04em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}

.grid_item.is--badge {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2.2em;
  margin-left: -15%;
  margin-right: 38%;
  display: block;
  position: static;
}

.grid_item.is--paragraph-title {
  flex: 0 auto;
  width: auto;
  margin-left: -36%;
  margin-right: -36%;
  padding-bottom: 1.4em;
}

.grid_item.is--text-big {
  margin-left: 10%;
  margin-right: -10%;
}

.grid_item.is--text-middle {
  object-fit: fill;
  margin-top: 0;
  padding-top: 13.28em;
  padding-bottom: 7.55em;
  overflow: visible;
}

.grid_item.is--image1 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37em;
  margin-top: 5.13em;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.grid_item.is--footer-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid_item.is--footer-2 {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid_item.is--footer-heading {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 0 solid #d5d5bd;
  border-left: 0 #fff;
  border-right: 1px #fff;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100vh;
  padding: 100px 0 2em;
  display: flex;
  position: relative;
}

.grid_item.is--footer-3 {
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 37em;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-7 {
  height: 37em;
}

.div-block-6 {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.text--middle {
  text-align: center;
  font-size: 2.6em;
  font-weight: 400;
}

.text--middle.fade-up3.tricks {
  overflow: hidden;
}

.heading-8 {
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.footer-heading {
  color: #fff;
  height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe;
  font-weight: 300;
  line-height: 1.3;
}

.footer-text {
  color: #292f51;
  text-align: center;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-top: 30px;
  padding-bottom: 1.7em;
  font-family: Circe;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.footer-text.white {
  color: #faf4e9;
  text-transform: uppercase;
  align-self: center;
  font-family: Lato, sans-serif;
}

.footer-text.bronze {
  opacity: 1;
  color: #00000080;
  -webkit-text-stroke-color: #e3ddd0;
  border-top: 0 #ffffff6b;
  border-bottom: 0 solid #ffffff6b;
  width: auto;
  padding: 10px;
  font-family: Sfuidisplay, sans-serif;
  position: static;
  inset: 2% auto auto 2%;
  transform: none;
}

.link-block-2 {
  text-decoration: none;
}

.div-hide-ab {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-1 {
  background-image: url('../images/Cam_06_f2_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.sticky-container {
  width: 100%;
  height: 420vh;
}

.text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
  font-family: Calypso;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  overflow: hidden;
}

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

.image-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.wrapper-text-sp {
  object-fit: contain;
  overflow: hidden;
}

.img-parent1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-parent1.card {
  width: 30vw;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-img {
  z-index: 2;
  background-color: #e4ded1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.big-heading {
  color: #b49e52;
  text-align: left;
  margin-top: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.img-child-v {
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.span-text {
  color: #5c2c05;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 30%;
  font-family: Sfuidisplay, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  position: static;
}

.span-text._1 {
  color: #a08474;
  text-align: left;
  letter-spacing: 3px;
  -webkit-text-stroke-color: #967444;
  text-transform: uppercase;
  overflow-wrap: normal;
  object-fit: contain;
  background-color: #faf4e900;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 0;
  display: inline;
  position: static;
  inset: 0% 0% auto;
}

.span-text.white {
  color: #f3f3f2;
}

.card-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image-left {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #faf4e900;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-animate {
  z-index: 1;
  color: #5c2c05;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfuidisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  inset: 0% 0% auto;
}

.text-animate.center {
  z-index: 1;
  text-align: center;
  order: 3;
  width: 60%;
  position: static;
}

.text-animate.white {
  color: #e4e2e1;
  margin-top: 50px;
}

.text-animate._90 {
  max-width: 90%;
}

.circle-menu-large {
  z-index: 1;
  background-color: #f5945400;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
}

.nav-container {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 6em 5em;
  position: fixed;
  inset: 0% 0% auto;
}

.circle-menu-large-absolute {
  z-index: 5;
  background-color: #f59454;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: block;
  position: absolute;
}

.grid-item {
  width: 50%;
  display: none;
}

.grid-item.is--for-menu {
  justify-content: flex-end;
  display: none;
}

.logo-text {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5em;
}

.section-2 {
  background-color: #fff8ea;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-menu-small {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-menu-small.orange {
  background-color: #f59454;
  display: block;
}

.grid-3.is--for-nav {
  justify-content: space-between;
  display: flex;
}

.image-11 {
  z-index: 9999;
  width: 16em;
  height: 16.35em;
  position: absolute;
  inset: auto 0% -11em -6.5em;
}

.text-span-6 {
  font-weight: 300;
}

.grid-4 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.grid-4.is--div-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}

.grid-4.is--div-1 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.body {
  background-color: #fcfaf7;
}

.cover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  background-color: #fcfaf7;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cover-text {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  -webkit-text-stroke-color: #614f12;
  text-transform: uppercase;
  font-family: "Serifiqo 4 F Free Capitals";
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.cover-text.bronze {
  z-index: 1;
  color: #09295a;
  text-align: left;
  order: -1;
  font-family: Goldenbook, sans-serif;
  font-size: 4em;
  position: relative;
  inset: 5% 0% auto;
}

.cover-text.white {
  font-family: Felidae;
}

.cover-lead {
  text-transform: uppercase;
  font-family: Circe;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.cover-lead.is-views.white {
  color: #fff;
  font-size: 2.5rem;
}

.cover-lead.is-views {
  color: #e3ddd0;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 660px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Circe;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.cover-lead.is-views.white {
  color: #fff;
  align-self: flex-start;
  font-size: 2.5rem;
}

.heading-9 {
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-8 {
  background-color: #b49e52;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
  display: none;
}

.social-button {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #161616;
  object-fit: fill;
  background-color: #a08474;
  background-image: radial-gradient(circle at 100% 0, #a18474, #4e423c);
  border: 1px solid #d6d6c0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 9px 20px;
  font-family: Circe;
  font-weight: 300;
  position: sticky;
  overflow: auto;
}

.social-button::placeholder {
  color: #292f51;
}

.social-button.form {
  color: #faf4e9;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #dfd8d4;
  text-transform: uppercase;
  background-color: #d6d6c000;
  background-image: none;
  border-style: none none solid;
  border-color: #292f51 #292f51 #d5d5bd;
  border-radius: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.social-button.form::placeholder {
  color: #faf4e9;
  line-height: 1.5;
}

.social-button.bronze {
  background-image: radial-gradient(circle at 100% 0, #a18474, #4e423c);
  width: auto;
  max-width: 200px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.form-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1.04px;
  padding-bottom: 1.04px;
  display: flex;
}

.submitting-button {
  color: #faf4e9;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e4ded1;
  text-transform: uppercase;
  background-color: #292f5100;
  border: 1px solid #dfd8d4;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.submitting-button:hover {
  background-color: #292f51;
}

.submitting-button:active {
  -webkit-text-stroke-color: #292f51;
  border-color: #292f51;
}

.vesta-text {
  color: #292f51;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-top: 0;
  padding-bottom: 1.7em;
  font-family: Circe;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-4 {
  padding-bottom: 20px;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #96744500;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100vw;
  max-height: 30vh;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 10% 0% auto;
}

.image-12 {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 100% 50%;
  width: 100vw;
  max-width: none;
  max-height: 75vh;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  position: absolute;
  inset: 4% 0% auto;
}

.render {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  max-height: 80vh;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.success {
  background-color: #292f51;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Circe;
  font-weight: 300;
}

.text-block {
  color: #dfd8d4;
}

.error-message-2 {
  text-align: center;
  background-color: #e4ded1;
  border-radius: 20px;
  font-family: Circe;
  font-weight: 300;
}

.separator-40 {
  height: 10px;
}

.animated-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.image-13 {
  object-fit: cover;
}

.bronzer {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0%;
}

.start {
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #2e2a27;
  height: 4px;
  margin-top: 64px;
  overflow: hidden;
}

.page-wrapper-2 {
  display: none;
  position: relative;
}

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

.splide__track {
  width: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 33.3333%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.my-slider-progress-bar {
  background-color: #b3b641;
  width: 30vw;
  height: 7px;
}

.section-projects {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper {
  background-color: #e9e5e500;
  flex: none;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: none;
}

.carousel {
  flex-direction: column;
  align-items: center;
  display: none;
}

.image-wrapper {
  opacity: .6;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image {
  object-fit: contain;
  max-height: 76vh;
}

.menu-container {
  background-color: #f000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.menu-lines-top {
  background-color: #4e5050;
  width: 60%;
  height: 3px;
  margin-top: 0;
}

.logo {
  color: #7d6b60;
  letter-spacing: 4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.nav-links {
  color: #fff0;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.nav-links.nav-color {
  color: #746359;
  letter-spacing: 2px;
  margin-left: 20px;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-links.nav-color.w--current {
  margin-left: 20px;
  font-weight: 300;
}

.navigation-bar {
  z-index: 3;
  background-color: #fcf8f100;
  background-image: linear-gradient(#fcfaf7cc 35%, #fcfaf7a1 65%, #fcfaf500);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-family: "Serifiqo 4 F Free Capitals";
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-bar:lang(en) {
  opacity: 1;
  display: block;
}

.menu-lines-bottom {
  background-color: #4e5050;
  width: 60%;
  height: 3px;
  margin-top: 5px;
}

.navigation-bar--1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.sections {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.section-about-project {
  position: relative;
}

.div-block-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  height: 140vh;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 100%;
  width: auto;
  max-width: 90%;
  height: 100vh;
  position: sticky;
  top: 25px;
}

.right-side-image {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-13 {
  max-width: 60%;
}

.image-15 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-14 {
  z-index: auto;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
  position: static;
  inset: 25% auto auto;
}

.html-embed {
  display: none;
}

.left-side-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 220vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
  position: static;
}

.left-side-image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-2 {
  color: #605b58;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  align-self: flex-start;
  max-width: 80%;
  font-family: Sfuidisplay, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  position: static;
  inset: 6% 0% auto;
}

.text-block-2.white {
  color: #fff9;
  width: 50%;
}

.text-block-2.bronzer {
  width: 50%;
  font-size: 18px;
}

.text-block-2.bronzer.center {
  text-align: center;
  align-self: center;
}

.text-block-2._90 {
  max-width: 90%;
}

.text-block-2.center {
  text-align: center;
  max-width: 100%;
}

.right-side-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-10 {
  color: #84736929;
  letter-spacing: 6px;
  font-family: Felidae;
  font-size: 7.6rem;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-10.bottom {
  font-family: Felidae;
  inset: auto 0% 5% auto;
}

.heading-10.comfort {
  inset: -7% auto auto 0%;
}

.heading-10.still {
  text-align: center;
  font-family: Felidae;
  font-size: 5rem;
  line-height: 1;
  position: static;
}

.center-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 100px;
  display: flex;
  position: relative;
  top: 30px;
}

.smaller-image {
  width: 350px;
  max-height: 100vh;
  position: static;
}

.left-side-body-smaller-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: -241px;
  margin-left: 0;
  padding-left: 25px;
  display: block;
  position: static;
}

.text-block-2-copy {
  color: #09295a;
  letter-spacing: 1px;
  align-self: auto;
  font-family: Sfuidisplay, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.left-side-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-15 {
  height: 80px;
}

.club-dom {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.location {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.section-location {
  z-index: auto;
  position: relative;
}

.map {
  width: 100%;
  height: 100vh;
}

.map-pin {
  filter: hue-rotate(225deg);
  background-color: #0000;
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.latin-america {
  top: 180px;
}

.map-pin.latin-america._2 {
  z-index: 1;
  top: 380px;
  left: 206px;
}

.map-pin.latin-america._1 {
  top: 288px;
  left: 191px;
}

.map-pin.ges-2 {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 334px;
  left: 612px;
}

.map-pin.west-africa {
  top: 208px;
  left: 382px;
}

.map-pin.sensitive-nations {
  z-index: 1;
  top: 168px;
  left: 534px;
}

.map-pin.sensitive-nations.sensitive-3 {
  z-index: 2;
  top: 204px;
  left: 644px;
}

.map-pin.sensitive-nations.sensitive-2 {
  top: 144px;
  left: 600px;
}

.map-pin.francophone {
  top: 239px;
  left: 430px;
}

.map-pin.eastern-europe {
  top: 99px;
  left: 474px;
}

.map-pin.lusophone {
  top: 339px;
  left: 267px;
}

.map-pin.russia {
  top: 88px;
  left: 657px;
}

.map-pin.carribian {
  top: 192px;
  left: 178px;
}

.map-pin.western-europe {
  top: 99px;
  left: 411px;
}

.map-pin.asia-pacific {
  z-index: 1;
  top: 127px;
  left: 785px;
}

.map-pin.asia-pacific.kremlin {
  filter: none;
  background-image: url('../images/Asset-52.svg');
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 290px;
  left: 640px;
}

.map-pin.africa-lusophone {
  z-index: 1;
  top: 269px;
  left: 478px;
}

.map-pin.hhs {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 244px;
  left: 522px;
}

.map-pin.kremlin {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 50px;
  left: 778px;
}

.map-pin.imperium {
  z-index: 1;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 314px;
  left: 500px;
}

.map-pin.ilia {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 302px;
  left: 478px;
}

.map-pin.redoct {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 375px;
  left: 597px;
}

.map-pin.tretyakov {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 326px;
  left: 769px;
}

.map-pin.zaryadye {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 50px;
  left: 917px;
}

.map-pin.petri {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 422px;
  left: 569px;
}

.map-pin.muzeon {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 487px;
  left: 579px;
}

.map-pin.newtret {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 538px;
  left: 511px;
}

.map-pin.pushk {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 164px;
  left: 522px;
}

.map-pin.tweretelli {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 352px;
  left: 334px;
}

.map-pin.mosmuz {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 492px;
  left: 325px;
}

.map-pin.turgenev {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 419px;
  left: 371px;
}

.map-pin.zchatyevsky {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 390px;
  left: 419px;
}

.map-pin.orpalata {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 106px;
  left: 669px;
}

.map-pin.mvd {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 190px;
  left: 158px;
}

.map-pin.vasblaj {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 0;
  left: 823px;
}

.map-pin.vakhtangov {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 95px;
  left: 330px;
}

.map-pin.preobr {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 132px;
  left: 259px;
}

.map-pin.marfa {
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-items: center;
  width: 20px;
  display: flex;
  top: 469px;
  left: 832px;
}

.map-pin.patrmost {
  z-index: 2;
  filter: none;
  background-image: url('../images/Asset-10location.svg');
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 20px;
  display: flex;
  top: 276px;
  left: 577px;
}

.pin-info {
  color: #4e5050;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  align-self: center;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sfuidisplay, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

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

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-pin-tooltip.imperium {
  object-fit: fill;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  width: auto;
  margin-top: -60px;
  padding-left: 10px;
  padding-right: 10px;
  top: 30px;
  left: auto;
  right: auto;
}

.map-pin-tooltip.imperium.dark-bg {
  background-color: #615249;
  background-image: linear-gradient(45deg, #584a42, #857568);
  margin-top: 50px;
  padding: 10px 20px;
  top: 10px;
  left: -98px;
}

.map-pin-tooltip.bottom {
  object-fit: fill;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  width: auto;
  margin-top: -60px;
  padding-left: 10px;
  padding-right: 10px;
  top: 108px;
  left: auto;
  right: auto;
}

.map-pin-tooltip.bottom.dark-bg {
  background-color: #615249;
  background-image: linear-gradient(45deg, #584a42, #857568);
  margin-top: 50px;
  padding: 10px 20px;
  top: 10px;
  left: 73px;
}

.map-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.map-image {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
}

.map-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 900px;
  max-width: 100%;
  height: 100vh;
  padding-top: 100px;
  display: none;
  position: absolute;
}

.small-text {
  color: #967445;
  text-align: center;
  white-space: nowrap;
  align-self: center;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.small-text.light {
  color: #f1ede8;
  font-family: Sfuidisplay, sans-serif;
}

.image-16 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-image-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #4e505000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: none;
  position: relative;
}

.architexture-body-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-end;
  width: 40%;
  display: flex;
}

.heading-10-top {
  z-index: 3;
  color: #84736929;
  letter-spacing: 6px;
  font-family: Felidae;
  font-size: 7.6rem;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-17 {
  z-index: 2;
  position: relative;
}

.space-section {
  z-index: auto;
  position: relative;
}

.div-block-18 {
  z-index: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #e8e6e4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-bottom: 0;
  padding: 90px 0 0;
  display: flex;
  position: relative;
}

.image-17 {
  width: 100%;
  height: 60vh;
  padding-top: 5px;
  position: static;
}

.div-block-19 {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: auto;
  padding-top: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.text-block-3 {
  z-index: 1;
  color: #967446;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  width: 50%;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  position: absolute;
  inset: 20% auto auto 25px;
}

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

.text-block-3-copy {
  z-index: 1;
  color: #967446;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  width: 50%;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  position: relative;
  inset: auto 10% 35% 465px;
}

.features-text {
  z-index: 1;
  color: #967447;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #6f615700;
  align-self: flex-start;
  padding: 25px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  position: static;
  inset: auto 10% 20% auto;
}

.features-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 25px 25px 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.features {
  color: #4e5050;
  align-self: stretch;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.features.small {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #877b70;
  height: 100%;
  margin-top: 40px;
  margin-right: 30px;
  padding: 30px;
  font-size: 14px;
  line-height: 18px;
}

.image-19 {
  z-index: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: auto;
  max-height: none;
  margin-top: 0;
  position: relative;
}

.infrastructure {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #877b70;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 40%;
  height: 60vh;
  padding: 30px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.features-copy {
  color: #4e5050;
  align-self: stretch;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 25px;
  display: flex;
  position: static;
}

.div-block-21 {
  position: relative;
}

.right-side-text-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 60px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.separator {
  height: 300vh;
  position: relative;
}

.right-side-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 25px;
  display: flex;
  position: static;
}

.right-side-image-big {
  z-index: 0;
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
  position: sticky;
  inset: 0%;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 70vh;
  padding-top: 0;
  display: flex;
}

.technical {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #4e505000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding: 0 25px 40px;
  display: flex;
  position: static;
}

.technical-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.systems {
  z-index: 4;
  color: #4e5050;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px #877b70;
  border-top: 1px solid #5c2c05;
  border-bottom-color: #5c2c05;
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  padding: 40px 0;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.systems.small {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #877b70;
  height: 100%;
  margin-top: 40px;
  margin-right: 30px;
  padding: 30px;
  font-size: 14px;
  line-height: 18px;
}

.systems.noline {
  border-top-width: 0;
  align-self: flex-end;
  padding-bottom: 20px;
  font-weight: 400;
}

.systems.right {
  color: #09295a;
  text-align: left;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  align-self: flex-start;
  width: 90%;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
}

.systems._50 {
  align-self: flex-start;
  width: 100%;
}

.systems._50.linetop {
  color: #09295a;
  letter-spacing: 0;
  border-bottom-style: none;
  align-self: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.systems._50.linetop.center {
  z-index: auto;
  text-align: center;
}

.systems.fill {
  color: #fffdf8;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-top-style: none;
  border-bottom-style: none;
}

.systems.line {
  border-bottom-style: solid;
  padding-bottom: 40px;
}

.systems-block {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: center;
  align-items: end;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.systems-block.bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-content: end;
  align-items: end;
  width: 100%;
}

.systems-block.bg {
  z-index: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f1ede7;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  justify-items: end;
  width: 50%;
  padding: 0 24px 24px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.features-block {
  z-index: 7;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  align-self: stretch;
  place-items: stretch start;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 2%;
}

.features-block.bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-content: end;
  align-items: end;
  width: 100%;
}

.image-20 {
  object-fit: contain;
  align-self: center;
  width: 65vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 10% 5% auto auto;
}

.image-21 {
  filter: saturate(0%);
  width: auto;
  height: 25px;
}

.image-22 {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 140vh;
  display: none;
  position: static;
  inset: 0%;
}

.div-block-23 {
  height: auto;
  margin-top: 0;
  position: relative;
}

.image-23 {
  object-fit: contain;
  order: 0;
  align-self: flex-start;
  width: 230px;
}

.name {
  color: #605b58;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border: 0 #877b70;
  border-radius: 0;
  align-self: flex-end;
  width: 100%;
  padding: 0;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
}

.name.small {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #877b70;
  height: 100%;
  margin-top: 40px;
  margin-right: 30px;
  padding: 30px;
  font-size: 14px;
  line-height: 18px;
}

.name.noline {
  border-top-width: 0;
  align-self: flex-end;
  font-weight: 400;
}

.div-block-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-25 {
  align-self: flex-end;
}

.div-block-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.systems-block-columns {
  z-index: 7;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-self: center;
  place-items: start center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  inset: auto 0% 5%;
}

.systems-block-columns.bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-content: end;
  align-items: end;
  width: 100%;
  display: flex;
}

.penthouse-section {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.infrastructure-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.contacts-section {
  position: relative;
}

.error-message-3 {
  text-align: center;
  background-color: #e4ded1;
  border-radius: 20px;
  font-family: Circe;
  font-weight: 300;
}

.div-block-27 {
  background-color: #b49e52;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
  display: none;
}

.form-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1.04px;
  padding-bottom: 1.04px;
  display: flex;
}

.text-block-4 {
  color: #dfd8d4;
}

.form-block-2 {
  align-self: flex-start;
  width: 100%;
}

.form-home {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.dark {
  color: #a78463;
}

.dark.h1-center {
  color: #5c2c05;
  letter-spacing: 2px;
  font-family: Goldenbook, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.section-3 {
  background-color: #191d23;
}

.section-3.collored {
  z-index: 4;
  background-color: #e8e6e4;
  position: relative;
}

.siv-studio {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer-copy {
  z-index: 3;
  text-align: left;
  font-family: Sfuidisplay, sans-serif;
  font-size: 9px;
  position: relative;
}

.footer-copy.right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #8e8e8e;
  text-align: right;
  letter-spacing: normal;
  flex-direction: row;
  justify-content: center;
  font-family: Sfuidisplay, sans-serif;
  font-size: 10px;
}

.footer-copy.right.center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: normal;
  flex-flow: column;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sfuidisplay, sans-serif;
}

.footer-copy.left {
  color: #8e8e8e;
  letter-spacing: normal;
  font-family: Sfuidisplay, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.spacer-5em {
  height: 3.3em;
}

.checkbox {
  background-color: #5c2c0500;
  border: 1px solid #5c2c05;
  border-radius: 50%;
  align-self: center;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
}

.checkbox.w--redirected-checked {
  aspect-ratio: 1;
  text-align: left;
  object-fit: scale-down;
  object-position: 20% 20%;
  background-color: #5c2c05;
  background-image: url('../images/check-mark-line-1.svg');
  background-position: 30% 30%;
  background-size: 10px 10px;
  border-color: #3898ec00;
  flex: none;
  align-self: flex-start;
  width: 15px;
  height: 15px;
  margin: auto 0;
}

.error-message-4 {
  z-index: 1;
  background-color: #fff0;
  border: 1px solid #5c2c05;
  padding-left: 10px;
  position: relative;
}

.img-footer-social {
  width: 2em;
}

.link {
  color: #5c2c05;
  text-align: left;
  letter-spacing: 0;
  flex-flow: column;
  padding-left: 0;
  font-family: Lato, sans-serif;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.success-message-2 {
  background-color: #a7846300;
  border: 1px solid #5c2c05;
  border-radius: 0;
  position: relative;
}

.submit-button-2 {
  z-index: 0;
  outline-offset: 0px;
  color: #5c2c05;
  -webkit-text-fill-color: inherit;
  background-color: #5c2c0500;
  background-clip: border-box;
  border: 0 solid #5c2c05;
  border-radius: 0%;
  outline: 3px #5c2c05;
  align-self: auto;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Goldenbook, sans-serif;
  font-size: 1.8rem;
  display: block;
  position: relative;
}

.submit-button-2:hover {
  background-color: #5c2c0500;
  border-style: none;
}

.p-footer-center-mobile {
  z-index: 3;
  color: #f1ede8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.footer {
  z-index: 0;
  position: sticky;
  bottom: 0;
}

.text-block-5 {
  color: #fff;
  letter-spacing: .05em;
  font-family: Sfuidisplay, sans-serif;
  font-weight: 400;
}

.form-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-3 {
  color: #191d23;
  font-weight: 500;
}

.scroll-round-wrapper {
  border: 1px solid #967447;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.9em;
  height: 10.9em;
  margin-right: 1em;
  display: flex;
  position: relative;
}

.nav_logo-img-mobile {
  width: 14em;
}

.lottie-big-button {
  width: 10.9em;
  height: 10.9em;
  display: block;
  position: absolute;
}

.footer-social-wrapper {
  padding-top: 2em;
  display: flex;
}

.input {
  z-index: 2;
  background-color: #fff0;
  border: 0 #0000;
  border-bottom: 1px solid #a78463;
  border-radius: 0;
  height: 4em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1vw;
  position: relative;
}

.input:focus {
  color: #191d23;
  text-transform: uppercase;
  border: 1px #0000;
  border-bottom: 1px solid #a78463;
  height: 4.1em;
  font-size: .9em;
}

.input._2 {
  z-index: 0;
  color: #605b58;
  text-transform: none;
  border-bottom-color: #5c2c05;
  height: 42px;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  display: block;
}

.input._2:active {
  font-size: .8em;
}

.input._2:focus {
  height: 42px;
  font-size: .8em;
}

.input._2::placeholder {
  color: #605b58;
}

.input._1 {
  color: #5c2c05;
  text-align: left;
  text-transform: none;
  border-bottom-color: #5c2c05;
  height: 42px;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
}

.input._1:active {
  text-transform: none;
  font-size: .8em;
}

.input._1:focus {
  text-transform: none;
  height: 42px;
  font-size: .8em;
}

.input._1::placeholder {
  color: #605b58;
  text-transform: none;
}

.input._3 {
  font-family: Sfuidisplay, sans-serif;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  position: static;
}

.footer-call-button {
  padding-top: 0;
  text-decoration: none;
}

.checkbox-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #605b58;
  text-align: left;
  letter-spacing: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: auto;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  display: flex;
  top: 0;
}

.container-2 {
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container-2.contact-home {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 110vh;
  padding-top: 10em;
  padding-bottom: 15em;
  display: flex;
  position: relative;
}

.container-2.footer {
  background-color: #272d4e00;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 2.8em;
  display: flex;
}

.input-wrap {
  text-align: left;
  align-self: center;
  width: 100%;
  margin-bottom: auto;
  padding-bottom: 10px;
  position: relative;
}

.light {
  color: #a78463;
}

.light.h1-center {
  color: #e8e6e4;
  letter-spacing: 2px;
  font-family: Goldenbook, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.submit-wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0%;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.span-footer-copy {
  color: #fff;
  letter-spacing: .1em;
}

.grid_item-2 {
  width: 100%;
  padding: 1em;
  display: flex;
}

.grid_item-2.footer-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 3.85em;
  display: flex;
}

.grid_item-2.footer-copyright {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: 10%;
  padding-top: 1em;
  display: flex;
}

.grid_item-2.phone-number-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-top: -86px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid_item-2.contact-form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
}

.grid_item-2.contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.grid-5 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid-5.footer {
  align-items: flex-end;
  height: 100vh;
  padding-top: 0;
}

.grid-5.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: flex-start;
  align-self: center;
  align-items: center;
  position: relative;
}

.field-label {
  letter-spacing: 1px;
  margin-top: -22px;
  margin-bottom: 1rem;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: none;
}

.link-block-5 {
  padding-top: 0;
}

.link-block-6 {
  z-index: 1;
  opacity: .88;
  color: #09295a;
  background-color: #5c2c05;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding: 9px 15px;
  position: relative;
  inset: auto auto 3.5%;
}

.link-block-6:hover {
  opacity: 1;
}

.sticky-circle_wrap {
  z-index: auto;
  height: 250vh;
  display: block;
  position: relative;
}

.sticky-circle {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

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

.sticky-circle_img.map-image {
  object-fit: cover;
  object-position: 50% 100%;
  height: 100vh;
  position: sticky;
}

.image-24 {
  z-index: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 90vh;
  position: relative;
}

.large-text {
  z-index: 1;
  color: #5c2c05;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  align-self: center;
  max-width: 100%;
  height: auto;
  font-family: Felidae;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.large-text.bottom {
  font-family: Felidae;
  inset: auto 0% 5% auto;
}

.large-text.comfort {
  inset: -7% auto auto 0%;
}

.large-text.still {
  text-align: center;
  font-family: Felidae;
  font-size: 5rem;
  line-height: 1;
  position: static;
}

.large-text._1 {
  height: 70vh;
  position: static;
}

.large-text._2 {
  z-index: 2;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.large-text._2.l {
  height: 100vh;
}

.large-text-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #5c2c05;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  width: 80%;
  margin: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  position: static;
  inset: 0% auto 0% 0%;
}

.hero-heading.medium {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  font-family: Goldenbook, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.hero-heading.medium.center {
  text-align: center;
}

.hero-heading.left {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  margin-left: 0;
  font-family: Goldenbook, sans-serif;
  font-weight: 300;
}

.hero-heading.apt {
  margin-left: 0;
}

.hero-heading.white {
  color: #e8e6e4;
}

.hero-heading.white._100 {
  width: 100%;
}

.hero-heading.small {
  flex-direction: column;
  align-items: stretch;
  width: 80%;
  display: block;
}

.header_text {
  align-self: center;
  position: relative;
}

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

.header_text-move {
  flex-direction: column;
  display: flex;
}

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

.is--alt-text {
  font-weight: 400;
}

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

.architect-quote-block {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: #fff;
  border-top: 1px solid #847369;
  border-bottom: 1px solid #847369;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  display: flex;
  position: relative;
  top: -716px;
}

.location-text-block {
  z-index: auto;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
}

.text-span-9 {
  font-family: Noto Serif;
  font-weight: 100;
}

.image-25 {
  object-fit: contain;
  height: 100vh;
  margin-top: 170px;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.image-26 {
  object-fit: cover;
  object-position: 50% 100%;
  align-self: center;
  height: 75vh;
  min-height: auto;
  max-height: 100%;
  margin-bottom: auto;
  position: static;
}

.div-block-29 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fdfaf399;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  height: 300vh;
  padding: 40px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.text-span-10 {
  font-family: Noto Serif;
  font-weight: 100;
}

.button-2 {
  z-index: 1;
  color: #5c2c05;
  letter-spacing: 0;
  background-color: #fcfaf7;
  border: 1px solid #5c2c05;
  border-radius: 0;
  font-family: Sfuidisplay, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  inset: auto auto 5% 2%;
}

.button-2:hover {
  color: #fcf9f2;
  background-color: #5c2c0500;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.button-2.w--current {
  left: auto;
}

.button-2.mid {
  background-color: #fcfaf700;
}

.div-block-30 {
  z-index: auto;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  opacity: 1;
  mix-blend-mode: normal;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 55%;
  display: flex;
  position: absolute;
  top: 10%;
  right: 5%;
}

.div-block-31 {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  display: flex;
  position: absolute;
  inset: auto 5% 4%;
}

.image-27 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
}

.div-block-32 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.pent {
  flex-direction: column;
  order: 0;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.pent-details {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ffffffd9;
  border-top: 1px #847369;
  border-bottom: 1px #847369;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 60px 25px;
  display: flex;
  position: relative;
  inset: 67% 0% 0%;
}

.extra {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-33 {
  z-index: auto;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  order: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.image-28 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: 220px;
}

.extra-points {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.medium-text {
  z-index: 1;
  color: #5c2c05;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  inset: 0% 0% auto auto;
}

.medium-text.bottom {
  font-family: Felidae;
  inset: auto 0% 5% auto;
}

.medium-text.comfort {
  inset: -7% auto auto 0%;
}

.medium-text.still {
  text-align: center;
  font-family: Felidae;
  font-size: 5rem;
  line-height: 1;
  position: static;
}

.medium-text._1 {
  height: 70vh;
  position: static;
}

.medium-text._2 {
  z-index: 2;
  position: static;
}

.medium-text._2.l {
  height: 100vh;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-7 {
  color: #5c2c05;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-7.center {
  color: #5c2c05;
  text-align: center;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

.div-block-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-self: center;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.div-block-35 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-36, .div-block-37 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px #5c2c05;
  border-bottom: 1px #5c2c05;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  width: 80%;
  padding: 40px 0;
  display: grid;
}

.systems-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f1ede7;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.systems-div.right-side {
  flex-direction: row-reverse;
}

.team {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #4e505000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding: 100px 25px;
  display: flex;
  position: static;
}

.div-block-39 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: static;
}

.div-block-40 {
  z-index: 1;
  border: 1px solid #5c2c05;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
}

.separator-s {
  height: 20px;
}

.image-14-copy {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: sticky;
  top: 25px;
}

.div-block-41 {
  padding-left: 25px;
  padding-right: 25px;
}

.large-text-div {
  width: 100%;
  height: 370px;
  margin-top: 0;
  padding-top: 40px;
  position: relative;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 70vh;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image-29 {
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-29.s {
  max-height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.link-block-7 {
  justify-content: center;
  align-self: center;
  max-width: 76%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-43 {
  z-index: 1;
  opacity: .26;
  mix-blend-mode: difference;
  position: static;
  inset: 10% auto auto 20px;
}

.bg-logo {
  filter: saturate(0%);
  width: 90vw;
}

.text-span-11 {
  text-align: left;
  font-size: 20px;
}

.div-block-44 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 10%;
}

.separator-210 {
  height: 90px;
}

.image-19-copy {
  z-index: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: auto;
  max-height: none;
  margin-top: 0;
  position: relative;
}

.asdfgh {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  position: static;
}

.separator-100 {
  height: 100px;
}

.lead {
  color: #605b58;
  text-align: left;
  max-width: 85%;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.lead.left {
  text-align: left;
  max-width: 100%;
  font-size: 22px;
}

.lead.apt {
  font-size: 22px;
}

.image-30 {
  opacity: 1;
  object-fit: contain;
  max-width: 100%;
  height: 30px;
  margin-bottom: 0;
}

.cafe {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(360deg, #00000078, #0000), url('../images/cup-coffee-coffee-beans-table-modern-brown-interior-1.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border: 1px solid #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: baseline;
  height: 60vh;
  display: flex;
  position: relative;
}

.cafe:hover {
  background-image: linear-gradient(360deg, #00000078, #0000 0%), url('../images/cup-coffee-coffee-beans-table-modern-brown-interior-1.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.link-block-8 {
  width: 40%;
  position: static;
  inset: 10% auto auto;
}

.image-31 {
  width: 15px;
  height: 15px;
}

.bullet {
  color: #5c2c05;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  inset: auto 5% 5%;
}

.bullet.center {
  color: #09295a;
  text-align: center;
  order: 0;
  align-self: center;
  margin-left: auto;
  position: relative;
}

.bullet.white {
  color: #fff;
}

.map-div {
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 300vh;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.link-block-9 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-text-block-copy {
  z-index: 2;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
}

.perks {
  z-index: auto;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  border-top: 1px solid #5c2c05;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.perks-point {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: block;
  position: sticky;
}

.mailroom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: baseline;
  height: 45vh;
  display: flex;
  position: relative;
}

.mailroom:hover {
  border-width: 1.5px;
}

.image-32 {
  object-fit: contain;
  width: 140px;
  height: 140px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.driver {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: baseline;
  width: 100%;
  height: 45vh;
  margin-top: -60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.driver:hover {
  border-width: 1.5px;
}

.pets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #072959;
  border: 1px solid #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: baseline;
  height: 45vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.pets:hover {
  background-image: none;
  border-width: 2px;
}

.storage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: baseline;
  height: 45vh;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.storage:hover {
  border-width: 1.5px;
}

.div-block-45 {
  width: 100%;
  height: 100%;
}

.image-33 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: auto;
  display: none;
}

.text-block-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sfuidisplay, sans-serif;
}

.grid-perks {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px #5c2c05;
  border-bottom: 1px #5c2c05;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  width: 80%;
  padding: 40px 0;
  display: grid;
}

.text-block-9 {
  color: #f4f4f3;
  letter-spacing: 3px;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  line-height: 2.1;
}

.div-block-46 {
  z-index: auto;
  position: relative;
}

.div-block-47 {
  position: relative;
}

.div-block-48 {
  z-index: auto;
  opacity: .15;
  object-fit: cover;
  background-image: url('../images/Орнамент-Империум-растительный.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.apartment-bullet {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #5c2c05;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.apartment-bullet:hover {
  border-width: 1.5px;
}

.small-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 10% auto auto 5%;
}

.apt-bullet {
  color: #5c2c05;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
  inset: auto 5% 5%;
}

.apt-bullet.center {
  color: #09295a;
  text-align: center;
  order: 0;
  align-self: center;
  margin-left: auto;
  position: relative;
}

.apt-bullet.white {
  color: #fff;
}

.apt-icon {
  width: 80px;
  height: 80px;
  position: static;
  inset: 5% auto auto 5%;
}

.div-block-49 {
  background-color: #605b58;
  align-self: center;
  width: 50%;
  height: 1px;
}

.intro-text {
  color: #5c2c05;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  position: static;
  inset: 0% auto 0% 0%;
}

.intro-text.medium {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  font-family: Goldenbook, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.intro-text.left {
  text-align: left;
  letter-spacing: 2px;
  font-family: Goldenbook, sans-serif;
  font-weight: 300;
}

.intro-text.apt {
  margin-left: 0;
}

.intro-text.white {
  color: #e8e6e4;
}

.intro-text-div {
  z-index: auto;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
  inset: 25% auto auto;
}

.tag {
  color: #605b58;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 4%;
}

.link-block-7-copy {
  justify-content: center;
  align-self: center;
  width: 70%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-50 {
  height: 80px;
  position: relative;
}

.text-span-12 {
  float: right;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.text-span-13 {
  white-space: nowrap;
  word-break: keep-all;
}

.background-video {
  aspect-ratio: 1.6;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: none;
}

.background-video-2 {
  z-index: 3;
  aspect-ratio: 1.4;
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: none;
}

.popup {
  z-index: 30;
  opacity: 1;
  background-color: #ffffffe6;
  border: 1px solid #7d4f3c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 40vw;
  height: auto;
  max-height: none;
  margin: auto;
  padding: 15px 30px 10px;
  display: none;
  position: fixed;
  inset: auto 3% 4% auto;
}

.popup.contact-home {
  z-index: 3;
  opacity: 1;
  background-color: #e8e6e4;
  background-image: url('../images/pattern-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  padding-bottom: 15em;
  display: none;
  position: absolute;
}

.popup.footer {
  background-color: #272d4e00;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 2.8em;
  display: flex;
}

.link-block-10 {
  z-index: 30;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  position: absolute;
  inset: 3% 2% auto auto;
}

.link-block-10.w--current {
  z-index: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 3% 2% auto auto;
}

.image-34 {
  height: 60px;
  position: absolute;
  inset: 1% 1% auto auto;
}

.div-block-51 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-52 {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.image-35 {
  width: 100%;
  height: 100%;
}

.div-block-53 {
  background-color: #fcfaf7;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 160px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 5%;
}

.image-36 {
  object-position: 50% 100%;
  border-top: 1px #7d4f3d;
  width: 200px;
  height: 88px;
  display: block;
  position: static;
  inset: auto 5% 55% auto;
}

.headline-s {
  color: #5c2c05;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  align-self: baseline;
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  font-family: Goldenbook, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  position: static;
  inset: 0% auto 0% 0%;
}

.headline-s.medium {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  font-family: Goldenbook, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.headline-s.medium.center {
  text-align: center;
}

.headline-s.left {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  margin-left: 0;
  font-family: Goldenbook, sans-serif;
  font-weight: 300;
}

.headline-s.apt {
  margin-left: 0;
}

.headline-s.white {
  color: #e8e6e4;
}

.headline-s.white._100 {
  width: 100%;
}

.headline-s.small {
  flex-direction: column;
  align-items: stretch;
  width: 80%;
  display: block;
}

.button-3 {
  color: #5c2c05;
  text-align: left;
  background-color: #5c2c0500;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 10px 0;
  font-family: Goldenbook, sans-serif;
  font-size: 1.6rem;
  display: block;
}

.code-embed {
  display: none;
}

.popup-auto {
  z-index: 5;
  opacity: 0;
  background-color: #ffffffe6;
  border: 1px solid #7d4f3c;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 50vw;
  height: auto;
  margin: auto;
  padding: 30px;
  display: none;
  position: absolute;
  inset: auto 4% 4% auto;
}

.popup-auto.contact-home {
  z-index: 3;
  opacity: 1;
  background-color: #e8e6e4;
  background-image: url('../images/pattern-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  padding-bottom: 15em;
  display: none;
  position: absolute;
}

.popup-auto.footer {
  background-color: #272d4e00;
  background-image: url('../images/bronze-bg.jpeg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 2.8em;
  display: flex;
}

.button-4 {
  z-index: 30;
  background-color: #5b2d0600;
  background-image: url('../images/close.svg');
  background-position: 100% 0;
  background-size: contain;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  inset: 3% 2% auto auto;
}

.lead-copy {
  color: #605b58;
  text-align: center;
  align-self: center;
  max-width: 85%;
  font-family: Sfuidisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.lead-copy.left {
  text-align: left;
  max-width: 100%;
  font-size: 22px;
}

.lead-copy.apt {
  font-size: 22px;
}

.submit-wrapper-copy {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0%;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 10px;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.link-2 {
  color: #8e8e8e;
  text-underline-offset: 5px;
  font-family: Sfuidisplay, sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-3, .link-4, .link-5 {
  color: #5c2c05;
  font-family: Lato, sans-serif;
}

.section-4 {
  -webkit-text-stroke-color: #e8e6e4;
  background-color: #e8e6e400;
  height: 100vh;
}

.image-37 {
  width: 27vw;
}

.link-block-11 {
  padding: 40px;
}

.cell, .cell-2, .cell-3, .cell-4 {
  border: 1px solid #968a81;
}

.div-block-54 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.text-block-10 {
  color: #5c2c05;
  font-family: Sfuidisplay, sans-serif;
}

.div-block-55 {
  margin-top: 60px;
  padding: 20px 20px 20px 40px;
}

.div-block-56 {
  -webkit-text-stroke-color: #e8e6e4;
  background-color: #e8e6e4;
  display: block;
}

.quick-stack {
  padding: 40px;
}

.div-block-57 {
  margin-top: 60px;
  padding-left: 40px;
}

.div-block-58 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
  bottom: 60%;
  right: 0%;
}

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

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 14rem;
  }

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

  .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_column.is-newsletter {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    width: 40%;
    padding-top: 0;
  }

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

  .cursor-wrapper {
    display: none;
  }

  .image-2 {
    bottom: -9.5em;
  }

  .fade-up {
    font-size: 17em;
  }

  .div {
    flex-direction: column;
  }

  .grid-2.is--div-2 {
    width: 100%;
  }

  .is--title-small {
    font-size: 3em;
    top: 4%;
    left: 11%;
  }

  .slide-in {
    text-align: center;
    font-size: 3.5em;
  }

  .grid_item.is--badge {
    display: none;
  }

  .grid_item.is--paragraph-title {
    width: 85%;
  }

  .grid_item.is--text-big {
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item.is--image1 {
    background-position: 50% 20%;
    height: 48em;
    margin-top: 0;
  }

  .text--middle {
    font-size: 4.2em;
  }

  .footer-text {
    padding-bottom: .7em;
    font-size: 1em;
  }

  .footer-text.bronze {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .big-heading {
    font-size: 3em;
  }

  .hero-image-left {
    margin-left: 40px;
  }

  .circle-menu-large, .circle-menu-large-absolute {
    width: 10em;
    height: 10em;
  }

  .grid-item.is--for-menu {
    align-items: center;
  }

  .logo-text {
    font-size: 5em;
  }

  .circle-menu-small {
    width: 3em;
    height: 3em;
  }

  .image-11 {
    bottom: -9.5em;
  }

  .grid-4.is--div-2 {
    width: 100%;
  }

  .cover-text {
    text-align: center;
    object-fit: scale-down;
    width: 100%;
    font-size: 5em;
    overflow: visible;
  }

  .cover-text.bronze {
    text-align: center;
    font-size: 3em;
  }

  .vesta-text {
    padding-bottom: .7em;
    font-size: 1em;
  }

  .image-12 {
    object-fit: cover;
    min-height: 40vh;
  }

  .intro {
    height: 65vh;
  }

  .bronzer {
    object-fit: cover;
    min-height: 40vh;
  }

  .menu-container {
    display: flex;
  }

  .nav-links.nav-color, .nav-links.nav-color.w--current {
    display: none;
  }

  .navigation-bar--1 {
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .sections {
    display: none;
  }

  .image-14 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    left: auto;
  }

  .left-side-body {
    flex-direction: column-reverse;
    height: auto;
    padding-right: 0;
  }

  .left-side-image {
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .text-block-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-2.bronzer.center {
    width: 100%;
    max-width: 90%;
    min-height: auto;
  }

  .right-side-text {
    width: 100%;
  }

  .left-side-text {
    width: 10%;
  }

  .club-dom {
    height: 70vh;
  }

  .location {
    width: 100%;
  }

  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.latin-america {
    top: 203px;
    left: 112px;
  }

  .map-pin.latin-america._2 {
    z-index: 3;
    top: 326px;
    left: 193px;
  }

  .map-pin.latin-america._1 {
    z-index: 1;
    top: 271px;
    left: 173px;
  }

  .map-pin.ges-2 {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.west-africa {
    z-index: 1;
    top: 219px;
    left: 291px;
  }

  .map-pin.sensitive-nations {
    top: 182px;
    left: 404px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    left: 484px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 182px;
    left: 453px;
  }

  .map-pin.francophone {
    z-index: 2;
    left: 330px;
  }

  .map-pin.eastern-europe {
    top: 133px;
    left: 373px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 291px;
    left: 226px;
  }

  .map-pin.russia {
    top: 141px;
    left: 496px;
  }

  .map-pin.carribian {
    top: 203px;
    left: 165px;
  }

  .map-pin.western-europe {
    z-index: 0;
    top: 147px;
    left: 326px;
  }

  .map-pin.asia-pacific {
    inset: 30% 0% 0% 591px;
  }

  .map-pin.asia-pacific.kremlin {
    top: 264px;
    left: 597px;
  }

  .map-pin.africa-lusophone {
    z-index: 3;
    top: 260px;
    left: 363px;
  }

  .map-pin.hhs {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin.imperium, .map-pin.ilia, .map-pin.redoct, .map-pin.tretyakov, .map-pin.petri, .map-pin.muzeon, .map-pin.newtret {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.pushk {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin.tweretelli, .map-pin.mosmuz, .map-pin.turgenev, .map-pin.zchatyevsky {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.mvd, .map-pin.vakhtangov, .map-pin.preobr {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin.marfa {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.patrmost {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin-tooltip.imperium, .map-pin-tooltip.bottom {
    display: none;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-wrapper {
    min-width: 768px;
    max-width: 0;
  }

  .kvartiry-section {
    height: auto;
  }

  .div-block-18 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    bottom: 0;
  }

  .text-block-3 {
    width: 100%;
    position: static;
  }

  .text-block-3-copy {
    width: 100%;
    position: static;
    left: 20px;
  }

  .image-19 {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .right-side-text-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-side-image-big {
    object-fit: cover;
    height: 100vh;
    max-height: none;
  }

  .technical-text {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .systems._50.linetop {
    width: 90%;
  }

  .systems-block.bg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }

  .features-block {
    width: 100%;
  }

  .image-20 {
    width: 100vw;
    max-width: 90%;
  }

  .image-21 {
    align-self: center;
  }

  .systems-block-columns {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .penthouse-section, .infrastructure-section {
    height: auto;
  }

  .footer-copy.right {
    align-items: center;
    font-size: 12px;
  }

  .footer-copy.right.center {
    width: 100%;
  }

  .footer-copy.left {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .submit-button-2 {
    font-size: 1.8vw;
  }

  .p-footer-center-mobile {
    font-size: 18px;
  }

  .nav_logo-img-mobile {
    width: 10em;
  }

  .input._2:active {
    color: #191d23;
    font-size: .8em;
  }

  .light.h1-center {
    text-align: center;
    font-size: 3rem;
  }

  .grid_item-2.footer-copyright {
    flex-direction: column;
    align-items: stretch;
  }

  .grid_item-2.contact-form {
    width: 80%;
    font-size: 1.8vw;
  }

  .grid_item-2.contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sticky-circle_wrap {
    height: 150vh;
  }

  .sticky-circle {
    justify-content: flex-end;
    height: 120vh;
    position: relative;
  }

  .sticky-circle_img.map-image {
    object-position: 40% 100%;
    min-width: 100%;
  }

  .image-24 {
    height: 80vh;
  }

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

  .large-text-body {
    height: auto;
  }

  .hero-heading {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    font-size: 3rem;
  }

  .hero-heading.medium {
    width: 100%;
  }

  .hero-heading.apt {
    margin-left: 0;
  }

  .hero-heading.small {
    width: 100%;
    font-size: 3rem;
  }

  .location-text-block {
    flex-direction: column;
  }

  .div-block-30 {
    align-self: stretch;
    max-width: 100%;
    display: flex;
    top: 10%;
    left: auto;
    right: auto;
  }

  .pent {
    height: auto;
  }

  .pent-details {
    border-bottom-style: none;
    align-self: flex-start;
    height: auto;
    padding-right: 25px;
    top: 0%;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .text-block-7.center {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .div-block-35 {
    align-self: flex-start;
    align-items: stretch;
  }

  .div-block-38 {
    width: 100%;
  }

  .systems-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    height: auto;
  }

  .systems-div.right-side {
    flex-direction: column;
  }

  .team {
    padding-top: 60px;
  }

  .div-block-39 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-40 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-14-copy {
    object-fit: cover;
  }

  .large-text-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-42 {
    height: 50vh;
    padding-bottom: 0;
  }

  .div-block-44 {
    justify-content: space-between;
    align-self: center;
  }

  .image-19-copy {
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .asdfgh {
    height: auto;
    max-height: 100vh;
  }

  .lead {
    max-width: 90%;
  }

  .lead.apt {
    text-align: left;
    align-self: flex-start;
    max-width: 100%;
  }

  .bullet {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bullet.white {
    color: #fff;
  }

  .link-block-9 {
    display: none;
  }

  .perks {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .perks-point, .grid-perks {
    width: 100%;
  }

  .apartment-bullet {
    align-self: stretch;
  }

  .apt-bullet {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

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

  .apt-icon {
    align-self: flex-start;
  }

  .intro-text {
    align-self: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .intro-text.apt {
    margin-left: 0;
  }

  .tag {
    width: 100%;
  }

  .background-video {
    min-height: 50vh;
  }

  .background-video-2 {
    min-height: auto;
  }

  .popup {
    opacity: 0;
    width: 80vw;
    height: auto;
  }

  .image-35 {
    margin-top: 40px;
  }

  .image-36 {
    bottom: 56%;
  }

  .headline-s {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    font-size: 3rem;
  }

  .headline-s.medium {
    width: 100%;
  }

  .headline-s.apt {
    margin-left: 0;
  }

  .headline-s.small {
    width: 100%;
    font-size: 3rem;
  }

  .popup-auto {
    opacity: 0;
    width: 80vw;
    height: auto;
  }

  .lead-copy {
    max-width: 90%;
  }

  .lead-copy.apt {
    text-align: left;
    align-self: flex-start;
    max-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-gigantic {
    padding-bottom: 7.5rem;
  }

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

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

  .heading-style-h2.is-views {
    line-height: 1.5;
  }

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

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

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

  .home-header_bg-image-wrapper {
    width: 100%;
    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;
  }

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

  .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_origin-wrapper {
    width: 50%;
  }

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

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

  .hours_line, .hours_location-wrapper {
    width: 80%;
  }

  .footer_component {
    background-image: url('../images/bg-black.webp');
    background-size: cover;
    background-attachment: fixed;
  }

  .lottie_component.is-mobile-menu {
    width: 85px;
    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;
    color: #fff;
    background-image: url('../images/bg-black.webp');
    background-position: 50%;
    background-size: cover;
    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;
  }

  .padding-section-custom1 {
    padding-bottom: 6rem;
  }

  .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: flex-start;
  }

  .footer_column {
    max-width: none;
  }

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

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

  .footer_right-columns {
    grid-column-gap: 10%;
    width: 65%;
  }

  .credits_bottom {
    width: 90%;
  }

  .image-2 {
    bottom: -8.8em;
  }

  .footer-text {
    padding-bottom: .7em;
    font-size: 1em;
  }

  .text-2, .big-heading {
    font-size: 2em;
  }

  .span-text._1 {
    letter-spacing: 4px;
    font-size: 1.5rem;
  }

  .hero-image-left {
    margin-left: 20px;
  }

  .text-animate.center {
    width: 100%;
  }

  .image-11 {
    bottom: -8.8em;
  }

  .cover {
    justify-content: space-between;
  }

  .cover-text {
    font-size: 4em;
  }

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

  .cover-lead {
    font-size: 1.5rem;
  }

  .cover-lead.is-views {
    font-size: 1rem;
  }

  .vesta-text {
    padding-bottom: .7em;
    font-size: 1em;
  }

  .image-12 {
    object-fit: cover;
    max-width: none;
    max-height: 60vh;
  }

  .render {
    justify-content: space-between;
    max-width: none;
  }

  .animated-text {
    background-size: cover;
  }

  .intro {
    flex-direction: column;
    height: auto;
  }

  .bronzer {
    object-fit: cover;
    max-width: none;
    max-height: 60vh;
  }

  .start {
    max-width: none;
  }

  .my-slider-progress {
    margin-top: 32px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image {
    max-height: 40vh;
  }

  .menu-container {
    display: flex;
  }

  .menu-lines-top {
    background-color: #4e5050;
  }

  .navigation-bar {
    display: none;
  }

  .menu-lines-bottom {
    background-color: #4e5050;
  }

  .navigation-bar--1, .sections {
    display: none;
  }

  .image-14 {
    object-position: 100% 50%;
    max-width: 100%;
    height: auto;
    min-height: 70vh;
    top: auto;
  }

  .right-side-image {
    width: 100%;
  }

  .left-side-body {
    flex-direction: column-reverse;
    height: auto;
    padding-right: 0;
  }

  .left-side-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    height: auto;
    position: static;
  }

  .text-block-2.bronzer.center {
    width: 80%;
  }

  .right-side-text {
    width: 100%;
    height: auto;
  }

  .heading-10 {
    font-size: 5.5rem;
    top: -45px;
  }

  .center-image {
    width: 100%;
  }

  .smaller-image {
    width: 100%;
    max-height: none;
  }

  .left-side-body-smaller-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    height: auto;
    margin-top: 100px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .club-dom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.latin-america {
    top: 224px;
    left: 38px;
  }

  .map-pin.latin-america._2 {
    top: 317px;
    left: 99px;
  }

  .map-pin.latin-america._1 {
    left: 88px;
  }

  .map-pin.ges-2 {
    top: 302px;
    left: 228px;
  }

  .map-pin.west-africa {
    top: 230px;
    left: 185px;
  }

  .map-pin.sensitive-nations {
    top: 218px;
    left: 259px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 223px;
    left: 316px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 206px;
    left: 291px;
  }

  .map-pin.francophone {
    top: 245px;
    left: 204px;
  }

  .map-pin.eastern-europe {
    top: 181px;
    left: 227px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 286px;
    left: 123px;
  }

  .map-pin.russia {
    top: 176px;
    left: 313px;
  }

  .map-pin.carribian {
    top: 226px;
    left: 83px;
  }

  .map-pin.western-europe {
    top: 186px;
    left: 191px;
  }

  .map-pin.asia-pacific {
    top: 196px;
    left: 385px;
  }

  .map-pin.asia-pacific.kremlin {
    z-index: 3;
    top: 262px;
    left: 376px;
  }

  .map-pin.africa-lusophone {
    top: 262px;
    left: 229px;
  }

  .map-pin.hhs {
    top: 274px;
    left: 246px;
  }

  .map-pin.imperium, .map-pin.ilia, .map-pin.redoct, .map-pin.tretyakov, .map-pin.petri, .map-pin.muzeon, .map-pin.newtret {
    top: 302px;
    left: 228px;
  }

  .map-pin.pushk {
    top: 274px;
    left: 246px;
  }

  .map-pin.tweretelli, .map-pin.mosmuz, .map-pin.turgenev, .map-pin.zchatyevsky {
    top: 302px;
    left: 228px;
  }

  .map-pin.mvd, .map-pin.vakhtangov, .map-pin.preobr {
    top: 274px;
    left: 246px;
  }

  .map-pin.marfa {
    top: 302px;
    left: 228px;
  }

  .map-pin.patrmost {
    top: 274px;
    left: 246px;
  }

  .map-image {
    object-fit: cover;
    min-width: 100%;
    height: 100vh;
  }

  .map-wrapper {
    min-width: 480px;
    max-width: 767px;
  }

  .full-image-body {
    flex-direction: column;
    align-items: stretch;
    padding-right: 25px;
  }

  .architexture-body-text, .div-block-16 {
    width: 100%;
  }

  .heading-10-top {
    font-size: 5.5rem;
    top: -22%;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    bottom: auto;
  }

  .image-19 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-20 {
    padding-right: 25px;
  }

  .right-side-text-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    position: static;
  }

  .right-side-body {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column-reverse;
    height: auto;
    padding-right: 25px;
  }

  .right-side-image-big {
    height: auto;
    min-height: 70vh;
    position: relative;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
  }

  .technical {
    padding-right: 25px;
  }

  .systems.noline {
    display: block;
  }

  .systems.right, .systems._50.linetop {
    width: 100%;
  }

  .systems-block {
    flex-direction: column;
    display: flex;
  }

  .systems-block.bg {
    width: 100%;
  }

  .features-block {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .image-20 {
    max-width: 100%;
    position: static;
    top: 6%;
    left: auto;
    right: auto;
  }

  .image-22 {
    min-height: auto;
  }

  .name.noline {
    display: none;
  }

  .systems-block-columns {
    flex-direction: column;
    display: flex;
  }

  .penthouse-section {
    height: auto;
    position: static;
  }

  .container-2.contact-home {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .light.h1-center {
    font-size: 2rem;
  }

  .link-block-6 {
    inset: 0% 0% auto;
  }

  .sticky-circle_wrap {
    height: 110vh;
  }

  .sticky-circle {
    justify-content: flex-end;
    height: 110vh;
    margin-top: -144px;
  }

  .sticky-circle_img.map-image {
    object-position: 30% 50%;
    height: 70vh;
    min-height: 70vh;
  }

  .image-24 {
    object-position: 50% 0%;
    height: 90vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .large-text {
    font-size: 3rem;
    top: -45px;
  }

  .large-text-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .hero-heading {
    text-align: center;
    font-size: 3rem;
  }

  .hero-heading.medium {
    align-self: flex-start;
    max-width: 100%;
    height: 100%;
  }

  .hero-heading.left {
    align-self: flex-start;
    font-size: 3rem;
  }

  .architect-quote-block {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 270px;
    padding-right: 25px;
  }

  .location-text-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    height: auto;
    margin-top: 100px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .div-block-30 {
    z-index: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    inset: 6% auto auto;
  }

  .image-27 {
    object-fit: cover;
    height: 100%;
    margin-top: 40px;
  }

  .pent {
    height: auto;
  }

  .pent-details {
    flex-direction: column;
    height: auto;
    padding-right: 25px;
    top: 0%;
  }

  .extra {
    flex-direction: column-reverse;
    height: auto;
    padding-right: 25px;
  }

  .div-block-33 {
    flex-direction: column;
    display: flex;
  }

  .extra-points {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    height: auto;
    position: static;
  }

  .medium-text {
    font-size: 2rem;
    top: auto;
  }

  .text-block-7 {
    align-self: flex-start;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .div-block-38 {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .systems-div, .systems-div.right-side {
    flex-direction: column;
  }

  .team {
    padding-right: 25px;
  }

  .image-14-copy {
    height: auto;
    min-height: 100vh;
  }

  .large-text-div {
    height: auto;
  }

  .div-block-42 {
    height: 50vh;
    padding-bottom: 0;
  }

  .div-block-44 {
    align-self: center;
  }

  .image-19-copy {
    width: 100%;
    height: 100%;
    max-height: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .asdfgh {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .separator-100 {
    display: none;
  }

  .lead.left {
    text-align: left;
    max-width: 100%;
  }

  .cafe {
    width: 100%;
  }

  .image-31 {
    align-self: flex-start;
    margin-top: 6px;
  }

  .bullet {
    text-align: left;
    align-self: flex-start;
  }

  .location-text-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    height: auto;
    margin-top: 100px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .perks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    height: auto;
    margin-top: 60px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .perks-point {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .mailroom {
    width: 100%;
  }

  .driver {
    margin-top: 0;
  }

  .pets {
    width: 100%;
  }

  .storage {
    width: 100%;
    margin-top: 0;
  }

  .div-block-45 {
    height: auto;
    display: block;
  }

  .image-33 {
    height: auto;
  }

  .grid-perks {
    text-align: left;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .apt-bullet {
    text-align: left;
    align-self: flex-start;
  }

  .intro-text {
    font-size: 2.4rem;
  }

  .intro-text.medium {
    align-self: flex-start;
    max-width: 100%;
    height: 100%;
  }

  .intro-text.left {
    align-self: flex-start;
  }

  .background-video {
    min-height: 40vh;
  }

  .background-video-2 {
    height: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .popup {
    opacity: 0;
    width: 90vw;
    inset: 5%;
  }

  .popup.contact-home {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .popup.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .image-35 {
    margin-bottom: 40px;
  }

  .image-36 {
    width: 180px;
    top: 230px;
    right: 30px;
  }

  .headline-s {
    text-align: center;
    font-size: 3rem;
  }

  .headline-s.medium {
    align-self: flex-start;
    max-width: 100%;
    height: 100%;
  }

  .headline-s.left {
    align-self: flex-start;
    font-size: 3rem;
  }

  .popup-auto {
    opacity: 0;
    width: 90vw;
    inset: 5%;
  }

  .popup-auto.contact-home {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-auto.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .lead-copy.left {
    text-align: left;
    max-width: 100%;
  }
}

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

  .heading-style-h2.is-views {
    text-align: center;
    text-indent: 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .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, .current-coffees_dropdown {
    align-items: flex-end;
  }

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

  .current-coffee_info-wrapper {
    align-items: baseline;
  }

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

  .grid {
    grid-row-gap: 32px;
    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;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }

  .views_text-wrapper {
    margin-top: -10vh;
    padding-top: 10vh;
  }

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

  .footer_right-columns {
    grid-column-gap: 0%;
    justify-content: flex-start;
    width: 100%;
  }

  .credits_bottom {
    width: 100%;
  }

  .credits_link {
    align-items: baseline;
  }

  .image-2 {
    bottom: -6.9em;
  }

  .div {
    padding-top: 26em;
  }

  .grid-2 {
    flex-direction: row;
  }

  .container.is--full-page {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid_item.is--footer-1 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-bottom: 2em;
  }

  .grid_item.is--footer-2, .grid_item.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .heading-8 {
    font-size: 4em;
  }

  .footer-text {
    opacity: .64;
    border-radius: 0;
    width: 100%;
    font-size: 1em;
  }

  .footer-text.bronze {
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    inset: auto 0% 0%;
    transform: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .sticky-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3em;
    font-size: 1em;
    line-height: .6;
    display: flex;
    overflow: hidden;
  }

  .wrapper-text-sp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-parent1.card {
    width: 30vw;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-img {
    justify-content: center;
    width: 100%;
  }

  .big-heading {
    font-size: 2em;
  }

  .span-text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 18px;
    line-height: 19px;
  }

  .span-text._1 {
    font-size: 1.3em;
  }

  .hero-image-left {
    width: 100%;
    margin-left: 0;
  }

  .section-text {
    height: 80vh;
  }

  .text-animate {
    text-align: left;
    letter-spacing: 2px;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 28px;
    position: static;
  }

  .circle-menu-large-absolute {
    width: 10em;
    height: 10em;
  }

  .logo-text {
    font-size: 9em;
  }

  .circle-menu-small {
    width: 3em;
    height: 3em;
  }

  .image-11 {
    bottom: -6.9em;
  }

  .grid-4 {
    flex-direction: row;
  }

  .cover {
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .cover-text {
    text-align: center;
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.1em;
  }

  .cover-text.bronze {
    text-align: left;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.7em;
  }

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

  .cover-lead.is-views {
    clear: left;
    max-width: 90%;
    font-size: 1rem;
    line-height: 1.2;
  }

  .cover-lead.is-views {
    font-size: 1rem;
    line-height: 1.2;
  }

  .cover-lead.is-views.white {
    font-size: 1.5rem;
  }

  .text-span-7 {
    text-decoration: none;
  }

  .heading-9 {
    font-size: 4em;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .social-button.form {
    text-align: center;
    padding-right: 0;
  }

  .form-3 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .vesta-text {
    opacity: .64;
    border-radius: 0;
    font-size: 1em;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    text-align: center;
    max-width: 100%;
  }

  .image-12 {
    text-align: center;
    object-fit: contain;
    object-position: 0% 50%;
    max-width: none;
    min-height: 70vh;
    max-height: 60vh;
    margin-top: 80px;
    inset: auto 0%;
    overflow: visible;
  }

  .render {
    max-width: 100%;
    max-height: 90vh;
  }

  .intro {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
  }

  .image-13 {
    aspect-ratio: 1;
    max-width: 100%;
    min-height: 320px;
  }

  .bronzer {
    text-align: center;
    object-fit: cover;
    max-width: none;
    min-height: 40vh;
    max-height: 60vh;
    overflow: visible;
  }

  .image {
    max-height: 65vw;
  }

  .menu-container {
    display: flex;
  }

  .menu-lines-top {
    background-color: #4e5050;
  }

  .navigation-bar {
    width: 100vw;
    display: none;
  }

  .menu-lines-bottom {
    background-color: #4e5050;
  }

  .navigation-bar--1 {
    justify-content: space-between;
    display: none;
  }

  .sections {
    display: none;
  }

  .section-about-project {
    height: auto;
  }

  .image-14 {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }

  .right-side-image {
    width: 100%;
  }

  .left-side-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    margin-top: auto;
    padding-right: 0;
    position: static;
  }

  .left-side-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    height: auto;
    position: static;
  }

  .text-block-2 {
    text-align: left;
    font-size: 16px;
  }

  .text-block-2._90 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
  }

  .text-block-2.center {
    max-width: 100%;
  }

  .right-side-text {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .heading-10 {
    font-size: 3rem;
    display: none;
  }

  .center-image {
    width: 100%;
    height: auto;
    margin-top: auto;
  }

  .smaller-image {
    width: 100%;
    max-height: 100%;
  }

  .left-side-body-smaller-image {
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    top: auto;
  }

  .club-dom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .location {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  .section-location {
    height: auto;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.latin-america {
    top: 232px;
  }

  .map-pin.latin-america._2 {
    top: 294px;
    left: 65px;
  }

  .map-pin.latin-america._1 {
    top: 265px;
    left: 57px;
  }

  .map-pin.ges-2 {
    top: 208px;
    left: 151px;
  }

  .map-pin.west-africa {
    left: 115px;
  }

  .map-pin.sensitive-nations {
    top: 230px;
    left: 173px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 230px;
    left: 209px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 222px;
    left: 191px;
  }

  .map-pin.francophone {
    top: 240px;
    left: 130px;
  }

  .map-pin.eastern-europe {
    top: 204px;
    left: 143px;
  }

  .map-pin.lusophone {
    top: 274px;
    left: 82px;
  }

  .map-pin.russia {
    top: 198px;
    left: 209px;
  }

  .map-pin.carribian {
    top: 231px;
    left: 24px;
  }

  .map-pin.western-europe {
    top: 209px;
    left: 121px;
  }

  .map-pin.asia-pacific {
    top: 214px;
    left: 250px;
  }

  .map-pin.asia-pacific.kremlin {
    top: 260px;
    left: 268px;
  }

  .map-pin.africa-lusophone {
    top: 253px;
    left: 151px;
  }

  .map-pin.hhs {
    top: 164px;
    left: 140px;
  }

  .map-pin.kremlin {
    left: 150px;
  }

  .map-pin.imperium {
    top: 226px;
    left: 71px;
  }

  .map-pin.ilia, .map-pin.redoct, .map-pin.tretyakov {
    top: 208px;
    left: 151px;
  }

  .map-pin.zaryadye {
    left: 150px;
  }

  .map-pin.petri, .map-pin.muzeon, .map-pin.newtret {
    top: 208px;
    left: 151px;
  }

  .map-pin.pushk {
    top: 164px;
    left: 140px;
  }

  .map-pin.tweretelli, .map-pin.mosmuz, .map-pin.turgenev, .map-pin.zchatyevsky {
    top: 208px;
    left: 151px;
  }

  .map-pin.orpalata {
    left: 150px;
  }

  .map-pin.mvd {
    top: 164px;
    left: 140px;
  }

  .map-pin.vasblaj {
    left: 150px;
  }

  .map-pin.vakhtangov, .map-pin.preobr {
    top: 164px;
    left: 140px;
  }

  .map-pin.marfa {
    top: 208px;
    left: 151px;
  }

  .map-pin.patrmost {
    top: 164px;
    left: 140px;
  }

  .pin-info {
    padding-right: 18px;
    font-size: 12px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.imperium, .map-pin-tooltip.bottom {
    display: none;
  }

  .map-section {
    height: auto;
    margin-top: 60px;
  }

  .map-image {
    object-fit: cover;
    width: auto;
    min-width: 320px;
    max-width: 320px;
    height: 400px;
  }

  .map-wrapper {
    min-width: 320px;
    max-width: 479px;
    height: auto;
  }

  .full-image-body {
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .heading-10-top {
    font-size: 3rem;
    top: -31%;
  }

  .space-section {
    height: auto;
  }

  .div-block-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .text-block-3 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: static;
  }

  .image-18 {
    object-fit: cover;
    object-position: 30% 50%;
    min-height: 400px;
  }

  .text-block-3-copy {
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: static;
  }

  .image-19 {
    object-fit: cover;
    object-position: 100% 100%;
    height: 100%;
    min-height: 400px;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .right-side-text-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    padding-right: 25px;
  }

  .right-side-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: auto;
    padding-right: 25px;
    position: static;
  }

  .right-side-image-big {
    object-position: 30% 50%;
    height: 60vh;
    min-height: 60vh;
    max-height: none;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
  }

  .technical {
    padding-right: 25px;
  }

  .technical-text {
    width: 100%;
  }

  .systems.noline {
    display: block;
  }

  .systems-block {
    flex-direction: column;
    display: flex;
  }

  .systems-block.bg {
    align-items: flex-start;
  }

  .features-block {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .image-20 {
    max-width: 100%;
    top: 5%;
    bottom: auto;
    left: 5%;
    transform: rotate(0);
  }

  .image-21 {
    filter: none;
    height: 20px;
    padding-left: 0;
  }

  .image-22 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 60vh;
    padding: 0;
  }

  .div-block-23 {
    height: auto;
    margin-top: 60px;
  }

  .name.noline {
    display: none;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .systems-block-columns {
    z-index: 0;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .contacts-section {
    height: auto;
  }

  .form-4 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .form-home {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .dark.h1-center {
    font-size: 2.6rem;
  }

  .footer-copy.right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    font-weight: 300;
  }

  .footer-copy.left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .spacer-5em {
    height: 5em;
  }

  .checkbox {
    object-fit: contain;
    align-self: flex-start;
    width: 15px;
    overflow: visible;
  }

  .checkbox.w--redirected-checked {
    text-align: center;
    background-position: 50%;
    background-size: 9px;
    width: 15px;
    height: 15px;
    margin-top: 0;
  }

  .img-footer-social {
    width: 4em;
  }

  .link {
    text-align: left;
    height: auto;
  }

  .submit-button-2 {
    align-self: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 1.6rem;
    left: auto;
  }

  .p-footer-center-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .form-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .scroll-round-wrapper {
    width: 15em;
    height: 15em;
  }

  .nav_logo-img-mobile {
    width: 15em;
  }

  .lottie-big-button {
    width: 20em;
    height: 20em;
  }

  .footer-social-wrapper {
    padding-top: 5em;
  }

  .input._2 {
    text-align: center;
    text-transform: none;
    height: 35px;
    font-family: Sfuidisplay, sans-serif;
    font-size: 14px;
  }

  .input._2:hover, .input._2:active {
    font-size: .8em;
  }

  .input._2:focus {
    font-size: .9em;
  }

  .input._2::placeholder {
    font-size: 14px;
  }

  .input._1 {
    text-align: center;
    height: 35px;
    font-size: 14px;
  }

  .input._1::placeholder {
    font-size: 14px;
  }

  .checkbox-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .checkbox-label {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    flex-flow: wrap;
    width: 90.47%;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 12px;
  }

  .container-2.contact-home {
    align-items: center;
    width: 90%;
    height: auto;
  }

  .container-2.footer {
    justify-content: space-between;
    padding-top: 10em;
  }

  .input-wrap {
    text-align: center;
    margin-bottom: auto;
    padding-bottom: 15px;
  }

  .light.h1-center {
    letter-spacing: 4px;
    font-size: 2rem;
  }

  .submit-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .span-footer-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item-2.footer-logo {
    padding-bottom: 5em;
    font-size: 1.5vw;
  }

  .grid_item-2.footer-copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.5vw;
  }

  .grid_item-2.phone-number-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 3em 0;
    font-size: 2vw;
  }

  .grid_item-2.contact-form {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    font-size: 4vw;
  }

  .grid_item-2.contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 2vw;
  }

  .grid-5 {
    font-size: 1vw;
  }

  .grid-5.footer {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .grid-5.contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
    top: 10px;
  }

  .field-label {
    display: none;
  }

  .link-block-5 {
    align-self: center;
  }

  .link-block-6 {
    align-self: stretch;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-circle_wrap {
    height: 110vh;
  }

  .sticky-circle {
    justify-content: flex-end;
    align-items: center;
    height: 110vh;
    margin-top: -151px;
    padding-top: 0;
  }

  .sticky-circle_element {
    width: 20em;
    height: 20em;
  }

  .sticky-circle_img.map-image {
    object-position: 30% 50%;
    height: 70vh;
    min-height: 70vh;
    overflow: hidden;
  }

  .image-24 {
    height: 80vh;
  }

  .large-text {
    text-align: left;
    letter-spacing: 2px;
    word-break: normal;
    overflow-wrap: break-word;
    font-family: Goldenbook, sans-serif;
    font-size: 2rem;
    display: block;
    top: 0;
  }

  .large-text-body {
    height: auto;
  }

  .hero-heading {
    text-align: center;
    word-break: normal;
    object-fit: scale-down;
    max-width: 100%;
    font-size: 1.8rem;
    display: block;
  }

  .hero-heading.medium {
    text-align: left;
    word-break: normal;
    height: auto;
    font-size: 1.6rem;
  }

  .hero-heading.medium.center {
    text-align: center;
  }

  .hero-heading.left {
    align-self: center;
    font-size: 2.1rem;
  }

  .hero-heading.apt {
    font-size: 2.6rem;
  }

  .hero-heading.small {
    align-self: auto;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .header_text {
    font-family: Felidae;
  }

  .architect-quote-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-right: 25px;
    position: static;
  }

  .location-text-block {
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    top: auto;
  }

  .button-2 {
    order: -1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .button-2.w--current {
    align-self: stretch;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.mid {
    width: auto;
  }

  .div-block-30 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .image-27 {
    object-position: 29% 100%;
    height: auto;
    min-height: 60vh;
    max-height: 60vh;
  }

  .pent-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-right: 25px;
    position: static;
  }

  .extra {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    margin-top: 40px;
    padding-right: 25px;
    position: static;
  }

  .extra-points {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .medium-text {
    text-align: left;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 1.6rem;
    display: block;
  }

  .text-block-7 {
    text-align: left;
    margin-left: 0;
  }

  .text-block-7.center {
    text-align: left;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .div-block-37 {
    align-items: flex-start;
    max-width: 100%;
  }

  .div-block-38 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .team {
    padding-right: 25px;
  }

  .div-block-40 {
    z-index: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    height: 40vh;
  }

  .image-14-copy {
    max-width: 100%;
    height: 60vh;
    min-height: 60vh;
    position: static;
  }

  .large-text-div {
    max-width: 100%;
    height: 30vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-29.s {
    position: static;
  }

  .bg-logo {
    min-height: 15px;
    padding-left: 0;
  }

  .div-block-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .separator-210 {
    display: none;
  }

  .image-19-copy {
    object-fit: cover;
    object-position: 15% 50%;
    height: 100%;
    min-height: 400px;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .asdfgh {
    object-fit: cover;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .separator-100 {
    display: none;
  }

  .lead {
    text-align: center;
    font-size: 14px;
  }

  .lead.left {
    font-size: 16px;
  }

  .lead.apt {
    max-width: 100%;
    font-size: 16px;
  }

  .image-30 {
    object-fit: contain;
    order: -1;
    max-width: 70%;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .cafe {
    width: 100%;
    height: 50vh;
  }

  .bullet {
    text-align: left;
    margin-left: 0;
  }

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

  .link-block-9 {
    order: -1;
  }

  .location-text-block-copy {
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    top: auto;
  }

  .perks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    top: auto;
  }

  .perks-point {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  .mailroom, .driver {
    width: 100%;
    height: 50vh;
  }

  .pets {
    background-image: none;
    width: 100%;
    height: 50vh;
  }

  .pets:hover {
    background-position: 0 0, 50%;
  }

  .storage {
    width: 100%;
    height: 50vh;
  }

  .div-block-45 {
    display: block;
  }

  .image-33 {
    height: 60vh;
  }

  .grid-perks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    height: auto;
    display: flex;
  }

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

  .apartment-bullet {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .apt-bullet {
    text-align: left;
    margin-left: 0;
  }

  .apt-bullet.center {
    text-align: left;
  }

  .div-block-49 {
    align-self: flex-start;
  }

  .intro-text {
    text-align: left;
    word-break: normal;
    object-fit: scale-down;
    max-width: 100%;
    font-size: 2.6rem;
    display: block;
  }

  .intro-text.medium {
    text-align: left;
    word-break: normal;
    height: auto;
    font-size: 1.6rem;
  }

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

  .intro-text.left {
    align-self: center;
    font-size: 2.5rem;
  }

  .intro-text.apt {
    font-size: 2.6rem;
  }

  .intro-text.small {
    font-size: 1.6rem;
  }

  .tag {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
  }

  .background-video, .background-video-2 {
    object-position: 50% 100%;
    height: auto;
    min-height: auto;
  }

  .popup {
    z-index: 30;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    opacity: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 1em;
    display: none;
    position: fixed;
    inset: 10% 5% auto;
    overflow: scroll;
  }

  .popup.contact-home {
    align-items: center;
    height: auto;
  }

  .popup.footer {
    justify-content: space-between;
    padding-top: 10em;
  }

  .link-block-10.w--current {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    display: flex;
    position: relative;
    inset: 1% auto auto;
  }

  .image-34 {
    height: 50px;
    display: block;
    position: static;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .image-35 {
    margin-bottom: 40px;
  }

  .image-36 {
    width: 40%;
    max-width: 80%;
    height: auto;
    inset: 25% auto auto;
  }

  .headline-s {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    word-break: normal;
    object-fit: scale-down;
    max-width: 100%;
    font-size: 1.6rem;
    display: block;
  }

  .headline-s.medium {
    text-align: left;
    word-break: normal;
    height: auto;
    font-size: 1.6rem;
  }

  .headline-s.medium.center {
    text-align: center;
  }

  .headline-s.left {
    align-self: center;
    font-size: 2.5rem;
  }

  .headline-s.apt {
    font-size: 2.6rem;
  }

  .headline-s.small {
    align-self: auto;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .button-3 {
    text-align: center;
    height: 45px;
    font-size: 1.8rem;
  }

  .popup-auto {
    z-index: 24;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 1em;
    display: flex;
    position: absolute;
    inset: 10% 5% auto;
    overflow: scroll;
  }

  .popup-auto.contact-home {
    align-items: center;
    height: auto;
  }

  .popup-auto.footer {
    justify-content: space-between;
    padding-top: 10em;
  }

  .button-4 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .lead-copy {
    text-align: center;
    font-size: 14px;
  }

  .lead-copy.left {
    font-size: 16px;
  }

  .lead-copy.apt {
    max-width: 100%;
    font-size: 16px;
  }

  .submit-wrapper-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto 20px;
    display: flex;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .link-3 {
    flex-flow: column;
    display: block;
  }

  .image-37 {
    width: 76vw;
  }

  .link-block-11 {
    width: 100%;
  }

  .div-block-57 {
    width: auto;
    margin-top: auto;
    padding-right: 40px;
    display: flex;
  }

  .div-block-58 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
}

#w-node-_6341341d-61af-e99b-34ee-c4a3baad0656-e4318b60 {
  justify-self: center;
}

#w-node-df1ebb36-8640-1c87-ad92-cc2c183efceb-e4318b60 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6a11c148-4270-9aaf-dd22-b9951e95645d-e4318b60 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0dcc01a3-c3ac-84ec-2d77-444fa2d40793-e4318b60 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4755f725-bd03-6bf6-a29d-7f83bf78deac-e4318b60 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4755f725-bd03-6bf6-a29d-7f83bf78deae-e4318b60 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-cfd3024b-cdd8-b965-97cb-3f45eaa8bb6d-e4318b60 {
  align-self: stretch;
}

#w-node-aceb6508-86c5-5ac8-cadb-70acd2006bf2-e4318b60 {
  place-self: stretch start;
}

#w-node-aceb6508-86c5-5ac8-cadb-70acd2006bfe-e4318b60 {
  align-self: stretch;
}

#w-node-aceb6508-86c5-5ac8-cadb-70acd2006c02-e4318b60, #w-node-_589bf84d-79d6-7c9f-3891-3193d52781f9-e4318b60 {
  align-self: start;
}

#w-node-_589bf84d-79d6-7c9f-3891-3193d52781fd-e4318b60, #w-node-_600fd92f-226a-faaf-7e1e-8e9bb567378e-e4318b60, #w-node-_4b8c51c0-c39b-af4c-9bf9-fb820897d200-e4318b60 {
  align-self: stretch;
}

#w-node-a122dee2-efb7-bd09-9f13-27d688d1f95e-e4318b60 {
  place-self: start;
}

#w-node-_85bb5166-fad8-5c69-488c-805fbafff1ab-e4318b60 {
  place-self: end start;
}

#w-node-_4e229488-d445-0d64-41d5-a32a6edf61cb-e4318b60 {
  place-self: center;
}

#w-node-_85bb5166-fad8-5c69-488c-805fbafff1ad-e4318b60 {
  align-self: end;
}

#w-node-_26edbe80-b88c-c03b-99f4-b5b4138b4d2d-e4318b60 {
  place-self: start;
}

#w-node-_26edbe80-b88c-c03b-99f4-b5b4138b4d2e-e4318b60 {
  align-self: end;
}

#w-node-f0c01b04-c690-3e01-3b3e-d21baea55e19-e4318b60 {
  justify-self: start;
}

#w-node-bc7f5169-aa13-a8ab-c0b1-06b7b8d5be2d-b28dcd5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-aceb6508-86c5-5ac8-cadb-70acd2006c02-e4318b60, #w-node-_589bf84d-79d6-7c9f-3891-3193d52781f9-e4318b60 {
    align-self: start;
  }

  #w-node-bc7f5169-aa13-a8ab-c0b1-06b7b8d5be2d-b28dcd5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc7f5169-aa13-a8ab-c0b1-06b7b8d5be2d-b28dcd5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldenbook';
  src: url('../fonts/Goldenbook-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}