@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Maragsa";
  src: url("../fonts/Maragsa/Maragsa-Display.woff2") format("woff2"), url("../fonts/Maragsa/Maragsa-Display.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  --global-unit: 24px;
  --small-unit: 12px;
}

html {
  --column-width: calc(calc(min(100vw, 1504px) - calc(11 * (var(--global-unit)))) / 12);
  --column-width-percent: calc(calc(min(calc(100% - calc(5.334 * (var(--global-unit)))), calc(1504px)) - calc(11 * (var(--global-unit)))) / 12);
  --main-margin: calc(2.667 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  html {
    --global-unit: 12px;
    --column-width: calc(calc(100vw - calc(8.334 * (var(--global-unit)))) / 4);
    --column-width-percent: calc(calc(100% - calc(8.334 * (var(--global-unit)))) / 4);
    --main-margin: calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  html {
    --main-margin: calc(50vw - 752px);
  }
}

/* === All Blocks === */
/* === Cards === */
/* === Auto Cards Filters === */
/* === Blok CTA === */
/* ==== Blok Slider === */
/* === Block Biglinks === */
/* === Blok Gallery === */
/* === Blok Highlight === */
/* === Block Image === */
/* === Blok Lead === */
/* === Quick Links === */
/* === Blok Subheading === */
/* === Blok RichText === */
/* === Site Header === */
/* === Menu Burger === */
/* === MENU === */
/* === FOOTER === */
html {
  --site-header-height: 100px;
}
@media screen and (max-width: 900px) {
  html {
    --site-header-height: 80px;
  }
}

/* === Main Container === */
/* === Page Section === */
/* === All Blocks === */
/* === Blok Lead === */
/* === Blok Subheading === */
/* === Blok Highlight === */
/* === Blok RichText === */
/* === Quick Links === */
/* === Cards === */
/* === Block Biglinks === */
/* === Main Container === */
/* === Page Section === */
/* === Site Header === */
/* === Menu Burger === */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
}

svg * {
  vector-effect: non-scaling-stroke;
}

* {
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: black;
}

.bg-grey {
  background-color: #F5F4F2;
}

.bg-white {
  background-color: white;
}

.bg-dark-brown {
  background-color: #3E2B2E;
}

.bg-green {
  background-color: #59756F;
}

.bg-dark-green {
  background-color: #33524B;
}

.bg-light-green {
  background-color: #869A96;
}

.bg-violet {
  background-color: #AFA4C3;
}

.bg-lilac {
  background-color: #E4DcF1;
}

.bg-gold {
  background-color: #BC995D;
}

.bg-dark-beige {
  background-color: #D7D2CB;
}

.bg-neutral700,
.page-section.bg-neutral700 {
  color: white;
}

.bg-dark,
.page-section.bg-dark {
  color: white;
}

.bg-green,
.page-section.bg-green {
  color: white;
}

.bg-dark-green,
.page-section.bg-dark-green {
  color: white;
}

.bg-black,
.page-section.bg-black {
  color: white;
}

.bg-dark-brown,
.page-section.bg-dark-brown {
  color: white;
}

.bg-menu,
.page-section.bg-menu {
  color: black;
}

.bg-footer,
.page-section.bg-footer {
  color: black;
}

.bg-neutral200,
.page-section.bg-neutral200 {
  color: black;
}

.bg-light,
.page-section.bg-light {
  color: black;
}

.bg-grey,
.page-section.bg-grey {
  color: black;
}

.bg-white,
.page-section.bg-white {
  color: black;
}

.bg-light-green,
.page-section.bg-light-green {
  color: black;
}

.bg-violet,
.page-section.bg-violet {
  color: black;
}

.bg-lilac,
.page-section.bg-lilac {
  color: black;
}

.bg-gold,
.page-section.bg-gold {
  color: black;
}

.bg-dark-beige,
.page-section.bg-dark-beige {
  color: black;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: block;
  font-variant: common-ligatures;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: white;
  color: black;
  overscroll-behavior-y: none;
}
body.scroll-unlocked {
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 16.2px;
  }
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
}
.screen-reader-only.skip-link {
  display: block;
  top: var(--global-unit);
  width: fit-content;
  height: 4.2em !important;
  padding: 1.35em;
  margin: auto;
  line-height: 1.5em;
  background-color: white;
  color: black;
  border: none;
  border-radius: 999px;
  z-index: 9999;
}
.screen-reader-only.skip-link:focus {
  left: var(--global-unit);
}

