/*!
Theme Name: BMW MotoGP
Theme URI: http://underscores.me/
Author: HattenbergerPartner GmbH
Author URI: https://hattenbergerpartner.de/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bmw-motogp
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BMW MotoGP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

@font-face {
  font-family: 'bmwBold';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('assets/fonts/BMWTypeNextLatin-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'bmwRegular';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('assets/fonts/BMWTypeNextLatin-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'bmwLight';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url('assets/fonts/BMWTypeNextLatin-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'bmwThin';

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url('assets/fonts/BMWTypeNextLatin-Thin.woff2') format('woff2');
}

h1, h2, h3, h4, p, input {
  font-family: "bmwLight", sans-serif;
}

button, a {
  font-family: "bmwRegular", sans-serif;
}

#page {
  position: relative;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.navigation.post-navigation {
  display: none;
}

.homepage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  min-width: 1024px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.homepage__headline {
    position: absolute;
  }

.homepage__headline {
    left: 50%;
  }

.homepage__headline {
    top: 6rem;
  }

.homepage__headline {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.homepage__headline {
    text-align: center;
  }

.homepage__headline {
    font-size: 48px;
    line-height: 1;
  }

.homepage__headline {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.homepage__sign-in {
    position: absolute;
  }

.homepage__sign-in {
    left: 50%;
  }

.homepage__sign-in {
    top: 16rem;
  }

.homepage__sign-in {
    z-index: 10;
  }

.homepage__sign-in {
    height: 52px;
  }

.homepage__sign-in {
    width: 20rem;
  }

.homepage__sign-in {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.homepage__sign-in button {
      height: 100%;
    }

.homepage__sign-in button {
      width: 100%;
    }

.homepage__sign-in button {
      --tw-bg-opacity: 1;
      background-color: rgb(28 105 212 / var(--tw-bg-opacity));
    }

.homepage__sign-in button {
      font-size: 20px;
      line-height: 1;
    }

.homepage__sign-in button {
      line-height: 1;
    }

.homepage__sign-in button {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.homepage__bg-image {
    position: absolute;
  }

.homepage__bg-image {
    bottom: 0px;
  }

.homepage__bg-image {
    left: 50%;
  }

.homepage__bg-image {
    height: 100%;
  }

.homepage__bg-image {
    width: 100%;
  }

.homepage__bg-image {
    max-width: 1373px;
  }

.homepage__bg-image {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.homepage__bg-image {
    background-position: bottom;
  }

.homepage__bg-image {
    background-repeat: no-repeat;
  }

.homepage__bg-image{
    background-image: url('assets/images/bmw-homepage.jpg');
  }

.homepage .stripes {
    pointer-events: none;
  }

.homepage .stripes {
    position: absolute;
  }

.homepage .stripes {
    top: 8rem;
  }

.homepage .stripes {
    display: none;
  }

.homepage .stripes {
    height: 100%;
  }

.homepage .stripes {
    max-height: 307px;
  }

.homepage .stripes {
    width: 100%;
  }

.homepage .stripes {
    background-size: contain;
  }

@media (min-width: 1536px) {
    .homepage .stripes {
      display: block;
    }
  }

.homepage .stripes img {
      height: 100%;
    }

.homepage .stripes img {
      width: 100%;
    }

.homepage .stripes img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.homepage .stripes img {
      -o-object-position: center;
         object-position: center;
    }

.homepage .stripes--gray-gradient {
    position: absolute;
  }

.homepage .stripes--gray-gradient {
    top: 0px;
  }

.homepage .stripes--gray-gradient {
    right: 0px;
  }

.homepage .stripes--gray-gradient {
    display: none;
  }

.homepage .stripes--gray-gradient {
    height: 100%;
  }

.homepage .stripes--gray-gradient {
    max-height: 368px;
  }

@media (min-width: 1024px) {
    .homepage .stripes--gray-gradient {
      display: block;
    }
  }

.homepage .stripes--gray-gradient img {
      height: 100%;
    }

.homepage .stripes--gray-gradient img {
      width: 100%;
    }

.homepage .stripes--gray-gradient img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.homepage .stripes--top-left {
    position: absolute;
  }

.homepage .stripes--top-left {
    top: 0px;
  }

.homepage .stripes--top-left {
    left: 0px;
  }

.homepage .stripes--top-left {
    display: none;
  }

@media (min-width: 1536px) {
    .homepage .stripes--top-left {
      display: block;
    }
  }

.homepage .stripes--bottom-right {
    position: absolute;
  }

.homepage .stripes--bottom-right {
    bottom: 0px;
  }

.homepage .stripes--bottom-right {
    right: 0px;
  }

.homepage .stripes--bottom-right {
    display: none;
  }

@media (min-width: 1536px) {
    .homepage .stripes--bottom-right {
      display: block;
    }
  }

.logo-box {
  position: absolute;
  left: 50%;
  z-index: 50;
  display: flex;
  width: 100%;
  min-width: 1024px;
  max-width: 1195px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
}

@media (min-width: 1280px) {
  .logo-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.logo-box.legal-page {
    background-color: transparent;
  }

.logo-box .buttons-list {
    margin-top: 2.75rem;
  }

.logo-box .buttons-list {
    display: flex;
  }

.logo-box .buttons-list .button__single {
      margin-right: 1.5rem;
    }

.logo-box .buttons-list .button__single {
      display: flex;
    }

.logo-box .buttons-list .button__single {
      align-items: center;
    }

.logo-box .buttons-list .button__single {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.logo-box .buttons-list .button__single {
      line-height: 1;
    }

.logo-box .buttons-list .button__single {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.logo-box .buttons-list .button__single {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.logo-box .buttons-list .button__single {
      transition-duration: 300ms;
    }

.logo-box .buttons-list .button__single svg {
        margin-right: 0.625rem;
      }

.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}

.popup__overlay {
    height: 100%;
  }

.popup__overlay {
    width: 100%;
  }

.popup__overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }

.popup__wrap {
    position: absolute;
  }

.popup__wrap {
    top: 50%;
  }

.popup__wrap {
    left: 50%;
  }

.popup__wrap {
    height: 553px;
  }

.popup__wrap {
    width: 1010px;
  }

.popup__wrap {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.popup__wrap {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.popup__image {
    height: 100%;
  }

.popup__image {
    width: 100%;
  }

.popup__image img {
      height: 100%;
    }

.popup__image img {
      width: 100%;
    }

.popup__image img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.popup__image img {
      -o-object-position: right;
         object-position: right;
    }

.popup__content {
    position: absolute;
  }

.popup__content {
    top: 0px;
  }

.popup__content {
    left: 0px;
  }

.popup__content {
    display: flex;
  }

.popup__content {
    height: 100%;
  }

.popup__content {
    width: 72%;
  }

.popup__content {
    flex-direction: row;
  }

.popup__content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.popup__content{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 56% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 56% 100%, 0% 100%);
  }

.popup__content .stripe {
      position: absolute;
    }

.popup__content .stripe {
      top: 0px;
    }

.popup__content .stripe {
      bottom: 0px;
    }

.popup__content .stripe {
      display: block;
    }

.popup__content .stripe {
      width: 1.25rem;
    }

.popup__content .stripe:first-of-type {
        left: 0px;
      }

.popup__content .stripe:first-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(226 42 27 / var(--tw-bg-opacity));
      }

.popup__content .stripe:nth-of-type(2) {
        left: 1rem;
      }

.popup__content .stripe:nth-of-type(2) {
        --tw-bg-opacity: 1;
        background-color: rgb(0 63 120 / var(--tw-bg-opacity));
      }

.popup__content .stripe:last-of-type {
        left: 2rem;
      }

.popup__content .stripe:last-of-type {
        width: 1rem;
      }

.popup__content .stripe:last-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(0 103 178 / var(--tw-bg-opacity));
      }

.popup__content-text {
      padding-top: 2.75rem;
      padding-bottom: 2.75rem;
    }

.popup__content-text {
      padding-left: 6rem;
      padding-right: 6rem;
    }

.popup__content-text {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.popup__content-text h1 {
        margin-bottom: 2rem;
      }

.popup__content-text h1 {
        font-family: "bmwRegular", sans-serif;
      }

.popup__content-text h1 {
        font-size: 32px;
        line-height: 38.4px;
      }

.popup__content-text h2 {
        margin-bottom: 2rem;
      }

.popup__content-text h2 {
        font-family: "bmwRegular", sans-serif;
      }

.popup__content-text h2 {
        font-size: 26px;
        line-height: 1;
      }

.popup__content-text h3 {
        margin-bottom: 2rem;
      }

.popup__content-text h3 {
        font-family: "bmwRegular", sans-serif;
      }

.popup__content-text h3 {
        font-size: 21px;
        line-height: 1;
      }

.popup__content-text .paragraph {
        margin-bottom: 1.25rem;
      }

.popup__content-text .paragraph {
        font-size: 18px;
        line-height: 25.2px;
      }

.popup__exit-btn {
    position: absolute;
  }

.popup__exit-btn {
    right: 0px;
  }

.popup__exit-btn {
    top: 0px;
  }

.popup__exit-btn {
    height: 60px;
  }

.popup__exit-btn {
    width: 10rem;
  }

.popup__exit-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.popup__exit-btn {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.popup__exit-btn{
    -webkit-clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
    box-shadow: -10px 5px 24px rgba(0, 0, 0, 0.6);
  }

.popup__exit-btn button {
      display: flex;
    }

.popup__exit-btn button {
      height: 100%;
    }

.popup__exit-btn button {
      width: 100%;
    }

.popup__exit-btn button {
      align-items: center;
    }

.popup__exit-btn button {
      justify-content: center;
    }

.popup__exit-btn button {
      font-size: 12px;
      line-height: 1;
    }

.popup__exit-btn button {
      letter-spacing: 0.2em;
    }

.popup__exit-btn button svg {
        margin-left: 0.375rem;
      }

.login {
  font-family: "bmwRegular", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.login__wrap {
    visibility: hidden;
  }

.login__wrap {
    position: absolute;
  }

.login__wrap {
    top: 50%;
  }

.login__wrap {
    left: 50%;
  }

.login__wrap {
    display: flex;
  }

.login__wrap {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.login__wrap {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.login__wrap {
    flex-direction: column;
  }

.login__wrap {
    --tw-bg-opacity: 1;
    background-color: rgb(209 209 209 / var(--tw-bg-opacity));
  }

.login__wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }

.login__wrap {
    padding-top: 3rem;
  }

.login__wrap {
    padding-bottom: 2.25rem;
  }

.login__wrap {
    opacity: 0;
  }

.login__wrap{
    transition: opacity .4s .01s;
  }

.login__wrap.open {
      visibility: visible;
    }

.login__wrap.open {
      z-index: 20;
    }

.login__wrap.open {
      opacity: 1;
    }

.login input::-moz-placeholder {
      font-family: "bmwLight", sans-serif;
    }

.login input:-ms-input-placeholder {
      font-family: "bmwLight", sans-serif;
    }

.login input::placeholder {
      font-family: "bmwLight", sans-serif;
    }

.login input::-moz-placeholder {
      font-size: 20px;
      line-height: 1;
    }

.login input:-ms-input-placeholder {
      font-size: 20px;
      line-height: 1;
    }

.login input::placeholder {
      font-size: 20px;
      line-height: 1;
    }

.login input::-moz-placeholder {
      line-height: 1;
    }

.login input:-ms-input-placeholder {
      line-height: 1;
    }

.login input::placeholder {
      line-height: 1;
    }

.login input::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.login input:-ms-input-placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.login input::placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.login input::-ms-input-placeholder {
      font-family: "bmwLight", sans-serif;
    }

.login input::-ms-input-placeholder {
      font-size: 20px;
      line-height: 1;
    }

.login input::-ms-input-placeholder {
      line-height: 1;
    }

.login input::-ms-input-placeholder {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.login input:active, .login input:focus {
      border-width: 2px;
    }

.login input:active, .login input:focus {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.login input:active, .login input:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.login input:active, .login input:focus {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

/* input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #737373 inset;
        -webkit-text-fill-color: white;
        @apply text-white;
    } */

