@font-face {
  font-family: Poppins-KI;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-KI;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-KI;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --dark-grey: #ffffff59;
  --primary-color: black;
  --hover: #837666;
  --border-color: #a1988c66;
  --border: #a1988c66;
  --secondary-color: #873fab;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  font-family: Poppins-KI, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 1rem;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: .3rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.bigger {
  max-width: 60rem;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 15rem;
}

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

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  position: relative;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a1988c66;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: border-color .2s;
}

.button:hover {
  border-color: #fff;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.ani:hover {
  border-color: #fff;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  color: var(--dark-grey);
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-1x1-small {
  width: 2rem;
  max-width: 100%;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
  transition: color .2s;
}

.button-link.with-icon:hover {
  color: #fff;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.coopyright_text {
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.coopyright_text.created {
  padding-top: 3px;
}

.image-3 {
  width: 120px;
}

.image-3.inverted {
  filter: invert();
}

.blogpost1_content {
  margin-bottom: 4rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  background-color: var(--black);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  opacity: .7;
}

.cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--primary-color);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--black);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.cc-prefs_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.menu-icon_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_component {
  z-index: 1000;
  color: #fcfcfc;
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #0000 96%);
  align-items: center;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_link {
  color: #fff9;
  text-align: right;
  padding: 1rem 0 1rem 1rem;
  font-size: 1.375rem;
  line-height: 1.2;
  transition: color .3s;
  display: block;
}

.navbar_link:hover {
  color: var(--white);
  overflow: hidden;
}

.navbar_link:active, .navbar_link:focus {
  color: var(--dark-grey);
}

.navbar_link.w--current {
  color: var(--white);
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0;
}

.menu-icon {
  border: .5px solid var(--dark-grey);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  transform: scale(1.25);
}

.navbar_menu-button {
  z-index: 1001;
  padding: 0;
  position: relative;
}

.navbar_menu-button.w--open {
  background-color: #0000;
}

.navbar_menu-button.is-inverted {
  filter: invert();
}

.navbar_menu-button.is-inverted.w--open {
  z-index: 99999;
}

.menu-icon_line-middle-base {
  background-color: #fff;
  width: 24px;
  height: 1px;
  position: absolute;
}

.navbar_logo-link {
  z-index: 99999;
  width: 23rem;
  height: 5rem;
  overflow: hidden;
}

.navbar_menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto auto 7rem 17.4rem;
}

.navbar_button-wrapper {
  z-index: 1200;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.menu-icon_line-top {
  background-color: #fff;
  width: 24px;
  height: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_menu {
  border: 1px solid var(--dark-grey);
  background-color: var(--black);
  border-radius: 100%;
  align-items: flex-end;
  width: 60rem;
  height: 60rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: -30rem -30rem auto auto;
  overflow: visible;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-icon_line-middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-bottom {
  background-color: #fff;
  width: 24px;
  height: 1px;
}

.body {
  color: #fff;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.background-video-wrapper.is-bw {
  filter: grayscale(92%);
}

.section-header {
  position: relative;
}

.header_background-video {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-calendar {
  color: #ffffffa6;
  font-weight: 400;
}

.button-row.is-calendar:hover {
  color: var(--hover);
}

.button-row.is-releases {
  grid-row-gap: 0rem;
  color: #ffffffa6;
  font-weight: 400;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header-gradient {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #0000 19%), linear-gradient(to top, #000, #0000 31%);
  position: absolute;
  inset: 0%;
}

.section-layout-center {
  position: relative;
}

.container-xsmall {
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.c-calendar {
  background-image: url('../images/Group-46.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.calendar_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 28rem;
  max-width: 100%;
  display: grid;
  position: relative;
}

.calender_cms {
  max-width: 1100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.calendar_cms-list {
  position: relative;
}

.empty-state {
  background-color: #fcfcfc1a;
}

.link-button {
  grid-column-gap: .5rem;
  color: var(--dark-grey);
  text-align: center;
  align-items: center;
  margin-top: auto;
  padding: .75rem 1.5rem .75rem 0;
  font-weight: 400;
  display: flex;
}

.calendar_content {
  width: 100%;
  max-width: 40rem;
  padding-left: 2rem;
}

.calendar_card {
  border: .5px solid #a1988c66;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.veranstaltungsort {
  grid-column-gap: .25rem;
  grid-row-gap: 0px;
  margin-bottom: .25rem;
  display: flex;
}

.calendar-heading-wrapper {
  padding-left: 1rem;
}

.motive-1 {
  margin-bottom: -3rem;
}

.section-bio {
  background-image: linear-gradient(#0000 65%, #000 92%), url('../images/Group-45-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  align-items: center;
  width: 100%;
  min-height: 60rem;
  margin-top: 10rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.bio_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bio_cms {
  max-width: 600px;
  display: block;
}

.bio_content {
  max-width: 40rem;
  padding-left: 2rem;
}

.bio_rich-text {
  text-align: justify;
}

.tabs-content {
  margin-top: 20px;
}

.tabs-link {
  opacity: .44;
  background-color: #0000;
  border-left: 1px solid #fff;
  padding: .5rem;
}

.tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left: 1px solid #fff;
}

.tabs-link.is-first {
  border-left-style: none;
}

.tabs {
  margin-top: 30px;
}

.dropdown {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.dropdown-list {
  width: 100%;
  margin-top: 1rem;
}

.dropdown-list.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.tab-text {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}

.bio-tabs-menu {
  justify-content: center;
  display: flex;
}

.text-color-grey {
  color: var(--dark-grey);
}

.svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-content {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contactinformation {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.contactinformation:hover {
  color: var(--dark-grey);
}

.contact-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.kontakt-section {
  background-image: linear-gradient(#000 4%, #0000 50%), linear-gradient(#000, #000000d1 15%, #0000 39%);
  margin-top: 5vw;
  position: relative;
  overflow: hidden;
}

.image-bg {
  z-index: -1;
  width: 100%;
  margin-top: -32.4rem;
  position: relative;
}

.contact-image {
  width: 100%;
}

.video-wrapper {
  max-width: 42.5rem;
  position: relative;
}

.video-wrapper.align-center {
  border: 1px solid var(--dark-grey);
}

.video-thumbnail_wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff5c;
}

.play-icon {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 100%;
  display: flex;
  position: relative;
  left: .1rem;
}

.background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.background-image-wrapper.is-bw {
  filter: grayscale();
}

.background-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.fit-bottom {
  object-position: 50% 100%;
}

.section_full-img {
  position: relative;
}

.contact-component {
  border: 1px solid #a5a5a566;
  padding: 3rem 5rem;
  display: inline-block;
}

.contact-component.ani {
  background-color: var(--black);
}

.scroll-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 2.8rem 50%;
}

.div-block-3 {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner, #0000001a 12%, #0000 68%);
  margin: -.4rem;
  position: absolute;
  inset: 0%;
}

.scroll-text {
  text-align: center;
  width: 6rem;
  display: none;
}

.tabs-menu {
  grid-column-gap: 1rem;
  color: var(--dark-grey);
  border-bottom: 1px #00000026;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.tab-button {
  border: 1px solid var(--dark-grey);
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding: .75rem 2.5rem;
  transition: color .2s, background-color .2s;
}

.tab-button:hover {
  color: var(--white);
  border-color: #fff;
}

.tab-button.w--current {
  color: #fff;
  background-color: #fff0;
  border-style: solid;
  border-color: #fff;
}

.videos-full_width {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.videos-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.empty-state-2 {
  background-color: #0000;
}

.tabs-content-2 {
  text-align: left;
}

.videos-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.videos-rich-text h2 {
  text-transform: none;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.videos-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.videos-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.videos-rich-text h5, .videos-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.videos-rich-text p {
  margin-bottom: .3rem;
}

.videos-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.videos-rich-text a {
  text-decoration: underline;
}

.videos-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.gallery-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-columns {
  column-count: 2;
  column-gap: 1rem;
  width: 100%;
}

.gallery-item {
  width: 100%;
  margin-bottom: 1rem;
}

.kalender_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.kalender_item {
  border: 1px solid var(--dark-grey);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 23.75rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.collection-item {
  width: 100%;
}

.date-tag {
  grid-column-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e2e2e252;
  background-image: linear-gradient(#00000057, #00000057);
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.date-tag.is-modal {
  margin-bottom: auto;
}

.modal_background-overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_component {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_content-wrapper {
  border: 1px solid #a1988c66;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  position: relative;
  overflow: auto;
}

.modal_close-button {
  z-index: 99999;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.img-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.kalender-gradient {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #000000c2 23%, #0000 62%);
  position: absolute;
  inset: 0%;
}

.modal-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 23.75rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.modal-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.modal-rich-text h2 {
  text-transform: none;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.modal-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.modal-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.modal-rich-text h5, .modal-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.modal-rich-text p {
  margin-bottom: .3rem;
}

.modal-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.modal-rich-text a {
  text-decoration: underline;
}

.modal-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.calendar-bg-layer {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.calendar-container {
  width: 100%;
}

.logo {
  object-fit: fill;
  width: 23rem;
  max-width: none;
  height: 5rem;
  position: absolute;
}

.motive-2-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.motive-2-wrapper.is-hidden {
  display: none;
}

.motive-3-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: -9.3rem -21.7rem auto auto;
}

.motive-4-wrapper {
  z-index: 0;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.motive-5-wrapper {
  z-index: 0;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(180deg);
}

.empty-state-3 {
  background-color: #0000;
}

.aria-only {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.motive-6-wrapper {
  z-index: -1;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.is-hidden {
  display: none;
}

.videos-full_widths {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 900px;
  display: flex;
  overflow: hidden;
}

.swiper-slide.galler {
  border: 1px solid var(--border);
  text-align: left;
  border-radius: 0;
  width: 750px;
  display: block;
  overflow: visible;
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.arrow-slider-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.prev-slide {
  cursor: pointer;
  height: 35px;
  margin-right: 10px;
}

.c-media__wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.swiper-container {
  z-index: 10;
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.videos-lists {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.next-slide {
  cursor: pointer;
  height: 35px;
  margin-left: 10px;
}

.video-text {
  background-color: var(--black);
  padding: 1rem;
}

.video-text.is--off {
  display: none;
}

.play-icon-img {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0;
  bottom: 0;
  left: .1rem;
}

.section-ig {
  overflow: hidden;
}

.instagram-wrapper {
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff;
  max-width: 10rem;
  margin: 1rem auto;
  padding: 1rem;
}

.logo-wrapper.is--off {
  display: none;
}

.modal-bg-overlay {
  z-index: 0;
  background-color: var(--black);
  opacity: .68;
  position: absolute;
  inset: 0%;
}

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

.kalender-overlay {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.releases_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.releases_component.is--all {
  grid-template-columns: 1fr 1fr;
}

.releases_item {
  border: 1px solid var(--dark-grey);
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 29rem;
  min-height: 23.75rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.releases_overlay {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.releases_gradient {
  z-index: 1;
  background-image: linear-gradient(to top, #000, #000000c2 23%, #0000 62%);
  position: absolute;
  inset: 0%;
}

.releases_button-listen:hover {
  color: var(--hover);
}

.releases_button-listen.is-apple {
  width: 1.8rem;
}

.btn {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 20px;
  font-weight: 200;
  line-height: 100%;
  transition: all .4s;
  display: inline-block;
}

.btn:hover {
  transform: scale(1.05);
}

.biography-text {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  font-weight: 200;
}

.biography-text.en {
  display: block;
}

.success {
  color: #011416;
  background-color: #fff;
  margin-top: 12px;
  padding: 20px;
}

.flex-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-text {
  font-size: 32px;
  font-weight: 200;
}

.margin-bottom24 {
  margin-bottom: 24px;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #a1988c66;
  min-height: 49px;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
}

.input::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.error {
  color: #fff;
  background-color: #7e3636;
  margin-top: 12px;
  padding: 20px;
}

.news-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.news-img-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  width: 40%;
  max-width: 320px;
}

.img-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-contents {
  width: 100%;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.opacity-80 {
  opacity: .8;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-padding {
    position: relative;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .margin-custom1 {
    margin-bottom: 10rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_grid, .footer_wrapper {
    align-items: center;
  }

  .coopyright_text {
    font-size: .8rem;
  }

  .image-3.inverted {
    width: 90px;
  }

  .blogpost1_content {
    margin-bottom: 3rem;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    transform: scale(1);
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar_logo-link {
    z-index: 99999;
    margin-left: -2rem;
  }

  .navbar_menu-wrapper {
    align-items: center;
    bottom: 4.2rem;
    left: 15.6rem;
  }

  .navbar_button-wrapper {
    z-index: 99999;
    align-items: center;
    position: relative;
  }

  .menu-icon_line-top {
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    justify-content: center;
    width: 50rem;
    height: 50rem;
    padding-left: 5%;
    padding-right: 5%;
    top: -25rem;
    right: -25rem;
    overflow: auto;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon_line-middle {
    justify-content: center;
  }

  .c-calendar {
    overflow: visible;
  }

  .calendar_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 24rem;
    min-height: auto;
    padding-top: 0;
  }

  .calendar_content {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }

  .section-bio {
    background-position: 0 0, 0 10%;
    margin-top: 0;
  }

  .bio_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 0;
  }

  .bio_content {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }

  .bio_rich-text {
    text-align: left;
  }

  .image-bg {
    margin-top: -5.7rem;
  }

  .video-wrapper {
    border: 1px solid var(--border-color);
    background-color: var(--black);
  }

  .tab-button {
    transition-property: none;
  }

  .videos-full_width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .videos-list {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-columns {
    column-count: 2;
  }

  .kalender_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .modal_content-wrapper {
    width: 90%;
    max-width: none;
  }

  .motive-4-wrapper {
    opacity: .22;
  }

  .motive-5-wrapper {
    opacity: .48;
    max-width: 17rem;
  }

  .motive-6-wrapper {
    z-index: -10;
    opacity: .26;
  }

  .videos-full_widths {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .swiper-slide {
    max-width: 660px;
  }

  .videos-lists {
    grid-template-columns: 1fr 1fr;
  }

  .releases_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .releases_component.is--all.cds {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .biography-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .8rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-size-regular {
    font-size: .8rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .margin-custom1 {
    margin-bottom: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button {
    padding: .65rem .95rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.8rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .footer {
    margin-left: 0;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr;
  }

  .blogpost1_content {
    margin-bottom: 2rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .navbar_logo-link {
    transform-origin: 0%;
    margin-left: -2.5rem;
    padding-left: 0;
    transform: scale(.75);
  }

  .c-calendar {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000 56%, #000), url('../images/kalender.webp');
    background-position: 0 0, 0 0, 80% 0;
    background-size: auto, auto, cover;
  }

  .calendar_component {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
  }

  .calendar-heading-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .section-bio {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000 65%, #000), url('../images/bio.webp');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 200vw;
    min-height: 0;
  }

  .bio_component {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .bio_cms {
    display: block;
  }

  .bio_rich-text {
    text-align: justify;
    column-count: 1;
    font-size: .8rem;
  }

  .tabs-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .tab-text {
    font-size: 19px;
  }

  .image-bg {
    margin-top: 0;
  }

  .background-image.fit-bottom {
    object-position: 60% 100%;
  }

  .background-image.is-kontakt {
    object-position: 40% 20%;
  }

  .scroll-icon-wrapper {
    display: none;
  }

  .videos-full_width {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .videos-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .videos-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .gallery-columns {
    column-count: 1;
  }

  .kalender_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .modal_component {
    align-items: flex-start;
  }

  .modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .modal-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    justify-content: flex-start;
    overflow: auto;
  }

  .modal-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .motive-3-wrapper {
    display: none;
  }

  .videos-full_widths {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }

  .swiper-slide {
    flex-wrap: wrap;
    width: 90%;
    max-width: 90vw;
  }

  .swiper-slide.galler {
    width: 750vw;
  }

  .arrow-slider-wrapper {
    padding-top: 5px;
  }

  .videos-lists {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .modal-bg-overlay {
    height: 123%;
  }

  .releases_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .releases_component.is--all.cds {
    grid-template-columns: 1fr;
  }

  .biography-text {
    font-size: 16px;
  }

  .input {
    min-height: 41px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .footer {
    margin-left: 0;
  }

  .footer_grid {
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .cc-banner_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .navbar_component {
    height: 4rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link {
    font-size: 1.5rem;
    left: -2rem;
  }

  .menu-icon {
    margin-right: 0;
  }

  .navbar_menu-button {
    transform-origin: 100%;
    margin-right: 0;
    transform: scale(.9);
  }

  .navbar_logo-link {
    height: 4.8rem;
    margin-top: -.1rem;
    margin-left: -.9rem;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .navbar_menu-wrapper {
    left: 15.3rem;
  }

  .navbar_container {
    justify-content: flex-end;
    align-items: center;
    height: 4rem;
    padding: 0 1rem;
  }

  .background-video-wrapper.is-video {
    margin-top: 5rem;
  }

  .header-100vh.is-video {
    min-height: 27rem;
  }

  .calendar_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .motive-1 {
    width: 10rem;
    margin-bottom: -3.3rem;
  }

  .bio_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .bio_rich-text {
    text-align: left;
  }

  .tab-text {
    font-size: 16px;
  }

  .contact-content {
    max-width: 100%;
  }

  .contact-component.ani {
    padding: 2.4rem 1rem;
  }

  .tabs-menu.ani {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .tab-button {
    width: 100%;
  }

  .videos-full_width {
    padding-left: 0;
    padding-right: 0;
  }

  .kalender_component {
    grid-template-columns: 1fr;
  }

  .modal_content-wrapper {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .modal-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    height: 4.8rem;
  }

  .videos-full_widths {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 90vw;
  }

  .section-ig {
    min-height: 0;
  }

  .instagram-wrapper.text-align-center {
    margin-top: -4rem;
  }

  .modal-bg-overlay {
    height: 167%;
  }

  .releases_component {
    grid-template-columns: 1fr;
  }

  .btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_6aee5eac-1cbe-6621-9305-76b04f628f31-c1e012f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_810de1dc-bd4f-f4ea-3583-5fc0031452be-c1e012f4 {
  justify-self: start;
}

#w-node-_810de1dc-bd4f-f4ea-3583-5fc0031452bf-c1e012f4 {
  justify-self: end;
}

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f {
  justify-self: start;
}

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
  justify-self: end;
}

#w-node-_7531764b-7b66-bf0b-485f-6bad7aa5f4de-7aa5f4da, #w-node-_7531764b-7b66-bf0b-485f-6bad7aa5f4e5-7aa5f4da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-14e0134e {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-14e0134e {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-14e0134e {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-14e0134e {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-14e0134e {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-14e0134e {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-14e0134e {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-14e0134e {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-14e0134e {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-14e0134e {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-14e0134e {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-14e0134e {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-14e0134e, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-14e0134e {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-14e0134e {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-14e0134e {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-14e0134e, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-14e0134e, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-14e0134e, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-14e0134e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_810de1dc-bd4f-f4ea-3583-5fc0031452be-c1e012f4 {
    justify-self: start;
  }

  #w-node-_810de1dc-bd4f-f4ea-3583-5fc0031452bf-c1e012f4 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f {
    justify-self: center;
  }

  #w-node-_1c25e99c-ff88-3f46-c03c-cad38352e70a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6aee5eac-1cbe-6621-9305-76b04f628f31-c1e012f4 {
    justify-self: center;
  }

  #w-node-_810de1dc-bd4f-f4ea-3583-5fc0031452bf-c1e012f4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins-KI';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-KI';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-KI';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}