/*
! tailwindcss v3.1.6 | 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: QuasimodaMedium, system-ui; /* 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;
          -moz-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; /* 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 */
  font-weight: inherit; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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::-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;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-2 {
  grid-column-start: 2;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:hidden {
    display: none;
  }
}
:root {
  --plyr-color-main: #13caa8;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "NeueHaasUnicaLight";
  src: url("../fonts/NeueHaasUnicaLight/font.woff2") format("woff2"), url("../fonts/NeueHaasUnicaLight/font.woff") format("woff");
}
@font-face {
  font-family: "NeueHaasUnicaBold";
  src: url("../fonts/NeueHaasUnicaBold/font.woff2") format("woff2"), url("../fonts/NeueHaasUnicaBold/font.woff") format("woff");
}
@font-face {
  font-family: "JetBrainsMono-bold";
  src: url("../fonts/jetbrainmono/JetBrainsMono-Bold.ttf") format("truetype");
}
html,
body {
  height: 100%;
  min-height: 100%;
  padding: 0 !important;
  font-family: QuasimodaMedium, system-ui;
  font-size: 1.1em;
  background-color: #0A1D2C;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.mobileapp,
body.mobileapp {
  width: 100vw;
  height: 100vh;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

main {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  width: 100vw;
  min-height: 100%;
  height: -webkit-fill-available;
}

.protect-screen {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
  top: 0px;
}
.protect-screen.active {
  z-index: 50;
}

.backBtnArrow {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 21;
  background-image: url("../img/constants/nav-back-off.svg");
}
@media (min-width: 768px) {
  .backBtnArrow {
    width: 60px;
    height: 60px;
    left: 30px;
    top: 30px;
  }
}
.backBtnArrow:hover {
  background-image: url("../img/constants/nav-back-on.svg");
}
.backBtnArrow a {
  width: 100%;
  height: 100%;
  display: block;
}

.mobileapp .backBtnArrow:hover {
  background-image: url("../img/constants/nav-back-off.svg");
}

.uptimeBanner {
  width: 70%;
  height: 19vw;
  position: absolute;
  left: 0%;
  top: 30px;
  background-repeat: no-repeat;
  z-index: 30;
  background-image: url("../img/constants/start-banner.svg");
}
@media (min-width: 375px) {
  .uptimeBanner {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .uptimeBanner {
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .uptimeBanner {
    width: 700px;
    height: 150px;
  }
}

.infoIcon {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 300;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-family: "JetBrainsMono-bold";
  background-image: url("../img/constants/nav-info-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
.infoIcon:hover {
  background-image: url("../img/constants/nav-info-on.svg");
}
.infoIcon.hover-started {
  background-image: url("../img/constants/nav-info-on.svg");
}
.infoIcon:focus {
  background-image: url("../img/constants/nav-info-off.svg");
}
.infoIcon.active {
  background-image: url("../img/constants/nav-x-off.svg");
}
.infoIcon.active:hover {
  background-image: url("../img/constants/nav-x-on.svg");
}
.infoIcon.active.hover-started {
  background-image: url("../img/constants/nav-x-on.svg");
}

.mobile .infoIcon:hover {
  background-image: url("../img/constants/nav-info-off.svg");
}
.mobile .infoIcon.active:hover {
  background-image: url("../img/constants/nav-x-off.svg");
}
.mobile .infoIcon.active.hover-started {
  background-image: url("../img/constants/nav-x-on.svg");
}

@media (hover: none) {
  .infoIcon:hover {
    background-image: url("../img/constants/nav-info-off.svg");
  }
  .infoIcon.active:hover {
    background-image: url("../img/constants/nav-x-off.svg");
  }
  .infoIcon.active.hover-started {
    background-image: url("../img/constants/nav-x-on.svg");
  }
}
.center {
  margin: 0;
  position: absolute;
  top: 5%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media (min-width: 768px) {
  .center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.warning {
  margin: auto;
  text-align: center;
}
.warning a {
  text-align: center;
  display: block;
  margin: auto;
}
.warning img {
  width: 80%;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .warning img {
    width: 70%;
  }
}

.ratioWrapper {
  z-index: 1;
}

.mobileapp .ratioWrapper {
  height: 100vh;
}

#debug {
  display: none;
  position: fixed;
  bottom: 0%;
  right: 5%;
  z-index: 250;
  padding: 10px 20px;
  font-size: 10px;
  color: silver;
  opacity: 1;
}

.alert {
  padding: 20px;
  font-size: 18px;
  position: fixed;
  z-index: 101;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  text-align: center;
  background: white;
  border: 1px solid lightgray;
  -webkit-box-shadow: 3px 3px 12px lightgray;
  box-shadow: 3px 3px 12px lightgray;
}

.alert button {
  border: solid 1px silver;
  padding: 5px;
  margin: 10px 3px;
}

#btn {
  padding: 20px;
  font-size: 18px;
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  text-align: center;
  background: white;
  border: 1px solid lightgray;
  -webkit-box-shadow: 3px 3px 12px lightgray;
  box-shadow: 3px 3px 12px lightgray;
}

.izomaxlogo {
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 200;
  background-image: url("../img/constants/izomax-logo.svg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.izomaxlogo a {
  width: 10em;
  height: 2.5em;
  display: block;
}
@media (min-width: 768px) {
  .izomaxlogo a {
    width: 15em;
    height: 3.8em;
  }
}
.izomaxlogo.left {
  pointer-events: all;
  left: 15px;
  margin-left: 0%;
  height: 2.7em;
}
.izomaxlogo.left a {
  height: 2.7em;
  width: 7em;
}
@media (min-width: 768px) {
  .izomaxlogo.left {
    left: 25px;
    top: 25px;
    height: 4em;
  }
  .izomaxlogo.left a {
    width: 10em;
    height: 5.2em;
    display: block;
  }
}

#dragContainer {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  width: 100vw;
  height: 100%;
  min-height: 100%;
}
#dragContainer::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.mobileapp #dragContainer {
  width: 100vw;
  height: 100vh;
}

.bgvideoContainer {
  width: 2000px;
  height: 1000px;
}

.start {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 19;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.start .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.start .btn-container {
  width: 100%;
  bottom: 10%;
  position: absolute;
  text-align: center;
  z-index: 11;
}
.start .start-btn {
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  background: #0079c2;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  bottom: 10%;
  padding: 15px 55px 15px 55px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .start .start-btn {
    padding: 15px 55px 15px 55px;
    font-size: 26px;
    line-height: 30px;
  }
}
.start .icon-detail {
  position: absolute;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  z-index: 3;
  left: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  background-image: url("../img/constants/nav-plus-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgb(0, 0, 0);
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  -webkit-animation: pulse 2s infinite;
          -moz-animation: pulse 2s infinite;
          -o-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.start .icon-detail:hover {
  background-image: url("../img/constants/nav-plus-on.svg");
  -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none;
}
.start .active .icon-detail {
  -webkit-animation: none;
          -moz-animation: none;
          -o-animation: none;
          animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(19, 202, 168);
    box-shadow: 0 0 0 0 rgb(19, 202, 168);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
    box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
    box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(19, 202, 168);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
  }
}
@-o-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(19, 202, 168);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(19, 202, 168);
    box-shadow: 0 0 0 0 rgb(19, 202, 168);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
    box-shadow: 0 0 0 15px rgba(19, 202, 168, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
    box-shadow: 0 0 0 0 rgba(19, 202, 168, 0);
  }
}
.start .introa {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.start .introa .iconsContainer {
  display: relative;
  width: 100%;
  height: 100%;
}
.start .introa .icon1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 58%;
  left: 43.5%;
  z-index: 3;
  pointer-events: all;
}
.start .introa .icon2 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 47%;
  left: 10%;
  z-index: 3;
}
.start .introa .icon3 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 41%;
  left: 91%;
  z-index: 3;
}
.start .introa .area1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 33%;
  left: 33%;
  z-index: 3;
}
.start .introa .areaST1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 29%;
  left: 41%;
  z-index: 3;
}
.start .introa .areaHE1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 45%;
  left: 24%;
  z-index: 3;
}
.start .introa .areaHE2 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 30%;
  left: 56.5%;
  z-index: 3;
}
.start .introa .areaHE3 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 28%;
  left: 80%;
  z-index: 3;
}
.start .introa .areaFS1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 33%;
  left: 13%;
  z-index: 3;
}
.start .introa .introSt1 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 16%;
  left: 39%;
  z-index: 3;
}
.start .introa .area2 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 30%;
  left: 56.5%;
  z-index: 3;
}
.start .introa .areaFS2 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 47%;
  left: 54%;
  z-index: 3;
}
.start .introa .areaST2 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 67%;
  left: 72%;
  z-index: 3;
}
.start .introa .area3 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 28%;
  left: 80%;
  z-index: 3;
}
.start .introa .areaFS3 {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: relative;
  top: 40%;
  left: 84%;
  z-index: 3;
}
.start .introa .iconDetailContainer {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.start .introa .iconDetailContainer.active {
  z-index: 6;
}
.start .introa .iconDetailContainer.active .hotspotPreview {
  min-height: 315px;
  width: 315px;
  height: 315px;
  opacity: 1;
}
.start .introa .iconDetailContainer.active .hotspotPreview.menu {
  height: 133px;
  min-height: 133px;
}
.start .introa .iconDetailContainer.slide-right .hotspotPreview {
  left: 20px;
}
.start .introa .iconDetailContainer.slide-right .tn {
  right: auto;
  left: 0px;
}
.start .introa .iconDetailContainer.slide-right .title {
  padding: 8px 25px 0px 44px;
  text-align: left;
}
.start .introa .iconDetailContainer.slide-top .hotspotPreview {
  left: 20px;
  top: auto;
  bottom: -20px;
}
.start .introa .iconDetailContainer.slide-top .tn {
  right: auto;
  left: 0px;
  top: auto;
  bottom: 0px;
}
.start .introa .iconDetailContainer.slide-top .title {
  padding: 8px 25px 0px 44px;
  text-align: left;
  top: auto;
  bottom: 0px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.start .introa .iconDetailContainer.slide-top .infoPreview {
  top: 0px;
  padding: 15px 20px 20px 20px;
  padding-bottom: 50px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
.start .introa .iconDetailContainer .hotspotPreview {
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 0px;
  height: 0px;
  opacity: 0;
  min-height: 0px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: -20px;
}
.start .introa .iconDetailContainer .tn {
  width: 40px;
  height: 40px;
  background-image: url("../img/constants/nav-close-header.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  z-index: 8;
  top: 0px;
  right: 0px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: solid 5px #13caa8;
}
.start .introa .iconDetailContainer .title {
  background: #13caa8;
  color: #12232b;
  font-size: 17px;
  overflow: hidden;
  padding: 8px 0px 0px 20px;
  font-family: "NeueHaasUnicaBold";
  height: 40px;
  width: 100%;
  min-width: 290px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  z-index: 6;
  top: 0px;
  left: 0px;
}
.start .introa .iconDetailContainer .title a img {
  display: inline-block;
  width: 7px;
  margin-left: 5px;
  margin-top: -2px;
}
.start .introa .iconDetailContainer .infoPreview {
  position: relative;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 315px;
  top: 20px;
  left: 0px;
  background: #0a222c;
  z-index: 2;
  padding: 30px 20px 20px 20px;
}
.start .introa .iconDetailContainer .infoPreview p {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
}
.start .introa .iconDetailContainer .infoPreview ul {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}
.start .introa .iconDetailContainer .infoPreview ul li {
  padding: 0px;
  line-height: 20px;
  color: #fff;
  list-style-type: disc;
  list-style-position: outside;
}
.start .introa .iconDetailContainer .infoPreview ul a {
  font-size: 14px;
}
.start .introa .iconDetailContainer .infoPreview ul a:hover {
  color: #13caa8;
}
.start .introa .icon-zoom {
  display: none;
}
.start .introa .iconDetailContainer.icon-zoom {
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.start .introa .iconDetailContainer.icon-zoom .hotspotPreview .tn {
  background-color: #fff;
  background-image: url("../img/nav-mag-on.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.start .introa .icon-zoomdetail {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  position: absolute;
  z-index: 3;
  left: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  background-image: url("../img/nav-mag-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
.start .introa .icon-zoomdetail.hover {
  background-image: url("../img/nav-mag-off.svg");
}
.start .introa .iconDetailContainer.icon-locked {
  display: none;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.start .introa .iconDetailContainer.icon-locked .hotspotPreview .tn {
  background-color: #fff;
  background-image: url("../img/nav-lock-on.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.start .introa .icon-lockdetail {
  position: absolute;
  left: -40px;
  top: -40px;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 3;
  background-image: url("../img/nav-lock-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
.start .introa .icon-lockdetail.hover {
  background-image: url("../img/nav-lock-off.svg");
}
.start .introa.south .icon-locked {
  opacity: 1;
  left: 50%;
  top: 37%;
  display: inline-block;
}
.start .introa.south .icon-zoom {
  opacity: 1;
  left: 64%;
  top: 62%;
  display: inline-block;
}
.start .introa.east .icon-locked {
  opacity: 1;
  left: 61%;
  top: 34%;
  display: inline-block;
}
.start .introa.east .icon-zoom {
  opacity: 1;
  left: 34%;
  top: 56%;
  display: inline-block;
}
.start .introa.north .icon-locked {
  opacity: 1;
  left: 63%;
  top: 46%;
  display: inline-block;
}
.start .introa.north .icon-zoom {
  opacity: 1;
  left: 34%;
  top: 34%;
  display: inline-block;
}
.start .introa.west .icon-locked {
  opacity: 1;
  left: 36%;
  top: 48%;
  display: inline-block;
}
.start .introa.west .icon-zoom {
  opacity: 1;
  left: 60%;
  top: 35%;
  display: inline-block;
}

.mobileapp .icon-detail:hover {
  background-image: url("../img/constants/nav-plus-off.svg");
}

.mobileapp .start .introa .iconDetailContainer .infoPreview ul a:hover {
  color: #fff;
}

.element {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.element .icon-detail {
  display: inline-block;
}
.element .hotspot-el-ds-01 {
  left: 23%;
  top: 15%;
}
.element .hotspot-el-ds-02 {
  left: 45%;
  top: 23%;
}
.element .hotspot-el-ds-03 {
  left: 75%;
  top: 28%;
}
.element .hotspot-el-ds-04 {
  left: 50%;
  top: 76%;
}
.element .hotspot-el-ds-uw-01 {
  left: 65%;
  top: 15%;
}
.element .hotspot-el-ds-uw-02 {
  left: 60%;
  top: 76%;
}
.element .hotspot-el-ds-uw-03 {
  left: 75%;
  top: 37%;
}
.element .hotspot-el-ds-uw-04 {
  left: 23%;
  top: 64%;
}
.element .hotspot-el-rr-01 {
  left: 15%;
  top: 26%;
}
.element .hotspot-el-rr-02 {
  left: 38%;
  top: 78%;
}
.element .hotspot-el-rr-03 {
  left: 56%;
  top: 25%;
}
.element .hotspot-el-rr-04 {
  left: 63%;
  top: 80%;
}
.element .hotspot-el-rr-05 {
  left: 73%;
  top: 15%;
}
.element .hotspot-el-rr-uw-01 {
  left: 30%;
  top: 80%;
}
.element .hotspot-el-rr-uw-02 {
  left: 54%;
  top: 70%;
}
.element .hotspot-el-rr-uw-03 {
  left: 75%;
  top: 32%;
}
.element .hotspot-el-rr-uw-04 {
  left: 22%;
  top: 18%;
}
.element .hotspot-el-rr-uw-05 {
  left: 73%;
  top: 15%;
}
.element .hotspot-el-tt-01 {
  left: 24%;
  top: 28%;
}
.element .hotspot-el-tt-02 {
  left: 48%;
  top: 29%;
}
.element .hotspot-el-tt-03 {
  left: 78%;
  top: 25%;
}
.element .hotspot-el-tt-04 {
  left: 63%;
  top: 75%;
}
.element .hotspot-el-tt-uw-01 {
  left: 15%;
  top: 78%;
}
.element .hotspot-el-tt-uw-02 {
  left: 47%;
  top: 70%;
}
.element .hotspot-el-tt-uw-03 {
  left: 75%;
  top: 34%;
}
.element .hotspot-el-tt-uw-04 {
  left: 34%;
  top: 15%;
}
.element .hotspot-el-nn-01 {
  left: 54%;
  top: 72%;
}
.element .hotspot-el-nn-02 {
  left: 72%;
  top: 15%;
}
.element .hotspot-el-nn-03 {
  left: 25%;
  top: 80%;
}
.element .hotspot-el-nn-uw-01 {
  left: 46%;
  top: 84%;
}
.element .hotspot-el-nn-uw-02 {
  left: 59%;
  top: 29%;
}
.element .hotspot-el-nn-uw-03 {
  left: 26%;
  top: 17%;
}
.element .hotspot-nn {
  left: 47%;
  top: 79%;
}
.element .hotspot-rr {
  left: 72%;
  top: 57%;
}
.element .hotspot-tt {
  left: 47%;
  top: 14%;
}

.navContainer {
  right: 15px;
  top: 15px;
  z-index: 202;
  position: absolute;
  width: 10em;
  height: 4em;
  display: none;
}
@media (min-width: 768px) {
  .navContainer {
    right: 25px;
    top: 25px;
  }
}

.directionWrapper {
  display: none;
  z-index: 145;
  position: absolute;
  width: 10em;
  height: 3em;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .directionWrapper {
    bottom: 25px;
    right: 25px;
    height: 4em;
  }
}

.helpWrapper {
  left: 15px;
  bottom: 15px;
  height: 3em;
  z-index: 145;
  position: absolute;
  width: 10em;
}
@media (min-width: 768px) {
  .helpWrapper {
    left: 25px;
    bottom: 25px;
    height: 4em;
  }
}
.helpWrapper button.help {
  display: none;
  z-index: 50;
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #fff;
  width: 3em;
  height: 3em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background-image: url("../img/nav-help-off.svg?v=2");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .helpWrapper button.help {
    width: 4em;
    height: 4em;
  }
}
.helpWrapper button.help:hover {
  background-image: url("../img/nav-help-on.svg?v=1");
  background-color: #fff;
}

.mainMenu {
  right: 0;
  top: 0;
  z-index: 201;
  position: absolute;
  width: 350px;
  right: -350px;
  height: 100%;
  background: rgba(0, 121, 194, 0.9);
  -webkit-transition-property: right;
  -o-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  .mainMenu {
    width: 500px;
    right: -500px;
  }
}
.mainMenu.active {
  right: 0em;
  overflow: scroll;
}
.mainMenu .menuContainer {
  color: #fff;
  padding: 10em 1.5em 1em 1.5em;
}
@media (min-width: 768px) {
  .mainMenu .menuContainer {
    padding: 10em 3em 1em 3em;
  }
}
.mainMenu .menuContainer ul li {
  border-top: #7fc2ec 0.07em solid;
  padding: 0.2em 0px;
  font-size: 1.2em;
}
.mainMenu h1 {
  font-family: QuasimodaBold, system-ui;
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 2em;
}
.mainMenu .subTitle {
  color: #7fc2ec;
  font-size: 0.6em;
  margin-bottom: 0.5em;
}
.mainMenu .mainSubnavItems {
  margin-top: 5em;
}
.mainMenu .mainSubnavItems ul {
  margin: 0px;
  padding: 0px;
}
.mainMenu .mainSubnavItems li {
  display: inline-block;
  width: 100%;
  border-top: #7fc2ec 0.07em solid;
  padding: 0.2em 0px;
}
@media (min-width: 768px) {}

.backBtn {
  display: none;
  width: 3em;
  height: 3em;
  right: 3.5em;
  position: absolute;
  top: 0%;
  z-index: 140;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url("../img/nav-back-off.svg?v2");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .backBtn {
    height: 4em;
    width: 4em;
    right: 5em;
  }
}
.backBtn:hover {
  background-image: url("../img/nav-back-on.svg?v2");
}

.hamburger {
  width: 3em;
  height: 3em;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 202;
  overflow: hidden;
  background: #0079c2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .hamburger {
    height: 4em;
    width: 4em;
  }
}
.hamburger div {
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  width: 50%;
  height: 0.2em;
  margin-right: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: relative;
  float: right;
}
.hamburger div.top {
  top: 1em;
  z-index: 13;
}
@media (min-width: 768px) {
  .hamburger div.top {
    top: 1.3em;
  }
}
.hamburger div.middle {
  top: 1.3em;
  z-index: 13;
}
@media (min-width: 768px) {
  .hamburger div.middle {
    top: 1.8em;
  }
}
.hamburger div.bottom {
  top: 1.6em;
  z-index: 13;
}
@media (min-width: 768px) {
  .hamburger div.bottom {
    top: 2.3em;
  }
}
.hamburger.active .top {
  top: 1.4em;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media (min-width: 768px) {
  .hamburger.active .top {
    top: 2em;
  }
}
.hamburger.active .middle {
  opacity: 0;
}
.hamburger.active .bottom {
  top: 1em;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
@media (min-width: 768px) {
  .hamburger.active .bottom {
    top: 1.65em;
  }
}

.icon-elementdetail {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 33%;
  margin-top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-image: url("../img/waynav-plus-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
  /* needs Y at 0 deg to behave properly*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  background-color: #fff;
}
.icon-elementdetail.star {
  background-image: url("../img/waynav-star-off.svg");
}
.icon-elementdetail.star.hover {
  background-image: url("../img/waynav-star-on.svg");
  -webkit-transform: rotateY(0deg) rotate(72deg);
  -moz-transform: rotateY(0deg) rotate(72deg);
  transform: rotateY(0deg) rotate(72deg);
}
.icon-elementdetail.hover {
  -webkit-transform: rotateY(0deg) rotate(45deg);
  -moz-transform: rotateY(0deg) rotate(45deg);
  transform: rotateY(0deg) rotate(45deg);
  background-image: url("../img/waynav-plus-on.svg");
  background-color: #0079c2;
}

.icon-element-under {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 33%;
  margin-top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-image: url("../img/waynav-view-up-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
  background-color: #fff;
  /* needs Y at 0 deg to behave properly*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.icon-element-under:hover {
  background-image: url("../img/waynav-view-up-on.svg");
  background-color: #0079c2;
}

.icon-element-above {
  position: absolute;
  z-index: 3;
  left: 8%;
  top: 33%;
  margin-top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-image: url("../img/waynav-view-down-off.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
  background-color: #fff;
  /* needs Y at 0 deg to behave properly*/
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.icon-element-above:hover {
  background-image: url("../img/waynav-view-down-on.svg");
  background-color: #0079c2;
}

.hotspot-el-tt-01 {
  left: 18%;
  top: 56%;
}

.elementHotspotPreview {
  overflow: hidden;
  width: 300px;
  left: -150px;
  height: 0px;
  bottom: 39px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 0px;
  z-index: 2;
  position: absolute;
}
@media (min-width: 768px) {
  .elementHotspotPreview {
    width: 350px;
    left: -175px;
  }
}
.elementHotspotPreview.down {
  top: 29px;
  bottom: auto;
}
.elementHotspotPreview.down .elementDataWrapper {
  padding: 30px 20px 20px 20px;
}
@media (min-width: 768px) {
  .elementHotspotPreview.down .elementDataWrapper {
    padding: 40px 30px 30px 30px;
  }
}
.elementHotspotPreview .elementDataWrapper {
  padding: 20px 20px 40px 20px;
}
@media (min-width: 768px) {
  .elementHotspotPreview .elementDataWrapper {
    padding: 30px 30px 50px 30px;
  }
}
.elementHotspotPreview h3 {
  font-family: QuasimodaBold, system-ui;
  font-size: 1.1rem;
  line-height: 1em;
  color: #0079c2;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .elementHotspotPreview h3 {
    font-size: 1.2rem;
  }
}
.elementHotspotPreview p {
  font-size: 17px;
  color: #0079c2;
  line-height: 1.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .elementHotspotPreview p {
    font-size: 1.05rem;
    line-height: 1.4em;
  }
}
.elementHotspotPreview i {
  font-family: QuasimodaBold, system-ui;
  display: block;
  margin-top: 10px;
}
.elementHotspotPreview img {
  margin-top: 1em;
}
.elementHotspotPreview a {
  padding: 8px 0px;
  font-size: 17px;
  margin-top: 0.5em;
  text-align: center;
  background: #0079c2;
  opacity: 0.9;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  color: #fff;
  line-height: 1em;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .elementHotspotPreview a {
    font-size: 19px;
    padding: 14px 0px;
  }
}
.elementHotspotPreview a:hover {
  opacity: 1;
}
.interfaceLevel1 {
  display: none;
}
.interfaceLevel1 .intro {
  display: none;
}
.interfaceLevel1 .intro.south {
  display: inline-block;
}
.interfaceLevel1 .intro.south .icon-detail {
  display: inline-block;
}
.interfaceLevel1 .intro.south .hotspot-ds {
  left: 18%;
  top: 62%;
}
.interfaceLevel1 .intro.south .hotspot-nn {
  left: 49%;
  top: 77%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.south .hotspot-nn {
    left: 49%;
    top: 81%;
  }
}
.interfaceLevel1 .intro.south .hotspot-rr {
  left: 72%;
  top: 62%;
  color: #FF0000;
}
.interfaceLevel1 .intro.south .hotspot-rr .hotspotPreview .infoPreview {
  left: 0px;
  -webkit-border-bottom-left-radius: 60px 60px;
  border-bottom-left-radius: 60px 60px;
  -webkit-border-top-left-radius: 60px 60px;
  border-top-left-radius: 60px 60px;
  -webkit-border-bottom-right-radius: 60px 60px;
  border-bottom-right-radius: 60px 60px;
  -webkit-border-top-right-radius: 60px 60px;
  border-top-right-radius: 60px 60px;
}
.interfaceLevel1 .intro.south .hotspot-rr .hotspotPreview .infoPreview .arrow {
  float: left;
  margin-right: auto;
  margin-left: 10px;
  background-image: url("../img/arrow-white-left.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.south .hotspot-rr {
    left: 76%;
    top: 62%;
  }
}
@media (min-width: 1024px) {
  .interfaceLevel1 .intro.south .hotspot-rr {
    left: 79%;
    top: 62%;
  }
}
.interfaceLevel1 .intro.south .hotspot-tt {
  left: 48%;
  top: 24%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.south .hotspot-tt {
    left: 48%;
    top: 20%;
  }
}
.interfaceLevel1 .intro.east {
  display: inline-block;
}
.interfaceLevel1 .intro.east .icon-detail {
  display: inline-block;
}
.interfaceLevel1 .intro.east .hotspot-ds {
  left: 37%;
  top: 24%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.east .hotspot-ds {
    left: 37%;
    top: 20%;
  }
}
.interfaceLevel1 .intro.east .hotspot-nn {
  left: 25%;
  top: 46%;
}
.interfaceLevel1 .intro.east .hotspot-rr {
  left: 46%;
  top: 85%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.east .hotspot-rr {
    left: 46%;
    top: 81%;
  }
}
.interfaceLevel1 .intro.east .hotspot-tt {
  left: 78%;
  top: 29%;
  color: #FF0000;
}
.interfaceLevel1 .intro.east .hotspot-tt .hotspotPreview .infoPreview {
  left: 0px;
  -webkit-border-bottom-left-radius: 60px 60px;
  border-bottom-left-radius: 60px 60px;
  -webkit-border-top-left-radius: 60px 60px;
  border-top-left-radius: 60px 60px;
  -webkit-border-bottom-right-radius: 60px 60px;
  border-bottom-right-radius: 60px 60px;
  -webkit-border-top-right-radius: 60px 60px;
  border-top-right-radius: 60px 60px;
}
.interfaceLevel1 .intro.east .hotspot-tt .hotspotPreview .infoPreview .arrow {
  float: left;
  margin-right: auto;
  margin-left: 10px;
  background-image: url("../img/arrow-white-left.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.east .hotspot-tt {
    left: 76%;
    top: 29%;
  }
}
.interfaceLevel1 .intro.north {
  display: inline-block;
}
.interfaceLevel1 .intro.north .icon-detail {
  display: inline-block;
}
.interfaceLevel1 .intro.north .hotspot-ds {
  left: 78%;
  top: 23%;
  color: #FF0000;
}
.interfaceLevel1 .intro.north .hotspot-ds .hotspotPreview .infoPreview {
  left: 0px;
  -webkit-border-bottom-left-radius: 60px 60px;
  border-bottom-left-radius: 60px 60px;
  -webkit-border-top-left-radius: 60px 60px;
  border-top-left-radius: 60px 60px;
  -webkit-border-bottom-right-radius: 60px 60px;
  border-bottom-right-radius: 60px 60px;
  -webkit-border-top-right-radius: 60px 60px;
  border-top-right-radius: 60px 60px;
}
.interfaceLevel1 .intro.north .hotspot-ds .hotspotPreview .infoPreview .arrow {
  float: left;
  margin-right: auto;
  margin-left: 10px;
  background-image: url("../img/arrow-white-left.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .interfaceLevel1 .intro.north .hotspot-ds {
    left: 73%;
    top: 23%;
  }
}
.interfaceLevel1 .intro.north .hotspot-nn {
  left: 46%;
  top: 18%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.north .hotspot-nn {
    left: 46%;
    top: 18%;
  }
}
.interfaceLevel1 .intro.north .hotspot-rr {
  left: 15%;
  top: 28%;
}
.interfaceLevel1 .intro.north .hotspot-tt {
  left: 49%;
  top: 76%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.north .hotspot-tt {
    left: 49%;
    top: 76%;
  }
}
.interfaceLevel1 .intro.west {
  display: inline-block;
}
.interfaceLevel1 .intro.west .icon-detail {
  display: inline-block;
}
.interfaceLevel1 .intro.west .hotspot-ds {
  left: 58%;
  top: 72%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.west .hotspot-ds {
    left: 58%;
    top: 79%;
  }
}
.interfaceLevel1 .intro.west .hotspot-nn {
  left: 72%;
  top: 53%;
  color: #FF0000;
}
.interfaceLevel1 .intro.west .hotspot-nn .hotspotPreview .infoPreview {
  left: 0px;
  -webkit-border-bottom-left-radius: 60px 60px;
  border-bottom-left-radius: 60px 60px;
  -webkit-border-top-left-radius: 60px 60px;
  border-top-left-radius: 60px 60px;
  -webkit-border-bottom-right-radius: 60px 60px;
  border-bottom-right-radius: 60px 60px;
  -webkit-border-top-right-radius: 60px 60px;
  border-top-right-radius: 60px 60px;
}
.interfaceLevel1 .intro.west .hotspot-nn .hotspotPreview .infoPreview .arrow {
  float: left;
  margin-right: auto;
  margin-left: 10px;
  background-image: url("../img/arrow-white-left.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.west .hotspot-nn {
    left: 78%;
    top: 53%;
  }
}
.interfaceLevel1 .intro.west .hotspot-rr {
  left: 59%;
  top: 24%;
}
@media (min-width: 375px) {
  .interfaceLevel1 .intro.west .hotspot-rr {
    left: 59%;
    top: 20%;
  }
}
.interfaceLevel1 .intro.west .hotspot-tt {
  left: 20%;
  top: 40%;
}

.hotspotPreview {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
  position: relative;
  margin-top: -40px;
  margin-left: -40px;
}
.hotspotPreview .play-icon-wrapper {
  position: relative;
}
.hotspotPreview .play-icon {
  width: 33%;
  padding-top: 33%;
  margin-top: -17%;
  margin-left: -16.5%;
  background-image: url("../img/constants/nav-play-video-off.svg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
}
.hotspotPreview .play-icon:hover {
  background-image: url("../img/constants/nav-play-video-on.svg");
  opacity: 1;
}
.hotspotPreview .infoPreview .arrow {
  float: right;
  width: 20px;
  height: 15px;
  margin-top: 30px;
  margin-right: 10px;
  background-image: url("../img/arrow-white.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.mobileapp .play-icon:hover {
  background-image: url("../img/constants/nav-play-video-off.svg");
  opacity: 0.7;
}

#informationLayer {
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  bottom: -100%;
  padding-top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
#informationLayer.active {
  bottom: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#informationLayer.active #informationHeader a {
  opacity: 1;
}
#informationLayer #informationHeader {
  z-index: 6;
  width: 100%;
  height: 40px;
  position: relative;
  top: -30px;
  left: 0px;
  -webkit-background-size: 30px 100%;
  -o-background-size: 30px 100%;
  background-size: 30px 100%;
}
#informationLayer #informationHeader a {
  width: 60px;
  height: 60px;
  opacity: 0;
  display: block;
  margin: 0px auto 0px auto;
  background-image: url("../img/constants/close-arrow.png");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#informationLayer #informationContent {
  position: absolute;
  z-index: 5;
  top: 1px;
  padding-top: 150px;
  overflow: auto;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  #informationLayer #informationContent {
    padding-top: 300px;
  }
}
#informationLayer .img-wrapper {
  margin-bottom: 100px;
}
#informationLayer h1 {
  font-size: 50px;
  margin-bottom: 1rem;
  font-family: QuasimodaBold, system-ui;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  font-family: "JetBrainsMono-bold";
  margin-bottom: 50px;
  line-height: 1em;
}
@media (min-width: 1024px) {
  #informationLayer h1 {
    font-size: 100px;
  }
}
#informationLayer p {
  font-family: "NeueHaasUnicaLight";
  color: #fff;
  margin-bottom: 1em;
  font-size: 20px;
}
@media (min-width: 1024px) {
  #informationLayer p {
    font-size: 25px;
  }
  #informationLayer p.first-p {
    margin-top: 200px;
  }
}

.infopage {
  background: #0a222b;
}

.detailPanel {
  -webkit-transition-property: right;
  -o-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  right: 0px;
  display: block;
  position: absolute;
  width: 480px;
  height: 100%;
  top: 0px;
  z-index: 400;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.detailPanel.show .hideTrigger {
  display: inline-block;
}
.detailPanel.show.closed {
  right: -505px;
}
.detailPanel.show.closed .hideTrigger {
  display: none;
  background-image: url("../img/nav-arrowtab-out.svg");
}
.detailPanel .closeContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.detailPanel .bgvideoContainerPanel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.detailPanel .close {
  z-index: 10;
  position: absolute;
  Border: solid 1px silver;
  font-size: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  right: 20px;
  margin-top: 25px;
  margin-right: 25px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
.detailPanel .hideTrigger {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 6;
  right: 20px;
  top: 20px;
  opacity: 0.9;
  background-image: url("../img/waynav-plus-on.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: middle middle;
  -moz-transform-origin: middle middle;
  -ms-transform-origin: middle middle;
  -o-transform-origin: middle middle;
  transform-origin: middle middle;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .detailPanel .hideTrigger {
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
  }
}
.detailPanel .hideTrigger:hover {
  opacity: 1;
}
.detailPanel .sectionName {
  position: absolute;
  width: 60px;
  height: 100%;
  z-index: 2;
  right: 350px;
  display: none;
}
.detailPanel .sectionName .sectionTitle {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -13em;
  width: 21em;
  height: 2.5em;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  /** Rotation */
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.detailPanel .sectionName:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(19 202 168 / var(--tw-bg-opacity));
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
.detailPanel .detailsContainer {
  position: absolute;
  height: 100%;
  right: 0%;
  width: 400px;
  -webkit-transition-property: left;
  -o-transition-property: left;
  -moz-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.detailPanel .detailsContainer.closed {
  left: 26.1em;
  -webkit-transition-property: left;
  -o-transition-property: left;
  -moz-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.detailPanel .panelSidebarInfo {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 20px 0px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 20px 0px 20px 20px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 5;
  padding: 35px;
  position: absolute;
  width: 350px;
  height: 100%;
  background: #fff;
  right: 0px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .detailPanel .panelSidebarInfo {
    width: 500px;
  }
}
.detailPanel .panelSidebarInfo h1 {
  font-size: 1.6em;
  max-width: 340px;
  line-height: 1.3em;
  margin-bottom: 1rem;
  font-family: QuasimodaBold, system-ui;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
}
.detailPanel .panelSidebarInfo h4 {
  font-family: QuasimodaBold, system-ui;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.detailPanel .panelSidebarInfo p {
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  font-size: 20px;
  margin-bottom: 1em;
}
.detailPanel .panelSidebarInfo p a {
  text-decoration: underline;
}
.detailPanel .panelSidebarInfo ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  list-style-position: outside;
}
.detailPanel .panelSidebarInfo ul li {
  margin-left: 20px;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
}
.detailPanel .panelBtn {
  display: inline-block;
  background-image: url("../img/nav-more-plus.svg");
  -webkit-background-size: 1em 1em;
  -o-background-size: 1em 1em;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-color: #0079C2;
  color: #fff;
  background-position: top 0.5em right 0.8em;
  width: 7em;
  height: 2em;
  padding-left: 1.5em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  line-height: 2em;
  margin-top: 15px;
  opacity: 0;
}
.detailPanel .panelBtn.active {
  opacity: 1;
  cursor: pointer;
}
.detailPanel .panelBtn.listen {
  background-image: url("../img/element-view/panel-listen.png");
}
.detailPanel .linkPanelWrapper {
  background: #e5f1f9;
  padding: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin-bottom: 2em;
}
.detailPanel .triggerModal,
.detailPanel .triggerModal2,
.detailPanel .triggerModal3 {
  cursor: pointer;
}

.btnWrapper {
  position: relative;
}

.videoBtnOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/modal-btn-watch.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.videoBtnOverlay:hover {
  opacity: 1;
}

.videoBtnOverlaySidebar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/sidebar-btn-watch.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.videoBtnOverlaySidebar:hover {
  opacity: 1;
}

.expore3dBtnOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/modal-btn-explore3d.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.expore3dBtnOverlay:hover {
  opacity: 1;
}

.expore3dBtnOverlaySidebar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/sidebar-btn-explore3d.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.expore3dBtnOverlaySidebar:hover {
  opacity: 1;
}

.imageBtnOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/modal-btn-enlarge.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.imageBtnOverlay:hover {
  opacity: 1;
}

.imageBtnOverlaySidebar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/sidebar-btn-enlarge.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.imageBtnOverlaySidebar:hover {
  opacity: 1;
}

.linkBtnOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/modal-btn-link.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.linkBtnOverlay:hover {
  opacity: 1;
}

.linkBtnOverlaySidebar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/sidebar-btn-link.png");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-position: center center;
}
.linkBtnOverlaySidebar:hover {
  opacity: 1;
}

.bgModalDataContainer {
  overflow: scroll;
  position: relative;
  padding-bottom: -webkit-calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  padding-bottom: -moz-calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.bgModalDataContainer > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bgModalDataContainer {
  --tw-aspect-h: 9;
  position: relative;
}
.bgModalDataContainer h1 {
  color: #0079c2;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0em;
}
.bgModalDataContainer h2 {
  color: #0079c2;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 0.6em;
  margin-top: 0.9em;
}
.bgModalDataContainer ul {
  list-style: circle;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 1em;
}
.bgModalDataContainer li {
  color: #0079c2;
  font-size: 0.9em;
  list-style-type: disc;
}
.bgModalDataContainer p {
  color: #0079c2;
  font-size: 0.9em;
  margin-bottom: 1.2em;
  display: inline-block;
}
.bgModalDataContainer p.small {
  font-size: 0.8em;
}
.bgModalDataContainer img {
  margin-top: 0em;
  margin-left: 2em;
  margin-bottom: 1em;
  height: auto;
  float: right;
  margin-top: 50px;
}
.bgModalDataContainer img:first-of-type {
  margin-top: 0px;
}

.modalInformationContainer,
.generalModalInformationContainer {
  background: #fff !important;
  padding: 2.5em 2em 0em 3em;
}

.modalContainer,
.modalInformationContainer,
.generalModalInformationContainer {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: none;
  height: 98%;
  width: 98%;
  background: #000;
  position: absolute;
  z-index: 150;
  right: 5%;
  top: 5%;
}
.modalContainer.display,
.modalInformationContainer.display,
.generalModalInformationContainer.display {
  display: inline-block;
}
.modalContainer iframe,
.modalInformationContainer iframe,
.generalModalInformationContainer iframe {
  min-width: 98vw;
  min-height: 98vw;
}
.modalContainer .bgModalClose,
.modalInformationContainer .bgModalClose,
.generalModalInformationContainer .bgModalClose {
  position: absolute;
  cursor: pointer;
  right: -17.5px;
  top: -17.5px;
  width: 35px;
  height: 35px;
  z-index: 6;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-image: url("../img/constants/nav-close.svg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .modalContainer .bgModalClose,
.modalInformationContainer .bgModalClose,
.generalModalInformationContainer .bgModalClose {
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
  }
}
.bgModalVideoContainer {
  padding: 0px 0px;
  max-width: 1400px;
  width: 90vw;
}
.bgModalVideoContainer iframe {
  width: 90vw !important;
}
@media (min-width: 1024px) {
  .bgModalVideoContainer {
    max-width: 1400px;
  }
  .bgModalVideoContainer iframe {
    max-width: 1400px !important;
  }
}

.generalModalContainer {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 250;
  right: 0%;
  top: 0%;
  height: 100%;
  place-items: center;
}
.generalModalContainer.display {
  display: grid;
  height: 100%;
  place-items: center;
}
.generalModalContainer .generalModalInformationWrapper,
.generalModalContainer .elementModalInformationWrapper {
  position: relative;
}
@media (min-width: 375px) {}
.generalModalContainer .bgModalClose {
  position: absolute;
  cursor: pointer;
  right: -17.5px;
  top: -17.5px;
  width: 35px;
  height: 35px;
  z-index: 6;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-image: url("../img/constants/nav-close.svg");
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .generalModalContainer .bgModalClose {
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
  }
}
@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
@-moz-keyframes rotation2 {
  from {
    -moz-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
  to {
    -moz-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
@-o-keyframes rotation2 {
  from {
    -o-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
  to {
    -o-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
@keyframes rotation2 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    -moz-transform: translate(-50%, 0%) rotate(90deg);
    -o-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
    -moz-transform: translate(-50%, 0%) rotate(180deg);
    -o-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
@-webkit-keyframes rotation1 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
}
@-moz-keyframes rotation1 {
  from {
    -moz-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
  to {
    -moz-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
}
@-o-keyframes rotation1 {
  from {
    -o-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
  to {
    -o-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
}
@keyframes rotation1 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(180deg);
    -moz-transform: translate(-50%, 0%) rotate(180deg);
    -o-transform: translate(-50%, 0%) rotate(180deg);
    transform: translate(-50%, 0%) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    -moz-transform: translate(-50%, 0%) rotate(270deg);
    -o-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
}
@-webkit-keyframes rotation4 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(360deg);
    transform: translate(-50%, 0%) rotate(360deg);
  }
}
@-moz-keyframes rotation4 {
  from {
    -moz-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
  to {
    -moz-transform: translate(-50%, 0%) rotate(360deg);
    transform: translate(-50%, 0%) rotate(360deg);
  }
}
@-o-keyframes rotation4 {
  from {
    -o-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
  to {
    -o-transform: translate(-50%, 0%) rotate(360deg);
    transform: translate(-50%, 0%) rotate(360deg);
  }
}
@keyframes rotation4 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(270deg);
    -moz-transform: translate(-50%, 0%) rotate(270deg);
    -o-transform: translate(-50%, 0%) rotate(270deg);
    transform: translate(-50%, 0%) rotate(270deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(360deg);
    -moz-transform: translate(-50%, 0%) rotate(360deg);
    -o-transform: translate(-50%, 0%) rotate(360deg);
    transform: translate(-50%, 0%) rotate(360deg);
  }
}
@-webkit-keyframes rotation3 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
@-moz-keyframes rotation3 {
  from {
    -moz-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
@-o-keyframes rotation3 {
  from {
    -o-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
  }
  to {
    -o-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
@keyframes rotation3 {
  from {
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -moz-transform: translate(-50%, 0%) rotate(0deg);
    -o-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    -moz-transform: translate(-50%, 0%) rotate(90deg);
    -o-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
.compass {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 140;
  overflow: hidden;
  border: solid 1px #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .compass {
    width: 4em;
    height: 4em;
  }
}
.compass::before {
  content: "";
  position: absolute;
  z-index: -1;
  /* 141% ~ sqrt(2)x100% to make sure to cover all the area after the rotation */
  width: 12em;
  height: 12em;
  /**/
  /* to center*/
  left: 50%;
  bottom: 0%;
  /* */
  background-image: url("../img/compass.svg");
  -webkit-background-size: 12em 12em;
  -o-background-size: 12em 12em;
  background-size: 12em 12em;
  /* size of the image*/
  -webkit-transform: translate(50%, 0%) rotate(360deg);
  -moz-transform: translate(50%, 0%) rotate(360deg);
  -ms-transform: translate(50%, 0%) rotate(360deg);
  -o-transform: translate(50%, 0%) rotate(360deg);
  transform: translate(50%, 0%) rotate(360deg);
  /* center the element then rotate */
}
@media (min-width: 768px) {
  .compass::before {
    width: 14.175em;
    height: 14.175em;
    -webkit-background-size: 14.175em 14.175em;
    -o-background-size: 14.175em 14.175em;
    background-size: 14.175em 14.175em;
  }
}
.compass.south::before {
  -webkit-animation: rotation4 0s normal forwards ease-in-out;
          -moz-animation: rotation4 0s normal forwards ease-in-out;
          -o-animation: rotation4 0s normal forwards ease-in-out;
          animation: rotation4 0s normal forwards ease-in-out;
}
.compass.south.compass-animation::before {
  -webkit-animation: rotation4 3s normal forwards ease-in-out;
          -moz-animation: rotation4 3s normal forwards ease-in-out;
          -o-animation: rotation4 3s normal forwards ease-in-out;
          animation: rotation4 3s normal forwards ease-in-out;
}
.compass.east::before {
  -webkit-animation: rotation3 0s normal forwards ease-in-out;
          -moz-animation: rotation3 0s normal forwards ease-in-out;
          -o-animation: rotation3 0s normal forwards ease-in-out;
          animation: rotation3 0s normal forwards ease-in-out;
}
.compass.east.compass-animation::before {
  -webkit-animation: rotation3 3s normal forwards ease-in-out;
          -moz-animation: rotation3 3s normal forwards ease-in-out;
          -o-animation: rotation3 3s normal forwards ease-in-out;
          animation: rotation3 3s normal forwards ease-in-out;
}
.compass.west::before {
  -webkit-animation: rotation1 0s normal forwards ease-in-out;
          -moz-animation: rotation1 0s normal forwards ease-in-out;
          -o-animation: rotation1 0s normal forwards ease-in-out;
          animation: rotation1 0s normal forwards ease-in-out;
}
.compass.west.compass-animation::before {
  -webkit-animation: rotation1 3s normal forwards ease-in-out;
          -moz-animation: rotation1 3s normal forwards ease-in-out;
          -o-animation: rotation1 3s normal forwards ease-in-out;
          animation: rotation1 3s normal forwards ease-in-out;
}
.compass.north::before {
  -webkit-animation: rotation2 0s normal forwards ease-in-out;
          -moz-animation: rotation2 0s normal forwards ease-in-out;
          -o-animation: rotation2 0s normal forwards ease-in-out;
          animation: rotation2 0s normal forwards ease-in-out;
}
.compass.north.compass-animation::before {
  -webkit-animation: rotation2 3s normal forwards ease-in-out;
          -moz-animation: rotation2 3s normal forwards ease-in-out;
          -o-animation: rotation2 3s normal forwards ease-in-out;
          animation: rotation2 3s normal forwards ease-in-out;
}
.compass .needle {
  width: 0.25em;
  height: 0.47em;
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -0.125em;
  bottom: 0%;
  background-image: url("../img/compass-needle.svg");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  /* size of the image*/
}

button.levelRotate {
  display: none;
  z-index: 50;
  position: absolute;
  bottom: 0%;
  color: #fff;
  background: rgba(255, 255, 255, 0.199);
  width: 3em;
  height: 3em;
  right: 3.5em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background-image: url("../img/nav-rotate-off.svg");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  button.levelRotate {
    right: 5em;
    width: 4em;
    height: 4em;
  }
}
button.levelRotate.active {
  background-image: url("../img/nav-rotate-on.svg");
}
button.levelRotate.activeClick {
  background-image: url("../img/nav-rotate-on.svg");
}

button.tipBtn {
  z-index: 4;
  display: none;
  position: absolute;
  bottom: 7%;
  left: 50%;
  color: #fff;
  padding-left: 2em;
  width: 2em;
  margin-left: -1em;
  height: 2em;
  background-image: url("../img/nav-tooltip.svg");
  background-color: rgba(255, 186, 0, 0.101);
  -webkit-background-size: 2em 2em;
  -o-background-size: 2em 2em;
  background-size: 2em 2em;
  background-repeat: no-repeat;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  line-height: 2.5em;
}
button.tipBtn .text {
  display: none;
  line-height: 2em;
}
button.tipBtn span {
  display: inline-block;
  margin: 0 0.3em;
  width: 1.5em;
  height: 1.35em;
  background-repeat: no-repeat;
  margin-bottom: -1%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("../img/rotate-white.svg");
}

.interfaceLevel1 {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 20;
  top: 0;
  left: 0;
}
.interfaceLevel1 .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.bgvideoContainer, 
.bgvideoContainer0 {
  height: 100%;
  width: 100%;
}

.bgvideoContainer0,
.bgvideoContainer,
.bgvideoContainer0Rotate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bgvideoContainer0 h3,
.bgvideoContainer h3,
.bgvideoContainer0Rotate h3 {
  position: absolute;
  left: 4%;
  top: 6%;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #222;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  letter-spacing: 1.5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .bgvideoContainer0 h3,
.bgvideoContainer h3,
.bgvideoContainer0Rotate h3 {
    left: 3%;
    top: 5%;
    font-size: 10px;
    padding: 5px;
    letter-spacing: 0;
    border-width: 1px;
  }
}
.bgvideoContainer0 .plyr,
.bgvideoContainer0 .plyr__video-wrapper,
.bgvideoContainer0 .plyr__poster,
.bgvideoContainer .plyr,
.bgvideoContainer .plyr__video-wrapper,
.bgvideoContainer .plyr__poster,
.bgvideoContainer0Rotate .plyr,
.bgvideoContainer0Rotate .plyr__video-wrapper,
.bgvideoContainer0Rotate .plyr__poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgvideoContainer0 .plyr video,
.bgvideoContainer0 .plyr iframe,
.bgvideoContainer0 .plyr__video-wrapper video,
.bgvideoContainer0 .plyr__video-wrapper iframe,
.bgvideoContainer0 .plyr__poster video,
.bgvideoContainer0 .plyr__poster iframe,
.bgvideoContainer .plyr video,
.bgvideoContainer .plyr iframe,
.bgvideoContainer .plyr__video-wrapper video,
.bgvideoContainer .plyr__video-wrapper iframe,
.bgvideoContainer .plyr__poster video,
.bgvideoContainer .plyr__poster iframe,
.bgvideoContainer0Rotate .plyr video,
.bgvideoContainer0Rotate .plyr iframe,
.bgvideoContainer0Rotate .plyr__video-wrapper video,
.bgvideoContainer0Rotate .plyr__video-wrapper iframe,
.bgvideoContainer0Rotate .plyr__poster video,
.bgvideoContainer0Rotate .plyr__poster iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.htmlContainer {
  overflow: scroll;
  max-height: 80vh;
}

.htmlContentWrapper {
  background: #fff;
  min-height: 1600px;
  padding: 50px;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
}
.htmlContentWrapper h1, 
.htmlContentWrapper h2, 
.htmlContentWrapper h3 {
  font-family: QuasimodaBold, system-ui;
}
.htmlContentWrapper p {
  margin-bottom: 1em;
}
.htmlContentWrapper h1 {
  margin-bottom: 2em;
  font-size: 30px;
}
.htmlContentWrapper h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 25px;
}
.htmlContentWrapper ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  list-style-position: outside;
}
.htmlContentWrapper ul li {
  margin-left: 20px;
  --tw-text-opacity: 1;
  color: rgb(19 202 168 / var(--tw-text-opacity));
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.htmlContentWrapper a {
  text-decoration: underline;
}

#html5Loader {
  top: 0;
  left: 0;
  background-color: #0a1d2c;
  background-color: rgba(10, 29, 44, 0.95);
  position: fixed;
  z-index: 400;
}

#html5Loader .fallback {
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
  vertical-align: middle;
  display: block;
  font-style: normal;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 999;
  background-color: #0079c2;
  text-align: center;
}
.loader .icon {
  display: table-cell;
  vertical-align: middle;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 400px;
}
@media (min-width: 768px) {
  .lds-ring {
    width: 600px;
    height: 600px;
  }
}

/* The animation code */
@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes example {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes example {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes example {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* The animation code */
@-webkit-keyframes dot1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dot1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes dot1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* The animation code */
@-webkit-keyframes dot2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dot2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes dot2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* The animation code */
@-webkit-keyframes dot3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dot3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes dot3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot3 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.preload {
  height: 0px;
  overflow: hidden;
}
@charset "UTF-8";
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/plyr@3.7.8/dist/plyr.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-moz-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-o-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: var(--plyr-badge-border-radius, 2px);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          -moz-animation: plyr-fade-in 0.3s ease;
          -o-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
    padding: -moz-calc(var(--plyr-control-spacing, 10px) * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transform: translateY(-webkit-calc(var(--plyr-control-spacing, 10px) * -4));
  -moz-transform: translateY(-moz-calc(var(--plyr-control-spacing, 10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  -o-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: var(--plyr-control-radius, 4px);
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  margin-left: -moz-calc(var(--plyr-control-spacing, 10px) / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  padding-left: -moz-calc(var(--plyr-control-spacing, 10px) / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: 0 -moz-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          -moz-animation: plyr-popup 0.2s ease;
          -o-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: var(--plyr-menu-radius, 8px);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  right: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -moz-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  padding-right: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  right: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  margin-bottom: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  padding-left: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: -webkit-calc(100% - 14px);
  width: -moz-calc(100% - 14px);
  width: calc(100% - 14px);
  width: -webkit-calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
  width: -moz-calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  left: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  margin-top: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding-left: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  margin-right: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  padding-left: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  -webkit-border-radius: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 2);
  border-radius: -moz-calc(var(--plyr-range-thumb-height, 13px) * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: -webkit-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  height: -moz-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
  -webkit-border-radius: -webkit-calc(var(--plyr-range-track-height, 5px) / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: -webkit-calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: -moz-calc(var(--plyr-range-track-height, 5px) / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: -moz-calc(var(--plyr-range-track-height, 5px) / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: var(--plyr-tooltip-radius, 5px);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: -webkit-calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  margin-bottom: -moz-calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2) -webkit-calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) / 2) -moz-calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -moz-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  -o-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
  -moz-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: -moz-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
  -moz-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  -o-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  -moz-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  -o-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  left: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
  -moz-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  -o-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  right: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
  -moz-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  -o-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  left: -moz-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-left: -moz-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -moz-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: -webkit-calc(100% + 13px);
  width: -moz-calc(100% + 13px);
  width: calc(100% + 13px);
  width: -webkit-calc(100% + var(--plyr-range-thumb-height, 13px));
  width: -moz-calc(100% + var(--plyr-range-thumb-height, 13px));
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: -webkit-calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  margin-top: -moz-calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          -moz-animation: plyr-progress 1s linear infinite;
          -o-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -webkit-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  -webkit-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
  -webkit-background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  -o-background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-left: -moz-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: -moz-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  -webkit-border-radius: inherit;
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  -webkit-border-radius: inherit;
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -moz-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  -o-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7490196078)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
  padding-top: -moz-calc(var(--plyr-control-spacing, 10px) * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 3.5);
    padding-top: -moz-calc(var(--plyr-control-spacing, 10px) * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 1.5);
  padding: -moz-calc(var(--plyr-control-spacing, 10px) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:-webkit-full-screen {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: var(--plyr-menu-radius, 8px);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: -webkit-calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  margin-bottom: -moz-calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
  -moz-transform: translateY(10px) scale(0.8);
  -ms-transform: translateY(10px) scale(0.8);
  -o-transform: translateY(10px) scale(0.8);
  transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
  -moz-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  -moz-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  -o-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: -moz-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: -webkit-calc(50% + var(--preview-arrow-offset));
  left: -moz-calc(50% + var(--preview-arrow-offset));
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-border-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-radius: -moz-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7490196078)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-left-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-left-radius: -moz-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: -moz-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}