.login__item {
    margin-bottom: 0.5rem;
  }

.login__item {
    height: 3rem;
  }

.login__item {
    width: 20rem;
  }

.login__item {
    text-align: center;
  }

.login__item {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.login__info {
    margin-bottom: 2.25rem;
  }

.login__info {
    display: flex;
  }

.login__info {
    align-items: center;
  }

.login__info {
    justify-content: center;
  }

.login__info {
    --tw-bg-opacity: 1;
    background-color: rgb(28 105 212 / var(--tw-bg-opacity));
  }

.login__email {
    display: block;
  }

.login__email {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }

.login__email:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.login__password {
    display: block;
  }

.login__password {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }

.login__password:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.login__submit {
    margin-bottom: 1.5rem;
  }

.login__submit {
    display: block;
  }

.login__submit {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  }

.login__guest {
    display: flex;
  }

.login__guest {
    align-items: center;
  }

.login__guest {
    justify-content: center;
  }

.login__guest {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.login__guest {
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity));
  }

.login #login__failed {
    display: none;
  }

.login__failed-message {
    display: flex;
  }

.login__failed-message {
    align-items: center;
  }

.login__failed-message {
    justify-content: center;
  }

.login__failed-message {
    --tw-bg-opacity: 1;
    background-color: rgb(226 42 27 / var(--tw-bg-opacity));
  }

.login__failed-message {
    font-family: "bmwLight", sans-serif;
  }

.login__failed-again {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.login__failed-again {
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity));
  }

.login__failed-contact {
    margin-bottom: 1.5rem;
  }

.login__failed-contact {
    display: flex;
  }

.login__failed-contact {
    align-items: center;
  }

.login__failed-contact {
    justify-content: center;
  }

.login__failed-contact {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  }

.login__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.login__overlay.open {
    display: block;
  }

.events {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 4 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.events .stripes--top-left {
      position: absolute;
    }

.events .stripes--top-left {
      top: 0px;
    }

.events .stripes--top-left {
      left: 0px;
    }

.events .stripes--top-left {
      z-index: 20;
    }

.events .stripes--top-left {
      display: none;
    }

@media (min-width: 1536px) {
      .events .stripes--top-left {
        display: block;
      }
    }

.events .stripes--bottom-right {
      position: absolute;
    }

.events .stripes--bottom-right {
      bottom: 0px;
    }

.events .stripes--bottom-right {
      right: 0px;
    }

.events .stripes--bottom-right {
      display: none;
    }

@media (min-width: 1536px) {
      .events .stripes--bottom-right {
        display: block;
      }
    }

.events .events__bg-map {
    position: absolute;
  }

.events .events__bg-map {
    height: 368px;
  }

.events .events__bg-map {
    width: 100%;
  }

.events .events__bg-map {
    max-width: 100vw;
  }

.events .events__bg-map {
    overflow: hidden;
  }

.events .events__bg-map{
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
  }

.events .events__bg-map .world-svg {
      position: relative;
    }

.events .events__bg-map .world-svg {
      height: 3927px;
    }

.events .events__bg-map .world-svg {
      width: 6588px;
    }

.events .events__bg-map .world-svg{
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0.1) scale(1.0, 1.0);
      -webkit-perspective: 1000px;
      transform: translate(-35%, -37%) translateZ(0.01px);
      transition: transform 1s;
    }

.events .events__bg-map .world-svg > svg {
        height: 100%;
      }

.events .events__bg-map .world-svg > svg {
        width: 100%;
      }

.events .events__bg-map .world-svg .single-pin {
        pointer-events: none;
      }

.events .events__bg-map .world-svg .single-pin {
        position: absolute;
      }

.events .events__bg-map .world-svg .single-pin {
        height: 1.5rem;
      }

.events .events__bg-map .world-svg .single-pin {
        width: 1.5rem;
      }

