/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: #FDFDFD;
  color: hsl(0, 0%, 0%);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
.button {
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 20px 24px;
  border-radius: 1000px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

/**
 * Button (primary).
 */
.button--primary {
  background-color: hsl(19, 20%, 19%);
  position: relative;
  overflow: clip;
}
.button--primary span {
  color: hsl(0, 0%, 100%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
.button--primary:hover span {
  color: hsl(0, 0%, 100%);
}
.button--primary:hover::before {
  bottom: 0;
}
.button--primary::before {
  background-color: hsl(30, 11%, 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

/**
 * Button (secondary).
 */
.button--secondary {
  background-color: hsl(28, 84%, 93%);
  position: relative;
  overflow: clip;
}
.button--secondary span {
  color: hsl(19, 20%, 19%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
.button--secondary:hover span {
  color: hsl(0, 0%, 100%);
}
.button--secondary:hover::before {
  bottom: 0;
}
.button--secondary::before {
  background-color: hsl(19, 20%, 19%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.is-intro {
  font-size: 18px;
  line-height: 32px;
}

.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 18px;
  line-height: 32px;
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 100%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsla(0, 100%, 50%, 0.1);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 100%, 50%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

[data-theme-color=grey]:not(header) .wrapper {
  padding-block: 164px;
}
@media only screen and (max-width: 1199px) {
  [data-theme-color=grey]:not(header) .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  [data-theme-color=grey]:not(header) .wrapper {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  [data-theme-color=grey]:not(header) .wrapper {
    padding-block: 20px;
  }
}
[data-theme-color=grey]:not(header) .button {
  background-color: hsl(19, 20%, 19%);
  position: relative;
  overflow: clip;
}
[data-theme-color=grey]:not(header) .button span {
  color: hsl(0, 0%, 100%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
[data-theme-color=grey]:not(header) .button:hover span {
  color: hsl(0, 0%, 100%);
}
[data-theme-color=grey]:not(header) .button:hover::before {
  bottom: 0;
}
[data-theme-color=grey]:not(header) .button::before {
  background-color: hsl(30, 11%, 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

[data-theme-color=default]:not(header) .button {
  background-color: hsl(28, 84%, 93%);
  position: relative;
  overflow: clip;
}
[data-theme-color=default]:not(header) .button span {
  color: hsl(19, 20%, 19%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
[data-theme-color=default]:not(header) .button:hover span {
  color: hsl(0, 0%, 100%);
}
[data-theme-color=default]:not(header) .button:hover::before {
  bottom: 0;
}
[data-theme-color=default]:not(header) .button::before {
  background-color: hsl(19, 20%, 19%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

.lequal__editor {
  opacity: 0;
}
.lequal__editor a {
  font-weight: 400;
  position: relative;
}
.lequal__editor a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: hsl(30, 11%, 30%);
  width: 0;
  height: 1px;
  content: "";
  transition: width 300ms ease-in-out;
}
.lequal__editor a:hover::before {
  width: 100%;
}
.lequal__editor h1,
.lequal__editor h2,
.lequal__editor h3,
.lequal__editor h4,
.lequal__editor h5 {
  margin-bottom: 16px;
}

.single-event .separator--top,
.single-event .separator--bottom,
.single-article .separator--top,
.single-article .separator--bottom {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .content-constraint {
    margin-bottom: 100vh;
  }
}
@media only screen and (max-width: 599px) {
  .content-constraint {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.content-constraint > div:nth-last-child(2) {
  padding-bottom: 82px;
}
@media only screen and (max-width: 1199px) {
  .content-constraint > div:nth-last-child(2) {
    padding-bottom: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .content-constraint > div:nth-last-child(2) {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-constraint > div:nth-last-child(2) {
    padding-bottom: 20px;
  }
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(30, 11%, 30%);
  margin-left: 15px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 0px;
  padding: 0 !important;
  background-color: transparent;
  font-weight: 300;
  border-bottom: 1px solid hsl(35, 10%, 77%);
  color: hsl(30, 11%, 30%);
}
select::placeholder,
input::placeholder,
textarea::placeholder {
  color: hsla(30, 11%, 30%, 0.5);
}

.gform_validation_errors,
.gfield_validation_message {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: unset !important;
  border-bottom: 1px solid hsl(35, 10%, 77%) !important;
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(30, 11%, 30%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(30, 11%, 30%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(30, 11%, 30%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 100%, 50%);
  background-color: hsla(0, 100%, 50%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(0, 100%, 50%, 0.1);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(30, 11%, 30%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(0, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(30, 11%, 30%);
}

.gform_required_legend,
.gfield_required {
  display: none !important;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "ivypresto-display", serif;
  color: hsl(30, 11%, 30%);
  font-weight: 300;
  margin-top: -12px;
  text-box-trim: trim-end;
}
@media only screen and (max-width: 899px) {
  h1,
  h2,
  h3,
  h4 {
    margin-top: 0;
  }
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 72px;
  line-height: 1.2;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 64px;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 1.4;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 32px;
    line-height: 1.2;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 24px;
    line-height: 1.6;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}

/**
 * Subheading.
 */
p, a, span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 899px) {
  p, a, span {
    font-size: 16px;
    line-height: 28px;
  }
}
p.is-white, a.is-white, span.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load,
.has-header-load {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header,
.has-header-load.header {
  transition-delay: 500ms;
  transition: all 750ms ease;
}

.has-initial-load[loaded=true],
.has-header-load[loaded=true] {
  opacity: 1;
}

.has-initial-load {
  transition: all 500ms ease;
  transition-delay: 200ms;
  opacity: 0;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .pagination {
    margin-top: 64px;
  }
}
.pagination span, .pagination a {
  min-width: 32px;
  width: 32px;
  height: 36px;
  min-height: 36px;
  max-width: 32px;
  max-height: 36px;
  padding-bottom: 4px;
  background-color: transparent;
  font-family: "ivypresto-display", serif;
  font-size: 20px;
  line-height: 1.2;
  color: hsl(0, 0%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination span.current, .pagination a.current {
  color: hsl(30, 11%, 30%);
  border-bottom: 1px solid hsl(35, 10%, 77%);
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1512px + 256px);
  padding: 0 128px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1512px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (header)
 */
.wrapper--header {
  max-width: calc(1512px + 208px);
  padding: 0 104px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--header {
    max-width: calc(1512px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--header {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--header {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1512px + 560px);
  padding: 0 280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(1512px + 328px);
    padding: 0 164px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
:root {
  --theme-background-color: 0, 0%, 99%;
  --theme-text-color: 30, 11%, 30%;
}

.content-constraint {
  background-color: #FDFDFD;
  color: hsl(30, 11%, 30%);
  transition: background-color 0.6s ease, color 0.6s ease;
}

[data-img-translate] {
  overflow: clip;
}

.ani_title {
  opacity: 0;
}

.text_line {
  text-box-trim: trim-end;
}

.navigation-mobile {
  position: fixed;
  top: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 93px);
  margin-top: 93px;
  transition: all 500ms ease;
  background: #FDFDFD;
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 93px);
    margin-top: 93px;
  }
}
@media only screen and (max-width: 899px) {
  .navigation-mobile {
    height: 100svh;
    padding-bottom: 120px;
    height: calc(100% - 82px);
    margin-top: 82px;
  }
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100svh;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile .wrapper {
    overflow-y: auto;
  }
}

body:has(.content-hero[data-theme-color=brown]) .navigation-mobile {
  background: hsl(19, 20%, 19%);
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__main > li > a {
  color: hsl(28, 84%, 93%);
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__main > li > a:hover {
  color: hsl(16, 28%, 55%);
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__main > li.current_page_ancestor > a,
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__main > li.current-menu-item > a {
  color: hsl(16, 28%, 55%);
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__link {
  background-color: hsl(28, 84%, 93%);
  position: relative;
  overflow: clip;
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__link span {
  color: hsl(19, 20%, 19%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__link:hover::before {
  bottom: 0;
}
body:has(.content-hero[data-theme-color=brown]) .navigation-mobile__link::before {
  background-color: hsl(0, 0%, 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  padding: 58px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__main {
    padding: 34px 0;
  }
}
.navigation-mobile__main > li {
  position: relative;
}
.navigation-mobile__main > li.current_page_item > a {
  color: hsl(16, 28%, 55%);
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(16, 28%, 55%);
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  font-family: "ivypresto-display", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: hsl(19, 20%, 19%);
  text-decoration: none;
  transition: all 500ms ease;
  padding: 24px;
  display: flex;
}
.navigation-mobile__main > li > a:hover {
  color: hsl(16, 28%, 55%);
}
@media only screen and (max-width: 899px) {
  .navigation-mobile__main > li > a {
    font-size: 32px;
    line-height: 1.2;
    padding: 24px 24px 24px 0;
  }
}

.navigation-mobile__link {
  display: none;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile__link {
    display: inline-flex;
  }
}

/**
 * Disable scroll.
 */
body.is-active .header::before {
  bottom: 0;
}

header {
  position: sticky;
  top: 0;
  background-color: #FDFDFD;
  z-index: 999;
  border-bottom: 1px solid hsla(35, 10%, 77%, 0.32);
}
header .wrapper--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px 20px;
}
@media only screen and (max-width: 1199px) {
  header .wrapper--header {
    justify-content: unset;
  }
}
header .menu-main-container {
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  header .menu-main-container {
    display: none;
  }
}
header .menu-main-container ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
header .menu-main-container ul li.current_page_item a {
  color: hsl(16, 28%, 55%);
}
header .menu-main-container ul a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: hsl(19, 20%, 19%);
  transition: color 250ms ease-in-out;
}
header .menu-main-container ul a:hover {
  color: hsl(16, 28%, 55%);
}
@media only screen and (max-width: 1199px) {
  header .header__link {
    margin-left: auto;
    margin-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  header .header__link {
    display: none;
    margin-right: 0;
  }
}
header .header__menu-toggle--mobile {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header .header__menu-toggle--mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 599px) {
  header .header__menu-toggle--mobile {
    margin-left: auto;
  }
}
header .header__menu-toggle--mobile .header__menu-line {
  width: 48px;
  height: 2px;
  background: hsl(19, 20%, 19%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 899px) {
  header .header__menu-toggle--mobile .header__menu-line {
    width: 32px;
  }
}
header .header__menu-toggle--mobile.is-active .header__menu-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 3px);
}
header .header__menu-toggle--mobile.is-active .header__menu-line:nth-child(2) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.header__logo.dark {
  display: none;
  visibility: hidden;
}

body:has(.content-hero[data-theme-color=brown]) header {
  background-color: hsl(19, 20%, 19%);
  border-bottom: 1px solid hsla(35, 10%, 77%, 0.32);
}
body:has(.content-hero[data-theme-color=brown]) header .menu-main-container ul a {
  color: hsl(28, 84%, 93%);
}
body:has(.content-hero[data-theme-color=brown]) header .menu-main-container ul a:hover {
  color: hsl(16, 28%, 55%);
}
body:has(.content-hero[data-theme-color=brown]) header .menu-main-container ul li.current_page_item a {
  color: hsl(16, 28%, 55%);
}
body:has(.content-hero[data-theme-color=brown]) .header__menu-toggle--mobile .header__menu-line {
  background: hsl(28, 84%, 93%);
}
body:has(.content-hero[data-theme-color=brown]) .header__logo.default {
  display: none;
  visibility: hidden;
}
body:has(.content-hero[data-theme-color=brown]) .header__logo.dark {
  display: block;
  visibility: visible;
}
body:has(.content-hero[data-theme-color=brown]) .header__link.button {
  background-color: hsl(28, 84%, 93%);
  position: relative;
  overflow: clip;
}
body:has(.content-hero[data-theme-color=brown]) .header__link.button span {
  color: hsl(19, 20%, 19%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
body:has(.content-hero[data-theme-color=brown]) .header__link.button:hover::before {
  bottom: 0;
}
body:has(.content-hero[data-theme-color=brown]) .header__link.button::before {
  background-color: hsl(0, 0%, 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

.footer {
  background-color: hsl(19, 20%, 19%);
}
@media only screen and (min-width: 1200px) {
  .footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    position: relative;
    z-index: 0;
    height: 100%;
  }
}
.footer .wrapper {
  padding-block: 72px 64px;
}
.footer .footer__row--logo span {
  font-size: 120px;
  font-family: "ivypresto-display", serif;
  color: hsl(28, 84%, 93%);
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .footer .footer__row--logo span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__row--logo span {
    font-size: 64px;
  }
}
.footer .separator {
  margin-block: 64px;
  width: 100%;
  height: 1px;
  background-color: hsla(35, 10%, 77%, 0.24);
}
@media only screen and (max-width: 599px) {
  .footer .separator {
    margin-block: 40px;
  }
}
.footer .footer__row--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__row--content {
    flex-direction: column;
    gap: 80px;
  }
}
.footer .footer__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 104px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__columns {
    gap: 64px;
    justify-content: space-between;
  }
}
.footer .footer__column-title {
  color: hsl(28, 84%, 93%);
  font-weight: 300;
  margin-bottom: 48px;
}
.footer .footer__column-content {
  color: hsl(28, 84%, 93%);
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.footer .footer__column-content *:not(a) {
  color: hsl(28, 84%, 93%);
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.footer .footer__column-content br {
  display: none;
}
.footer .footer__column-content a {
  color: hsl(28, 84%, 93%);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  transition: color 250ms ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.footer .footer__column-content a:hover {
  color: hsl(0, 0%, 100%);
}
.footer .footer__column-content a:not(:last-child) {
  display: flex;
  margin-bottom: 24px;
}
.footer .footer__newsletter {
  max-width: 464px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .footer .footer__newsletter {
    max-width: 100%;
  }
}
.footer .footer__row--legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: hsl(28, 84%, 93%);
  font-weight: 300;
}
.footer .footer__legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 84px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__legal {
    margin-top: 60px;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.footer .footer__legal .footer__legal-link {
  color: hsl(28, 84%, 93%);
  font-family: "Inter", sans-serif;
  transition: color 250ms ease-in-out;
}
.footer .footer__legal .footer__legal-link:hover {
  color: hsl(0, 0%, 100%);
}
.footer .footer__newsletter-title {
  color: hsl(28, 84%, 93%);
  margin-bottom: 24px;
}
.footer .gfield_label {
  display: none !important;
}
.footer .ginput_container input {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsla(28, 84%, 93%, 0.24);
  padding: 0;
  color: hsl(28, 84%, 93%);
}
.footer .ginput_container input::placeholder {
  color: hsl(27, 15%, 66%);
}
.footer .button--secondary {
  background-color: hsl(28, 84%, 93%);
  position: relative;
  overflow: clip;
}
.footer .button--secondary span {
  color: hsl(19, 20%, 19%);
  transition: color 350ms ease-in-out;
  position: relative;
  z-index: 1;
}
.footer .button--secondary:hover span {
  color: hsl(30, 11%, 30%);
}
.footer .button--secondary:hover::before {
  bottom: 0;
}
.footer .button--secondary::before {
  background-color: hsl(0, 0%, 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -104px;
  left: 0;
  content: "";
  z-index: 0;
  transition: bottom 350ms ease-in-out;
  overflow: clip;
}

@media only screen and (max-width: 599px) {
  .content-hero .wrapper {
    padding-top: 20px;
  }
}
.content-hero .content-header__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-block: 170px 64px;
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-header__body {
    padding-block: 94px 128px;
  }
}
@media screen and (max-width: 1024px) {
  .content-hero .content-header__body {
    padding-block: 80px;
    flex-direction: column;
    gap: 54px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero .content-header__body {
    padding-block: 20px 80px;
  }
}
.content-hero .hero__editor * {
  font-size: 18px;
  line-height: 32px;
}
.content-hero .content-header__content {
  max-width: 464px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .content-hero .content-header__content {
    max-width: 100%;
    gap: 32px;
  }
}
.content-hero .content-header__images {
  max-width: 686px;
  width: 100%;
  min-height: 612px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-header__images {
    max-width: 464px;
    min-height: 528px;
  }
}
@media screen and (max-width: 1024px) {
  .content-hero .content-header__images {
    max-width: 100%;
    min-height: 425px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero .content-header__images {
    min-height: 380px;
  }
}
.content-hero .content-header__images .hero__images {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  justify-content: flex-end;
}
.content-hero .content-header__images .hero__images.count-3 .hero__image {
  width: 180px;
  height: 406px;
  border-radius: 2px;
}
@media screen and (min-width: 1440px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image {
    width: 144px;
    height: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image {
    width: calc(33.333% - 8px);
  }
}
.content-hero .content-header__images .hero__images.count-3 .hero__image:nth-child(2) {
  transform: translateY(185px);
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image:nth-child(2) {
    transform: translateY(100px);
  }
}
.content-hero .content-header__images .hero__images.count-3 .hero__image img {
  width: 180px;
  height: 406px;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1440px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image img {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image img {
    width: 144px;
    height: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .content-hero .content-header__images .hero__images.count-3 .hero__image img {
    width: 100%;
  }
}
.content-hero .content-header__images .hero__images.count-2 .hero__image {
  width: calc(50% - 8px);
  height: 406px;
  border-radius: 2px;
}
.content-hero .content-header__images .hero__images.count-2 .hero__image img {
  width: 100%;
  height: 406px;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}
.content-hero .content-header__images .hero__images.count-1 .hero__image {
  width: 100%;
  height: 406px;
  border-radius: 2px;
}
.content-hero .content-header__images .hero__images.count-1 .hero__image img {
  width: 100%;
  height: 406px;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}
.content-hero .hero__scroll {
  width: fit-content;
}
.content-hero .hero__scroll:hover .hero__scroll-text {
  padding-left: 52px;
}
.content-hero .hero__scroll:hover .hero__scroll-text::before {
  width: 44px;
}
.content-hero .hero__scroll-text {
  padding-left: 48px;
  position: relative;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.content-hero .hero__scroll-text::before {
  width: 40px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: hsl(35, 10%, 77%);
  transition: all 250ms ease-in-out;
}
.content-hero .hero__separator {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-bottom: 10px;
}
.content-hero .hero__body {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .content-hero .hero__body {
    gap: 32px;
  }
}

.content-hero[data-theme-color=brown] {
  background-color: hsl(19, 20%, 19%);
}
.content-hero[data-theme-color=brown] * {
  color: hsl(28, 84%, 93%);
}
.content-hero[data-theme-color=brown] .content-header__images {
  display: none;
  visibility: hidden;
}
.content-hero[data-theme-color=brown] .content-header__content {
  max-width: 100%;
  gap: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .content-header__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero[data-theme-color=brown] .content-header__content {
    gap: 32px;
  }
}
.content-hero[data-theme-color=brown] .hero__title {
  max-width: 556px;
  width: 100%;
  margin-top: -12px;
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .hero__title {
    max-width: 100%;
    margin-top: 0;
  }
}
.content-hero[data-theme-color=brown] .hero__body {
  max-width: 618px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-hero[data-theme-color=brown] .hero__body {
    max-width: 542px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .hero__body {
    max-width: 100%;
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero[data-theme-color=brown] .hero__body {
    gap: 32px;
  }
}
.content-hero[data-theme-color=brown] .hero__separator {
  margin-bottom: 0;
  margin-top: 80px;
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .hero__separator {
    margin-top: 40px;
  }
}
.content-hero[data-theme-color=brown] .content-header__body {
  padding-block: 0;
}
@media only screen and (max-width: 1199px) {
  .content-hero[data-theme-color=brown] .content-header__body {
    padding-block: 0;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .content-header__body {
    padding-block: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero[data-theme-color=brown] .content-header__body {
    padding-block: 0;
  }
}
.content-hero[data-theme-color=brown] .wrapper {
  padding-block: 107px 164px;
}
@media only screen and (max-width: 1199px) {
  .content-hero[data-theme-color=brown] .wrapper {
    padding-block: 107px 149px;
  }
}
@media only screen and (max-width: 899px) {
  .content-hero[data-theme-color=brown] .wrapper {
    padding-block: 64px 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero[data-theme-color=brown] .wrapper {
    padding-block: 40px;
  }
}

body:has(.content-hero[data-theme-color=brown]) .text-image.text-image--background-default .text-image__image {
  margin-top: 0;
}

.text-image.default .text-image__image {
  height: 672px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .text-image.default .text-image__image {
    height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image.default .text-image__image {
    height: 320px;
  }
}
.text-image.default .text-image__image-item {
  width: 100%;
  height: 772px;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 899px) {
  .text-image.default .text-image__image-item {
    height: 650px;
    object-position: center;
  }
}
@media only screen and (max-width: 599px) {
  .text-image.default .text-image__image-item {
    height: 420px;
  }
}
.text-image.default .image--width-default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin-block: 94px 164px;
}
@media only screen and (max-width: 1199px) {
  .text-image.default .image--width-default {
    max-width: 100%;
    margin-block: 80px 104px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image.default .image--width-default {
    max-width: 100%;
    margin-block: 40px 64px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image.default .image--width-default {
    margin-block: 40px;
  }
}

@keyframes slideInDesktop {
  0% {
    clip-path: inset(0 121px);
    -webkit-clip-path: inset(0 121px);
  }
  100% {
    clip-path: inset(0 0);
    -webkit-clip-path: inset(0 0);
  }
}
.text-image .text-image__body .wrapper:not(.wrapper--separator) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__body .wrapper:not(.wrapper--separator) {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__body .wrapper:not(.wrapper--separator) {
    padding-bottom: 20px;
  }
}
.text-image .text-image__head {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .text-image .text-image__head {
    max-width: 160px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__head {
    max-width: 100%;
  }
}
.text-image .text-image__content {
  max-width: 788px;
  width: 100%;
  margin-top: -24px;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__content {
    max-width: 100%;
  }
}
.text-image .text-image__editors {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-block: 120px 0;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__editors {
    margin-block: 64px 0;
    gap: 96px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__editors {
    gap: 64px;
    flex-direction: column;
  }
}
.text-image .text-image__editors:has(.text-image__editor.count--2) .text-image__editor {
  max-width: calc(50% - 32px);
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__editors:has(.text-image__editor.count--2) .text-image__editor {
    max-width: calc(50% - 48px);
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__editors:has(.text-image__editor.count--2) .text-image__editor {
    max-width: 100%;
  }
}
.text-image .text-image__editors:has(:not(.text-image__editor.count--2)) .text-image__editor {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__editors:has(:not(.text-image__editor.count--2)) .text-image__editor {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__editors:has(:not(.text-image__editor.count--2)) .text-image__editor {
    max-width: 100%;
  }
}
.text-image .text-image__link {
  margin-block: 120px 0;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__link {
    margin-block: 64px 0;
  }
}
.text-image .text-image__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.text-image .text-image__separator {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-top: 120px;
  margin-bottom: 82px;
}
@media only screen and (max-width: 1199px) {
  .text-image .text-image__separator {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image .text-image__separator {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.text-image:has(:not(.text-image__image-item)) .wrapper:not(.wrapper--separator) {
  padding-top: 82px;
}
@media only screen and (max-width: 1199px) {
  .text-image:has(:not(.text-image__image-item)) .wrapper:not(.wrapper--separator) {
    padding-top: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image:has(:not(.text-image__image-item)) .wrapper:not(.wrapper--separator) {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image:has(:not(.text-image__image-item)) .wrapper:not(.wrapper--separator) {
    padding-top: 20px;
  }
}

.content-blocks .wrapper {
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .content-blocks .wrapper {
    padding-block: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .content-blocks .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-blocks .wrapper {
    padding-block: 20px;
  }
}
.content-blocks .content-blocks__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.content-blocks .content-blocks__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 820px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-blocks .content-blocks__head {
    max-width: 100%;
  }
}
.content-blocks .content-blocks__blocks {
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin-top: 120px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .content-blocks .content-blocks__blocks {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .content-blocks .content-blocks__blocks {
    gap: 0;
  }
}
.content-blocks .content-blocks__blocks .content-blocks__block {
  max-width: calc(32% - 32px);
  width: 100%;
  margin-block: 48px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .content-blocks .content-blocks__blocks .content-blocks__block {
    max-width: calc(31.5% - 32px);
  }
}
@media only screen and (max-width: 899px) {
  .content-blocks .content-blocks__blocks .content-blocks__block {
    max-width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 599px) {
  .content-blocks .content-blocks__blocks .content-blocks__block {
    max-width: 100%;
  }
}
.content-blocks .content-blocks__blocks .content-blocks__block-label {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: hsl(19, 20%, 19%);
  position: relative;
  overflow: clip;
}
.content-blocks .content-blocks__blocks .content-blocks__block-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
}
.content-blocks .content-blocks__blocks .content-blocks__block-title {
  padding-block: 24px;
}
.content-blocks .content-blocks__blocks .content-blocks__block-editor * {
  font-weight: 400;
  color: hsl(30, 11%, 30%);
}

.content-team .wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .content-team .wrapper {
    padding-block: 52px;
    gap: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-team .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-team .wrapper {
    padding-block: 20px;
    gap: 64px;
  }
}
.content-team .content-team__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}
@media only screen and (max-width: 899px) {
  .content-team .content-team__head {
    flex-direction: column;
    gap: 32px;
  }
}
.content-team .content-team__head > div:first-child {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-team .content-team__head > div:first-child {
    max-width: 160px;
  }
}
@media only screen and (max-width: 899px) {
  .content-team .content-team__head > div:first-child {
    max-width: 100%;
  }
}
.content-team .content-team__head > div:last-child {
  max-width: 788px;
  width: 100%;
  margin-top: -24px;
}
@media only screen and (max-width: 899px) {
  .content-team .content-team__head > div:last-child {
    max-width: 100%;
  }
}
.content-team .content-team__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.content-team .content-team__editor {
  padding-block: 80px;
}
@media only screen and (max-width: 899px) {
  .content-team .content-team__editor {
    padding-block: 64px;
  }
}
.content-team .content-team__team {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
}
.content-team .person-item {
  max-width: calc(32% - 16px);
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .content-team .person-item {
    max-width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .content-team .person-item {
    max-width: 100%;
  }
}
.content-team .person-item__image {
  height: 332px;
  overflow: clip;
}
.content-team .person-item__image img {
  object-fit: cover;
  height: 432px;
  width: 100%;
  border-radius: 2px;
}
.content-team .person-item__title {
  padding-block: 16px;
}
.content-team .person-item__function {
  color: hsl(30, 11%, 30%);
}
.content-team .person-item__function span {
  color: hsl(30, 11%, 30%);
}

.event-latest .wrapper {
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .event-latest .wrapper {
    padding-block: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .event-latest .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .event-latest .wrapper {
    padding-block: 20px;
  }
}
.event-latest .separator--top {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-bottom: 120px;
}
@media only screen and (max-width: 599px) {
  .event-latest .separator--top {
    margin-bottom: 40px;
  }
}
.event-latest .separator--bottom {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-top: 120px;
}
@media only screen and (max-width: 599px) {
  .event-latest .separator--bottom {
    margin-top: 40px;
  }
}
.event-latest .event-latest__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.event-latest .event-latest__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__head {
    flex-direction: column;
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .event-latest .event-latest__head {
    gap: 0;
  }
}
.event-latest .event-latest__head > div:first-child {
  max-width: 740px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__head > div:first-child {
    max-width: 100%;
  }
}
.event-latest .event-latest__head > div:last-child {
  max-width: 330px;
  width: 100%;
  padding-top: 48px;
}
@media only screen and (max-width: 1199px) {
  .event-latest .event-latest__head > div:last-child {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__head > div:last-child {
    max-width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__editor.desktop {
    display: none;
  }
}
.event-latest .event-latest__editor.mobile {
  padding-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .event-latest .event-latest__editor.mobile {
    display: none;
  }
}
.event-latest .event-latest__editor * {
  color: hsl(30, 11%, 30%);
}
.event-latest .event-latest__title {
  padding-block: 32px 64px;
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__title {
    padding-block: 32px;
  }
}
.event-latest .event-latest__events {
  margin-top: 120px;
  overflow: clip;
}
.event-latest .event-latest__events .keen-slider {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .event-latest .event-latest__events {
    margin-top: 64px;
  }
}
.event-latest .event-latest__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 32px;
}
.event-latest .event-latest__navigation div {
  width: fit-content;
  cursor: pointer;
}
.event-latest .event-latest__navigation div.is-disabled {
  cursor: default;
}
.event-latest .event-latest__navigation div.is-disabled span {
  opacity: 0.24;
}
.event-latest .event-latest__navigation span {
  color: hsl(0, 0%, 22%);
  font-weight: 400;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.event-latest .event-latest__navigation .event-latest__separator {
  width: 40px;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
}

.event-single .event-single__back {
  font-weight: 400;
  transition: color 250ms ease-in-out;
}
.event-single .event-single__back:hover {
  color: hsl(16, 28%, 55%);
}
.event-single .event-single__share-link {
  background-color: hsl(19, 20%, 19%);
  border-radius: 100px;
  aspect-ratio: 1;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
}
.event-single .event-single__share-link:hover {
  background-color: hsl(16, 28%, 55%);
}
.event-single .event-single__share-link--copy::before {
  content: "Link gekopieerd";
  position: fixed;
  z-index: 99999;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2rem;
  bottom: 8vh;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  color: hsl(19, 20%, 19%);
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.event-single .event-single__share-link--copy.is-active::before {
  opacity: 1;
}
.event-single .event-single__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__head {
    flex-direction: column;
  }
}
.event-single .event-single__head > div:first-child {
  max-width: 920px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .event-single .event-single__head > div:first-child {
    max-width: 616px;
  }
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__head > div:first-child {
    max-width: 100%;
  }
}
.event-single .event-single__head > div:last-child {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 80px;
  border-left: 1px solid hsl(35, 10%, 77%);
}
@media only screen and (max-width: 1199px) {
  .event-single .event-single__head > div:last-child {
    max-width: 196px;
  }
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__head > div:last-child {
    max-width: 100%;
    padding-left: 0;
    border-left: none;
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
    border-top: 1px solid hsl(35, 10%, 77%);
  }
}
@media screen and (max-width: 767px) {
  .event-single .event-single__head > div:last-child {
    padding-top: 40px;
    flex-direction: column;
  }
}
.event-single .event-single__title {
  margin-top: 40px;
  max-width: 790px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__title {
    max-width: 100%;
  }
}
.event-single .event-single__introduction {
  margin-top: 40px;
  max-width: 618px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__introduction {
    max-width: 100%;
  }
}
.event-single .event-single__scroll {
  width: fit-content;
}
.event-single .event-single__scroll-text {
  padding-left: 48px;
  position: relative;
  cursor: pointer;
}
.event-single .event-single__scroll-text::before {
  width: 40px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: hsl(35, 10%, 77%);
}
.event-single .event-single__image {
  width: 100%;
  height: 672px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__image {
    height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__image {
    height: 320px;
  }
}
.event-single .event-single__image img {
  width: 100%;
  height: 772px;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__image img {
    height: 650px;
    object-position: center;
  }
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__image img {
    height: 420px;
  }
}
.event-single .event-single__date,
.event-single .event-single__time,
.event-single .event-single__author,
.event-single .event-single__share,
.event-single .event-single__category {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-single .event-single__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: hsl(30, 11%, 30%);
}
.event-single .event-single__field {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: hsl(27, 15%, 66%);
}
.event-single .event-single__category-field {
  background-color: hsl(16, 28%, 55%);
  padding: 8px 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  width: fit-content;
}
.event-single .event-single__share-links {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.event-single .wrapper-content {
  padding-block: 164px;
}
@media only screen and (max-width: 1199px) {
  .event-single .wrapper-content {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .event-single .wrapper-content {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .event-single .wrapper-content {
    padding-block: 40px;
  }
}
.event-single .event-single__content {
  max-width: 952px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .event-single .event-single__content {
    max-width: 872px;
  }
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__content {
    max-width: 100%;
  }
}
.event-single .event-single__content h1:not(:first-child),
.event-single .event-single__content h2:not(:first-child),
.event-single .event-single__content h3:not(:first-child),
.event-single .event-single__content h4:not(:first-child),
.event-single .event-single__content h5:not(:first-child) {
  margin-block: 120px 64px;
}
.event-single .event-single__content h1:first-child,
.event-single .event-single__content h2:first-child,
.event-single .event-single__content h3:first-child,
.event-single .event-single__content h4:first-child,
.event-single .event-single__content h5:first-child {
  margin-block: 0 64px;
}
.event-single .event-single__content p:has(img) {
  margin-top: 120px;
}
.event-single .event-single__content p:has(img) img {
  width: 100%;
  height: 672px;
  overflow: clip;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__content p:has(img) img {
    height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__content p:has(img) img {
    height: 320px;
  }
}
.event-single .event-single__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  min-height: 672px;
  position: relative;
  overflow: clip;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .event-single .event-single__header {
    min-height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__header {
    min-height: 320px;
  }
}
.event-single .event-single__header::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63.49%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.event-single .event-single__header .wrapper {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__header .wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.event-single .event-single__header .wrapper * {
  color: hsl(0, 0%, 100%);
}
.event-single .event-single__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .event-single .event-single__bottom {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
.event-single .event-single__header-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.event-single .event-single__from-till {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.event-single .event-single__from-till span:first-child {
  font-weight: 500;
}
.event-single .event-single__from-till span:last-child {
  font-weight: 400;
}
.event-single .event-single__category {
  background-color: hsl(16, 28%, 55%);
  padding: 8px 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.event-list .wrapper {
  padding-block: 164px 82px;
}
@media only screen and (max-width: 1199px) {
  .event-list .wrapper {
    padding-block: 104px 52px;
  }
}
@media only screen and (max-width: 899px) {
  .event-list .wrapper {
    padding-block: 64px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .event-list .wrapper {
    padding-block: 40px 20px;
  }
}
.event-list .event-list__title {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .event-list .event-list__title {
    text-align: left;
  }
}
.event-list .event-list__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .event-list .event-list__label {
    text-align: left;
  }
}
.event-list .event-list__editor {
  text-align: center;
  margin-top: 64px;
}
.event-list .event-list__editor * {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 599px) {
  .event-list .event-list__editor {
    text-align: left;
  }
}
.event-list .event-list__separator {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-block: 64px;
}
.event-list .event-list__head {
  display: flex;
  flex-direction: column;
  max-width: 790px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .event-list .event-list__head {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .event-list .event-list__head {
    text-align: left;
    margin-inline: unset;
  }
}
.event-list .event-list__events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 104px 32px;
}
@media only screen and (max-width: 1199px) {
  .event-list .event-list__events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .event-list .event-list__events {
    gap: 64px 32px;
  }
}
@media screen and (max-width: 767px) {
  .event-list .event-list__events {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.event-item {
  height: auto;
  display: flex;
  flex-direction: column;
}
.event-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 534px;
  border-radius: 2px;
  overflow: clip;
}
.event-item a::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63.49%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.event-item a:hover .event-item__more {
  transform: translateX(44px);
}
.event-item a:hover .event-item__more::before {
  width: 32px;
  left: -44px;
}
.event-item .event-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-item .event-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item .event-item__body {
  position: relative;
  margin-top: auto;
  z-index: 2;
  padding: 32px;
}
.event-item .event-item__body * {
  color: hsl(0, 0%, 100%);
}
.event-item .event-item__more {
  transform: translateX(36px);
  position: relative;
  transition: all 250ms ease-in-out;
  margin-top: 48px;
}
.event-item .event-item__more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 24px;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  transform: translateY(-50%);
  z-index: 2;
  transition: all 250ms ease-in-out;
}
.event-item .event-item__introduction {
  margin-top: 32px;
}
.event-item .event-item__introduction * {
  font-weight: 400;
}
.event-item .event-item__head {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.event-item .event-item__category {
  background-color: hsl(16, 28%, 55%);
  padding: 8px 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.event-item .event-item__date {
  display: none;
}
.event-item .event-item__from-till {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.event-item .event-item__from-till span:first-child {
  font-weight: 500;
}
.event-item .event-item__from-till span:last-child {
  font-weight: 400;
}

.content-partner-list .wrapper {
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .content-partner-list .wrapper {
    padding-block: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .content-partner-list .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-partner-list .wrapper {
    padding-block: 20px;
  }
}
.content-partner-list .partner-list__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.content-partner-list .partner-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .content-partner-list .partner-list {
    flex-direction: column;
    gap: 40px;
  }
}
.content-partner-list .partner-list > div:first-child {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .content-partner-list .partner-list > div:first-child {
    max-width: 100%;
  }
}
.content-partner-list .partner-list > div:last-child {
  max-width: 330px;
  width: 100%;
  padding-top: 48px;
}
@media only screen and (max-width: 1199px) {
  .content-partner-list .partner-list > div:last-child {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .content-partner-list .partner-list > div:last-child {
    max-width: 100%;
    padding-top: 0;
  }
}
.content-partner-list .partners-list__wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-partner-list .partners-list__wrap {
    margin-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-partner-list .partners-list__wrap {
    margin-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .content-partner-list .partners-list__wrap {
    gap: 40px;
    margin-block: 40px;
  }
}
.content-partner-list .partner-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .content-partner-list .partner-item {
    flex-direction: column;
    gap: 32px;
  }
}
.content-partner-list .partner-item__image {
  max-height: 244px;
  width: 100%;
  height: 100%;
  overflow: clip;
  border-radius: 2px;
  padding-right: 164px;
}
@media only screen and (max-width: 1199px) {
  .content-partner-list .partner-item__image {
    padding-right: 90px;
  }
}
@media screen and (max-width: 800px) {
  .content-partner-list .partner-item__image {
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-partner-list .partner-item__image {
    max-height: 332px;
  }
}
.content-partner-list .partner-item__image img {
  max-width: 312px;
  width: 100%;
  height: 244px;
  object-fit: cover;
  overflow: clip;
  border-radius: 2px;
}
@media screen and (max-width: 800px) {
  .content-partner-list .partner-item__image img {
    max-width: 100%;
  }
}
.content-partner-list .partners-list__link-wrap {
  display: flex;
  justify-content: center;
}
.content-partner-list .partner-item__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 90px;
  border-left: 1px solid hsl(35, 10%, 77%);
  max-width: 758px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-partner-list .partner-item__body {
    max-width: 634px;
  }
}
@media only screen and (max-width: 899px) {
  .content-partner-list .partner-item__body {
    max-width: 415px;
  }
}
@media screen and (max-width: 800px) {
  .content-partner-list .partner-item__body {
    padding-left: 0;
    border-left: none;
    padding-top: 32px;
    border-top: 1px solid hsl(35, 10%, 77%);
    max-width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .story-list--background-grey {
    padding-block: 40px;
  }
}

.story-list .wrapper {
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .story-list .wrapper {
    padding-block: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .story-list .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .story-list .wrapper {
    padding-block: 20px;
  }
}
.story-list .story-list__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.story-list .story-list__head {
  max-width: 740px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .story-list .story-list__head {
    justify-content: flex-start;
    text-align: flex-start;
  }
}
.story-list .story-list__stories {
  margin-top: 120px;
}
@media only screen and (max-width: 899px) {
  .story-list .story-list__stories {
    margin-top: 64px;
  }
}
.story-list .story-list__stories .keen-slider {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .story-list .story-list__stories .keen-slider {
    max-height: 360px;
  }
}
@media only screen and (max-width: 599px) {
  .story-list .story-list__stories .keen-slider {
    max-height: 600px;
  }
}
.story-list .story-item {
  transition: padding-block 300ms ease;
}
.story-list .story-item:not(.is-active) {
  padding-block: 30px;
}
.story-list .story-item__container {
  background-color: hsl(19, 20%, 19%);
  position: relative;
  overflow: clip;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .story-list .story-item__container {
    flex-direction: column;
  }
}
.story-list .story-item__container .story-item__image {
  max-width: 214px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .story-list .story-item__container .story-item__image {
    max-width: 100%;
  }
}
.story-list .story-item__container .story-item__image img {
  max-width: 214px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .story-list .story-item__container .story-item__image img {
    max-width: 100%;
    max-height: 340px;
  }
}
.story-list .story-item__container .story-item__body {
  padding: 48px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .story-list .story-item__container .story-item__body {
    padding: 32px;
    height: 100%;
  }
}
.story-list .story-item__container .story-item__quote {
  font-size: 40px;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  line-height: 1.6;
  color: hsl(28, 84%, 93%);
  margin-bottom: 32px;
}
@media only screen and (max-width: 899px) {
  .story-list .story-item__container .story-item__quote {
    font-size: 24px;
  }
}
.story-list .story-item__container .story-item__title {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: hsl(33, 16%, 87%);
  text-transform: uppercase;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 0.32px solid hsl(28, 84%, 93%);
  justify-content: flex-end;
}
.story-list .story-list__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 64px;
}
.story-list .story-list__navigation div {
  width: fit-content;
  cursor: pointer;
}
.story-list .story-list__navigation div.is-disabled {
  cursor: default;
}
.story-list .story-list__navigation div.is-disabled span {
  opacity: 0.24;
}
.story-list .story-list__navigation span {
  color: hsl(0, 0%, 22%);
  font-weight: 400;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.story-list .story-list__navigation .story-list__separator {
  width: 40px;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
}

.article-latest .wrapper {
  padding-block: 82px;
}
@media only screen and (max-width: 1199px) {
  .article-latest .wrapper {
    padding-block: 52px;
  }
}
@media only screen and (max-width: 899px) {
  .article-latest .wrapper {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .article-latest .wrapper {
    padding-block: 20px;
  }
}
.article-latest .article-latest__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
}
.article-latest .article-latest__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__head {
    flex-direction: column;
    gap: 40px;
  }
}
.article-latest .article-latest__head > div:first-child {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__head > div:first-child {
    max-width: 100%;
  }
}
.article-latest .article-latest__head > div:last-child {
  max-width: 330px;
  width: 100%;
  padding-top: 48px;
}
@media only screen and (max-width: 1199px) {
  .article-latest .article-latest__head > div:last-child {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__head > div:last-child {
    max-width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__editor.desktop {
    display: none;
  }
}
.article-latest .article-latest__editor.mobile {
  padding-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .article-latest .article-latest__editor.mobile {
    display: none;
  }
}
.article-latest .article-latest__link {
  width: fit-content;
}
.article-latest .article-latest__articles {
  margin-top: 120px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__articles {
    overflow: visible;
  }
}
.article-latest .article-latest__articles .keen-slider {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .article-latest .article-latest__articles {
    margin-top: 64px;
  }
}
.article-latest .article-latest__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 32px;
}
.article-latest .article-latest__navigation div {
  width: fit-content;
  cursor: pointer;
}
.article-latest .article-latest__navigation div.is-disabled {
  cursor: default;
}
.article-latest .article-latest__navigation div.is-disabled span {
  opacity: 0.24;
}
.article-latest .article-latest__navigation span {
  color: hsl(0, 0%, 22%);
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
.article-latest .article-latest__navigation .article-latest__separator {
  width: 40px;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
}

.article-list .wrapper {
  padding-block: 164px 82px;
}
@media only screen and (max-width: 1199px) {
  .article-list .wrapper {
    padding-block: 104px 52px;
  }
}
@media only screen and (max-width: 899px) {
  .article-list .wrapper {
    padding-block: 64px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .article-list .wrapper {
    padding-block: 40px 20px;
  }
}
.article-list .article-list__title {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .article-list .article-list__title {
    text-align: left;
  }
}
.article-list .article-list__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .article-list .article-list__label {
    text-align: left;
  }
}
.article-list .article-list__editor {
  text-align: center;
  margin-top: 64px;
}
.article-list .article-list__editor * {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 599px) {
  .article-list .article-list__editor {
    text-align: left;
  }
}
.article-list .article-list__separator {
  width: 100%;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  margin-block: 64px;
}
.article-list .article-list__head {
  display: flex;
  flex-direction: column;
  max-width: 790px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .article-list .article-list__head {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .article-list .article-list__head {
    text-align: left;
    margin-inline: unset;
  }
}
.article-list .article-list__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 104px 32px;
}
@media only screen and (max-width: 1199px) {
  .article-list .article-list__articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .article-list .article-list__articles {
    gap: 64px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .article-list .article-list__articles {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

.article-item {
  height: auto;
  display: flex;
  flex-direction: column;
}
.article-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 2px;
  overflow: clip;
}
.article-item a:hover .article-item__more {
  transform: translateX(44px);
}
.article-item a:hover .article-item__more::before {
  width: 32px;
  left: -44px;
}
.article-item .article-item__title {
  min-height: 79px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-item .article-item__image img {
  width: 100%;
  height: 384px;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .article-item .article-item__image img {
    height: 384px;
  }
}
.article-item .article-item__body {
  position: relative;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-item .article-item__body * {
  color: hsl(30, 11%, 30%);
}
.article-item .article-item__content {
  margin-block: 32px;
}
.article-item .article-item__more {
  transform: translateX(36px);
  position: relative;
  transition: all 250ms ease-in-out;
  margin-top: auto;
  color: hsl(0, 0%, 22%);
  font-weight: 400;
}
.article-item .article-item__more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 24px;
  height: 1px;
  background-color: hsl(35, 10%, 77%);
  transform: translateY(-50%);
  z-index: 2;
  transition: all 250ms ease-in-out;
}
.article-item .article-item__introduction {
  margin-top: 32px;
}
.article-item .article-item__introduction * {
  font-weight: 400;
}
.article-item .article-item__head {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .article-item .article-item__head {
    flex-wrap: wrap;
  }
}
.article-item .article-item__category {
  background-color: hsl(16, 28%, 55%);
  padding: 8px 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
}
.article-item .article-item__from-till {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.article-item .article-item__from-till span:first-child {
  font-weight: 500;
}
.article-item .article-item__from-till span:last-child {
  font-weight: 400;
}

.article-single .wrapper {
  padding-block: 107px 82px;
}
@media only screen and (max-width: 1199px) {
  .article-single .wrapper {
    padding-block: 107px 52px;
  }
}
@media only screen and (max-width: 899px) {
  .article-single .wrapper {
    padding-block: 48px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .article-single .wrapper {
    padding-block: 40px 20px;
  }
}
.article-single .article-single__back {
  font-weight: 400;
  transition: color 250ms ease-in-out;
}
.article-single .article-single__back:hover {
  color: hsl(16, 28%, 55%);
}
.article-single .article-single__share-link {
  background-color: hsl(19, 20%, 19%);
  border-radius: 100px;
  aspect-ratio: 1;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
}
.article-single .article-single__share-link:hover {
  background-color: hsl(16, 28%, 55%);
}
.article-single .article-single__share-link--copy::before {
  content: "Link gekopieerd";
  position: fixed;
  z-index: 99999;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2rem;
  bottom: 8vh;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  color: hsl(19, 20%, 19%);
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.article-single .article-single__share-link--copy.is-active::before {
  opacity: 1;
}
.article-single .article-single__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__head {
    flex-direction: column;
  }
}
.article-single .article-single__head > div:first-child {
  max-width: 920px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .article-single .article-single__head > div:first-child {
    max-width: 616px;
  }
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__head > div:first-child {
    max-width: 100%;
  }
}
.article-single .article-single__head > div:last-child {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 80px;
  border-left: 1px solid hsl(35, 10%, 77%);
}
@media only screen and (max-width: 1199px) {
  .article-single .article-single__head > div:last-child {
    max-width: 196px;
  }
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__head > div:last-child {
    max-width: 100%;
    padding-left: 0;
    border-left: none;
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
    border-top: 1px solid hsl(35, 10%, 77%);
  }
}
@media screen and (max-width: 767px) {
  .article-single .article-single__head > div:last-child {
    padding-top: 40px;
    flex-direction: column;
  }
}
.article-single .article-single__title {
  margin-top: 64px;
}
@media only screen and (max-width: 599px) {
  .article-single .article-single__title {
    margin-top: 40px;
  }
}
.article-single .article-single__head-content {
  margin-top: 64px;
  max-width: 620px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .article-single .article-single__head-content {
    margin-top: 40px;
  }
}
.article-single .article-single__scroll-down {
  margin-top: 64px;
}
.article-single .article-single__scroll {
  width: fit-content;
}
.article-single .article-single__scroll-text {
  padding-left: 48px;
  position: relative;
  cursor: pointer;
}
.article-single .article-single__scroll-text::before {
  width: 40px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-color: hsl(35, 10%, 77%);
}
.article-single .article-single__image {
  width: 100%;
  height: 672px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__image {
    height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .article-single .article-single__image {
    height: 320px;
  }
}
.article-single .article-single__image img {
  width: 100%;
  height: 772px;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__image img {
    height: 650px;
    object-position: center;
  }
}
@media only screen and (max-width: 599px) {
  .article-single .article-single__image img {
    height: 420px;
  }
}
.article-single .article-single__date,
.article-single .article-single__time,
.article-single .article-single__author,
.article-single .article-single__share,
.article-single .article-single__category {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article-single .article-single__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: hsl(30, 11%, 30%);
}
.article-single .article-single__field {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: hsl(27, 15%, 66%);
}
.article-single .article-single__category-field {
  background-color: hsl(16, 28%, 55%);
  padding: 8px 12px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  width: fit-content;
}
.article-single .article-single__share-links {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.article-single .wrapper-content {
  padding-block: 164px;
}
@media only screen and (max-width: 1199px) {
  .article-single .wrapper-content {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .article-single .wrapper-content {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .article-single .wrapper-content {
    padding-block: 40px;
  }
}
.article-single .article-single__content {
  max-width: 952px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .article-single .article-single__content {
    max-width: 872px;
  }
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__content {
    max-width: 100%;
  }
}
.article-single .article-single__content h1:not(:first-child),
.article-single .article-single__content h2:not(:first-child),
.article-single .article-single__content h3:not(:first-child),
.article-single .article-single__content h4:not(:first-child),
.article-single .article-single__content h5:not(:first-child) {
  margin-block: 120px 64px;
}
.article-single .article-single__content h1:first-child,
.article-single .article-single__content h2:first-child,
.article-single .article-single__content h3:first-child,
.article-single .article-single__content h4:first-child,
.article-single .article-single__content h5:first-child {
  margin-block: 0 64px;
}
.article-single .article-single__content p:has(img) {
  margin-top: 120px;
}
.article-single .article-single__content p:has(img) img {
  width: 100%;
  height: 672px;
  overflow: clip;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 899px) {
  .article-single .article-single__content p:has(img) img {
    height: 550px;
  }
}
@media only screen and (max-width: 599px) {
  .article-single .article-single__content p:has(img) img {
    height: 320px;
  }
}

.content-form .wrapper {
  padding-block: 164px 82px;
}
@media only screen and (max-width: 1199px) {
  .content-form .wrapper {
    padding-block: 104px 52px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .wrapper {
    padding-block: 64px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .wrapper {
    padding-block: 40px 20px;
  }
}
.content-form .form__image {
  max-height: 628px;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.content-form .form__image .form__image-item {
  object-fit: cover;
  height: 728px;
  width: 100%;
}
.content-form .form__label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: hsl(16, 28%, 55%);
  margin-bottom: 32px;
}
@media only screen and (max-width: 599px) {
  .content-form .form__label {
    margin-bottom: 16px;
  }
}
.content-form .content-form__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-top: 120px;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__body {
    flex-direction: column;
    gap: 40px;
    margin-top: 64px;
  }
}
.content-form .content-form__body > div:first-child {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__body > div:first-child {
    max-width: 100%;
  }
}
.content-form .content-form__body > div:last-child {
  max-width: 330px;
  width: 100%;
  padding-top: 48px;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__body > div:last-child {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__body > div:last-child {
    max-width: 100%;
    padding-top: 0;
  }
}
.content-form .content-form__contact {
  margin-top: 60px;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__contact.desktop {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .content-form .content-form__contact.mobile {
    display: none;
  }
}
.content-form .content-form__contact a {
  font-weight: 400;
  position: relative;
}
.content-form .content-form__contact a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: hsl(30, 11%, 30%);
  width: 0;
  height: 1px;
  content: "";
  transition: width 300ms ease-in-out;
}
.content-form .content-form__contact a:hover::before {
  width: 100%;
}
.content-form .form__form-id {
  margin-top: 60px;
}
.content-form .gfield_label {
  margin: 0 0 16px 0;
  font-family: 700;
  color: hsl(30, 11%, 30%);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}
.content-form .content-form__contact-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .content-form .content-form__contact-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .form__editor.desktop {
    display: none;
  }
}
.content-form .form__editor.mobile {
  margin-top: 40px;
}
@media only screen and (min-width: 900px) {
  .content-form .form__editor.mobile {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .form__editor.mobile {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .content-form .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 52px !important;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 32px !important;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .gform_wrapper.gravity-theme .gform_fields {
    column-gap: 0 !important;
  }
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsla(0, 0%, 0%, 0.9)-90 color utility.
 */
.color-black-90 {
  color: hsla(0, 0%, 0%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.9)-90 color utility.
 */
.background-color-black-90 {
  background-color: hsla(0, 0%, 0%, 0.9);
}

/**
 * `color` hsla(0, 0%, 0%, 0.8)-80 color utility.
 */
.color-black-80 {
  color: hsla(0, 0%, 0%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.8)-80 color utility.
 */
.background-color-black-80 {
  background-color: hsla(0, 0%, 0%, 0.8);
}

/**
 * `color` hsla(0, 0%, 0%, 0.7)-70 color utility.
 */
.color-black-70 {
  color: hsla(0, 0%, 0%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.7)-70 color utility.
 */
.background-color-black-70 {
  background-color: hsla(0, 0%, 0%, 0.7);
}

/**
 * `color` hsla(0, 0%, 0%, 0.6)-60 color utility.
 */
.color-black-60 {
  color: hsla(0, 0%, 0%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.6)-60 color utility.
 */
.background-color-black-60 {
  background-color: hsla(0, 0%, 0%, 0.6);
}

/**
 * `color` hsla(0, 0%, 0%, 0.5)-50 color utility.
 */
.color-black-50 {
  color: hsla(0, 0%, 0%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.5)-50 color utility.
 */
.background-color-black-50 {
  background-color: hsla(0, 0%, 0%, 0.5);
}

/**
 * `color` hsla(0, 0%, 0%, 0.4)-40 color utility.
 */
.color-black-40 {
  color: hsla(0, 0%, 0%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.4)-40 color utility.
 */
.background-color-black-40 {
  background-color: hsla(0, 0%, 0%, 0.4);
}

/**
 * `color` hsla(0, 0%, 0%, 0.3)-30 color utility.
 */
.color-black-30 {
  color: hsla(0, 0%, 0%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.3)-30 color utility.
 */
.background-color-black-30 {
  background-color: hsla(0, 0%, 0%, 0.3);
}

/**
 * `color` hsla(0, 0%, 0%, 0.2)-20 color utility.
 */
.color-black-20 {
  color: hsla(0, 0%, 0%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.2)-20 color utility.
 */
.background-color-black-20 {
  background-color: hsla(0, 0%, 0%, 0.2);
}

/**
 * `color` hsla(0, 0%, 0%, 0.1)-10 color utility.
 */
.color-black-10 {
  color: hsla(0, 0%, 0%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.1)-10 color utility.
 */
.background-color-black-10 {
  background-color: hsla(0, 0%, 0%, 0.1);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.color-white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.background-color-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.color-white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.background-color-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.color-white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.background-color-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.color-white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.background-color-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.color-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.background-color-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.color-white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.background-color-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.color-white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.background-color-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.color-white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.background-color-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.color-white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.background-color-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `color` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsla(0, 100%, 50%, 0.9)-90 color utility.
 */
.color-red-90 {
  color: hsla(0, 100%, 50%, 0.9);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.9)-90 color utility.
 */
.background-color-red-90 {
  background-color: hsla(0, 100%, 50%, 0.9);
}

/**
 * `color` hsla(0, 100%, 50%, 0.8)-80 color utility.
 */
.color-red-80 {
  color: hsla(0, 100%, 50%, 0.8);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.8)-80 color utility.
 */
.background-color-red-80 {
  background-color: hsla(0, 100%, 50%, 0.8);
}

/**
 * `color` hsla(0, 100%, 50%, 0.7)-70 color utility.
 */
.color-red-70 {
  color: hsla(0, 100%, 50%, 0.7);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.7)-70 color utility.
 */
.background-color-red-70 {
  background-color: hsla(0, 100%, 50%, 0.7);
}

/**
 * `color` hsla(0, 100%, 50%, 0.6)-60 color utility.
 */
.color-red-60 {
  color: hsla(0, 100%, 50%, 0.6);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.6)-60 color utility.
 */
.background-color-red-60 {
  background-color: hsla(0, 100%, 50%, 0.6);
}

/**
 * `color` hsla(0, 100%, 50%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(0, 100%, 50%, 0.5);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.5)-50 color utility.
 */
.background-color-red-50 {
  background-color: hsla(0, 100%, 50%, 0.5);
}

/**
 * `color` hsla(0, 100%, 50%, 0.4)-40 color utility.
 */
.color-red-40 {
  color: hsla(0, 100%, 50%, 0.4);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.4)-40 color utility.
 */
.background-color-red-40 {
  background-color: hsla(0, 100%, 50%, 0.4);
}

/**
 * `color` hsla(0, 100%, 50%, 0.3)-30 color utility.
 */
.color-red-30 {
  color: hsla(0, 100%, 50%, 0.3);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.3)-30 color utility.
 */
.background-color-red-30 {
  background-color: hsla(0, 100%, 50%, 0.3);
}

/**
 * `color` hsla(0, 100%, 50%, 0.2)-20 color utility.
 */
.color-red-20 {
  color: hsla(0, 100%, 50%, 0.2);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.2)-20 color utility.
 */
.background-color-red-20 {
  background-color: hsla(0, 100%, 50%, 0.2);
}

/**
 * `color` hsla(0, 100%, 50%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(0, 100%, 50%, 0.1);
}

/**
 * `background-color` hsla(0, 100%, 50%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(0, 100%, 50%, 0.1);
}

/**
 * `color` hsl(30, 11%, 30%)-100 color utility.
 */
.color-dark-brown-100 {
  color: hsl(30, 11%, 30%);
}

/**
 * `background-color` hsl(30, 11%, 30%)-100 color utility.
 */
.background-color-dark-brown-100 {
  background-color: hsl(30, 11%, 30%);
}

/**
 * `color` hsla(30, 11%, 30%, 0.9)-90 color utility.
 */
.color-dark-brown-90 {
  color: hsla(30, 11%, 30%, 0.9);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.9)-90 color utility.
 */
.background-color-dark-brown-90 {
  background-color: hsla(30, 11%, 30%, 0.9);
}

/**
 * `color` hsla(30, 11%, 30%, 0.8)-80 color utility.
 */
.color-dark-brown-80 {
  color: hsla(30, 11%, 30%, 0.8);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.8)-80 color utility.
 */
.background-color-dark-brown-80 {
  background-color: hsla(30, 11%, 30%, 0.8);
}

/**
 * `color` hsla(30, 11%, 30%, 0.7)-70 color utility.
 */
.color-dark-brown-70 {
  color: hsla(30, 11%, 30%, 0.7);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.7)-70 color utility.
 */
.background-color-dark-brown-70 {
  background-color: hsla(30, 11%, 30%, 0.7);
}

/**
 * `color` hsla(30, 11%, 30%, 0.6)-60 color utility.
 */
.color-dark-brown-60 {
  color: hsla(30, 11%, 30%, 0.6);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.6)-60 color utility.
 */
.background-color-dark-brown-60 {
  background-color: hsla(30, 11%, 30%, 0.6);
}

/**
 * `color` hsla(30, 11%, 30%, 0.5)-50 color utility.
 */
.color-dark-brown-50 {
  color: hsla(30, 11%, 30%, 0.5);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.5)-50 color utility.
 */
.background-color-dark-brown-50 {
  background-color: hsla(30, 11%, 30%, 0.5);
}

/**
 * `color` hsla(30, 11%, 30%, 0.4)-40 color utility.
 */
.color-dark-brown-40 {
  color: hsla(30, 11%, 30%, 0.4);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.4)-40 color utility.
 */
.background-color-dark-brown-40 {
  background-color: hsla(30, 11%, 30%, 0.4);
}

/**
 * `color` hsla(30, 11%, 30%, 0.3)-30 color utility.
 */
.color-dark-brown-30 {
  color: hsla(30, 11%, 30%, 0.3);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.3)-30 color utility.
 */
.background-color-dark-brown-30 {
  background-color: hsla(30, 11%, 30%, 0.3);
}

/**
 * `color` hsla(30, 11%, 30%, 0.2)-20 color utility.
 */
.color-dark-brown-20 {
  color: hsla(30, 11%, 30%, 0.2);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.2)-20 color utility.
 */
.background-color-dark-brown-20 {
  background-color: hsla(30, 11%, 30%, 0.2);
}

/**
 * `color` hsla(30, 11%, 30%, 0.1)-10 color utility.
 */
.color-dark-brown-10 {
  color: hsla(30, 11%, 30%, 0.1);
}

/**
 * `background-color` hsla(30, 11%, 30%, 0.1)-10 color utility.
 */
.background-color-dark-brown-10 {
  background-color: hsla(30, 11%, 30%, 0.1);
}

/**
 * `color` hsl(0, 0%, 22%)-100 color utility.
 */
.color-gray-100 {
  color: hsl(0, 0%, 22%);
}

/**
 * `background-color` hsl(0, 0%, 22%)-100 color utility.
 */
.background-color-gray-100 {
  background-color: hsl(0, 0%, 22%);
}

/**
 * `color` hsla(0, 0%, 22%, 0.9)-90 color utility.
 */
.color-gray-90 {
  color: hsla(0, 0%, 22%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.9)-90 color utility.
 */
.background-color-gray-90 {
  background-color: hsla(0, 0%, 22%, 0.9);
}

/**
 * `color` hsla(0, 0%, 22%, 0.8)-80 color utility.
 */
.color-gray-80 {
  color: hsla(0, 0%, 22%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.8)-80 color utility.
 */
.background-color-gray-80 {
  background-color: hsla(0, 0%, 22%, 0.8);
}

/**
 * `color` hsla(0, 0%, 22%, 0.7)-70 color utility.
 */
.color-gray-70 {
  color: hsla(0, 0%, 22%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.7)-70 color utility.
 */
.background-color-gray-70 {
  background-color: hsla(0, 0%, 22%, 0.7);
}

/**
 * `color` hsla(0, 0%, 22%, 0.6)-60 color utility.
 */
.color-gray-60 {
  color: hsla(0, 0%, 22%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.6)-60 color utility.
 */
.background-color-gray-60 {
  background-color: hsla(0, 0%, 22%, 0.6);
}

/**
 * `color` hsla(0, 0%, 22%, 0.5)-50 color utility.
 */
.color-gray-50 {
  color: hsla(0, 0%, 22%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.5)-50 color utility.
 */
.background-color-gray-50 {
  background-color: hsla(0, 0%, 22%, 0.5);
}

/**
 * `color` hsla(0, 0%, 22%, 0.4)-40 color utility.
 */
.color-gray-40 {
  color: hsla(0, 0%, 22%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.4)-40 color utility.
 */
.background-color-gray-40 {
  background-color: hsla(0, 0%, 22%, 0.4);
}

/**
 * `color` hsla(0, 0%, 22%, 0.3)-30 color utility.
 */
.color-gray-30 {
  color: hsla(0, 0%, 22%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.3)-30 color utility.
 */
.background-color-gray-30 {
  background-color: hsla(0, 0%, 22%, 0.3);
}

/**
 * `color` hsla(0, 0%, 22%, 0.2)-20 color utility.
 */
.color-gray-20 {
  color: hsla(0, 0%, 22%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.2)-20 color utility.
 */
.background-color-gray-20 {
  background-color: hsla(0, 0%, 22%, 0.2);
}

/**
 * `color` hsla(0, 0%, 22%, 0.1)-10 color utility.
 */
.color-gray-10 {
  color: hsla(0, 0%, 22%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 22%, 0.1)-10 color utility.
 */
.background-color-gray-10 {
  background-color: hsla(0, 0%, 22%, 0.1);
}

/**
 * `color` hsl(0, 0%, 58%)-100 color utility.
 */
.color-light-gray-100 {
  color: hsl(0, 0%, 58%);
}

/**
 * `background-color` hsl(0, 0%, 58%)-100 color utility.
 */
.background-color-light-gray-100 {
  background-color: hsl(0, 0%, 58%);
}

/**
 * `color` hsla(0, 0%, 58%, 0.9)-90 color utility.
 */
.color-light-gray-90 {
  color: hsla(0, 0%, 58%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.9)-90 color utility.
 */
.background-color-light-gray-90 {
  background-color: hsla(0, 0%, 58%, 0.9);
}

/**
 * `color` hsla(0, 0%, 58%, 0.8)-80 color utility.
 */
.color-light-gray-80 {
  color: hsla(0, 0%, 58%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.8)-80 color utility.
 */
.background-color-light-gray-80 {
  background-color: hsla(0, 0%, 58%, 0.8);
}

/**
 * `color` hsla(0, 0%, 58%, 0.7)-70 color utility.
 */
.color-light-gray-70 {
  color: hsla(0, 0%, 58%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.7)-70 color utility.
 */
.background-color-light-gray-70 {
  background-color: hsla(0, 0%, 58%, 0.7);
}

/**
 * `color` hsla(0, 0%, 58%, 0.6)-60 color utility.
 */
.color-light-gray-60 {
  color: hsla(0, 0%, 58%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.6)-60 color utility.
 */
.background-color-light-gray-60 {
  background-color: hsla(0, 0%, 58%, 0.6);
}

/**
 * `color` hsla(0, 0%, 58%, 0.5)-50 color utility.
 */
.color-light-gray-50 {
  color: hsla(0, 0%, 58%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.5)-50 color utility.
 */
.background-color-light-gray-50 {
  background-color: hsla(0, 0%, 58%, 0.5);
}

/**
 * `color` hsla(0, 0%, 58%, 0.4)-40 color utility.
 */
.color-light-gray-40 {
  color: hsla(0, 0%, 58%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.4)-40 color utility.
 */
.background-color-light-gray-40 {
  background-color: hsla(0, 0%, 58%, 0.4);
}

/**
 * `color` hsla(0, 0%, 58%, 0.3)-30 color utility.
 */
.color-light-gray-30 {
  color: hsla(0, 0%, 58%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.3)-30 color utility.
 */
.background-color-light-gray-30 {
  background-color: hsla(0, 0%, 58%, 0.3);
}

/**
 * `color` hsla(0, 0%, 58%, 0.2)-20 color utility.
 */
.color-light-gray-20 {
  color: hsla(0, 0%, 58%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.2)-20 color utility.
 */
.background-color-light-gray-20 {
  background-color: hsla(0, 0%, 58%, 0.2);
}

/**
 * `color` hsla(0, 0%, 58%, 0.1)-10 color utility.
 */
.color-light-gray-10 {
  color: hsla(0, 0%, 58%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 58%, 0.1)-10 color utility.
 */
.background-color-light-gray-10 {
  background-color: hsla(0, 0%, 58%, 0.1);
}

/**
 * `color` hsl(28, 84%, 93%)-100 color utility.
 */
.color-sand-100 {
  color: hsl(28, 84%, 93%);
}

/**
 * `background-color` hsl(28, 84%, 93%)-100 color utility.
 */
.background-color-sand-100 {
  background-color: hsl(28, 84%, 93%);
}

/**
 * `color` hsla(28, 84%, 93%, 0.9)-90 color utility.
 */
.color-sand-90 {
  color: hsla(28, 84%, 93%, 0.9);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.9)-90 color utility.
 */
.background-color-sand-90 {
  background-color: hsla(28, 84%, 93%, 0.9);
}

/**
 * `color` hsla(28, 84%, 93%, 0.8)-80 color utility.
 */
.color-sand-80 {
  color: hsla(28, 84%, 93%, 0.8);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.8)-80 color utility.
 */
.background-color-sand-80 {
  background-color: hsla(28, 84%, 93%, 0.8);
}

/**
 * `color` hsla(28, 84%, 93%, 0.7)-70 color utility.
 */
.color-sand-70 {
  color: hsla(28, 84%, 93%, 0.7);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.7)-70 color utility.
 */
.background-color-sand-70 {
  background-color: hsla(28, 84%, 93%, 0.7);
}

/**
 * `color` hsla(28, 84%, 93%, 0.6)-60 color utility.
 */
.color-sand-60 {
  color: hsla(28, 84%, 93%, 0.6);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.6)-60 color utility.
 */
.background-color-sand-60 {
  background-color: hsla(28, 84%, 93%, 0.6);
}

/**
 * `color` hsla(28, 84%, 93%, 0.5)-50 color utility.
 */
.color-sand-50 {
  color: hsla(28, 84%, 93%, 0.5);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.5)-50 color utility.
 */
.background-color-sand-50 {
  background-color: hsla(28, 84%, 93%, 0.5);
}

/**
 * `color` hsla(28, 84%, 93%, 0.4)-40 color utility.
 */
.color-sand-40 {
  color: hsla(28, 84%, 93%, 0.4);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.4)-40 color utility.
 */
.background-color-sand-40 {
  background-color: hsla(28, 84%, 93%, 0.4);
}

/**
 * `color` hsla(28, 84%, 93%, 0.32)-30 color utility.
 */
.color-sand-30 {
  color: hsla(28, 84%, 93%, 0.32);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.32)-30 color utility.
 */
.background-color-sand-30 {
  background-color: hsla(28, 84%, 93%, 0.32);
}

/**
 * `color` hsla(28, 84%, 93%, 0.24)-20 color utility.
 */
.color-sand-20 {
  color: hsla(28, 84%, 93%, 0.24);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.24)-20 color utility.
 */
.background-color-sand-20 {
  background-color: hsla(28, 84%, 93%, 0.24);
}

/**
 * `color` hsla(28, 84%, 93%, 0.1)-10 color utility.
 */
.color-sand-10 {
  color: hsla(28, 84%, 93%, 0.1);
}

/**
 * `background-color` hsla(28, 84%, 93%, 0.1)-10 color utility.
 */
.background-color-sand-10 {
  background-color: hsla(28, 84%, 93%, 0.1);
}

/**
 * `color` hsl(16, 28%, 55%)-100 color utility.
 */
.color-primary-brown-100 {
  color: hsl(16, 28%, 55%);
}

/**
 * `background-color` hsl(16, 28%, 55%)-100 color utility.
 */
.background-color-primary-brown-100 {
  background-color: hsl(16, 28%, 55%);
}

/**
 * `color` hsla(16, 28%, 55%, 0.9)-90 color utility.
 */
.color-primary-brown-90 {
  color: hsla(16, 28%, 55%, 0.9);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.9)-90 color utility.
 */
.background-color-primary-brown-90 {
  background-color: hsla(16, 28%, 55%, 0.9);
}

/**
 * `color` hsla(16, 28%, 55%, 0.8)-80 color utility.
 */
.color-primary-brown-80 {
  color: hsla(16, 28%, 55%, 0.8);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.8)-80 color utility.
 */
.background-color-primary-brown-80 {
  background-color: hsla(16, 28%, 55%, 0.8);
}

/**
 * `color` hsla(16, 28%, 55%, 0.7)-70 color utility.
 */
.color-primary-brown-70 {
  color: hsla(16, 28%, 55%, 0.7);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.7)-70 color utility.
 */
.background-color-primary-brown-70 {
  background-color: hsla(16, 28%, 55%, 0.7);
}

/**
 * `color` hsla(16, 28%, 55%, 0.6)-60 color utility.
 */
.color-primary-brown-60 {
  color: hsla(16, 28%, 55%, 0.6);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.6)-60 color utility.
 */
.background-color-primary-brown-60 {
  background-color: hsla(16, 28%, 55%, 0.6);
}

/**
 * `color` hsla(16, 28%, 55%, 0.5)-50 color utility.
 */
.color-primary-brown-50 {
  color: hsla(16, 28%, 55%, 0.5);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.5)-50 color utility.
 */
.background-color-primary-brown-50 {
  background-color: hsla(16, 28%, 55%, 0.5);
}

/**
 * `color` hsla(16, 28%, 55%, 0.4)-40 color utility.
 */
.color-primary-brown-40 {
  color: hsla(16, 28%, 55%, 0.4);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.4)-40 color utility.
 */
.background-color-primary-brown-40 {
  background-color: hsla(16, 28%, 55%, 0.4);
}

/**
 * `color` hsla(16, 28%, 55%, 0.3)-30 color utility.
 */
.color-primary-brown-30 {
  color: hsla(16, 28%, 55%, 0.3);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.3)-30 color utility.
 */
.background-color-primary-brown-30 {
  background-color: hsla(16, 28%, 55%, 0.3);
}

/**
 * `color` hsla(16, 28%, 55%, 0.2)-20 color utility.
 */
.color-primary-brown-20 {
  color: hsla(16, 28%, 55%, 0.2);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.2)-20 color utility.
 */
.background-color-primary-brown-20 {
  background-color: hsla(16, 28%, 55%, 0.2);
}

/**
 * `color` hsla(16, 28%, 55%, 0.1)-10 color utility.
 */
.color-primary-brown-10 {
  color: hsla(16, 28%, 55%, 0.1);
}

/**
 * `background-color` hsla(16, 28%, 55%, 0.1)-10 color utility.
 */
.background-color-primary-brown-10 {
  background-color: hsla(16, 28%, 55%, 0.1);
}

/**
 * `color` hsl(33, 16%, 87%)-100 color utility.
 */
.color-nude-100 {
  color: hsl(33, 16%, 87%);
}

/**
 * `background-color` hsl(33, 16%, 87%)-100 color utility.
 */
.background-color-nude-100 {
  background-color: hsl(33, 16%, 87%);
}

/**
 * `color` hsla(33, 16%, 87%, 0.9)-90 color utility.
 */
.color-nude-90 {
  color: hsla(33, 16%, 87%, 0.9);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.9)-90 color utility.
 */
.background-color-nude-90 {
  background-color: hsla(33, 16%, 87%, 0.9);
}

/**
 * `color` hsla(33, 16%, 87%, 0.8)-80 color utility.
 */
.color-nude-80 {
  color: hsla(33, 16%, 87%, 0.8);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.8)-80 color utility.
 */
.background-color-nude-80 {
  background-color: hsla(33, 16%, 87%, 0.8);
}

/**
 * `color` hsla(33, 16%, 87%, 0.7)-70 color utility.
 */
.color-nude-70 {
  color: hsla(33, 16%, 87%, 0.7);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.7)-70 color utility.
 */
.background-color-nude-70 {
  background-color: hsla(33, 16%, 87%, 0.7);
}

/**
 * `color` hsla(33, 16%, 87%, 0.6)-60 color utility.
 */
.color-nude-60 {
  color: hsla(33, 16%, 87%, 0.6);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.6)-60 color utility.
 */
.background-color-nude-60 {
  background-color: hsla(33, 16%, 87%, 0.6);
}

/**
 * `color` hsla(33, 16%, 87%, 0.5)-50 color utility.
 */
.color-nude-50 {
  color: hsla(33, 16%, 87%, 0.5);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.5)-50 color utility.
 */
.background-color-nude-50 {
  background-color: hsla(33, 16%, 87%, 0.5);
}

/**
 * `color` hsla(33, 16%, 87%, 0.4)-40 color utility.
 */
.color-nude-40 {
  color: hsla(33, 16%, 87%, 0.4);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.4)-40 color utility.
 */
.background-color-nude-40 {
  background-color: hsla(33, 16%, 87%, 0.4);
}

/**
 * `color` hsla(33, 16%, 87%, 0.3)-30 color utility.
 */
.color-nude-30 {
  color: hsla(33, 16%, 87%, 0.3);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.3)-30 color utility.
 */
.background-color-nude-30 {
  background-color: hsla(33, 16%, 87%, 0.3);
}

/**
 * `color` hsla(33, 16%, 87%, 0.2)-20 color utility.
 */
.color-nude-20 {
  color: hsla(33, 16%, 87%, 0.2);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.2)-20 color utility.
 */
.background-color-nude-20 {
  background-color: hsla(33, 16%, 87%, 0.2);
}

/**
 * `color` hsla(33, 16%, 87%, 0.1)-10 color utility.
 */
.color-nude-10 {
  color: hsla(33, 16%, 87%, 0.1);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.1)-10 color utility.
 */
.background-color-nude-10 {
  background-color: hsla(33, 16%, 87%, 0.1);
}

/**
 * `color` hsl(19, 20%, 19%)-100 color utility.
 */
.color-secondary-dark-brown-100 {
  color: hsl(19, 20%, 19%);
}

/**
 * `background-color` hsl(19, 20%, 19%)-100 color utility.
 */
.background-color-secondary-dark-brown-100 {
  background-color: hsl(19, 20%, 19%);
}

/**
 * `color` hsla(19, 20%, 19%, 0.9)-90 color utility.
 */
.color-secondary-dark-brown-90 {
  color: hsla(19, 20%, 19%, 0.9);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.9)-90 color utility.
 */
.background-color-secondary-dark-brown-90 {
  background-color: hsla(19, 20%, 19%, 0.9);
}

/**
 * `color` hsla(19, 20%, 19%, 0.8)-80 color utility.
 */
.color-secondary-dark-brown-80 {
  color: hsla(19, 20%, 19%, 0.8);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.8)-80 color utility.
 */
.background-color-secondary-dark-brown-80 {
  background-color: hsla(19, 20%, 19%, 0.8);
}

/**
 * `color` hsla(19, 20%, 19%, 0.7)-70 color utility.
 */
.color-secondary-dark-brown-70 {
  color: hsla(19, 20%, 19%, 0.7);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.7)-70 color utility.
 */
.background-color-secondary-dark-brown-70 {
  background-color: hsla(19, 20%, 19%, 0.7);
}

/**
 * `color` hsla(19, 20%, 19%, 0.6)-60 color utility.
 */
.color-secondary-dark-brown-60 {
  color: hsla(19, 20%, 19%, 0.6);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.6)-60 color utility.
 */
.background-color-secondary-dark-brown-60 {
  background-color: hsla(19, 20%, 19%, 0.6);
}

/**
 * `color` hsla(19, 20%, 19%, 0.5)-50 color utility.
 */
.color-secondary-dark-brown-50 {
  color: hsla(19, 20%, 19%, 0.5);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.5)-50 color utility.
 */
.background-color-secondary-dark-brown-50 {
  background-color: hsla(19, 20%, 19%, 0.5);
}

/**
 * `color` hsla(19, 20%, 19%, 0.4)-40 color utility.
 */
.color-secondary-dark-brown-40 {
  color: hsla(19, 20%, 19%, 0.4);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.4)-40 color utility.
 */
.background-color-secondary-dark-brown-40 {
  background-color: hsla(19, 20%, 19%, 0.4);
}

/**
 * `color` hsla(19, 20%, 19%, 0.3)-30 color utility.
 */
.color-secondary-dark-brown-30 {
  color: hsla(19, 20%, 19%, 0.3);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.3)-30 color utility.
 */
.background-color-secondary-dark-brown-30 {
  background-color: hsla(19, 20%, 19%, 0.3);
}

/**
 * `color` hsla(19, 20%, 19%, 0.2)-20 color utility.
 */
.color-secondary-dark-brown-20 {
  color: hsla(19, 20%, 19%, 0.2);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.2)-20 color utility.
 */
.background-color-secondary-dark-brown-20 {
  background-color: hsla(19, 20%, 19%, 0.2);
}

/**
 * `color` hsla(19, 20%, 19%, 0.1)-10 color utility.
 */
.color-secondary-dark-brown-10 {
  color: hsla(19, 20%, 19%, 0.1);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.1)-10 color utility.
 */
.background-color-secondary-dark-brown-10 {
  background-color: hsla(19, 20%, 19%, 0.1);
}

/**
 * `color` hsl(19, 20%, 19%)-100 color utility.
 */
.color-secondary-brown-100 {
  color: hsl(19, 20%, 19%);
}

/**
 * `background-color` hsl(19, 20%, 19%)-100 color utility.
 */
.background-color-secondary-brown-100 {
  background-color: hsl(19, 20%, 19%);
}

/**
 * `color` hsla(19, 20%, 19%, 0.9)-90 color utility.
 */
.color-secondary-brown-90 {
  color: hsla(19, 20%, 19%, 0.9);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.9)-90 color utility.
 */
.background-color-secondary-brown-90 {
  background-color: hsla(19, 20%, 19%, 0.9);
}

/**
 * `color` hsla(19, 20%, 19%, 0.8)-80 color utility.
 */
.color-secondary-brown-80 {
  color: hsla(19, 20%, 19%, 0.8);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.8)-80 color utility.
 */
.background-color-secondary-brown-80 {
  background-color: hsla(19, 20%, 19%, 0.8);
}

/**
 * `color` hsla(19, 20%, 19%, 0.7)-70 color utility.
 */
.color-secondary-brown-70 {
  color: hsla(19, 20%, 19%, 0.7);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.7)-70 color utility.
 */
.background-color-secondary-brown-70 {
  background-color: hsla(19, 20%, 19%, 0.7);
}

/**
 * `color` hsla(19, 20%, 19%, 0.6)-60 color utility.
 */
.color-secondary-brown-60 {
  color: hsla(19, 20%, 19%, 0.6);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.6)-60 color utility.
 */
.background-color-secondary-brown-60 {
  background-color: hsla(19, 20%, 19%, 0.6);
}

/**
 * `color` hsla(19, 20%, 19%, 0.5)-50 color utility.
 */
.color-secondary-brown-50 {
  color: hsla(19, 20%, 19%, 0.5);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.5)-50 color utility.
 */
.background-color-secondary-brown-50 {
  background-color: hsla(19, 20%, 19%, 0.5);
}

/**
 * `color` hsla(19, 20%, 19%, 0.4)-40 color utility.
 */
.color-secondary-brown-40 {
  color: hsla(19, 20%, 19%, 0.4);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.4)-40 color utility.
 */
.background-color-secondary-brown-40 {
  background-color: hsla(19, 20%, 19%, 0.4);
}

/**
 * `color` hsla(19, 20%, 19%, 0.3)-30 color utility.
 */
.color-secondary-brown-30 {
  color: hsla(19, 20%, 19%, 0.3);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.3)-30 color utility.
 */
.background-color-secondary-brown-30 {
  background-color: hsla(19, 20%, 19%, 0.3);
}

/**
 * `color` hsla(19, 20%, 19%, 0.2)-20 color utility.
 */
.color-secondary-brown-20 {
  color: hsla(19, 20%, 19%, 0.2);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.2)-20 color utility.
 */
.background-color-secondary-brown-20 {
  background-color: hsla(19, 20%, 19%, 0.2);
}

/**
 * `color` hsla(19, 20%, 19%, 0.1)-10 color utility.
 */
.color-secondary-brown-10 {
  color: hsla(19, 20%, 19%, 0.1);
}

/**
 * `background-color` hsla(19, 20%, 19%, 0.1)-10 color utility.
 */
.background-color-secondary-brown-10 {
  background-color: hsla(19, 20%, 19%, 0.1);
}

/**
 * `color` hsl(35, 10%, 77%)-100 color utility.
 */
.color-gray-beige-100 {
  color: hsl(35, 10%, 77%);
}

/**
 * `background-color` hsl(35, 10%, 77%)-100 color utility.
 */
.background-color-gray-beige-100 {
  background-color: hsl(35, 10%, 77%);
}

/**
 * `color` hsla(35, 10%, 77%, 0.9)-90 color utility.
 */
.color-gray-beige-90 {
  color: hsla(35, 10%, 77%, 0.9);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.9)-90 color utility.
 */
.background-color-gray-beige-90 {
  background-color: hsla(35, 10%, 77%, 0.9);
}

/**
 * `color` hsla(35, 10%, 77%, 0.8)-80 color utility.
 */
.color-gray-beige-80 {
  color: hsla(35, 10%, 77%, 0.8);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.8)-80 color utility.
 */
.background-color-gray-beige-80 {
  background-color: hsla(35, 10%, 77%, 0.8);
}

/**
 * `color` hsla(35, 10%, 77%, 0.7)-70 color utility.
 */
.color-gray-beige-70 {
  color: hsla(35, 10%, 77%, 0.7);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.7)-70 color utility.
 */
.background-color-gray-beige-70 {
  background-color: hsla(35, 10%, 77%, 0.7);
}

/**
 * `color` hsla(35, 10%, 77%, 0.6)-60 color utility.
 */
.color-gray-beige-60 {
  color: hsla(35, 10%, 77%, 0.6);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.6)-60 color utility.
 */
.background-color-gray-beige-60 {
  background-color: hsla(35, 10%, 77%, 0.6);
}

/**
 * `color` hsla(35, 10%, 77%, 0.5)-50 color utility.
 */
.color-gray-beige-50 {
  color: hsla(35, 10%, 77%, 0.5);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.5)-50 color utility.
 */
.background-color-gray-beige-50 {
  background-color: hsla(35, 10%, 77%, 0.5);
}

/**
 * `color` hsla(35, 10%, 77%, 0.4)-40 color utility.
 */
.color-gray-beige-40 {
  color: hsla(35, 10%, 77%, 0.4);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.4)-40 color utility.
 */
.background-color-gray-beige-40 {
  background-color: hsla(35, 10%, 77%, 0.4);
}

/**
 * `color` hsla(35, 10%, 77%, 0.32)-30 color utility.
 */
.color-gray-beige-30 {
  color: hsla(35, 10%, 77%, 0.32);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.32)-30 color utility.
 */
.background-color-gray-beige-30 {
  background-color: hsla(35, 10%, 77%, 0.32);
}

/**
 * `color` hsla(35, 10%, 77%, 0.24)-20 color utility.
 */
.color-gray-beige-20 {
  color: hsla(35, 10%, 77%, 0.24);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.24)-20 color utility.
 */
.background-color-gray-beige-20 {
  background-color: hsla(35, 10%, 77%, 0.24);
}

/**
 * `color` hsla(35, 10%, 77%, 0.1)-10 color utility.
 */
.color-gray-beige-10 {
  color: hsla(35, 10%, 77%, 0.1);
}

/**
 * `background-color` hsla(35, 10%, 77%, 0.1)-10 color utility.
 */
.background-color-gray-beige-10 {
  background-color: hsla(35, 10%, 77%, 0.1);
}

/**
 * `color` hsl(0, 0%, 50%)-100 color utility.
 */
.color-stone-100 {
  color: hsl(0, 0%, 50%);
}

/**
 * `background-color` hsl(0, 0%, 50%)-100 color utility.
 */
.background-color-stone-100 {
  background-color: hsl(0, 0%, 50%);
}

/**
 * `color` hsla(0, 0%, 50%, 0.9)-90 color utility.
 */
.color-stone-90 {
  color: hsla(0, 0%, 50%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.9)-90 color utility.
 */
.background-color-stone-90 {
  background-color: hsla(0, 0%, 50%, 0.9);
}

/**
 * `color` hsla(0, 0%, 50%, 0.8)-80 color utility.
 */
.color-stone-80 {
  color: hsla(0, 0%, 50%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.8)-80 color utility.
 */
.background-color-stone-80 {
  background-color: hsla(0, 0%, 50%, 0.8);
}

/**
 * `color` hsla(0, 0%, 50%, 0.7)-70 color utility.
 */
.color-stone-70 {
  color: hsla(0, 0%, 50%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.7)-70 color utility.
 */
.background-color-stone-70 {
  background-color: hsla(0, 0%, 50%, 0.7);
}

/**
 * `color` hsla(0, 0%, 50%, 0.6)-60 color utility.
 */
.color-stone-60 {
  color: hsla(0, 0%, 50%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.6)-60 color utility.
 */
.background-color-stone-60 {
  background-color: hsla(0, 0%, 50%, 0.6);
}

/**
 * `color` hsla(0, 0%, 50%, 0.5)-50 color utility.
 */
.color-stone-50 {
  color: hsla(0, 0%, 50%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.5)-50 color utility.
 */
.background-color-stone-50 {
  background-color: hsla(0, 0%, 50%, 0.5);
}

/**
 * `color` hsla(0, 0%, 50%, 0.4)-40 color utility.
 */
.color-stone-40 {
  color: hsla(0, 0%, 50%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.4)-40 color utility.
 */
.background-color-stone-40 {
  background-color: hsla(0, 0%, 50%, 0.4);
}

/**
 * `color` hsla(0, 0%, 50%, 0.3)-30 color utility.
 */
.color-stone-30 {
  color: hsla(0, 0%, 50%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.3)-30 color utility.
 */
.background-color-stone-30 {
  background-color: hsla(0, 0%, 50%, 0.3);
}

/**
 * `color` hsla(0, 0%, 50%, 0.2)-20 color utility.
 */
.color-stone-20 {
  color: hsla(0, 0%, 50%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.2)-20 color utility.
 */
.background-color-stone-20 {
  background-color: hsla(0, 0%, 50%, 0.2);
}

/**
 * `color` hsla(0, 0%, 50%, 0.1)-10 color utility.
 */
.color-stone-10 {
  color: hsla(0, 0%, 50%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 50%, 0.1)-10 color utility.
 */
.background-color-stone-10 {
  background-color: hsla(0, 0%, 50%, 0.1);
}

/**
 * `color` hsl(33, 16%, 87%)-100 color utility.
 */
.color-warm-gray-100 {
  color: hsl(33, 16%, 87%);
}

/**
 * `background-color` hsl(33, 16%, 87%)-100 color utility.
 */
.background-color-warm-gray-100 {
  background-color: hsl(33, 16%, 87%);
}

/**
 * `color` hsla(33, 16%, 87%, 0.9)-90 color utility.
 */
.color-warm-gray-90 {
  color: hsla(33, 16%, 87%, 0.9);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.9)-90 color utility.
 */
.background-color-warm-gray-90 {
  background-color: hsla(33, 16%, 87%, 0.9);
}

/**
 * `color` hsla(33, 16%, 87%, 0.8)-80 color utility.
 */
.color-warm-gray-80 {
  color: hsla(33, 16%, 87%, 0.8);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.8)-80 color utility.
 */
.background-color-warm-gray-80 {
  background-color: hsla(33, 16%, 87%, 0.8);
}

/**
 * `color` hsla(33, 16%, 87%, 0.7)-70 color utility.
 */
.color-warm-gray-70 {
  color: hsla(33, 16%, 87%, 0.7);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.7)-70 color utility.
 */
.background-color-warm-gray-70 {
  background-color: hsla(33, 16%, 87%, 0.7);
}

/**
 * `color` hsla(33, 16%, 87%, 0.6)-60 color utility.
 */
.color-warm-gray-60 {
  color: hsla(33, 16%, 87%, 0.6);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.6)-60 color utility.
 */
.background-color-warm-gray-60 {
  background-color: hsla(33, 16%, 87%, 0.6);
}

/**
 * `color` hsla(33, 16%, 87%, 0.5)-50 color utility.
 */
.color-warm-gray-50 {
  color: hsla(33, 16%, 87%, 0.5);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.5)-50 color utility.
 */
.background-color-warm-gray-50 {
  background-color: hsla(33, 16%, 87%, 0.5);
}

/**
 * `color` hsla(33, 16%, 87%, 0.4)-40 color utility.
 */
.color-warm-gray-40 {
  color: hsla(33, 16%, 87%, 0.4);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.4)-40 color utility.
 */
.background-color-warm-gray-40 {
  background-color: hsla(33, 16%, 87%, 0.4);
}

/**
 * `color` hsla(33, 16%, 87%, 0.3)-30 color utility.
 */
.color-warm-gray-30 {
  color: hsla(33, 16%, 87%, 0.3);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.3)-30 color utility.
 */
.background-color-warm-gray-30 {
  background-color: hsla(33, 16%, 87%, 0.3);
}

/**
 * `color` hsla(33, 16%, 87%, 0.2)-20 color utility.
 */
.color-warm-gray-20 {
  color: hsla(33, 16%, 87%, 0.2);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.2)-20 color utility.
 */
.background-color-warm-gray-20 {
  background-color: hsla(33, 16%, 87%, 0.2);
}

/**
 * `color` hsla(33, 16%, 87%, 0.1)-10 color utility.
 */
.color-warm-gray-10 {
  color: hsla(33, 16%, 87%, 0.1);
}

/**
 * `background-color` hsla(33, 16%, 87%, 0.1)-10 color utility.
 */
.background-color-warm-gray-10 {
  background-color: hsla(33, 16%, 87%, 0.1);
}

/**
 * `color` hsl(27, 15%, 66%)-100 color utility.
 */
.color-brown-gray-100 {
  color: hsl(27, 15%, 66%);
}

/**
 * `background-color` hsl(27, 15%, 66%)-100 color utility.
 */
.background-color-brown-gray-100 {
  background-color: hsl(27, 15%, 66%);
}

/**
 * `color` hsla(27, 15%, 66%, 0.9)-90 color utility.
 */
.color-brown-gray-90 {
  color: hsla(27, 15%, 66%, 0.9);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.9)-90 color utility.
 */
.background-color-brown-gray-90 {
  background-color: hsla(27, 15%, 66%, 0.9);
}

/**
 * `color` hsla(27, 15%, 66%, 0.8)-80 color utility.
 */
.color-brown-gray-80 {
  color: hsla(27, 15%, 66%, 0.8);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.8)-80 color utility.
 */
.background-color-brown-gray-80 {
  background-color: hsla(27, 15%, 66%, 0.8);
}

/**
 * `color` hsla(27, 15%, 66%, 0.7)-70 color utility.
 */
.color-brown-gray-70 {
  color: hsla(27, 15%, 66%, 0.7);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.7)-70 color utility.
 */
.background-color-brown-gray-70 {
  background-color: hsla(27, 15%, 66%, 0.7);
}

/**
 * `color` hsla(27, 15%, 66%, 0.6)-60 color utility.
 */
.color-brown-gray-60 {
  color: hsla(27, 15%, 66%, 0.6);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.6)-60 color utility.
 */
.background-color-brown-gray-60 {
  background-color: hsla(27, 15%, 66%, 0.6);
}

/**
 * `color` hsla(27, 15%, 66%, 0.5)-50 color utility.
 */
.color-brown-gray-50 {
  color: hsla(27, 15%, 66%, 0.5);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.5)-50 color utility.
 */
.background-color-brown-gray-50 {
  background-color: hsla(27, 15%, 66%, 0.5);
}

/**
 * `color` hsla(27, 15%, 66%, 0.4)-40 color utility.
 */
.color-brown-gray-40 {
  color: hsla(27, 15%, 66%, 0.4);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.4)-40 color utility.
 */
.background-color-brown-gray-40 {
  background-color: hsla(27, 15%, 66%, 0.4);
}

/**
 * `color` hsla(27, 15%, 66%, 0.3)-30 color utility.
 */
.color-brown-gray-30 {
  color: hsla(27, 15%, 66%, 0.3);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.3)-30 color utility.
 */
.background-color-brown-gray-30 {
  background-color: hsla(27, 15%, 66%, 0.3);
}

/**
 * `color` hsla(27, 15%, 66%, 0.2)-20 color utility.
 */
.color-brown-gray-20 {
  color: hsla(27, 15%, 66%, 0.2);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.2)-20 color utility.
 */
.background-color-brown-gray-20 {
  background-color: hsla(27, 15%, 66%, 0.2);
}

/**
 * `color` hsla(27, 15%, 66%, 0.1)-10 color utility.
 */
.color-brown-gray-10 {
  color: hsla(27, 15%, 66%, 0.1);
}

/**
 * `background-color` hsla(27, 15%, 66%, 0.1)-10 color utility.
 */
.background-color-brown-gray-10 {
  background-color: hsla(27, 15%, 66%, 0.1);
}