@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

strong {
  font-weight: 600;
}

.sans-serif {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.02em;
}

.serif {
  font-family: garamond-premier-pro, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.special-font {
  font-family: commuters-sans, sans-serif;
  line-height: 1.57 !important;
}

p,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

h1,
.h1 {
  color: #22372D;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h1,
  .h1 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h1,
  .h1 {
    font-size: calc(32 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h1,
  .h1 {
    font-size: calc(29 / 390 * 100vw);
  }
}

h2,
.h2 {
  color: #22372D;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h2,
  .h2 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h2,
  .h2 {
    font-size: calc(32 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h2,
  .h2 {
    font-size: calc(29 / 390 * 100vw);
  }
}

h3,
.h3 {
  color: #22372D;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h3,
  .h3 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h3,
  .h3 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h3,
  .h3 {
    font-size: calc(32 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h3,
  .h3 {
    font-size: calc(29 / 390 * 100vw);
  }
}

h4,
.h4 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h4,
  .h4 {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h4,
  .h4 {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h4,
  .h4 {
    font-size: calc(22 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h4,
  .h4 {
    font-size: calc(26 / 390 * 100vw);
  }
}

h5,
.h5 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h5,
  .h5 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h5,
  .h5 {
    font-size: calc(32 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h5,
  .h5 {
    font-size: calc(36 / 390 * 100vw);
  }
}

h6,
.h6 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h6,
  .h6 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h6,
  .h6 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h6,
  .h6 {
    font-size: calc(32 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  h6,
  .h6 {
    font-size: calc(36 / 390 * 100vw);
  }
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-bottom: 1rem !important;
}

@media (max-width: 639px) {
  h1 + h2 + p,
  h2 + h3 + p {
    margin-top: 1.5em;
  }
}

h3:first-child.size-m {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 959px) {
  h3:first-child.size-m {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  h3:first-child.size-m {
    margin-bottom: 1.2em !important;
  }
}

.unlisted-page h1, .unlisted-page h2, .unlisted-page h3, .unlisted-page h4, .unlisted-page h5, .unlisted-page h6 {
  font-family: garamond-premier-pro, serif;
  font-weight: 300;
}
.unlisted-page h1 {
  font-size: 2.2rem;
}
.unlisted-page h2 {
  font-size: 1.75rem;
}
.unlisted-page h3 {
  font-size: 1.25rem;
}
.unlisted-page h4 {
  font-size: 1rem;
}
.unlisted-page h5 {
  font-size: 0.875rem;
}
.unlisted-page h6 {
  font-size: 0.75rem;
}

.tipp-text:not(strong, br) {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #000;
  padding: 1em 1.5em;
  margin-top: 1rem;
}

a:not(.more-link, .download-link, .uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
  position: relative;
  color: #22372D;
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(34, 55, 45, 0.5);
}
a:not(.more-link, .download-link, .uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a):hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(34, 55, 45, 0.5);
  color: #22372D !important;
}

.size-basic {
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .size-basic {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-basic {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .size-basic {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}

.size-xxs {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .size-xxs {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xxs {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xxs {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xxs {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .size-xxs {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}

.size-xs {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .size-xs {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xs {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xs {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xs {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .size-xs {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.size-s {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .size-s {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-s {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-s {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-s {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .size-s {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}

.size-m {
  letter-spacing: normal;
  line-height: 1.13;
}
@media (min-width: 1367px) {
  .size-m {
    font-size: calc(30 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-m {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-m {
    font-size: calc(30 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-m {
    font-size: calc(30 / 390 * 100vw);
  }
}

.size-l {
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .size-l {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-l {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-l {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-l {
    font-size: calc(30 / 390 * 100vw);
  }
}

.size-xl {
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .size-xl {
    font-size: calc(46 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xl {
    font-size: calc(42 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xl {
    font-size: calc(46 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-xl {
    font-size: calc(46 / 390 * 100vw);
  }
}

.sur-title {
  margin-bottom: 0.5rem !important;
  letter-spacing: normal;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .sur-title {
    font-size: clamp(24px, 24px + (2) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sur-title {
    font-size: clamp(26px, 26px + (0) * (100vw - 640px) / 320, 26px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sur-title {
    font-size: 26px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sur-title {
    font-size: clamp(26px, 26px + (4) * (100vw - 1367px) / 553, 37.5px);
  }
}
@media (min-width: 1921px) {
  .sur-title {
    font-size: clamp(30px, 30px + (7.5) * (100vw - 1920px) / 1280, 37.5px);
  }
}

.lead-text {
  letter-spacing: normal;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .lead-text {
    font-size: clamp(24px, 24px + (2) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .lead-text {
    font-size: clamp(26px, 26px + (0) * (100vw - 640px) / 320, 26px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .lead-text {
    font-size: 26px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .lead-text {
    font-size: clamp(26px, 26px + (4) * (100vw - 1367px) / 553, 37.5px);
  }
}
@media (min-width: 1921px) {
  .lead-text {
    font-size: clamp(30px, 30px + (7.5) * (100vw - 1920px) / 1280, 37.5px);
  }
}

h1.sur-title,
h2.sur-title,
h3.sur-title,
h4.sur-title,
h5.sur-title,
h6.sur-title {
  margin-bottom: 0 !important;
}

sup {
  font-size: 60%;
}

.more-link {
  position: relative;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #22372D;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .more-link {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .more-link {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .more-link {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .more-link {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .more-link {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.more-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #22372D;
  position: absolute;
  bottom: -4px;
  right: 0;
  transition: width 0.75s ease-in-out;
}
.more-link:hover {
  text-decoration: none;
  color: #22372D !important;
}
.more-link:hover::after {
  width: 0;
  right: inherit;
  left: 0;
}

.more-link-reverse::after {
  width: 0;
}
.more-link-reverse:hover::after {
  width: 100%;
}

.download-link {
  position: relative;
  text-decoration: none !important;
  color: #22372D;
  transition: color 0.25s ease-in-out;
  padding-bottom: 3px;
}
.download-link::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #22372D;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.75s ease-in-out;
}
.download-link:hover {
  text-decoration: none;
  color: #22372D !important;
}
.download-link:hover::before {
  width: 100%;
  right: inherit;
  left: 0;
}
.download-link:hover::after {
  opacity: 1;
}
.download-link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 28px;
  height: 1.5em;
  margin-left: 3px;
  margin-bottom: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='none' stroke='%2322372d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M10 2.09v12m-3.84-3.47L10 14.46l3.84-3.84'/%3E%3Cpath fill='none' stroke='%2322372d' stroke-width='1.5' stroke-linecap='round' d='M3.5 17.5h13'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.7;
  transition: opacity 0.75s ease-in-out;
}

.color-2 .more-link {
  color: #fff;
}
.color-2 .more-link:hover {
  color: #fff !important;
}
.color-2 .more-link::after {
  background-color: #fff;
}

a.more-button,
button.more-button {
  display: inline-block;
  justify-content: center;
  position: relative;
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  margin-top: calc(40px - 1rem);
  font-weight: 500;
  padding: 1em 4em;
  line-height: 1 !important;
  z-index: 1;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  a.more-button,
  button.more-button {
    font-size: clamp(12px, 12px + (-1) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  a.more-button,
  button.more-button {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  a.more-button,
  button.more-button {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  a.more-button,
  button.more-button {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  a.more-button,
  button.more-button {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
@media (max-width: 639px) {
  a.more-button,
  button.more-button {
    font-size: 12px;
    white-space: nowrap;
    padding: 1em 1.5em;
  }
}
a.more-button:hover,
button.more-button:hover {
  color: #22372D !important;
  text-decoration: none;
}
a.more-button:hover::before,
button.more-button:hover::before {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.02);
}
a.more-button::before,
button.more-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  background-color: #22372D;
  border: 1px solid #000;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

button.more-button {
  cursor: pointer;
  display: block;
  width: 100%;
}

.more-button-light {
  color: #fff;
}
.more-button-light::before {
  border: 1px solid #D9D9D9;
}
.more-button-light:hover {
  color: #fff !important;
}
.more-button-light:hover::before {
  border: 1px solid #fff;
}

.appointment-button-nav.more-button {
  margin-top: 0 !important;
}
.appointment-button-nav.more-button::before {
  z-index: -1;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.appointment-button-nav.more-button:hover {
  color: #fff !important;
}
.appointment-button-nav.more-button:hover::before {
  border: 1px solid #000 !important;
  background-color: #22372D !important;
}
@media (max-width: 959px) {
  .appointment-button-nav.more-button {
    padding: 1em 1.5em;
  }
}

header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button {
  color: #fff !important;
  z-index: 1;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button::before {
  z-index: -1;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button:hover {
  color: #22372D !important;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button:hover::before {
  border: 1px solid #000 !important;
  background-color: #fff !important;
}

.mobile-appointment-button-nav.more-button {
  position: fixed !important;
  top: inherit !important;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  z-index: 10;
  border: none;
  background-color: #22372D;
  color: #fff;
  text-align: center;
  padding: 1.5em !important;
  margin: 0 !important;
  z-index: 10 !important;
  height: 48px !important;
}
.mobile-appointment-button-nav.more-button::before {
  display: none !important;
  border: none !important;
}
.mobile-appointment-button-nav.more-button:hover {
  color: #fff !important;
}
.more-icon .animated-circle,
.more-icon .animated-arrow,
.more-icon .animated-line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-opacity: 0;
  transition: stroke-dashoffset 0.6s ease, stroke-opacity 0.3s ease;
}

p:not(:first-of-type):has(.more-button),
p:not(:first-child):has(.more-button) {
  margin-top: 0 !important;
}

p:not(:first-child):has(.more-button) {
  margin-top: 2rem;
}

.sliced-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: 1px solid #22372D;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem 0.6rem;
  line-height: 1 !important;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .sliced-button {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sliced-button {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sliced-button {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sliced-button {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .sliced-button {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.sliced-button:hover {
  color: #000;
  text-decoration: none;
}
.sliced-button .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sliced-button .main-link,
.sliced-button .hover-link {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.sliced-button .char {
  display: inline-block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sliced-button .char.space {
  white-space: pre;
}
.sliced-button .main-link {
  color: #22372D !important;
}
.sliced-button .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #22372D !important;
}

/* Optional: Fügen Sie hier weitere Stile für den Link hinzu */
ul.big-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.big-line-list li {
  font-family: garamond-premier-pro, serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  ul.big-line-list li {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.big-line-list li {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.big-line-list li {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  ul.big-line-list li {
    font-size: calc(30 / 390 * 100vw);
  }
}
ul.big-line-list li::before {
  display: none;
}

ul.small-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.small-line-list li {
  font-family: garamond-premier-pro, serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  ul.small-line-list li {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.small-line-list li {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
ul.small-line-list li::before {
  display: none;
}

ul.small-line-list:not(:last-child),
ul.big-line-list:not(:last-child) {
  margin-bottom: 40px !important;
}

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

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0 !important;
}

h1 + h2 + p {
  margin-top: 1.5rem;
}

h3 + h4 + p {
  margin-top: 1.5rem;
}

p + h2 {
  margin-top: 3rem !important;
}

p + ul,
*.size-basic + ul {
  margin-top: 0.5rem !important;
}

.nowrap-numbers {
  white-space: nowrap;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.full-height-section {
  min-height: calc(100vh - var(--footer-height, 0px));
}
@media (max-width: 959px) {
  .full-height-section {
    min-height: calc(var(--vh, 1vh) * 100 - var(--footer-height, 0px));
  }
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transsform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* Twelves */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

.uk-child-width-5-6 > * {
  width: 83.3194467589%;
}

.uk-child-width-11-12 > * {
  width: 91.6284881299%;
}

.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@s > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@m > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@l > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@xl > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 1380px;
  max-width: 71.875vw;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: 840px;
    min-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: inherit;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.uk-container-small {
  max-width: 920px;
  max-width: 47.9166666667vw;
}
@media (max-width: 1366px) {
  .uk-container-small {
    max-width: 650px;
  }
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: 100%;
  }
}

.uk-container-large {
  max-width: 1580px;
  max-width: 82.2916666667vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: inherit;
  }
}

@media (max-width: 959px) {
  .no-container .text-right {
    padding-right: 40px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-right {
    padding-right: 30px !important;
    padding-left: 60px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .no-container .text-left {
    padding-left: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-left {
    padding-left: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 40px;
  }
}

.no-container-right {
  max-width: 1580px;
  max-width: 82.2916666667vw;
  margin-left: auto;
}
@media (max-width: 959px) {
  .no-container-right {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-right {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-right .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.no-container-left {
  max-width: 1580px;
  max-width: 82.2916666667vw;
  margin-right: auto;
}
@media (max-width: 959px) {
  .no-container-left {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-left .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.uk-container-expand {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 959px) {
  .uk-container-expand {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .uk-container-expand {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.uk-section {
  padding-top: 128px;
  padding-bottom: 128px;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-top: 10.4275286757vw;
    padding-bottom: 10.4275286757vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-top: 13.9534883721vw;
    padding-bottom: 13.9534883721vw;
  }
}

.uk-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-top: 6.2565172054vw;
    padding-bottom: 8.3420229406vw;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-top: 9.3023255814vw;
    padding-bottom: 13.9534883721vw;
  }
}

.uk-section-large {
  padding-top: 280px;
  padding-bottom: 280px;
  padding-top: 14.5833333333vw;
  padding-bottom: 11.875vw;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 180px;
    padding-bottom: 140px;
    padding-top: 18.7695516163vw;
    padding-bottom: 14.598540146vw;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-top: 27.9069767442vw;
    padding-bottom: 23.2558139535vw;
  }
}

.uk-section-xlarge {
  padding-top: 250px;
  padding-bottom: 250px;
  padding-top: 13.0208333333vw;
  padding-bottom: 15.625vw;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 200px;
    padding-bottom: 240px;
    padding-top: 20.8550573514vw;
    padding-bottom: 25.0260688217vw;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-top: 23.2558139535vw;
    padding-bottom: 32.5581395349vw;
  }
}

.first-section {
  padding-top: 300px;
  padding-top: 15.625vw;
}
@media (max-width: 959px) {
  .first-section {
    padding-top: 240px;
    padding-top: 25.0260688217vw;
  }
}
@media (max-width: 639px) {
  .first-section {
    padding-top: 180px;
    padding-top: 41.8604651163vw;
  }
}

@media (max-width: 639px) {
  .mobile-only-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

[class*=uk-animation-] {
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1.2s;
  animation-timing-function: linear;
}

.uk-animation-kenburns {
  animation-duration: 20s;
}

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

@media (max-width: 639px) {
  .no-padding-top-mobile {
    padding-top: 0px;
  }
}

.no-section-padding-top {
  padding-top: 0px;
}
.no-section-padding-bottom {
  padding-bottom: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom {
    padding-bottom: 0px;
  }
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
  margin-top: 40px;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-slide-bottom-medium fade;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.uk-flex-first {
  order: -1;
}

.uk-flex-second {
  order: 2;
}

.uk-flex-third {
  order: 3;
}

.uk-flex-fourth {
  order: 4;
}

.uk-flex-fifth {
  order: 5;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-second\@s {
    order: 2;
  }
  .uk-flex-third\@s {
    order: 3;
  }
  .uk-flex-fourth\@s {
    order: 4;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-second\@m {
    order: 2;
  }
  .uk-flex-third\@m {
    order: 3;
  }
  .uk-flex-fourth\@m {
    order: 4;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-second\@l {
    order: 2;
  }
  .uk-flex-third\@l {
    order: 3;
  }
  .uk-flex-fourth\@l {
    order: 4;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-second\@xl {
    order: 2;
  }
  .uk-flex-third\@xl {
    order: 3;
  }
  .uk-flex-fourth\@xl {
    order: 4;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: clamp(50px, 3.33vw, 75px);
}

/* Viewport Height Fix */
.vh-100 {
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

/* Animation Basics */
* {
  outline: none !important;
  box-sizing: border-box !important;
}

html {
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  font-size: 18px;
}
@media (max-width: 639px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  min-height: 100dvh;
  font-family: neue-haas-grotesk-display, sans-serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-weight: 200;
  color: #22372D;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  body {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  body {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  body {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
em {
  color: #22372D;
}

#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  background-color: #fff;
}

strong {
  font-weight: 600;
}

section + section {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

#fixed-main {
  width: 100%;
  height: 100%;
}

#navigationContainer {
  position: relative;
  width: 100%;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

table tr td {
  vertical-align: top;
  padding-right: 1em;
}

hr {
  border-top: 2px solid #22372D;
  margin-bottom: 1em;
}

article,
.text-wrapper {
  position: relative;
}
article ul:not(.border-list),
.text-wrapper ul:not(.border-list) {
  list-style: none;
  padding-left: 15px;
  margin-top: 1rem;
}
article ul:not(.border-list) li,
.text-wrapper ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
}
article ul:not(.border-list) li::before,
.text-wrapper ul:not(.border-list) li::before {
  content: "·";
  position: absolute;
  left: -15px;
  font-size: 1.5em;
  margin-top: -0.25em;
}
article *:last-child,
.text-wrapper *:last-child {
  margin-bottom: 0;
}
article h1:has(+ .lead-text-small),
.text-wrapper h1:has(+ .lead-text-small) {
  margin-bottom: 0.5rem;
}
article p:has(+ ul),
article *.size-basic:has(+ ul),
.text-wrapper p:has(+ ul),
.text-wrapper *.size-basic:has(+ ul) {
  margin-bottom: 0.25em !important;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child),
article h6:not(:first-child),
.text-wrapper h2:not(:first-child),
.text-wrapper h3:not(:first-child),
.text-wrapper h4:not(:first-child),
.text-wrapper h5:not(:first-child),
.text-wrapper h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden;"] h1,
article [style*="overflow: hidden;"] h2,
article [style*="overflow: hidden;"] h3,
article [style*="overflow: hidden;"] h4,
article [style*="overflow: hidden;"] h5,
article [style*="overflow: hidden;"] h6,
.text-wrapper [style*="overflow: hidden;"] h1,
.text-wrapper [style*="overflow: hidden;"] h2,
.text-wrapper [style*="overflow: hidden;"] h3,
.text-wrapper [style*="overflow: hidden;"] h4,
.text-wrapper [style*="overflow: hidden;"] h5,
.text-wrapper [style*="overflow: hidden;"] h6 {
  margin-bottom: 1rem;
}

.google-map {
  height: 500px;
  width: 100%;
  background: #f5f5f5;
}

.map-info-window {
  padding: 15px;
  max-width: 300px;
}

.map-info-window h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.map-info-window p {
  margin: 5px 0;
}

.filler-height-small {
  height: 20px;
}
@media (max-width: 959px) {
  .filler-height-small {
    height: 0px;
  }
}
@media (max-width: 639px) {
  .filler-height-small {
    height: 0px;
  }
}

.filler-height-medium {
  height: 80px;
}
@media (max-width: 959px) {
  .filler-height-medium {
    height: 60px;
  }
}
@media (max-width: 639px) {
  .filler-height-medium {
    height: 0px;
  }
}

.filler-height-large {
  height: 100px;
}
@media (max-width: 959px) {
  .filler-height-large {
    height: 60px;
  }
}
@media (max-width: 639px) {
  .filler-height-large {
    height: 20px;
  }
}

#smooth-wrapper #smooth-content {
  will-change: transform;
  backface-visibility: hidden;
}

.color-1 {
  color: #22372D;
}
.color-1 ul.small-line-list li, .color-1 ul.big-line-list li {
  border-color: rgba(108, 108, 108, 0.25);
}
.color-1 a:not(.more-button) {
  color: #22372D;
}
.color-1 a:not(.more-button):hover {
  color: #9d9d9d;
}

.color-2 {
  color: #fff;
}
.color-2 * {
  color: #fff;
}
.color-2 a:not(.more-button) {
  color: #fff;
}
.color-2 a:not(.more-button):hover {
  color: #9d9d9d;
}
.color-2 p {
  color: #fff;
}

.color-red {
  color: #D0081D;
}

.color-blue {
  color: #106EB9;
}

.color-green {
  color: #63b105;
}

.color-pink {
  color: #ff00ff;
}

.color-orange {
  color: #fbb925;
}

.color-grey {
  color: #DBDBD7;
}

.color-fade {
  opacity: 0.6;
}

.background-std {
  background-color: #ffffff;
}

.background-light {
  background-color: #f7f7f7;
}

.background-medium {
  background-color: #F5EDE0;
}

.background-dark {
  background-color: #22372D;
}

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

.bottom-color-layer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background-color: #22372D;
}
@media (max-width: 639px) {
  .bottom-color-layer {
    display: none;
  }
}

.image-section .image-wrapper .main-image .figcaption,
.single-image-section .image-wrapper .main-image .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 90%;
  }
}
.image-section .image-wrapper .main-image .overlay-wrapper,
.single-image-section .image-wrapper .main-image .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
.single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.image-section .rounded-corners .main-image img,
.image-section .rounded-corners .overlay-image img,
.single-image-section .rounded-corners .main-image img,
.single-image-section .rounded-corners .overlay-image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 15px;
  }
}
.image-section .two-images .main-image,
.single-image-section .two-images .main-image {
  width: 78% !important;
}
.image-section .two-images .overlay-image,
.single-image-section .two-images .overlay-image {
  width: 32% !important;
}
.image-section .two-images .overlay-image.portrait-overlay,
.single-image-section .two-images .overlay-image.portrait-overlay {
  width: 55% !important;
}
.image-section .two-images .uk-position-top-left,
.single-image-section .two-images .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-top-right,
.single-image-section .two-images .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-bottom-left,
.single-image-section .two-images .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-bottom-right,
.single-image-section .two-images .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-center-left,
.single-image-section .two-images .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .uk-position-center-right,
.single-image-section .two-images .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .has-left-sibling,
.single-image-section .two-images .has-left-sibling {
  margin-left: auto !important;
}
.image-section .has-bottom-child,
.single-image-section .has-bottom-child {
  position: relative;
  margin-bottom: 15% !important;
}
.image-section .has-bottom-child .figcaption,
.single-image-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.image-section .has-top-child,
.single-image-section .has-top-child {
  margin-top: 15% !important;
}

.layer-position-top-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-left .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-center .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-right .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-center-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-center .overlay-text {
  width: 100% !important;
  transform-origin: center center !important;
}
.layer-position-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.layer-position-center-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-bottom-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-left .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-center .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(325deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(325deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(325deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-right .overlay-underlay {
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.overlay-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider video {
  filter: grayscale(100%);
}

.video-section .video-wrapper .main-video {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.video-section .video-wrapper .main-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .video-wrapper .main-video .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .figcaption {
    margin-left: inherit;
    margin-right: inherit;
    width: 90%;
  }
}
.video-section .video-wrapper .main-video .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.video-section .rounded-corners .main-video img,
.video-section .rounded-corners .main-video video,
.video-section .rounded-corners .overlay-image img,
.video-section .rounded-corners .overlay-image video {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 15px;
  }
}
.video-section .video-with-image {
  width: 100%;
}
.video-section .video-with-image .main-video {
  position: relative;
  width: 78% !important;
}
.video-section .video-with-image .overlay-image {
  width: 32% !important;
}
.video-section .video-with-image .overlay-image.portrait-overlay {
  width: 55% !important;
}
.video-section .video-with-image .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image [class*=uk-position-top-] {
  transform: translateY(50%);
}
.video-section .video-with-image .has-left-sibling {
  margin-left: auto !important;
}
.video-section .has-bottom-child {
  margin-bottom: 15% !important;
}
.video-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .video-section .has-bottom-child .figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .video-section .has-bottom-child .figcaption {
    left: 0;
    transform: translateX(0);
  }
}
.video-section .has-top-child {
  margin-top: 15% !important;
}

.overlay-image.portrait-overlay {
  /* Add specific styles for portrait orientation */
  width: 60% !important;
}

.overlay-image.landscape-overlay {
  /* Add specific styles for landscape orientation */
  width: 80% !important;
}

/* Transform values for top positioned overlays */
.overlay-image[class*=uk-position-bottom-].portrait-overlay {
  transform: translateY(-70%) !important;
}

.overlay-image[class*=uk-position-top-].portrait-overlay {
  transform: translateY(70%) !important;
}

.rounded-corners .main-image,
.rounded-corners .overlay-image,
.rounded-corners .blog-header-image,
.rounded-corners .image-wrapper,
.rounded-corners .blog-card__image {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 15px;
  }
}
.rounded-corners .main-image img,
.rounded-corners .overlay-image img,
.rounded-corners .blog-header-image img,
.rounded-corners .image-wrapper img,
.rounded-corners .blog-card__image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 15px;
  }
}

.image-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .image-caption {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .image-caption {
    padding: 12.5195618153vw 0;
  }
}
.image-caption .uk-container,
.image-caption .uk-grid {
  height: 100%;
  position: relative;
}

.overlay-text.color-2 * {
  color: #fff;
}

.image-align-vertical {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .full-on-mobile {
    overflow: inherit !important;
    width: 100vw !important;
    transform: translateX(-30px);
  }
  .full-on-mobile .main-image {
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-left {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-left .main-image {
    width: calc(100% + 30px) !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-right {
    overflow: inherit !important;
  }
  .img-align-mobile-right .main-image {
    width: calc(100% + 30px) !important;
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-both {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-both .main-image {
    width: calc(100% + 60px) !important;
    overflow: inherit !important;
  }
}

.b-logo-numbers .main-image img {
  width: clamp(160px, 9.375vw, 200px);
  margin: 0 auto;
}

.single-text-section {
  height: 100%;
}

.margin-top {
  display: block;
  margin-top: 1.5625vw;
}
@media (max-width: 959px) {
  .margin-top {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 639px) {
  .margin-top {
    margin-top: 5.1282051282vw;
  }
}

.margin-bottom {
  display: block;
  margin-bottom: 1.5625vw;
}
@media (max-width: 959px) {
  .margin-bottom {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 639px) {
  .margin-bottom {
    margin-bottom: 5.1282051282vw;
  }
}

.margin-top-small {
  display: block;
  margin-top: 1.0416666667vw;
}
@media (max-width: 959px) {
  .margin-top-small {
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 639px) {
  .margin-top-small {
    margin-top: 3.8461538462vw;
  }
}

.margin-bottom-small {
  display: block;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 959px) {
  .margin-bottom-small {
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 639px) {
  .margin-bottom-small {
    margin-bottom: 3.8461538462vw;
  }
}

.margin-top-medium {
  display: block;
  margin-top: 1.5625vw !important;
}
@media (max-width: 959px) {
  .margin-top-medium {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 639px) {
  .margin-top-medium {
    margin-top: 5.1282051282vw;
  }
}

.margin-bottom-medium {
  display: block;
  margin-bottom: 1.5625vw !important;
}
@media (max-width: 959px) {
  .margin-bottom-medium {
    margin-bottom: 3.90625vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom-medium {
    margin-bottom: 5.1282051282vw !important;
  }
}

.margin-top-large {
  display: block;
  margin-top: 2.6041666667vw !important;
}
@media (max-width: 959px) {
  .margin-top-large {
    margin-top: 6.5104166667vw !important;
  }
}
@media (max-width: 639px) {
  .margin-top-large {
    margin-top: 7.6923076923vw !important;
  }
}

.margin-bottom-large {
  display: block;
  margin-bottom: 2.6041666667vw !important;
}
@media (max-width: 959px) {
  .margin-bottom-large {
    margin-bottom: 6.5104166667vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom-large {
    margin-bottom: 7.6923076923vw !important;
  }
}

@media (max-width: 639px) {
  .margin-title-height {
    margin-top: 0 !important;
  }
}

.center-text-widget .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-text-widget .widget-content .widget-text {
  text-align: center;
}

.numbered-widget {
  counter-reset: item;
  position: relative;
  width: 100%;
}
.numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
  margin-left: -6rem;
}
@media (max-width: 1366px) {
  .numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
    margin-left: -40px;
  }
}
@media (max-width: 959px) {
  .numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
    margin-left: -40px;
  }
}
.numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
  padding-left: 6rem;
}
@media (max-width: 1366px) {
  .numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
    padding-left: 40px;
  }
}
@media (max-width: 959px) {
  .numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
    padding-left: 40px;
  }
}
.numbered-widget .widget-wrapper {
  counter-increment: item;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
  content: counter(item, decimal-leading-zero);
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(46 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(42 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(46 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(46 / 390 * 100vw);
  }
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper:nth-child(n+10)::before {
  content: counter(item);
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper p {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
  font-family: garamond-premier-pro, serif;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4 !important;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(22 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 390 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    margin-bottom: 1.5rem;
  }
}
.numbered-widget .color-2 .text-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.numbered-widget .color-2 .text-wrapper::before {
  color: rgba(255, 255, 255, 0.6);
}

.widget-wrapper .image-over-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-over-text img {
  order: 1;
}
.widget-wrapper .image-over-text .text-wrapper {
  margin-top: clamp(100px, 6.77vw, 150px);
  padding-right: 40%;
  order: 2;
}
@media (max-width: 639px) {
  .widget-wrapper .image-over-text .text-wrapper {
    margin-top: 80px;
  }
}
.widget-wrapper .image-under-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-left-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.widget-wrapper .image-left-text .text-wrapper {
  order: 2;
  width: 70%;
}
.widget-wrapper .image-left-text .image-wrapper {
  order: 1;
  width: 30%;
}
.widget-wrapper .image-right-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.widget-wrapper .image-right-text .text-wrapper {
  width: 70%;
}
.widget-wrapper .image-right-text .image-wrapper {
  width: 30%;
  display: flex;
  align-items: flex-end;
}

.icon-widget .widget-wrapper {
  padding-right: 5%;
}
.icon-widget .widget-wrapper .widget-content {
  padding-top: 1.5rem;
  border-top: 1px solid #DBDBD7;
}
.icon-widget .widget-wrapper .widget-content img {
  height: 2.3rem;
  width: auto;
}
.icon-widget .widget-wrapper .widget-content .text-wrapper {
  margin-top: 2rem;
  padding-right: inherit;
}
.icon-widget .color-2 .widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-section .uk-grid-margin,
.widget-section .uk-grid + .uk-grid,
.widget-section .uk-grid > .uk-grid-margin {
  margin-top: 60px;
}

.widget-section.icon-widget .uk-grid-margin,
.widget-section.icon-widget .uk-grid + .uk-grid,
.widget-section.icon-widget .uk-grid > .uk-grid-margin {
  margin-top: 100px;
}

@media (max-width: 639px) {
  .no-container-left .widget-section {
    padding-left: 30px;
  }
}

@media (max-width: 639px) {
  .no-container-right .widget-section {
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .move-image-right-mobile .widget-content .image-wrapper {
    overflow: inherit;
  }
  .move-image-right-mobile .widget-content .image-wrapper img {
    padding-left: 20%;
    transform: translateX(30px);
  }
}

.nowrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.contact-widgets .widget-section {
  display: flex;
  justify-content: center;
}
.contact-widgets .widget-section .widget-wrapper {
  width: auto;
}
.contact-widgets .widget-section .widget-wrapper p:not(:last-child) {
  margin-bottom: 1rem;
}

.big-gap-widget .uk-grid-column-large > *, .big-gap-widget .uk-grid-large > * {
  padding-left: clamp(170px, 10.26vw, 220px);
}
@media (max-width: 959px) {
  .big-gap-widget .uk-grid-column-large > *, .big-gap-widget .uk-grid-large > * {
    padding-left: 60px;
  }
}
@media (max-width: 639px) {
  .big-gap-widget .uk-grid-column-large > *, .big-gap-widget .uk-grid-large > * {
    padding-left: 30px;
  }
}
.big-gap-widget .uk-grid-column-large, .big-gap-widget .uk-grid-large {
  margin-left: clamp(-170px, -10.26vw, -220px);
}
@media (max-width: 959px) {
  .big-gap-widget .uk-grid-column-large, .big-gap-widget .uk-grid-large {
    margin-left: -60px;
  }
}
@media (max-width: 639px) {
  .big-gap-widget .uk-grid-column-large, .big-gap-widget .uk-grid-large {
    margin-left: -30px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: 500;
}
table thead tr th {
  font-weight: 600;
}

.number-widget-table {
  width: 100%;
  border-collapse: collapse;
}
.number-widget-table tr td {
  vertical-align: top;
}
.number-widget-table tr td:first-child {
  width: 40%;
}
.number-widget-table tr td:last-child {
  padding-right: 0;
}

.centered-link-table {
  margin: 0 auto;
  width: auto;
}

footer#footer table {
  width: auto;
}
footer#footer table tr {
  border: none;
}
footer#footer table tr td {
  border: none;
  font-size: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
footer#footer table tr td p, footer#footer table tr td a {
  font-size: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.logos .uk-slider .uk-slider-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 959px) {
  .logos .uk-slider .uk-slider-items {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .logos .uk-slider .uk-slider-items {
    gap: 5px;
  }
}
.logos .uk-slider .uk-slider-items a img {
  height: 40px;
  width: auto;
  opacity: 1;
  filter: grayscale(100%);
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 959px) {
  .logos .uk-slider .uk-slider-items a img {
    height: 50px;
  }
}
@media (max-width: 639px) {
  .logos .uk-slider .uk-slider-items a img {
    height: 50px;
  }
}
.logos .uk-slider .uk-slider-items a:hover img {
  opacity: 0.6;
}
.logos .marquee {
  position: relative;
  overflow: hidden;
}
.logos .marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll var(--marquee-duration, 40s) linear infinite;
}
.logos .marquee__group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
  gap: 2.6vw;
  padding-inline: 20px;
}
@media (max-width: 959px) {
  .logos .marquee__group {
    gap: 40px;
    padding-inline: 10px;
  }
}
@media (max-width: 639px) {
  .logos .marquee__group {
    gap: 35px;
    padding-inline: 5px;
  }
}
.logos .marquee a {
  display: inline-flex;
  align-items: center;
}
.logos .marquee img {
  height: 40px;
  height: 2.08vw;
  width: auto;
  opacity: 1;
  filter: grayscale(100%);
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 959px) {
  .logos .marquee img {
    height: 30px;
  }
}
@media (max-width: 639px) {
  .logos .marquee img {
    height: 30px;
  }
}
.logos .marquee a:hover img {
  opacity: 0.6;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.uk-accordion li {
  text-align: left;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 12px 0 10px 0;
}
.uk-accordion li a.uk-accordion-title {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.uk-accordion li .uk-accordion-content {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-align: left;
  padding: 0 0 1rem 0;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li .uk-accordion-content {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) {
  list-style: none;
  padding-left: 15px;
  margin-top: 1rem;
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
  border: none;
  padding: 0;
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) li::before {
  content: "·";
  position: absolute;
  left: -15px;
  font-size: 1.5em;
  margin-top: -0.25em;
}
.uk-accordion li.accordion-item {
  border-bottom: none;
}
.uk-accordion li.accordion-item .uk-accordion-title {
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(22 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 390 * 100vw);
  }
}
.uk-accordion li.accordion-item .uk-accordion-content {
  font-weight: 400;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.uk-accordion li.accordion-item:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}

.gsap-animation-scale-up {
  will-change: transform, opacity;
}

.gsap-animation-scale-up .animate-2 {
  will-change: transform, opacity;
}

.gsap-animation-slice-in h1,
.gsap-animation-slice-in h2,
.gsap-animation-slice-in h3,
.gsap-animation-slice-in p {
  transform: translateY(100%);
}

.gsap-animation-text-splitter h1,
.gsap-animation-text-splitter h2,
.gsap-animation-text-splitter h3,
.gsap-animation-text-splitter p,
.gsap-animation-text-splitter-line:not(.blog-text) h1,
.gsap-animation-text-splitter-line:not(.blog-text) h2,
.gsap-animation-text-splitter-line:not(.blog-text) h3,
.gsap-animation-text-splitter-line:not(.blog-text) p {
  font-kerning: none !important;
}
.gsap-animation-text-splitter .char,
.gsap-animation-text-splitter-line:not(.blog-text) .char {
  display: inline-block;
  will-change: transform, opacity;
}
.gsap-animation-text-splitter [style*="overflow: hidden"]:not(.line-wrapper),
.gsap-animation-text-splitter-line:not(.blog-text) [style*="overflow: hidden"]:not(.line-wrapper) {
  width: 100%;
}
.gsap-animation-text-splitter .line-wrapper p,
.gsap-animation-text-splitter-line:not(.blog-text) .line-wrapper p {
  margin-bottom: 0;
}
.gsap-animation-text-splitter .text-splitter-wrapper h1,
.gsap-animation-text-splitter .text-splitter-wrapper h2,
.gsap-animation-text-splitter .text-splitter-wrapper h3,
.gsap-animation-text-splitter .text-splitter-wrapper h4,
.gsap-animation-text-splitter .text-splitter-wrapper h5,
.gsap-animation-text-splitter .text-splitter-wrapper h6,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h1,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h2,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h3,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h4,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h5,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h6 {
  margin-bottom: 0;
}

article [style*="overflow: hidden"]:not(.line-wrapper),
.overlay-text [style*="overflow: hidden"]:not(.line-wrapper) {
  display: block;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden"]:last-child,
.overlay-text [style*="overflow: hidden"]:last-child {
  margin-bottom: 0;
}

h1 div[style*="display: inline-block; overflow: hidden;"] {
  margin: 0 !important;
}

.gsap-animation-image-scale-in .image-wrapper {
  overflow: hidden;
  overflow: hidden;
}
.gsap-animation-image-scale-in .image-wrapper .animate {
  will-change: transform, opacity;
}

.text-slice-wrapper * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gallery-section * + .uk-grid-margin-small, .gallery-section .uk-grid + .uk-grid-row-small, .gallery-section .uk-grid + .uk-grid-small, .gallery-section .uk-grid-row-small > .uk-grid-margin, .gallery-section .uk-grid-small > .uk-grid-margin {
  margin-top: 15px !important;
}
.gallery-section .gallery-filter {
  margin-bottom: 1rem;
}
.gallery-section .gallery-filter ul li.uk-active a {
  background-color: transparent;
  color: #22372d;
}
.gallery-section .gallery-filter ul li.uk-active a::before {
  transform-origin: 0 50%;
  transform: scaleX(1);
  height: 1px;
}
.gallery-section .gallery-filter ul li a {
  display: inline-block;
  padding: 0;
  text-transform: none;
  color: rgba(34, 55, 45, 0.5);
  transition: color 0.25s ease-in-out;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(12px, 12px + (-1) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .gallery-section .gallery-filter ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.gallery-section .gallery-filter ul li a:hover {
  background-color: transparent;
  color: #22372d !important;
}
.gallery-section .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section .gallery-item a {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section .gallery-item a {
    border-radius: 15px;
  }
}
.gallery-section .gallery-item a img {
  transition: transform 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  transform: scale(1);
}
.gallery-section .gallery-item a:hover img {
  transform: scale(1.05);
}

.gallery-section.rounded-corners .gallery-item a img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 15px;
  }
}

.uk-lightbox {
  background-color: #f7f7f7 !important;
  transition: opacity 0.35s cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 1s !important;
}
.uk-lightbox img {
  max-height: 80vh;
}
.uk-lightbox .uk-slidenav, .uk-lightbox .uk-close {
  color: rgba(34, 55, 45, 0.75);
}
.uk-lightbox .uk-slidenav:hover, .uk-lightbox .uk-close:hover {
  color: #22372D;
}
.uk-lightbox .uk-position-small {
  padding: 40px;
}

.blog-header {
  padding-top: 16.6666666667vw;
}
@media (max-width: 959px) {
  .blog-header {
    padding-top: 26.0688216893vw;
  }
}
@media (max-width: 639px) {
  .blog-header {
    padding-top: 39.1236306729vw;
  }
}
.blog-header .image-wrapper {
  aspect-ratio: 1.975/1;
}
@media (max-width: 639px) {
  .blog-header .image-wrapper {
    aspect-ratio: 1.5/1;
  }
}
.blog-header .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-title-section p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content .blog-text-wrapper h1,
.blog-content .blog-text-wrapper h2,
.blog-content .blog-text-wrapper h3,
.blog-content .blog-text-wrapper h4,
.blog-content .blog-text-wrapper h5,
.blog-content .blog-text-wrapper h6 {
  margin-bottom: 2rem;
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card:hover {
  text-decoration: none;
  color: inherit;
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}
.blog-card .blog-card__image {
  position: relative;
  aspect-ratio: 1/1.43;
  overflow: hidden;
}
.blog-card .blog-card__image .blog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease-in-out;
}
.blog-card .blog-card__content {
  padding: 1rem 10% 1.8rem;
  text-align: center;
}
.blog-card .blog-card__date {
  font-size: 0.875rem;
  color: #22372D;
  margin-bottom: 2rem;
}
.blog-card .blog-card__preview {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .blog-card .blog-card__preview {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-card .blog-card__preview {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-card .blog-card__preview {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .blog-card .blog-card__preview {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.blog-card .blog-card__title {
  margin-bottom: 1rem;
  font-family: commuters-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .blog-card .blog-card__title {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-card .blog-card__title {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-card .blog-card__title {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-card .blog-card__title {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .blog-card .blog-card__title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.blog-nav-share-wrapper {
  max-width: 920px;
  max-width: 47.9166666667vw;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .blog-nav-share-wrapper {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 959px) {
  .blog-nav-share-wrapper {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 639px) {
  .blog-nav-share-wrapper {
    max-width: 100%;
  }
}

.blog-share-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-share-icons p {
  margin: 0;
  padding-right: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item {
  list-style: none;
  padding-bottom: 0;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item::before {
  display: none;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a svg {
  width: auto;
  height: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a::before {
  display: none;
}

.blog-entry-page h1,
.blog-entry-page h2,
.blog-entry-page h3,
.blog-entry-page h4,
.blog-entry-page h5,
.blog-entry-page h6 {
  margin-bottom: 1em;
}
.blog-entry-page h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.5em;
}
.blog-entry-page h2.serif {
  letter-spacing: -0.04em !important;
  font-family: garamond-premier-pro, serif;
  letter-spacing: normal;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .blog-entry-page h2.serif {
    font-size: clamp(24px, 24px + (2) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-entry-page h2.serif {
    font-size: clamp(26px, 26px + (0) * (100vw - 640px) / 320, 26px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-entry-page h2.serif {
    font-size: 26px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-entry-page h2.serif {
    font-size: clamp(26px, 26px + (4) * (100vw - 1367px) / 553, 37.5px);
  }
}
@media (min-width: 1921px) {
  .blog-entry-page h2.serif {
    font-size: clamp(30px, 30px + (7.5) * (100vw - 1920px) / 1280, 37.5px);
  }
}
.blog-entry-page h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.25em;
}
.blog-entry-page h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.15em;
}
.blog-entry-page h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.05em;
}
.blog-entry-page h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1em;
}
.blog-entry-page .filler {
  height: 2em;
}
.blog-entry-page strong {
  font-weight: 400;
}
.blog-entry-page h1 + h2.size-l {
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(30 / 390 * 100vw);
  }
}
.blog-entry-page p:has(+ ul) {
  margin-top: 1.2rem;
}
.blog-entry-page h1 + p,
.blog-entry-page h2 + p,
.blog-entry-page h3 + p,
.blog-entry-page h4 + p,
.blog-entry-page h5 + p,
.blog-entry-page h6 + p {
  margin-top: 0.8rem;
}
.blog-entry-page .more-button:not(.blog-nav-link) {
  margin-top: 3em;
}
.blog-entry-page table.uk-table tr td:first-of-type {
  padding-left: 0 !important;
}
.blog-entry-page table.uk-table tr td:last-of-type {
  padding-right: 0 !important;
}
.blog-entry-page * + .uk-grid-margin-large, .blog-entry-page .uk-grid + .uk-grid-large, .blog-entry-page .uk-grid + .uk-grid-row-large, .blog-entry-page .uk-grid-large > .uk-grid-margin, .blog-entry-page .uk-grid-row-large > .uk-grid-margin {
  margin-top: 3rem;
}
.blog-entry-page .widget-section .uk-grid-margin, .blog-entry-page .widget-section .uk-grid + .uk-grid, .blog-entry-page .widget-section .uk-grid > .uk-grid-margin {
  margin-top: 2rem;
}

#menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}
@media (max-width: 639px) {
  #menu-toggle {
    margin-bottom: -8px;
  }
}
#menu-toggle .menu-toggle-wrapper {
  position: relative;
  width: 50px;
  height: 7px;
  display: block;
  transition: height 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 639px) {
  #menu-toggle .menu-toggle-wrapper {
    width: 40px;
  }
}
#menu-toggle .menu-toggle-wrapper .top,
#menu-toggle .menu-toggle-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.35s ease-in-out, transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#menu-toggle .menu-toggle-wrapper .top {
  top: 0;
  transform: rotate(0deg) translateY(0);
}
#menu-toggle .menu-toggle-wrapper .bottom {
  bottom: 0;
  transform: rotate(0deg) translateY(0);
}

.menu-open .menu-toggle-wrapper {
  width: 50px !important;
  height: 42px !important;
}
@media (max-width: 639px) {
  .menu-open .menu-toggle-wrapper {
    width: 40px !important;
    height: 36px !important;
  }
}
.menu-open .menu-toggle-wrapper .top {
  top: calc(50% - 2px) !important;
  transform: rotate(315deg) translateY(-50%) !important;
  background-color: #22372D !important;
}
.menu-open .menu-toggle-wrapper .bottom {
  bottom: calc(50% + 2px) !important;
  transform: rotate(225deg) translateY(50%) !important;
  background-color: #22372D !important;
}

.anchor {
  margin-top: -140px;
  padding-top: 140px;
}

header#nav-header-no-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.35s ease-in-out;
  z-index: 1000;
}
header#nav-header-no-nav .logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 639px) {
  header#nav-header-no-nav .logo-wrapper {
    top: 60%;
  }
}
header#nav-header-no-nav .uk-logo img,
header#nav-header-no-nav .uk-logo svg {
  display: block;
  width: 16vw;
  height: auto;
  min-width: 280px;
  z-index: 6;
  transition: width 0.35s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header-no-nav .uk-logo img,
  header#nav-header-no-nav .uk-logo svg {
    width: 30vw;
    min-width: 190px;
  }
}
@media (max-width: 639px) {
  header#nav-header-no-nav .uk-logo img,
  header#nav-header-no-nav .uk-logo svg {
    width: 45vw;
    min-width: inherit;
  }
}
header#nav-header-no-nav .navbar-wrapper {
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
header#nav-header-no-nav .navbar-wrapper nav#navbar {
  width: 100%;
  padding: 50px 40px;
  height: 258px;
  margin: 0 auto;
  background-color: transparent;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar {
    padding: 40px;
    width: calc(87.5912408759vw + 80px);
    height: 180px;
  }
}
@media (max-width: 639px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar {
    width: 100%;
    height: 170px;
    padding: 30px;
  }
}
header#nav-header-no-nav .navbar-wrapper nav#navbar .uk-navbar-left, header#nav-header-no-nav .navbar-wrapper nav#navbar .uk-navbar-right {
  display: flex;
  align-items: flex-start;
}
header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link {
  transition: color 0.25s ease-in-out;
}
header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link:hover {
  color: #fff !important;
}
header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link:hover::after {
  width: 100%;
}
header#nav-header-no-nav .navbar-wrapper nav#navbar a.more-link::after {
  background-color: #fff;
  transition: width 0.75s ease-in-out;
}

#sidenav {
  width: 100vw;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22372D;
  z-index: 5;
  transform: translateX(-100%);
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#sidenav .sidenav-inner {
  padding: 40px;
  width: auto;
  height: auto;
}
#sidenav .sidenav-inner .uk-nav li {
  text-align: center;
}
#sidenav .sidenav-inner .uk-nav li a.nav-link {
  font-size: 2.5em !important;
  display: block;
  text-align: center;
  letter-spacing: normal !important;
  color: #fff !important;
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: 2em !important;
  }
}

.sidenav-open {
  transform: translateX(0) !important;
}

.nav-item-light .logo-light {
  display: block;
}
.nav-item-light .logo-dark {
  display: none;
}

.nav-item-dark .logo-light {
  display: none;
}
.nav-item-dark .logo-dark {
  display: block;
}

.nav-header-dark .language-button .language-selector a {
  color: #22372D !important;
}
.nav-header-dark .language-button .language-selector a:hover {
  color: #22372D !important;
}
.nav-header-dark .language-button .language-selector a::before {
  border-bottom: 1px solid rgba(34, 55, 45, 0.5);
}
.nav-header-dark .language-button .language-selector .uk-active {
  color: #22372D !important;
}
.nav-header-dark .language-button .language-selector .uk-active::after {
  background-color: #22372D !important;
}
.nav-header-dark .more-link {
  color: #22372D !important;
}
.nav-header-dark .uk-logo svg path {
  fill: #22372D !important;
}

.nav-scroll {
  background-color: #22372D;
  height: auto !important;
}
.nav-scroll nav#navbar {
  height: 120px !important;
}
@media (max-width: 959px) {
  .nav-scroll nav#navbar {
    height: 100px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll nav#navbar {
    height: 80px !important;
  }
}
.nav-scroll nav#navbar .logo-wrapper {
  top: 50% !important;
}
.nav-scroll nav#navbar .uk-logo img,
.nav-scroll nav#navbar .uk-logo svg {
  width: 12vw;
  min-width: 200px;
}
@media (max-width: 639px) {
  .nav-scroll nav#navbar .uk-logo img,
  .nav-scroll nav#navbar .uk-logo svg {
    width: 35vw;
    min-width: inherit;
  }
}

.nav-header-dark.nav-scroll .more-link {
  color: #fff !important;
}
.nav-header-dark.nav-scroll .more-link::after {
  background-color: #fff !important;
}
.nav-header-dark.nav-scroll .language-button .language-selector a {
  color: #fff !important;
}
.nav-header-dark.nav-scroll .language-button .language-selector .uk-active::after {
  background-color: #fff !important;
}
.nav-header-dark.nav-scroll .uk-logo svg path {
  fill: #fff !important;
}

.language-button {
  display: inline-block;
}
.language-button .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.language-button .language-selector a {
  opacity: 0.5;
  color: #fff;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.language-button .language-selector a:hover {
  color: #fff;
  opacity: 1;
}
.language-button .language-selector a:hover::after {
  width: 100% !important;
}
.language-button .language-selector a::after {
  width: 0;
  background-color: #fff;
  bottom: -2px;
}
.language-button .language-selector .uk-active {
  color: #fff;
  opacity: 1;
}
.language-button .language-selector .uk-active::after {
  width: 100% !important;
}
.language-button .show-nav-link {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.language-mobile {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-mobile .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.no-opacity {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ajax-content {
  min-height: 100vh;
  transition: opacity 0.3s ease-in-out;
}

#ajax-loader {
  width: 0;
  height: 100svh;
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: clamp(100px, 7.825vw, 200px);
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 959px) {
  #ajax-loader {
    left: 0 !important;
  }
}

#ajax-loader.active {
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  left: clamp(100px, 7.825vw, 200px);
}
@media (max-width: 959px) {
  #ajax-loader.active {
    width: 100vw !important;
    left: 0 !important;
  }
}

#ajax-loader.hide {
  width: 0;
  left: 100vw;
  transition: width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), left 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  #ajax-loader.hide {
    width: 0vw !important;
    left: 100vw !important;
  }
}

#main-container {
  transition: opacity 0.3s ease-in-out;
}

#main-container.is-loading {
  opacity: 0 !important;
  pointer-events: none;
}

#ajax-container {
  transition: opacity 0.3s ease-in-out;
}

#ajax-container.is-loading {
  opacity: 0 !important;
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #F5EDE0;
  z-index: 9999;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.spinner .loader {
  display: inline-block;
  width: 50px;
}
.spinner .loader img {
  width: 100%;
}
.spinner #spinner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner #spinner-background .loader-logo {
  width: 100%;
  max-width: 21.26vw;
  min-width: 350px;
}
@media (max-width: 959px) {
  .spinner #spinner-background .loader-logo {
    max-width: 40vw;
    min-width: 250px;
  }
}
@media (max-width: 639px) {
  .spinner #spinner-background .loader-logo {
    max-width: 60vw;
    min-width: 150px;
  }
}
.spinner #spinner-background .loader-logo svg {
  width: 100%;
  height: 100%;
}

footer#footer {
  margin-top: auto;
}
footer#footer .footer-section {
  width: 100%;
  background-color: #22372D;
  padding-top: clamp(70px, 4.9479vw, 110px);
  padding-bottom: clamp(50px, 3.38vw, 70px);
}
@media (max-width: 639px) {
  footer#footer .footer-section {
    padding-bottom: 80px;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .align_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
  color: #F5EDE0;
  font-family: neue-haas-grotesk-display, sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(14px, 14px + (2) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(16px, 16px + (-2) * (100vw - 640px) / 320, 14px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: 14px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(14px, 14px + (2) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    text-align: center;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
  color: #F5EDE0;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(14px, 14px + (2) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(16px, 16px + (-2) * (100vw - 640px) / 320, 14px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: 14px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(14px, 14px + (2) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a:hover {
  color: #FFFCFA !important;
  text-decoration: underline;
  text-decoration-color: rgba(245, 237, 224, 0.5);
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a.size-xxs {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  gap: clamp(50px, 5.2083vw, 120px);
}
@media (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    gap: 50px;
  }
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
  padding-left: 0;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner *:last-child {
  margin-bottom: 0;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner img, footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner svg {
  width: 32px;
}
footer#footer .uk-grid-margin, footer#footer .uk-grid + .uk-grid, footer#footer .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start;
}
.social-icons a.uk-icon-link {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  transform: scale(1);
  transition: color 0.35s cubic-bezier(0.75, 0, 0.25, 1), transform 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 959px) {
  .social-icons a.uk-icon-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 639px) {
  .social-icons a.uk-icon-link {
    width: 1rem;
    height: 1rem;
  }
}
.social-icons a.uk-icon-link:hover {
  color: #9d9d9d;
  transform: scale(1.1) !important;
}
.social-icons a.uk-icon-link svg {
  width: 100%;
  height: 100%;
}

.main-content-wrapper {
  position: relative;
  z-index: 1;
}

.divider {
  position: relative;
}
.divider .divider-wrapper {
  width: 70px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .divider .divider-wrapper {
    width: 50px;
  }
}
@media (max-width: 639px) {
  .divider .divider-wrapper {
    width: 50px;
  }
}
.divider .divider-wrapper svg {
  width: 100%;
  height: auto;
}

.main-slider.uk-slideshow {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 959px) {
  .main-slider.uk-slideshow {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .main-slider.uk-slideshow {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-slider.uk-slideshow .uk-slideshow-items {
  height: 100%;
}
.main-slider.uk-slideshow .uk-slideshow-items .video-wrapper {
  width: 100%;
  height: 100%;
}
.main-slider.uk-slideshow .uk-slideshow-items img,
.main-slider.uk-slideshow .uk-slideshow-items video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#verticalSlideshow .uk-slideshow-items > :not(.uk-active) {
  display: block;
  opacity: 1;
  z-index: -1;
}
#verticalSlideshow .uk-slideshow-items > .uk-active {
  z-index: 1;
}

.uk-slideshow .uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.uk-slider .slider-image {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 959px) {
  .uk-slider .slider-image {
    height: 40vh;
    height: 40svh;
    height: calc(var(--vh, 1vh) * 40);
  }
}
@media (max-width: 639px) {
  .uk-slider .slider-image {
    height: 50vh;
    height: 50svh;
    height: calc(var(--vh, 1vh) * 50);
  }
}

.main-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 959px) {
  .main-slider .overlay {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}
@media (max-width: 639px) {
  .main-slider .overlay {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.header-caption {
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .header-caption {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .header-caption {
    padding: 12.5195618153vw 0;
  }
}
.header-caption .header-text p,
.header-caption .header-text h1,
.header-caption .header-text h2,
.header-caption .header-text h3,
.header-caption .header-text h4,
.header-caption .header-text h5,
.header-caption .header-text h6 {
  color: #fff;
}

.caption-wrapper {
  width: 100%;
}
.caption-wrapper p,
.caption-wrapper h1,
.caption-wrapper h2,
.caption-wrapper h3,
.caption-wrapper h4,
.caption-wrapper h5,
.caption-wrapper h6 {
  color: #fff;
}
.caption-wrapper .header-text {
  width: 100%;
}

.header-caption-all,
.header-caption {
  z-index: 1;
}
.header-caption-all img,
.header-caption-all svg,
.header-caption img,
.header-caption svg {
  width: 2.38vw;
  min-width: 35px;
  margin: 0 auto;
}

.header-caption-all {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: clamp(120px, 7.29vw, 180px);
  z-index: 1;
}
@media (max-width: 959px) {
  .header-caption-all {
    padding-bottom: clamp(100px, 6.25vw, 150px);
  }
}
@media (max-width: 639px) {
  .header-caption-all {
    padding-bottom: clamp(80px, 25vw, 120px);
  }
}

.uk-dotnav {
  margin-left: -9px;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D9D9D9;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  transition: 0.2s ease-in-out;
  transition-property: background-color;
}

.uk-dotnav > .uk-active > * {
  background-color: #000000;
  border-color: transparent;
}

.uk-dotnav > * {
  flex: none;
  padding-left: 9px;
}

.uk-slidenav svg {
  width: 12px;
}

.slider-section .uk-slideshow .uk-slidenav {
  margin: 0;
  top: inherit;
  transform: translateY(0);
  bottom: -10px;
}

/* eingebaute Dotnav sicherheitshalber ausblenden, falls aktiv */
/* optional: etwas größere Klickflächen */
.tri-dotnav li a {
  width: 6px;
  height: 6px;
  border: none;
}

.custom-dotnav .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.dotnav-wrapper {
  height: 6px;
}
.dotnav-wrapper .uk-dotnav {
  flex-wrap: nowrap;
}

#verticalGsapSlider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#verticalGsapSlider .vs-dotnav {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#verticalGsapSlider .vs-dotnav .dot {
  width: 26px;
  height: 1px;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 0;
}
#verticalGsapSlider .vs-dotnav .dot .dot-inner {
  width: 100%;
  height: 1px;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s;
}
#verticalGsapSlider .vs-dotnav .dot.active .dot-inner {
  background: #fff;
}
#verticalGsapSlider .slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
#verticalGsapSlider .slider-wrapper .vs-slide {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: z-index 0.3s;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container {
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid {
  height: 100%;
  position: relative;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
  width: 80%;
}
@media (max-width: 959px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}
@media (max-width: 639px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}

.vs-caption a,
.text-wrapper a {
  pointer-events: auto;
  position: relative;
}

.instagram-section * + .uk-grid-margin, .instagram-section .uk-grid + .uk-grid, .instagram-section .uk-grid > .uk-grid-margin {
  margin-top: 0;
}
.instagram-section .carousel .uk-grid-margin {
  margin-top: 0;
}

.insta-type-icon {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.instaSlider {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items div[role=group] {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

#instaModal .instaSlideshow {
  width: 80vw !important;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 959px) {
  #instaModal .instaSlideshow {
    width: 86vw !important;
  }
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow {
    aspect-ratio: unset;
    width: calc(100vw - 80px) !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 80px) !important;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li {
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items li {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li .uk-grid {
  height: 100%;
}
#instaModal .uk-icon {
  color: #a7af9d !important;
}
#instaModal .uk-modal-dialog {
  background-color: rgba(0, 0, 0, 0.75);
}
#instaModal .uk-modal-close-full {
  background-color: transparent;
}
#instaModal .instaSlideshow {
  width: 100%;
  height: auto;
}
#instaModal .instaText {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 959px) {
  #instaModal .instaText {
    font-size: 12px;
  }
}
#instaModal .instaMedia {
  background-color: #000;
  height: 100%;
}
@media (max-width: 639px) {
  #instaModal .instaMedia {
    height: 50%;
  }
}
#instaModal .instaMedia .instaMediaWrapper {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
#instaModal .instaMedia .instaMediaWrapper img, #instaModal .instaMedia .instaMediaWrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#instaModal .instaDescription {
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 639px) {
  #instaModal .instaDescription {
    height: 50%;
    margin-top: 0;
  }
  #instaModal .instaDescription .instaText {
    overflow-y: auto;
  }
}

@media (max-width: 639px) {
  .uk-position-center-left-out.uk-position-small {
    margin-right: 5px;
  }
}

@media (max-width: 639px) {
  .uk-position-center-right-out.uk-position-small {
    margin-left: 5px;
  }
}

.employee-section .employees .employee-wrapper .image-wrapper {
  aspect-ratio: 1/1.2725;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image img {
  transform: scale(1.1);
  transition: transform 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 8.58% 1.5rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part .name {
  margin-bottom: 1rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper {
  padding: 8.58%;
  background-color: #ffffff;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content {
  color: #22372D;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content p {
  color: #22372D;
  line-height: 1.43;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a {
  position: relative;
  display: inline-table;
  color: #22372D !important;
  line-height: 1.64 !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #22372D;
  transition: width 0.25s ease-in-out;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a:hover {
  color: #22372D !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a:hover::after {
  width: 0;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .show-info {
  transform: translateY(0) !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .active-image img {
  transform: scale(1);
}
.employee-section .partner-design .employee-wrapper .image-wrapper .main-image img {
  filter: grayscale(100%);
}

.cv-table {
  width: 100%;
  border-collapse: collapse;
}
.cv-table th,
.cv-table td {
  text-align: left;
}

.show-overlay {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  align-self: flex-end;
  margin-top: -1rem;
  background-color: rgba(0, 0, 0, 0.00001);
  cursor: pointer;
}
.show-overlay .top,
.show-overlay .bottom {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  transition: opacity 0.35s ease-in-out;
}
.show-overlay .top {
  transform: rotate(0deg);
}
.show-overlay .bottom {
  transform: rotate(90deg);
}

.show-overlay.active .bottom {
  opacity: 0;
}

.info-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
}

.FormBuilder form input,
.FormBuilder form .uk-input,
.FormBuilder form .uk-textarea {
  font-family: garamond-premier-pro, serif;
  border: 0;
  border-bottom: 1px solid rgba(52, 49, 47, 0.5);
  padding: 0;
  transition: 0.25s ease-in-out;
  transition-property: color, background-color, border;
  font-size: 16px;
  font-weight: 200;
  color: #22372D;
  border: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form input::placeholder,
.FormBuilder form .uk-input::placeholder,
.FormBuilder form .uk-textarea::placeholder {
  color: #22372D;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form input[type=text],
.FormBuilder form input[type=email],
.FormBuilder form input[type=tel],
.FormBuilder form input[type=number],
.FormBuilder form input[type=date],
.FormBuilder form input[type=time],
.FormBuilder form input[type=search],
.FormBuilder form input[type=password],
.FormBuilder form input[type=url],
.FormBuilder form input[type=color],
.FormBuilder form input[type=range],
.FormBuilder form input[type=file],
.FormBuilder form .uk-textarea {
  font-family: garamond-premier-pro, serif;
  background-color: transparent;
}
.FormBuilder form .uk-form-label {
  font-family: garamond-premier-pro, serif;
  color: transparent;
  transition: color 0.25s ease-in-out;
}
.FormBuilder form input[type=checkbox],
.FormBuilder form .uk-checkbox {
  font-family: garamond-premier-pro, serif;
  border-radius: 50% !important;
  margin-top: 0 !important;
}
.FormBuilder form .uk-checkbox:checked,
.FormBuilder form .uk-checkbox:indeterminate,
.FormBuilder form .uk-radio:checked {
  font-family: garamond-premier-pro, serif;
  background-color: transparent !important;
  border-color: #A09D9B !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23474747%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.FormBuilder form .uk-checkbox,
.FormBuilder form .uk-radio {
  font-family: garamond-premier-pro, serif;
  border: 1px solid #A09D9B !important;
  color: #22372D !important;
  margin-right: 10px !important;
}
.FormBuilder form .InputfieldRadiosStacked label,
.FormBuilder form .InputfieldRadiosStacked .uk-label {
  font-family: garamond-premier-pro, serif;
  color: #22372D !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form .pw-no-select {
  font-family: garamond-premier-pro, serif;
  color: #22372D !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .pw-no-select {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form label,
.FormBuilder form .uk-label {
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form button[type=submit] {
  font-family: garamond-premier-pro, serif;
  background-color: transparent;
  text-transform: none;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #22372D;
  margin-top: 1rem;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form button[type=submit] {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}
.FormBuilder form button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  transform-origin: left center;
  width: 32px;
  height: 32px;
  background-image: url(../img/button-arrow-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  transition: width 0.25s ease-in-out, right 0.25s ease-in-out;
}
.FormBuilder form button[type=submit]:hover {
  color: #22372D;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.header-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22372D;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 40px 20px 40px;
  color: #F5EDE0;
  font-family: neue-haas-grotesk-display, sans-serif;
}
@media (max-width: 959px) {
  .header-banner {
    padding: 16px 40px 18px 40px;
  }
}
@media (max-width: 639px) {
  .header-banner {
    padding: 14px 30px 16px 30px;
  }
}
.header-banner * {
  margin-bottom: 0 !important;
}

.brands-section .uk-grid-margin,
.brands-section .uk-grid + .uk-grid,
.brands-section .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
.brands-section .brands .brand-wrapper {
  display: block;
  text-decoration: none;
  color: #22372D;
}
.brands-section .brands .brand-wrapper .brand-image-wrapper {
  position: relative;
  display: block;
  aspect-ratio: 1/1.5;
  margin-bottom: 1em;
  overflow: hidden;
}
.brands-section .brands .brand-wrapper .brand-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease-in-out;
}
.brands-section .brands .brand-wrapper .brand-image-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 959px) {
  .brands-section .brands .brand-wrapper .brand-image-wrapper:hover img {
    transform: scale(1);
  }
}
.brands-section .brands .brand-wrapper .brand-content-wrapper .brand-title {
  font-family: commuters-sans, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: normal;
  line-height: 1.13;
}
@media (min-width: 1367px) {
  .brands-section .brands .brand-wrapper .brand-content-wrapper .brand-title {
    font-size: calc(30 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brands-section .brands .brand-wrapper .brand-content-wrapper .brand-title {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brands-section .brands .brand-wrapper .brand-content-wrapper .brand-title {
    font-size: calc(30 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .brands-section .brands .brand-wrapper .brand-content-wrapper .brand-title {
    font-size: calc(30 / 390 * 100vw);
  }
}
.brands-section .brands .brand-wrapper:last-child .brand-content-wrapper .brand-title {
  margin-bottom: 0;
}

.brand-exclusive-badge,
.brand-premium-badge {
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  background-color: #22372D;
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  font-family: commuters-sans, sans-serif;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .brand-exclusive-badge,
  .brand-premium-badge {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-exclusive-badge,
  .brand-premium-badge {
    font-size: clamp(12px, 12px + (-1) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-exclusive-badge,
  .brand-premium-badge {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .brand-exclusive-badge,
  .brand-premium-badge {
    font-size: clamp(11px, 11px + (1) * (100vw - 1367px) / 553, 15px);
  }
}
@media (min-width: 1921px) {
  .brand-exclusive-badge,
  .brand-premium-badge {
    font-size: clamp(12px, 12px + (3) * (100vw - 1920px) / 1280, 15px);
  }
}

.brand-modal .uk-modal-body {
  padding: 0;
  position: relative;
}
.brand-modal .uk-modal-body .no-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}
.brand-modal .uk-modal-body .no-container [class*=uk-modal-close-] {
  left: 75%;
  top: clamp(60px, 4.68vw, 100px);
  right: inherit;
  transform: translateX(-25%);
  background-color: transparent;
}
.brand-modal .uk-modal-body .no-container [class*=uk-modal-close-] svg {
  width: 40px;
  height: 40px;
}
.brand-modal .uk-modal-body .no-container [class*=uk-modal-close-] svg line {
  stroke-width: 0.5px;
}
.brand-modal .uk-modal-body .no-container .brand-image-slider {
  position: relative;
  width: 50%;
}
@media (max-width: 639px) {
  .brand-modal .uk-modal-body .no-container .brand-image-slider {
    width: 100%;
  }
}
.brand-modal .uk-modal-body .no-container .brand-image-slider .uk-position-relative {
  width: 100%;
  height: 100%;
}
.brand-modal .uk-modal-body .no-container .brand-image-slider .uk-position-relative .uk-slideshow-items div {
  height: 100%;
  width: 100%;
}
.brand-modal .uk-modal-body .no-container .brand-image-slider .uk-position-relative .uk-slideshow-items div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.brand-modal .uk-modal-body .no-container .brand-description {
  position: relative;
  width: 50%;
}
@media (max-width: 639px) {
  .brand-modal .uk-modal-body .no-container .brand-description {
    width: 100%;
  }
}
.brand-modal .uk-modal-body .no-container .brand-description article {
  font-family: neue-haas-grotesk-display, sans-serif;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 58%;
  min-width: 450px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .brand-modal .uk-modal-body .no-container .brand-description article {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-modal .uk-modal-body .no-container .brand-description article {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-modal .uk-modal-body .no-container .brand-description article {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .brand-modal .uk-modal-body .no-container .brand-description article {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .brand-modal .uk-modal-body .no-container .brand-description article {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.brand-modal .uk-modal-body .no-container .brand-description article .brand-title {
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .brand-title {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .brand-title {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .brand-title {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .brand-title {
    font-size: calc(30 / 390 * 100vw);
  }
}
.brand-modal .uk-modal-body .no-container .brand-description article .price-range {
  font-weight: 600;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .price-range {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .price-range {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .price-range {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .price-range {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .brand-modal .uk-modal-body .no-container .brand-description article .price-range {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.brand-detail-page {
  height: calc(100vh - 100px);
  margin-top: 100px;
}
@media (max-width: 959px) {
  .brand-detail-page {
    height: auto;
    margin-top: 0px;
  }
}
.brand-detail-page .brand-detail-page-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100svh - 100px);
  align-items: center;
}
@media (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content {
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    padding-top: 240px;
    padding-top: 25.0260688217vw;
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content {
    max-width: 100%;
    padding-top: 180px;
    padding-top: 41.8604651163vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brand-detail-page .brand-detail-page-content .brand-image-slider {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-image-slider {
    width: 60%;
    margin: 0 auto;
    order: 2;
    aspect-ratio: 1/1.5;
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-image-slider {
    height: auto;
    aspect-ratio: 1/1.5;
    width: 100%;
    order: 2;
  }
}
.brand-detail-page .brand-detail-page-content .brand-image-slider div:not(.custom-dotnav, .dotnav-wrapper) {
  width: 100%;
  height: 100%;
}
.brand-detail-page .brand-detail-page-content .brand-image-slider .dotnav-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  z-index: 1;
}
.brand-detail-page .brand-detail-page-content .brand-image-slider .brand-slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  mix-blend-mode: multiply;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}
.brand-detail-page .brand-detail-page-content .brand-image-slider .uk-slideshow-items {
  height: 100%;
}
.brand-detail-page .brand-detail-page-content .brand-image-slider .uk-slideshow-items div {
  height: 100%;
  width: 100%;
}
.brand-detail-page .brand-detail-page-content .brand-image-slider .uk-slideshow-items div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-detail-page .brand-detail-page-content .brand-description {
  position: relative;
  width: 50%;
}
@media (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-description {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-description {
    width: 100%;
  }
}
.brand-detail-page .brand-detail-page-content .brand-description article {
  font-family: neue-haas-grotesk-display, sans-serif;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 58%;
  min-width: 450px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
@media (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    max-width: 80%;
    min-width: inherit;
    min-width: auto;
  }
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-description article {
    order: 1;
  }
}
.brand-detail-page .brand-detail-page-content .brand-description article .brand-title {
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .brand-title {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .brand-title {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .brand-title {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .brand-title {
    font-size: calc(30 / 390 * 100vw);
  }
}
.brand-detail-page .brand-detail-page-content .brand-description article .price-range {
  font-weight: 600;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .price-range {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .price-range {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .price-range {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .price-range {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .brand-detail-page .brand-detail-page-content .brand-description article .price-range {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.brand-slideshow-nav .uk-active > * {
  background-color: #fff !important;
  border-color: transparent;
}
.brand-slideshow-nav li a {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.brand-slideshow-nav li > a:hover {
  background-color: #fff !important;
}

.more-brands .title,
.more-products .title {
  text-align: center;
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .more-brands .title,
  .more-products .title {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .more-brands .title,
  .more-products .title {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .more-brands .title,
  .more-products .title {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .more-brands .title,
  .more-products .title {
    font-size: calc(30 / 390 * 100vw);
  }
}

@media (max-width: 639px) {
  .shop-section .uk-grid-margin,
  .shop-section .uk-grid + .uk-grid,
  .shop-section .uk-grid > .uk-grid-margin,
  .products-section .uk-grid-margin,
  .products-section .uk-grid + .uk-grid,
  .products-section .uk-grid > .uk-grid-margin {
    margin-top: 20px;
  }
}
.shop-section .products .product,
.products-section .products .product {
  text-decoration: none;
}
.shop-section .products .product:hover .product-image-wrapper img,
.products-section .products .product:hover .product-image-wrapper img {
  transform: scale(1.05);
}
.shop-section .products .product .product-image-wrapper,
.products-section .products .product .product-image-wrapper {
  aspect-ratio: 1/1.5;
  margin-bottom: 1em;
  overflow: hidden;
}
.shop-section .products .product .product-image-wrapper img,
.products-section .products .product .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.shop-section .products .product .product-info-wrapper,
.products-section .products .product .product-info-wrapper {
  text-align: center;
}
.shop-section .products .product .product-name,
.products-section .products .product .product-name {
  font-family: commuters-sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
@media (max-width: 959px) {
  .shop-section .products .product .product-name,
  .products-section .products .product .product-name {
    margin-bottom: 6px;
  }
}
.shop-section .products .product .product-price,
.products-section .products .product .product-price {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .shop-section .products .product .product-price,
  .products-section .products .product .product-price {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .shop-section .products .product .product-price,
  .products-section .products .product .product-price {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .shop-section .products .product .product-price,
  .products-section .products .product .product-price {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .shop-section .products .product .product-price,
  .products-section .products .product .product-price {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .shop-section .products .product .product-price,
  .products-section .products .product .product-price {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.buy-button {
  padding-top: 1.3em;
}
@media (max-width: 639px) {
  .buy-button {
    padding-top: 1em;
  }
}

.buy-button[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.disabled-button[type=submit] {
  background-color: transparent;
  border: none;
  cursor: not-allowed;
  line-height: 1;
  color: #D9D9D9;
}
.disabled-button[type=submit]:hover {
  color: #D9D9D9 !important;
}
.disabled-button[type=submit]:hover::before {
  transform: scale(1) translate(-50%, -50%);
  border-color: #D9D9D9;
}

.product-detail-page {
  margin-top: 100px;
}
.product-detail-page .product-detail-page-content {
  display: flex;
  flex-wrap: wrap;
  height: calc(100svh - 100px);
  overflow: hidden;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content {
    height: calc(100svh - 100px);
    height: auto;
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content {
    height: auto;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-left {
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-left {
    height: 100%;
    height: auto;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-left {
    width: 100%;
    height: auto;
    order: 2;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-left .product-detail-page-content-left-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-left .product-detail-page-content-left-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-left .product-detail-page-content-left-image img {
  width: 100%;
  height: calc(100svh - 100px);
  object-fit: cover;
  object-position: center;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-left .product-detail-page-content-left-image img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-left .product-detail-page-content-left-image img {
    width: 100%;
    height: auto;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right {
    height: auto;
    width: 100%;
    order: 1;
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos {
  width: 100%;
  max-width: 400px;
  max-width: clamp(350px, 21vw, 800px);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos {
    padding-top: 10.4275286757vw;
    padding-bottom: 10.4275286757vw;
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos {
    padding-top: 13.9534883721vw;
    padding-bottom: 13.9534883721vw;
    max-width: 80%;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
  font-family: commuters-sans, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-category {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-title {
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-title {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-title {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-title {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-title {
    font-size: calc(30 / 390 * 100vw);
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-price {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-detail-description {
  margin-top: 40px;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section input {
  width: 100%;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .buy-button, .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .more-button {
  margin: 0;
  width: 69%;
  border: none;
  line-height: 1.25 !important;
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .buy-button, .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .more-button {
    width: 66%;
    white-space: nowrap;
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .disabled-button {
  border: none;
  cursor: not-allowed;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .disabled-button::before {
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .disabled-button:hover {
  color: #fff !important;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .disabled-button:hover::before {
  transform: scale(1) translate(-50%, -50%);
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper {
  display: flex;
  align-items: center;
  max-width: 120px;
  border: 1px solid #D9D9D9;
  width: calc(31% - 10px);
}
@media (max-width: 959px) {
  .product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper {
    width: calc(34% - 10px);
  }
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper .quantity-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  color: #22372D;
  font-size: 20px;
  font-weight: 200;
  font-family: neue-haas-grotesk-display, sans-serif;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper .quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  margin: 0 4px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  padding: 0.8em 0;
  line-height: 1;
  font-size: 0.8em;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper {
  /* Für Chrome, Safari, Edge, Opera */
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper .quantity-input::-webkit-outer-spin-button,
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper {
  /* Für Firefox */
}
.product-detail-page .product-detail-page-content .product-detail-page-content-right .product-detail-infos .product-buy-section .quantity-wrapper .quantity-input[type=number] {
  -moz-appearance: textfield;
}

#cart-button,
#cart-button-mobile {
  position: relative;
  cursor: pointer;
  color: #fff;
  transition: color 0.35s ease-in-out;
}
#cart-button .cart-count,
#cart-button-mobile .cart-count {
  position: relative;
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  font-size: 14px;
  margin-left: 2px;
  line-height: 1;
  vertical-align: top;
}

@media (max-width: 639px) {
  #cart-button {
    display: none;
  }
}

.nav-scroll #cart-button,
.nav-scroll #cart-button-mobile {
  color: #22372D;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), visibility 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
  z-index: 999;
}

#cart-sidebar {
  width: 450px;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 40px 20px;
  transform: translateX(100%);
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 639px) {
  #cart-sidebar {
    width: 100%;
    height: 100svh;
  }
}
#cart-sidebar #cart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cart-sidebar #cart #rockcommerce {
  height: 100%;
}
#cart-sidebar #cart .cart-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#cart-sidebar #cart .cart-content .cart-footer {
  margin-top: auto;
}
#cart-sidebar #cart .cart-content .uk-close-large {
  position: absolute;
  top: 20px;
  right: 20px;
}
#cart-sidebar #cart .cart-content .uk-close-large svg {
  width: 30px;
  height: 30px;
}
#cart-sidebar #cart .cart-content .uk-close-large svg line {
  stroke-width: 0.5;
}
#cart-sidebar #cart .cart-content .cart-title {
  margin-bottom: 30px;
}
#cart-sidebar #cart .cart-content .cart-title p {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  #cart-sidebar #cart .cart-content .cart-title p {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #cart-sidebar #cart .cart-content .cart-title p {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #cart-sidebar #cart .cart-content .cart-title p {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  #cart-sidebar #cart .cart-content .cart-title p {
    font-size: calc(30 / 390 * 100vw);
  }
}
#cart-sidebar #cart .cart-content .cart-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper .product-image {
  width: 60px;
  height: 60px;
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper .product-info {
  width: calc(100% - 60px - 20px - 20px);
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper .product-remove {
  width: 20px;
  text-align: right;
}
#cart-sidebar #cart .cart-content .cart-items .item-wrapper:not(:first-of-type) {
  margin-top: 20px;
}
#cart-sidebar #cart .cart-content .cart-items .product-name {
  font-family: commuters-sans, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
@media (max-width: 959px) {
  #cart-sidebar #cart .cart-content .cart-items .product-name {
    margin-bottom: 6px;
  }
}
#cart-sidebar #cart .cart-content .cart-items .product-amount {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-family: neue-haas-grotesk-display, sans-serif;
  height: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  #cart-sidebar #cart .cart-content .cart-items .product-amount {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #cart-sidebar #cart .cart-content .cart-items .product-amount {
    font-size: clamp(14px, 14px + (-1) * (100vw - 640px) / 320, 13px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #cart-sidebar #cart .cart-content .cart-items .product-amount {
    font-size: 13px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #cart-sidebar #cart .cart-content .cart-items .product-amount {
    font-size: clamp(13px, 13px + (1) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  #cart-sidebar #cart .cart-content .cart-items .product-amount {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
#cart-sidebar #cart .cart-content .cart-items .product-amount .quantity-wrapper {
  display: flex;
  gap: 5px;
  border: 1px solid #D9D9D9;
  padding: 0 5px;
}
#cart-sidebar #cart .cart-content .cart-items .product-amount .quantity-wrapper .quantity-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
}
#cart-sidebar #cart .cart-content .cart-items .product-price {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  #cart-sidebar #cart .cart-content .cart-items .product-price {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #cart-sidebar #cart .cart-content .cart-items .product-price {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #cart-sidebar #cart .cart-content .cart-items .product-price {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #cart-sidebar #cart .cart-content .cart-items .product-price {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  #cart-sidebar #cart .cart-content .cart-items .product-price {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
#cart-sidebar #cart .cart-footer {
  margin-top: 30px;
}
#cart-sidebar #cart .cart-footer hr {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
#cart-sidebar #cart .cart-footer .subtotal {
  display: flex;
  justify-content: space-between;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  #cart-sidebar #cart .cart-footer .subtotal {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #cart-sidebar #cart .cart-footer .subtotal {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #cart-sidebar #cart .cart-footer .subtotal {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #cart-sidebar #cart .cart-footer .subtotal {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  #cart-sidebar #cart .cart-footer .subtotal {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
#cart-sidebar #cart .cart-footer .buy-button[type=submit] {
  width: 100%;
  display: block;
}

.show-cart {
  transform: translateX(0) !important;
}

.reviews-section .uk-slider {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .reviews-section .uk-slider {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .reviews-section .uk-slider {
    max-width: calc(100% - 40px);
  }
}
.reviews-section .review-rating {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  color: #22372D;
  margin-bottom: clamp(20px, 5vw, 40px);
}
.reviews-section .review-author {
  text-align: center;
  font-family: commuters-sans, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #22372D;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .reviews-section .review-author {
    font-size: clamp(12px, 12px + (2) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .reviews-section .review-author {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .reviews-section .review-author {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .reviews-section .review-author {
    font-size: clamp(16px, 16px + (2) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .reviews-section .review-author {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.reviews-section .review-text {
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  color: #22372D;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .reviews-section .review-text {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .reviews-section .review-text {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .reviews-section .review-text {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .reviews-section .review-text {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .reviews-section .review-text {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.reviews-section .review-text *:last-child {
  margin-bottom: 0;
}
.reviews-section .uk-card {
  margin: 0 auto;
  padding: 0 20px;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 639px) {
  .reviews-section .uk-card {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.fullscreen-slider {
  width: 100%;
  height: 100vh;
}
@media (max-width: 959px) {
  .fullscreen-slider {
    height: 100%;
  }
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 15%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 15%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 15%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.slider-overlay-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.800157563) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.800157563) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.800157563) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.silent-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 0;
}
.silent-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.38) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.38) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.silent-slider .header-caption {
  z-index: 15;
}
.silent-slider .header-caption-all {
  z-index: 15;
}

.silent-slider .silent-slide {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silent-slider .silent-slide img {
  overflow: hidden;
  display: block;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

@keyframes silentSlideSlideNext {
  from {
    clip: rect(0, 0, 100vh, 0); /* Works in most browsers but is deprecated */
    /*clip-path: inset(0 100% 0 0); !* Better solution but does not work in Safari *!*/
  }
  to {
    clip: rect(0, 100vw, 100vh, 0); /* Works in most browsers but is deprecated */
    /*clip-path: inset(0 0 0 0); !* Better solution but does not work in Safari *!*/
  }
}
@keyframes silentSlideSlidePrev {
  from {
    clip: rect(0, 100vw, 100vh, 100vw); /* Works in most browsers but is deprecated */
    /*clip-path: inset(0 0 0 100%); !* Better solution but does not work in Safari *!*/
  }
  to {
    clip: rect(0, 100vw, 100vh, 0); /* Works in most browsers but is deprecated */
    /*clip-path: inset(0 0 0 0); !* Better solution but does not work in Safari *!*/
  }
}
@keyframes silentSlideScale {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
.silent-slider .silent-slide-active {
  width: 100%;
  z-index: 10;
  left: 0;
  clip: rect(0, 100vw, 100vh, 0); /* Initial state is required for Safari */
  animation: silentSlideSlideNext 400ms ease-in;
}

.silent-slider .silent-slide-active.silent-slide-active-rwd {
  animation: silentSlideSlidePrev 400ms ease-in;
}

.silent-slider .silent-slide-active img {
  animation: silentSlideScale 700ms ease-out;
}

.silent-slider .silent-slide-prev {
  width: 100%;
  z-index: 5;
  left: 0;
}

.desktop-slider {
  display: block;
}

.animate {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* Hides the scrollbar. */
  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */
  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

.silent-slides .swiper-link {
  display: inherit;
}

.silent-slides .swiper-link picture source {
  height: 100%;
  display: block;
}

.navigation-dots {
  position: absolute;
  left: 66.6666%;
  bottom: 20px;
  z-index: 99;
  width: 100%;
}
.navigation-dots .dots {
  width: 100%;
}
.navigation-dots .dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
}
.navigation-dots .dots li a {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  border: 1px solid #fff;
}

.animation-item:first-child {
  margin-bottom: 20px;
}

.animation-item {
  opacity: 0;
  display: block;
  transform: translateY(20px);
  transition: all 1s cubic-bezier(0.49, 0.19, 0.32, 1.06);
}

.animation-done {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  margin-top: 0 !important;
}

.history-slider {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.history-slider .swiper-pagination-bullet-active {
  background: #D0081D;
}
.history-slider .swiper-horizontal > .swiper-pagination-bullets, .history-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .history-slider .swiper-pagination-custom, .history-slider .swiper-pagination-fraction {
  bottom: inherit;
  top: 0;
}
.history-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 40px;
  box-sizing: border-box;
}
.history-slider .swiper-wrapper .swiper-slide .slide-content {
  width: 50%;
  margin-right: 25%;
}
.history-slider .button-next {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  z-index: 1;
}
.history-slider .button-prev {
  display: block;
  position: absolute;
  cursor: pointer;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  z-index: 1;
}

.pseudo-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-page h2.size-l,
.faq-page h3.size-l,
.faq-page h4.size-l,
.faq-page h5.size-l,
.faq-page h6.size-l {
  letter-spacing: normal;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .faq-page h2.size-l,
  .faq-page h3.size-l,
  .faq-page h4.size-l,
  .faq-page h5.size-l,
  .faq-page h6.size-l {
    font-size: clamp(24px, 24px + (2) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .faq-page h2.size-l,
  .faq-page h3.size-l,
  .faq-page h4.size-l,
  .faq-page h5.size-l,
  .faq-page h6.size-l {
    font-size: clamp(26px, 26px + (0) * (100vw - 640px) / 320, 26px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .faq-page h2.size-l,
  .faq-page h3.size-l,
  .faq-page h4.size-l,
  .faq-page h5.size-l,
  .faq-page h6.size-l {
    font-size: 26px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .faq-page h2.size-l,
  .faq-page h3.size-l,
  .faq-page h4.size-l,
  .faq-page h5.size-l,
  .faq-page h6.size-l {
    font-size: clamp(26px, 26px + (4) * (100vw - 1367px) / 553, 37.5px);
  }
}
@media (min-width: 1921px) {
  .faq-page h2.size-l,
  .faq-page h3.size-l,
  .faq-page h4.size-l,
  .faq-page h5.size-l,
  .faq-page h6.size-l {
    font-size: clamp(30px, 30px + (7.5) * (100vw - 1920px) / 1280, 37.5px);
  }
}
.faq-page h1,
.faq-page h2,
.faq-page h3,
.faq-page h4,
.faq-page h5,
.faq-page h6 {
  margin-bottom: 1em;
}
.faq-page h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.5em;
}
.faq-page h2.serif {
  letter-spacing: -0.04em !important;
  font-family: garamond-premier-pro, serif;
  letter-spacing: normal;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .faq-page h2.serif {
    font-size: clamp(24px, 24px + (2) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .faq-page h2.serif {
    font-size: clamp(26px, 26px + (0) * (100vw - 640px) / 320, 26px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .faq-page h2.serif {
    font-size: 26px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .faq-page h2.serif {
    font-size: clamp(26px, 26px + (4) * (100vw - 1367px) / 553, 37.5px);
  }
}
@media (min-width: 1921px) {
  .faq-page h2.serif {
    font-size: clamp(30px, 30px + (7.5) * (100vw - 1920px) / 1280, 37.5px);
  }
}
.faq-page h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.25em;
}
.faq-page h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.15em;
}
.faq-page h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.05em;
}
.faq-page h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1em;
}
.faq-page .filler {
  height: 2em;
}
.faq-page strong {
  font-weight: 400;
}
.faq-page h1 + h2.size-l {
  letter-spacing: normal;
  line-height: 1.14;
}
@media (min-width: 1367px) {
  .faq-page h1 + h2.size-l {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .faq-page h1 + h2.size-l {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .faq-page h1 + h2.size-l {
    font-size: calc(40 / 959 * 100vw);
  }
}
@media (max-width: 639px) {
  .faq-page h1 + h2.size-l {
    font-size: calc(30 / 390 * 100vw);
  }
}
.faq-page p:has(+ ul) {
  margin-top: 1.2rem;
}
.faq-page h1 + p,
.faq-page h2 + p,
.faq-page h3 + p,
.faq-page h4 + p,
.faq-page h5 + p,
.faq-page h6 + p {
  margin-top: 0.8rem;
}
.faq-page .more-button:not(.blog-nav-link) {
  margin-top: 3em;
}
.faq-page .uk-width-1-1:first-of-type .single-text-section .text-wrapper {
  margin: 0 auto;
  max-width: 70%;
}
@media (max-width: 959px) {
  .faq-page .uk-width-1-1:first-of-type .single-text-section .text-wrapper {
    max-width: 80%;
  }
}
@media (max-width: 639px) {
  .faq-page .uk-width-1-1:first-of-type .single-text-section .text-wrapper {
    max-width: 90%;
  }
}
.faq-page table.uk-table tr td:first-of-type {
  padding-left: 0 !important;
}
.faq-page table.uk-table tr td:last-of-type {
  padding-right: 0 !important;
}

.faq-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.faq-list li {
  padding-bottom: 0.35em;
  position: relative;
  border: none;
  border-bottom: 1px solid #c6c6c6;
}
.faq-list li a.faq-link {
  text-decoration: none;
  color: #9d9d9d;
  font-weight: 200;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.faq-list li a.faq-link img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.faq-list li a.faq-link:hover {
  text-decoration: none;
  color: #22372D;
}
.faq-list li a.faq-link:hover img {
  opacity: 1;
}
.faq-list li:last-of-type {
  border-bottom: none;
}

.silentwire-wrapper {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  z-index: 99999999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Sichtbarkeit: zusätzlich setzt das Modul style="display:none!important" am Wrapper gegen FOUC vor CSS-Load */
#cookie-banner-wrapper.cookie-banner--hidden {
  display: none !important;
}

#cookie-banner-wrapper:not(.cookie-banner--hidden) {
  display: block !important;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#cookie-banner-wrapper:not(.cookie-banner--hidden).cookie-banner--leaving {
  transform: translateY(100%);
  pointer-events: none;
}

/* Float + flex auf .silentwire-body zerstört das Layout — Banner-Bereich explizit per Flex */
#cookie-banner-wrapper.silentwire-wrapper .silentwire-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#cookie-banner-wrapper.silentwire-wrapper .silentwire-text,
#cookie-banner-wrapper.silentwire-wrapper .silentwire-buttons {
  float: none !important;
}

#cookie-banner-wrapper.silentwire-wrapper .silentwire-text {
  flex: 1 1 58%;
  min-width: min(100%, 280px);
}

#cookie-banner-wrapper.silentwire-wrapper .silentwire-buttons {
  flex: 0 1 auto;
  text-align: right;
}

@media (max-width: 639px) {
  #cookie-banner-wrapper.silentwire-wrapper .silentwire-body {
    display: block;
  }
  #cookie-banner-wrapper.silentwire-wrapper .silentwire-buttons {
    text-align: left;
  }
}
.silentwire-wrapper .silentwire-banner {
  overflow: hidden;
}

.silentwire-wrapper a {
  font-size: 12px;
}

.silentwire-wrapper .silentwire-body {
  display: flex;
  align-items: center;
}

@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-body {
    display: block;
  }
}
.silentwire-wrapper .silentwire {
  padding: 14px 40px;
  background-color: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  box-shadow: none;
}

@media (max-width: 639px) {
  .silentwire-wrapper .silentwire {
    padding: 30px;
  }
}
.silentwire-wrapper .silentwire-header {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.silentwire-wrapper .silentwire-text {
  width: 60%;
  float: left;
  display: flex;
  align-items: center;
  font-weight: 200;
}

.silentwire-wrapper .silentwire-text *:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .silentwire-wrapper .silentwire-text {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-text {
    margin-bottom: 20px;
  }
}
.silentwire-wrapper .silentwire-text a {
  color: #6F6F6F;
}

.silentwire-wrapper .silentwire-buttons {
  width: 40%;
  float: left;
  text-align: right;
}

@media (max-width: 959px) {
  .silentwire-wrapper .silentwire-buttons {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-buttons {
    text-align: left;
  }
}
.silentwire-wrapper .silentwire-buttons button {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 0.364vw 0.833vw;
  z-index: 1;
  border: none;
  margin-right: 6px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 !important;
}

@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-buttons button {
    margin-bottom: 10px;
  }
}
.silentwire-wrapper .silentwire-buttons button:hover {
  text-decoration: none;
  color: #fff;
}

/*.silentwire-wrapper .silentwire-buttons button:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}*/
@media (max-width: 959px) {
  .silentwire-wrapper .silentwire-buttons button {
    padding: 0.684vw 1.5625vw;
  }
}
@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-buttons button {
    padding: 1.538vw 2.82vw;
  }
}
.silentwire-wrapper .silentwire-buttons button:nth-child(2) {
  margin-right: 0 !important;
}

@media (max-width: 639px) {
  .silentwire-wrapper .silentwire-buttons button:nth-child(2) {
    margin-bottom: 0px !important;
  }
}
.silentwire-wrapper .silentwire-buttons button:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
