@import url("https://use.typekit.net/sph3pzw.css");
/*! 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;
}

.background-black {
  background-color: #000;
}
.background-black * {
  color: #fff !important;
}

.background-lightgrey {
  background-color: #F7F7F7;
}

.background-darkgrey {
  background-color: #F4F4F4;
}

.background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: 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;
}

.text-color-light * {
  color: #fff;
}
.text-color-light * .more-button {
  color: #fff;
}
.text-color-light * .more-button::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-color-light * .more-button:hover {
  color: #fff;
}
.text-color-light * .more-button:hover::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.text-color-dark p {
  color: #000;
}

/* ========================================================================
   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.6590284143%;
}

.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 {
  width: 100%;
  max-width: 71.354vw;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: calc(100% - 36px);
    padding-left: 18px;
    padding-right: 18px;
  }
}

.uk-container-small {
  max-width: 59.89vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 71.68vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: calc(100% - 36px);
  }
}

.uk-container-xsmall {
  max-width: 42.18vw;
}
@media (max-width: 959px) {
  .uk-container-xsmall {
    max-width: 57.03vw;
  }
}
@media (max-width: 639px) {
  .uk-container-xsmall {
    max-width: calc(100% - 36px);
  }
}

.uk-container-large {
  max-width: 94.79vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: calc(100% - 36px);
  }
}

.uk-container-expand {
  max-width: none;
}

.no-container-left {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(93vw + 40px);
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 30px);
    margin-right: 0;
    padding-right: 0px !important;
    padding-left: 30px !important;
  }
}

.no-container-right {
  box-sizing: border-box;
  max-width: calc(93vw + 40px);
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 639px) {
  .no-container-right {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 639px) {
  .sec--tion:first-child .no-container-left .image-section {
    margin-left: -30px;
    width: calc(100% + 60px);
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .sec--tion:first-child .no-container-right .image-section {
    margin-right: -30px;
    width: calc(100% + 60px);
    max-width: inherit;
  }
}

.container-refill {
  width: 7.5vw;
}
@media (max-width: 959px) {
  .container-refill {
    width: 40px;
  }
}
.uk-section {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.uk-section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.uk-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.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.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

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

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

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

.no-section-padding-bottom {
  padding-bottom: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom {
    padding-bottom: 60px;
  }
}
.no-section-padding-bottom article {
  padding-bottom: 40px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom article {
    padding-bottom: inherit;
  }
}

@media (max-width: 639px) {
  .mobile-padding .image-wrapper {
    padding: 0 30px;
  }
}

.uk-margin-large-bottom {
  margin-bottom: 60px !important;
}
@media (max-width: 1366px) {
  .uk-margin-large-bottom {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 959px) {
  .uk-margin-large-bottom {
    margin-bottom: 40px !important;
  }
}

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

html {
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "neue-haas-grotesk-display", sans-serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 4.5801526718vw;
  }
}
body {
  color: #000;
  display: flex;
  flex-direction: column;
}

svg text {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 600 !important;
}

main {
  margin-top: 120px;
}

strong {
  font-weight: 600;
}

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

.p1 {
  font-size: 1.9791666667vw;
  letter-spacing: inherit;
  line-height: 1.157;
}
@media (max-width: 1366px) {
  .p1 {
    font-size: 2.3426061493vw;
  }
}
@media (max-width: 959px) {
  .p1 {
    font-size: 3.125vw;
  }
}
@media (max-width: 639px) {
  .p1 {
    font-size: 5.8524173028vw;
  }
}
.p1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.p2 {
  font-size: 1.4583333333vw;
  letter-spacing: inherit;
  line-height: 1.166;
}
@media (max-width: 1366px) {
  .p2 {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  .p2 {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .p2 {
    font-size: 4.5801526718vw;
  }
}
.p2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.r4 {
  font-size: 0.9375vw;
  letter-spacing: inherit;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .r4 {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .r4 {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  .r4 {
    font-size: 4.0712468193vw;
  }
}
.r4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-bottom: 0.5em;
}

.r2 {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .r2 {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .r2 {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .r2 {
    font-size: 4.0712468193vw;
  }
}
.r2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.z2 {
  font-size: 1.3541666667vw;
  letter-spacing: inherit;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .z2 {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  .z2 {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 639px) {
  .z2 {
    font-size: 4.834605598vw;
  }
}
.z2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.tk {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .tk {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .tk {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .tk {
    font-size: 5.0890585242vw;
  }
}
.tk {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3.6979166667vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 3.6603221083vw;
  }
}
@media (max-width: 959px) {
  h1,
  .h1 {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  h1,
  .h1 {
    font-size: 5.3435114504vw;
  }
}
h1,
.h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h2,
.h2 {
  font-size: 3.6979166667vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 3.3674963397vw;
  }
}
@media (max-width: 959px) {
  h2,
  .h2 {
    font-size: 4.8828125vw;
  }
}
@media (max-width: 639px) {
  h2,
  .h2 {
    font-size: 9.1603053435vw;
  }
}
h2,
.h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h3,
.h3 {
  font-size: 2.0833333333vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  h3,
  .h3 {
    font-size: 2.3426061493vw;
  }
}
@media (max-width: 959px) {
  h3,
  .h3 {
    font-size: 2.734375vw;
  }
}
@media (max-width: 639px) {
  h3,
  .h3 {
    font-size: 6.106870229vw;
  }
}
h3,
.h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h4,
.h4 {
  font-size: 1.09375vw;
  letter-spacing: inherit;
  line-height: 1.14;
}
@media (max-width: 1366px) {
  h4,
  .h4 {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  h4,
  .h4 {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  h4,
  .h4 {
    font-size: 4.834605598vw;
  }
}
h4,
.h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.lead-text {
  font-size: 2.0833333333vw;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media (max-width: 1366px) {
  .lead-text {
    font-size: 2.635431918vw;
  }
}
@media (max-width: 959px) {
  .lead-text {
    font-size: 2.734375vw;
  }
}
@media (max-width: 639px) {
  .lead-text {
    font-size: 6.106870229vw;
  }
}
.lead-text {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.small-text {
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .small-text {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .small-text {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .small-text {
    font-size: 3.5623409669vw;
  }
}

p,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #000;
}

ul:not(:first-child),
h1:not(:first-child),
.h1:not(:first-child),
h2:not(:first-child),
.h2:not(:first-child),
h3:not(:first-child),
.h3:not(:first-child),
h4:not(:first-child),
.h4:not(:first-child) {
  margin-top: 1em;
}

a {
  position: relative;
  color: #000;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

p a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
p a:hover {
  text-decoration: underline !important;
}

a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time) {
  position: relative;
  z-index: 1;
  color: #000;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
@media (max-device-width: 959px) {
  a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time) {
    transition: inherit !important;
  }
}
a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time):hover {
  text-decoration: none !important;
}
a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time):hover::after {
  width: 100%;
  padding-right: 0.35em;
}
a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  transition-duration: 0.25s !important;
  mix-blend-mode: multiply;
  margin-left: -0.2em;
}
@media (max-device-width: 959px) {
  a:not(.banner-link, .archive-link, .uk-lightbox-button, .gallery-thumbnail, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after {
    transition: inherit !important;
  }
}

.background-black a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after {
  mix-blend-mode: difference;
}

.background-blue a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time),
.background-violet a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time) {
  color: #fff !important;
}
.background-blue a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after,
.background-violet a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after {
  mix-blend-mode: difference;
}
.background-blue .language-wrapper .language_selector .language::after,
.background-violet .language-wrapper .language_selector .language::after {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #fff;
}
.background-blue .close-button,
.background-violet .close-button {
  color: #fff;
}

.background-yellow a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time)::after {
  background-color: #000;
  mix-blend-mode: difference;
  z-index: -1;
}
.background-yellow a:not(.banner-link, .close-button, .main-logo, .eventLink, .more-table-link, .filter-link, .image-link, .logo-wrapper, .downloads-table a, .links-table a, .super-link, .event-title, .date-time):hover {
  color: #fff !important;
}
.background-yellow .uk-active a {
  color: #fff !important;
}
.background-yellow a.active {
  color: #fff !important;
}
.more-link {
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #000;
  z-index: 1;
  text-decoration: none;
}
.more-link:hover {
  text-decoration: none;
  color: #000;
}
.more-link:hover::before {
  margin-right: 0.1em;
  margin-left: 0.1em;
}
.more-link:hover::after {
  width: 100%;
}
.more-link::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1em;
  background-image: url(../img/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.2em;
  transition: all 0.2s ease-in-out;
}
.more-link::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  transition-duration: 0.25s !important;
  mix-blend-mode: multiply !important;
}
@media (max-width: 959px) {
  .more-link::after {
    display: none !important;
  }
}

.more-table-link {
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .more-table-link {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  .more-table-link {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  .more-table-link {
    font-size: 4.5801526718vw;
  }
}
.more-table-link {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #000;
  z-index: 1;
  white-space: nowrap;
}
.more-table-link:hover {
  text-decoration: none;
  color: #000;
}
.more-table-link:hover::before {
  margin-right: -0.2em;
  margin-left: 0.2em;
}
.more-table-link::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background-image: url(../img/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0em;
  margin-bottom: -0.2em;
  transition: all 0.2s ease-in-out;
}
.more-table-link::after {
  display: none;
}

.round-button {
  display: inline-block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .round-button {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .round-button {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .round-button {
    font-size: 3.5623409669vw;
  }
}
.round-button {
  text-transform: uppercase;
  border: 2px solid #000;
  font-weight: 600;
  border-radius: 1.5em;
  text-align: center;
  padding: 0.5em 1em;
}
@media (max-width: 959px) {
  .round-button {
    border: 1px solid #000;
  }
}
@media (max-width: 639px) {
  .round-button {
    font-size: 2.5vw;
  }
}

.round-button-big {
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .round-button-big {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  .round-button-big {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  .round-button-big {
    font-size: 4.5801526718vw;
  }
}
.round-button-big {
  letter-spacing: 0.05em;
  border: 2px solid #000;
}
@media (max-width: 639px) {
  .round-button-big {
    font-size: 3vw;
  }
}

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

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

#pw-textfield {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#pw-textfield span {
  transform: scale(2);
}

article p:not(:last-child) .more-link {
  margin-bottom: 1.5em;
}
article .more-link {
  margin-top: 1em;
}

header.navbar {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
header.navbar .navbar-wrapper {
  max-width: 94.79vw;
  margin: 0 auto;
}
@media (max-width: 959px) {
  header.navbar .navbar-wrapper {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  header.navbar .navbar-wrapper {
    max-width: calc(100% - 40px);
  }
}
header.navbar .navbar-wrapper #navbar {
  background-color: transparent;
  height: 120px;
  transition: all 0.2s ease-in-out;
}
header.navbar .navbar-wrapper #navbar .main-logo {
  color: #000;
  position: relative;
  z-index: 1;
  width: 5.05vw;
}
@media (max-width: 959px) {
  header.navbar .navbar-wrapper #navbar .main-logo {
    width: 8vw;
  }
}
@media (max-width: 639px) {
  header.navbar .navbar-wrapper #navbar .main-logo {
    width: 12vw;
  }
}
header.navbar .main-links {
  z-index: 0;
}
header.navbar .main-links .main-link {
  font-weight: 600;
  margin-right: 1em;
}

.nav-open .white-logo {
  color: #fff !important;
}
.nav-open .search-white .uk-search-input {
  color: #fff;
}
.nav-open .search-white .uk-icon {
  color: #fff;
}

.nav-scroll #navbar {
  height: 80px !important;
}

#sidenav {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#sidenav .close-button-wrapper {
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
#sidenav .close-button-wrapper a:hover {
  color: #666666 !important;
}
#sidenav .sidemenu-inner {
  width: 100%;
  max-width: 94.79vw;
}
#sidenav .sidemenu-inner .uk-nav li {
  text-align: center;
}
#sidenav .sidemenu-inner .uk-nav li .nav-link {
  display: inline-block;
  font-size: 3.6979166667vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 4.7584187408vw;
  }
}
@media (max-width: 959px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 4.8828125vw;
  }
}
@media (max-width: 639px) {
  #sidenav .sidemenu-inner .uk-nav li .nav-link {
    font-size: 7.1246819338vw;
  }
}
#sidenav .sidemenu-inner .uk-nav li .nav-link {
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
#sidenav .sidemenu-inner .uk-nav li .nav-link:hover {
  background-color: inherit;
}

.sidenav-open {
  top: 0 !important;
}

.link-banner {
  width: 100%;
  max-width: 94.79vw;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .link-banner {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .link-banner {
    max-width: calc(100% - 40px);
  }
}

.language-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.language-wrapper .language_selector .language {
  display: inline-block;
}
.language-wrapper .language_selector .language::after {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .language-wrapper .language_selector .language::after {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .language-wrapper .language_selector .language::after {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .language-wrapper .language_selector .language::after {
    font-size: 5.0890585242vw;
  }
}
.language-wrapper .language_selector .language::after {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.language-wrapper .language_selector .language a {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .language-wrapper .language_selector .language a {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .language-wrapper .language_selector .language a {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .language-wrapper .language_selector .language a {
    font-size: 5.0890585242vw;
  }
}
.language-wrapper .language_selector .language a {
  text-transform: uppercase;
}
.language-wrapper .language_selector .language a.active::after {
  width: 100%;
  padding-right: 0.35em;
}
.language-wrapper .language_selector .language:last-child::after {
  display: none;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 45px;
  z-index: 10000;
}
@media (max-width: 959px) {
  .spinner {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 959px) {
  .spinner .spinner-wrapper {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.spinner .spinner-wrapper img {
  width: 80px;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.banner-content {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(-50%, -20%) scale(1) rotate(10deg);
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
.banner-content:hover {
  transform: translate(-50%, -20%) scale(1.05) rotate(10deg);
}
@media (max-width: 959px) {
  .banner-content {
    transform: translate(-15%, -10%) scale(1) rotate(10deg);
  }
  .banner-content:hover {
    transform: translate(-15%, -10%) scale(1.05) rotate(10deg);
  }
}
@media (max-width: 639px) {
  .banner-content {
    transform: translate(0%, -20%) scale(1) rotate(10deg);
  }
  .banner-content:hover {
    transform: translate(0%, -20%) scale(1) rotate(10deg);
  }
}
.banner-content a.banner-link {
  aspect-ratio: 1/1;
  background-color: #000;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.22;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  text-transform: uppercase;
  line-height: 1.3 !important;
  font-size: 1.09375vw;
  letter-spacing: inherit;
  line-height: 1.14;
}
@media (max-width: 1366px) {
  .banner-content a.banner-link {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .banner-content a.banner-link {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .banner-content a.banner-link {
    font-size: 4.834605598vw;
  }
}
@media (max-width: 639px) {
  .banner-content a.banner-link {
    font-size: 14px !important;
    padding: 20px;
  }
}
.banner-content a.banner-link::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  z-index: 1;
  background-color: transparent;
}
.banner-content a.banner-link *:last-child {
  margin-bottom: 0;
}
.banner-content a.banner-link p {
  color: #fff !important;
}
.banner-content a.banner-link p:first-child {
  margin-top: 38px;
}
@media (max-width: 639px) {
  .banner-content a.banner-link p:first-child {
    margin-top: 25px;
  }
}
.banner-content a.banner-link p:last-child::after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 28px;
  background-image: url("../img/link-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: 2;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 639px) {
  .banner-content a.banner-link p:last-child::after {
    width: 30px;
    height: 20px;
    margin-top: 5px;
  }
}

footer#footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1.0416666667vw;
  letter-spacing: 0.03em;
  line-height: 1.22;
}
@media (max-width: 1366px) {
  footer#footer {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  footer#footer {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  footer#footer {
    font-size: 4.5801526718vw;
  }
}
footer#footer {
  margin-top: auto;
}
footer#footer p {
  color: #fff;
}
footer#footer a {
  color: #fff;
  font-size: 1.0416666667vw;
  letter-spacing: 0.03em;
  line-height: 1.22;
}
@media (max-width: 1366px) {
  footer#footer a {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  footer#footer a {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  footer#footer a {
    font-size: 4.5801526718vw;
  }
}
footer#footer a {
  text-decoration: none;
}
footer#footer a:hover {
  text-decoration: none !important;
}
footer#footer a::after {
  mix-blend-mode: difference;
}
footer#footer .footer-widgets {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer#footer .footer-widgets {
    justify-content: inherit;
    gap: 2em;
  }
}
@media (max-width: 639px) {
  footer#footer .footer-widgets {
    display: block;
  }
}
@media (max-width: 639px) {
  footer#footer .footer-widgets .footer-widget {
    margin-bottom: 2em;
  }
}
footer#footer .footer-widgets .footer-widget p:first-child {
  margin-bottom: 2em;
}
@media (max-width: 959px) {
  footer#footer .footer-widgets .footer-widget p:first-child {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 639px) {
  footer#footer .footer-widgets .footer-widget p:first-child {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 639px) {
  .contact-table tr td {
    display: block;
  }
}
@media (max-width: 639px) {
  .contact-table tr td:last-child {
    padding-bottom: 0.5em;
  }
}

#menu-toggle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 1em;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  z-index: 99;
}
#menu-toggle .top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #000;
  transition: all 0.2s ease-in-out;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
#menu-toggle .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #000;
  transition: all 0.2s ease-in-out;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}

.menu-open {
  height: 24px !important;
}
.menu-open .top {
  transform: translateX(-50%) translateY(-50%) rotate(315deg) !important;
  border-bottom: 2px solid #000 !important;
}
.menu-open .bottom {
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  border-bottom: 2px solid #000 !important;
}

.menu-white .top, .menu-white .bottom {
  border-color: #fff !important;
}

#textContainer {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.widgets .widget .image-wrapper {
  margin-bottom: 1em;
}
.widgets .widget .text-wrapper .more-link {
  margin-top: 1em;
}

#pw-textfield {
  padding: 45px 0 90px;
  padding: 2.34vw 0 4.68vw;
}
@media (max-width: 959px) {
  #pw-textfield {
    padding: 2.34vw 0 4.68vw;
  }
}
@media (max-width: 639px) {
  #pw-textfield {
    padding: 0vw 0 8vw;
  }
}

.logo-wrapper {
  mix-blend-mode: multiply;
}

.logos .logo-container {
  display: flex;
  flex-wrap: wrap;
}
.logos .logo-container .logo-wrapper {
  width: inherit;
}
.logos .logo-container .logo-wrapper img {
  width: inherit;
}

.downloads-table {
  width: 100%;
  border-collapse: collapse;
}
.downloads-table tr td {
  padding: 0.5em;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .downloads-table tr td {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .downloads-table tr td {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .downloads-table tr td {
    font-size: 4.0712468193vw;
  }
}
.downloads-table tr td a {
  display: block;
}
.downloads-table tr td:first-of-type {
  text-transform: uppercase;
  width: 25%;
}
.downloads-table tr:not(:first-child) td:first-of-type {
  color: transparent;
}

.links-table {
  width: 100%;
  border-collapse: collapse;
}
.links-table tr td {
  padding: 0.5em;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .links-table tr td {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .links-table tr td {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .links-table tr td {
    font-size: 4.0712468193vw;
  }
}
.links-table tr td a {
  display: block;
}
.links-table tr td:first-of-type {
  text-transform: uppercase;
}
.links-table tr:not(:first-child) td:first-of-type {
  color: transparent;
}

.download-link {
  display: inline-block;
  width: 100%;
}
.download-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/download-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
  background-position: bottom center;
  color: #fff;
  position: absolute;
  right: 0;
}

.link-link {
  display: block;
  width: 100%;
}
.link-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/arrow-right-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
  background-position: bottom center;
  color: #fff;
  position: absolute;
  right: 0;
}

.table-color-dark tr {
  background-color: #000;
  border-bottom: 1px solid #fff;
}
.table-color-dark tr td {
  color: #fff;
}
.table-color-dark tr td a {
  color: #fff;
}
.table-color-dark tr td .download-link::after {
  background-image: url(../img/download-icon-w.svg);
}
.table-color-dark tr td .link-link::after {
  background-image: url(../img/arrow-right-icon-w.svg);
}
.table-color-dark tr:last-child {
  border-bottom: 1px solid #000;
}

.table-color-light tr {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.table-color-light tr td {
  color: #000;
}
.table-color-light tr td a {
  color: #000;
}
.table-color-light tr:first-child {
  border-top: 1px solid #000;
}

.links-section .title-wrapper {
  margin-bottom: 1em;
}

.room-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
  margin-bottom: 0;
}
.room-table tr td {
  padding: 0.5em 0.25em 0.4em;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .room-table tr td {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .room-table tr td {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .room-table tr td {
    font-size: 4.0712468193vw;
  }
}
.room-table tr td a {
  display: block;
}
.room-table tr td:first-of-type {
  text-transform: uppercase;
  width: 25%;
}

.gallery-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.gallery-date {
  margin-top: 0 !important;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.uk-lightbox {
  background: #fff;
}
.uk-lightbox .uk-transition-slide-top {
  --uk-translate-y: 0;
}
.uk-lightbox .uk-lightbox-toolbar {
  padding: 10px 10px;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon {
  padding: 1em;
  color: rgba(0, 0, 0, 0.7);
}
.uk-lightbox .uk-lightbox-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.intext-image {
  width: inherit;
  height: auto;
}

.slider-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.main-header .main-slider .uk-slideshow-items, .main-header .main-slider .slider-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.main-header .main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-event-slider {
  position: relative;
}
.home-event-slider .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5998993347) 0%, rgba(0, 0, 0, 0.0956976541) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5998993347) 0%, rgba(0, 0, 0, 0.0956976541) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5998993347) 0%, rgba(0, 0, 0, 0.0956976541) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}
.home-event-slider .uk-slideshow-items, .home-event-slider .slider-image {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  aspect-ratio: 2/1;
}
@media (max-width: 959px) {
  .home-event-slider .uk-slideshow-items, .home-event-slider .slider-image {
    aspect-ratio: 1.6/1;
  }
}
@media (max-width: 639px) {
  .home-event-slider .uk-slideshow-items, .home-event-slider .slider-image {
    aspect-ratio: 1.2/1;
  }
}
.home-event-slider .uk-slideshow-items img, .home-event-slider .slider-image img {
  width: 100%;
  height: 100%;
}
.home-event-slider .event-info {
  position: absolute;
  width: 100%;
  max-width: 94.79vw;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
}
.home-event-slider .event-info:hover .event-link {
  margin-left: 0.2em;
}
.home-event-slider .event-info:hover * {
  color: #cccccc;
}
.home-event-slider .event-info * {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 959px) {
  .home-event-slider .event-info {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 639px) {
  .home-event-slider .event-info {
    max-width: calc(100% - 40px);
  }
}
.home-event-slider .event-info .round-button-big {
  border-color: #fff;
  margin-bottom: 1em;
}
.home-event-slider .event-info .event-title, .home-event-slider .event-info .date-time {
  font-size: 6.25vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .home-event-slider .event-info .event-title, .home-event-slider .event-info .date-time {
    font-size: 7.3206442167vw;
  }
}
@media (max-width: 959px) {
  .home-event-slider .event-info .event-title, .home-event-slider .event-info .date-time {
    font-size: 5.859375vw;
  }
}
@media (max-width: 639px) {
  .home-event-slider .event-info .event-title, .home-event-slider .event-info .date-time {
    font-size: 6.6157760814vw;
  }
}
.home-event-slider .event-info .event-title, .home-event-slider .event-info .date-time {
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
}
.home-event-slider .event-info .event-title p, .home-event-slider .event-info .date-time p {
  margin-bottom: 0;
}
.home-event-slider .event-info .date-time {
  display: inline-block;
}
.home-event-slider .event-info .event-link {
  font-size: 6.25vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .home-event-slider .event-info .event-link {
    font-size: 7.3206442167vw;
  }
}
@media (max-width: 959px) {
  .home-event-slider .event-info .event-link {
    font-size: 5.859375vw;
  }
}
@media (max-width: 639px) {
  .home-event-slider .event-info .event-link {
    font-size: 6.6157760814vw;
  }
}
.home-event-slider .event-info .event-link {
  display: inline-block;
  max-width: 4em;
}
.home-event-slider .event-info .event-link::after {
  mix-blend-mode: difference;
}
.home-event-slider .event-info .super-link {
  width: 1.5em;
}

.event-section #Galvanik_Kulturzentrum {
  display: none;
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-left: -0.05em;
}

.marquee-content {
  display: inline-block;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#eventTable,
.event-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  border-bottom: 1px solid #000;
}
#eventTable tr,
.event-table tr {
  border-top: 1px solid #000;
}
#eventTable tr td,
.event-table tr td {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#eventTable tr td a:hover,
.event-table tr td a:hover {
  text-decoration: none;
  color: #000;
}
#eventTable tr td.date,
.event-table tr td.date {
  position: relative;
}
@media (max-width: 639px) {
  #eventTable tr td.date,
  .event-table tr td.date {
    padding-right: 1em;
  }
}
#eventTable tr td.date .day,
.event-table tr td.date .day {
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  #eventTable tr td.date .day,
  .event-table tr td.date .day {
    font-size: 2.0497803807vw;
  }
}
@media (max-width: 959px) {
  #eventTable tr td.date .day,
  .event-table tr td.date .day {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 639px) {
  #eventTable tr td.date .day,
  .event-table tr td.date .day {
    font-size: 5.3435114504vw;
  }
}
#eventTable tr td.date .day,
.event-table tr td.date .day {
  display: block;
}
#eventTable tr td.date .month,
.event-table tr td.date .month {
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  #eventTable tr td.date .month,
  .event-table tr td.date .month {
    font-size: 2.0497803807vw;
  }
}
@media (max-width: 959px) {
  #eventTable tr td.date .month,
  .event-table tr td.date .month {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 639px) {
  #eventTable tr td.date .month,
  .event-table tr td.date .month {
    font-size: 5.3435114504vw;
  }
}
#eventTable tr td.date .year,
.event-table tr td.date .year {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  #eventTable tr td.date .year,
  .event-table tr td.date .year {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  #eventTable tr td.date .year,
  .event-table tr td.date .year {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  #eventTable tr td.date .year,
  .event-table tr td.date .year {
    font-size: 4.0712468193vw;
  }
}
#eventTable tr td.artist,
.event-table tr td.artist {
  font-size: 3.6979166667vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  #eventTable tr td.artist,
  .event-table tr td.artist {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 959px) {
  #eventTable tr td.artist,
  .event-table tr td.artist {
    font-size: 3.515625vw;
  }
}
@media (max-width: 639px) {
  #eventTable tr td.artist,
  .event-table tr td.artist {
    font-size: 5.3435114504vw;
  }
}
#eventTable tr td.artist,
.event-table tr td.artist {
  text-transform: uppercase;
}
#eventTable tr td.artist .serie,
.event-table tr td.artist .serie {
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  #eventTable tr td.artist .serie,
  .event-table tr td.artist .serie {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  #eventTable tr td.artist .serie,
  .event-table tr td.artist .serie {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  #eventTable tr td.artist .serie,
  .event-table tr td.artist .serie {
    font-size: 4.5801526718vw;
  }
}
#eventTable tr td.artist .serie,
.event-table tr td.artist .serie {
  display: block;
}
#eventTable tr td.ticket,
.event-table tr td.ticket {
  vertical-align: bottom;
  text-align: right;
}
#eventTable .cat,
.event-table .cat {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}
@media (max-width: 639px) {
  #eventTable .cat,
  .event-table .cat {
    padding-right: 0;
  }
  #eventTable .cat .category,
  .event-table .cat .category {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 1em 0.5em;
  }
}

.seiten-liste #eventTable tr td.date,
.seiten-liste .event-table tr td.date {
  position: relative;
}
.seiten-liste #eventTable tr td.date .day,
.seiten-liste .event-table tr td.date .day {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.date .day,
  .seiten-liste .event-table tr td.date .day {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.date .day,
  .seiten-liste .event-table tr td.date .day {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.date .day,
  .seiten-liste .event-table tr td.date .day {
    font-size: 5.0890585242vw;
  }
}
.seiten-liste #eventTable tr td.date .day,
.seiten-liste .event-table tr td.date .day {
  display: block;
}
.seiten-liste #eventTable tr td.date .month,
.seiten-liste .event-table tr td.date .month {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.date .month,
  .seiten-liste .event-table tr td.date .month {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.date .month,
  .seiten-liste .event-table tr td.date .month {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.date .month,
  .seiten-liste .event-table tr td.date .month {
    font-size: 5.0890585242vw;
  }
}
.seiten-liste #eventTable tr td.date .year,
.seiten-liste .event-table tr td.date .year {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.date .year,
  .seiten-liste .event-table tr td.date .year {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.date .year,
  .seiten-liste .event-table tr td.date .year {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.date .year,
  .seiten-liste .event-table tr td.date .year {
    font-size: 4.0712468193vw;
  }
}
.seiten-liste #eventTable tr td.artist,
.seiten-liste .event-table tr td.artist {
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.artist,
  .seiten-liste .event-table tr td.artist {
    font-size: 1.756954612vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.artist,
  .seiten-liste .event-table tr td.artist {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.artist,
  .seiten-liste .event-table tr td.artist {
    font-size: 5.0890585242vw;
  }
}
.seiten-liste #eventTable tr td.artist .serie,
.seiten-liste .event-table tr td.artist .serie {
  display: block;
  margin-top: 0.5em;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.artist .serie,
  .seiten-liste .event-table tr td.artist .serie {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.artist .serie,
  .seiten-liste .event-table tr td.artist .serie {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.artist .serie,
  .seiten-liste .event-table tr td.artist .serie {
    font-size: 4.0712468193vw;
  }
}
.seiten-liste #eventTable tr td.ticket .ticket-link,
.seiten-liste .event-table tr td.ticket .ticket-link {
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .seiten-liste #eventTable tr td.ticket .ticket-link,
  .seiten-liste .event-table tr td.ticket .ticket-link {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .seiten-liste #eventTable tr td.ticket .ticket-link,
  .seiten-liste .event-table tr td.ticket .ticket-link {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .seiten-liste #eventTable tr td.ticket .ticket-link,
  .seiten-liste .event-table tr td.ticket .ticket-link {
    font-size: 3.5623409669vw;
  }
}

.year-row {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .year-row {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  .year-row {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  .year-row {
    font-size: 4.5801526718vw;
  }
}
.year-row:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.year-row:first-of-type {
  display: none;
}

.row-small {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .row-small {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .row-small {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .row-small {
    font-size: 4.0712468193vw;
  }
}

.year-tiles div {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.3em 1em;
}

.year-tiles:first-of-type {
  display: none;
}

.sold-out {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-25deg) translateY(-50%);
  z-index: 11;
  white-space: nowrap;
}

.time-button {
  position: absolute;
  transform: rotate(-25deg);
  z-index: 11;
  white-space: nowrap;
  top: 0;
  left: 50%;
  background-color: #000;
  color: #fff;
}

.cat {
  vertical-align: middle !important;
}

.eventLink {
  display: block;
}

.program-section {
  padding-bottom: 5.2vw;
}
@media (max-width: 959px) {
  .program-section {
    padding-bottom: 8.3vw;
  }
}
@media (max-width: 639px) {
  .program-section {
    padding-bottom: 80px;
  }
}
.program-section .small-slider {
  margin-bottom: 1em;
}

.event-infos h2 {
  margin-bottom: 0;
}
.event-infos .ticket-link {
  font-size: 1.4583333333vw;
  letter-spacing: inherit;
  line-height: 1.166;
}
@media (max-width: 1366px) {
  .event-infos .ticket-link {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  .event-infos .ticket-link {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .event-infos .ticket-link {
    font-size: 4.5801526718vw;
  }
}
.event-infos .tickets {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-infos .tickets .more-link {
  margin-top: 0;
}
.event-infos .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.4583333333vw;
  letter-spacing: inherit;
  line-height: 1.166;
}
@media (max-width: 1366px) {
  .event-infos .price {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  .event-infos .price {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .event-infos .price {
    font-size: 4.5801526718vw;
  }
}

.event-notes {
  font-size: 1.4583333333vw;
  letter-spacing: inherit;
  line-height: 1.166;
}
@media (max-width: 1366px) {
  .event-notes {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  .event-notes {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .event-notes {
    font-size: 4.5801526718vw;
  }
}

.event-filter {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
}
.event-filter li {
  display: inline-block;
  padding: 0.5em 1em;
}
.event-filter li a:hover::after {
  display: none;
}
.scroll-container {
  overflow: hidden;
  height: calc(100vh - 120px);
}
@media (max-width: 959px) {
  .scroll-container {
    overflow: inherit;
    height: auto;
  }
}
.scroll-container .uk-grid {
  height: 100%;
}
.scroll-container .scroll-left, .scroll-container .scroll-right {
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 959px) {
  .scroll-container .scroll-left, .scroll-container .scroll-right {
    height: auto;
    overflow-y: inherit;
  }
}
.scroll-container .scroll-left {
  order: 1;
}
@media (max-width: 959px) {
  .scroll-container .scroll-left {
    order: 2;
  }
}
.scroll-container .scroll-right {
  order: 2;
}
@media (max-width: 959px) {
  .scroll-container .scroll-right {
    order: 1;
  }
}

.event-mobile-view {
  display: none;
}

.event-desktop-view {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 639px) {
  .event-desktop-view {
    display: block !important;
  }
}

.scroll-container .event-desktop-view.uk-grid,
.scroll-container .event-desktop-view[uk-grid] {
  height: 100%;
}

@media (max-width: 959px) {
  .event-desktop-view {
    display: none !important;
  }
  .event-mobile-view {
    display: block;
    height: calc(100vh - 120px);
    overflow: hidden;
  }
  .event-mobile-scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .event-mobile-previous,
  .event-mobile-current,
  .event-mobile-next {
    width: 100%;
  }
}
.date-time h2 {
  text-transform: uppercase;
}

ul.round-button {
  list-style: none;
  margin-bottom: 20px;
  max-height: 2.1em;
}
ul.round-button li a::after {
  display: none;
}
ul.round-button li.uk-active {
  display: none;
}

.event-tiles {
  width: 100%;
}
.event-tiles .uk-card .uk-card-media-top {
  aspect-ratio: 1/1;
}
.event-tiles .uk-card .uk-card-media-top .card-slider {
  width: 100%;
  height: 100%;
}
.event-tiles .uk-card .uk-card-media-top .card-slider .uk-position-relative {
  width: 100%;
  height: 100%;
}
.event-tiles .uk-card .uk-card-media-top .card-slider .uk-position-relative .uk-slideshow-container {
  width: 100%;
  height: 100%;
}
.event-tiles .uk-card .uk-card-media-top .card-slider .uk-slideshow-items {
  width: 100%;
  height: 100%;
}
.event-tiles .uk-card .uk-card-media-top .card-slider .uk-slideshow-items li {
  width: 100%;
  height: 100%;
}
.event-tiles .uk-card .uk-card-media-top .card-slider .uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-tiles .uk-card .uk-card-media-top .round-button {
  position: absolute;
  top: 2em;
  left: 1em;
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
}
.event-tiles .uk-card .uk-card-body {
  padding: 1em 0;
}
.event-tiles .uk-card .uk-card-body a:hover {
  color: #000;
}
.event-tiles .uk-card .uk-card-body table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.event-tiles .uk-card .uk-card-body table tr td {
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .event-tiles .uk-card .uk-card-body table tr td {
    font-size: 2.0497803807vw;
  }
}
@media (max-width: 959px) {
  .event-tiles .uk-card .uk-card-body table tr td {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 639px) {
  .event-tiles .uk-card .uk-card-body table tr td {
    font-size: 5.3435114504vw;
  }
}
.event-tiles .uk-card .uk-card-body table tr td {
  padding: 0.5em 0.5em 0.5em 0;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.event-tiles .uk-card .uk-card-body table tr td .serie {
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .event-tiles .uk-card .uk-card-body table tr td .serie {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  .event-tiles .uk-card .uk-card-body table tr td .serie {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  .event-tiles .uk-card .uk-card-body table tr td .serie {
    font-size: 4.5801526718vw;
  }
}
.event-tiles .uk-card .uk-card-body table tr td.cat {
  text-align: right;
  padding-right: 0;
}
.event-tiles .uk-card .uk-card-body table tr .date {
  position: relative;
  width: 17%;
}

td.cat-vertical {
  width: 12%;
}
@media (max-width: 1366px) {
  td.cat-vertical {
    width: 15%;
  }
}
@media (max-width: 639px) {
  td.cat-vertical {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
td.cat-vertical .category {
  vertical-align: middle;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 1em 0.5em;
  display: block;
  margin: 0 auto;
}
@media (max-width: 639px) {
  td.cat-vertical .category {
    font-size: 2.5vw;
  }
}

.tile-card .uk-card-media-top {
  overflow: hidden;
}
.tile-card .uk-card-media-top .card-slider {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.tile-card:hover .uk-card-media-top .card-slider {
  transform: scale(1.05);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 1.77/1;
}

.archive-wrapper {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 2.0833333333vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .archive-wrapper {
    font-size: 2.3426061493vw;
  }
}
@media (max-width: 959px) {
  .archive-wrapper {
    font-size: 2.734375vw;
  }
}
@media (max-width: 639px) {
  .archive-wrapper {
    font-size: 6.106870229vw;
  }
}
.archive-wrapper a.archive-link {
  display: inline-block;
  padding: 0.5em 1em;
}
.event-section .small-slider ul.uk-slideshow-items {
  margin-top: 0;
}

.FormBuilder * {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
}
.FormBuilder .InputfieldHeader {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .FormBuilder .InputfieldHeader {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .FormBuilder .InputfieldHeader {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .FormBuilder .InputfieldHeader {
    font-size: 4.0712468193vw;
  }
}
.FormBuilder .InputfieldHeader {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.FormBuilder input {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .FormBuilder input {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .FormBuilder input {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .FormBuilder input {
    font-size: 4.0712468193vw;
  }
}
.FormBuilder .Inputfield {
  margin-bottom: 1em !important;
}
.FormBuilder .InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range])::placeholder {
  color: #cccccc;
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .FormBuilder .InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range])::placeholder {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .FormBuilder .InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range])::placeholder {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .FormBuilder .InputfieldForm input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range])::placeholder {
    font-size: 4.0712468193vw;
  }
}
.FormBuilder button[type=submit] {
  display: inline-block !important;
  position: relative !important;
  transition: all 0.2s ease-in-out !important;
  color: #000 !important;
  z-index: 1 !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin-top: 1em;
  text-transform: none;
  font-size: 1.5625vw;
  letter-spacing: 0.03em;
  line-height: 1.24;
}
@media (max-width: 1366px) {
  .FormBuilder button[type=submit] {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 959px) {
  .FormBuilder button[type=submit] {
    font-size: 2.1484375vw;
  }
}
@media (max-width: 639px) {
  .FormBuilder button[type=submit] {
    font-size: 4.5801526718vw;
  }
}
.FormBuilder button[type=submit]:hover {
  text-decoration: none;
  color: #000;
}
.FormBuilder button[type=submit]:hover::before {
  margin-right: 0.1em;
  margin-left: 0.1em;
}
.FormBuilder button[type=submit]:hover::after {
  width: 100%;
}
.FormBuilder button[type=submit]::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1em;
  background-image: url(../img/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.2em;
  transition: all 0.2s ease-in-out;
}
.FormBuilder button[type=submit]::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  transition-duration: 0.25s !important;
  mix-blend-mode: multiply !important;
}

.FormBuilder.InputfieldForm .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  color: #000 !important;
  content: "*";
}

.uk-radio:checked {
  /* background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%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%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E); */
  background-color: #000 !important;
}