p {
  margin-bottom: 1em;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

h1, .page-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  h1, .page-title {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  h1, .page-title {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  h1, .page-title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  h1, .page-title {
    font-size: 79.2px;
  }
}

h2, .heading {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  h2, .heading {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  h2, .heading {
    font-size: calc(43.9807228916px + 1.734939759vw);
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1200px) {
  h2, .heading {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  h2, .heading {
    font-size: 79.2px;
  }
}

h3, .subheading {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 370px) {
  h3, .subheading {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 1199px) {
  h3, .subheading {
    font-size: calc(21.9903614458px + 0.8674698795vw);
  }
}
@media screen and (min-width: 1200px) {
  h3, .subheading {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  h3, .subheading {
    font-size: 39.6px;
  }
}

.lead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .lead {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .lead {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .lead {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .lead {
    font-size: 35.2px;
  }
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-body {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-body {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-body {
    font-size: 16.2px;
  }
}

.text-page-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .text-page-title {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .text-page-title {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-page-title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-page-title {
    font-size: 79.2px;
  }
}

.text-section-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .text-section-title {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .text-section-title {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-section-title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-section-title {
    font-size: 79.2px;
  }
}

.text-subtitle {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 370px) {
  .text-subtitle {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 1199px) {
  .text-subtitle {
    font-size: calc(21.9903614458px + 0.8674698795vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-subtitle {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-subtitle {
    font-size: 39.6px;
  }
}

.text-header {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-header {
    font-size: 10.8px;
  }
}

.text-lead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .text-lead {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .text-lead {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-lead {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-lead {
    font-size: 35.2px;
  }
}

.text-highlight {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
@media screen and (max-width: 370px) {
  .text-highlight {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .text-highlight {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-highlight {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-highlight {
    font-size: 79.2px;
  }
}

.text-caption {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-caption {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-caption {
    font-size: 12.6px;
  }
}

.text-microcopy {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-microcopy {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-microcopy {
    font-size: 10.8px;
  }
}

.text-link {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-link {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-link {
    font-size: 16.2px;
  }
}

.text-big-link-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .text-big-link-title {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-big-link-title {
    font-size: calc(4.2264150943px + 6.641509434vw);
  }
}
@media screen and (min-width: 901px) {
  .text-big-link-title {
    font-size: calc(-6.4px + 5.3333333333vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-big-link-title {
    font-size: calc(19.2px + 3.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-big-link-title {
    font-size: 70.4px;
  }
}

.text-card-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 32px;
}
@media screen and (min-width: 1600px) {
  .text-card-title {
    font-size: 35.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-title {
    font-size: 28.8px;
  }
}

.text-card-body {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: initial;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .text-card-body {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-body {
    font-size: 14.4px;
  }
}

.text-box-body {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-box-body {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-body {
    font-size: 12.6px;
  }
}

.text-box-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 370px) {
  .text-box-title {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-title {
    font-size: calc(2.3773584906px + 3.7358490566vw);
  }
}
@media screen and (min-width: 901px) {
  .text-box-title {
    font-size: calc(-3.6px + 3vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-box-title {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-box-title {
    font-size: 39.6px;
  }
}

.text-menu {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 36px;
}
@media screen and (min-width: 1600px) {
  .text-menu {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 900px) {
  .text-menu {
    font-size: 32.4px;
  }
}

.text-submenu {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-submenu {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-submenu {
    font-size: 12.6px;
  }
}

.text-hero-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 160px;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 901px) {
  .text-hero-title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1200px) {
  .text-hero-title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-hero-title {
    font-size: 176px;
  }
}
@media screen and (max-width: 900px) {
  .text-hero-title {
    font-size: calc(11.320754717px + 12.0754716981vw);
  }
}
@media screen and (max-width: 370px) {
  .text-hero-title {
    font-size: 56px;
  }
}

.text-highlight-small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 22px;
}
@media screen and (min-width: 1600px) {
  .text-highlight-small {
    font-size: 24.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight-small {
    font-size: 19.8px;
  }
}

.lazy-img {
  opacity: 0;
  height: 100%;
  transition: opacity 0.2s;
  transition-delay: 0;
}
.lazy-img.loaded {
  opacity: 1;
}

.lazy-loading-intersection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  pointer-events: none;
}

.block-cards {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-cards {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-cards {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-cards .block__inner {
  display: flex;
  gap: var(--global-unit);
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-cards .block__inner {
    gap: var(--global-unit);
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
  padding-left: calc(2 * (var(--global-unit)));
  padding-right: calc(2 * (var(--global-unit)));
  background-size: cover;
  flex-basis: 0;
  min-width: calc(33.333% - calc(0.6666666667 * (var(--global-unit))));
  position: relative;
}
@media screen and (max-width: 900px) {
  .card {
    min-width: 100%;
  }
}
.card__header {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .card__header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .card__header {
    font-size: 10.8px;
  }
}
.card__image {
  width: 100%;
  margin: 0;
}
.card__image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card__title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 32px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1600px) {
  .card__title {
    font-size: 35.2px;
  }
}
@media screen and (max-width: 900px) {
  .card__title {
    font-size: 28.8px;
  }
}
.card__content {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: initial;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .card__content {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .card__content {
    font-size: 14.4px;
  }
}
.card > .button-container {
  margin-top: 0;
}
.card__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  border-color: black;
  box-shadow: inset 0px 0px 0px 1px currentColor;
}
@media screen and (min-width: 1600px) {
  .card__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .card__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .card__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .card__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .card__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .card__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.block-quick-links {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-top: 12px;
  padding-bottom: calc(4 * (var(--global-unit)));
  row-gap: calc(0.5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-quick-links {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-quick-links {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-quick-links .quick-link {
  grid-column: 5/span 8;
  border-top: 1px solid black;
  padding: calc(0.5 * (var(--global-unit))) 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link {
    grid-column: 1/span 4;
  }
}
.block-quick-links .quick-link:last-child {
  padding-bottom: calc(0.5 * (var(--global-unit)));
  border-bottom: 1px solid black;
}
.block-quick-links .quick-link__uncheck {
  display: block;
  min-width: 30px;
  margin-right: 12px;
}
.block-quick-links .quick-link__check {
  display: none;
  min-width: 30px;
  margin-right: 12px;
}
.block-quick-links .quick-link__arrow {
  display: block;
  min-width: 14px;
  margin-left: -6px;
  transition-property: transform;
  transition-duration: 0.2s;
  transform: rotate(-30deg);
}
.block-quick-links .quick-link__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}
.block-quick-links .quick-link__text {
  flex-grow: 1;
}
.block-quick-links .quick-link__button {
  width: 8em;
  min-width: 8em;
  min-width: 120px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links a.quick-link:focus {
    color: #59756F;
  }
  html.tab-navigating .block-quick-links a.quick-link:focus .quick-link__uncheck {
    display: none;
  }
  html.tab-navigating .block-quick-links a.quick-link:focus .quick-link__check {
    display: block;
  }
  html.tab-navigating .block-quick-links a.quick-link:focus .quick-link__arrow {
    transform: rotate(0);
  }
  .block-quick-links a.quick-link:hover {
    color: #59756F;
  }
  .block-quick-links a.quick-link:hover .quick-link__uncheck {
    display: none;
  }
  .block-quick-links a.quick-link:hover .quick-link__check {
    display: block;
  }
  .block-quick-links a.quick-link:hover .quick-link__arrow {
    transform: rotate(0);
  }
}

.bg-neutral700 .quick-link,
.page-section.bg-neutral700 .quick-link {
  border-top-color: white;
}
.bg-neutral700 .quick-link:last-child,
.page-section.bg-neutral700 .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 a.quick-link:focus,
  html.tab-navigating .page-section.bg-neutral700 a.quick-link:focus {
    color: #BC995D;
  }
  .bg-neutral700 a.quick-link:hover,
  .page-section.bg-neutral700 a.quick-link:hover {
    color: #BC995D;
  }
}

.bg-dark .quick-link,
.page-section.bg-dark .quick-link {
  border-top-color: white;
}
.bg-dark .quick-link:last-child,
.page-section.bg-dark .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark a.quick-link:focus,
  html.tab-navigating .page-section.bg-dark a.quick-link:focus {
    color: #BC995D;
  }
  .bg-dark a.quick-link:hover,
  .page-section.bg-dark a.quick-link:hover {
    color: #BC995D;
  }
}

.bg-green .quick-link,
.page-section.bg-green .quick-link {
  border-top-color: white;
}
.bg-green .quick-link:last-child,
.page-section.bg-green .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green a.quick-link:focus,
  html.tab-navigating .page-section.bg-green a.quick-link:focus {
    color: #BC995D;
  }
  .bg-green a.quick-link:hover,
  .page-section.bg-green a.quick-link:hover {
    color: #BC995D;
  }
}

.bg-dark-green .quick-link,
.page-section.bg-dark-green .quick-link {
  border-top-color: white;
}
.bg-dark-green .quick-link:last-child,
.page-section.bg-dark-green .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green a.quick-link:focus,
  html.tab-navigating .page-section.bg-dark-green a.quick-link:focus {
    color: #BC995D;
  }
  .bg-dark-green a.quick-link:hover,
  .page-section.bg-dark-green a.quick-link:hover {
    color: #BC995D;
  }
}

.bg-black .quick-link,
.page-section.bg-black .quick-link {
  border-top-color: white;
}
.bg-black .quick-link:last-child,
.page-section.bg-black .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black a.quick-link:focus,
  html.tab-navigating .page-section.bg-black a.quick-link:focus {
    color: #BC995D;
  }
  .bg-black a.quick-link:hover,
  .page-section.bg-black a.quick-link:hover {
    color: #BC995D;
  }
}

.bg-dark-brown .quick-link,
.page-section.bg-dark-brown .quick-link {
  border-top-color: white;
}
.bg-dark-brown .quick-link:last-child,
.page-section.bg-dark-brown .quick-link:last-child {
  border-bottom-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown a.quick-link:focus,
  html.tab-navigating .page-section.bg-dark-brown a.quick-link:focus {
    color: #BC995D;
  }
  .bg-dark-brown a.quick-link:hover,
  .page-section.bg-dark-brown a.quick-link:hover {
    color: #BC995D;
  }
}

.block-big-links {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  display: flex;
  gap: var(--global-unit);
  row-gap: var(--global-unit);
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-big-links {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-big-links {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-big-links .big-link {
  min-width: calc(50% - calc(2 * (var(--global-unit))));
}
.block-big-links.col-3 .big-link {
  min-width: calc(33.3333333333% - calc(2.6666666667 * (var(--global-unit))));
}
.block-big-links.col-2 .big-link {
  min-width: calc(50% - calc(2 * (var(--global-unit))));
}
@media screen and (max-width: 900px) {
  .block-big-links {
    flex-direction: column;
    gap: calc(2 * (var(--global-unit)));
    row-gap: calc(2 * (var(--global-unit)));
  }
  .block-big-links .big-link {
    min-height: auto;
    padding-top: calc(4 * (var(--global-unit)));
  }
  .block-big-links .big-link__inner {
    width: calc(20 * (var(--global-unit)));
  }
}

.big-link {
  position: relative;
  min-height: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: calc(2 * (var(--global-unit)));
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (max-width: 900px) {
  .big-link {
    aspect-ratio: auto;
  }
}
.big-link__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 100px black, inset 0px 0px 100px black;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-duration: 0.6s;
}
.big-link__title {
  position: relative;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
  margin: 0;
  text-align: center;
  filter: drop-shadow(0px 0px 64px black);
}
@media screen and (max-width: 370px) {
  .big-link__title {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__title {
    font-size: calc(4.2264150943px + 6.641509434vw);
  }
}
@media screen and (min-width: 901px) {
  .big-link__title {
    font-size: calc(-6.4px + 5.3333333333vw);
  }
}
@media screen and (min-width: 1200px) {
  .big-link__title {
    font-size: calc(19.2px + 3.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .big-link__title {
    font-size: 70.4px;
  }
}
.big-link__text {
  position: relative;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 22px;
  margin-top: calc(2 * (var(--global-unit)));
  text-align: center;
  filter: drop-shadow(0px 0px 64px black);
}
@media screen and (min-width: 1600px) {
  .big-link__text {
    font-size: 24.2px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__text {
    font-size: 19.8px;
  }
}
.big-link__button {
  position: relative;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  margin-top: calc(2 * (var(--global-unit)));
  filter: drop-shadow(0px 0px 64px black);
}
@media screen and (min-width: 1600px) {
  .big-link__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__button {
    font-size: 10.8px;
  }
}

a.big-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 244, 242, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link:focus::before {
    content: "";
    background-color: rgba(245, 244, 242, 0.2);
  }
  a.big-link:hover::before {
    content: "";
    background-color: rgba(245, 244, 242, 0.2);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link:focus .big-link__background {
    transform: scale(1.1);
  }
  a.big-link:hover .big-link__background {
    transform: scale(1.1);
  }
}

.block-subheading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(0.5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-subheading {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-subheading {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-subheading {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-subheading h3 {
  grid-column: span 8;
  max-width: 38em;
}
@media screen and (max-width: 900px) {
  .block-subheading h3 {
    grid-column: span 4;
  }
}

.block-lead {
  display: flex;
  gap: var(--global-unit);
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .block-lead {
    flex-direction: column;
    gap: 0;
  }
}
.block-lead__image {
  width: 100%;
  aspect-ratio: 3/4;
  height: auto;
}
.block-lead__image-wrapper {
  width: calc(4 * (var(--column-width-percent)) + calc(3 * (var(--global-unit))) + 1 * (var(--main-margin)));
}
@media screen and (max-width: 900px) {
  .block-lead__image-wrapper {
    margin: 0 calc(0 * (var(--column-width-percent)) + calc(0 * (var(--global-unit))) + 1 * (var(--main-margin)));
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  .block-lead__image-wrapper {
    margin-left: calc(0 * (var(--column-width-percent)) + calc(0 * (var(--global-unit))) + 1 * (var(--main-margin)));
    width: calc(4 * (var(--column-width-percent)) + calc(3 * (var(--global-unit))) + 0 * (var(--main-margin)));
  }
}
.block-lead__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-lead__lead {
  width: calc(8 * (var(--column-width-percent)) + calc(7 * (var(--global-unit))) + 0 * (var(--main-margin)));
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: calc(2.667 * (var(--global-unit))) 0;
}
@media screen and (max-width: 900px) {
  .block-lead__lead {
    margin: 0;
    padding: 36px;
    width: 100%;
    height: auto;
  }
}

.block-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-top: var(--global-unit);
  padding-bottom: calc(5 * (var(--global-unit)));
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
  max-width: 1504px;
  /* WCAG AAA */
  /* lists */
  /* WP Editor inline images */
}
@media screen and (max-width: 900px) {
  .block-text {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-text {
    margin: 0 auto;
    width: 1504px;
  }
}
@media screen and (min-width: 1600px) {
  .block-text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 16.2px;
  }
}
.block-text__inner {
  grid-column: 1/span 12;
}
@media screen and (max-width: 900px) {
  .block-text__inner {
    grid-column: 1/span 4;
  }
}
.block-text h2 {
  margin-top: calc(2 * (var(--global-unit)));
  margin-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-text h2 {
    margin-top: calc(2 * (var(--global-unit)));
  }
}
@media screen and (max-width: 900px) {
  .block-text h2 {
    margin-bottom: calc(2 * (var(--global-unit)));
  }
}
.block-text h3 {
  margin-top: calc(2 * (var(--global-unit)));
  margin-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-text h3 {
    margin-top: calc(2 * (var(--global-unit)));
  }
}
@media screen and (max-width: 900px) {
  .block-text h3 {
    margin-bottom: calc(2 * (var(--global-unit)));
  }
}
.block-text h4, .block-text h5, .block-text h6 {
  margin: var(--global-unit) 0;
  font-weight: 700;
}
.block-text p {
  max-width: 50em;
  margin-bottom: 1.5em;
}
.block-text .lead {
  margin-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-text .lead {
    margin-bottom: calc(2 * (var(--global-unit)));
  }
}
.block-text p, .block-text .lead, .block-text ul, .block-text ol, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6 {
  max-width: 38em;
}
.block-text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.block-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-text a {
  font-family: inherit;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}
.block-text li p {
  margin-bottom: 0;
}
.block-text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1.5em;
  margin-top: 1em;
  margin-left: 0.5em;
}
.block-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.block-text ul ul,
.block-text ol ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25em;
  margin-left: 0;
}
.block-text ol ol,
.block-text ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.block-text ol {
  list-style: none;
  counter-reset: li;
}
.block-text ol > li::before {
  content: counter(li) ". ";
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
}
.block-text ol li {
  counter-increment: li;
}
.block-text ol ol {
  list-style: none;
  counter-reset: li;
  padding-left: 1.25em;
}
.block-text ol ol ol li {
  margin-left: 1em;
}
.block-text ol ol li:before {
  content: counters(li, ".") ". ";
}
.block-text li > ul,
.block-text li > ol {
  margin-top: 0;
  margin-bottom: 0;
}
.block-text img,
.block-text img[class*=align],
.block-text img[class*=wp-image-],
.block-text img.size-full {
  display: block;
  width: 100%;
  height: auto;
}
.block-text figure,
.block-text .wp-caption {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.block-text .wp-caption-text {
  margin-top: 0.75em;
}
.block-text iframe {
  width: 100%;
  height: 56.25%;
}
.block-text .iframe-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.block-text .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bg-menu .block-text a,
.page-section.bg-menu .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .block-text a:focus,
  html.tab-navigating .page-section.bg-menu .block-text a:focus {
    color: #59756F;
  }
  .bg-menu .block-text a:hover,
  .page-section.bg-menu .block-text a:hover {
    color: #59756F;
  }
}

.bg-footer .block-text a,
.page-section.bg-footer .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .block-text a:focus,
  html.tab-navigating .page-section.bg-footer .block-text a:focus {
    color: #59756F;
  }
  .bg-footer .block-text a:hover,
  .page-section.bg-footer .block-text a:hover {
    color: #59756F;
  }
}

.bg-neutral200 .block-text a,
.page-section.bg-neutral200 .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .block-text a:focus,
  html.tab-navigating .page-section.bg-neutral200 .block-text a:focus {
    color: #59756F;
  }
  .bg-neutral200 .block-text a:hover,
  .page-section.bg-neutral200 .block-text a:hover {
    color: #59756F;
  }
}

.bg-light .block-text a,
.page-section.bg-light .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .block-text a:focus,
  html.tab-navigating .page-section.bg-light .block-text a:focus {
    color: #59756F;
  }
  .bg-light .block-text a:hover,
  .page-section.bg-light .block-text a:hover {
    color: #59756F;
  }
}

.bg-grey .block-text a,
.page-section.bg-grey .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .block-text a:focus,
  html.tab-navigating .page-section.bg-grey .block-text a:focus {
    color: #59756F;
  }
  .bg-grey .block-text a:hover,
  .page-section.bg-grey .block-text a:hover {
    color: #59756F;
  }
}

.bg-white .block-text a,
.page-section.bg-white .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .block-text a:focus,
  html.tab-navigating .page-section.bg-white .block-text a:focus {
    color: #59756F;
  }
  .bg-white .block-text a:hover,
  .page-section.bg-white .block-text a:hover {
    color: #59756F;
  }
}

.bg-light-green .block-text a,
.page-section.bg-light-green .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .block-text a:focus,
  html.tab-navigating .page-section.bg-light-green .block-text a:focus {
    color: #59756F;
  }
  .bg-light-green .block-text a:hover,
  .page-section.bg-light-green .block-text a:hover {
    color: #59756F;
  }
}

.bg-violet .block-text a,
.page-section.bg-violet .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .block-text a:focus,
  html.tab-navigating .page-section.bg-violet .block-text a:focus {
    color: #59756F;
  }
  .bg-violet .block-text a:hover,
  .page-section.bg-violet .block-text a:hover {
    color: #59756F;
  }
}

.bg-lilac .block-text a,
.page-section.bg-lilac .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .block-text a:focus,
  html.tab-navigating .page-section.bg-lilac .block-text a:focus {
    color: #59756F;
  }
  .bg-lilac .block-text a:hover,
  .page-section.bg-lilac .block-text a:hover {
    color: #59756F;
  }
}

.bg-gold .block-text a,
.page-section.bg-gold .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .block-text a:focus,
  html.tab-navigating .page-section.bg-gold .block-text a:focus {
    color: #59756F;
  }
  .bg-gold .block-text a:hover,
  .page-section.bg-gold .block-text a:hover {
    color: #59756F;
  }
}

.bg-dark-beige .block-text a,
.page-section.bg-dark-beige .block-text a {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-beige .block-text a:focus {
    color: #59756F;
  }
  .bg-dark-beige .block-text a:hover,
  .page-section.bg-dark-beige .block-text a:hover {
    color: #59756F;
  }
}

.bg-neutral700 .block-text a,
.page-section.bg-neutral700 .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-text a:focus,
  html.tab-navigating .page-section.bg-neutral700 .block-text a:focus {
    color: #BC995D;
  }
  .bg-neutral700 .block-text a:hover,
  .page-section.bg-neutral700 .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark .block-text a,
.page-section.bg-dark .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-text a:focus,
  html.tab-navigating .page-section.bg-dark .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark .block-text a:hover,
  .page-section.bg-dark .block-text a:hover {
    color: #BC995D;
  }
}

.bg-green .block-text a,
.page-section.bg-green .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-text a:focus,
  html.tab-navigating .page-section.bg-green .block-text a:focus {
    color: #BC995D;
  }
  .bg-green .block-text a:hover,
  .page-section.bg-green .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark-green .block-text a,
.page-section.bg-dark-green .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-green .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark-green .block-text a:hover,
  .page-section.bg-dark-green .block-text a:hover {
    color: #BC995D;
  }
}

.bg-black .block-text a,
.page-section.bg-black .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-text a:focus,
  html.tab-navigating .page-section.bg-black .block-text a:focus {
    color: #BC995D;
  }
  .bg-black .block-text a:hover,
  .page-section.bg-black .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark-brown .block-text a,
.page-section.bg-dark-brown .block-text a {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-brown .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark-brown .block-text a:hover,
  .page-section.bg-dark-brown .block-text a:hover {
    color: #BC995D;
  }
}

.block-cta {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .block-cta {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-cta {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-cta.block {
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-cta.block {
    padding-top: var(--global-unit);
    padding-bottom: var(--global-unit);
  }
}
.block-cta__title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
  text-align: center;
}
@media screen and (max-width: 370px) {
  .block-cta__title {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__title {
    font-size: calc(4.2264150943px + 6.641509434vw);
  }
}
@media screen and (min-width: 901px) {
  .block-cta__title {
    font-size: calc(-6.4px + 5.3333333333vw);
  }
}
@media screen and (min-width: 1200px) {
  .block-cta__title {
    font-size: calc(19.2px + 3.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-cta__title {
    font-size: 70.4px;
  }
}
.block-cta__text {
  flex-grow: 1;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 22px;
  max-width: 38em;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .block-cta__text {
    font-size: 24.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__text {
    font-size: 19.8px;
  }
}
.block-cta__button {
  text-align: center;
}
.block-cta__button--transcription {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  border-color: black;
  box-shadow: inset 0px 0px 0px 1px currentColor;
}
@media screen and (min-width: 1600px) {
  .block-cta__button--transcription {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__button--transcription {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button--transcription:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cta__button--transcription:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button--transcription:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cta__button--transcription:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cta__button--transcription:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .block-cta__button--transcription:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}

.block-cta.block {
  padding-top: calc(2 * (var(--global-unit)));
}

.block-cta.block {
  padding-bottom: calc(2 * (var(--global-unit)));
}

@media screen and (max-width: 900px) {
  .block-cta.block {
    padding-top: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-cta.block {
    padding-bottom: var(--global-unit);
  }
}
.bg-neutral700 .block-cta__button,
.page-section.bg-neutral700 .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-neutral700 .block-cta__button,
  .page-section.bg-neutral700 .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-neutral700 .block-cta__button,
  .page-section.bg-neutral700 .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-cta__button:focus,
  html.tab-navigating .page-section.bg-neutral700 .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral700 .block-cta__button:hover,
  .page-section.bg-neutral700 .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-cta__button:focus,
  html.tab-navigating .page-section.bg-neutral700 .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral700 .block-cta__button:hover,
  .page-section.bg-neutral700 .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-dark .block-cta__button,
.page-section.bg-dark .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-dark .block-cta__button,
  .page-section.bg-dark .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-dark .block-cta__button,
  .page-section.bg-dark .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark .block-cta__button:hover,
  .page-section.bg-dark .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark .block-cta__button:hover,
  .page-section.bg-dark .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-green .block-cta__button,
.page-section.bg-green .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-green .block-cta__button,
  .page-section.bg-green .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-green .block-cta__button,
  .page-section.bg-green .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-green .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-green .block-cta__button:hover,
  .page-section.bg-green .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-green .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-green .block-cta__button:hover,
  .page-section.bg-green .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-dark-green .block-cta__button,
.page-section.bg-dark-green .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-dark-green .block-cta__button,
  .page-section.bg-dark-green .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-dark-green .block-cta__button,
  .page-section.bg-dark-green .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-green .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-green .block-cta__button:hover,
  .page-section.bg-dark-green .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-green .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-green .block-cta__button:hover,
  .page-section.bg-dark-green .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-black .block-cta__button,
.page-section.bg-black .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-black .block-cta__button,
  .page-section.bg-black .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-black .block-cta__button,
  .page-section.bg-black .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-cta__button:focus,
  html.tab-navigating .page-section.bg-black .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-black .block-cta__button:hover,
  .page-section.bg-black .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-cta__button:focus,
  html.tab-navigating .page-section.bg-black .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-black .block-cta__button:hover,
  .page-section.bg-black .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-dark-brown .block-cta__button,
.page-section.bg-dark-brown .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-dark-brown .block-cta__button,
  .page-section.bg-dark-brown .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-dark-brown .block-cta__button,
  .page-section.bg-dark-brown .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-brown .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-brown .block-cta__button:hover,
  .page-section.bg-dark-brown .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-brown .block-cta__button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-brown .block-cta__button:hover,
  .page-section.bg-dark-brown .block-cta__button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-menu .block-cta__button,
.page-section.bg-menu .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-menu .block-cta__button,
  .page-section.bg-menu .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-menu .block-cta__button,
  .page-section.bg-menu .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .block-cta__button:focus,
  html.tab-navigating .page-section.bg-menu .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-menu .block-cta__button:hover,
  .page-section.bg-menu .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .block-cta__button:focus,
  html.tab-navigating .page-section.bg-menu .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-menu .block-cta__button:hover,
  .page-section.bg-menu .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-footer .block-cta__button,
.page-section.bg-footer .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-footer .block-cta__button,
  .page-section.bg-footer .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-footer .block-cta__button,
  .page-section.bg-footer .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .block-cta__button:focus,
  html.tab-navigating .page-section.bg-footer .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-footer .block-cta__button:hover,
  .page-section.bg-footer .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .block-cta__button:focus,
  html.tab-navigating .page-section.bg-footer .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-footer .block-cta__button:hover,
  .page-section.bg-footer .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-neutral200 .block-cta__button,
.page-section.bg-neutral200 .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-neutral200 .block-cta__button,
  .page-section.bg-neutral200 .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-neutral200 .block-cta__button,
  .page-section.bg-neutral200 .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .block-cta__button:focus,
  html.tab-navigating .page-section.bg-neutral200 .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral200 .block-cta__button:hover,
  .page-section.bg-neutral200 .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .block-cta__button:focus,
  html.tab-navigating .page-section.bg-neutral200 .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral200 .block-cta__button:hover,
  .page-section.bg-neutral200 .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-light .block-cta__button,
.page-section.bg-light .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-light .block-cta__button,
  .page-section.bg-light .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-light .block-cta__button,
  .page-section.bg-light .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .block-cta__button:focus,
  html.tab-navigating .page-section.bg-light .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-light .block-cta__button:hover,
  .page-section.bg-light .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .block-cta__button:focus,
  html.tab-navigating .page-section.bg-light .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-light .block-cta__button:hover,
  .page-section.bg-light .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-grey .block-cta__button,
.page-section.bg-grey .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-grey .block-cta__button,
  .page-section.bg-grey .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-grey .block-cta__button,
  .page-section.bg-grey .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .block-cta__button:focus,
  html.tab-navigating .page-section.bg-grey .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-grey .block-cta__button:hover,
  .page-section.bg-grey .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .block-cta__button:focus,
  html.tab-navigating .page-section.bg-grey .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-grey .block-cta__button:hover,
  .page-section.bg-grey .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-white .block-cta__button,
.page-section.bg-white .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-white .block-cta__button,
  .page-section.bg-white .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-white .block-cta__button,
  .page-section.bg-white .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .block-cta__button:focus,
  html.tab-navigating .page-section.bg-white .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-white .block-cta__button:hover,
  .page-section.bg-white .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .block-cta__button:focus,
  html.tab-navigating .page-section.bg-white .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-white .block-cta__button:hover,
  .page-section.bg-white .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-light-green .block-cta__button,
.page-section.bg-light-green .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-light-green .block-cta__button,
  .page-section.bg-light-green .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-light-green .block-cta__button,
  .page-section.bg-light-green .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-light-green .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-light-green .block-cta__button:hover,
  .page-section.bg-light-green .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .block-cta__button:focus,
  html.tab-navigating .page-section.bg-light-green .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-light-green .block-cta__button:hover,
  .page-section.bg-light-green .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-violet .block-cta__button,
.page-section.bg-violet .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-violet .block-cta__button,
  .page-section.bg-violet .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-violet .block-cta__button,
  .page-section.bg-violet .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .block-cta__button:focus,
  html.tab-navigating .page-section.bg-violet .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-violet .block-cta__button:hover,
  .page-section.bg-violet .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .block-cta__button:focus,
  html.tab-navigating .page-section.bg-violet .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-violet .block-cta__button:hover,
  .page-section.bg-violet .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-lilac .block-cta__button,
.page-section.bg-lilac .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-lilac .block-cta__button,
  .page-section.bg-lilac .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-lilac .block-cta__button,
  .page-section.bg-lilac .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .block-cta__button:focus,
  html.tab-navigating .page-section.bg-lilac .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-lilac .block-cta__button:hover,
  .page-section.bg-lilac .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .block-cta__button:focus,
  html.tab-navigating .page-section.bg-lilac .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-lilac .block-cta__button:hover,
  .page-section.bg-lilac .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-gold .block-cta__button,
.page-section.bg-gold .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-gold .block-cta__button,
  .page-section.bg-gold .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-gold .block-cta__button,
  .page-section.bg-gold .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .block-cta__button:focus,
  html.tab-navigating .page-section.bg-gold .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-gold .block-cta__button:hover,
  .page-section.bg-gold .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .block-cta__button:focus,
  html.tab-navigating .page-section.bg-gold .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-gold .block-cta__button:hover,
  .page-section.bg-gold .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.bg-dark-beige .block-cta__button,
.page-section.bg-dark-beige .block-cta__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .bg-dark-beige .block-cta__button,
  .page-section.bg-dark-beige .block-cta__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .bg-dark-beige .block-cta__button,
  .page-section.bg-dark-beige .block-cta__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-beige .block-cta__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-beige .block-cta__button:hover,
  .page-section.bg-dark-beige .block-cta__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .block-cta__button:focus,
  html.tab-navigating .page-section.bg-dark-beige .block-cta__button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-beige .block-cta__button:hover,
  .page-section.bg-dark-beige .block-cta__button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.block-image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
}
@media screen and (max-width: 900px) {
  .block-image {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-image {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-image {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-image.block {
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
}
.block-image__image {
  grid-column: 1/span 7;
}
.block-image__image img {
  width: 100%;
  height: auto;
}
.block-image__texts {
  grid-column: 8/span 5;
}
.block-image__caption, .block-image__credits {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .block-image__caption, .block-image__credits {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__caption, .block-image__credits {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-image .image-container,
  .block-image .image-container--wide,
  .block-image .block-image__texts {
    grid-column: 1/-1;
  }
  .block-image .image-container,
  .block-image .image-container--wide {
    max-height: get-image-container-max-height(4);
  }
}

.block-highlight {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-top: calc(5 * (var(--global-unit)));
  padding-bottom: calc(5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-highlight {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-highlight {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-highlight {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-highlight__text {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  grid-column: 1/span 12;
}
@media screen and (max-width: 370px) {
  .block-highlight__text {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .block-highlight__text {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .block-highlight__text {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-highlight__text {
    font-size: 79.2px;
  }
}
.block-highlight__text p {
  max-width: 38em;
}
@media screen and (max-width: 900px) {
  .block-highlight__text {
    grid-column: 1/span 4;
  }
}
.block-highlight__footer {
  text-align: right;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
  max-width: 60em;
  margin-top: calc(1.5 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .block-highlight__footer {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__footer {
    font-size: 12.6px;
  }
}

.block-audio {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
}
@media screen and (max-width: 900px) {
  .block-audio {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-audio {
    margin: 0 auto;
    width: 1504px;
  }
}

.block-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--global-unit);
  padding-top: var(--global-unit);
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .block-gallery {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-gallery {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-gallery {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-gallery .gallery-item {
  display: block;
  position: relative;
  flex: 1;
  color: white;
  cursor: pointer;
  overflow: hidden;
}
.block-gallery .gallery-item__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-property: transform;
  transition-duration: 0.2s;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item:focus .gallery-item__background {
    transform: scale(1.1);
  }
  .block-gallery .gallery-item:hover .gallery-item__background {
    transform: scale(1.1);
  }
}
.block-gallery .gallery-item-picture .gallery-item__background, .block-gallery .gallery-item-video .gallery-item__background {
  box-shadow: inset 0px 0px 100px black;
}
.block-gallery .gallery-item-picture .gallery-item__button, .block-gallery .gallery-item-video .gallery-item__button {
  filter: drop-shadow(0 0 8px black);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item-picture:focus .gallery-item__button, html.tab-navigating .block-gallery .gallery-item-video:focus .gallery-item__button {
    color: #BC995D;
  }
  .block-gallery .gallery-item-picture:hover .gallery-item__button, .block-gallery .gallery-item-video:hover .gallery-item__button {
    color: #BC995D;
  }
}
.block-gallery .gallery-item-audio {
  background-color: #59756F;
}
.block-gallery .gallery-item-audio svg {
  transform: translateX(10%);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item-audio:focus .gallery-item__button {
    color: #BC995D;
  }
  .block-gallery .gallery-item-audio:hover .gallery-item__button {
    color: #BC995D;
  }
}
.block-gallery .gallery-item__button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
  position: absolute;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  padding: 11.5px;
  border: 0;
  pointer-events: none;
  border-radius: 50%;
}
@media screen and (min-width: 1600px) {
  .block-gallery .gallery-item__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item__button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-gallery .gallery-item__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item__button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-gallery .gallery-item__button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.block-gallery .gallery-item__description {
  position: absolute;
  left: var(--global-unit);
  bottom: var(--global-unit);
  height: 17px;
  pointer-events: none;
}
.block-gallery .gallery-item__description > svg {
  width: 19px;
  height: 9px;
  display: inline-block;
}
.block-gallery .gallery-item__duration {
  margin-left: calc(0.1667 * (var(--global-unit)));
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
  color: white;
}
@media screen and (min-width: 1600px) {
  .block-gallery .gallery-item__duration {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item__duration {
    font-size: 12.6px;
  }
}
.block-gallery--layout-square > .gallery-item {
  min-width: calc(25% - calc(0.75 * (var(--global-unit))));
  min-height: calc(2.5 * (var(--column-width)) + calc(1.5 * (var(--global-unit))));
  aspect-ratio: 1;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square > .gallery-item {
    min-width: calc(50% - calc(0.5 * (var(--global-unit))));
    min-height: auto;
  }
}
.block-gallery--layout-landscape > .gallery-item {
  min-width: calc(50% - calc(0.5 * (var(--global-unit))));
  min-height: calc(3.75 * (var(--column-width)) + calc(3 * (var(--global-unit))));
  aspect-ratio: 1.333;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-landscape > .gallery-item {
    min-width: 100%;
    min-height: auto;
  }
}
.block-gallery--layout-portrait > .gallery-item {
  min-width: calc(33% - calc(0.6667 * (var(--global-unit))));
  min-height: calc(4.4444 * (var(--column-width)) + calc(3.1111 * (var(--global-unit))));
  aspect-ratio: 0.75;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-portrait > .gallery-item {
    min-width: 100%;
    min-height: auto;
  }
}
.block-gallery--layout-square.with-tail .gallery-item:last-of-type, .block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
  aspect-ratio: unset;
  height: calc(6 * (var(--column-width)));
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square.with-tail .gallery-item:last-of-type, .block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
    height: auto;
  }
}
.block-gallery__popup {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 100;
  transition-property: visibility, opacity;
  transition-duration: 0.2s;
}
.block-gallery__popup.popup--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) .video-player {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.next .video-player__button,
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.prev .video-player__button {
  visibility: hidden !important;
}
.block-gallery__popup.popup--open .block-slider__navigation__btn-left, .block-gallery__popup.popup--open .block-slider__navigation__btn-right {
  pointer-events: all;
}
.block-gallery__popup .block-slider {
  height: 100%;
}
.block-gallery__popup .block-slider__slides:after {
  content: none;
}
.block-gallery__popup .block-slider .slider-component {
  height: 100%;
}
.block-gallery__popup .block-slider .slider-component .slide-content {
  padding: 0;
  gap: calc(2 * (var(--global-unit)));
}
.block-gallery__popup .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .slide-content::before {
  content: none;
}
.block-gallery__popup .block-slider .slider-component .slide-content .video-player {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image {
  position: relative;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-gallery__popup .block-slider__navigation__btn-left, .block-gallery__popup .block-slider__navigation__btn-right {
  pointer-events: none;
}
.block-gallery__popup__closer {
  position: absolute;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  right: var(--global-unit);
  top: var(--global-unit);
  border: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  .block-gallery__popup__closer {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery__popup__closer {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery__popup__closer:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-gallery__popup__closer:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery__popup__closer:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-gallery__popup__closer:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery__popup__closer {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.block-gallery__popup__closer > span {
  position: absolute;
  width: calc(1.3333 * 24px);
  height: 1px;
  left: calc(50% - 16px);
  top: calc(50% - 1px);
  background-color: black;
  transform: scale(1, 1) rotate(135deg);
  transition-property: background-color;
  transition-duration: 0.2s;
}
.block-gallery__popup__closer > span:first-child {
  transform: scale(1, 1) rotate(45deg);
}

.block-cards__column1 {
  height: calc(4 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-cards__column1 {
    display: none;
  }
}
.block-cards__column2 {
  height: calc(9 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-cards__column2 {
    display: none;
  }
}
.block-cards .card {
  gap: var(--global-unit);
}
.block-cards .card__header {
  border-bottom: 1px solid currentColor;
  padding-bottom: calc(0.25 * (var(--global-unit)));
}
.block-cards .card__content {
  margin-top: calc(-0.5 * (var(--global-unit)));
}
.block-cards .card__image img {
  height: auto;
  object-fit: unset;
}

a.card {
  transition-property: background-color, transform;
  transition-duration: 0.2s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.card:focus {
    background: rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
  }
  a.card:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
  }
}

.bg-neutral700 a.card,
.page-section.bg-neutral700 a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 a.card:focus,
  html.tab-navigating .page-section.bg-neutral700 a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-neutral700 a.card:hover,
  .page-section.bg-neutral700 a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.bg-dark a.card,
.page-section.bg-dark a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark a.card:focus,
  html.tab-navigating .page-section.bg-dark a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-dark a.card:hover,
  .page-section.bg-dark a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.bg-green a.card,
.page-section.bg-green a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green a.card:focus,
  html.tab-navigating .page-section.bg-green a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-green a.card:hover,
  .page-section.bg-green a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.bg-dark-green a.card,
.page-section.bg-dark-green a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green a.card:focus,
  html.tab-navigating .page-section.bg-dark-green a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-dark-green a.card:hover,
  .page-section.bg-dark-green a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.bg-black a.card,
.page-section.bg-black a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black a.card:focus,
  html.tab-navigating .page-section.bg-black a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-black a.card:hover,
  .page-section.bg-black a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.bg-dark-brown a.card,
.page-section.bg-dark-brown a.card {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown a.card:focus,
  html.tab-navigating .page-section.bg-dark-brown a.card:focus {
    background: rgba(255, 255, 255, 0.2);
  }
  .bg-dark-brown a.card:hover,
  .page-section.bg-dark-brown a.card:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.block-big-links {
  max-width: unset;
  margin: 0;
  gap: 0;
  row-gap: 0;
}
@media screen and (min-width: 1600px) {
  .block-big-links {
    margin: 0 auto;
    width: 100%;
  }
}
.block-big-links .big-link {
  min-width: calc(50% - calc(2 * (var(--global-unit))));
  min-height: 300px;
  height: 50vw;
  max-height: 85vh;
  padding: calc(1.5 * (var(--global-unit)));
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1600px) {
  .block-big-links .big-link {
    min-height: 500px;
  }
}
.block-big-links .big-link__background {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  filter: unset;
  box-shadow: unset;
}
.block-big-links .big-link__background.link-image--contain {
  position: relative;
  background-size: contain;
}
.block-big-links .big-link__title {
  width: 100%;
  text-align: left;
  text-transform: none;
  filter: unset;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link {
    padding: calc(2.667 * (var(--global-unit)));
    min-height: 70vw;
  }
}
@media screen and (min-width: 901px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) {
    flex-basis: 33.3333333333%;
    min-width: 33.3333333333%;
    max-height: 33.3333333333vw;
  }
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-family: "Satoshi-Variable", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    text-transform: none;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 901px) and (max-width: 370px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-size: calc(3.1698113208px + 4.9811320755vw);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-size: calc(-4.8px + 4vw);
  }
}
@media screen and (min-width: 901px) and (min-width: 1200px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 901px) and (min-width: 1600px) {
  .block-big-links.alternate-layout .big-link:nth-last-child(-n+3) .big-link__title {
    font-size: 52.8px;
  }
}
.block-big-links.alternate-layout.single .big-link {
  max-height: 85vh;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-big-links a.big-link:focus .big-link__background {
    transform: scale(1.1);
  }
  .block-big-links a.big-link:hover .big-link__background {
    transform: scale(1.1);
  }
}

.block-big-links .bg-menu .big-link__title,
.block-big-links .big-link.bg-menu .big-link__title {
  color: black;
}
.block-big-links .bg-footer .big-link__title,
.block-big-links .big-link.bg-footer .big-link__title {
  color: black;
}
.block-big-links .bg-neutral200 .big-link__title,
.block-big-links .big-link.bg-neutral200 .big-link__title {
  color: black;
}
.block-big-links .bg-light .big-link__title,
.block-big-links .big-link.bg-light .big-link__title {
  color: black;
}
.block-big-links .bg-grey .big-link__title,
.block-big-links .big-link.bg-grey .big-link__title {
  color: black;
}
.block-big-links .bg-white .big-link__title,
.block-big-links .big-link.bg-white .big-link__title {
  color: black;
}
.block-big-links .bg-light-green .big-link__title,
.block-big-links .big-link.bg-light-green .big-link__title {
  color: black;
}
.block-big-links .bg-violet .big-link__title,
.block-big-links .big-link.bg-violet .big-link__title {
  color: black;
}
.block-big-links .bg-lilac .big-link__title,
.block-big-links .big-link.bg-lilac .big-link__title {
  color: black;
}
.block-big-links .bg-gold .big-link__title,
.block-big-links .big-link.bg-gold .big-link__title {
  color: black;
}
.block-big-links .bg-dark-beige .big-link__title,
.block-big-links .big-link.bg-dark-beige .big-link__title {
  color: black;
}
.block-big-links .bg-neutral700 .big-link__title,
.block-big-links .big-link.bg-neutral700 .big-link__title {
  color: white;
}
.block-big-links .bg-dark .big-link__title,
.block-big-links .big-link.bg-dark .big-link__title {
  color: white;
}
.block-big-links .bg-green .big-link__title,
.block-big-links .big-link.bg-green .big-link__title {
  color: white;
}
.block-big-links .bg-dark-green .big-link__title,
.block-big-links .big-link.bg-dark-green .big-link__title {
  color: white;
}
.block-big-links .bg-black .big-link__title,
.block-big-links .big-link.bg-black .big-link__title {
  color: white;
}
.block-big-links .bg-dark-brown .big-link__title,
.block-big-links .big-link.bg-dark-brown .big-link__title {
  color: white;
}

a.big-link.bg-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-menu:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-menu:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-footer:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-footer:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-neutral200::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-neutral200:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-neutral200:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-light::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-light:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-light:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-grey::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-grey:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-grey:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-white:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-white:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-light-green::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-light-green:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-light-green:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-violet::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-violet:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-violet:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-lilac::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-lilac:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-lilac:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-gold::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-gold:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-gold:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-dark-beige::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-dark-beige:focus::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  a.big-link.bg-dark-beige:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}
a.big-link.bg-neutral700::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-neutral700:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-neutral700:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
a.big-link.bg-dark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-dark:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-dark:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
a.big-link.bg-green::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-green:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-green:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
a.big-link.bg-dark-green::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-dark-green:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-dark-green:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
a.big-link.bg-black::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-black:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-black:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
a.big-link.bg-dark-brown::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link.bg-dark-brown:focus::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
  a.big-link.bg-dark-brown:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.block-slider {
  width: 100%;
  position: relative;
  color: white;
}
.block-slider.block {
  padding: 0;
}
.block-slider .slider-component {
  position: relative;
  height: calc(70vh + calc(4 * (var(--global-unit))));
  width: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.block-slider__navigation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
  pointer-events: all;
  z-index: 100;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--global-unit));
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: background-color, color, opacity, visibility;
  transition-duration: 0.2s;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
}
@media screen and (min-width: 1600px) {
  .block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-slider__navigation__btn-left:focus, html.tab-navigating .block-slider__navigation__btn-right:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-slider__navigation__btn-left:hover, .block-slider__navigation__btn-right:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-slider__navigation__btn-left:focus, html.tab-navigating .block-slider__navigation__btn-right:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-slider__navigation__btn-left:hover, .block-slider__navigation__btn-right:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-slider__navigation__btn-left:focus, html.tab-navigating .block-slider__navigation__btn-right:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .block-slider__navigation__btn-left:hover, .block-slider__navigation__btn-right:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.block-slider__navigation__btn-left svg, .block-slider__navigation__btn-right svg {
  display: block;
  height: 32px;
  width: auto;
  transform-origin: center;
  pointer-events: none;
}
.block-slider__navigation__btn-left.visible, .block-slider__navigation__btn-right.visible {
  opacity: 1;
  visibility: inherit;
}
.block-slider__navigation__btn-left {
  left: var(--global-unit);
}
.block-slider__navigation__btn-left svg {
  transform: rotate(180deg);
}
.block-slider__navigation__btn-right {
  right: var(--global-unit);
}
.block-slider__slides {
  outline: none;
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-left: calc(4 * (var(--global-unit)));
  margin-right: calc(4 * (var(--global-unit)));
  margin-top: calc(2 * (var(--global-unit)));
  margin-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-slider__slides {
    margin-left: var(--global-unit);
    margin-right: var(--global-unit);
  }
}
.block-slider__slide {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - calc(4 * (var(--global-unit))));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
  opacity: 1;
  visibility: visible;
  transition: transform 0.75s cubic-bezier(0.91, 0.9, 0.2, 0.99), opacity 0.75s ease-in-out, visibility 0.75s;
  transform: translateX(0);
}
.block-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.block-slider__slide__image {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.block-slider__slide__image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block-slider__slide.next {
  opacity: 1;
  visibility: hidden;
  transform: translateX(100%);
}
.block-slider__slide.prev {
  opacity: 1;
  visibility: hidden;
  transform: translateX(-100%);
}
.block-slider .slide-content {
  overflow: hidden;
  padding-left: calc(4 * (var(--global-unit)));
  padding-right: calc(4 * (var(--global-unit)));
}
.block-slider .slide-content__text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  margin-bottom: var(--global-unit);
  text-align: center;
  filter: theme-text-shadow-filter();
}
.block-slider .slide-content__button {
  z-index: 1;
}
.block-slider .slide-content__description {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .block-slider .slide-content__description {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-slider .slide-content__description {
    font-size: 12.6px;
  }
}
.block-slider .slide-content .line {
  transform: translateY(calc(-1 * (var(--global-unit))));
  width: 100%;
  max-width: calc(calc(2 * (var(--column-width))) + var(--global-unit));
}
.block-slider .slide-content__description, .block-slider .slide-content__button, .block-slider .slide-content__text,
.block-slider .slide-content .line {
  z-index: 1;
}

.block-cart-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-bottom: calc(1.5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-cart-form {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .block-cart-form {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-cart-form {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-cart-form__col {
  grid-column: span 6;
}
.block-cart-form button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  border-color: black;
  box-shadow: inset 0px 0px 0px 1px currentColor;
}
@media screen and (min-width: 1600px) {
  .block-cart-form button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-cart-form button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cart-form button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cart-form button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cart-form button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cart-form button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cart-form button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .block-cart-form button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-neutral700 .block-cart-form button, .page-section.bg-neutral700 .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-cart-form button:focus, html.tab-navigating .page-section.bg-neutral700 .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-neutral700 .block-cart-form button:hover, .page-section.bg-neutral700 .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark .block-cart-form button, .page-section.bg-dark .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-cart-form button:focus, html.tab-navigating .page-section.bg-dark .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark .block-cart-form button:hover, .page-section.bg-dark .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-green .block-cart-form button, .page-section.bg-green .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-cart-form button:focus, html.tab-navigating .page-section.bg-green .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-green .block-cart-form button:hover, .page-section.bg-green .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark-green .block-cart-form button, .page-section.bg-dark-green .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-cart-form button:focus, html.tab-navigating .page-section.bg-dark-green .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark-green .block-cart-form button:hover, .page-section.bg-dark-green .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-black .block-cart-form button, .page-section.bg-black .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-cart-form button:focus, html.tab-navigating .page-section.bg-black .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-black .block-cart-form button:hover, .page-section.bg-black .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark-brown .block-cart-form button, .page-section.bg-dark-brown .block-cart-form button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-cart-form button:focus, html.tab-navigating .page-section.bg-dark-brown .block-cart-form button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark-brown .block-cart-form button:hover, .page-section.bg-dark-brown .block-cart-form button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
@media screen and (max-width: 900px) {
  .block-cart-form button {
    display: none;
  }
}
.block-cart-form input[type=submit] {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .block-cart-form input[type=submit] {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-cart-form input[type=submit] {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cart-form input[type=submit]:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cart-form input[type=submit]:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cart-form input[type=submit]:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-cart-form input[type=submit]:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-neutral700 .block-cart-form input[type=submit], .page-section.bg-neutral700 .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-neutral700 .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral700 .block-cart-form input[type=submit]:hover, .page-section.bg-neutral700 .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark .block-cart-form input[type=submit], .page-section.bg-dark .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-dark .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark .block-cart-form input[type=submit]:hover, .page-section.bg-dark .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-green .block-cart-form input[type=submit], .page-section.bg-green .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-green .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-green .block-cart-form input[type=submit]:hover, .page-section.bg-green .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-green .block-cart-form input[type=submit], .page-section.bg-dark-green .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-dark-green .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-green .block-cart-form input[type=submit]:hover, .page-section.bg-dark-green .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-black .block-cart-form input[type=submit], .page-section.bg-black .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-black .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-black .block-cart-form input[type=submit]:hover, .page-section.bg-black .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-brown .block-cart-form input[type=submit], .page-section.bg-dark-brown .block-cart-form input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-cart-form input[type=submit]:focus, html.tab-navigating .page-section.bg-dark-brown .block-cart-form input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-brown .block-cart-form input[type=submit]:hover, .page-section.bg-dark-brown .block-cart-form input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

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

.block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: unset;
  width: 100%;
  max-height: calc(75vh - 100px);
  overflow: hidden;
  line-height: 0;
}
.block-image.block {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .block-image {
    max-height: unset;
  }
}
.block-image__image {
  width: 100%;
  height: 100%;
}
.block-image--contain.block {
  padding: var(--global-unit) 0;
}
.block-image--contain img {
  object-fit: contain;
  height: 100%;
}
.block-image--cover img {
  object-fit: cover;
}

.block-imagetext {
  position: relative;
  display: grid;
}
.block-imagetext__image {
  grid-row: 1;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(5 * (var(--column-width-percent)) + calc(4 * (var(--global-unit))) + 1 * (var(--main-margin)));
}
@media screen and (max-width: 900px) {
  .block-imagetext__image {
    width: calc(2 * (var(--column-width-percent)) + var(--global-unit) + 1 * (var(--main-margin)));
  }
}
.block-imagetext--right .block-imagetext__image {
  margin-left: calc(7 * (var(--column-width-percent)) + calc(7 * (var(--global-unit))) + 1 * (var(--main-margin)));
}
@media screen and (max-width: 900px) {
  .block-imagetext--right .block-imagetext__image {
    margin-left: calc(2 * (var(--column-width-percent)) + calc(2 * (var(--global-unit))) + 1 * (var(--main-margin)));
  }
}
.block-imagetext__image img {
  width: 100%;
  height: auto;
}
.block-imagetext__lead {
  grid-row: 1;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: 100%;
  width: calc(8 * (var(--column-width-percent)) + calc(7 * (var(--global-unit))) + 0 * (var(--main-margin)));
  padding-top: calc(4 * (var(--global-unit)));
  padding-bottom: calc(4 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .block-imagetext__lead {
    font-family: "Satoshi-Variable", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: initial;
    font-size: 18px;
    width: calc(3 * (var(--column-width-percent)) + calc(2 * (var(--global-unit))) + 0 * (var(--main-margin)));
  }
}
@media screen and (max-width: 900px) and (min-width: 1600px) {
  .block-imagetext__lead {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .block-imagetext__lead {
    font-size: 16.2px;
  }
}
.block-imagetext--left .block-imagetext__lead {
  margin-left: calc(4 * (var(--column-width-percent)) + calc(4 * (var(--global-unit))) + 1 * (var(--main-margin)));
}
@media screen and (max-width: 900px) {
  .block-imagetext--left .block-imagetext__lead {
    margin-left: calc(var(--column-width-percent) + var(--global-unit) + 1 * (var(--main-margin)));
  }
}
.block-imagetext--right .block-imagetext__lead {
  margin-left: calc(0 * (var(--column-width-percent)) + calc(0 * (var(--global-unit))) + 1 * (var(--main-margin)));
}

.block-products {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .block-products {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-products {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-products__product {
  text-align: left;
  padding: var(--global-unit) 0;
  display: grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  grid-template-rows: max-content 1fr;
  gap: var(--global-unit);
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 900px) {
  .block-products__product {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
body.cart .block-products__product[data-amount="0"] {
  display: none;
}
.block-products__product__image {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 900px) {
  .block-products__product__image {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 370px) {
  .block-products__product__image {
    grid-column: 1/span 4;
  }
}
.block-products__product__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.2s;
}
.block-products__product__name {
  grid-column: 3/span 10;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .block-products__product__name {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .block-products__product__name {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .block-products__product__name {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-products__product__name {
    font-size: 35.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__product__name {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
.block-products__product__variants {
  grid-column: 3/span 10;
  display: flex;
  flex-wrap: wrap;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .block-products__product__variants {
    grid-column: 1/span 4;
    flex-direction: column;
  }
}
.block-products__product__variant {
  position: relative;
  border-radius: 100px;
  padding: 6px 0;
  height: min-content;
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: max-content max-content;
  gap: calc(0.75 * (var(--global-unit)));
  row-gap: 0;
}
.bg-menu .block-products__product__variant, .page-section.bg-menu .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-footer .block-products__product__variant, .page-section.bg-footer .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-neutral200 .block-products__product__variant, .page-section.bg-neutral200 .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-light .block-products__product__variant, .page-section.bg-light .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-grey .block-products__product__variant, .page-section.bg-grey .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-white .block-products__product__variant, .page-section.bg-white .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-light-green .block-products__product__variant, .page-section.bg-light-green .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-violet .block-products__product__variant, .page-section.bg-violet .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-lilac .block-products__product__variant, .page-section.bg-lilac .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-gold .block-products__product__variant, .page-section.bg-gold .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-dark-beige .block-products__product__variant, .page-section.bg-dark-beige .block-products__product__variant {
  background-color: #869A96;
  color: black;
}
.bg-neutral700 .block-products__product__variant, .page-section.bg-neutral700 .block-products__product__variant {
  background: #33524B;
  color: white;
}
.bg-dark .block-products__product__variant, .page-section.bg-dark .block-products__product__variant {
  background: #33524B;
  color: white;
}
.bg-green .block-products__product__variant, .page-section.bg-green .block-products__product__variant {
  background: #33524B;
  color: white;
}
.bg-dark-green .block-products__product__variant, .page-section.bg-dark-green .block-products__product__variant {
  background: #33524B;
  color: white;
}
.bg-black .block-products__product__variant, .page-section.bg-black .block-products__product__variant {
  background: #33524B;
  color: white;
}
.bg-dark-brown .block-products__product__variant, .page-section.bg-dark-brown .block-products__product__variant {
  background: #33524B;
  color: white;
}
@media screen and (max-width: 900px) {
  .block-products__product__variant {
    grid-template-columns: auto max-content;
    width: 100%;
  }
}
body.cart .block-products__product__variant {
  background-color: transparent;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: auto;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.cart .block-products__product__variant__name {
  grid-column: 1/span 5;
  padding-left: 0;
  width: 25vw;
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__name {
    grid-column: 1/span 4;
    grid-row: 1;
    width: auto;
  }
}
body.cart .block-products__product__variant__price {
  grid-column: 8/span 2;
  grid-row: 1;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  body.cart .block-products__product__variant__price {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__price {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__price {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
body.cart .block-products__product__variant__quantity {
  grid-column: 6/span 2;
  grid-row: 1;
  border-left: none;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__quantity {
    grid-column: 3/span 2;
    grid-row: 2;
  }
}
body.cart .block-products__product__variant__delete {
  grid-column: 10;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  border-color: black;
  box-shadow: inset 0px 0px 0px 1px currentColor;
}
@media screen and (min-width: 1600px) {
  body.cart .block-products__product__variant__delete {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__delete {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.cart .block-products__product__variant__delete:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  body.cart .block-products__product__variant__delete:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.cart .block-products__product__variant__delete:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  body.cart .block-products__product__variant__delete:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.cart .block-products__product__variant__delete:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  body.cart .block-products__product__variant__delete:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: black;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-neutral700 body.cart .block-products__product__variant__delete, .page-section.bg-neutral700 body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-neutral700 body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-neutral700 body.cart .block-products__product__variant__delete:hover, .page-section.bg-neutral700 body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark body.cart .block-products__product__variant__delete, .page-section.bg-dark body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-dark body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark body.cart .block-products__product__variant__delete:hover, .page-section.bg-dark body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-green body.cart .block-products__product__variant__delete, .page-section.bg-green body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-green body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-green body.cart .block-products__product__variant__delete:hover, .page-section.bg-green body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark-green body.cart .block-products__product__variant__delete, .page-section.bg-dark-green body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-dark-green body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark-green body.cart .block-products__product__variant__delete:hover, .page-section.bg-dark-green body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-black body.cart .block-products__product__variant__delete, .page-section.bg-black body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-black body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-black body.cart .block-products__product__variant__delete:hover, .page-section.bg-black body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.bg-dark-brown body.cart .block-products__product__variant__delete, .page-section.bg-dark-brown body.cart .block-products__product__variant__delete {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown body.cart .block-products__product__variant__delete:focus, html.tab-navigating .page-section.bg-dark-brown body.cart .block-products__product__variant__delete:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .bg-dark-brown body.cart .block-products__product__variant__delete:hover, .page-section.bg-dark-brown body.cart .block-products__product__variant__delete:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
@media screen and (max-width: 900px) {
  body.cart .block-products__product__variant__delete {
    display: none;
  }
}
body.cart .block-products__product__variant[data-amount="0"] {
  display: none;
}
.block-products__product__variant__name {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
  grid-column: 1;
  grid-row: 1;
  padding-left: calc(1.5 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .block-products__product__variant__name {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__product__variant__name {
    font-size: 16.2px;
  }
}
.block-products__product__variant__price {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 22px;
  grid-column: 1;
  grid-row: 2;
  padding-left: calc(1.5 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .block-products__product__variant__price {
    font-size: 24.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__product__variant__price {
    font-size: 19.8px;
  }
}
.block-products__product__variant__quantity {
  grid-column: 2;
  grid-row: 1/span 2;
  border-left: 1px solid currentColor;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}
.block-products__product__variant__quantity button {
  width: 49px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bg-menu .block-products__product__variant__remove, .page-section.bg-menu .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-footer .block-products__product__variant__remove, .page-section.bg-footer .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-neutral200 .block-products__product__variant__remove, .page-section.bg-neutral200 .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-light .block-products__product__variant__remove, .page-section.bg-light .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-grey .block-products__product__variant__remove, .page-section.bg-grey .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .block-products__product__variant__remove, .page-section.bg-white .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-light-green .block-products__product__variant__remove, .page-section.bg-light-green .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-violet .block-products__product__variant__remove, .page-section.bg-violet .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-lilac .block-products__product__variant__remove, .page-section.bg-lilac .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-gold .block-products__product__variant__remove, .page-section.bg-gold .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark-beige .block-products__product__variant__remove, .page-section.bg-dark-beige .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-neutral700 .block-products__product__variant__remove, .page-section.bg-neutral700 .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark .block-products__product__variant__remove, .page-section.bg-dark .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-green .block-products__product__variant__remove, .page-section.bg-green .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark-green .block-products__product__variant__remove, .page-section.bg-dark-green .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-black .block-products__product__variant__remove, .page-section.bg-black .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark-brown .block-products__product__variant__remove, .page-section.bg-dark-brown .block-products__product__variant__remove {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='galaAdd0'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-menu .block-products__product__variant__add, .page-section.bg-menu .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-footer .block-products__product__variant__add, .page-section.bg-footer .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-neutral200 .block-products__product__variant__add, .page-section.bg-neutral200 .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-light .block-products__product__variant__add, .page-section.bg-light .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-grey .block-products__product__variant__add, .page-section.bg-grey .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-white .block-products__product__variant__add, .page-section.bg-white .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-light-green .block-products__product__variant__add, .page-section.bg-light-green .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-violet .block-products__product__variant__add, .page-section.bg-violet .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-lilac .block-products__product__variant__add, .page-section.bg-lilac .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-gold .block-products__product__variant__add, .page-section.bg-gold .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-dark-beige .block-products__product__variant__add, .page-section.bg-dark-beige .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-neutral700 .block-products__product__variant__add, .page-section.bg-neutral700 .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-dark .block-products__product__variant__add, .page-section.bg-dark .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-green .block-products__product__variant__add, .page-section.bg-green .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-dark-green .block-products__product__variant__add, .page-section.bg-dark-green .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-black .block-products__product__variant__add, .page-section.bg-black .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.bg-dark-brown .block-products__product__variant__add, .page-section.bg-dark-brown .block-products__product__variant__add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='0 0 24 23' fill='none'%3E%3Cpath d='M12 22C17.799 22 22.5 17.299 22.5 11.5C22.5 5.70101 17.799 1 12 1C6.20101 1 1.5 5.70101 1.5 11.5C1.5 17.299 6.20101 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.5 11.5H16.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 7V16' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.block-products__product__variant__input-wrapper {
  position: relative;
}
.block-products__product__variant__number {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 28px;
  min-width: 27px;
  color: transparent;
}
@media screen and (min-width: 1600px) {
  .block-products__product__variant__number {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__product__variant__number {
    font-size: 25.2px;
  }
}
.block-products__product__variant__input {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: inherit;
  padding: 0;
  border: 0;
  text-align: center;
  -moz-appearance: textfield;
}
@media screen and (min-width: 1600px) {
  .block-products__product__variant__input {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__product__variant__input {
    font-size: 25.2px;
  }
}
.block-products__product__variant__input::-webkit-outer-spin-button, .block-products__product__variant__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block-products__product__variant[data-amount="0"] {
  background-color: transparent;
  padding-right: var(--global-unit);
}
.bg-neutral700 .block-products__product__variant[data-amount="0"], .page-section.bg-neutral700 .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.bg-dark .block-products__product__variant[data-amount="0"], .page-section.bg-dark .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.bg-green .block-products__product__variant[data-amount="0"], .page-section.bg-green .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.bg-dark-green .block-products__product__variant[data-amount="0"], .page-section.bg-dark-green .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.bg-black .block-products__product__variant[data-amount="0"], .page-section.bg-black .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.bg-dark-brown .block-products__product__variant[data-amount="0"], .page-section.bg-dark-brown .block-products__product__variant[data-amount="0"] {
  background: transparent;
}
.block-products__product__variant[data-amount="0"] .block-products__product__variant__quantity {
  padding: 0;
  border: none;
}
.block-products__product__variant[data-amount="0"] .block-products__product__variant__remove, .block-products__product__variant[data-amount="0"] .block-products__product__variant__input-wrapper, .block-products__product__variant[data-amount="0"] .block-products__product__variant__number {
  width: 0;
  overflow-x: hidden;
}
.block-products__product__variant[data-amount="0"] .block-products__product__variant__add {
  background-position: right;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.block-products__summary.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.block-products__summary.fixed .block-products__summary__inner {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  border-top: 1px solid currentColor;
}
@media screen and (max-width: 900px) {
  .block-products__summary.fixed .block-products__summary__inner {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .block-products__summary.fixed .block-products__summary__inner {
    margin: 0 auto;
    width: 1504px;
  }
}
.block-products__summary__inner {
  padding-top: calc(0.5 * (var(--global-unit)));
  padding-bottom: calc(1.5 * (var(--global-unit)));
}
.block-products__summary__quote {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
  padding-left: 12px;
}
@media screen and (max-width: 370px) {
  .block-products__summary__quote {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .block-products__summary__quote {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .block-products__summary__quote {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-products__summary__quote {
    font-size: 35.2px;
  }
}
.block-products__summary__full {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
  padding-top: calc(0.5 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .block-products__summary__full {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-products__summary__full {
    font-size: 12.6px;
  }
}
.block-products__summary__full__quote {
  padding-left: 12px;
}
.block-products input[type=submit] {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  margin-top: 24px;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .block-products input[type=submit] {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-products input[type=submit] {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-products input[type=submit]:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-products input[type=submit]:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-products input[type=submit]:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-products input[type=submit]:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: black;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-neutral700 .block-products input[type=submit], .page-section.bg-neutral700 .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-neutral700 .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral700 .block-products input[type=submit]:hover, .page-section.bg-neutral700 .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark .block-products input[type=submit], .page-section.bg-dark .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-dark .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark .block-products input[type=submit]:hover, .page-section.bg-dark .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-green .block-products input[type=submit], .page-section.bg-green .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-green .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-green .block-products input[type=submit]:hover, .page-section.bg-green .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-green .block-products input[type=submit], .page-section.bg-dark-green .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-dark-green .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-green .block-products input[type=submit]:hover, .page-section.bg-dark-green .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-black .block-products input[type=submit], .page-section.bg-black .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-black .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-black .block-products input[type=submit]:hover, .page-section.bg-black .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-brown .block-products input[type=submit], .page-section.bg-dark-brown .block-products input[type=submit] {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-products input[type=submit]:focus, html.tab-navigating .page-section.bg-dark-brown .block-products input[type=submit]:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-brown .block-products input[type=submit]:hover, .page-section.bg-dark-brown .block-products input[type=submit]:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-menu .block-products input[type=submit], .page-section.bg-menu .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-footer .block-products input[type=submit], .page-section.bg-footer .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-neutral200 .block-products input[type=submit], .page-section.bg-neutral200 .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-light .block-products input[type=submit], .page-section.bg-light .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-grey .block-products input[type=submit], .page-section.bg-grey .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-white .block-products input[type=submit], .page-section.bg-white .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-light-green .block-products input[type=submit], .page-section.bg-light-green .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-violet .block-products input[type=submit], .page-section.bg-violet .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-lilac .block-products input[type=submit], .page-section.bg-lilac .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-gold .block-products input[type=submit], .page-section.bg-gold .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.bg-dark-beige .block-products input[type=submit], .page-section.bg-dark-beige .block-products input[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}

.input-inactive {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.block-products__product a:hover img {
  transform: scale(1.2);
}

.block-products__product:has(a.block-products__product__name:hover) img {
  transform: scale(1.2);
}

.block-text__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  grid-column: 1/span 12;
}
@media screen and (max-width: 900px) {
  .block-text__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
.block-text__inner > * {
  grid-column: 5/span 8;
}
.block-text__inner > h2, .block-text__inner > h3 {
  grid-column: 1/span 12;
}
.block-text__inner .lead,
.block-text__inner .content-lead {
  margin-top: var(--global-unit);
  margin-bottom: var(--global-unit);
}
.block-text__inner p {
  max-width: unset;
}
.block-text__inner .wp-caption-text {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .block-text__inner .wp-caption-text {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-text__inner .wp-caption-text {
    font-size: 12.6px;
  }
}
.block-text__inner a {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .block-text__inner, .block-text__inner > *, .block-text__inner > h2, .block-text__inner > h3 {
    grid-column: 1/span 4;
  }
}

.bg-neutral700 .block-text a,
.page-section.bg-neutral700 .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .block-text a:focus,
  html.tab-navigating .page-section.bg-neutral700 .block-text a:focus {
    color: #BC995D;
  }
  .bg-neutral700 .block-text a:hover,
  .page-section.bg-neutral700 .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark .block-text a,
.page-section.bg-dark .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .block-text a:focus,
  html.tab-navigating .page-section.bg-dark .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark .block-text a:hover,
  .page-section.bg-dark .block-text a:hover {
    color: #BC995D;
  }
}

.bg-green .block-text a,
.page-section.bg-green .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .block-text a:focus,
  html.tab-navigating .page-section.bg-green .block-text a:focus {
    color: #BC995D;
  }
  .bg-green .block-text a:hover,
  .page-section.bg-green .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark-green .block-text a,
.page-section.bg-dark-green .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-green .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark-green .block-text a:hover,
  .page-section.bg-dark-green .block-text a:hover {
    color: #BC995D;
  }
}

.bg-black .block-text a,
.page-section.bg-black .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .block-text a:focus,
  html.tab-navigating .page-section.bg-black .block-text a:focus {
    color: #BC995D;
  }
  .bg-black .block-text a:hover,
  .page-section.bg-black .block-text a:hover {
    color: #BC995D;
  }
}

.bg-dark-brown .block-text a,
.page-section.bg-dark-brown .block-text a {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-brown .block-text a:focus {
    color: #BC995D;
  }
  .bg-dark-brown .block-text a:hover,
  .page-section.bg-dark-brown .block-text a:hover {
    color: #BC995D;
  }
}

.bg-menu .block-text a,
.page-section.bg-menu .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .block-text a:focus,
  html.tab-navigating .page-section.bg-menu .block-text a:focus {
    color: #59756F;
  }
  .bg-menu .block-text a:hover,
  .page-section.bg-menu .block-text a:hover {
    color: #59756F;
  }
}

.bg-footer .block-text a,
.page-section.bg-footer .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .block-text a:focus,
  html.tab-navigating .page-section.bg-footer .block-text a:focus {
    color: #59756F;
  }
  .bg-footer .block-text a:hover,
  .page-section.bg-footer .block-text a:hover {
    color: #59756F;
  }
}

.bg-neutral200 .block-text a,
.page-section.bg-neutral200 .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .block-text a:focus,
  html.tab-navigating .page-section.bg-neutral200 .block-text a:focus {
    color: #59756F;
  }
  .bg-neutral200 .block-text a:hover,
  .page-section.bg-neutral200 .block-text a:hover {
    color: #59756F;
  }
}

.bg-light .block-text a,
.page-section.bg-light .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .block-text a:focus,
  html.tab-navigating .page-section.bg-light .block-text a:focus {
    color: #59756F;
  }
  .bg-light .block-text a:hover,
  .page-section.bg-light .block-text a:hover {
    color: #59756F;
  }
}

.bg-grey .block-text a,
.page-section.bg-grey .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .block-text a:focus,
  html.tab-navigating .page-section.bg-grey .block-text a:focus {
    color: #59756F;
  }
  .bg-grey .block-text a:hover,
  .page-section.bg-grey .block-text a:hover {
    color: #59756F;
  }
}

.bg-white .block-text a,
.page-section.bg-white .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .block-text a:focus,
  html.tab-navigating .page-section.bg-white .block-text a:focus {
    color: #59756F;
  }
  .bg-white .block-text a:hover,
  .page-section.bg-white .block-text a:hover {
    color: #59756F;
  }
}

.bg-light-green .block-text a,
.page-section.bg-light-green .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .block-text a:focus,
  html.tab-navigating .page-section.bg-light-green .block-text a:focus {
    color: #59756F;
  }
  .bg-light-green .block-text a:hover,
  .page-section.bg-light-green .block-text a:hover {
    color: #59756F;
  }
}

.bg-violet .block-text a,
.page-section.bg-violet .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .block-text a:focus,
  html.tab-navigating .page-section.bg-violet .block-text a:focus {
    color: #59756F;
  }
  .bg-violet .block-text a:hover,
  .page-section.bg-violet .block-text a:hover {
    color: #59756F;
  }
}

.bg-lilac .block-text a,
.page-section.bg-lilac .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .block-text a:focus,
  html.tab-navigating .page-section.bg-lilac .block-text a:focus {
    color: #59756F;
  }
  .bg-lilac .block-text a:hover,
  .page-section.bg-lilac .block-text a:hover {
    color: #59756F;
  }
}

.bg-gold .block-text a,
.page-section.bg-gold .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .block-text a:focus,
  html.tab-navigating .page-section.bg-gold .block-text a:focus {
    color: #59756F;
  }
  .bg-gold .block-text a:hover,
  .page-section.bg-gold .block-text a:hover {
    color: #59756F;
  }
}

.bg-dark-beige .block-text a,
.page-section.bg-dark-beige .block-text a {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .block-text a:focus,
  html.tab-navigating .page-section.bg-dark-beige .block-text a:focus {
    color: #59756F;
  }
  .bg-dark-beige .block-text a:hover,
  .page-section.bg-dark-beige .block-text a:hover {
    color: #59756F;
  }
}

.data-consent-box {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 431px;
  width: 100%;
  background-color: black;
  padding: var(--global-unit);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(0.75 * (var(--global-unit)));
  color: white;
  z-index: 80;
}
@media screen and (max-width: 900px) {
  .data-consent-box {
    max-width: unset;
    gap: calc(1.75 * (var(--global-unit)));
    padding: calc(2 * (var(--global-unit)));
  }
}
.data-consent-box__heading {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 32px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__heading {
    font-size: 35.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__heading {
    font-size: 28.8px;
  }
}
.data-consent-box__content {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    font-size: 12.6px;
  }
}
.data-consent-box__content p {
  margin-bottom: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    max-width: 38em;
  }
}
.data-consent-box .consent-info__after {
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  .data-consent-box .consent-info__after {
    margin-top: calc(0.75 * (var(--global-unit)));
  }
}
.data-consent-box .privacy-policy-link {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.2s;
  cursor: pointer;
  padding: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .data-consent-box .privacy-policy-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 10.8px;
  }
}
.data-consent-box .privacy-policy-link {
  position: relative;
}
.data-consent-box .privacy-policy-link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.2s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:focus::before {
    transform: scaleY(1.5);
  }
  .data-consent-box .privacy-policy-link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .data-consent-box .privacy-policy-link:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.data-consent-box__form {
  display: none;
}
.data-consent-box__form.form-enabled {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .data-consent-box__form.form-enabled {
    justify-content: flex-start;
  }
}
.data-consent-box__form .cookies-category {
  accent-color: #BC995D;
}
.data-consent-box__form .cookies-category, .data-consent-box__form .cookies-category__label {
  cursor: pointer;
}
.data-consent-box .data-consent-box__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: calc(1.333 * (var(--global-unit)));
  flex-wrap: wrap;
}
.data-consent-box .data-consent-box__buttons__button.reject-button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
}
@media screen and (min-width: 1600px) {
  .data-consent-box .data-consent-box__buttons__button.reject-button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons__button.reject-button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.reject-button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .data-consent-box .data-consent-box__buttons__button.reject-button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.reject-button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .data-consent-box .data-consent-box__buttons__button.reject-button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.reject-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .data-consent-box .data-consent-box__buttons__button.reject-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.data-consent-box .data-consent-box__buttons__button.accept-button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .data-consent-box .data-consent-box__buttons__button.accept-button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons__button.accept-button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.accept-button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .data-consent-box .data-consent-box__buttons__button.accept-button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .data-consent-box__buttons__button.accept-button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .data-consent-box .data-consent-box__buttons__button.accept-button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: white;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* CONSENTS EDITOR ON PRIVACY POLICY PAGE */
.cookies-settings-box .save-settings-button {
  margin-top: var(--global-unit);
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.2s;
  cursor: pointer;
  padding: 0;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .cookies-settings-box .save-settings-button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .cookies-settings-box .save-settings-button {
    font-size: 10.8px;
  }
}
.cookies-settings-box .save-settings-button {
  position: relative;
}
.cookies-settings-box .save-settings-button::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.2s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .cookies-settings-box .save-settings-button:focus::before {
    transform: scaleY(1.5);
  }
  .cookies-settings-box .save-settings-button:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .cookies-settings-box .save-settings-button:focus {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .cookies-settings-box .save-settings-button:hover {
    color: black;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-neutral700 .cookies-settings-box .save-settings-button, .page-section.bg-neutral700 .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-neutral700 .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-neutral700 .cookies-settings-box .save-settings-button:hover, .page-section.bg-neutral700 .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark .cookies-settings-box .save-settings-button, .page-section.bg-dark .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-dark .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark .cookies-settings-box .save-settings-button:hover, .page-section.bg-dark .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-green .cookies-settings-box .save-settings-button, .page-section.bg-green .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-green .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-green .cookies-settings-box .save-settings-button:hover, .page-section.bg-green .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-green .cookies-settings-box .save-settings-button, .page-section.bg-dark-green .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-dark-green .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-green .cookies-settings-box .save-settings-button:hover, .page-section.bg-dark-green .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-black .cookies-settings-box .save-settings-button, .page-section.bg-black .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-black .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-black .cookies-settings-box .save-settings-button:hover, .page-section.bg-black .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.bg-dark-brown .cookies-settings-box .save-settings-button, .page-section.bg-dark-brown .cookies-settings-box .save-settings-button {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .cookies-settings-box .save-settings-button:focus, html.tab-navigating .page-section.bg-dark-brown .cookies-settings-box .save-settings-button:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .bg-dark-brown .cookies-settings-box .save-settings-button:hover, .page-section.bg-dark-brown .cookies-settings-box .save-settings-button:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.cookies-settings-box .cookies-categories-form .input-group {
  width: fit-content;
  margin-bottom: 0.2em;
}
.cookies-settings-box .cookies-categories-form .cookies-category, .cookies-settings-box .cookies-categories-form .cookies-category__label {
  cursor: pointer;
}

.bg-menu .cookies-categories-form .cookies-category,
.page-section.bg-menu .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-footer .cookies-categories-form .cookies-category,
.page-section.bg-footer .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-neutral200 .cookies-categories-form .cookies-category,
.page-section.bg-neutral200 .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-light .cookies-categories-form .cookies-category,
.page-section.bg-light .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-grey .cookies-categories-form .cookies-category,
.page-section.bg-grey .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-white .cookies-categories-form .cookies-category,
.page-section.bg-white .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-light-green .cookies-categories-form .cookies-category,
.page-section.bg-light-green .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-violet .cookies-categories-form .cookies-category,
.page-section.bg-violet .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-lilac .cookies-categories-form .cookies-category,
.page-section.bg-lilac .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-gold .cookies-categories-form .cookies-category,
.page-section.bg-gold .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-dark-beige .cookies-categories-form .cookies-category,
.page-section.bg-dark-beige .cookies-categories-form .cookies-category {
  accent-color: #59756F;
}

.bg-neutral700 .cookies-categories-form .cookies-category,
.page-section.bg-neutral700 .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.bg-dark .cookies-categories-form .cookies-category,
.page-section.bg-dark .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.bg-green .cookies-categories-form .cookies-category,
.page-section.bg-green .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.bg-dark-green .cookies-categories-form .cookies-category,
.page-section.bg-dark-green .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.bg-black .cookies-categories-form .cookies-category,
.page-section.bg-black .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.bg-dark-brown .cookies-categories-form .cookies-category,
.page-section.bg-dark-brown .cookies-categories-form .cookies-category {
  accent-color: #BC995D;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  justify-content: space-between;
  align-items: start;
  position: relative;
  height: auto;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
    width: 1504px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
  }
}
.site-footer__top__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding: calc(2 * (var(--global-unit))) 0;
}
@media screen and (max-width: 900px) {
  .site-footer__top__inner {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .site-footer__top__inner {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__top__inner {
    margin: 0 auto;
    width: 1504px;
  }
}
.site-footer__logo {
  grid-column: 1/span 3;
  padding-bottom: calc(4 * (var(--global-unit)));
}
.site-footer__logo .svg-icon--use {
  transition: color 0.2s;
}
.site-footer__logo a {
  width: 106px;
  height: 60px;
}
.site-footer__logo a:focus .svg-icon--use {
  color: #59756F;
}
@media screen and (max-width: 900px) {
  .site-footer__logo {
    grid-column: span 4;
    padding-bottom: calc(2 * (var(--global-unit)));
  }
}
.site-footer__menu {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  grid-column: 2/span 6;
  columns: 2;
  column-gap: var(--global-unit);
}
@media screen and (min-width: 1600px) {
  .site-footer__menu {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__menu {
    font-size: 10.8px;
  }
}
.site-footer__menu.cols-1 {
  columns: 1;
}
.site-footer__menu.cols-2 {
  columns: 2;
}
.site-footer__menu.cols-3 {
  columns: 3;
}
.site-footer__menu .menu-link-wrapper {
  display: block;
}
@media screen and (max-width: 900px) {
  .site-footer__menu {
    columns: 1;
    grid-column: 1/span 4;
    padding-bottom: var(--global-unit);
  }
}
.site-footer__menu .menu-item {
  transition-property: -webkit-text-stroke, text-stroke, color;
  transition-duration: 0.2s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  padding: 0;
  width: fit-content;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-footer__menu .menu-item:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-footer .social_media_links {
  grid-column: 1/span 1;
  display: flex;
  flex-direction: column;
  gap: calc(0.75 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .site-footer .social_media_links {
    grid-column: span 4;
    flex-direction: row;
    margin-bottom: calc(1.5 * (var(--global-unit)));
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .social_media_links__link:focus {
    color: #59756F;
  }
  .site-footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.site-footer .social_media_links svg {
  height: var(--global-unit);
  width: var(--global-unit);
}
.site-footer .social_media_links svg.icon-facebook {
  width: calc(0.53 * (var(--global-unit)));
}
.site-footer .social_media_links svg.icon-youtube {
  width: calc(1.25 * (var(--global-unit)));
}
.site-footer .social_media_links svg.icon-soundcloud {
  width: calc(1.25 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .site-footer .social_media_links svg {
    height: calc(2 * (var(--global-unit)));
    width: calc(2 * (var(--global-unit)));
  }
  .site-footer .social_media_links svg.icon-facebook {
    width: calc(2 * (var(--global-unit)));
  }
  .site-footer .social_media_links svg.icon-youtube {
    width: calc(2 * (var(--global-unit)));
  }
  .site-footer .social_media_links svg.icon-soundcloud {
    width: calc(2 * (var(--global-unit)));
  }
}
.site-footer .social_media_links .svg-icon--use,
.site-footer .social_media_links .svg-icon--use path {
  transition-property: color;
  transition-duration: 0.2s;
}
.site-footer__bottom {
  background-color: black;
}
.site-footer__bottom__inner {
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .site-footer__bottom__inner {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__bottom__inner {
    margin: 0 auto;
    width: 1504px;
  }
}
.site-footer__gov {
  display: flex;
  column-gap: 11.25vw;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(3 * (var(--global-unit)));
  align-items: center;
}
.site-footer__gov svg {
  flex-shrink: 1;
}
@media screen and (max-width: 900px) {
  .site-footer__gov {
    flex-direction: column;
    gap: calc(3.5 * (var(--global-unit)));
    align-items: center;
    padding: calc(3.5 * (var(--global-unit)));
  }
}
.site-footer .developer-info {
  text-align: right;
}
.site-footer .developer-info__link {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.2s;
  cursor: pointer;
  padding: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info__link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 10.8px;
  }
}
.site-footer .developer-info__link {
  position: relative;
}
.site-footer .developer-info__link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.2s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer .developer-info__link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-footer .developer-info__link:hover {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: transparent;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 100px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
/*   overflow: hidden; */
  z-index: 100;
  background-color: #869a96;
}
@media screen and (max-width: 900px) {
  .site-header {
    height: 80px;
  }
}
.site-header__logo-wrapper,
.site-header__logo-wrapper .logo-link {
  line-height: 0;
}
.site-header__logo-wrapper .svg-icon {
  height: 39px;
  transition: all 0.2s;
}
.site-header__logo-wrapper .svg-icon svg {
  height: fit-content;
  fill: currentColor;
}
.site-header__logo-wrapper svg {
  height: 39px;
  transition: all 0.2s;
  fill: currentColor;
}
@media screen and (max-width: 900px) {
  .site-header__logo-wrapper .svg-icon,
  .site-header__logo-wrapper svg {
    height: 39px;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: var(--global-unit);
}
@media screen and (min-width: 1600px) {
  .site-header__inner {
    margin: 0 auto;
  }
}
.site-header__navigation {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: calc(0.75 * (var(--global-unit)));
  /* width: 100%; */
}
@media screen and (min-width: 1600px) {
  .site-header__navigation {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    display: none;
  }
}
.site-header__navigation > * {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header__navigation .language-switcher {
  z-index: 110;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 7px;
  border-radius: 20px;
  pointer-events: all;
  transition: 0.3s;
  border: 1px solid;
}
.site-header__navigation .language-switcher:hover {
  background-color: #90afa9d4;
}
.site-header__navigation .menu-link {
  transition: color 0.2s;
}
.site-header__menu {
  display: flex;
  gap: calc(0.75 * (var(--global-unit)));
}
.site-header__menu .menu-item {
  padding-top: calc(0.75 * (var(--global-unit)));
  padding-bottom: calc(0.75 * (var(--global-unit)));
  padding-left: 0;
  padding-right: 0;
}
.site-header__menu .menu-link {
  transition-property: -webkit-text-stroke, text-stroke;
  transition-duration: 0.2s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__menu .menu-link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-header__menu .menu-link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.hero {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-top: var(--site-header-height);
}
.hero.with-bg-picture {
  min-height: 40vw;
  color: white;
}
.hero__texts {
  padding: calc(4 * (var(--global-unit))) 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  grid-column: 1/-1;
  grid-template-rows: auto 1fr;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .hero__texts {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .hero__texts {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .hero__texts {
    margin: 0 auto;
    width: 1504px;
  }
}
.hero__texts:not(:last-child) {
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .hero__texts {
    margin: 0;
    padding: calc(2 * (var(--global-unit)));
    width: 100%;
    height: auto;
  }
}
.hero__image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  gap: var(--global-unit);
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .hero__image {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .hero__image {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .hero__image {
    margin: 0 auto;
    width: 1504px;
  }
}
.hero__image img {
  grid-column: 1/span 6;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .hero__image {
    padding-bottom: calc(2 * (var(--global-unit)));
  }
  .hero__image img {
    grid-column: 1/-1;
  }
}
.hero__title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
  grid-column: 1/span 10;
}
@media screen and (max-width: 370px) {
  .hero__title {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 79.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero__title {
    grid-column: 1/-1;
  }
}
.hero__lead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
  grid-column: 1/span 8;
}
@media screen and (max-width: 370px) {
  .hero__lead {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .hero__lead {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .hero__lead {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__lead {
    font-size: 35.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero__lead {
    grid-column: 1/-1;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.language-switcher {
  transition: color 0.2s;
}
@media screen and (max-width: 900px) {
  .language-switcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.menu-opened .language-switcher {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 110;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .language-switcher__link:focus,
  html.tab-navigating body.bg-neutral700 .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-neutral700 .language-switcher__link:hover,
  body.bg-neutral700 .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .language-switcher__link:focus,
  html.tab-navigating body.bg-dark .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-dark .language-switcher__link:hover,
  body.bg-dark .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .language-switcher__link:focus,
  html.tab-navigating body.bg-green .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-green .language-switcher__link:hover,
  body.bg-green .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .language-switcher__link:focus,
  html.tab-navigating body.bg-dark-green .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-dark-green .language-switcher__link:hover,
  body.bg-dark-green .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .language-switcher__link:focus,
  html.tab-navigating body.bg-black .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-black .language-switcher__link:hover,
  body.bg-black .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .language-switcher__link:focus,
  html.tab-navigating body.bg-dark-brown .language-switcher__link:focus {
    color: #BC995D;
  }
  .bg-dark-brown .language-switcher__link:hover,
  body.bg-dark-brown .language-switcher__link:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .language-switcher__link:focus,
  html.tab-navigating body.bg-menu .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-menu .language-switcher__link:hover,
  body.bg-menu .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .language-switcher__link:focus,
  html.tab-navigating body.bg-footer .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-footer .language-switcher__link:hover,
  body.bg-footer .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .language-switcher__link:focus,
  html.tab-navigating body.bg-neutral200 .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-neutral200 .language-switcher__link:hover,
  body.bg-neutral200 .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .language-switcher__link:focus,
  html.tab-navigating body.bg-light .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-light .language-switcher__link:hover,
  body.bg-light .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .language-switcher__link:focus,
  html.tab-navigating body.bg-grey .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-grey .language-switcher__link:hover,
  body.bg-grey .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .language-switcher__link:focus,
  html.tab-navigating body.bg-white .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-white .language-switcher__link:hover,
  body.bg-white .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .language-switcher__link:focus,
  html.tab-navigating body.bg-light-green .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-light-green .language-switcher__link:hover,
  body.bg-light-green .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .language-switcher__link:focus,
  html.tab-navigating body.bg-violet .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-violet .language-switcher__link:hover,
  body.bg-violet .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .language-switcher__link:focus,
  html.tab-navigating body.bg-lilac .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-lilac .language-switcher__link:hover,
  body.bg-lilac .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .language-switcher__link:focus,
  html.tab-navigating body.bg-gold .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-gold .language-switcher__link:hover,
  body.bg-gold .language-switcher__link:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .language-switcher__link:focus,
  html.tab-navigating body.bg-dark-beige .language-switcher__link:focus {
    color: #59756F;
  }
  .bg-dark-beige .language-switcher__link:hover,
  body.bg-dark-beige .language-switcher__link:hover {
    color: #59756F;
  }
}

.main-container {
  overflow-x: hidden;
  padding-bottom: 0;
}
.menu-toggle_button {
  display: block;
  width: 36px;
  height: 28px;
  align-self: center;
  z-index: 110;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  color: inherit;
  transition: color 0.2s;
}
.menu-toggle_button .burger-line {
  color: currentColor;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  transition: transform 0.2s;
  opacity: 1;
  pointer-events: none;
}
.menu-toggle_button .burger-line:nth-child(1) {
  transform: rotate(0) translateY(-5px);
}
.menu-toggle_button .burger-line:nth-child(2) {
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transform: scale(1);
}
.menu-toggle_button .burger-line:nth-child(3) {
  transform: rotate(0) translateY(5px);
}
.bg-neutral700 body.menu-opened .menu-toggle_button, .site-menu.bg-neutral700 body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-neutral700 body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-neutral700 body.menu-opened .menu-toggle_button:hover, .site-menu.bg-neutral700 body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-dark body.menu-opened .menu-toggle_button, .site-menu.bg-dark body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-dark body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark body.menu-opened .menu-toggle_button:hover, .site-menu.bg-dark body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-green body.menu-opened .menu-toggle_button, .site-menu.bg-green body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-green body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-green body.menu-opened .menu-toggle_button:hover, .site-menu.bg-green body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-dark-green body.menu-opened .menu-toggle_button, .site-menu.bg-dark-green body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-dark-green body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark-green body.menu-opened .menu-toggle_button:hover, .site-menu.bg-dark-green body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-black body.menu-opened .menu-toggle_button, .site-menu.bg-black body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-black body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-black body.menu-opened .menu-toggle_button:hover, .site-menu.bg-black body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-dark-brown body.menu-opened .menu-toggle_button, .site-menu.bg-dark-brown body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-dark-brown body.menu-opened .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark-brown body.menu-opened .menu-toggle_button:hover, .site-menu.bg-dark-brown body.menu-opened .menu-toggle_button:hover {
    color: #BC995D;
  }
}
.bg-menu body.menu-opened .menu-toggle_button, .site-menu.bg-menu body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-menu body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-menu body.menu-opened .menu-toggle_button:hover, .site-menu.bg-menu body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-footer body.menu-opened .menu-toggle_button, .site-menu.bg-footer body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-footer body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-footer body.menu-opened .menu-toggle_button:hover, .site-menu.bg-footer body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-neutral200 body.menu-opened .menu-toggle_button, .site-menu.bg-neutral200 body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-neutral200 body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-neutral200 body.menu-opened .menu-toggle_button:hover, .site-menu.bg-neutral200 body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-light body.menu-opened .menu-toggle_button, .site-menu.bg-light body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-light body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-light body.menu-opened .menu-toggle_button:hover, .site-menu.bg-light body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-grey body.menu-opened .menu-toggle_button, .site-menu.bg-grey body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-grey body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-grey body.menu-opened .menu-toggle_button:hover, .site-menu.bg-grey body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-white body.menu-opened .menu-toggle_button, .site-menu.bg-white body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-white body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-white body.menu-opened .menu-toggle_button:hover, .site-menu.bg-white body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-light-green body.menu-opened .menu-toggle_button, .site-menu.bg-light-green body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-light-green body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-light-green body.menu-opened .menu-toggle_button:hover, .site-menu.bg-light-green body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-violet body.menu-opened .menu-toggle_button, .site-menu.bg-violet body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-violet body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-violet body.menu-opened .menu-toggle_button:hover, .site-menu.bg-violet body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-lilac body.menu-opened .menu-toggle_button, .site-menu.bg-lilac body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-lilac body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-lilac body.menu-opened .menu-toggle_button:hover, .site-menu.bg-lilac body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-gold body.menu-opened .menu-toggle_button, .site-menu.bg-gold body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-gold body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-gold body.menu-opened .menu-toggle_button:hover, .site-menu.bg-gold body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
.bg-dark-beige body.menu-opened .menu-toggle_button, .site-menu.bg-dark-beige body.menu-opened .menu-toggle_button {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige body.menu-opened .menu-toggle_button:focus, html.tab-navigating .site-menu.bg-dark-beige body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-dark-beige body.menu-opened .menu-toggle_button:hover, .site-menu.bg-dark-beige body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(0);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  top: calc(50% - 1px);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(0);
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-neutral700 .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-neutral700 .menu-toggle_button:hover,
  body:not(.menu-opened).bg-neutral700 .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-dark .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark .menu-toggle_button:hover,
  body:not(.menu-opened).bg-dark .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-green .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-green .menu-toggle_button:hover,
  body:not(.menu-opened).bg-green .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-dark-green .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark-green .menu-toggle_button:hover,
  body:not(.menu-opened).bg-dark-green .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-black .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-black .menu-toggle_button:hover,
  body:not(.menu-opened).bg-black .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-dark-brown .menu-toggle_button:focus {
    color: #BC995D;
  }
  .bg-dark-brown .menu-toggle_button:hover,
  body:not(.menu-opened).bg-dark-brown .menu-toggle_button:hover {
    color: #BC995D;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-menu .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-menu .menu-toggle_button:hover,
  body:not(.menu-opened).bg-menu .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-footer .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-footer .menu-toggle_button:hover,
  body:not(.menu-opened).bg-footer .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-neutral200 .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-neutral200 .menu-toggle_button:hover,
  body:not(.menu-opened).bg-neutral200 .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-light .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-light .menu-toggle_button:hover,
  body:not(.menu-opened).bg-light .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-grey .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-grey .menu-toggle_button:hover,
  body:not(.menu-opened).bg-grey .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-white .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-white .menu-toggle_button:hover,
  body:not(.menu-opened).bg-white .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-light-green .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-light-green .menu-toggle_button:hover,
  body:not(.menu-opened).bg-light-green .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-violet .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-violet .menu-toggle_button:hover,
  body:not(.menu-opened).bg-violet .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-lilac .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-lilac .menu-toggle_button:hover,
  body:not(.menu-opened).bg-lilac .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-gold .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-gold .menu-toggle_button:hover,
  body:not(.menu-opened).bg-gold .menu-toggle_button:hover {
    color: #59756F;
  }
}

@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .menu-toggle_button:focus,
  html.tab-navigating body:not(.menu-opened).bg-dark-beige .menu-toggle_button:focus {
    color: #59756F;
  }
  .bg-dark-beige .menu-toggle_button:hover,
  body:not(.menu-opened).bg-dark-beige .menu-toggle_button:hover {
    color: #59756F;
  }
}

body.menu-opened .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .menu-toggle_button:focus {
    color: #59756F;
  }
  body.menu-opened .menu-toggle_button:hover {
    color: #59756F;
  }
}

.site-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-menu__inner {
  width: 100%;
  padding-top: 100px;
  padding-left: calc(2 * (var(--global-unit)));
  padding-right: calc(2 * (var(--global-unit)));
  flex-grow: 1;
  overflow: auto;
}
@media screen and (max-width: 900px) {
  .site-menu__inner {
    padding-left: calc(2 * (var(--global-unit)));
    padding-right: calc(2 * (var(--global-unit)));
    padding-bottom: calc(4 * (var(--global-unit)));
    overflow: hidden;
  }
}
.site-menu__footer {
  width: 100%;
  height: calc(3 * (var(--global-unit)));
  padding: calc(2 * (var(--global-unit)));
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .site-menu__footer {
    flex-direction: column;
    height: auto;
  }
}
.site-menu__footer .social_media_links {
  flex-grow: 1;
  display: flex;
  gap: 18px;
}
.site-menu__footer .social_media_links__link {
  line-height: 0;
}
.bg-neutral700 .site-menu__footer .social_media_links__link, .site-menu.bg-neutral700 .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-neutral700 .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-neutral700 .site-menu__footer .social_media_links__link:hover, .site-menu.bg-neutral700 .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-dark .site-menu__footer .social_media_links__link, .site-menu.bg-dark .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-dark .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-dark .site-menu__footer .social_media_links__link:hover, .site-menu.bg-dark .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-green .site-menu__footer .social_media_links__link, .site-menu.bg-green .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-green .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-green .site-menu__footer .social_media_links__link:hover, .site-menu.bg-green .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-dark-green .site-menu__footer .social_media_links__link, .site-menu.bg-dark-green .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-dark-green .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-dark-green .site-menu__footer .social_media_links__link:hover, .site-menu.bg-dark-green .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-black .site-menu__footer .social_media_links__link, .site-menu.bg-black .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-black .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-black .site-menu__footer .social_media_links__link:hover, .site-menu.bg-black .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-dark-brown .site-menu__footer .social_media_links__link, .site-menu.bg-dark-brown .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-dark-brown .site-menu__footer .social_media_links__link:focus {
    color: #BC995D;
  }
  .bg-dark-brown .site-menu__footer .social_media_links__link:hover, .site-menu.bg-dark-brown .site-menu__footer .social_media_links__link:hover {
    color: #BC995D;
  }
}
.bg-menu .site-menu__footer .social_media_links__link, .site-menu.bg-menu .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-menu .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-menu .site-menu__footer .social_media_links__link:hover, .site-menu.bg-menu .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-footer .site-menu__footer .social_media_links__link, .site-menu.bg-footer .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-footer .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-footer .site-menu__footer .social_media_links__link:hover, .site-menu.bg-footer .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-neutral200 .site-menu__footer .social_media_links__link, .site-menu.bg-neutral200 .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-neutral200 .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-neutral200 .site-menu__footer .social_media_links__link:hover, .site-menu.bg-neutral200 .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-light .site-menu__footer .social_media_links__link, .site-menu.bg-light .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-light .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-light .site-menu__footer .social_media_links__link:hover, .site-menu.bg-light .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-grey .site-menu__footer .social_media_links__link, .site-menu.bg-grey .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-grey .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-grey .site-menu__footer .social_media_links__link:hover, .site-menu.bg-grey .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-white .site-menu__footer .social_media_links__link, .site-menu.bg-white .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-white .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-white .site-menu__footer .social_media_links__link:hover, .site-menu.bg-white .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-light-green .site-menu__footer .social_media_links__link, .site-menu.bg-light-green .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-light-green .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-light-green .site-menu__footer .social_media_links__link:hover, .site-menu.bg-light-green .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-violet .site-menu__footer .social_media_links__link, .site-menu.bg-violet .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-violet .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-violet .site-menu__footer .social_media_links__link:hover, .site-menu.bg-violet .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-lilac .site-menu__footer .social_media_links__link, .site-menu.bg-lilac .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-lilac .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-lilac .site-menu__footer .social_media_links__link:hover, .site-menu.bg-lilac .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-gold .site-menu__footer .social_media_links__link, .site-menu.bg-gold .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-gold .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-gold .site-menu__footer .social_media_links__link:hover, .site-menu.bg-gold .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.bg-dark-beige .site-menu__footer .social_media_links__link, .site-menu.bg-dark-beige .site-menu__footer .social_media_links__link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .site-menu__footer .social_media_links__link:focus, html.tab-navigating .site-menu.bg-dark-beige .site-menu__footer .social_media_links__link:focus {
    color: #59756F;
  }
  .bg-dark-beige .site-menu__footer .social_media_links__link:hover, .site-menu.bg-dark-beige .site-menu__footer .social_media_links__link:hover {
    color: #59756F;
  }
}
.site-menu__footer .social_media_links__link span {
  line-height: 0;
}
.site-menu__footer .social_media_links svg {
  height: 24px;
  width: 24px;
}
.site-menu__footer .social_media_links svg.icon-facebook {
  width: 25.44px;
}
.site-menu__footer .social_media_links svg.icon-youtube {
  width: 30px;
}
.site-menu__footer .social_media_links .svg-icon--use,
.site-menu__footer .social_media_links .svg-icon--use path {
  transition-property: fill;
  transition-duration: 0.2s;
}
.site-menu__footer__madeby {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .site-menu__footer__madeby {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    font-size: 10.8px;
  }
}
.bg-neutral700 .site-menu__footer__madeby, .site-menu.bg-neutral700 .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-neutral700 .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-neutral700 .site-menu__footer__madeby:hover, .site-menu.bg-neutral700 .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-dark .site-menu__footer__madeby, .site-menu.bg-dark .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-dark .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-dark .site-menu__footer__madeby:hover, .site-menu.bg-dark .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-green .site-menu__footer__madeby, .site-menu.bg-green .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-green .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-green .site-menu__footer__madeby:hover, .site-menu.bg-green .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-dark-green .site-menu__footer__madeby, .site-menu.bg-dark-green .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-dark-green .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-dark-green .site-menu__footer__madeby:hover, .site-menu.bg-dark-green .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-black .site-menu__footer__madeby, .site-menu.bg-black .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-black .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-black .site-menu__footer__madeby:hover, .site-menu.bg-black .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-dark-brown .site-menu__footer__madeby, .site-menu.bg-dark-brown .site-menu__footer__madeby {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-dark-brown .site-menu__footer__madeby:focus {
    color: #BC995D;
  }
  .bg-dark-brown .site-menu__footer__madeby:hover, .site-menu.bg-dark-brown .site-menu__footer__madeby:hover {
    color: #BC995D;
  }
}
.bg-menu .site-menu__footer__madeby, .site-menu.bg-menu .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-menu .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-menu .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-menu .site-menu__footer__madeby:hover, .site-menu.bg-menu .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-footer .site-menu__footer__madeby, .site-menu.bg-footer .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-footer .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-footer .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-footer .site-menu__footer__madeby:hover, .site-menu.bg-footer .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-neutral200 .site-menu__footer__madeby, .site-menu.bg-neutral200 .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral200 .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-neutral200 .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-neutral200 .site-menu__footer__madeby:hover, .site-menu.bg-neutral200 .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-light .site-menu__footer__madeby, .site-menu.bg-light .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-light .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-light .site-menu__footer__madeby:hover, .site-menu.bg-light .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-grey .site-menu__footer__madeby, .site-menu.bg-grey .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-grey .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-grey .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-grey .site-menu__footer__madeby:hover, .site-menu.bg-grey .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-white .site-menu__footer__madeby, .site-menu.bg-white .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-white .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-white .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-white .site-menu__footer__madeby:hover, .site-menu.bg-white .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-light-green .site-menu__footer__madeby, .site-menu.bg-light-green .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-light-green .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-light-green .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-light-green .site-menu__footer__madeby:hover, .site-menu.bg-light-green .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-violet .site-menu__footer__madeby, .site-menu.bg-violet .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-violet .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-violet .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-violet .site-menu__footer__madeby:hover, .site-menu.bg-violet .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-lilac .site-menu__footer__madeby, .site-menu.bg-lilac .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-lilac .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-lilac .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-lilac .site-menu__footer__madeby:hover, .site-menu.bg-lilac .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-gold .site-menu__footer__madeby, .site-menu.bg-gold .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-gold .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-gold .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-gold .site-menu__footer__madeby:hover, .site-menu.bg-gold .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
.bg-dark-beige .site-menu__footer__madeby, .site-menu.bg-dark-beige .site-menu__footer__madeby {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-beige .site-menu__footer__madeby:focus, html.tab-navigating .site-menu.bg-dark-beige .site-menu__footer__madeby:focus {
    color: #59756F;
  }
  .bg-dark-beige .site-menu__footer__madeby:hover, .site-menu.bg-dark-beige .site-menu__footer__madeby:hover {
    color: #59756F;
  }
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    margin-top: 24px;
  }
}
body.menu-opened .site-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.menu-opened .bg-neutral700 .menu-link,
body.menu-opened .site-menu.bg-neutral700 .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-neutral700 .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-neutral700 .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-neutral700 .menu-link:hover,
  body.menu-opened .site-menu.bg-neutral700 .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-dark .menu-link,
body.menu-opened .site-menu.bg-dark .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-dark .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-dark .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-dark .menu-link:hover,
  body.menu-opened .site-menu.bg-dark .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-green .menu-link,
body.menu-opened .site-menu.bg-green .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-green .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-green .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-green .menu-link:hover,
  body.menu-opened .site-menu.bg-green .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-dark-green .menu-link,
body.menu-opened .site-menu.bg-dark-green .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-dark-green .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-dark-green .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-dark-green .menu-link:hover,
  body.menu-opened .site-menu.bg-dark-green .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-black .menu-link,
body.menu-opened .site-menu.bg-black .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-black .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-black .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-black .menu-link:hover,
  body.menu-opened .site-menu.bg-black .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-dark-brown .menu-link,
body.menu-opened .site-menu.bg-dark-brown .menu-link {
  transition: color 0.2s;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-dark-brown .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-dark-brown .menu-link:focus {
    color: #BC995D;
  }
  body.menu-opened .bg-dark-brown .menu-link:hover,
  body.menu-opened .site-menu.bg-dark-brown .menu-link:hover {
    color: #BC995D;
  }
}
body.menu-opened .bg-menu .menu-link,
body.menu-opened .site-menu.bg-menu .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-menu .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-menu .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-menu .menu-link:hover,
  body.menu-opened .site-menu.bg-menu .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-footer .menu-link,
body.menu-opened .site-menu.bg-footer .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-footer .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-footer .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-footer .menu-link:hover,
  body.menu-opened .site-menu.bg-footer .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-neutral200 .menu-link,
body.menu-opened .site-menu.bg-neutral200 .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-neutral200 .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-neutral200 .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-neutral200 .menu-link:hover,
  body.menu-opened .site-menu.bg-neutral200 .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-light .menu-link,
body.menu-opened .site-menu.bg-light .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-light .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-light .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-light .menu-link:hover,
  body.menu-opened .site-menu.bg-light .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-grey .menu-link,
body.menu-opened .site-menu.bg-grey .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-grey .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-grey .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-grey .menu-link:hover,
  body.menu-opened .site-menu.bg-grey .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-white .menu-link,
body.menu-opened .site-menu.bg-white .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-white .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-white .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-white .menu-link:hover,
  body.menu-opened .site-menu.bg-white .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-light-green .menu-link,
body.menu-opened .site-menu.bg-light-green .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-light-green .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-light-green .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-light-green .menu-link:hover,
  body.menu-opened .site-menu.bg-light-green .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-violet .menu-link,
body.menu-opened .site-menu.bg-violet .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-violet .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-violet .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-violet .menu-link:hover,
  body.menu-opened .site-menu.bg-violet .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-lilac .menu-link,
body.menu-opened .site-menu.bg-lilac .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-lilac .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-lilac .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-lilac .menu-link:hover,
  body.menu-opened .site-menu.bg-lilac .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-gold .menu-link,
body.menu-opened .site-menu.bg-gold .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-gold .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-gold .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-gold .menu-link:hover,
  body.menu-opened .site-menu.bg-gold .menu-link:hover {
    color: #59756F;
  }
}
body.menu-opened .bg-dark-beige .menu-link,
body.menu-opened .site-menu.bg-dark-beige .menu-link {
  transition: color 0.2s;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .bg-dark-beige .menu-link:focus,
  html.tab-navigating body.menu-opened .site-menu.bg-dark-beige .menu-link:focus {
    color: #59756F;
  }
  body.menu-opened .bg-dark-beige .menu-link:hover,
  body.menu-opened .site-menu.bg-dark-beige .menu-link:hover {
    color: #59756F;
  }
}

.main-menu {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 36px;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .main-menu {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu {
    font-size: 32.4px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu {
    overflow: auto;
  }
}
.main-menu .menu-list {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--global-unit) calc(2 * (var(--global-unit)));
  height: 100%;
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list {
    flex-wrap: nowrap;
    height: auto;
  }
}
.main-menu .menu-list .sub-menu-list {
  padding-left: calc(0.5 * (var(--global-unit)));
  margin-top: calc(0.75 * (var(--global-unit)));
}
.main-menu .menu-list .sub-menu-list .menu-item {
  margin-bottom: calc(0.5 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .sub-menu-list {
    padding-left: var(--global-unit);
  }
}
.main-menu .menu-list .menu-item--home {
  width: 100%;
  flex-basis: 100%;
}
.main-menu .menu-list .menu-item-box {
  width: fit-content;
  flex-basis: fit-content;
  grid-column: span 4;
}
.main-menu .menu-list .menu-item-box .sub-menu-list {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .main-menu .menu-list .menu-item-box .sub-menu-list {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .menu-item-box .sub-menu-list {
    font-size: 12.6px;
  }
}
.main-menu .menu-list .menu-link {
  display: inline-block;
}
.main-menu .menu-list .menu-link.current-menu-item {
  border-bottom: 1px solid currentColor;
}

.page-section {
  display: grid;
  row-gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .page-section {
    row-gap: 0;
  }
}
.page-section__header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  margin: 0 calc(2.667 * (var(--global-unit)));
  max-width: 1504px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (max-width: 900px) {
  .page-section__header {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .page-section__header {
    margin: 0 calc(2.667 * (var(--global-unit)));
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    margin: 0 auto;
    width: 1504px;
  }
}
@media screen and (max-width: 370px) {
  .page-section__header {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 1199px) {
  .page-section__header {
    font-size: calc(43.9807228916px + 1.734939759vw);
  }
}
@media screen and (min-width: 1200px) {
  .page-section__header {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    font-size: 79.2px;
  }
}
.page-section__header .section-header__inner {
  grid-column: span 12;
}
@media screen and (max-width: 900px) {
  .page-section__header .section-header__inner {
    grid-column: span 4;
  }
}

.skip-link, .skip-link.button {
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  opacity: 0;
  z-index: -1;
  transition: none;
}
@media screen and (min-width: 1600px) {
  .skip-link, .skip-link.button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link, .skip-link.button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .skip-link:focus, html.tab-navigating .skip-link.button:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .skip-link:hover, .skip-link.button:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.skip-link:focus, .skip-link.button:focus {
  position: fixed;
  top: calc(4 * (var(--global-unit)));
  left: calc(4 * (var(--global-unit)));
  z-index: 1001;
  pointer-events: all;
  opacity: 1;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  color: black;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .skip-link:focus, .skip-link.button:focus {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link:focus, .skip-link.button:focus {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .skip-link:focus:focus, html.tab-navigating .skip-link.button:focus:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .skip-link:focus:hover, .skip-link.button:focus:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}

.filters {
  grid-column: 1/-1;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--global-unit);
  padding-top: var(--global-unit);
  padding-bottom: var(--global-unit);
}
.filters__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(0.5 * (var(--global-unit)));
  width: 100%;
  border-left: 1px solid currentColor;
  border-left: 1px solid currentColor;
  padding-left: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .filters__list {
    border-left: 1px solid currentColor;
  }
}
@media screen and (max-width: 900px) {
  .filters__list {
    padding-left: var(--global-unit);
  }
}
.filters__list__label {
  width: 100%;
  flex-basis: 100%;
}
.filters .filters__btn {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.2s;
  cursor: pointer;
  padding: 0;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  .filters .filters__btn {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .filters .filters__btn {
    font-size: 10.8px;
  }
}
.filters .filters__btn {
  position: relative;
}
.filters .filters__btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.2s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .filters .filters__btn:focus::before {
    transform: scaleY(1.5);
  }
  .filters .filters__btn:hover::before {
    transform: scaleY(1.5);
  }
}
.filters .filters__btn .svg-icon {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}
.filters .filters__btn .svg-icon.icon-close {
  width: 8px;
  height: 8px;
}
.filters .filters__btn .svg-icon.icon-close .svg-icon--use {
  position: absolute;
  fill: currentColor;
  stroke: currentColor;
  width: 8px;
  height: 8px;
  transition: color 0.2s;
}
.filters .filters__btn.active .svg-icon {
  opacity: 1;
  visibility: visible;
}
.filters .filters__btn span {
  display: inline-block;
  transition: color 0.2s;
}
.filters .filters__btn .svg-icon {
  color: white;
}
.filters .filters__btn span {
  color: white;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .filters .filters__btn:focus .svg-icon {
    color: #BC995D;
  }
  html.tab-navigating .filters .filters__btn:focus span {
    color: #BC995D;
  }
  .filters .filters__btn:hover .svg-icon {
    color: #BC995D;
  }
  .filters .filters__btn:hover span {
    color: #BC995D;
  }
}

.filter-item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@keyframes loader {
  0% {
    transform: scale(20%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(20%);
  }
}
.audio-player {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #59756F;
}
.audio-player__button {
  position: relative;
  width: 100%;
  height: calc(100% - 68px);
  cursor: pointer;
  background: transparent;
  border: 0;
  color: inherit;
}
.audio-player__button > div {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.2s;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  border: none;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px currentColor;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: transparent;
  border-color: white;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: none;
}
@media screen and (min-width: 1600px) {
  .audio-player__button > div {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__button > div {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .audio-player__button > div:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .audio-player__button > div:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .audio-player__button > div:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .audio-player__button > div:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.audio-player__button > .audio-player__button--loading {
  border: none;
  display: flex;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .audio-player__button:focus > div {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
  .audio-player__button:hover > div {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: transparent;
    border-color: white;
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 2px currentColor;
  }
}
.audio-player__button--pause, .audio-player__button--play, .audio-player__button--loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-player__button--pause svg, .audio-player__button--play svg, .audio-player__button--loading svg {
  height: 25px;
  width: 25px;
}
.audio-player__button--loading > div {
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  animation-name: loader;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  display: flex;
  background-color: white;
  border-radius: 50%;
}
.audio-player__button--play {
  display: none;
}
.audio-player__button--play svg {
  transform: translateX(10%);
}
.audio-player__button--pause {
  display: none;
}
.audio-player__bar {
  position: absolute;
  left: 18px;
  bottom: 28px;
  width: calc(100% - 36px);
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.audio-player__bar--progress {
  width: 0%;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: white;
}
.audio-player__time {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1600px) {
  .audio-player__time {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__time {
    font-size: 12.6px;
  }
}
.audio-player__duration {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 14px;
  color: white;
  position: absolute;
  right: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1600px) {
  .audio-player__duration {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__duration {
    font-size: 12.6px;
  }
}

.site-footer {
  background-color: #D7D2CB;
  color: black;
  gap: var(--global-unit);
}
.site-footer__inner {
  row-gap: var(--global-unit);
}
.site-footer__inner .footer__cta {
  padding: var(--global-unit) 0;
}
.site-footer__inner .footer__content {
  padding-top: var(--global-unit);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-footer__inner .footer__cta {
  grid-column: 1/-1;
}
.site-footer__inner .footer__cta {
  position: relative;
}
.site-footer__inner .footer__cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #BC995D;
  transform: translateY(0.5px);
}
.site-footer__inner .footer__cta .heading {
  margin-bottom: var(--global-unit);
}
.site-footer__inner .footer__cta p {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .site-footer__inner .footer__cta p {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .site-footer__inner .footer__cta p {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .site-footer__inner .footer__cta p {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner .footer__cta p {
    font-size: 35.2px;
  }
}
.site-footer__inner .footer__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--global-unit);
  grid-column: 1/-1;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--global-unit);
  }
}
.site-footer__inner .footer__content .social_media_links {
  grid-column: 1/span 1;
  flex-direction: column;
  height: auto;
  line-height: 0;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .social_media_links {
    grid-column: 1/span 2;
  }
}
.site-footer__inner .footer__content .social_media_links > * {
}
.site-footer__inner .footer__content .social_media_links > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .social_media_links > * {
    margin-bottom: 0;
  }
}
.site-footer__inner .footer__content .social_media_links__link > span {
  display: inline-block;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__inner .footer__content .social_media_links__link:focus {
    color: #59756F;
  }
  .site-footer__inner .footer__content .social_media_links__link:hover {
    color: #59756F;
  }
}
.site-footer__inner .footer__content .social_media_links .svg-icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .social_media_links {
    flex-direction: row;
    margin-bottom: 24px;
    gap: 24px;
    column-gap: 24px;
  }
}
.site-footer__inner .footer__content .site-footer__menu {
  column-gap: var(--global-unit);
}
.site-footer__inner .footer__content .site-footer__menu .menu-item {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: initial;
  font-size: 18px;
  width: auto;
  display: inline-block;
  padding-bottom: calc(0.5 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .site-footer__inner .footer__content .site-footer__menu .menu-item {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .site-footer__menu .menu-item {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .site-footer__menu .menu-item {
    padding-bottom: var(--global-unit);
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .site-footer__menu {
    column-gap: var(--global-unit);
  }
}
.site-footer__inner .footer__content .site-footer__menu.cols-1 {
  columns: 1;
  grid-column: 2/span 3;
}
.site-footer__inner .footer__content .site-footer__menu.cols-2 {
  columns: 2;
  grid-column: 2/span 6;
}
.site-footer__inner .footer__content .site-footer__menu.cols-3 {
  columns: 3;
  grid-column: 2/span 9;
}
.site-footer__inner .footer__content .site-footer__menu .menu-link-wrapper {
  display: block;
  width: 100%;
}
.site-footer__inner .footer__content .site-footer__menu .menu-link__uncheck {
  display: none;
}
.site-footer__inner .footer__content .site-footer__menu .menu-link__check {
  display: none;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .footer__content .site-footer__menu .site-footer__inner .footer__content .site-footer__menu.cols-1, .site-footer__inner .footer__content .site-footer__menu.cols-2, .site-footer__inner .footer__content .site-footer__menu.cols-3 {
    columns: 1;
    grid-column: 1/span 4;
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer__inner .developer-info {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  grid-column: 1/-1;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .site-footer__inner .developer-info {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .developer-info {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__inner .developer-info:focus {
    color: #59756F;
  }
  .site-footer__inner .developer-info:hover {
    color: #59756F;
  }
}

.site-header {
  height: auto;
  pointer-events: none;
  background: transparent;
}
.site-header__inner {
  /* justify-content: flex-end; */
}
.site-header__monogram {
  margin: 0 28px;
}
.site-header__logo {
  display: none;
}
.site-header__logo-wrapper {
/*   position: absolute; */
/*   height: 100%;
  width: 100%; */
  display: flex;
  align-items: center;
  z-index: 1;
}
.site-header__logo-wrapper .logo-link {
  width: 88px;
  height: 39px;
  flex-shrink: 0;
  /* margin-left: calc(50% - 44px); */
  pointer-events: all;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header .logo-link:focus .site-header__logo {
    display: block;
  }
  html.tab-navigating .site-header .logo-link:focus .site-header__monogram {
    display: none;
  }
  .site-header .logo-link:hover .site-header__logo {
    display: block;
  }
  .site-header .logo-link:hover .site-header__monogram {
    display: none;
  }
}

.menu-toggle_button {
  pointer-events: all;
}

.bg-neutral700 true,
body.menu-opened.bg-neutral700 true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-neutral700 true:focus,
  html.tab-navigating body.menu-opened.bg-neutral700 true:focus {
    color: #59756F;
  }
  .bg-neutral700 true:hover,
  body.menu-opened.bg-neutral700 true:hover {
    color: #59756F;
  }
}

.bg-dark true,
body.menu-opened.bg-dark true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark true:focus,
  html.tab-navigating body.menu-opened.bg-dark true:focus {
    color: #59756F;
  }
  .bg-dark true:hover,
  body.menu-opened.bg-dark true:hover {
    color: #59756F;
  }
}

.bg-green true,
body.menu-opened.bg-green true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-green true:focus,
  html.tab-navigating body.menu-opened.bg-green true:focus {
    color: #59756F;
  }
  .bg-green true:hover,
  body.menu-opened.bg-green true:hover {
    color: #59756F;
  }
}

.bg-dark-green true,
body.menu-opened.bg-dark-green true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-green true:focus,
  html.tab-navigating body.menu-opened.bg-dark-green true:focus {
    color: #59756F;
  }
  .bg-dark-green true:hover,
  body.menu-opened.bg-dark-green true:hover {
    color: #59756F;
  }
}

.bg-black true,
body.menu-opened.bg-black true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-black true:focus,
  html.tab-navigating body.menu-opened.bg-black true:focus {
    color: #59756F;
  }
  .bg-black true:hover,
  body.menu-opened.bg-black true:hover {
    color: #59756F;
  }
}

.bg-dark-brown true,
body.menu-opened.bg-dark-brown true {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .bg-dark-brown true:focus,
  html.tab-navigating body.menu-opened.bg-dark-brown true:focus {
    color: #59756F;
  }
  .bg-dark-brown true:hover,
  body.menu-opened.bg-dark-brown true:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-neutral700 .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-neutral700 .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-neutral700 .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-dark .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-dark .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-green .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-green .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-green .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-dark-green .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark-green .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-dark-green .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-black .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-black .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-black .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-dark-brown .site-header .language-switcher__link {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark-brown .site-header .language-switcher__link:focus {
    color: #59756F;
  }
  body.menu-opened.bg-dark-brown .site-header .language-switcher__link:hover {
    color: #59756F;
  }
}

body.menu-opened.bg-neutral700 .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-neutral700 .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-neutral700 .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

body.menu-opened.bg-dark .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-dark .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

body.menu-opened.bg-green .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-green .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-green .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

body.menu-opened.bg-dark-green .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark-green .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-dark-green .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

body.menu-opened.bg-black .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-black .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-black .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

body.menu-opened.bg-dark-brown .site-header .menu-toggle_button {
  color: black;
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened.bg-dark-brown .site-header .menu-toggle_button:focus {
    color: #BC995D;
  }
  body.menu-opened.bg-dark-brown .site-header .menu-toggle_button:hover {
    color: #BC995D;
  }
}

.hero {
  flex-direction: column;
  align-items: center;
}
.hero-standard {
  padding-top: calc(var(--site-header-height) + 150px);
  text-align: center;
}
.hero-standard.no-picture {
  height: auto;
}
.hero-standard .hero__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .hero-standard {
    padding-top: calc(var(--site-header-height));
  }
}
.hero__texts {
  padding-top: 0;
  padding-bottom: calc(2 * (var(--global-unit)));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.hero__title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 160px;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .hero__title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 176px;
  }
}
@media screen and (max-width: 900px) {
  .hero__title {
    font-size: calc(11.320754717px + 12.0754716981vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__title {
    font-size: 56px;
  }
}
.hero__title:nth-last-child(2) {
  margin-bottom: var(--global-unit);
}
@media screen and (min-width: 2400px) {
  .hero__title:nth-last-child(2) {
    margin-bottom: calc(2 * (var(--global-unit)));
  }
}
@media screen and (max-width: 900px) {
  .hero__title:nth-last-child(2) {
    margin-bottom: var(--global-unit);
  }
}
body.home .hero .hero__title {
  font-family: "Maragsa", serif;
  font-weight: 500;
  font-size: 160px;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 901px) {
  body.home .hero .hero__title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1200px) {
  body.home .hero .hero__title {
    font-size: calc(48px + 8vw);
  }
}
@media screen and (min-width: 1600px) {
  body.home .hero .hero__title {
    font-size: 176px;
  }
}
@media screen and (max-width: 900px) {
  body.home .hero .hero__title {
    font-size: calc(11.320754717px + 12.0754716981vw);
  }
}
@media screen and (max-width: 370px) {
  body.home .hero .hero__title {
    font-size: 56px;
  }
}
.hero__lead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: initial;
}
@media screen and (max-width: 370px) {
  .hero__lead {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 1199px) {
  .hero__lead {
    font-size: calc(19.5469879518px + 0.7710843373vw);
  }
}
@media screen and (min-width: 1200px) {
  .hero__lead {
    font-size: calc(9.6px + 1.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__lead {
    font-size: 35.2px;
  }
}
.hero-front {
  background-color: #869A96;
  color: black;
  height: 100vh;
  padding-top: var(--site-header-height);
}
@media screen and (max-width: 900px) {
  .hero-front {
    height: 85vh;
    border: 100px;
  }
}
.hero .hero__cover {
  height: 100%;
  width: 100%;
  position: relative;
  transform: translateY(calc(var(--global-unit)));
}
.hero .hero__cover svg {
  height: 100%;
}
.hero .hero__cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.hero-shop {
  height: 100px;
}

.language-switcher__link {
  padding: 6px 24px;
  border: 1px solid currentColor;
  border-radius: 24px;
  font-weight: 800;
  pointer-events: all;
}

.site-menu {
  align-items: flex-end;
  flex-direction: row;
  padding-top: calc(1.5 * (var(--global-unit)));
  padding-bottom: 0;
  padding-left: calc(0 * (var(--column-width-percent)) + calc(0 * (var(--global-unit))) + 1 * (var(--main-margin)));
  padding-right: calc(0 * (var(--column-width-percent)) + calc(0 * (var(--global-unit))) + 1 * (var(--main-margin)));
}
@media screen and (max-width: 900px) {
  .site-menu {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
  }
}
.site-menu__wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: calc(0 * (var(--column-width-percent)) + var(--global-unit) + 0 * (var(--main-margin)));
  flex-grow: 1;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .site-menu__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.site-menu__footer {
  flex-direction: column;
  width: calc(3 * (var(--column-width-percent)) + calc(2 * (var(--global-unit))) + 0 * (var(--main-margin)));
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.site-menu__footer__madeby {
  margin-bottom: 36px!important;
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .site-menu__footer {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
  }
}
.site-menu__inner {
  width: calc(9 * (var(--column-width-percent)) + calc(8 * (var(--global-unit))) + 0 * (var(--main-margin)));
  padding: 0;
}
@media screen and (max-width: 900px) {
  .site-menu__inner {
    width: auto;
    padding-bottom: 18px;
  }
}
.site-menu .main-menu {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: initial;
  font-size: 36px;
  max-height: calc(100vh - 60px);
}
@media screen and (min-width: 1600px) {
  .site-menu .main-menu {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .main-menu {
    font-size: 32.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .main-menu {
    max-height: calc(100vh - 124px);
  }
}
.site-menu .main-menu .menu-list {
  display: block;
  margin: 0;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  .site-menu .main-menu .menu-list {
    width: auto;
  }
}
.site-menu .main-menu .menu-list .menu-link {
  grid-column: 5/span 8;
  color: black !important;
  border-top: 1px solid black;
  padding: 12px 0 calc(1.5 * (var(--global-unit))) 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-menu .main-menu .menu-list .menu-link.current-menu-item {
  border-bottom: none;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-menu .main-menu .menu-list .menu-link:focus {
    color: #59756F;
  }
  html.tab-navigating .site-menu .main-menu .menu-list .menu-link:focus .menu-link__uncheck {
    display: none;
  }
  html.tab-navigating .site-menu .main-menu .menu-list .menu-link:focus .menu-link__check {
    display: block;
  }
  html.tab-navigating .site-menu .main-menu .menu-list .menu-link:focus .menu-link__arrow {
    transform: rotate(0);
  }
  .site-menu .main-menu .menu-list .menu-link:hover {
    color: #59756F;
  }
  .site-menu .main-menu .menu-list .menu-link:hover .menu-link__uncheck {
    display: none;
  }
  .site-menu .main-menu .menu-list .menu-link:hover .menu-link__check {
    display: block;
  }
  .site-menu .main-menu .menu-list .menu-link:hover .menu-link__arrow {
    transform: rotate(0);
  }
}
@media screen and (max-width: 900px) {
  .site-menu .main-menu .menu-list .menu-link {
    grid-column: 1/span 4;
  }
}
.site-menu .main-menu .menu-list .menu-link__uncheck {
  display: block;
  min-width: 30px;
  margin-right: 12px;
}
.site-menu .main-menu .menu-list .menu-link__check {
  display: none;
  min-width: 30px;
  margin-right: 12px;
}
.site-menu .main-menu .menu-list .menu-link__arrow {
  display: block;
  min-width: 14px;
  margin-left: -6px;
  transition-property: transform;
  transition-duration: 0.2s;
  transform: rotate(-30deg);
}
.site-menu .main-menu .menu-list .menu-link__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}
.site-menu .main-menu .menu-list .menu-link__text {
  flex-grow: 1;
}
.site-menu .main-menu .menu-list .menu-link__button {
  width: 8em;
  min-width: 8em;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .site-menu .main-menu .menu-list .menu-link__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu .main-menu .menu-list .menu-link__button {
    font-size: 10.8px;
  }
}
.site-menu .main-menu .menu-list .menu-item-box {
  width: auto;
}
.page-section .section-header__inner {
  padding-bottom: calc(0.5 * (var(--global-unit)));
  border-bottom: 1px solid currentColor;
}

html {
  scroll-behavior: smooth;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}


.cart-link {
    position: relative;
    display: inline-block;
    margin-bottom: 2.1vh;
    border-top: 1px solid black;
    padding-top: 10px;
    width: 100%;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    min-width: 18px;
    text-align: center;
}

/* NOWE STYLOWANIE MENU */

.main-menu--classic { display: flex; pointer-events: all; }
.site-header__burger { display: none; }
.site-menu { pointer-events: none;}
@media (max-width: 900px) {
  .main-menu--classic   { display: none !important; pointer-events: none; }
  .site-header__burger  { display: block !important; }
  .site-menu { pointer-events: all;}
}


/* MENU 2 POZIOMOWE */

.main-menu .menu-list .menu-item-box {
  position: relative;
}

.main-menu .menu-list .sub-menu-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: transparent;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  padding: 0;
  z-index: 10;
  border-radius: 8px;
  padding: 12px 12px 0px 12px!important;
  font-size: 18px !important;
}

.main-menu .menu-list .menu-item-box:hover > .sub-menu-list,
.main-menu .menu-list .menu-item-box:focus-within > .sub-menu-list {
  display: block;
}

.main-menu .menu-list .menu-item-box,
.main-menu .menu-list .sub-menu-list {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 900px) {
  .main-menu .menu-list .menu-item-box {
    position: static;
  }
  .main-menu .menu-list .menu-item-box .sub-menu-list {
    position: static !important;
    display: block !important;
    min-width: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 300;
  }
  .main-menu .menu-list .sub-menu-item .sub-menu-link {
    padding: 8px 0 8px 32px;
    font-size: 20px;
    background: transparent !important;
  }

  .main-menu .menu-list .menu-item-box .sub-menu-list {
    display: none!important;
  }
  .main-menu .menu-list .menu-item-box.open-submenu > .sub-menu-list {
    display: block!important;
  }
  .menu-item-box .submenu-arrow {
    transition: transform 0.2s;
  }
  .menu-item-box.open .submenu-arrow {
    transform: rotate(180deg);
  }
}

/* Maciek CSS */
.webinar-text {
  font-size: 28px;
}

.webinar-button {
    padding: 18px 34px;
    background-color: #3be21cbd;
    color: #ffff!important;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: .3s!important;
}

.webinar-button:hover {
  background-color: #38cb1dbd;

}

.webinar-list {
  padding-left: 0;
  font-size: 28px;
}

.webinar-list li {
  position: relative;
  padding-left: 50px;
  list-style: none;
}

.webinar-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #31c316;
    font-size: 30px;
}

ul.extra li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #000000;
    line-height: 0.85;
}

.bg-lilac .site-header {
  position: relative;
  background-color: #E4DcF1;
}

.bg-dark-green .site-header {
  position: relative;
  background-color: #33524B;
}
.bg-green .site-header {
  position: relative;
  background-color: #59756F;
}
.bg-violet .site-header {
  position: relative;
  background-color: #AFA4C3;
}
.bg-gold .site-header {
  position: relative;
  background-color: #BC995D;
}
.bg-light-green .site-header {
  position: relative;
  background-color: #869A96;
}
.bg-grey .site-header {
  position: relative;
  background-color: #F5F4F2;
}
.page-id-13 .site-header {
 position: relative;
 background-color: #869a96;
}

.footer-menu-item .footer-submenu {
  display: none;
}
.footer-menu-item.open .footer-submenu {
  display: grid;
}

@media screen and (max-width: 500px) {
  .site-menu {
    top: 64px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-opened .site-header {
    background-color: #e5dcf1;
  }
}

body.scroll-locked {
  overflow: hidden;
}

@media (max-width: 768px){
  .site-header__inner{
    justify-content: flex-end;   /* wszystkie elementy przy prawej krawędzi */
  }

  .site-header__logo-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}