@import url(https://use.typekit.net/gvh2sql.css);
:root {
  --black: #000;
  --green: #118E85;
  --red: #80000D;
  --yellow: #D09A54;
  --gold: #D09A54;
  --blue: #0A0E30;
  --grey: #727272;
  --slate: --grey;
  --night-blue: #0A0E30;
  --carpet-red: #80000D;
  --lightgrey: #F1EFEF;
  --footer-blue: #BDD4E2;
  --sky: #BDD4E2;
  --white: #FFF;
  --off-white: #FEFEFE;
  --off-white-alt: #FCFBFB;
  --bg-white: #F6F6F6;
  --text-black: #000;
  --border-grey: #979797;
  --border-radius-small: 4px;
  --border-radius-menu: 12px;
  --border-radius-medium: 16px;
  --border-radius-large: 24px;
  --shadow-tiny: 0 2px 6px rgba(0, 0, 0, 0.19);
  --shadow-small: 0 2px 4px rgba(0, 0, 0, 0.50);
  --shadow-medium: 2px -2px 28px rgba(0, 0, 0, 0.50);
  --shadow-medium-teaser: 2px -2px 28px rgba(0, 0, 0, 0.19);
  --shadow-large: 0 2px 44px rgba(0, 0, 0, 0.50);
  --shadow-gallery: 4px -4px 8px rgba(0, 0, 0, 0.16);
  --shadow-menu: 0 0 8px 4px rgba(0, 0, 0, 0.30);
  --shadow-gradient: linear-gradient(to right, rgba(252, 0, 255, 0.2), rgba(0, 219, 222, 0.2));
  --shadow-gradient-box: 0 4px 6px rgba(0, 0, 0, 0.2);
  --font-main: "proxima-nova", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-condensed: "proxima-nova-condensed", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-headlines: "Dalglish", serif;
  --font-headline: "Dalglish", serif;
  --font-headline-light: "Dalglish", serif;
  --font-extra-condensed: "proxima-nova-extra-condensed", sans-serif;
  --max-width-desktop: 1216px;
  --max-width-tablet: 696px;
  --max-width-phone: 320px;
  --step--6: clamp(1.86rem, calc(1.24rem + 3.11vw), 3.60rem);
  --step--5: clamp(2.24rem, calc(1.42rem + 4.05vw), 4.51rem);
  --step--4: clamp(2.68rem, calc(1.63rem + 5.27vw), 5.63rem);
  --step--3: clamp(3.22rem, calc(1.85rem + 6.82vw), 7.04rem);
  --step--2: clamp(3.86rem, calc(2.10rem + 8.82vw), 8.80rem);
  --step--1: clamp(4.64rem, calc(2.36rem + 11.36vw), 11.00rem);
  --step-0: clamp(5.56rem, calc(2.64rem + 14.62vw), 13.75rem);
  --step-1: clamp(6.68rem, calc(2.92rem + 18.77vw), 17.19rem);
  --step-2: clamp(8.01rem, calc(3.20rem + 24.06vw), 21.48rem);
  --step-3: clamp(9.61rem, calc(3.45rem + 30.79vw), 26.86rem);
  --step-4: clamp(11.53rem, calc(3.66rem + 39.35vw), 33.57rem);
  --step-5: clamp(13.84rem, calc(3.80rem + 50.22vw), 41.96rem);
  --bg-velvet: radial-gradient(50% 50% at 50% 50%, #C00323 0%, #6E000A 100%), #6E000A;
}

@media screen and (min-width: 1440px) {
  :root {
    --step-0: 220px;
    --step--1: 180px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-display: swap;
  font-family: var(--font-main);
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  height: 100vh;
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  text-decoration: inherit;
  text-decoration-thickness: 0.1em;
  text-decoration-width: 0.1em;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Dalglish";
  font-style: normal;
  font-weight: normal;
  src: url("/content/themes/apollo/assets/fonts/dalglish.woff") format("woff"), url("/content/themes/apollo/assets/fonts/dalglish.otf") format("opentype"), local("Dalglish");
}

@font-face {
  font-family: "Dalglish";
  font-style: italic;
  font-weight: normal;
  src: url("/content/themes/apollo/assets/fonts/dalglish-italic.woff") format("woff"), url("/content/themes/apollo/assets/fonts/dalglish-italic.otf") format("opentype"), local("Dalglish Italic");
}

@font-face {
  font-family: "Dalglish";
  font-style: normal;
  font-weight: bold;
  src: url("/content/themes/apollo/assets/fonts/dalglish-bold.woff") format("woff"), url("/content/themes/apollo/assets/fonts/dalglish-bold.otf") format("opentype"), local("Dalglish Bold");
}

.apollo h1 {
  font-family: var(--font-headlines);
  font-weight: 400;
  font-size: var(--step-0);
  line-height: 0.9;
}

.col__6:not(.title__custom) .apollo h1,
.col__6:not(.title__custom--row) .apollo h1 {
  font-size: var(--step--1);
  line-height: 0.9;
}

.apollo h1.alt {
  font-family: var(--font-extra-condensed);
  font-weight: 900;
  font-size: var(--step-0);
  line-height: 0.9;
}

.col__6:not(.title__custom) .apollo h1.alt,
.col__6:not(.title__custom--row) .apollo h1.alt {
  font-size: var(--step--2);
  line-height: 0.9;
}

.apollo h2 {
  font-family: var(--font-main);
  font-weight: 900;
  font-size: var(--step--4);
  line-height: 0.9;
}

.col__6:not(.title__custom) .apollo h2 .col__6:not(.title__custom--row) .apollo h2 {
  font-size: var(--step--3);
  line-height: 0.9;
}

.apollo h3 {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.text__white {
  color: white;
}

.content p {
  margin: 1em 0;
  font-size: 24px;
}

.highlight {
  font-family: var(--font-headlines);
  font-size: 90px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
  font-weight: 200;
}

.header.bg__velvet,
.header__sticky.bg__velvet,
.bg__velvet {
  background-image: radial-gradient(circle at center, #C00323 0%, #6E000A 60%, #6E000A 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.header.bg__velvet ::-moz-selection, .header__sticky.bg__velvet ::-moz-selection, .bg__velvet ::-moz-selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__velvet ::selection,
.header__sticky.bg__velvet ::selection,
.bg__velvet ::selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__red,
.header__sticky.bg__red,
.bg__red {
  background-color: var(--red);
  color: var(--white);
}

.header.bg__red ::-moz-selection, .header__sticky.bg__red ::-moz-selection, .bg__red ::-moz-selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__red ::selection,
.header__sticky.bg__red ::selection,
.bg__red ::selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__blue,
.header__sticky.bg__blue,
.bg__blue {
  background-color: var(--blue);
  color: var(--white);
}

.header.bg__blue ::-moz-selection, .header__sticky.bg__blue ::-moz-selection, .bg__blue ::-moz-selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__blue ::selection,
.header__sticky.bg__blue ::selection,
.bg__blue ::selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__yellow,
.header__sticky.bg__yellow,
.bg__yellow {
  background-color: var(--yellow);
  color: var(--white);
}

.header.bg__yellow ::-moz-selection, .header__sticky.bg__yellow ::-moz-selection, .bg__yellow ::-moz-selection {
  background-color: var(--white);
  color: var(--yellow);
}

.header.bg__yellow ::selection,
.header__sticky.bg__yellow ::selection,
.bg__yellow ::selection {
  background-color: var(--white);
  color: var(--yellow);
}

.header.bg__green,
.header__sticky.bg__green,
.bg__green {
  background-color: var(--green);
  color: var(--white);
}

.header.bg__green ::-moz-selection, .header__sticky.bg__green ::-moz-selection, .bg__green ::-moz-selection {
  background-color: var(--white);
  color: var(--green);
}

.header.bg__green ::selection,
.header__sticky.bg__green ::selection,
.bg__green ::selection {
  background-color: var(--white);
  color: var(--green);
}

.header.bg__white,
.header__sticky.bg__white,
.bg__white {
  background-color: var(--bg-white);
  color: var(--black);
}

.header.bg__white ::-moz-selection, .header__sticky.bg__white ::-moz-selection, .bg__white ::-moz-selection {
  background-color: var(--black);
  color: var(--bg-white);
}

.header.bg__white ::selection,
.header__sticky.bg__white ::selection,
.bg__white ::selection {
  background-color: var(--black);
  color: var(--bg-white);
}

.header.bg__slate,
.header__sticky.bg__slate,
.bg__slate {
  background-color: var(--slate);
  color: var(--white);
}

.header.bg__black,
.header__sticky.bg__black,
.bg__black {
  background-color: var(--black);
  color: var(--white);
}

.header.bg__black ::-moz-selection, .header__sticky.bg__black ::-moz-selection, .bg__black ::-moz-selection {
  background-color: var(--white);
  color: var(--black);
}

.header.bg__black ::selection,
.header__sticky.bg__black ::selection,
.bg__black ::selection {
  background-color: var(--white);
  color: var(--black);
}

.header.bg__sky,
.header__sticky.bg__sky,
.bg__sky {
  background-color: var(--sky);
  color: var(--black);
}

.header.bg__sky ::-moz-selection, .header__sticky.bg__sky ::-moz-selection, .bg__sky ::-moz-selection {
  background-color: var(--black);
  color: var(--sky);
}

.header.bg__sky ::selection,
.header__sticky.bg__sky ::selection,
.bg__sky ::selection {
  background-color: var(--black);
  color: var(--sky);
}

.header.bg__lightgrey,
.header__sticky.bg__lightgrey,
.bg__lightgrey {
  background-color: var(--lightgrey);
  color: var(--black);
}

.header.bg__lightgrey ::-moz-selection, .header__sticky.bg__lightgrey ::-moz-selection, .bg__lightgrey ::-moz-selection {
  background-color: var(--black);
  color: var(--lightgrey);
}

.header.bg__lightgrey ::selection,
.header__sticky.bg__lightgrey ::selection,
.bg__lightgrey ::selection {
  background-color: var(--black);
  color: var(--lightgrey);
}

.header.bg__carpet,
.header__sticky.bg__carpet,
.bg__carpet {
  background-image: radial-gradient(circle at 0.69% 0.69%, #CB5553 0%, #7D1615 140%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.header.bg__carpet ::-moz-selection, .header__sticky.bg__carpet ::-moz-selection, .bg__carpet ::-moz-selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__carpet ::selection,
.header__sticky.bg__carpet ::selection,
.bg__carpet ::selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__midnight,
.header__sticky.bg__midnight,
.bg__midnight {
  background-image: radial-gradient(circle at 0.46% 0.46%, #00334B 0%, #000E15 141%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.header.bg__midnight ::-moz-selection, .header__sticky.bg__midnight ::-moz-selection, .bg__midnight ::-moz-selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__midnight ::selection,
.header__sticky.bg__midnight ::selection,
.bg__midnight ::selection {
  background-color: var(--white);
  color: var(--red);
}

.header.bg__dark_blue_radial,
.header__sticky.bg__dark_blue_radial,
.bg__dark_blue_radial {
  background-image: var(--dark-blue-radial);
  color: var(--white);
}

.header.bg__dark_blue_radial ::-moz-selection, .header__sticky.bg__dark_blue_radial ::-moz-selection, .bg__dark_blue_radial ::-moz-selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__dark_blue_radial ::selection,
.header__sticky.bg__dark_blue_radial ::selection,
.bg__dark_blue_radial ::selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__blue_radial,
.header__sticky.bg__blue_radial,
.bg__blue_radial {
  background-image: var(--blue-radial);
  color: var(--white);
}

.header.bg__blue_radial ::-moz-selection, .header__sticky.bg__blue_radial ::-moz-selection, .bg__blue_radial ::-moz-selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__blue_radial ::selection,
.header__sticky.bg__blue_radial ::selection,
.bg__blue_radial ::selection {
  background-color: var(--white);
  color: var(--blue);
}

.header.bg__gold_radial,
.header__sticky.bg__gold_radial,
.bg__gold_radial {
  background-image: var(--gold-radial);
  color: var(--white);
}

.header.bg__gold_radial ::-moz-selection, .header__sticky.bg__gold_radial ::-moz-selection, .bg__gold_radial ::-moz-selection {
  background-color: var(--white);
  color: var(--black);
}

.header.bg__gold_radial ::selection,
.header__sticky.bg__gold_radial ::selection,
.bg__gold_radial ::selection {
  background-color: var(--white);
  color: var(--black);
}

.animate {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.animate__parallax {
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  top: var(--parallax-top);
  opacity: var(--parallax-opacity);
}

.animate__parallax--long {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translate3d(0, var(--parallax-pushup), 0);
}

.animate__opacity--in {
  animation: opacity_in forwards;
  animation-duration: 1s;
}

.animate__floating {
  animation: floating forwards infinite;
  animation-duration: 6s;
}

.animate__floating {
  animation: floating forwards infinite;
  animation-duration: 6s;
}

.animate__floating--cloud,
.animate__floating--moon {
  animation: floating_cloud forwards infinite;
  animation-duration: 12s;
}

.animate__floating--cloud-alt {
  animation: floating_cloud--small forwards infinite;
  animation-duration: 8s;
}

@keyframes opacity_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

@keyframes floating_cloud {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(15px, 0);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes floating_cloud--small {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(-8px, 0);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.padding__1 {
  padding: 1em 0 !important;
}

.padding__2 {
  padding: 2.5em 0 !important;
}

.padding__4 {
  padding: 4em 0 !important;
}

.padding__6 {
  padding: 6em 0 !important;
}

.padding__top--1 {
  padding-top: 1em !important;
}

.padding__top--2 {
  padding-top: 2.5em !important;
}

.padding__top--4 {
  padding-top: 4em !important;
}

.padding__top--6 {
  padding-top: 6em !important;
}

.padding__bottom--1 {
  padding-bottom: 1em !important;
}

.padding__bottom--2 {
  padding-bottom: 2.5em !important;
}

.padding__bottom--4 {
  padding-bottom: 4em !important;
}

.padding__bottom--6 {
  padding-bottom: 6em !important;
}

.padding__bottom--8 {
  padding-bottom: 8em !important;
}

.padding__bottom--12 {
  padding-bottom: 12em !important;
}

.margin__top--1 {
  margin-top: 1em !important;
}

.margin__top--2 {
  margin-top: 2.5em !important;
}

.margin__top--4 {
  margin-top: 4em !important;
}

.margin__top--6 {
  margin-top: 6em !important;
}

.margin__bottom--1 {
  margin-bottom: 1em !important;
}

.margin__bottom--2 {
  margin-bottom: 2.5em !important;
}

.margin__bottom--4 {
  margin-bottom: 4em !important;
}

.margin__bottom--6 {
  margin-bottom: 6em !important;
}

.rounded__large {
  border-radius: var(--border-radius-large);
}

.bg__blur {
  background-color: rgba(255, 255, 255, 0.7);
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .bg__blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

.button {
  transition: all 0.2s ease-in-out;
  padding: 17px 30px;
  border: 1px solid white;
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 24px;
  border-radius: 4px;
  line-height: 1.1;
  display: inline-flex;
  border-radius: 34.5px;
  text-transform: uppercase;
}

.button:hover {
  background-color: white;
  color: black;
  border-color: white;
}

.button.center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button.tight {
  padding: 12px;
}

.button__rectangle {
  border-radius: 4px;
}

.button__black {
  background-color: var(--black);
  color: var(--white);
}

.button__transparent {
  background-color: transparent;
  color: var(--black);
  border-color: var(--black);
}

.button__transparent:hover,
.button__transparent.active {
  background-color: var(--black);
  color: var(--white);
}

.button__transparent--alt {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.button__transparent--alt:hover,
.button__transparent--alt.active {
  background-color: var(--white);
  color: var(--black);
}

.button__white--alt {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.button__white--alt:hover {
  background-color: var(--white);
  color: var(--black);
}

.bg__green .button__white--alt:hover {
  color: var(--green);
}

.bg__red .button__white--alt:hover {
  color: var(--red);
}

.bg__yellow .button__white--alt:hover {
  color: var(--yellow);
}

.bg__blue .button__white--alt:hover {
  color: var(--blue);
}

.bg__white .button__white--alt:hover {
  color: var(--bg-white);
}

.button__white:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.input {
  transition: all 0.2s ease-in-out;
  padding: 16px 24px;
  border: 1px solid var(--black);
  font-family: var(--font-condensed);
  font-weight: 400;
  font-size: 20px;
  border-radius: 4px;
  line-height: 1.1;
  display: inline-flex;
  height: 62px;
}

textarea {
  transition: all 0.2s ease-in-out;
  padding: 16px 24px;
  border: 1px solid var(--black);
  font-family: var(--font-condensed);
  font-weight: 400;
  font-size: 20px;
  border-radius: 4px;
  line-height: 1.1;
  display: inline-flex;
}

.fade {
  position: relative;
}

.fade__after::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 56px;
  right: 0;
  top: 2em;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--bg-white) 100%);
  width: 100%;
}

.sticky {
  position: sticky;
  top: 65px;
}

.DEMO__nopadding {
  padding-top: 0;
}

.DEMO__demonav {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.DEMO__demonav div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .DEMO__demonav div {
    flex-direction: column;
  }
}

.DEMO__demonav ul {
  margin: 2em 6em;
}

@media screen and (max-width: 800px) {
  .DEMO__demonav ul {
    margin: 2em 1em;
  }
}

.DEMO__demonav i {
  font-size: 0.9em;
  font-weight: 200;
}

.header {
  position: absolute;
  padding: 2em 4em;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: black;
  background-color: transparent;
  top: 0;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .header {
    padding: 1em 2em;
  }

  .header svg {
    max-width: 120px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .header {
    justify-content: space-between;
    padding: 1em;
  }
}

.header .header__logo {
  max-width: 210px;
}

@media screen and (max-width: 700px) {
  .header .header__logo {
    max-width: 180px;
  }
}

.header nav a,
.header nav button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0.75;
}

.header nav a:hover,
.header nav button:hover {
  opacity: 1;
}

.header nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  right: 4em;
  padding: 15px 25px;
  border: 2px solid white;
  border-radius: 37.5px;
}

.header nav svg {
  color: white;
  max-width: 28px;
}

.header nav img {
  max-width: 28px;
  height: auto;
}

@media screen and (max-width: 900px) {
  .header nav {
    right: 1em;
  }

  .header nav svg,
  .header nav img {
    max-width: 25px;
    height: auto;
  }
}

.header nav a {
  margin-right: 33px;
}

@media screen and (max-width: 900px) {
  .header nav a {
    margin-right: 15px;
  }
}

.header nav a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .header nav {
    position: relative;
    right: 0;
    padding: 10px 15px;
  }

  .header nav svg,
  .header nav img {
    max-width: 20px;
    height: auto;
  }

  .header nav .hide__small {
    display: none;
  }
}

.header__sticky {
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: fixed;
  padding: 1em 4em;
  opacity: 0;
  top: 0;
  width: 100dvw;
  left: 0;
}

@media screen and (max-width: 900px) {
  .header__sticky {
    padding: 1em 2em;
  }
}

@media screen and (max-width: 475px) {
  .header__sticky {
    padding: 1em;
    justify-content: space-between;
  }
}

.header__sticky svg {
  max-width: 120px;
  height: auto;
}

.header__sticky.is__active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header__sticky.bg__transparent {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.header__sticky.bg__marble {
  background-image: url("/content/themes/apollo/assets/img/bg/marble.jpg");
  background-position: center;
  background-size: contain;
  color: var(--black);
}

.header__sticky.bg__marble ::-moz-selection {
  background-color: var(--black);
  color: var(--red);
}

.header__sticky.bg__marble ::selection {
  background-color: var(--black);
  color: var(--red);
}

.header__sticky nav {
  padding: 10px 15px;
}

@media screen and (max-width: 475px) {
  .header__sticky nav {
    position: relative;
    right: 0;
  }
}

.header__sticky nav a {
  margin-right: 15px;
}

.header__sticky nav svg,
.header__sticky nav img {
  max-width: 20px;
}

.header__sticky nav .dark {
  display: none;
}

.header__sticky .header__logo {
  max-width: 120px;
}

.header__sticky .header__logo > .dark {
  display: none;
}

.header__sticky.bg__white nav,
.header__sticky.bg__marble nav {
  border-color: black;
}

.header__sticky.bg__white svg,
.header__sticky.bg__marble svg {
  color: black;
}

.header__sticky.bg__white .white,
.header__sticky.bg__marble .white {
  display: none;
}

.header__sticky.bg__white .dark,
.header__sticky.bg__marble .dark {
  display: block;
}

.footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  margin-top: 5em;
}

.footer__logos li {
  flex: none !important;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.footer__newsletter {
  margin: 0 0 3em;
}

.footer__newsletter h4 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 20px;
}

.footer__newsletter label {
  font-size: 9px;
}

.footer__newsletter input[type=email] {
  background-color: transparent;
  flex: 1;
}

.footer__newsletter input[type=email]::-moz-placeholder {
  color: var(--black);
}

.footer__newsletter input[type=email]::placeholder {
  color: var(--black);
}

.footer__newsletter .button {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0;
}

.footer ul {
  font-size: 15px;
  color: var(--text-black);
  display: flex;
  flex-direction: column;
  line-height: 32px;
}

.footer ul.footer__row {
  flex-direction: row;
}

.footer ul.full {
  flex: 1;
}

@media screen and (max-width: 800px) {
  .footer ul.full {
    align-items: center;
  }
}

.footer ul a:hover {
  text-decoration: underline;
}

.footer ul a {
  text-transform: uppercase;
}

.footer li {
  display: flex;
  flex: 1;
}

.footer .margin {
  margin-bottom: 4em;
}

.footer__main {
  padding: 3em 1em;
}

.footer__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .footer__section {
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .footer__center {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .footer__socl li {
    justify-content: center;
  }
}

.footer__col {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .footer__col {
    margin-bottom: 2em;
  }
}

.footer__center {
  align-items: center;
}

.footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer__bottom {
  padding: 2em 1em;
  font-size: 15px;
  color: white;
  background-color: black;
}

.footer__bottom a {
  color: white;
}

.footer__bottom ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__bottom ul.footer__row {
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .footer__bottom ul.footer__row {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 500px) {
  .footer__bottom ul.footer__row {
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom ul.footer__row li {
    margin-right: 0;
  }
}

.footer__bottom li {
  margin-right: 3.5em;
  text-transform: uppercase;
}

.footer__bottom li:last-child {
  margin-right: 0;
}

.footer__bottom .section__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .footer__bottom .section__contain {
    flex-direction: column;
  }
}

.section {
  padding: 1em;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.section__border {
  display: flex;
  flex-direction: row;
  height: 15px;
  background-repeat: repeat-x;
  position: relative;
  background-position: center;
}

.section__border.push__up {
  margin-top: -8px;
}

.section__border.bar {
  position: absolute;
  left: -1em;
  height: 5px;
  width: calc(100% + 1em);
  background-size: cover;
  top: 0;
}

.section__border.tilted {
  position: absolute;
  left: -1em;
  right: 0;
  height: 55px;
  background-size: contain;
  rotate: -2deg;
  background-color: var(--white);
}

.section__border.tilted.top__edge {
  top: -27.5px;
}

.section__border.tilted.bottom__edge {
  bottom: -27.5px;
}

.section__border.ribbon {
  position: absolute;
  left: -1em;
  height: 24px;
  width: calc(100% + 1em);
}

.section__border.ribbon.top__edge {
  top: -21px;
}

.section__border.ribbon.bottom__edge {
  bottom: -21px;
}

.section__border.triangle {
  width: calc(100% + 1em);
  position: absolute;
  left: -1em;
  height: 30px;
}

.section__border.triangle.top__edge {
  top: -3px;
}

.section__border.trapezoid {
  width: calc(100% + 1em);
  position: absolute;
  left: -1em;
}

.section__border.trapezoid.top__edge {
  top: -1px;
}

.section__border.cloud {
  position: absolute;
  height: 51px;
  left: -1em;
  width: calc(100% + 1em);
}

.section__border.cloud.top__edge {
  top: -51px;
}

.section__border.cloud.bottom__edge {
  bottom: -51px;
}

.section__border.inverted {
  transform: rotate(-180deg);
}

.section__border.with__image img {
  position: absolute;
  left: 0;
  top: 16px;
  background-color: var(--bg-white);
}

.section.header__padding {
  padding-top: calc(128px + 4rem);
}

@media screen and (max-width: 900px) {
  .section.header__padding {
    padding-top: calc(96px + 2rem);
  }
}

.section.with--canvas {
  position: relative;
  overflow: hidden;
}

.section.with--canvas canvas {
  z-index: 0;
  min-width: 150%;
  min-height: 150%;
  position: absolute;
  left: -150px;
  right: -150px;
  top: -150px;
  bottom: -150px;
}

.section.no__padding--top {
  padding-top: 0;
}

.section.no__padding--bottom {
  padding-top: 0;
}

.section__content {
  z-index: 1;
}

.section__content p {
  margin: 1em 0;
  font-size: 20px;
  line-height: 27px;
}

.section__contain {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.section__row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .section__row {
    flex-direction: column;
  }
}

.section__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0px;
  background-position: top center;
  background-size: 95%;
}

.section__bg--spades {
  background-image: url("/content/themes/apollo/assets/svg/bg-spades.svg");
}

.section__column {
  display: flex;
  flex-direction: column;
}

.section__article {
  display: flex;
  flex-direction: column;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.section__article p {
  margin: 1em 0;
}

.section__divider {
  margin: 3em 0 2em;
  max-width: 100%;
  height: auto;
}

.section__divider.top {
  margin-top: 0;
}

.section__divider.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__divider svg {
  max-width: 100%;
}

.section__middle {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col__full {
  width: 100%;
}

.col__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 32px auto;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.col__container.column {
  flex-direction: column;
}

.col__1 {
  width: calc(8.3333333333% - 16px);
  flex-shrink: 0;
}

.col__1.no__gap {
  width: 8.3333333333%;
}

@media screen and (max-width: 600px) {
  .col__1.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__1 {
    width: 100%;
  }
}

.col__2 {
  width: calc(16.6666666667% - 16px);
  flex-shrink: 0;
}

.col__2.no__gap {
  width: 16.6666666667%;
}

@media screen and (max-width: 600px) {
  .col__2.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__2 {
    width: 100%;
  }
}

.col__3 {
  width: calc(25% - 16px);
  flex-shrink: 0;
}

.col__3.no__gap {
  width: 25%;
}

@media screen and (max-width: 600px) {
  .col__3.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .col__3 {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .col__3 {
    width: 100%;
  }
}

.col__4 {
  width: calc(33.3333333333% - 16px);
  flex-shrink: 0;
}

.col__4.no__gap {
  width: 33.3333333333%;
}

@media screen and (max-width: 600px) {
  .col__4.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .col__4 {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .col__4 {
    width: 100%;
  }
}

.col__5 {
  width: calc(41.6666666667% - 16px);
  flex-shrink: 0;
}

.col__5.no__gap {
  width: 41.6666666667%;
}

@media screen and (max-width: 600px) {
  .col__5.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__5 {
    width: 100%;
  }
}

.col__6 {
  width: calc(50% - 16px);
  flex-shrink: 0;
}

.col__6.no__gap {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .col__6.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__6 {
    width: 100%;
  }
}

.col__7 {
  width: calc(58.3333333333% - 16px);
  flex-shrink: 0;
}

.col__7.no__gap {
  width: 58.3333333333%;
}

@media screen and (max-width: 600px) {
  .col__7.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__7 {
    width: 100%;
  }
}

.col__8 {
  width: calc(66.6666666667% - 16px);
  flex-shrink: 0;
}

.col__8.no__gap {
  width: 66.6666666667%;
}

@media screen and (max-width: 600px) {
  .col__8.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .col__8 {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 600px) {
  .col__8 {
    width: 100%;
  }
}

.col__9 {
  width: calc(75% - 16px);
  flex-shrink: 0;
}

.col__9.no__gap {
  width: 75%;
}

@media screen and (max-width: 600px) {
  .col__9.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__9 {
    width: 100%;
  }
}

.col__10 {
  width: calc(83.3333333333% - 16px);
  flex-shrink: 0;
}

.col__10.no__gap {
  width: 83.3333333333%;
}

@media screen and (max-width: 600px) {
  .col__10.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__10 {
    width: 100%;
  }
}

.col__11 {
  width: calc(91.6666666667% - 16px);
  flex-shrink: 0;
}

.col__11.no__gap {
  width: 91.6666666667%;
}

@media screen and (max-width: 600px) {
  .col__11.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__11 {
    width: 100%;
  }
}

.col__12 {
  width: 100%;
  flex-shrink: 0;
}

.col__12.no__gap {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .col__12.no__gap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col__12 {
    width: 100%;
  }
}

.col__DEMO {
  background-color: var(--lightgrey);
  min-height: 384px;
  border-radius: var(--border-radius-large);
}

.grid__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}

.grid__DEMO {
  background-color: var(--grey);
  min-height: 384px;
  border-radius: var(--border-radius-large);
}

.grid__item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  min-width: 200px;
}

.grid__item--half {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  flex: 2;
  flex-shrink: 0;
  min-width: 45%;
}

.grid__item--twothird {
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
  flex: 3;
  flex-shrink: 0;
}

.block__home {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: end;
  align-items: center;
  position: relative;
}

.block__home h1 {
  font-size: clamp(80px, 12.5vw, 120px);
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 5px 4px 17px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.4em;
}

@media screen and (max-width: 600px) {
  .block__home h1 {
    font-size: clamp(45px, 12vw, 80px);
  }
}

.block__home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.block__home a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  margin-top: 3em;
  display: inline-flex;
}

.block__home span {
  font-family: var(--font-headline);
  font-weight: bold;
  color: white;
  font-size: 25px;
  text-shadow: 5px 4px 17px rgba(0, 0, 0, 0.6);
}

.block__home .section__contain {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}

.block__news--content {
  max-width: 420px;
}

.block__news--content p {
  margin: 15px 0 64px 0;
}

.block__history--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.block__history--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block__history--left .button {
  margin-top: 48px;
  align-self: flex-start;
}

.block__history--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block__history--right .title__custom {
  margin-bottom: -75px;
  z-index: 1;
}

.block__history .module__media {
  margin-right: 3.25em;
}

.block__quote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.block__quote blockquote {
  font-family: var(--font-headlines);
  font-weight: 100;
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.block__quote span {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.block__newsletter {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.block__newsletter h2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -2px;
  text-align: left;
}

.block__newsletter .input {
  background-color: var(--bg-white);
}

.block__event--media {
  margin-top: -10em;
}

@media screen and (max-width: 1124px) {
  .block__event--media {
    margin-top: 0;
  }
}

.block__event--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.block__event .section__contain {
  position: relative;
}

.block__event .module__balloon {
  position: absolute;
  z-index: 1;
  top: -160px;
  left: 0;
}

.block__contact--nav {
  padding-right: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 60px;
  position: relative;
}

.block__contact--nav a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  font-family: var(--font-extra-condensed);
  font-weight: 900;
  font-size: 52px;
  border-radius: var(--border-radius-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 270px;
  width: 270px;
  padding: 1em;
  text-transform: uppercase;
}

.block__contact--nav a.large {
  width: 600px;
  align-self: flex-end;
}

.block__contact--nav a:hover {
  box-shadow: var(--shadow-medium);
}

.block__contact .animated__image {
  position: absolute;
  right: -80px;
  top: 0;
}

.block__contact .title__contact {
  margin-top: -60px;
}

.block__shop {
  position: relative;
  padding-top: 15em;
}

.block__shop .module__moon {
  position: absolute;
  left: -15%;
  top: 0;
}

.block__shop .module__shop--teaser {
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .block__shop .module__shop--teaser {
    width: 100%;
  }
}

.block__shop .module__slider--container {
  margin-right: 2em;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 900px) {
  .block__shop .module__slider--container {
    margin-right: 0;
    margin-left: 0;
  }
}

.block__shop .module__slider--controls {
  justify-content: start;
}

.block__shop .module__slider--controls button:first-child {
  margin-right: 2em;
}

@media screen and (max-width: 600px) {
  .block__shop .section__row {
    flex-direction: column-reverse;
  }

  .block__shop .module__slider--controls {
    margin-bottom: 0em;
  }
}

.block__content {
  padding: 2em 2em 4em 0;
}

.block__content .button {
  margin-top: 2em;
  min-width: 240px;
  text-align: center;
  justify-content: center;
}

.block__video--text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block__video .block__content {
  font-size: 40px;
  padding: 2em 0 0 0;
}

.block__video .block__content p {
  margin: 1em 0;
}

.block__video .block__content p:first-child,
.block__video .block__content p:last-child {
  margin-top: 0;
}

.animated__image {
  flex-shrink: 0;
}

.ticket {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  flex-direction: row;
  color: black;
  margin-bottom: 25px;
  position: relative;
  text-decoration: none;
  width: 427px;
}

.ticket:last-child {
  opacity: 0.4;
}

.ticket:last-child:hover {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .ticket {
    width: 427px;
  }
}

.ticket__content {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  padding: 26px 24px 13px 17px;
}

.ticket__content--meta span {
  font-size: 16px;
  font-weight: 200;
  z-index: 2;
}

.ticket__content--meta {
  z-index: 2;
}

.ticket__content span {
  font-family: var(--font-condensed);
  font-size: 16px;
  font-weight: 200;
  z-index: 2;
}

.ticket__content svg {
  position: absolute;
  width: 320px;
  left: 0;
  bottom: 0;
  top: 0;
}

@media screen and (max-width: 400px) {
  .ticket__content {
    padding: 22px 14px 13px 12px;
    max-width: 230px;
  }

  .ticket__content svg {
    width: 220px;
  }
}

.ticket__link {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  font-family: var(--font-headlines);
  font-size: 20px;
  text-align: center;
  font-weight: 100;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 99px;
  translate: -11px;
}

.ticket__link span.underline {
  text-decoration: underline;
}

@media screen and (max-width: 400px) {
  .ticket__link span.underline {
    margin-top: 5px;
  }
}

.ticket__link span {
  z-index: 2;
}

.ticket__link svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 400px) {
  .ticket__link {
    width: 68px;
    translate: -10px -0.5px;
  }

  .ticket__link span {
    font-size: 0.9em;
  }

  .ticket__link svg {
    width: 69px;
  }
}

.ticket h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.ticket:hover .ticket__content {
  translate: -3px;
  transform: rotate(-2deg);
}

.ticket:hover .ticket__link {
  translate: 1px;
  transform: rotate(5deg);
}

.title__custom {
  display: flex;
  flex-direction: column;
}

.title__custom.max__width {
  max-width: 745px;
}

.title__custom h2 {
  font-family: var(--font-headline);
  font-size: clamp(80px, 12.5vw, 140px);
  letter-spacing: -2px;
  line-height: 1.1;
}

.title__custom.gold {
  color: var(--gold);
}

.title__custom.middle {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.title__custom--row {
  display: flex;
  flex-direction: row;
}

.title__custom--row.apart {
  justify-content: space-between;
}

.title__custom--row h2 {
  font-family: var(--font-headlines);
  font-size: clamp(50px, 9.5vw, 100px);
}

.title__custom--row svg {
  margin-right: 15px;
}

.title__custom svg {
  flex-shrink: 0;
}

.title__custom .button {
  margin-top: 64px;
}

.title__custom span {
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-top: 1em;
  text-align: right;
  margin-left: 1em;
}

.title__custom .button {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 280px;
}

.title__large {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.title__large.right {
  text-align: right;
}

.title__large h2 {
  font-family: var(--font-headlines);
  font-weight: 200;
  font-size: 180px;
  line-height: 0.8em;
  margin-right: 1.2em;
}

.title__large h2.alt {
  font-family: var(--font-extra-condensed);
  font-weight: 900;
  margin-right: 0;
  font-size: 220px;
}

.title__contact {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.title__contact h2 {
  font-family: var(--font-headlines);
  font-weight: 200;
  font-size: 85px;
  line-height: 0.8em;
  margin-right: 1.2em;
  letter-spacing: -2px;
}

.title__contact h2.alt {
  font-family: var(--font-extra-condensed);
  font-weight: 900;
  margin-right: 0;
  font-size: 220px;
  letter-spacing: -8px;
}

.module__media {
  border-radius: var(--border-radius-large);
  overflow: hidden;
  position: relative;
}

.module__media.video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module__media.sticky {
  position: sticky;
  top: 65px;
}

@media screen and (max-width: 600px) {
  .module__signup {
    margin-top: 32px;
  }
}

.module__signup form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .module__signup form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.module__signup label {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  text-align: left;
  margin-top: 25px;
}

.module__signup label input {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  margin-left: -2px;
}

.module__signup--row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.module__signup--col {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .module__signup--col {
    margin-bottom: 2em;
    justify-content: center;
    align-items: center;
  }
}

.module__signup .input {
  max-width: 312px;
}

.module__balloon--cloud {
  position: absolute;
}

.module__balloon--cloud.left {
  left: -80px;
  bottom: 20px;
}

.module__balloon--cloud.right {
  right: -105px;
  bottom: 120px;
}

.module__shop--teaser {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-color: var(--white);
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--border-grey);
  overflow: hidden;
  scroll-snap-align: center;
  position: relative;
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.module__shop--teaser.minimized,
.module__shop--teaser.show__row {
  flex-direction: row;
  justify-content: space-between;
}

.module__shop--teaser.show__row img {
  max-width: 40%;
  padding: 0;
}

.module__shop--teaser.has__shadow,
.module__shop--teaser.with__shadow {
  position: relative;
  box-shadow: var(--shadow-medium-teaser);
}

.module__shop--teaser.has__shadow:hover,
.module__shop--teaser.with__shadow:hover {
  box-shadow: var(--shadow-medium);
}

.module__shop--teaser.first {
  opacity: 0.5;
}

.module__shop--teaser.second {
  opacity: 0.75;
}

.module__shop--teaser:hover {
  opacity: 1;
}

.module__shop--teaser--content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module__shop--teaser h3 {
  margin-bottom: 9px;
}

.module__shop--teaser img {
  padding: 38px;
}

.module__shop--teaser p {
  max-height: 150px;
  text-overflow: ellipsis;
  white-space: break-spaces;
  overflow: hidden;
  position: relative;
}

.module__shop--teaser a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.module__shop--teaser .meta {
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.module__shop--teaser .meta div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.module__shop--teaser .meta div span {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  border: 1px solid var(--black);
  width: 25%;
}

.module__shop--teaser .meta div:hover span {
  width: 100%;
}

.module__shop--teaser .meta a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

.module__shop--teaser.minimized p {
  display: none;
}

.module__shop--teaser.minimized img {
  max-width: 120px;
  padding: 0;
}

.module__shop--teaser svg {
  position: absolute;
  bottom: 21px;
  right: 21px;
}

.module__article--teaser {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-color: var(--white);
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--border-grey);
  overflow: hidden;
  scroll-snap-align: center;
  position: relative;
}

.module__article--teaser.active,
.module__article--teaser.with__shadow {
  box-shadow: var(--shadow-medium-teaser);
}

.module__article--teaser:hover {
  box-shadow: var(--shadow-medium);
}

.module__article--teaser--content {
  padding: 20px 70px;
}

.col__3 .module__article--teaser--content {
  padding: 20px 35px;
}

@media screen and (max-width: 900px) {
  .module__article--teaser--content {
    padding: 20px 35px;
  }
}

.module__article--teaser h3 {
  margin-bottom: 9px;
}

.module__article--teaser p {
  max-height: 150px;
  text-overflow: ellipsis;
  white-space: break-spaces;
  overflow: hidden;
  position: relative;
}

.module__article--teaser span {
  margin-top: 2em;
  display: inline-flex;
  font-weight: 300;
}

.module__article--teaser a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.module__article--teaser svg {
  position: absolute;
  bottom: 21px;
  right: 21px;
}

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

.module__slider--container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding: 2em;
  margin-left: -2em;
  scrollbar-width: none;
}

.module__slider--container.end {
  align-items: flex-end;
}

.module__slider--container::-webkit-scrollbar {
  display: none;
}

.module__slider--controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.module__slider--controls button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.module__slider--controls button.flip {
  transform: rotate(-180deg);
}

.module__slider--fade {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  bottom: 0;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .module__slider--fade {
    display: none !important;
  }
}

.module__slider .flip {
  transform: rotate(-180deg);
}

.module__slider .hidden {
  opacity: 0;
  visibility: hidden;
}

.module__slider .overflow {
  margin-right: -88px;
}

@media screen and (max-width: 1400px) {
  .module__slider .overflow {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .module__slider .overflow {
    margin-right: 0;
  }
}

.module__slider .overflow__small {
  padding-right: 40px;
}

.module__headline--cta span {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 0.5em;
}

.module__headline--cta h2 {
  font-family: var(--font-extra-condensed);
  font-size: 80px;
  line-height: 81px;
  margin-bottom: 0.5em;
  font-weight: 800;
}

.module__headline--cta .button {
  min-width: 176px;
  justify-content: center;
  align-items: center;
}

.module__headline--cta.center {
  text-align: center;
}

.module__headline--cta.with__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -4em;
  margin-right: -4em;
}

@media screen and (max-width: 900px) {
  .module__headline--cta.with__image {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.module__headline--cta.with__image .tagline {
  display: none;
}

@media screen and (max-width: 900px) {
  .module__headline--cta.with__image .tagline {
    display: inline-flex;
  }
}

.module__headline--cta.with__image div.content {
  padding: 1em;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .module__headline--cta.with__image div.content {
    width: 100%;
  }

  .module__headline--cta.with__image div.content span {
    display: none;
  }
}

.module__headline--cta.with__image div.image {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .module__headline--cta.with__image div.image {
    width: 100%;
  }
}

.module__headline--cta--alt {
  padding: 4em 2em;
  border: 1px solid var(--black);
  border-radius: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.module__headline--cta--alt video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.module__headline--cta--alt span {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 0.5em;
  z-index: 2;
  position: relative;
}

.module__headline--cta--alt h2 {
  font-family: var(--font-headline);
  font-size: 80px;
  line-height: 81px;
  margin-bottom: 0.5em;
  font-weight: 800;
  z-index: 2;
  position: relative;
}

.module__headline--cta--alt .button {
  min-width: 176px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.module__headline--cta--alt.center {
  text-align: center;
}

.module__headline--cta--alt.with__image {
  color: var(--white);
}

.module__reference {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  padding: 42px 0;
  min-width: 280px;
  background-color: white;
  border-radius: var(--border-radius-large);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0 12px 22px;
  box-shadow: var(--shadow-tiny);
}

.module__reference:hover {
  box-shadow: var(--shadow-medium);
}

.module__teaser {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  min-height: 533px;
  padding: 60px 45px;
  background-position: center;
  background-size: cover;
  border-radius: var(--border-radius-medium);
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.module__teaser:hover {
  box-shadow: var(--shadow-medium);
}

.module__teaser h3 {
  font-family: var(--font-extra-condensed);
  font-weight: 800;
  font-size: 70px;
  color: white;
  line-height: 0.9;
  z-index: 1;
}

.module__teaser.third {
  width: 30%;
  min-height: 575px;
  padding: 48px 24px;
}

.module__teaser.two-third {
  width: 65%;
  min-height: 628px;
}

.module__teaser.full {
  width: 100%;
  min-height: 530px;
}

.module__teaser .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.module__press {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  border-radius: var(--border-radius-medium);
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-medium-teaser);
}

.module__press:hover {
  box-shadow: var(--shadow-medium);
}

.module__press--header {
  display: flex;
  flex-direction: column;
  padding: 2em 1em;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--lightgrey);
}

.module__press--content {
  display: flex;
  flex-direction: column;
  padding: 1em 2.5em;
  position: relative;
  font-size: 22px;
}

.module__press h4 {
  font-weight: 800;
}

.module__press p,
.module__press span {
  font-size: 18px;
  margin-bottom: 0;
}

.module__press svg {
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.module__press a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.module__job {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid var(--black);
  margin-bottom: 2em;
}

.module__job--content {
  margin-right: 2em;
}

.module__job--actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.module__job--actions svg {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.module__job--actions svg:first-child {
  margin-right: 2em;
}

.module__job--actions svg:hover {
  color: var(--green);
}

.module__contactcard {
  padding: 25px;
  border-radius: var(--border-radius-medium);
  background-color: var(--white);
  box-shadow: var(--shadow-medium-teaser);
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-wrap: wrap;
}

.module__contactcard span {
  font-size: 12px;
}

.module__contactcard h6 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}

.module__contactcard--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1em;
  flex-wrap: wrap;
}

.module__contactcard--content img {
  margin-right: 30px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.module__contactcard--details ul {
  margin-top: 5px;
}

.module__contactcard--details li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.module__contactcard--details svg {
  margin-right: 15px;
  width: 20px;
  height: auto;
}

.module__contactcard--details a:hover {
  text-decoration: underline;
}

.module__contact {
  display: flex;
  flex-direction: row;
}

.module__contact.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 900px) {
  .module__contact {
    flex-direction: column;
  }
}

.module__contact--form {
  background-color: var(--white);
  padding: 3em 2em 2em 2em;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--shadow-medium-teaser);
  display: flex;
  flex-direction: column;
  min-width: 480px;
}

@media screen and (max-width: 900px) {
  .module__contact--form {
    min-width: 100%;
  }
}

.module__contact--form--section {
  display: flex;
  flex-direction: column;
}

.module__contact--form input,
.module__contact--form textarea {
  margin: 1em 0;
}

.module__contact--form input[type=checkbox] {
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.module__contact--form label {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  text-align: left;
  align-items: center;
}

.module__contact--form button {
  margin-top: 1em;
}

.module__city,
.module__city--teaser {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--shadow-medium-teaser);
  overflow: hidden;
  position: relative;
}

.module__city:hover,
.module__city--teaser:hover {
  box-shadow: var(--shadow-medium);
}

@media screen and (max-width: 600px) {
  .module__city,
  .module__city--teaser {
    flex-direction: column;
    align-items: flex-start;
  }
}

.module__city .cta__link,
.module__city--teaser .cta__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.module__city.is__link:hover > .module__city--teaser--content a span,
.module__city--teaser.is__link:hover > .module__city--teaser--content a span {
  width: 100%;
}

.module__city img,
.module__city--img,
.module__city--teaser img,
.module__city--teaser--img {
  display: flex;
  flex: 1;
  max-width: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
}

@media screen and (max-width: 600px) {
  .module__city img,
  .module__city--img,
  .module__city--teaser img,
  .module__city--teaser--img {
    width: 100%;
    height: 180px;
    max-width: none;
    flex: none;
  }
}

.module__city--content,
.module__city--teaser--content {
  display: flex;
  flex-direction: column;
  flex: 2;
  margin: 2em;
}

.module__city--content h3,
.module__city--teaser--content h3 {
  font-size: 30px;
  font-weight: 700;
}

.module__city--content time,
.module__city--teaser--content time {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .module__city--content time,
  .module__city--teaser--content time {
    font-size: 18px;
  }
}

.module__city--content a,
.module__city--teaser--content a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1em;
  align-self: flex-start;
  align-items: center;
}

.module__city--content a span,
.module__city--teaser--content a span {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  border-bottom: 2px solid var(--black);
  width: 25%;
}

.module__city--content a:hover span,
.module__city--teaser--content a:hover span {
  width: 100%;
}

.module__city--cta,
.module__city--teaser--cta {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  flex: 1;
  max-width: 210px;
  background-color: var(--black);
  align-self: stretch;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

.module__city--cta:hover,
.module__city--teaser--cta:hover {
  background-color: var(--green);
}

@media screen and (max-width: 600px) {
  .module__city--cta,
  .module__city--teaser--cta {
    width: 100%;
    max-width: none;
  }
}

.module__newsletter {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  visibility: visible;
  overflow: scroll;
  padding: 0 1em;
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  .module__newsletter {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

.module__newsletter.closed {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
}

.module__newsletter button.close {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  right: 1em;
  top: 1em;
  opacity: 0.6;
}

.module__newsletter button.close:hover {
  opacity: 1;
}

.module__newsletter button.close svg {
  color: var(--white);
}

.module__newsletter--container {
  max-width: 800px;
  padding: 2em;
  border-radius: var(--border-radius-medium);
  color: var(--white);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.module__newsletter--container h3 {
  font-family: var(--font-main);
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0.5em;
}

.module__newsletter--container p {
  font-size: 20px;
  line-height: 1.1;
}

.module__newsletter--container img {
  margin: -4em 0 -4em -4em;
}

@media screen and (max-width: 700px) {
  .module__newsletter--container img {
    display: none;
  }
}

.module__newsletter--content .module__signup {
  margin-top: 2em;
}

.module__newsletter--content .module__signup .input {
  max-width: 100%;
  width: 100%;
}

.module__newsletter--content .module__signup--col {
  margin-right: 2em;
}

@media screen and (max-width: 600px) {
  .module__newsletter--content .module__signup--col {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .module__newsletter--content .module__signup button {
    width: 100%;
    justify-content: center;
  }
}

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

.module__imageslider--main {
  display: flex;
  flex-direction: column;
  position: relative;
}

.module__imageslider img {
  border-radius: var(--border-radius-large);
  scroll-snap-align: center;
}

.module__imageslider button {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: calc(50% - 33.5px);
  opacity: 0.7;
}

.module__imageslider button:hover {
  opacity: 1;
}

.module__imageslider button.right {
  right: 1em;
}

.module__imageslider button.left {
  left: 1em;
}

@media screen and (max-width: 600px) {
  .module__imageslider button {
    top: calc(50% - 12.5px);
  }

  .module__imageslider button svg {
    max-width: 25px;
    height: auto;
  }
}

.module__imageslider--slider {
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  border-radius: var(--border-radius-large);
  scrollbar-width: none;
}

.module__imageslider--slider::-webkit-scrollbar {
  display: none;
}

.module__imageslider--nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1em;
  gap: 5px;
}

.module__imageslider li {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-color: var(--white);
  opacity: 0.5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .module__imageslider li {
    width: 12px;
    height: 12px;
  }
}

.module__imageslider li.active,
.module__imageslider li:hover {
  opacity: 1;
}

.module__filter {
  display: flex;
  flex-direction: column;
}

.module__filter--nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.module__filter--nav button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.module__filter--nav button:last {
  margin-right: 0;
}

.module__filter--container {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}

.module__filter--container.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin: 32px 0;
}

.module__filter .module__press,
.module__filter .module__article--teaser {
  margin-bottom: 2em;
}

.module__tabs {
  display: flex;
  flex-direction: column;
}

.module__tabs--nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .module__tabs--nav {
    gap: 10px;
  }
}

.module__tabs--nav button {
  margin-bottom: 0.5em;
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.module__tabs--nav button:last {
  margin-right: 0;
}

.module__tabs--nav button.button__tab {
  opacity: 0.5;
}

.module__tabs--nav button.button__tab:hover {
  opacity: 1;
  border-color: var(--black);
}

.module__tabs--nav button.button__tab.active {
  opacity: 1;
  margin-bottom: 0;
  color: var(--black);
  background-color: var(--bg-white);
  margin-bottom: -1px;
  border-bottom: 0;
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}

.module__tabs--container {
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}

.module__tabs--container.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1em 2em;
  border: 1px solid var(--black);
  border-radius: var(--border-radius-small);
  z-index: 1;
  display: block;
}

.module__tabs--container.active:first-child {
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) var(--border-radius-small);
}

.module__tabs--container.active:last-child {
  border-radius: var(--border-radius-small) 0 var(--border-radius-small) var(--border-radius-small);
}

.module__location--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 1.5em 0;
}

.module__location--cta h3 {
  font-size: var(--step--4);
  line-height: 1;
}

.module__location--cta button {
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 600;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  font-size: 18px;
}

@media screen and (max-width: 950px) {
  .module__location--cta button {
    position: relative;
    bottom: 0;
    margin-top: 1em;
  }
}

.module__location--cta button svg {
  margin-right: 1em;
}

.module__drawer {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: fixed;
  visibility: hidden;
  bottom: -100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
}

.module__drawer.open {
  visibility: visible;
  height: 100vh;
  bottom: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.module__drawer--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.module__drawer--container {
  background-color: var(--bg-white);
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
  box-shadow: var(--shadow-large);
  z-index: 10;
}

.module__drawer--cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2em 4em;
}

.gallery .module__drawer--cta {
  justify-content: flex-start;
  position: fixed;
  width: 100%;
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5em 2em;
  margin-top: -1px;
}

.gallery .module__drawer--cta button {
  right: 2em;
}

@media screen and (max-width: 700px) {
  .gallery .module__drawer--cta {
    justify-content: space-between;
  }

  .gallery .module__drawer--cta button {
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  .module__drawer--cta {
    padding: 2em;
  }
}

.module__drawer--cta h3 {
  font-size: var(--step--6);
  font-family: var(--font-extra-condensed);
  font-weight: 700;
  line-height: 1;
}

.module__drawer--cta button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  right: 4em;
}

.module__drawer--cta button.fade {
  opacity: 0.2;
}

.module__drawer--cta button:hover {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .module__drawer--cta {
    justify-content: space-between;
  }

  .module__drawer--cta button {
    position: relative;
    margin-left: 1em;
    right: 0;
  }
}

.module__drawer--cta--headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.module__drawer--cta--headline h3 {
  border-right: 3px solid;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 0.9;
  font-size: 28px;
}

.module__drawer--cta--headline p {
  margin: 0;
}

.module__drawer--content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 2em 4em;
  z-index: 10;
}

.gallery .module__drawer--content {
  max-height: 99vh;
  padding: 6em 2em 2em;
}

@media screen and (max-width: 700px) {
  .module__drawer--content {
    padding: 2em;
  }
}

.module__drawer--content.location {
  gap: 16px;
  justify-content: space-around;
}

.module__drawer--content.location .module__city--teaser {
  width: 48%;
}

@media screen and (max-width: 700px) {
  .module__drawer--content.location .module__city--teaser {
    width: 100%;
  }
}

.module__drawer--content.media {
  gap: 16px;
  justify-content: space-around;
}

.module__drawer--content.media img,
.module__drawer--content.media video {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .module__drawer--content.media img,
  .module__drawer--content.media video {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .module__drawer--content.media img,
  .module__drawer--content.media video {
    width: 100%;
  }
}

.module__drawer--details {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: -100vh;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5em 2em;
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
  box-shadow: var(--shadow-large);
  z-index: 1;
}

.module__drawer--details.open {
  visibility: visible;
  opacity: 1;
  height: 91vh;
  bottom: 0;
  z-index: 120;
  display: flex;
}

.module__drawer--details button {
  position: absolute;
  top: calc(50% - 23px);
}

@media screen and (max-width: 900px) {
  .module__drawer--details button svg {
    max-width: 25px;
    height: auto;
  }
}

.module__drawer--details button.close {
  top: 1em;
  right: 2em;
}

.module__drawer--details button.right {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  right: 1em;
  opacity: 0.6;
}

.module__drawer--details button.right:hover {
  opacity: 1;
}

.module__drawer--details button.left {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  left: 1em;
  opacity: 0.6;
}

.module__drawer--details button.left:hover {
  opacity: 1;
}

.module__drawer--details--container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  align-items: center;
}

.module__drawer--details--container.end {
  align-items: flex-end;
}

.module__drawer--details--container::-webkit-scrollbar {
  display: none;
}

.module__drawer--details--item {
  display: flex;
  flex: 1;
  flex-direction: column;
  scroll-snap-align: center;
  position: relative;
  min-width: calc(100vw - 4em);
  justify-content: center;
  align-items: center;
}

.module__drawer--details--item img,
.module__drawer--details--item video {
  max-height: 60vh;
}

.module__drawer--details--item figcaption,
.module__drawer--details--item caption,
.module__drawer--details--item p {
  max-width: 600px;
  font-weight: 300;
  text-align: center;
  margin-top: 2em;
}

.module__gallery--teaser {
  cursor: pointer;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.module__gallery--teaser.reversed {
  flex-direction: column-reverse;
}

.module__gallery--teaser--headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2em;
}

.reversed .module__gallery--teaser--headline {
  margin-bottom: 0;
  margin-top: 1em;
}

.module__gallery--teaser--headline h3 {
  border-right: 3px solid;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 0.9;
}

.module__gallery--teaser--headline p {
  margin: 0;
}

.module__gallery--teaser--img {
  position: relative;
  cursor: pointer;
}

.module__gallery--teaser--img::before {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  content: "";
  background-color: var(--white);
  position: absolute;
  left: 7px;
  top: -7px;
  bottom: 7px;
  width: calc(100% - 14px);
  border-radius: var(--border-radius-large);
  z-index: 1;
  box-shadow: var(--shadow-small);
}

.module__gallery--teaser--img::after {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  content: "";
  background-color: var(--white);
  position: absolute;
  left: 14px;
  top: -14px;
  bottom: 14px;
  width: calc(100% - 14px);
  border-radius: var(--border-radius-large);
  z-index: 0;
  box-shadow: var(--shadow-small);
}

.module__gallery--teaser--img img {
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  max-width: calc(100% - 14px);
  z-index: 2;
  position: relative;
  box-shadow: var(--shadow-small);
}

.module__gallery--teaser--img:hover img {
  transform: rotate(-1.5deg) scale(1.03);
  box-shadow: var(--shadow-gallery);
}

.module__gallery--teaser--img:hover::after {
  transform: rotate(1.5deg);
  box-shadow: var(--shadow-gallery);
}

.module__gallery--teaser--img:hover::before {
  box-shadow: var(--shadow-gallery);
}

.module__stars {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: var(--blue);
}

.module__teaser--slider {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-left: -1em;
  margin-right: -1em;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .module__teaser--slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.module__teaser--slider--container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: hidden;
  padding: 1em 0;
  min-height: 652px;
  align-items: center;
  scrollbar-width: none;
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .module__teaser--slider--container {
    min-height: 535px;
  }
}

.module__teaser--slider--container {
  margin: 0 auto;
}

.module__teaser--slider--item {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  height: 620px;
  width: 414px;
  flex-shrink: 0;
  scroll-snap-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 2em;
  padding-bottom: 4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 207px 207px 32px 32px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 3px 6px 7px 4px rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  opacity: 0.8;
}

.module__teaser--slider--item .button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

@media screen and (max-width: 500px) {
  .module__teaser--slider--item {
    height: 500px;
    width: 100%;
  }
}

.module__teaser--slider--item.mini {
  transform: scale(0.7);
  opacity: 0.8;
}

.module__teaser--slider--item.active {
  transform: scale(1);
  opacity: 1;
}

.module__teaser--slider--item.active .button {
  opacity: 1;
}

.module__teaser--slider--nav {
  margin: 2em auto;
  display: flex;
  flex-direction: row;
}

.module__teaser--slider--nav .bg__velvet {
  color: white;
}

.module__teaser--slider--nav button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.module__teaser--slider--nav button:hover {
  transform: scale(0.95);
}

.module__teaser--slider--nav button svg {
  width: 60px;
}

@media screen and (max-width: 500px) {
  .module__teaser--slider--nav button svg {
    width: 40px;
  }
}

.module__teaser--slider--nav--meta {
  padding: 0 2em;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.module__teaser--slider--nav h3 {
  font-size: 50px;
  line-height: 50px;
  font-family: var(--font-headline);
  text-align: center;
}

@media screen and (max-width: 500px) {
  .module__teaser--slider--nav h3 {
    font-size: 36px;
  }
}

.module__teaser--slider--nav span {
  display: flex;
  font-weight: bold;
  padding-top: 1em;
  font-size: 25px;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100dvh;
  width: 100dvw;
  position: relative;
}

.menu button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: absolute;
  right: 2em;
  top: 2em;
  opacity: 0.6;
}

.menu button:hover {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .menu button {
    right: 1em;
    top: 1em;
  }
}

.menu.integrated {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: var(--white);
  visibility: visible;
  overflow: scroll;
}

.menu.closed {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
}

.menu__preview {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .menu__preview {
    display: none;
  }
}

.menu__main {
  display: flex;
  flex: 1;
  width: 60%;
  padding: 2em 6em 2em 2em;
}

@media screen and (max-width: 1000px) {
  .menu__main {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .menu__main {
    padding: 4em 1em 2em 1em;
  }
}

.menu__main--nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.menu__main--nav--item {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: calc(33.33% - 16px);
  padding: 2em 1.5em 2em;
  min-height: 300px;
  border-radius: var(--border-radius-menu);
}

@media screen and (max-width: 700px) {
  .menu__main--nav--item {
    width: 100%;
    min-height: auto;
  }
}

.menu__main--nav--item:hover {
  box-shadow: var(--shadow-menu);
}

.menu__main--nav--item h3 {
  font-size: 32px;
  font-family: var(--font-headlines);
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1;
}

.menu__main--nav--item a:hover {
  text-decoration: underline;
}

main {
  background-color: var(--bg-white);
  padding-top: calc(128px + 4rem);
  display: flex;
  flex-direction: column;
}

main.no__padding {
  padding-top: 0;
}


