@font-face {
  font-family: Nexaevr;
  src: url('../fonts/NexaEVR-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexaevr;
  src: url('../fonts/NexaEVR-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexaevr;
  src: url('../fonts/NexaEVR-Bold.otf') format("opentype"), url('../fonts/NexaEVR-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexaevr;
  src: url('../fonts/NexaEVR-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexaevr;
  src: url('../fonts/NexaEVR-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --everllence-petrol: #97d6df;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--white);
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

.wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0;
}

.js-clock {
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 8px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.clock-number {
  font-family: Roboto, sans-serif;
  font-size: 6.3rem;
  font-weight: 900;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  letter-spacing: .5px;
  text-shadow: 0 0 8px #000;
  margin-top: 20px;
  margin-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 2.45rem;
  font-weight: 100;
}

.heading-2 {
  color: #e30e4d;
  font-family: Roboto, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 65px;
}

.announcement_block_video {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.link-block {
  background-color: #e30e4d;
  align-items: center;
  margin-top: 0;
  margin-bottom: 41px;
  padding: 16px 6px 15px 24px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  box-shadow: 0 0 0 4px #e30e4d;
}

.text-block-2 {
  outline-offset: 0px;
  color: #fff;
  white-space: nowrap;
  outline: 3px #fff;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 39px;
  text-decoration: none;
}

.image-2 {
  margin-top: -4px;
  margin-left: 21px;
  margin-right: 14px;
  transform: rotate(0);
}

.footer_container {
  z-index: 101;
  background-color: #e40045;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer_container.content_page {
  opacity: .5;
}

.header {
  background-color: #0000;
  background-image: linear-gradient(to right, #000000ad 10%, #0000 31%);
  width: 100%;
  height: 173px;
  padding-bottom: 26px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header.footer {
  z-index: 10;
  background-image: none;
  height: 60px;
  padding-top: 21px;
  padding-bottom: 17px;
  inset: auto auto 0% 0%;
}

.footer_text {
  font-family: Nexaevr, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  left: auto;
}

.body {
  background-color: #e40045;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body.home {
  background-color: #010101;
  overflow: hidden;
}

.text-block-4 {
  color: #e30e4d;
  margin-top: 25px;
  font-size: 1.7rem;
  font-weight: 300;
  display: none;
}

.bg-image-wrapper {
  width: 100%;
  margin-top: -195px;
  padding-left: 22%;
  position: relative;
  top: -16%;
  right: -24%;
  overflow: visible;
}

.map_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 80px 0 50px;
}

.map_wrapper.fixed {
  width: 100vw;
  min-width: 100vw;
  position: fixed;
}

.map_container {
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px #fff;
  flex-flow: column;
  align-self: auto;
  max-width: 1920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.map_container.content_page {
  position: absolute;
}

.map_image {
  z-index: -1;
  opacity: 1;
  width: 100%;
  display: block;
}

.map_image.content_page {
  opacity: .33;
}

.map_image.opaque {
  opacity: .18;
}

.booth_content_wrapper {
  z-index: 201;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  color: var(--white);
  mix-blend-mode: normal;
  flex-flow: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.body-4 {
  background-color: var(--black);
  font-family: Roboto, sans-serif;
}

.map_dot {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.map_dot.hidden {
  display: none;
}

.map_dot.d02 {
  position: absolute;
  top: 37%;
  left: 80%;
}

.map_dot.d03 {
  position: absolute;
  top: 22%;
  left: 92%;
}

.map_dot.d01 {
  position: absolute;
  top: 43%;
  left: 60%;
}

.map_dot.d04 {
  position: absolute;
  top: 17%;
  left: 89.5%;
}

.map_dot.d05 {
  position: absolute;
  top: 23%;
  left: 88%;
}

.map_dot.d06 {
  top: 19.3%;
  left: 81.5%;
}

.map_dot.d07a {
  top: 24.3%;
  left: 80%;
}

.map_dot.d10 {
  top: 10.5%;
  left: 64%;
}

.map_dot.d11 {
  top: 15.4%;
  left: 62%;
}

.map_dot.d12 {
  top: 14.1%;
  left: 59%;
}

.map_dot.d13 {
  top: 18%;
  left: 29.5%;
}

.map_dot.d15 {
  top: 25%;
  left: 48%;
}

.map_dot.d16 {
  top: 71%;
  left: 29%;
}

.map_dot.da {
  top: 39%;
  left: 68%;
}

.map_dot.db {
  top: 35%;
  left: 73%;
}

.map_dot.dc {
  top: 17%;
  left: 70%;
}

.map_dot.legend_dot {
  position: relative;
  transform: none;
}

.map_dot.d07b {
  top: 22.7%;
  left: 76.5%;
}

.map_dot.d07c {
  top: 21.3%;
  left: 73.5%;
}

.map_dot.d07d {
  top: 19.8%;
  left: 70.5%;
}

.map_dot.d08 {
  top: 17.6%;
  left: 78%;
}

.map_dot.d09 {
  top: 9%;
  left: 61%;
}

.map_dot_circle {
  z-index: auto;
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.map_dot_circle._06, .map_dot_circle._07a, .map_dot_circle._07a.spark {
  background-color: #fff;
}

.map_dot_circle.a, .map_dot_circle.b {
  background-color: #57b7d9;
}

.map_dot_circle.c {
  background-color: var(--everllence-petrol);
}

.map_dot_circle._07b, .map_dot_circle._07b.spark, .map_dot_circle._07c, .map_dot_circle._07c.spark {
  background-color: #fff;
}

.map_dot_circle._07d {
  background-color: #000;
}

.map_dot_circle.spark, .map_dot_circle._08 {
  background-color: #fff;
}

.rtb {
  color: var(--black);
  padding-top: 0;
}

.rtb h2 {
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.rtb p {
  word-break: normal;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  position: static;
}

.rtb h4 {
  margin-top: 38px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.rtb h3 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.rtb.margin-before {
  margin-top: 14px;
}

.booth-image {
  width: 100%;
  margin-top: 23px;
}

.heading-booth-content {
  color: #e30e4d;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 31px;
  padding-right: 0;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1em;
}

.close-icon {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
}

.close-linkbox {
  z-index: 200;
  text-decoration: none;
  position: absolute;
  top: 10px;
  left: auto;
  right: 40px;
}

.close-linkbox.w--current {
  z-index: 200;
  margin-top: 10px;
  position: absolute;
  inset: 0% 20px auto auto;
}

.home-icon {
  z-index: 1;
  width: 198px;
  height: auto;
  display: block;
  position: relative;
  inset: 0 auto auto 0;
}

.home-icon.w--current {
  z-index: 100;
  flex: 0 auto;
  align-self: center;
  width: 198px;
  margin-top: 5px;
  position: relative;
  inset: auto;
}

.home-icon.transparent {
  opacity: .41;
  position: fixed;
}

.map_dot_label {
  color: var(--white);
  text-align: left;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 0;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 3px;
  left: 50px;
}

.logo {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.legend_wrapper {
  z-index: 100;
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  column-count: auto;
  border-radius: 20px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 361px 400px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
}

.booth-01 {
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.2em;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dot_number {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  position: absolute;
}

.dot_number.spark {
  color: #00509b;
  font-size: 19px;
}

.dot_number.spark.info {
  font-size: 26px;
}

.booth-02 {
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.2em;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-wrapper {
  display: block;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 57px;
  margin-left: 62px;
  margin-right: 55px;
  display: grid;
}

.collection-item-4 {
  display: flex;
}

.lightbox-link-3 {
  flex: 0 auto;
  display: block;
}

.gallery_collection_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.gallery_lightbox_link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  padding-top: 100%;
}

.gallery_collection_item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
}

.booth_image {
  width: 100%;
}

.button_gallery {
  z-index: 70;
  background-color: var(--white);
  color: #e30e4d;
  border: 4px #e30e4d;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -44% -19% auto auto;
}

.button_gallery.video {
  z-index: 69;
  border-color: var(--white);
  color: var(--white);
  background-color: #e30e4d;
  display: none;
  top: -36%;
  right: -14%;
}

.button_gallery.hidden {
  display: none;
}

.text-block-7 {
  transform: rotate(11deg);
}

.body_video {
  background-color: var(--black);
  color: var(--black);
  flex-direction: column;
  padding-left: 69px;
  padding-right: 69px;
  display: flex;
}

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

.logo_video {
  min-width: 200px;
}

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

.footer_video_text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.video-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading_video {
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: 0 0 8px #000;
  margin-top: 20px;
  margin-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 100;
}

.js-clock-video {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header_wrapper {
  z-index: 101;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-3 {
  color: #000;
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.div-block-3 {
  width: 310px;
}

.div-block-4 {
  width: 352px;
}

.div-block-5 {
  width: 328px;
}

.header_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 8px;
  display: flex;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.legend {
  grid-column-gap: 36px;
  grid-row-gap: 17px;
  background-color: #e40045d9;
  border-top-left-radius: 31px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  margin-right: 0;
  padding: 28px 0 28px 30px;
  display: grid;
}

.legend_container {
  justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 20px;
  display: flex;
}

.div-block-8 {
  width: 453px;
}

.div-block-5-copy {
  width: 359px;
}

.div-block-5-copy._6 {
  width: 355px;
}

.div-block-10 {
  background-color: #e1fafd;
  border-radius: 18px;
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 2px 2px 8px #0003;
}

.content_box {
  height: auto;
  max-height: 100%;
  padding: 56px 40px 40px;
  position: relative;
  overflow: auto;
}

.subtitel_detailseite {
  color: #157bc0;
  margin-bottom: 27px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.list-2 {
  padding-left: 24px;
  font-size: 20px;
  font-weight: 300;
}

.list-item {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 25px;
}

.bold-text-2 {
  color: #e30e4d;
}

.booth_link {
  color: #157bc0;
}

.button {
  background-color: #e30e4d;
  border-radius: 50px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 0;
  padding: 12px 22px 13px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-11 {
  width: 401px;
  min-width: 300px;
}

.div-block-12 {
  width: 422px;
}

.content_section_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 46px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content_section_home.video {
  background-color: #e40045;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.content_section_home.text {
  padding-bottom: 105px;
}

.black-button-text {
  outline-offset: 0px;
  color: #fff;
  white-space: nowrap;
  outline: 3px #fff;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.clock-number-2 {
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 70px;
}

.clock-number-2.small {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  height: auto;
  margin-top: 49px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.content-wrapper.lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 1520px;
  margin-top: 111px;
  padding-left: 30px;
  padding-right: 108px;
}

.footer_container_home {
  z-index: 101;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.announcement_block_evr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.header_container_home {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 8px;
  display: flex;
}

.header_wrapper_home {
  z-index: 101;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.black_button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #000;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 41px;
  margin-bottom: 12px;
  padding: 14px 24px 16px 26px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.black_button:hover {
  background-color: #000;
  justify-content: flex-start;
}

.js-clock-2 {
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -10px;
  display: flex;
}

.js-clock-2.small {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-left: 0;
  margin-right: 0;
}

.js-clock-2.small.video {
  margin-top: 18px;
}

.red_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e40045;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 50px 56px 41px 0;
}

.red_wrapper.landing {
  width: 70%;
  max-width: 800px;
  padding-left: 47px;
}

.bodycopy {
  color: #000;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 34px;
}

.header_title_home {
  color: #000;
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.text_link {
  color: #000;
  text-overflow: ellipsis;
  text-underline-offset: 6px;
  -webkit-hyphens: none;
  hyphens: none;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.text_link:hover {
  vertical-align: baseline;
  border: 1px #000;
  border-bottom: 3px solid #000;
}

.pic_wrapper_home {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.heading_red-wrapper {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.heading_red-wrapper.video {
  margin-top: 6px;
  font-size: 61px;
  line-height: 1;
}

.home-icon_home {
  z-index: 1;
  width: 212px;
  height: auto;
  display: block;
  position: relative;
  inset: 0 auto auto 0;
}

.home-icon_home.w--current {
  z-index: 100;
  flex: 0 auto;
  align-self: center;
  width: 198px;
  margin-top: 5px;
  position: relative;
  inset: auto;
}

.content_wrapper_home {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  height: auto;
  margin-top: -308px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.content_wrapper_home.video {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1520px;
  margin-top: 0;
  padding-top: 104px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer_text-_home {
  margin-top: -35px;
  margin-left: -22px;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  left: auto;
}

.logo_home {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.subhead_red_box {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.pfeil {
  width: 23px;
  transition: transform .2s;
  position: relative;
}

.footer_wrapper_home {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.home_body {
  flex-flow: column;
  display: flex;
}

.image-3 {
  width: 50px;
}

.video-wrapper {
  z-index: 100;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 720px;
  margin-bottom: -64px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.mobile {
  display: none;
}

.code-embed-2 {
  flex-flow: row;
  width: 100%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.red_wrapper-_video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e40045;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 50px 10px 67px 0;
  position: relative;
}

.heading_h2 {
  color: #e40045;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nexaevr, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.div-block-13 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.mitttag-badge {
  z-index: 101;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100px 100px 100px 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  margin-top: -70px;
  margin-right: -30%;
  padding: 6px 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  container-type: inline-size;
}

.badge-text {
  color: var(--black);
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 14cqw;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .box.small {
    margin-top: 2px;
  }

  .clock-number {
    font-size: 4.2rem;
  }

  .heading {
    letter-spacing: 0;
    margin-top: 6px;
    margin-bottom: 21px;
    font-size: 1.75rem;
    line-height: 38px;
  }

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

  .announcement_block_video {
    z-index: 0;
    position: relative;
  }

  .link-block {
    margin-bottom: 11px;
  }

  .footer_container {
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    z-index: 1;
    background-color: #0000;
    background-image: linear-gradient(to right, #000000bd 21%, #0000 39%);
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    padding-left: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .footer_text {
    font-size: 13px;
  }

  .text-block-4 {
    margin-top: 18px;
  }

  .bg-image-wrapper {
    margin-top: -178px;
  }

  .map_wrapper {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .map_container {
    width: 100%;
    position: fixed;
  }

  .booth_content_wrapper {
    margin-top: 0;
    padding: 40px 40px 20px;
  }

  .map_dot {
    width: 27px;
    height: 27px;
  }

  .rtb p {
    font-size: 19px;
  }

  .rtb h3 {
    line-height: 30px;
  }

  .heading-booth-content {
    margin-top: 17px;
    margin-bottom: 34px;
    font-size: 42px;
  }

  .home-icon {
    z-index: 100;
    width: 150px;
    margin-top: 0;
    inset: auto;
  }

  .home-icon.w--current {
    width: 138px;
    margin-top: 0;
  }

  .map_dot_label {
    margin-top: 0;
    font-size: 19px;
    top: 4px;
    left: 47px;
  }

  .legend_wrapper {
    margin-top: 329px;
    padding-bottom: 28px;
    position: static;
  }

  .dot_number, .dot_number.spark {
    font-size: 14px;
  }

  .dot_number.spark.info {
    font-size: 22px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .booth_image {
    width: 100%;
  }

  .button_gallery {
    top: -43%;
  }

  .button_gallery.video {
    top: -36%;
    right: 14%;
  }

  .footer_video {
    margin-top: auto;
  }

  .heading_video {
    letter-spacing: 0;
    margin-top: 6px;
    margin-bottom: 21px;
    font-size: 1.6rem;
    line-height: 38px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 19px;
  }

  .div-block-4 {
    width: 293px;
  }

  .div-block-5 {
    width: 271px;
  }

  .header_container {
    align-items: center;
    height: 50px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_wrapper {
    z-index: 100;
  }

  .legend {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: min-content min-content;
    padding-right: 0;
  }

  .legend_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    width: 407px;
  }

  .div-block-5-copy._6 {
    width: 317px;
  }

  .content_box {
    padding-top: 76px;
  }

  .subtitel_detailseite {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 25px;
  }

  .list-item {
    font-size: 19px;
  }

  .div-block-11 {
    width: 372px;
  }

  .div-block-12 {
    width: 369px;
  }

  .content_section_home.text {
    padding-bottom: 0;
  }

  .clock-number-2 {
    font-size: 4.2rem;
  }

  .clock-number-2.small {
    font-size: 20px;
    line-height: 1;
  }

  .content-wrapper {
    padding-bottom: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.lower {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 40px;
    padding-bottom: 50px;
    padding-right: 30px;
  }

  .footer_container_home {
    padding-left: 30px;
    padding-right: 30px;
  }

  .announcement_block_evr {
    z-index: 0;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    position: relative;
  }

  .header_container_home {
    align-items: center;
    height: 50px;
    padding-top: 9px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header_wrapper_home {
    height: auto;
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .red_wrapper {
    width: 632px;
    min-width: auto;
    padding-bottom: 50px;
  }

  .red_wrapper.landing {
    width: 566px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bodycopy {
    width: 90%;
    margin-bottom: 63px;
    font-size: 1.4rem;
  }

  .header_title_home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 19px;
  }

  .heading_red-wrapper {
    font-size: 57px;
  }

  .heading_red-wrapper.video {
    width: auto;
    margin-top: 0;
    font-size: 65px;
    line-height: 1;
  }

  .home-icon_home {
    z-index: 100;
    width: 150px;
    margin-top: 0;
    inset: auto;
  }

  .home-icon_home.w--current {
    width: 138px;
    margin-top: 0;
  }

  .content_wrapper_home {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_text-_home {
    font-size: 13px;
  }

  .subhead_red_box {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1;
  }

  .footer_wrapper_home {
    z-index: 100;
  }

  .video-wrapper {
    width: 56%;
    display: none;
  }

  .video-wrapper.mobile {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .red_wrapper-_video {
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 50px;
    padding-right: 10px;
    overflow: visible;
  }

  .heading_h2 {
    font-size: 3.3rem;
  }

  .div-block-13 {
    position: relative;
  }

  .mitttag-badge {
    z-index: 120;
    width: 140px;
    margin-top: -74px;
    margin-right: -134px;
    padding-left: 8px;
    padding-right: 7px;
    position: absolute;
  }

  .badge-text {
    font-size: 14cqw;
  }
}

@media screen and (max-width: 767px) {
  .box {
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number {
    font-size: 2.2rem;
  }

  .clock-label {
    margin-top: -15px;
    font-size: 10px;
  }

  .heading {
    text-align: center;
    letter-spacing: -.1px;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 15px;
    line-height: 47px;
  }

  .heading-2 {
    margin-top: 18px;
    margin-bottom: -20px;
    font-size: 2rem;
  }

  .announcement_block_video {
    margin-top: -29px;
  }

  .link-block {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .footer_container {
    align-items: center;
    height: 50px;
  }

  .text-block-4 {
    letter-spacing: .5px;
    margin-top: 4px;
    font-size: 1rem;
  }

  .map_wrapper {
    padding-top: 40px;
  }

  .booth_content_wrapper {
    padding: 0;
  }

  .map_dot {
    width: 24px;
    height: 24px;
  }

  .rtb h2 {
    font-size: 21px;
  }

  .rtb p {
    font-size: 18px;
  }

  .rtb h4, .rtb h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-booth-content {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .close-linkbox {
    right: 36px;
  }

  .home-icon {
    width: 80px;
    left: 18px;
  }

  .home-icon.w--current {
    width: 100px;
  }

  .map_dot_label {
    font-size: 18px;
    top: 0;
  }

  .legend_wrapper {
    margin-top: 33vw;
  }

  .dot_number, .dot_number.spark {
    font-size: 13px;
  }

  .dot_number.spark.info {
    font-size: 19px;
  }

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

  .booth_image {
    width: 100%;
  }

  .button_gallery {
    width: 130px;
    height: 130px;
    top: -48%;
    right: -35%;
  }

  .button_gallery.video {
    top: -43%;
  }

  .text-block-7 {
    font-size: .8em;
  }

  .body_video {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer_video_text {
    font-size: 15px;
  }

  .video-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading_video {
    text-align: center;
    letter-spacing: -.1px;
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 47px;
  }

  .heading-3 {
    font-size: 17px;
  }

  .div-block-3 {
    width: 237px;
  }

  .div-block-4 {
    width: 325px;
  }

  .div-block-5 {
    width: 228px;
  }

  .header_container {
    height: 40px;
  }

  .legend {
    grid-column-gap: 30px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
  }

  .legend_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5-copy {
    width: 228px;
  }

  .div-block-10 {
    border-radius: 0;
  }

  .content_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitel_detailseite {
    font-size: 22px;
  }

  .list-item {
    font-size: 18px;
  }

  .div-block-11 {
    width: 356px;
  }

  .div-block-12 {
    width: 364px;
  }

  .black-button-text {
    font-size: 21px;
  }

  .clock-number-2 {
    font-size: 2.2rem;
  }

  .clock-number-2.small {
    font-size: 26px;
    line-height: 1;
  }

  .content-wrapper {
    padding-bottom: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.lower {
    margin-top: 34px;
    padding-right: 30px;
  }

  .footer_container_home {
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .announcement_block_evr {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 0;
  }

  .header_container_home {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header_wrapper_home {
    align-items: center;
  }

  .black_button {
    margin-top: 14px;
  }

  .js-clock-2.small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 5px;
    margin-bottom: 17px;
  }

  .red_wrapper {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 34px;
  }

  .red_wrapper.landing {
    width: 100%;
  }

  .bodycopy {
    width: 100%;
    margin-bottom: 47px;
    font-size: 19px;
    line-height: 1.4;
  }

  .header_title_home {
    font-size: 17px;
  }

  .pic_wrapper_home {
    height: 234px;
  }

  .heading_red-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6rem;
    line-height: 44px;
  }

  .heading_red-wrapper.video {
    font-size: 51px;
  }

  .home-icon_home {
    width: 134px;
    left: auto;
  }

  .home-icon_home.w--current {
    width: 100px;
  }

  .content_wrapper_home {
    margin-top: -194px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content_wrapper_home.video {
    padding-top: 95px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .subhead_red_box {
    text-align: center;
    letter-spacing: -.1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .pfeil {
    width: 22px;
  }

  .video-wrapper {
    display: none;
  }

  .video-wrapper.mobile {
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .red_wrapper-_video {
    width: auto;
    padding: 26px 0 24px;
  }

  .heading_h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6rem;
    line-height: 44px;
  }

  .mitttag-badge {
    width: 114px;
    margin-top: -67px;
    margin-right: -67px;
    padding-left: 8px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 479px) {
  .js-clock {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1px;
    display: flex;
  }

  .box {
    width: 15%;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .box.small {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
  }

  .clock-number {
    margin-bottom: -21px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 3rem;
  }

  .clock-label {
    margin-top: 10px;
    font-size: .5rem;
  }

  .heading {
    letter-spacing: normal;
    column-count: auto;
    margin-top: 2px;
    margin-bottom: 1px;
    font-size: 18px;
    position: static;
  }

  .heading-2 {
    margin-bottom: -16px;
    font-size: 2.5rem;
  }

  .announcement_block_video {
    margin-top: 0;
    margin-left: 0;
  }

  .link-block {
    margin-top: 9px;
    margin-bottom: 10px;
  }

  .footer_container {
    height: auto;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .header {
    height: 120px;
  }

  .footer_text {
    font-size: 14px;
    position: static;
    left: 0;
    right: 0%;
  }

  .text-block-4 {
    margin-top: -6px;
  }

  .bg-image-wrapper {
    margin-top: -44px;
    padding-left: 7%;
    overflow: hidden;
  }

  .map_dot {
    width: 18px;
    height: 18px;
  }

  .rtb h2 {
    font-size: 1.2em;
    line-height: 1em;
  }

  .rtb h4, .rtb h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-booth-content {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .close-icon {
    margin-top: -16px;
    padding-top: 0;
  }

  .close-linkbox {
    right: 24px;
  }

  .home-icon.w--current {
    align-items: center;
    width: 96px;
    margin-top: 2px;
    display: flex;
  }

  .map_dot_label {
    top: -1px;
    left: 34px;
  }

  .logo {
    margin-bottom: 5px;
  }

  .legend_wrapper {
    align-self: flex-start;
    width: 100vw;
    margin-top: 56%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    left: 4%;
  }

  .dot_number, .dot_number.spark {
    font-size: 11px;
  }

  .dot_number.spark.info {
    font-size: 14px;
  }

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

  .gallery_collection_list {
    margin-right: 10px;
  }

  .booth_image {
    width: 100%;
  }

  .button_gallery {
    z-index: 999;
    top: 56%;
    right: 5%;
  }

  .button_gallery.video {
    top: 70%;
    right: 39%;
  }

  .body_video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo_video {
    min-width: 100px;
  }

  .footer_video_text {
    font-size: 10px;
  }

  .heading_video {
    letter-spacing: normal;
    column-count: auto;
    margin-top: 2px;
    margin-bottom: 1px;
    font-size: 17px;
    position: static;
  }

  .js-clock-video {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1px;
    display: flex;
  }

  .header_wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .heading-3 {
    height: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-3 {
    width: 180px;
  }

  .div-block-4 {
    width: 211px;
  }

  .div-block-5 {
    width: 198px;
  }

  .footer_wrapper {
    position: static;
  }

  .legend {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    border-top-left-radius: 1px;
    width: 100%;
    margin-right: 0;
    padding: 24px 20px 50px;
  }

  .legend_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 378px;
  }

  .div-block-5-copy {
    width: 198px;
  }

  .content_box {
    padding-top: 54px;
  }

  .subtitel_detailseite {
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .button {
    font-size: 18px;
  }

  .div-block-11 {
    width: 342px;
  }

  .content_section_home.text {
    padding-bottom: 73px;
  }

  .clock-number-2 {
    margin-bottom: -21px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 3rem;
  }

  .clock-number-2.small {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
  }

  .content-wrapper {
    padding-bottom: 43px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_container_home {
    min-height: 50px;
    padding: 19px 24px;
    position: static;
  }

  .announcement_block_evr {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 305px;
    margin-top: 0;
    margin-left: 0;
  }

  .header_container_home {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 24px 13px;
  }

  .header_wrapper_home {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .js-clock-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1px;
    display: flex;
  }

  .js-clock-2.small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 2px;
    margin-bottom: 7px;
  }

  .red_wrapper {
    padding-top: 21px;
    padding-left: 21px;
  }

  .red_wrapper.landing {
    padding-left: 20px;
  }

  .bodycopy {
    font-size: 18px;
    line-height: 1.4;
  }

  .header_title_home {
    height: 20px;
    font-size: 19px;
    line-height: 20px;
  }

  .heading_red-wrapper {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 36px;
  }

  .heading_red-wrapper.video {
    font-size: 36px;
  }

  .home-icon_home {
    width: 144px;
    display: flex;
  }

  .home-icon_home.w--current {
    align-items: center;
    width: 96px;
    margin-top: 2px;
    display: flex;
  }

  .content_wrapper_home {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content_wrapper_home.video {
    overflow: hidden;
  }

  .footer_text-_home {
    font-size: 14px;
    position: static;
    left: 0;
    right: 0%;
  }

  .logo_home {
    margin-bottom: 5px;
    left: auto;
    right: 0;
  }

  .subhead_red_box {
    letter-spacing: normal;
    column-count: auto;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 20px;
    position: static;
  }

  .footer_wrapper_home {
    position: static;
  }

  .red_wrapper-_video {
    padding-top: 21px;
    padding-left: 0;
  }

  .heading_h2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 36px;
  }

  .mitttag-badge {
    margin-top: -73px;
    margin-right: -34px;
    padding-left: 7px;
    padding-right: 9px;
  }
}

#w-node-_1f184c99-2df0-a9ea-02ed-15861b3c2453-d5f7e00c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbe528fa-64a2-905e-f8fd-c5f0fb8661a9-d5f7e00c {
  justify-self: start;
}


@font-face {
  font-family: 'Nexaevr';
  src: url('../fonts/NexaEVR-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexaevr';
  src: url('../fonts/NexaEVR-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexaevr';
  src: url('../fonts/NexaEVR-Bold.otf') format('opentype'), url('../fonts/NexaEVR-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexaevr';
  src: url('../fonts/NexaEVR-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexaevr';
  src: url('../fonts/NexaEVR-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}