.uk-radio + span,
.uk-checkbox + span {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media (max-width: 1366px) {
  .uk-radio + span,
  .uk-checkbox + span {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .uk-radio + span,
  .uk-checkbox + span {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .uk-radio + span,
  .uk-checkbox + span {
    font-size: 4.0712468193vw;
  }
}

.uk-alert {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  color: #000;
}

.uk-alert-success {
  background: transparent;
  color: #000;
}

.uk-alert-close {
  display: none;
}

#mc_embed_shell #mc-embedded-subscribe-form {
  margin: 0;
}
#mc_embed_shell #mc-embedded-subscribe-form label {
  margin-bottom: 0.5em;
  font-size: 0.625vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  #mc_embed_shell #mc-embedded-subscribe-form label {
    font-size: 0.878477306vw;
  }
}
@media (max-width: 959px) {
  #mc_embed_shell #mc-embedded-subscribe-form label {
    font-size: 0.9765625vw;
  }
}
@media (max-width: 639px) {
  #mc_embed_shell #mc-embedded-subscribe-form label {
    font-size: 2.5445292621vw;
  }
}
#mc_embed_shell #mc-embedded-subscribe-form label .asterisk {
  display: none;
}
#mc_embed_shell #mc-embedded-subscribe-form input {
  padding: 0.25em;
  text-indent: 0;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: 18px;
}
#mc_embed_shell #mc-embedded-subscribe-form .helper_text {
  color: #000;
  background-color: transparent;
}
#mc_embed_shell #mc-embedded-subscribe-form #mc-embedded-subscribe {
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  padding-right: 0.1em;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper {
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  margin-top: 10px;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-bottom: -2px;
  padding-left: 0.1em;
  margin-left: -0.1em;
  background-image: url(../img/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  transition-duration: 0.25s !important;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover {
  text-decoration: none;
  color: #000 !important;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover::before {
  margin-right: 0.1em;
  margin-left: 0.1em;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover::after {
  width: 100%;
}
#mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper input {
  border: none !important;
}
#mc_embed_shell #mc_embed_signup .foot {
  display: inline-block;
}

footer#footer #mc_embed_shell #mc-embedded-subscribe-form input {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .helper_text {
  color: #fff;
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form #mc-embedded-subscribe {
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  footer#footer #mc_embed_shell #mc-embedded-subscribe-form #mc-embedded-subscribe {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  footer#footer #mc_embed_shell #mc-embedded-subscribe-form #mc-embedded-subscribe {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  footer#footer #mc_embed_shell #mc-embedded-subscribe-form #mc-embedded-subscribe {
    font-size: 3.5623409669vw;
  }
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper {
  color: #000;
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper::before {
  background-image: url(../img/link-arrow-white.svg);
  width: 1.8em;
  height: 1em;
  margin-bottom: -0.2em;
  padding-left: 0.1em;
  margin-left: -0.1em;
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover {
  color: #000;
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover::before {
  background-image: url(../img/link-arrow.svg);
}
footer#footer #mc_embed_shell #mc-embedded-subscribe-form .submit-wrapper:hover #mc-embedded-subscribe {
  mix-blend-mode: difference !important;
}

.nav-search {
  z-index: 1;
}
.nav-search input[type=search] {
  border: none;
  text-align: right;
  font-size: 1.0416666667vw;
  letter-spacing: 0.03em;
  line-height: 1.22;
}
@media (max-width: 1366px) {
  .nav-search input[type=search] {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 959px) {
  .nav-search input[type=search] {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  .nav-search input[type=search] {
    font-size: 4.5801526718vw;
  }
}
.nav-search .uk-icon {
  color: #000;
}

.search-suggestions {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 3.5em;
}
.search-suggestions ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0.2em;
}
.search-suggestions ul li {
  border-top: 1px solid #000;
  padding: 0.2em;
}
.search-suggestions ul li a {
  display: block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1366px) {
  .search-suggestions ul li a {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 959px) {
  .search-suggestions ul li a {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .search-suggestions ul li a {
    font-size: 3.5623409669vw;
  }
}
.search-suggestions ul li a {
  text-transform: uppercase;
  margin: 0;
}
.search-suggestions ul li:last-child {
  border-bottom: 1px solid #000;
}

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