.events .events__bg-map .world-svg .single-pin {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .world-svg .single-pin {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .world-svg .single-pin {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .world-svg .single-pin {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .world-svg .single-pin {
        opacity: 0;
      }

.events .events__bg-map .world-svg .single-pin {
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.events .events__bg-map .world-svg .single-pin {
        transition-delay: 75ms;
      }

.events .events__bg-map .world-svg .single-pin {
        transition-duration: 300ms;
      }

.events .events__bg-map .world-svg .single-pin.active {
          pointer-events: auto;
        }

.events .events__bg-map .world-svg .single-pin.active {
          opacity: 1;
        }

.events .events__bg-map .world-svg .single-pin.active {
          transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.events .events__bg-map .world-svg .single-pin.active {
          transition-delay: 2s;
        }

.events .events__bg-map .world-svg .single-pin.active {
          transition-duration: 300ms;
        }

.events .events__bg-map .world-svg .single-pin svg {
          height: 1.5rem;
        }

.events .events__bg-map .world-svg .single-pin svg {
          width: 1.5rem;
        }

.events .events__bg-map path.exists{
      fill: #E22A1B;
    }

.events .events__bg-map path.active{
      fill: #4D8FC9;
    }

.events .events__bg-map .events__bg-pin {
      position: absolute;
    }

.events .events__bg-map .events__bg-pin {
      top: 50%;
    }

.events .events__bg-map .events__bg-pin {
      left: 50%;
    }

.events .events__bg-map .events__bg-title {
      position: absolute;
    }

.events .events__bg-map .events__bg-title {
      border-radius: 10px;
    }

.events .events__bg-map .events__bg-title {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.events .events__bg-map .events__bg-title {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

.events .events__bg-map .events__bg-title {
      padding-left: 1.25rem;
    }

.events .events__bg-map .events__bg-title {
      padding-right: 2.5rem;
    }

.events .events__bg-map .events__bg-title {
      font-size: 14px;
      line-height: 1;
    }

.events .events__bg-map .events__bg-title {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.events .events__bg-map .events__bg-title {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.events .events__bg-map .events__bg-title {
      opacity: 0;
    }

.events .events__bg-map .events__bg-title{
      top: calc(50% + 9px);
      left: calc(50% + 8px);
      transform: translateZ(0.01px);
    }

.events .events__bg-map .events__bg-title::before{
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.746108 0.373082L35.6358 9.74736L10.0948 35.3584L0.746108 0.373082Z' fill='white'/%3E%3C/svg%3E%0A");
      }

.events .events__bg-map .events__bg-title::before {
        position: absolute;
      }

.events .events__bg-map .events__bg-title::before {
        top: -9px;
      }

.events .events__bg-map .events__bg-title::before {
        left: -9px;
      }

.events .events__bg-map .events__bg-title::before {
        height: 2.25rem;
      }

.events .events__bg-map .events__bg-title::before {
        width: 2.25rem;
      }

.events .events__bg-map .events__bg-title:after{
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.28389 0L9.97192 6.68182L4.06789 14H-0.000114441L6.01989 6.68182L0.323887 0H4.28389Z' fill='black'/%3E%3C/svg%3E%0A");
      }

.events .events__bg-map .events__bg-title:after {
        position: absolute;
      }

.events .events__bg-map .events__bg-title:after {
        top: 50%;
      }

.events .events__bg-map .events__bg-title:after {
        right: 1rem;
      }

.events .events__bg-map .events__bg-title:after {
        height: 0.875rem;
      }

.events .events__bg-map .events__bg-title:after {
        width: 0.625rem;
      }

.events .events__bg-map .events__bg-title:after {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .events__bg-title:after {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }

.events .events__bg-map .events__bg-title.active {
        opacity: 1;
      }

.events .events__bg-map .events__bg-title.active {
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.events .events__bg-map .events__bg-title.active {
        transition-duration: 300ms;
      }

.events .events__narrow-wrap {
    pointer-events: none;
  }

.events .events__narrow-wrap {
    position: relative;
  }

.events .events__narrow-wrap {
    margin-left: auto;
    margin-right: auto;
  }

.events .events__narrow-wrap {
    height: 368px;
  }

.events .events__narrow-wrap {
    width: 100%;
  }

.events .events__narrow-wrap {
    max-width: 1195px;
  }

.events .events__narrow-wrap .legals {
      pointer-events: auto;
    }

.events .events__narrow-wrap .legals {
      position: absolute;
    }

.events .events__narrow-wrap .legals {
      bottom: 1.5rem;
    }

.events .events__narrow-wrap .legals {
      left: 1.5rem;
    }

.events .events__narrow-wrap .legals {
      display: flex;
    }

.events .events__narrow-wrap .legals {
      max-width: 100px;
    }

.events .events__narrow-wrap .legals {
      flex-direction: column;
    }

.events .events__narrow-wrap .legals {
      font-size: 0.75rem;
      line-height: 1rem;
    }

.events .events__narrow-wrap .legals {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
      .events .events__narrow-wrap .legals {
        left: 0px;
      }
    }

@media (min-width: 1536px) {
      .events .events__narrow-wrap .legals {
        display: none;
      }
    }

.events .events__narrow-wrap .legals__single {
        margin-top: 0.375rem;
      }

.events .events__narrow-wrap .legals__single {
        font-family: "bmwRegular", sans-serif;
      }

.events .events__list-wrap {
    position: absolute;
  }

.events .events__list-wrap {
    bottom: 0px;
  }

.events .events__list-wrap {
    left: 50%;
  }

.events .events__list-wrap {
    height: 516px;
  }

.events .events__list-wrap {
    width: 100%;
  }

.events .events__list-wrap {
    max-width: 1200px;
  }

.events .events__list-wrap {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.events .events__list-wrap .events__headline {
      position: relative;
    }

.events .events__list-wrap .events__headline {
      display: flex;
    }

.events .events__list-wrap .events__headline {
      height: 90px;
    }

.events .events__list-wrap .events__headline {
      align-items: center;
    }

.events .events__list-wrap .events__headline {
      justify-content: center;
    }

.events .events__list-wrap .events__headline {
      font-family: "bmwLight", sans-serif;
    }

.events .events__list-wrap .events__headline {
      font-size: 32px;
      line-height: 38.4px;
    }

.events .events__list-wrap .events__headline:before{
        content: ''
      }

.events .events__list-wrap .events__headline:before {
        position: absolute;
      }

.events .events__list-wrap .events__headline:before {
        top: -18px;
      }

.events .events__list-wrap .events__headline:before {
        left: -40vw;
      }

.events .events__list-wrap .events__headline:before {
        right: -40vw;
      }

.events .events__list-wrap .events__headline:before {
        height: 18px;
      }

.events .events__list-wrap .events__headline:before{
        background-image: linear-gradient(to bottom, #141414 6px, #292929 6px, #292929 12px, #3D3D3D 12px, #3D3D3D 18px)
      }

.events .events__list-wrap .events__list {
      position: relative;
    }

.events .events__list-wrap .events__list {
      max-height: 365px;
    }

.events .events__list-wrap .events__list {
      overflow-y: scroll;
    }

.events .events__list-wrap .events__list {
      border-top-width: 1px;
    }

.events .events__list-wrap .events__list {
      --tw-border-opacity: 1;
      border-color: rgb(229 229 229 / var(--tw-border-opacity));
    }

@media (min-width: 1280px) {
      .events .events__list-wrap .events__list {
        max-height: 417px;
      }
    }

.events .events__list-wrap .events__list{
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
    }

/* Firefox */

.events .events__list-wrap .events__list::-webkit-scrollbar {
        display: none;
      }

.events .events__list-wrap .events__list .single-list-item {
        display: flex;
      }

.events .events__list-wrap .events__list .single-list-item {
        height: 52px;
      }

.events .events__list-wrap .events__list .single-list-item {
        cursor: pointer;
      }

.events .events__list-wrap .events__list .single-list-item {
        align-items: center;
      }

.events .events__list-wrap .events__list .single-list-item {
        justify-content: space-between;
      }

.events .events__list-wrap .events__list .single-list-item {
        border-top-width: 1px;
      }

.events .events__list-wrap .events__list .single-list-item {
        --tw-border-opacity: 1;
        border-color: rgb(107 107 107 / var(--tw-border-opacity));
      }

.events .events__list-wrap .events__list .single-list-item {
        --tw-bg-opacity: 1;
        background-color: rgb(20 20 20 / var(--tw-bg-opacity));
      }

.events .events__list-wrap .events__list .single-list-item {
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.events .events__list-wrap .events__list .single-list-item {
        transition-duration: 300ms;
      }

.events .events__list-wrap .events__list .single-list-item.past {
          --tw-bg-opacity: 1;
          background-color: rgb(4 4 4 / var(--tw-bg-opacity));
        }

.events .events__list-wrap .events__list .single-list-item.past {
          color: #FFFFFF99;
        }

.events .events__list-wrap .events__list .single-list-item:hover {
          --tw-bg-opacity: 1;
          background-color: rgb(209 209 209 / var(--tw-bg-opacity));
        }

.events .events__list-wrap .events__list .single-list-item:hover {
          --tw-text-opacity: 1;
          color: rgb(0 0 0 / var(--tw-text-opacity));
        }

.events .events__list-wrap .events__list .single-list-item.active {
          --tw-bg-opacity: 1;
          background-color: rgb(77 143 201 / var(--tw-bg-opacity));
        }

.events .events__list-wrap .events__list .single-list-item.active {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

.events .events__list-wrap .events__list .single-list-item .single__date {
          margin-left: 8rem;
        }

.events .events__list-wrap .events__list .single-list-item .single__date {
          display: flex;
        }

.events .events__list-wrap .events__list .single-list-item .single__date {
          align-items: center;
        }

.events .events__list-wrap .events__list .single-list-item .single__date {
          font-family: "bmwLight", sans-serif;
        }

@media (min-width: 1280px) {
          .events .events__list-wrap .events__list .single-list-item .single__date {
            margin-left: 150px;
          }
        }

.events .events__list-wrap .events__list .single-list-item .single__date-row {
            display: flex;
          }

.events .events__list-wrap .events__list .single-list-item .single__date-start, .events .events__list-wrap .events__list .single-list-item .single__date-end {
            display: flex;
          }

.events .events__list-wrap .events__list .single-list-item .single__date-start, .events .events__list-wrap .events__list .single-list-item .single__date-end {
            flex-direction: column;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--day {
            font-family: "bmwBold", sans-serif;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--day {
            font-size: 1.5rem;
            line-height: 2rem;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--shortcut {
            padding-top: 0.125rem;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--shortcut {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--month {
            width: 100%;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--month {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--month {
            text-transform: uppercase;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .single__date-start--month {
            line-height: 1;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .dash {
            margin-left: 0.375rem;
            margin-right: 0.375rem;
          }

.events .events__list-wrap .events__list .single-list-item .single__date .dash {
            --tw-translate-y: -0.5rem;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }

.events .events__list-wrap .events__list .single-list-item .single__date .dash {
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }

.events .events__list-wrap .events__list .single-list-item .single__date .dash {
            font-weight: 700;
          }

.events .events__list-wrap .events__list .single-list-item .single__title {
          margin-left: auto;
        }

.events .events__list-wrap .events__list .single-list-item .single__title {
          margin-right: 15px;
        }

.events .events__list-wrap .events__list .single-list-item .single__title {
          text-align: right;
        }

.events .events__list-wrap .events__list .single-list-item .single__title {
          font-family: "bmwLight", sans-serif;
        }

.events .events__list-wrap .events__list .single-list-item .single__title {
          font-size: 21px;
          line-height: 1;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          pointer-events: none;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          margin-right: 97px;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          display: flex;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          align-items: center;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          line-height: 1;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          --tw-text-opacity: 1;
          color: rgb(0 0 0 / var(--tw-text-opacity));
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          opacity: 0;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
          transition-duration: 300ms;
        }

@media (min-width: 1280px) {
          .events .events__list-wrap .events__list .single-list-item .single__event-page-btn {
            margin-right: 150px;
          }
        }

.events .events__list-wrap .events__list .single-list-item .single__event-page-btn svg {
            margin-left: 0.625rem;
          }

.events .events__list-wrap .events__list .single-list-item.active .single__event-page-btn {
            pointer-events: auto;
          }

.events .events__list-wrap .events__list .single-list-item.active .single__event-page-btn {
            opacity: 1;
          }

.events .events__list-wrap .events__list .single-list-item.active .single__event-page-btn {
            transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }

.events .events__list-wrap .events__list .single-list-item.active .single__event-page-btn {
            transition-duration: 300ms;
          }

.events .events__list-wrap .navigation-up {
      pointer-events: none;
    }

.events .events__list-wrap .navigation-up {
      position: absolute;
    }

.events .events__list-wrap .navigation-up {
      top: 90px;
    }

.events .events__list-wrap .navigation-up {
      left: 0px;
    }

.events .events__list-wrap .navigation-up {
      right: 0px;
    }

.events .events__list-wrap .navigation-up {
      display: flex;
    }

.events .events__list-wrap .navigation-up {
      height: 92px;
    }

.events .events__list-wrap .navigation-up {
      align-items: center;
    }

.events .events__list-wrap .navigation-up {
      justify-content: center;
    }

.events .events__list-wrap .navigation-up {
      opacity: 0;
    }

.events .events__list-wrap .navigation-up {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.events .events__list-wrap .navigation-up {
      transition-duration: 300ms;
    }

.events .events__list-wrap .navigation-up{
      background: linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0) 100%);
    }

.events .events__list-wrap .navigation-up svg {
        box-sizing: content-box;
      }

.events .events__list-wrap .navigation-up svg {
        cursor: pointer;
      }

.events .events__list-wrap .navigation-up svg {
        padding: 1.25rem;
      }

.events .events__list-wrap .navigation-up svg{
        transform: matrix(1, 0, 0, -1, 0, 0);
      }

.events .events__list-wrap .navigation-up.show {
        opacity: 1;
      }

.events .events__list-wrap .navigation-up.show svg {
          pointer-events: auto;
        }

.events .events__list-wrap .navigation-down {
      pointer-events: none;
    }

.events .events__list-wrap .navigation-down {
      position: absolute;
    }

.events .events__list-wrap .navigation-down {
      bottom: 0px;
    }

.events .events__list-wrap .navigation-down {
      left: 0px;
    }

.events .events__list-wrap .navigation-down {
      right: 0px;
    }

.events .events__list-wrap .navigation-down {
      display: flex;
    }

.events .events__list-wrap .navigation-down {
      height: 92px;
    }

.events .events__list-wrap .navigation-down {
      align-items: center;
    }

.events .events__list-wrap .navigation-down {
      justify-content: center;
    }

.events .events__list-wrap .navigation-down {
      opacity: 0;
    }

.events .events__list-wrap .navigation-down {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.events .events__list-wrap .navigation-down {
      transition-duration: 300ms;
    }

.events .events__list-wrap .navigation-down{
      background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, #040404 100%);
    }

.events .events__list-wrap .navigation-down svg {
        box-sizing: content-box;
      }

.events .events__list-wrap .navigation-down svg {
        cursor: pointer;
      }

.events .events__list-wrap .navigation-down svg {
        padding: 1.25rem;
      }

.events .events__list-wrap .navigation-down.show {
        opacity: 1;
      }

.events .events__list-wrap .navigation-down.show svg {
          pointer-events: auto;
        }

.contact__wrap{
  }

.contact__btn {
    pointer-events: auto;
  }

.contact__btn {
    position: absolute;
  }

.contact__btn {
    bottom: 0px;
  }

.contact__btn {
    right: -2rem;
  }

.contact__btn {
    height: 3.5rem;
  }

.contact__btn {
    width: 13rem;
  }

.contact__btn {
    --tw-skew-x: -30deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.contact__btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.contact__btn-content {
      display: flex;
    }

.contact__btn-content {
      --tw-skew-x: 30deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.contact__btn-content {
      align-items: center;
    }

.contact__btn-content {
      justify-content: center;
    }

.contact__btn-content {
      padding-right: 2rem;
    }

.contact__btn-content {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.contact__btn svg {
      margin-right: 0.625rem;
    }

.contact__btn svg {
      --tw-rotate: 180deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.contact__btn .stripe {
      position: absolute;
    }

.contact__btn .stripe {
      top: 0px;
    }

.contact__btn .stripe {
      bottom: 0px;
    }

.contact__btn .stripe {
      display: block;
    }

.contact__btn .stripe {
      width: 0.375rem;
    }

.contact__btn .stripe:first-of-type {
        left: 0px;
      }

.contact__btn .stripe:first-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(226 42 27 / var(--tw-bg-opacity));
      }

.contact__btn .stripe:nth-of-type(2) {
        left: 0.375rem;
      }

.contact__btn .stripe:nth-of-type(2) {
        --tw-bg-opacity: 1;
        background-color: rgb(0 63 120 / var(--tw-bg-opacity));
      }

.contact__btn .stripe:last-of-type {
        left: 0.75rem;
      }

.contact__btn .stripe:last-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(0 103 178 / var(--tw-bg-opacity));
      }

.contact__content {
    pointer-events: auto;
  }

.contact__content {
    position: absolute;
  }

.contact__content {
    bottom: 0px;
  }

.contact__content {
    right: -710px;
  }

.contact__content {
    height: 215px;
  }

.contact__content {
    width: 610px;
  }

.contact__content {
    --tw-skew-x: -30deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

.contact__content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.contact__content {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

.contact__content {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.contact__content {
    transition-duration: 500ms;
  }

.contact__content {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

.contact__content{
    background-image: linear-gradient(to right, #E22A1B 6px, #003F78 7px, #003F78 13px, #0067B2 14px, #0067B2 20px, #fff 21px, #fff 33%, #F2F2F2 33%, #F2F2F2 66%, #E5E5E5 66%, #E5E5E5 100%);
  }

.contact__content.open {
      right: -85px;
    }

.contact__content-inside {
      display: flex;
    }

.contact__content-inside {
      height: 100%;
    }

.contact__content-inside {
      width: 100%;
    }

.contact__content-inside {
      --tw-skew-x: 30deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.contact__content-inside {
      flex-direction: column;
    }

.contact__content-inside {
      align-items: flex-start;
    }

.contact__content-inside {
      justify-content: center;
    }

.contact__content-inside {
      padding-right: 85px;
    }

.contact__content-inside {
      padding-left: 10rem;
    }

.contact__content-text {
      margin-bottom: 1.5rem;
    }

.contact__content-link {
      margin-bottom: 0.625rem;
    }

.contact__content-link {
      display: block;
    }

.contact__content-link {
      display: flex;
    }

.contact__content-link {
      height: 34px;
    }

.contact__content-link {
      width: 16rem;
    }

.contact__content-link {
      align-items: center;
    }

.contact__content-link {
      justify-content: center;
    }

.contact__content-link {
      border-width: 1px;
    }

.contact__content-link {
      --tw-border-opacity: 1;
      border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }

.contact__content-link {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.contact__content-link {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.contact__content-link {
      transition-duration: 300ms;
    }

.contact__content-link:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

.contact__content-link:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.contact__content .close-btn {
      position: absolute;
    }

.contact__content .close-btn {
      right: 7rem;
    }

.contact__content .close-btn {
      top: 1rem;
    }

.contact__content .close-btn {
      display: flex;
    }

.contact__content .close-btn {
      align-items: center;
    }

.contact__content .close-btn {
      padding: 0.5rem;
    }

.contact__content .close-btn {
      font-family: "bmwRegular", sans-serif;
    }

.contact__content .close-btn {
      font-size: 12px;
      line-height: 1;
    }

.contact__content .close-btn {
      letter-spacing: 0.2em;
    }

.contact__content .close-btn svg {
        margin-left: 0.375rem;
      }

.event-wrap {
  position: relative;
}

.event-wrap .stripes--top-left {
    position: absolute;
  }

.event-wrap .stripes--top-left {
    top: 0px;
  }

.event-wrap .stripes--top-left {
    left: 0px;
  }

.event-wrap .stripes--top-left {
    display: none;
  }

@media (min-width: 1536px) {
    .event-wrap .stripes--top-left {
      display: block;
    }
  }

.event-wrap .stripes--gray-lines {
    position: absolute;
  }

.event-wrap .stripes--gray-lines {
    top: 7rem;
  }

.event-wrap .stripes--gray-lines {
    left: 0px;
  }

.event-wrap .stripes--gray-lines {
    right: 0px;
  }

.event-wrap .stripes--gray-lines {
    display: none;
  }

.event-wrap .stripes--gray-lines {
    height: 100%;
  }

.event-wrap .stripes--gray-lines {
    max-height: 260px;
  }

@media (min-width: 1536px) {
    .event-wrap .stripes--gray-lines {
      display: block;
    }
  }

.event-wrap .stripes--gray-lines img {
      height: 100%;
    }

.event-wrap .stripes--gray-lines img {
      width: 100%;
    }

.event-wrap .stripes--gray-lines img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.event-wrap .stripes--gray-gradient {
    position: absolute;
  }

.event-wrap .stripes--gray-gradient {
    top: 0px;
  }

.event-wrap .stripes--gray-gradient {
    right: 0px;
  }

.event-wrap .stripes--gray-gradient {
    display: none;
  }

.event-wrap .stripes--gray-gradient {
    height: 100%;
  }

.event-wrap .stripes--gray-gradient {
    max-height: 368px;
  }

@media (min-width: 1024px) {
    .event-wrap .stripes--gray-gradient {
      display: block;
    }
  }

.event-wrap .stripes--gray-gradient img {
      height: 100%;
    }

.event-wrap .stripes--gray-gradient img {
      width: 100%;
    }

.event-wrap .stripes--gray-gradient img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.event-wrap .event_name {
    margin-left: auto;
    margin-right: auto;
  }

.event-wrap .event_name {
    height: 84px;
  }

.event-wrap .event_name {
    width: 400px;
  }

.event-wrap .event_name {
    padding-top: 2rem;
  }

.event-wrap .event_name {
    text-align: center;
  }

.event-wrap .event_name {
    font-size: 26px;
    line-height: 1;
  }

.event-wrap .event_map {
    position: relative;
  }

.event-wrap .event_map {
    margin-left: auto;
    margin-right: auto;
  }

.event-wrap .event_map {
    display: flex;
  }

.event-wrap .event_map {
    width: 100%;
  }

.event-wrap .event_map {
    max-width: 1195px;
  }

.event-wrap .event_map {
    justify-content: center;
  }

.event-wrap .event_map {
    padding-top: 0.75rem;
  }

.event-wrap .event_map {
    padding-bottom: 2rem;
  }

.event-wrap .event_map-image {
      height: 15rem;
    }

.event-wrap .event_map-image {
      width: auto;
    }

.event-wrap .event_map-image img {
        height: 100%;
      }

.event-wrap .event_map-image img {
        width: auto;
      }

.event-wrap .event_map-image img {
        -o-object-fit: contain;
           object-fit: contain;
      }

.event-wrap .event_map-image img {
        -o-object-position: center;
           object-position: center;
      }

.event-wrap .event_map-legend {
      position: absolute;
    }

.event-wrap .event_map-legend {
      bottom: 2rem;
    }

.event-wrap .event_map-legend {
      right: 2rem;
    }

.event-wrap .event_map-legend {
      width: 9rem;
    }

.event-wrap .event_map-legend {
      border-width: 1px;
    }

.event-wrap .event_map-legend {
      --tw-border-opacity: 1;
      border-color: rgb(112 111 111 / var(--tw-border-opacity));
    }

.event-wrap .event_map-legend {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

.event-wrap .event_map-legend {
      padding-left: 2rem;
    }

.event-wrap .event_map-legend {
      --tw-text-opacity: 1;
      color: rgb(209 209 209 / var(--tw-text-opacity));
    }

.event-wrap .event_map-legend--title {
        margin-left: -1rem;
      }

.event-wrap .event_map-legend--title {
        padding-bottom: 0.5rem;
      }

.event-wrap .event_map-legend--title {
        font-family: "bmwBold", sans-serif;
      }

.event-wrap .event_map-legend--title {
        font-size: 14px;
        line-height: 1;
      }

.event-wrap .event_map-legend--title {
        font-weight: 700;
      }

.event-wrap .event_map-legend--title {
        letter-spacing: 0.1em;
      }

.event-wrap .event_map-legend ol {
        margin-bottom: 0px;
      }

.event-wrap .event_map-legend ol {
        list-style-type: none;
      }

.event-wrap .event_map-legend ol {
        font-size: 12px;
        line-height: 1;
      }

.event-wrap .event_map-legend ol {
        counter-reset: item;
      }

.event-wrap .event_map-legend ol li {
          padding-bottom: 0.25rem;
        }

.event-wrap .event_map-legend ol li {
          font-family: "bmwRegular", sans-serif;
        }

.event-wrap .event_map-legend ol li {
          font-size: 0.75rem;
          line-height: 1rem;
        }

.event-wrap .event_map-legend ol li:before {
            margin-left: -1rem;
          }

.event-wrap .event_map-legend ol li:before {
            padding-right: 0.375rem;
          }

.event-wrap .event_map-legend ol li:before {
            font-family: "bmwBold", sans-serif;
          }

.event-wrap .event_map-legend ol li:before {
            content: counter(item) "  ";
            counter-increment: item;
          }

.event-wrap .event_map .legals {
      pointer-events: auto;
    }

.event-wrap .event_map .legals {
      position: absolute;
    }

.event-wrap .event_map .legals {
      bottom: 1.5rem;
    }

.event-wrap .event_map .legals {
      left: 1.5rem;
    }

.event-wrap .event_map .legals {
      display: flex;
    }

.event-wrap .event_map .legals {
      max-width: 100px;
    }

.event-wrap .event_map .legals {
      flex-direction: column;
    }

.event-wrap .event_map .legals {
      font-size: 0.75rem;
      line-height: 1rem;
    }

.event-wrap .event_map .legals {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
      .event-wrap .event_map .legals {
        left: 0px;
      }
    }

@media (min-width: 1536px) {
      .event-wrap .event_map .legals {
        display: none;
      }
    }

.event-wrap .event_map .legals__single {
        margin-top: 0.375rem;
      }

.event-wrap .event_map .legals__single {
        font-family: "bmwRegular", sans-serif;
      }

.event-wrap .event_details {
    position: relative;
  }

.event-wrap .event_details {
    height: 535px;
  }

.event-wrap .event_details > .stripe {
      display: block;
    }

.event-wrap .event_details > .stripe {
      height: 0.375rem;
    }

.event-wrap .event_details > .stripe {
      width: 100%;
    }

.event-wrap .event_details > .stripe:first-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(20 20 20 / var(--tw-bg-opacity));
      }

.event-wrap .event_details > .stripe:nth-of-type(2) {
        --tw-bg-opacity: 1;
        background-color: rgb(41 41 41 / var(--tw-bg-opacity));
      }

.event-wrap .event_details > .stripe:last-of-type {
        --tw-bg-opacity: 1;
        background-color: rgb(61 61 61 / var(--tw-bg-opacity));
      }

.event-wrap .event_details .event_tabs {
      border-bottom-width: 1px;
    }

.event-wrap .event_details .event_tabs {
      --tw-border-opacity: 1;
      border-color: rgb(112 111 111 / var(--tw-border-opacity));
    }

.event-wrap .event_details .event_tabs-wrap {
        margin-left: auto;
        margin-right: auto;
      }

.event-wrap .event_details .event_tabs-wrap {
        display: flex;
      }

.event-wrap .event_details .event_tabs-wrap {
        max-width: 1195px;
      }

.event-wrap .event_details .event_tabs-wrap {
        flex-direction: row;
      }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          cursor: pointer;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          border-bottom-width: 6px;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          border-color: transparent;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          padding-top: 2rem;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          padding-bottom: 1.75rem;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          font-family: "bmwRegular", sans-serif;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          font-size: 24px;
          line-height: 1;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab {
          color: #FFFFFF60;
        }

.event-wrap .event_details .event_tabs-wrap .event_tab.active {
            --tw-border-opacity: 1;
            border-color: rgb(77 143 201 / var(--tw-border-opacity));
          }

.event-wrap .event_details .event_tabs-wrap .event_tab.active {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

.event-wrap .event_details .event_tab-content {
      position: relative;
    }

.event-wrap .event_details .event_tab-content {
      display: none;
    }

.event-wrap .event_details .event_tab-content.active {
        display: block;
      }

.opportunities_content_image {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  height: 423px;
  width: 100%;
  max-width: 1920px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 1536px) {
  .opportunities_content_image {
    display: block;
  }
}

.opportunities {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 423px;
  max-width: 1195px;
  flex-direction: row;
}

.opportunities .opportunities_tabs {
    position: relative;
  }

.opportunities .opportunities_tabs {
    z-index: 10;
  }

.opportunities .opportunities_tabs {
    margin-top: 1rem;
  }

.opportunities .opportunities_tabs {
    min-width: 300px;
  }

.opportunities .opportunities_tabs::after {
      content: '';
    }

.opportunities .opportunities_tabs::after {
      position: absolute;
    }

.opportunities .opportunities_tabs::after {
      top: 0px;
    }

.opportunities .opportunities_tabs::after {
      right: -1.5rem;
    }

.opportunities .opportunities_tabs::after {
      height: 100%;
    }

.opportunities .opportunities_tabs::after {
      width: 1.5rem;
    }

.opportunities .opportunities_tabs::after {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.opportunities .opportunities_tabs::after {
      --tw-shadow: -15px -10px 27px -2px black;
      --tw-shadow-colored: -15px -10px 27px -2px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        cursor: pointer;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        padding-left: 0.75rem;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        font-family: "bmwRegular", sans-serif;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        font-size: 12px;
        line-height: 1;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name {
        transition-duration: 200ms;
      }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name:hover {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name:hover {
          --tw-text-opacity: 1;
          color: rgb(0 0 0 / var(--tw-text-opacity));
        }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name.active {
          --tw-bg-opacity: 1;
          background-color: rgb(77 143 201 / var(--tw-bg-opacity));
        }

.opportunities .opportunities_tabs .opportunity_tab > .opportunity_tab-name.active {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

.opportunities .opportunities_tabs .opportunity_tab:not(:last-child) {
        border-bottom-width: 1px;
      }

.opportunities .opportunities_tabs .opportunity_tab:not(:last-child) {
        --tw-border-opacity: 1;
        border-color: rgb(112 111 111 / var(--tw-border-opacity));
      }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs {
        overflow: hidden;
      }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs {
        --tw-bg-opacity: 1;
        background-color: rgb(41 41 41 / var(--tw-bg-opacity));
      }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs {
        transition-duration: 300ms;
      }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            cursor: pointer;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            padding-left: 1.5rem;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            font-family: "bmwRegular", sans-serif;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            font-size: 12px;
            line-height: 1;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name {
            transition-duration: 200ms;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name:hover {
              --tw-bg-opacity: 1;
              background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab > .opportunity_tab-name:hover {
              --tw-text-opacity: 1;
              color: rgb(0 0 0 / var(--tw-text-opacity));
            }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab:not(:last-child) {
            border-bottom-width: 1px;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab:not(:last-child) {
            --tw-border-opacity: 1;
            border-color: rgb(112 111 111 / var(--tw-border-opacity));
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab:first-child {
            border-top-width: 1px;
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab.active {
            --tw-bg-opacity: 1;
            background-color: rgb(77 143 201 / var(--tw-bg-opacity));
          }

.opportunities .opportunities_tabs .opportunity_tab .opportunity_children-tabs .opportunity_child-tab.active {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

.opportunities .opportunities_content {
    position: relative;
  }

.opportunities .opportunities_content {
    height: 100%;
  }

.opportunities .opportunities_content {
    width: 895px;
  }

.opportunities .opportunities_content {
    overflow-y: scroll;
  }

.opportunities .opportunities_content {
    background-size: contain;
  }

.opportunities .opportunities_content {
    background-position: right;
  }

.opportunities .opportunities_content {
    background-repeat: no-repeat;
  }

.opportunities .opportunities_content {
    font-family: "bmwLight", sans-serif;
  }

.opportunities .opportunities_content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

/* Firefox */

.opportunities .opportunities_content::-webkit-scrollbar {
      display: none;
    }

.opportunities .opportunities_content h2, .opportunities .opportunities_content h3, .opportunities .opportunities_content h4 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }

.opportunities .opportunities_content ul {
      margin-bottom: 0.25rem;
    }

.opportunities .opportunities_content ul {
      list-style-position: outside;
    }

.opportunities .opportunities_content ul{
      list-style-type: '-  ';
    }

.opportunities .opportunities_content ul li {
        margin-left: 1.25rem;
      }

.opportunities .opportunities_content p, .opportunities .opportunities_content li {
      margin-bottom: 0.375rem;
    }

.opportunities .opportunities_content p, .opportunities .opportunities_content li {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.opportunities .opportunities_content a {
      font-family: "bmwLight", sans-serif;
    }

.opportunities .opportunities_content a {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.opportunities .opportunities_content a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.opportunities .opportunities_content .content-up {
      pointer-events: none;
    }

.opportunities .opportunities_content .content-up {
      position: absolute;
    }

.opportunities .opportunities_content .content-up {
      top: 3.5rem;
    }

.opportunities .opportunities_content .content-up {
      right: 0.75rem;
    }

.opportunities .opportunities_content .content-up {
      z-index: 50;
    }

.opportunities .opportunities_content .content-up {
      box-sizing: content-box;
    }

.opportunities .opportunities_content .content-up {
      height: 26px;
    }

.opportunities .opportunities_content .content-up {
      width: 2.25rem;
    }

.opportunities .opportunities_content .content-up {
      cursor: pointer;
    }

.opportunities .opportunities_content .content-up {
      padding: 0.75rem;
    }

.opportunities .opportunities_content .content-up {
      opacity: 0;
    }

.opportunities .opportunities_content .content-up {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.opportunities .opportunities_content .content-up {
      transition-duration: 300ms;
    }

.opportunities .opportunities_content .content-up svg {
        height: 100%;
      }

.opportunities .opportunities_content .content-up svg {
        width: 100%;
      }

.opportunities .opportunities_content .content-up svg{
        transform: matrix(1, 0, 0, -1, 0, 0);
      }

.opportunities .opportunities_content .content-up.show {
        pointer-events: auto;
      }

.opportunities .opportunities_content .content-up.show {
        opacity: 1;
      }

.opportunities .opportunities_content .content-down {
      pointer-events: none;
    }

.opportunities .opportunities_content .content-down {
      position: absolute;
    }

.opportunities .opportunities_content .content-down {
      bottom: 4rem;
    }

.opportunities .opportunities_content .content-down {
      right: 0.75rem;
    }

.opportunities .opportunities_content .content-down {
      z-index: 50;
    }

.opportunities .opportunities_content .content-down {
      box-sizing: content-box;
    }

.opportunities .opportunities_content .content-down {
      height: 26px;
    }

.opportunities .opportunities_content .content-down {
      width: 2.25rem;
    }

.opportunities .opportunities_content .content-down {
      cursor: pointer;
    }

.opportunities .opportunities_content .content-down {
      padding: 0.75rem;
    }

.opportunities .opportunities_content .content-down {
      opacity: 0;
    }

.opportunities .opportunities_content .content-down {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.opportunities .opportunities_content .content-down {
      transition-duration: 300ms;
    }

.opportunities .opportunities_content .content-down svg {
        height: 100%;
      }

.opportunities .opportunities_content .content-down svg {
        width: 100%;
      }

.opportunities .opportunities_content .content-down svg {
        cursor: pointer;
      }

.opportunities .opportunities_content .content-down.show {
        pointer-events: auto;
      }

.opportunities .opportunities_content .content-down.show {
        opacity: 1;
      }

.opportunities .opportunities_content .opportunities_content-default {
      position: relative;
    }

.opportunities .opportunities_content .opportunities_content-default {
      z-index: 10;
    }

.opportunities .opportunities_content .opportunities_content-default {
      display: block;
    }

.opportunities .opportunities_content .opportunities_content-default {
      height: 100%;
    }

.opportunities .opportunities_content .opportunities_content-default {
      padding-top: 1.5rem;
    }

.opportunities .opportunities_content .opportunities_content-default {
      padding-left: 1.5rem;
    }

.opportunities .opportunities_content .opportunities_content-default {
      font-size: 1rem;
      line-height: 1.5rem;
    }

.opportunities .opportunities_content .opportunities_content-default {
      line-height: 1;
    }

.opportunities .opportunities_content .opportunities_content-default.nonactive {
        display: none;
      }

* .opportunities .opportunities_content .opportunities_content-default::after {
        content: '';
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          position: absolute;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          left: 0px;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          top: 0px;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          z-index: 1;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          height: 100%;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          background-image: linear-gradient(90deg, rgba(19,19,19,1) 69%, rgba(19,19,19,0.6558998599439776) 80%, rgba(19,19,19,0.1516981792717087) 91%, rgba(19,19,19,0) 100%);
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .opportunities_content-default::after {
          background-repeat: no-repeat;
        }
      }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .opportunities_content-default.shadow-small::after {
            width: 40%;
          }
        }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .opportunities_content-default.shadow-medium::after {
            width: 75%;
          }
        }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .opportunities_content-default.shadow-large::after {
            width: 100%;
          }
        }

.opportunities .opportunities_content .opportunities_content-default div {
        display: flex;
      }

.opportunities .opportunities_content .opportunities_content-default div > * {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap {
      position: relative;
    }

.opportunities .opportunities_content .content_wrap {
      z-index: 10;
    }

.opportunities .opportunities_content .content_wrap {
      display: none;
    }

.opportunities .opportunities_content .content_wrap {
      height: auto;
    }

.opportunities .opportunities_content .content_wrap {
      min-height: 100%;
    }

.opportunities .opportunities_content .content_wrap {
      background-repeat: no-repeat;
    }

.opportunities .opportunities_content .content_wrap {
      padding-top: 1.5rem;
    }

.opportunities .opportunities_content .content_wrap {
      padding-left: 1.5rem;
    }

* .opportunities .opportunities_content .content_wrap::after {
        content: '';
      }

* .opportunities .opportunities_content .content_wrap::after {
        min-height: 100%;
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          position: absolute;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          left: 0px;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          top: 0px;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          z-index: 1;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          height: 100%;
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          background-image: linear-gradient(90deg, rgba(19,19,19,1) 69%, rgba(19,19,19,0.6558998599439776) 80%, rgba(19,19,19,0.1516981792717087) 91%, rgba(19,19,19,0) 100%);
        }
      }

@media (min-width: 1536px) {
        * .opportunities .opportunities_content .content_wrap::after {
          background-repeat: no-repeat;
        }
      }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .content_wrap.shadow-small::after {
            width: 40%;
          }
        }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .content_wrap.shadow-medium::after {
            width: 75%;
          }
        }

@media (min-width: 1536px) {
          * .opportunities .opportunities_content .content_wrap.shadow-large::after {
            width: 100%;
          }
        }

.opportunities .opportunities_content .content_wrap.under {
        z-index: 100;
      }

.opportunities .opportunities_content .content_wrap.active {
        display: block;
      }

.opportunities .opportunities_content .content_wrap .opportunity_text {
        display: flex;
      }

.opportunities .opportunities_content .content_wrap .opportunity_text {
        flex-direction: row;
      }

.opportunities .opportunities_content .content_wrap .opportunity_text-text {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text-text {
          width: 70%;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text-text {
          font-size: 20px;
          line-height: 1;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text-text p {
            font-size: 1rem;
            line-height: 1.5rem;
          }

.opportunities .opportunities_content .content_wrap .opportunity_text-kpis {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text-kpis {
          margin-left: 2.5rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text-kpis {
          margin-right: 1rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons {
        display: flex;
      }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons {
        flex-direction: row;
      }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-text {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-text {
          width: 70%;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-text {
          font-size: 20px;
          line-height: 1;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-text p {
            font-size: 1rem;
            line-height: 1.5rem;
          }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-kpis {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-kpis {
          margin-left: 1rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_text_buttons-kpis {
          margin-right: 1rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons {
        margin-right: 5rem;
      }

.opportunities .opportunities_content .content_wrap .opportunity_table-table, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-table {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-table, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-table {
          padding-right: 5rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          display: grid;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          grid-template-columns: repeat(11, minmax(0, 1fr));
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          border-bottom-width: 1px;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          --tw-border-opacity: 1;
          border-color: rgb(61 61 61 / var(--tw-border-opacity));
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          padding-bottom: 1rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines {
          font-family: "bmwRegular", sans-serif;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline {
            font-size: 20px;
            line-height: 1;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline {
            line-height: 1;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:first-child {
              grid-column: span 5 / span 5;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:first-child {
              grid-column-start: 1;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:first-child {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(2) {
              grid-column: span 3 / span 3;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(2) {
              grid-column-start: 6;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(2) {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(3) {
              grid-column: span 3 / span 3;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(3) {
              grid-column-start: 9;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-headlines .col-headline:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-headlines .col-headline:nth-of-type(3) {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-list, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-list {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-list, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-list {
          overflow-y: scroll;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-list, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-list {
          -ms-overflow-style: none;
          scrollbar-width: none;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-list::-webkit-scrollbar, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-list::-webkit-scrollbar {
            display: none;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-content, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content {
          display: grid;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-content, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content {
          grid-template-columns: repeat(11, minmax(0, 1fr));
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-content, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content {
          border-bottom-width: 1px;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-content, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content {
          --tw-border-opacity: 1;
          border-color: rgb(61 61 61 / var(--tw-border-opacity));
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-content, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content {
          padding-top: 0.625rem;
          padding-bottom: 0.625rem;
        }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >* {
            font-family: "bmwLight", sans-serif;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >* {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >* {
            line-height: 1;
          }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:first-child {
              grid-column: span 5 / span 5;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:first-child {
              grid-column-start: 1;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:first-child, .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:first-child {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(2) {
              grid-column: span 3 / span 3;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(2) {
              grid-column-start: 6;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(2), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(2) {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(3) {
              grid-column: span 3 / span 3;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(3) {
              grid-column-start: 9;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-content >*:nth-of-type(3), .opportunities .opportunities_content .content_wrap .opportunity_table_buttons-content >*:nth-of-type(3) {
              margin-right: 1.5rem;
            }

.opportunities .opportunities_content .content_wrap .opportunity_table-list {
        height: 340px;
      }

.opportunities .opportunities_content .content_wrap .opportunity_table_buttons-list {
        height: 244px;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        position: absolute;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        bottom: 1.5rem;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        left: 1.5rem;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        display: flex;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        flex-direction: row;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        font-size: 1rem;
        line-height: 1.5rem;
      }

.opportunities .opportunities_content .content_wrap .buttons {
        line-height: 1.25rem;
      }

.opportunities .opportunities_content .content_wrap .buttons > :first-child {
          margin-right: 1.5rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          display: flex;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          height: 4rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          width: 13rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          align-items: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          justify-content: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          border-width: 2px;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          border-color: transparent;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          padding: 0.5rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          text-align: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          --tw-text-opacity: 1;
          color: rgb(0 0 0 / var(--tw-text-opacity));
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          -webkit-text-decoration-line: none;
                  text-decoration-line: none;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button {
          transition-duration: 200ms;
        }

@media (min-width: 1280px) {
          .opportunities .opportunities_content .content_wrap .buttons .link_button {
            width: 255px;
          }
        }

.opportunities .opportunities_content .content_wrap .buttons .link_button:hover {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
          }

.opportunities .opportunities_content .content_wrap .buttons .link_button:hover {
            background-color: transparent;
          }

.opportunities .opportunities_content .content_wrap .buttons .link_button:hover {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          z-index: 10;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          display: flex;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          height: 4rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          width: 13rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          cursor: pointer;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          align-items: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          justify-content: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          border-width: 2px;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          padding: 0.5rem;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          text-align: center;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          font-family: "bmwRegular", sans-serif;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button {
          transition-duration: 200ms;
        }

@media (min-width: 1280px) {
          .opportunities .opportunities_content .content_wrap .buttons .popup_button {
            width: 255px;
          }
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_button:hover {
            border-color: transparent;
          }

.opportunities .opportunities_content .content_wrap .buttons .popup_button:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

.opportunities .opportunities_content .content_wrap .buttons .popup_button:hover {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
          }

.opportunities .opportunities_content .content_wrap .buttons .popup_content {
          display: none;
        }

.opportunities .opportunities_content .content_wrap .buttons .popup_content.active {
            z-index: 100;
          }

.opportunities .opportunities_content .content_wrap .buttons .popup_content.active {
            display: block;
          }

.opportunities .opportunities_content .content_wrap .kpi {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

.opportunities .opportunities_content .content_wrap .kpi {
        padding-left: 1.5rem;
      }

.opportunities .opportunities_content .content_wrap .kpi {
        font-family: "bmwRegular", sans-serif;
      }

.opportunities .opportunities_content .content_wrap .kpi {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.opportunities .opportunities_content .content_wrap .kpi {
        line-height: 1;
      }

.opportunities .opportunities_content .content_wrap .kpi-title {
          font-family: "bmwRegular", sans-serif;
        }

.opportunities .opportunities_content .content_wrap .kpi-title {
          font-size: 20px;
          line-height: 1;
        }

.opportunities .opportunities_content .content_wrap .kpi-title {
          line-height: 1;
        }

.opportunities .opportunities_content .content_wrap .kpi-very-short {
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
        }

.opportunities .opportunities_content .content_wrap .kpi-very-short {
          min-width: 140px;
        }

.opportunities .opportunities_content .content_wrap .kpi-short {
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
        }

.opportunities .opportunities_content .content_wrap .kpi-short {
          min-width: 190px;
        }

.opportunities .opportunities_content .content_wrap .kpi-long {
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
        }

.opportunities .opportunities_content .content_wrap .kpi-long {
          min-width: 225px;
        }

.opportunities .opportunities_content .content_wrap .kpi-very-long {
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
        }

.opportunities .opportunities_content .content_wrap .kpi-very-long {
          min-width: 280px;
        }

.opportunities .opportunities_content .content_wrap .kpi-1 {
          margin-top: 1.5rem;
        }

.opportunities .opportunities_content .content_wrap .kpi-1 {
          background-color: #508130B2;
        }

.opportunities .opportunities_content .content_wrap .kpi-2 {
          margin-top: 0.5rem;
        }

.opportunities .opportunities_content .content_wrap .kpi-2 {
          background-color: #E22A1BB2;
        }

.opportunities .opportunities_content .content_wrap .kpi-3 {
          margin-top: 0.5rem;
        }

.opportunities .opportunities_content .content_wrap .kpi-3 {
          background-color: #003F78B2;
        }

.opportunities .opportunities_content .content_wrap .kpi-4 {
          margin-top: 0.5rem;
        }

.opportunities .opportunities_content .content_wrap .kpi-4 {
          background-color: #4D8FC9B2;
        }

.market-support {
  position: relative;
  height: 423px;
}

.market-support__left-img {
    position: absolute;
  }

.market-support__left-img {
    top: 0px;
  }

.market-support__left-img {
    left: 0px;
  }

.market-support__left-img {
    display: none;
  }

.market-support__left-img {
    height: 100%;
  }

.market-support__left-img {
    width: 50%;
  }

@media (min-width: 1536px) {
    .market-support__left-img {
      display: block;
    }
  }

.market-support__left-img img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.market-support__left-img img {
      -o-object-position: left;
         object-position: left;
    }

.market-support__right-img {
    position: absolute;
  }

.market-support__right-img {
    top: 0px;
  }

.market-support__right-img {
    right: 0px;
  }

.market-support__right-img {
    display: none;
  }

.market-support__right-img {
    height: 100%;
  }

.market-support__right-img {
    width: 50%;
  }

@media (min-width: 1536px) {
    .market-support__right-img {
      display: block;
    }
  }

.market-support__right-img img {
      margin-left: auto;
    }

.market-support__right-img img {
      -o-object-fit: contain;
         object-fit: contain;
    }

.market-support__right-img img {
      -o-object-position: right;
         object-position: right;
    }

.market-support__content {
    position: relative;
  }

.market-support__content {
    margin-left: auto;
    margin-right: auto;
  }

.market-support__content {
    display: flex;
  }

.market-support__content {
    height: 100%;
  }

.market-support__content {
    max-width: 1195px;
  }

.market-support__left {
    height: 100%;
  }

.market-support__left {
    width: 50%;
  }

.market-support__left {
    overflow-y: scroll;
  }

.market-support__left {
    padding-left: 1.5rem;
  }

.market-support__left {
    padding-right: 3.5rem;
  }

.market-support__left {
    padding-bottom: 1.5rem;
  }

@media (min-width: 1280px) {
    .market-support__left {
      padding-left: 0px;
    }
  }

@media (min-width: 1280px) {
    .market-support__left {
      padding-right: 82px;
    }
  }

.market-support__left{
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

/* Firefox */

.market-support__left::-webkit-scrollbar {
      display: none;
    }

.market-support__right {
    height: 100%;
  }

.market-support__right {
    width: 50%;
  }

.market-support__right {
    overflow-y: scroll;
  }

.market-support__right {
    padding-right: 1.5rem;
  }

.market-support__right {
    padding-bottom: 1.5rem;
  }

@media (min-width: 1280px) {
    .market-support__right {
      padding-right: 50px;
    }
  }

.market-support__right{
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }

/* Firefox */

.market-support__right::-webkit-scrollbar {
      display: none;
    }

.market-support__right .market-support__list {
      padding-right: 1.25rem;
    }

.market-support__right .market-support__description {
      width: 66.666667%;
    }

@media (min-width: 1280px) {
      .market-support__right .market-support__description {
        width: 100%;
      }
    }

.market-support__headline {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

.market-support__headline {
    font-size: 26px;
    line-height: 1;
  }

@media (min-width: 1280px) {
    .market-support__headline {
      font-size: 28px;
      line-height: 1;
    }
  }

.market-support__subline {
    margin-bottom: 1.5rem;
  }

.market-support__subline {
    font-family: "bmwRegular", sans-serif;
  }

.market-support__list {
    margin-bottom: 1.5rem;
  }

.market-support__list .market-support__single {
      border-top-width: 1px;
    }

.market-support__list .market-support__single {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.market-support__list .market-support__single {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }

.market-support__list .market-support__single:first-of-type {
        border-style: none;
      }

.market-support__list .market-support__single:first-of-type {
        padding-top: 0px;
      }

.market-support__list .market-support__single-text {
        display: flex;
      }

.market-support__list .market-support__single-text {
        align-items: flex-end;
      }

.market-support__list .market-support__single-text {
        font-family: "bmwRegular", sans-serif;
      }

.market-support__list .market-support__single-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

.market-support__list .market-support__single-text .number {
          margin-right: 0.75rem;
        }

.market-support__list .market-support__single-text .number {
          min-width: 54px;
        }

.market-support__list .market-support__single-text .number {
          font-family: "bmwBold", sans-serif;
        }

.market-support__list .market-support__single-text .number {
          font-size: 36px;
          line-height: 1;
        }

.market-support__list .market-support__single-text .number {
          font-weight: 700;
        }

.market-support__description {
    font-family: "bmwRegular", sans-serif;
  }

.market-support__description {
    font-size: 0.75rem;
    line-height: 1rem;
  }

@media (min-width: 1280px) {
    .market-support__description {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.market-support__description.smaller {
      font-size: 10px;
      line-height: 14px;
    }

.content-page {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  width: 100%;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1280px) {
  .content-page {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content-page{
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

/* Firefox */

.content-page::-webkit-scrollbar {
    display: none;
  }

.content-page .stripes {
    pointer-events: none;
  }

.content-page .stripes {
    position: fixed;
  }

.content-page .stripes {
    top: 8rem;
  }

.content-page .stripes {
    display: none;
  }

.content-page .stripes {
    height: 100%;
  }

.content-page .stripes {
    max-height: 307px;
  }

.content-page .stripes {
    width: 100%;
  }

.content-page .stripes {
    background-size: cover;
  }

.content-page .stripes {
    background-position: center;
  }

@media (min-width: 1536px) {
    .content-page .stripes {
      display: block;
    }
  }

.content-page .stripes img {
      height: 100%;
    }

.content-page .stripes img {
      width: 100%;
    }

.content-page .stripes img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.content-page .stripes img {
      -o-object-position: center;
         object-position: center;
    }

.content-page .stripes--top-left {
    position: fixed;
  }

.content-page .stripes--top-left {
    top: 0px;
  }

.content-page .stripes--top-left {
    left: 0px;
  }

.content-page .stripes--top-left {
    display: none;
  }

@media (min-width: 1536px) {
    .content-page .stripes--top-left {
      display: block;
    }
  }

.content-page .stripes--bottom-right {
    position: fixed;
  }

.content-page .stripes--bottom-right {
    top: 563px;
  }

.content-page .stripes--bottom-right {
    right: 0px;
  }

.content-page .stripes--bottom-right {
    display: none;
  }

@media (min-width: 1536px) {
    .content-page .stripes--bottom-right {
      display: block;
    }
  }

.content-page .stripes--gray-gradient {
    position: fixed;
  }

.content-page .stripes--gray-gradient {
    top: 0px;
  }

.content-page .stripes--gray-gradient {
    right: 0px;
  }

.content-page .stripes--gray-gradient {
    display: none;
  }

.content-page .stripes--gray-gradient {
    height: 100%;
  }

.content-page .stripes--gray-gradient {
    max-height: 368px;
  }

@media (min-width: 1536px) {
    .content-page .stripes--gray-gradient {
      display: block;
    }
  }

.content-page .stripes--gray-gradient img {
      height: 100%;
    }

.content-page .stripes--gray-gradient img {
      width: 100%;
    }

.content-page .stripes--gray-gradient img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.legals-content {
  max-width: 1195px !important;
  padding-top: 9rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.legals-content__text h2 {
      margin-top: 0px;
    }

.legals-content__text h2 {
      margin-bottom: 2.25rem;
    }

.legals-content__text h2 {
      font-size: 44px;
      line-height: 1;
    }

.legals-content__text h2 {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.legals-content__text strong {
      font-family: "bmwRegular", sans-serif;
    }

.legals-content__text strong {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.legals-content__text a {
      font-family: "bmwLight", sans-serif;
    }

.legals-content__text a {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.legals-content__text {
    margin-left: auto;
    margin-right: auto;
  }

.legals-content__text {
    max-width: 576px;
  }

.legals-content__repeater {
    margin-left: 135px;
  }

.legals-content__repeater {
    max-width: 900px;
  }

@media (min-width: 1280px) {
    .legals-content__repeater {
      margin-left: auto;
    }
  }

.legals-content__page-headline {
    margin-top: 0px !important;
  }

.legals-content__page-headline {
    margin-bottom: 2.25rem !important;
  }

.legals-content__page-headline {
    padding-left: 1.5rem;
  }

.legals-content__page-headline {
    font-size: 44px !important;
    line-height: 1 !important;
  }

.legals-content__page-headline {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.legals-content__list {
    margin-bottom: 1.5rem;
  }

.legals-content__list {
    display: grid;
  }

.legals-content__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.legals-content__list--left h3 {
        margin-top: 0px;
        margin-bottom: 0px;
      }

.legals-content__list--left h3 {
        padding-left: 1.5rem;
      }

.legals-content__list--left h3 {
        font-family: "bmwRegular", sans-serif;
      }

.legals-content__list--left h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.legals-content__list--left h3 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.legals-content__list--right {
      z-index: 10;
    }

.legals-content__list--right {
      grid-column: span 2 / span 2;
    }

.legals-content__list--right {
      padding-left: 1.5rem;
    }

.legals-content__list--right p {
        margin-top: 0px;
      }

.legals-content__list--right a {
        font-family: "bmwLight", sans-serif;
      }

.legals-content__list--right a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

footer {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 60;
  display: flex;
  height: 215px;
  width: 100%;
  max-width: 100vw;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
  overflow-x: hidden;
}

footer .legals {
    pointer-events: auto;
  }

footer .legals {
    position: absolute;
  }

footer .legals {
    bottom: 1.5rem;
  }

footer .legals {
    left: 1.5rem;
  }

footer .legals {
    display: none;
  }

footer .legals {
    flex-direction: column;
  }

footer .legals {
    font-size: 0.75rem;
    line-height: 1rem;
  }

footer .legals {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

@media (min-width: 1280px) {
    footer .legals {
      left: 2.25rem;
    }
  }

@media (min-width: 1536px) {
    footer .legals {
      display: flex;
    }
  }

footer .legals.shown {
      display: flex;
    }

footer .legals__single {
      margin-top: 0.375rem;
    }

footer .legals__single {
      font-family: "bmwRegular", sans-serif;
    }

.best-case {
  height: 423px;
}

.best-case__wrap {
    margin-left: auto;
    margin-right: auto;
  }

.best-case__wrap {
    display: grid;
  }

.best-case__wrap {
    height: 100%;
  }

.best-case__wrap {
    max-width: 1195px;
  }

.best-case__wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

.best-case__left {
    grid-column: span 1 / span 1;
  }

.best-case__left {
    grid-column-start: 1;
  }

.best-case__left {
    max-height: 423px;
  }

.best-case__left-headline {
      border-bottom-width: 1px;
    }

.best-case__left-headline {
      --tw-border-opacity: 1;
      border-color: rgb(112 111 111 / var(--tw-border-opacity));
    }

.best-case__left-headline {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

.best-case__left-headline {
      padding-top: 1.25rem;
    }

.best-case__left-headline {
      padding-bottom: 0.75rem;
    }

.best-case__left-headline {
      font-family: "bmwRegular", sans-serif;
    }

.best-case__left-headline {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

.best-case__left-list{
    }

.best-case__left-single {
      cursor: pointer;
    }

.best-case__left-single {
      border-bottom-width: 1px;
    }

.best-case__left-single {
      --tw-border-opacity: 1;
      border-color: rgb(112 111 111 / var(--tw-border-opacity));
    }

.best-case__left-single {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

.best-case__left-single {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.best-case__left-single {
      font-family: "bmwRegular", sans-serif;
    }

.best-case__left-single {
      font-size: 12px;
      line-height: 1;
    }

.best-case__left-single {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.best-case__left-single {
      transition-duration: 200ms;
    }

.best-case__left-single:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

.best-case__left-single:hover {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
      }

.best-case__left-single.active {
        --tw-bg-opacity: 1;
        background-color: rgb(77 143 201 / var(--tw-bg-opacity));
      }

.best-case__left-single.active {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.best-case__content {
    position: relative;
  }

.best-case__content {
    grid-column: span 3 / span 3;
  }

.best-case__content {
    grid-column-start: 2;
  }

.best-case__content {
    max-height: 423px;
  }

.best-case__content {
    padding-left: 1.5rem;
  }

.best-case__content {
    --tw-shadow: -15px 4px 27px -5px black;
    --tw-shadow-colored: -15px 4px 27px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.best-case__content-element {
      display: none;
    }

.best-case__content-element {
      padding-right: 4rem;
    }

@media (min-width: 1280px) {
      .best-case__content-element {
        padding-right: 86px;
      }
    }

.best-case__content-element.active {
        display: block;
      }

.best-case__content-element-list {
        height: 340px;
      }

.best-case__content-element-list {
        overflow-y: scroll;
      }

.best-case__content-element-list{
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
      }

/* Firefox */

.best-case__content-element-list::-webkit-scrollbar {
          display: none;
        }

.best-case__content .navi-up {
      pointer-events: none;
    }

.best-case__content .navi-up {
      position: absolute;
    }

.best-case__content .navi-up {
      top: 3.5rem;
    }

.best-case__content .navi-up {
      right: 0.25rem;
    }

.best-case__content .navi-up {
      box-sizing: content-box;
    }

.best-case__content .navi-up {
      height: 26px;
    }

.best-case__content .navi-up {
      width: 2.25rem;
    }

.best-case__content .navi-up {
      cursor: pointer;
    }

.best-case__content .navi-up {
      padding: 0.75rem;
    }

.best-case__content .navi-up {
      opacity: 0;
    }

.best-case__content .navi-up {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.best-case__content .navi-up {
      transition-duration: 300ms;
    }

@media (min-width: 1280px) {
      .best-case__content .navi-up {
        right: 0.75rem;
      }
    }

.best-case__content .navi-up svg {
        height: 100%;
      }

.best-case__content .navi-up svg {
        width: 100%;
      }

.best-case__content .navi-up svg{
        transform: matrix(1, 0, 0, -1, 0, 0);
      }

.best-case__content .navi-up.show {
        pointer-events: auto;
      }

.best-case__content .navi-up.show {
        opacity: 1;
      }

.best-case__content .navi-down {
      pointer-events: none;
    }

.best-case__content .navi-down {
      position: absolute;
    }

.best-case__content .navi-down {
      bottom: 4rem;
    }

.best-case__content .navi-down {
      right: 0.25rem;
    }

.best-case__content .navi-down {
      box-sizing: content-box;
    }

.best-case__content .navi-down {
      height: 26px;
    }

.best-case__content .navi-down {
      width: 2.25rem;
    }

.best-case__content .navi-down {
      cursor: pointer;
    }

.best-case__content .navi-down {
      padding: 0.75rem;
    }

.best-case__content .navi-down {
      opacity: 0;
    }

.best-case__content .navi-down {
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.best-case__content .navi-down {
      transition-duration: 300ms;
    }

@media (min-width: 1280px) {
      .best-case__content .navi-down {
        right: 0.75rem;
      }
    }

@media (min-width: 1536px) {
      .best-case__content .navi-down {
        bottom: 1.5rem;
      }
    }

.best-case__content .navi-down svg {
        height: 100%;
      }

.best-case__content .navi-down svg {
        width: 100%;
      }

.best-case__content .navi-down svg {
        cursor: pointer;
      }

.best-case__content .navi-down.show {
        pointer-events: auto;
      }

.best-case__content .navi-down.show {
        opacity: 1;
      }

.best-case__content-default {
    padding-top: 1.5rem;
  }

.best-case__content-default {
    padding-right: 1.5rem;
  }

.best-case__content-default {
    font-family: "bmwLight", sans-serif;
  }

.best-case__title-row {
    display: flex;
  }

.best-case__title-row {
    width: 100%;
  }

.best-case__title-row {
    justify-content: flex-start;
  }

.best-case__title-row {
    border-bottom-width: 1px;
  }

.best-case__title-row {
    --tw-border-opacity: 1;
    border-color: rgb(112 111 111 / var(--tw-border-opacity));
  }

.best-case__title-row {
    font-family: "bmwLight", sans-serif;
  }

.best-case__title-row {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

@media (min-width: 1280px) {
    .best-case__title-row {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

.best-case__title-row p {
      padding-top: 1.25rem;
    }

.best-case__title-row p {
      padding-bottom: 0.75rem;
    }

.best-case__title-row p {
      font-family: "bmwRegular", sans-serif;
    }

.best-case__title-year {
    margin-right: 0.75rem;
  }

.best-case__title-year {
    width: 46px;
  }

@media (min-width: 1280px) {
    .best-case__title-year {
      margin-right: 1.5rem;
    }
  }

.best-case__title-name {
    margin-right: 0.75rem;
  }

.best-case__title-name {
    width: 162px;
  }

@media (min-width: 1280px) {
    .best-case__title-name {
      margin-right: 1.5rem;
    }
  }

@media (min-width: 1280px) {
    .best-case__title-name {
      width: 182px;
    }
  }

.best-case__title-description {
    margin-right: auto;
  }

.best-case__title-description {
    flex: 1 1 0%;
  }

.best-case__title-description {
    padding-right: 0.75rem;
  }

@media (min-width: 1280px) {
    .best-case__title-description {
      padding-right: 1.5rem;
    }
  }

.best-case__title-img {
    margin-right: 0.75rem;
  }

.best-case__title-img {
    width: 98px;
  }

@media (min-width: 1280px) {
    .best-case__title-img {
      margin-right: 1.5rem;
    }
  }

.best-case__title-download {
    margin-right: 1rem;
  }

.best-case__title-download {
    width: 84px;
  }

.best-case__title-download {
    padding-top: 1.5rem;
  }

.best-case__title-download {
    padding-bottom: 0.75rem;
  }

.best-case__title-download {
    font-family: "bmwLight", sans-serif;
  }

.best-case__title-download {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.best-case__title-download {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.best-case__single-row {
    display: flex;
  }

.best-case__single-row {
    align-items: center;
  }

.best-case__single-row {
    border-bottom-width: 1px;
  }

.best-case__single-row {
    --tw-border-opacity: 1;
    border-color: rgb(112 111 111 / var(--tw-border-opacity));
  }

.best-case__single-row {
    font-size: 14px;
    line-height: 1;
  }

.best-case__single-year {
    margin-right: 0.75rem;
  }

.best-case__single-year {
    width: 46px;
  }

@media (min-width: 1280px) {
    .best-case__single-year {
      margin-right: 1.5rem;
    }
  }

.best-case__single-name {
    margin-right: 0.75rem;
  }

.best-case__single-name {
    width: 162px;
  }

@media (min-width: 1280px) {
    .best-case__single-name {
      margin-right: 1.5rem;
    }
  }

@media (min-width: 1280px) {
    .best-case__single-name {
      width: 182px;
    }
  }

.best-case__single-description {
    margin-right: auto;
  }

.best-case__single-description {
    flex: 1 1 0%;
  }

.best-case__single-description {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

.best-case__single-description {
    padding-right: 0.75rem;
  }

.best-case__single-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.best-case__single-description {
    line-height: 17px;
  }

@media (min-width: 1280px) {
    .best-case__single-description {
      padding-right: 1.5rem;
    }
  }

.best-case__single-img {
    position: relative;
  }

.best-case__single-img {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

.best-case__single-img {
    margin-right: 0.75rem;
  }

.best-case__single-img {
    height: 4rem;
  }

.best-case__single-img {
    width: 6rem;
  }

.best-case__single-img {
    cursor: pointer;
  }

@media (min-width: 1280px) {
    .best-case__single-img {
      margin-right: 1.5rem;
    }
  }

.best-case__single-img img {
      height: 100%;
    }

.best-case__single-img img {
      width: 100%;
    }

.best-case__single-img img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.best-case__single-img-overlay {
      position: absolute;
    }

.best-case__single-img-overlay {
      top: 0px;
    }

.best-case__single-img-overlay {
      left: 0px;
    }

.best-case__single-img-overlay {
      display: flex;
    }

.best-case__single-img-overlay {
      height: 100%;
    }

.best-case__single-img-overlay {
      width: 100%;
    }

.best-case__single-img-overlay {
      align-items: center;
    }

.best-case__single-img-overlay {
      justify-content: center;
    }

.best-case__single-img-overlay {
      background-color: #FFFFFF60;
    }

.best-case__single-img-overlay {
      opacity: 0;
    }

.best-case__single-img-overlay {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.best-case__single-img-overlay {
      transition-duration: 200ms;
    }

.best-case__single-img:hover .best-case__single-img-overlay {
      opacity: 1;
    }

.best-case__single-img.open {
    }

.best-case__single-download {
    margin-right: 1rem;
  }

.best-case__single-download {
    width: 84px;
  }

.best-case__single-download {
    padding-top: 1.5rem;
  }

.best-case__single-download {
    padding-bottom: 0.75rem;
  }

.best-case__single-download {
    font-family: "bmwLight", sans-serif;
  }

.best-case__single-download {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.best-case__single-download {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.best-case .picture {
    position: fixed;
  }

.best-case .picture {
    top: 0px;
  }

.best-case .picture {
    left: 0px;
  }

.best-case .picture {
    right: 0px;
  }

.best-case .picture {
    bottom: 0px;
  }

.best-case .picture {
    z-index: 100;
  }

.best-case .picture {
    display: none;
  }

.best-case .picture.active {
      display: block;
    }

.best-case .picture__overlay {
      height: 100%;
    }

.best-case .picture__overlay {
      width: 100%;
    }

.best-case .picture__overlay {
      background-color: rgba(0, 0, 0, 0.8);
    }

.best-case .picture__wrap {
      position: absolute;
    }

.best-case .picture__wrap {
      top: 50%;
    }

.best-case .picture__wrap {
      left: 50%;
    }

.best-case .picture__wrap {
      height: 553px;
    }

.best-case .picture__wrap {
      width: 1010px;
    }

.best-case .picture__wrap {
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.best-case .picture__wrap {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.best-case .picture__image {
      height: 100%;
    }

.best-case .picture__image {
      width: 100%;
    }

.best-case .picture__image img {
        height: 100%;
      }

.best-case .picture__image img {
        width: 100%;
      }

.best-case .picture__image img {
        -o-object-fit: contain;
           object-fit: contain;
      }

.best-case .picture__image img {
        -o-object-position: right top;
           object-position: right top;
      }

.best-case .picture__exit-btn {
      position: absolute;
    }

.best-case .picture__exit-btn {
      right: 0px;
    }

.best-case .picture__exit-btn {
      top: 0px;
    }

.best-case .picture__exit-btn {
      height: 60px;
    }

.best-case .picture__exit-btn {
      width: 10rem;
    }

.best-case .picture__exit-btn {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.best-case .picture__exit-btn {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }

.best-case .picture__exit-btn{
      -webkit-clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
      box-shadow: -10px 5px 24px rgba(0, 0, 0, 0.6);
    }

.best-case .picture__exit-btn button {
        display: flex;
      }

.best-case .picture__exit-btn button {
        height: 100%;
      }

.best-case .picture__exit-btn button {
        width: 100%;
      }

.best-case .picture__exit-btn button {
        align-items: center;
      }

.best-case .picture__exit-btn button {
        justify-content: center;
      }

.best-case .picture__exit-btn button {
        font-size: 12px;
        line-height: 1;
      }

.best-case .picture__exit-btn button {
        letter-spacing: 0.2em;
      }

.best-case .picture__exit-btn button svg {
          margin-left: 0.375rem;
        }

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 */

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content :where(ol, ul):not(:where([class~="not-prose"] *)) {
  box-sizing: border-box;
}

.entry-content {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.block {
  display: block;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */