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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Newedgehkw, sans-serif;
  color: #1f1f90;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.img-box--16-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
}

._w-30 {
  position: relative;
  width: 30%;
}

.txt-box--newsletter {
  position: relative;
  width: 100%;
}

.img--cover-absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-box--label-head-txt {
  position: relative;
  margin-top: 10px;
}

.copy--s {
  font-size: 1em;
}

.headline--h2 {
  font-size: 1.6em;
}

.txt-box--label-head {
  position: relative;
  margin-top: 10px;
}

.teaser--img-label-head {
  position: relative;
  width: 100%;
}

._w-70 {
  position: relative;
  width: 70%;
}

.btn--primary {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.link {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.navbar {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer--nav {
  position: relative;
  width: 100%;
  height: 5vh;
  padding-right: 1%;
  padding-left: 1%;
}

.nav--logo {
  position: relative;
  display: inline-block;
  height: 3.6vh;
  border: 0px solid #000;
  color: #333;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.nav--link {
  color: #333;
  text-decoration: none;
}

.nav--link.w--current {
  font-weight: 700;
}

.flex-h-clr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.filter--txt {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  text-align: center;
}

.filter--close-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn-line--v {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.close-btn-line--h {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.filter--normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
}

.list-item {
  position: relative;
  width: 100%;
  padding: 1% 1% 0%;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
}

.txt--xs {
  display: inline-block;
  font-size: 0.8em;
}

.txt--xs.label {
  display: inline-block;
}

.headline--h3 {
  font-size: 1.3em;
}

.txt-link {
  color: #333;
  font-size: 0.8em;
  font-weight: 700;
}

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

.list-item--label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
}

.list-item--label-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-item--price {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.copy--xs {
  font-size: 0.8em;
}

.list-item--headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headline--h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
}

.headline-box--h1 {
  position: relative;
}

.info-ticker {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block {
  color: #fff;
}

.txt--quote {
  font-size: 2em;
  font-weight: 700;
}

.txt-box--quote {
  position: relative;
}

.txt-box--bu {
  position: relative;
  margin-top: 10px;
}

.img-box--bu {
  position: relative;
  width: 100%;
}

.slider--arrow-box {
  position: absolute;
  top: 45%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-box {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider--arrow {
  position: relative;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.slider--prev {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider--next {
  display: inline-block;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slider--dot-box {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.slider-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #fff;
}

.slider-dot.active {
  background-color: #000;
}

.footer--filter {
  border-radius: 20px;
}

.footer--nav-link-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.img--logo {
  position: relative;
  height: 100%;
}

.txt-box--no-margin {
  position: relative;
  width: 100%;
}

.mar-b-50 {
  margin-bottom: 50px;
}

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

.bg--black {
  background-color: #000;
}

.txt-richtxt p {
  margin-bottom: 20px;
}

.main {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label--center {
  position: absolute;
  top: 47%;
  z-index: 10;
  display: block;
  width: auto;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.frame--16-9-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
}

.frame--label-box {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-box {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie--animation {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vw;
}

.lottie--animation.lottie--grey {
  z-index: 50;
}

.lottie--animation.lottie--pink {
  z-index: 40;
}

.lottie--animation.lottie--yellow {
  z-index: 30;
}

.lottie--animation.lottie--green {
  z-index: 20;
}

.lottie--animation.lottie--torquise {
  z-index: 10;
}

.small-nav {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
}

.small-dot {
  position: relative;
  width: 8vh;
  height: 8vh;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.small-dot:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.bg--orange {
  background-color: #ea5905;
}

.bg--brown {
  background-color: #442636;
}

.bg--green {
  background-color: #00a266;
}

.bg--blue {
  background-color: #2e2482;
}

.small-cube {
  position: relative;
  display: none;
  width: 5vh;
  height: 5vh;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.small-cube:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.small-cube.twist {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-quote {
  font-size: 4vw;
  line-height: 1;
}

.intro--quote-box {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 10%;
  padding-right: 5%;
  padding-left: 5%;
}

.intro--text-box {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 0%;
  padding-right: 15%;
  padding-left: 30%;
}

.txt--primary-xl {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

.newsletter--section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.headline--secondary-xxl {
  margin-bottom: 10px;
  font-family: 'Keroinepro douxextreme', sans-serif;
  font-size: 7vw;
  font-weight: 400;
}

.form--input {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f1f90;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}

.form--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-box {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}

.info--box {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 25px;
  padding-right: 20px;
}

.archive--section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt--primary-xxl {
  margin-bottom: 0px;
  font-size: 4vw;
  line-height: 1;
  text-align: left;
}

.footer--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 5% 2% 2% 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer--wrapper.plain {
  width: auto;
  padding-left: 2%;
}

.footer--logo-small {
  position: relative;
  width: 270px;
  margin-bottom: 30px;
}

.link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro--section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt--secondary-s {
  font-family: 'Keroinepro douxextreme', sans-serif;
  font-weight: 400;
  text-align: left;
}

.txt--secondary-s.no-margin {
  margin-bottom: 0px;
}

.txt--secondary-txt-link-xl {
  display: inline-block;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-weight: 400;
  text-decoration: none;
}

.txt--secondary-txt-link-xl:hover {
  text-decoration: underline;
}

.form--field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn--submit {
  position: relative;
  margin-left: 20px;
  padding: 10px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f1f90;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.btn--submit:hover {
  background-color: #1f1f90;
  color: #fff;
}

.press--section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 25%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt--primary-l {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
}

.txt--secondary-txt-link-xxxl {
  display: block;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
}

.txt--secondary-txt-link-xxxl:hover {
  text-decoration: underline;
}

.txt--secondary-txt-link-l {
  margin-bottom: 5px;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-size: 26px;
  font-weight: 300;
  text-decoration: none;
}

.txt--secondary-txt-link-l:hover {
  text-decoration: underline;
}

.checkbox-label {
  display: none;
  margin-bottom: 0px;
}

.checkbox {
  position: relative;
  margin-top: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f1f90;
  border-radius: 0px;
  color: #ea5905;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
  background-color: #1f1f90;
}

.checkbox--txt-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.checkbox--inner {
  position: relative;
  margin-bottom: 0px;
}

.info--form-box {
  position: relative;
  margin-bottom: 0px;
}

.headline-wrapper {
  position: relative;
  z-index: 10;
}

.newsletter--lottie-turqoise {
  position: absolute;
  z-index: 0;
  width: 100vh;
  height: 100vh;
}

.newsletter--content-wrapper {
  position: relative;
  z-index: 10;
  width: 40%;
  padding-left: 5%;
}

.archive--lottie-yellow {
  position: absolute;
  z-index: 30;
  width: 100vh;
  height: 100vh;
}

.archive--txt-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 30%;
  padding-left: 5%;
}

.press--txt-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 5%;
  padding-left: 25%;
}

.press--lottie-pink {
  position: absolute;
  z-index: 40;
  width: 100vh;
  height: 100vh;
}

.stage--lottie-green {
  position: absolute;
  z-index: 10;
  width: 100vh;
  height: 100vh;
}

.txt--secondary-txt-link-s {
  margin-bottom: 5px;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.txt--secondary-txt-link-s:hover {
  color: #000;
  text-decoration: underline;
}

.txt--secondary-txt-link-s.underline {
  color: #1f1f90;
  text-decoration: underline;
}

.txt--secondary-txt-link-m {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.txt--secondary-txt-link-m:hover {
  color: #000;
  text-decoration: underline;
}

.scroll--animation-wrapper {
  position: absolute;
  top: 94vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll--dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}

.sponsor--outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sponsor--logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer--logo-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer--logo-img {
  position: relative;
  display: block;
  height: 70px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.txt--primary-xs {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.captcha--wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.captcha--img {
  height: 30px;
  margin-right: 20px;
}

.captcha--img-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.captcha--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt--richtxt h2 {
  font-size: 30px;
  font-weight: 300;
}

.txt--richtxt p {
  margin-bottom: 20px;
  font-size: 20px;
}

.txt--richtxt strong {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
}

.txt--richtxt a {
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-weight: 400;
  text-decoration: none;
}

.txt--richtxt a:hover {
  text-decoration: underline;
}

.txt--richtxt h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 300;
}

.txt--richtxt img {
  height: 80px;
}

.txt--richtxt figure {
  margin-bottom: 40px;
}

.impressum--wrapper {
  padding: 5% 15% 10%;
}

.impressum--img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.impressum--logo-img {
  position: relative;
  display: block;
  width: auto;
  height: 100px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 300;
}

.txt--primary-s {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
}

.impressum--sponsor-wrapper {
  position: relative;
  margin-top: 40px;
}

.footer--center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

._404--lottie-pink {
  position: absolute;
  left: -100vw;
  top: -200vh;
  z-index: 30;
  width: 500vh;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

._404--lottie-torquise {
  position: absolute;
  left: -250vw;
  top: -300vh;
  z-index: 20;
  width: 700vh;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

._404--txt-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 1%;
  mix-blend-mode: normal;
}

.txt--404-xl {
  font-size: 15vw;
  line-height: 0.8;
  text-align: left;
}

.txt--404-medium {
  margin-bottom: 2%;
  padding-left: 1%;
  font-family: 'Keroinepro douxextreme', sans-serif;
  font-size: 5vw;
  text-align: left;
}

._404--logo {
  position: relative;
  z-index: 100;
  display: block;
  width: 55%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._404--logo-img {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

._404--logo-wrapper {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404--btn {
  position: relative;
  z-index: 100;
  width: auto;
  padding: 2% 60px 3%;
  border-style: solid;
  border-width: 4px;
  border-color: #1f1f90;
  border-radius: 100px;
  background-color: transparent;
  font-family: 'Keroinepro douxextreme', sans-serif;
  color: #1f1f90;
  font-size: 5vw;
  line-height: 1;
  font-weight: 400;
}

._404--btn:hover {
  background-color: #1f1f90;
  color: #fff;
}

._404--btn-wrapper {
  position: relative;
  width: auto;
}

.lottie--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .lottie--animation {
    height: 80vw;
  }

  .txt-quote {
    font-size: 36px;
  }

  .intro--text-box {
    padding-left: 15%;
  }

  .txt--primary-xl {
    font-size: 22px;
  }

  .headline--secondary-xxl {
    font-size: 13vw;
  }

  .form--input {
    width: 100%;
  }

  .form-box {
    padding-top: 10px;
  }

  .info--box {
    width: 100%;
  }

  .txt--primary-xxl {
    font-size: 32px;
  }

  .footer--wrapper {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .footer--wrapper.plain {
    padding-left: 5%;
  }

  .footer--logo-small {
    margin-bottom: 30px;
  }

  .link-wrapper {
    width: 100%;
    margin-top: 0px;
  }

  .footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form--field-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info--form-box {
    width: 100%;
  }

  .headline-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .newsletter--content-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .archive--txt-wrapper {
    padding-right: 15%;
    padding-left: 15%;
  }

  .press--txt-wrapper {
    padding-left: 15%;
  }

  .press--lottie-pink {
    left: -20%;
  }

  .sponsor--outer {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sponsor--logo-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer--logo-img-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer--logo-img {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .newsletter--inner {
    position: relative;
    width: 100%;
    padding: 0px 5% 15px;
  }

  .impressum--wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading {
    font-size: 13vw;
  }

  .footer--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .utility-page-wrap {
    display: block;
    height: auto;
    min-height: 100vh;
  }

  .utility-page-content {
    padding: 1%;
  }

  ._404--txt-wrapper {
    height: 100%;
    margin-bottom: 10%;
  }

  .txt--404-xl {
    font-size: 10vw;
    line-height: 0.8;
  }

  .txt--404-medium {
    padding-left: 0%;
    font-size: 10vw;
    line-height: 1;
  }

  ._404--logo {
    width: 100%;
    height: auto;
  }

  ._404--logo-img {
    display: block;
    height: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  ._404--logo-wrapper {
    height: 100%;
    padding-left: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._404--btn {
    font-size: 9vw;
  }

  ._404--btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 13%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .filter--txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer--wrapper {
    width: auto;
  }

  .footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt--richtxt p {
    font-size: 22px;
  }

  .txt--richtxt h3 {
    font-size: 30px;
  }

  .impressum--wrapper {
    padding-bottom: 15%;
  }

  .impressum--img-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .utility-page-wrap {
    height: 100%;
  }

  .utility-page-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._404--txt-wrapper {
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 0%;
  }

  .txt--404-xl {
    font-size: 80px;
    line-height: 0.9;
  }

  .txt--404-medium {
    padding-left: 0%;
    font-size: 80px;
  }

  ._404--logo {
    width: 100%;
  }

  ._404--logo-img {
    width: 100%;
  }

  ._404--logo-wrapper {
    height: auto;
    grid-column-gap: 40%;
    grid-row-gap: 40%;
  }

  ._404--btn {
    border-width: 3px;
    font-size: 10vw;
  }

  ._404--btn-wrapper {
    height: auto;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .nav--link {
    display: none;
  }

  .txt-quote {
    font-size: 28px;
  }

  .intro--text-box {
    margin-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .txt--primary-xl {
    font-size: 28px;
  }

  .txt--primary-xl.center {
    text-align: center;
  }

  .headline--secondary-xxl {
    font-size: 16vw;
  }

  .form--input {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .txt--primary-xxl {
    font-size: 28px;
  }

  .footer--wrapper {
    width: 100%;
  }

  .footer--logo-small {
    width: 110%;
    margin-bottom: 40px;
  }

  .link-wrapper {
    margin-top: 20px;
  }

  .txt--secondary-s {
    font-size: 16px;
  }

  .form--field-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn--submit {
    margin-left: 0px;
  }

  .txt--primary-l {
    font-size: 25px;
  }

  .txt--secondary-txt-link-xxxl {
    font-size: 50px;
  }

  .txt--secondary-txt-link-l {
    font-size: 25px;
  }

  .archive--txt-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .press--txt-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .stage--lottie-green {
    color: #ea5905;
  }

  .txt--secondary-txt-link-s.underline {
    font-size: 16px;
  }

  .txt--secondary-txt-link-m {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .sponsor--outer {
    margin-top: 20px;
  }

  .sponsor--logo-wrapper {
    margin-top: 60px;
  }

  .footer--logo-img-wrapper {
    margin-top: 30px;
  }

  .footer--logo-img {
    height: 90px;
  }

  .txt--primary-xs {
    font-size: 18px;
  }

  .captcha--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .captcha--img {
    height: 32px;
    margin-right: 0px;
  }

  .captcha--img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .captcha--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .impressum--wrapper {
    padding-top: 10%;
  }

  .impressum--logo-img {
    height: 90px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    font-size: 16vw;
  }

  .txt--primary-s {
    font-size: 18px;
  }

  .utility-page-wrap {
    height: 100vh;
    min-height: auto;
  }

  .utility-page-content {
    min-height: auto;
  }

  ._404--txt-wrapper {
    height: auto;
    padding-bottom: 0%;
  }

  .txt--404-xl {
    font-size: 15vw;
  }

  .txt--404-medium {
    font-size: 16vw;
  }

  ._404--logo {
    position: relative;
    height: auto;
  }

  ._404--logo-wrapper {
    height: 80%;
    padding-bottom: 20%;
  }

  ._404--btn {
    font-size: 15vw;
  }

  ._404--btn-wrapper {
    height: 100%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lottie--wrapper {
    margin-top: -20%;
  }
}

@font-face {
  font-family: 'Keroinepro douxextreme';
  src: url('../fonts/KeroinePRO-DouxExtreme.woff2') format('woff2'), url('../fonts/KeroinePRO-DouxExtreme.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newedgehkw';
  src: url('../fonts/NewEdgeHKW-LightRounded.woff2') format('woff2'), url('../fonts/NewEdgeHKW-LightRounded.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}