@charset "UTF-8";
html {
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "kern" on, "liga" on;
          font-feature-settings: "kern" on, "liga" on;
  font-kerning: normal;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

*,
*:before,
*:after {
  font-family: inherit;
  box-sizing: inherit;
  scroll-behavior: inherit;
  padding: 0;
  margin: 0; }

body *,
body *:before,
body *:after {
  -ms-overflow-style: none;
  scrollbar-width: none; }

body *::-webkit-scrollbar {
  display: none; }

*:focus {
  outline: none; }

*:focus-visible {
  outline: auto 5px; }

body {
  margin: 0;
  overflow-x: hidden; }

iframe {
  border: 0; }

main {
  display: block; }

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background-color: initial;
  border: initial; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  display: block; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit; }

strong {
  font-weight: bold; }

img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: middle; }

picture {
  display: block; }

svg {
  width: 100%;
  fill: currentColor; }

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit; }

dialog {
  border: 0;
  background: transparent;
  color: inherit; }

:root {
  --wp-admin-bar: 0; }

#wpadminbar {
  position: fixed !important;
  --lh: 1em; }

.admin-bar {
  --wp-admin-bar: 46px; }
  @media screen and (min-width: 783px) {
    .admin-bar {
      --wp-admin-bar: 32px; } }
:root {
  --menu-width: 100%;
  --or: 1.25;
  --fs: 0.1215277778vw; }
  @media screen and (orientation: landscape) {
    :root {
      --menu-width: calc(5 * var(--col, calc(100vw / 12))); } }
  @media screen and (orientation: landscape) {
    :root {
      --or: 1; } }
  @media screen and (min-width: 640px) {
    :root {
      --fs: 0.1041666667vw; } }
  @media screen and (min-width: 768px) {
    :root {
      --fs: 0.0902777778vw; } }
  @media screen and (min-width: 1280px) {
    :root {
      --fs: 0.0694444444vw; } }
html {
  font-size: 100%; }
  html *,
  html *:before,
  html *:after {
    line-height: calc(1 * var(--lh, 1lh)); }

body {
  font-family: "Inter-Light";
  position: relative;
  color: var(--color-text); }
  .overlay-visible body {
    overflow: hidden; }

main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .menu-visible main {
    -webkit-transform: translate3d(calc(var(--menu-width) * -1), 0, 0);
            transform: translate3d(calc(var(--menu-width) * -1), 0, 0); }

button {
  text-align: left; }

a,
button {
  cursor: pointer; }

button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none; }

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 4px solid yellow !important; }

.header {
  z-index: 4; }

.button-top {
  z-index: 1; }

.nav {
  z-index: 5;
  top: var(--wp-admin-bar);
  width: var(--menu-width);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: -webkit-transform var(--transition-md);
  transition: transform var(--transition-md);
  transition: transform var(--transition-md), -webkit-transform var(--transition-md);
  background: var(--gradient-purple-black, linear-gradient(180deg, #6207dc 0%, #000 100%)); }
  .menu-visible .nav {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.burger {
  width: calc(var(--fs) * var(--or) * 48);
  height: calc(var(--fs) * var(--or) * 36);
  margin-top: calc(var(--fs) * var(--or) * 6); }
  .burger .bar {
    border-radius: 1px;
    display: block;
    width: 100%;
    height: calc(var(--fs) * var(--or) * 4);
    background: var(--theme-bg); }
  .menu-visible .burger .bar.top {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(1.1);
            transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(1.1); }
  .menu-visible .burger .bar.middle {
    opacity: 0; }
  .menu-visible .burger .bar.bottom {
    bottom: 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate(45deg) scaleX(1.1);
            transform: translate3d(0, 50%, 0) rotate(45deg) scaleX(1.1); }

.language-select {
  width: calc(var(--fs) * var(--or) * 48); }

.cursor {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  width: 30px;
  height: 30px;
  background: red; }

button {
  cursor: pointer; }
  button .icon-sm,
  button .icon-md,
  button .icon-lg {
    padding: 0.25em; }
  button .icon-xs {
    padding: 0.125em; }

.has-icon {
  line-height: 0;
  background: var(--color-bg);
  border-radius: 100vw; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
    .has-icon:hover, .has-icon:focus-visible {
      color: var(--color-bg);
      background: var(--color-text); } }
  .has-icon.outline {
    color: var(--color-text);
    opacity: 0.5;
    box-shadow: none; }
    @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
      .has-icon.outline:hover, .has-icon.outline:focus-visible {
        opacity: 1;
        background: var(--color-bg);
        color: var(--color-text); } }
.button-fill {
  cursor: pointer;
  padding: 0.5em 1.5em;
  color: var(--theme-bg);
  background: var(--theme-accent); }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
    .button-fill:hover, .button-fill:focus-visible {
      color: var(--theme-text);
      background: var(--theme-bg); } }
.button-stroke {
  cursor: pointer;
  padding: 0.5em 1.5em;
  color: var(--theme-text);
  border: 2px solid var(--theme-text); }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
    .button-stroke:hover, .button-stroke:focus-visible {
      color: var(--theme-bg);
      background: var(--theme-text); } }
.text-link {
  opacity: 0.5;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.2em; }
  .text-link:hover, .text-link:focus-visible {
    opacity: 1; }

.icon-link {
  transition: var(--transition-xs);
  -webkit-transform: none;
          transform: none; }
  .icon-link:hover, .icon-link:focus-visible {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.lightbox {
  z-index: 6;
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity var(--transition-md);
  background: rgba(0, 0, 0, 0.9); }
  .lightbox.is-visible {
    opacity: 1; }
  .lightbox-content .swiper-slide {
    width: 50%;
    height: auto;
    opacity: 1;
    transition: opacity var(--transition-md); }
    .lightbox-content .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0 !important; }
    .lightbox-content .swiper-slide-next, .lightbox-content .swiper-slide-prev {
      opacity: 0.3; }
  .lightbox-content [disabled] {
    pointer-events: none; }
  .lightbox .source-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.overlay {
  z-index: 2;
  position: fixed;
  background: var(--color-text);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-md); }
  .overlay-visible .overlay {
    opacity: 0.9;
    pointer-events: all; }

.layout-hanse-bar .bar-text {
  margin-top: calc(-0.14 * var(--lh, 1lh)); }
  @media screen and (orientation: portrait) {
    .layout-hanse-bar .bar-text {
      margin-top: calc(-0.08 * var(--lh, 1lh)); } }
@-webkit-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: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-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;
  align-items: center;
  direction: ltr;
  display: flex;
  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;
  transition: box-shadow .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 {
  box-sizing: border-box; }

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

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

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  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 .3s ease;
          animation: plyr-fade-in .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;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .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: 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);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  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: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .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 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  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: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  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: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

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

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

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  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;
  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 #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.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 {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.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 {
  align-items: inherit;
  display: flex;
  width: 100%; }

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

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.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: calc(var(--plyr-control-spacing, 10px)*.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: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.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: calc(var(--plyr-control-spacing, 10px)*.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);
  box-shadow: 0 1px 0 #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: calc(var(--plyr-control-spacing, 10px)*.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: calc(var(--plyr-control-spacing, 10px)*.7); }

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

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: #0000001a;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .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);
          transform: translateY(-50%) scale(0);
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .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);
          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: #23282f1a; }

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

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  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: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 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);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .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;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: #0000;
  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);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .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 #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .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: 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: #0000; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: #0000;
  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 .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #0000;
  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 .3s ease;
  transition: box-shadow .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 #23282f26,0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .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;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .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);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  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: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  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);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-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);
          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);
          transform: translateY(10px) scale(0.8);
  -webkit-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: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

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

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-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);
          transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.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: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 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: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .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 .2s ease;
  transition: width .2s ease; }

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

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199); }

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

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  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);
  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: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a); }

.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199); }

.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));
  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%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .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: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-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;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .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: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40)); }

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

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

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80); }

.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40); }

.plyr:-webkit-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;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-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:-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:-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:-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:-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;
  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 {
  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;
  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: .8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  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);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  z-index: 2; }

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

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

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  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 {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: "";
  pointer-events: none; }

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

.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  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;
  transition: opacity .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 {
  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; }

.onyx-poll {
  --choicePercentage: 100%;
  --choiceResult: "";
  position: relative;
  pointer-events: none;
  opacity: 0;
  /* CLOSE MODAL BUTTON */
  /* QUESTION */
  /* CHOICES */
  /* FOOTER */
  /* view results/vote buttons */
  /* message / total */
  /* LOADER */
  /*
    &.loading &-wrapper {
        opacity: 0.3;
    }
    &.loading &-loader {
        opacity: 1;
    }
    &-loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(0.5);
        opacity: 0;
        transition: all 300ms ease;
        pointer-events: none;
    }
    &-loader .spinner,
    &-loader .spinner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }
    &-loader .spinner {
        position: relative;
        display: block;
        font-size: 10px;
        text-indent: -9999em;
        border-top: 1.1em solid var(--loaderBorderColor);
        border-right: 1.1em solid var(--loaderBorderColor);
        border-bottom: 1.1em solid var(--loaderBorderColor);
        border-left: 1.1em solid var(--loaderBG);
        transform: translateZ(0);
        animation: load8 1.1s infinite linear;
    }
    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    */
  /* VIEW RESULTS */ }
  .onyx-poll.show {
    opacity: 1; }
  .onyx-poll.active {
    pointer-events: all; }
  .onyx-poll-wrapper {
    transition: all 300ms ease; }
  .onyx-poll-modal {
    width: calc(100% - 30px);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 80; }
    .onyx-poll-modal-question {
      width: calc(100% - 30px); }
  @media only screen and (min-width: 768px) {
    .onyx-poll-modal {
      width: 100%;
      max-width: 500px; } }
  .onyx-poll-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #f0f0f0;
    border: 1px solid #eaeaea;
    cursor: pointer;
    transition: all var(--transition-md); }
    .onyx-poll-close:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-image: url('data:image/svg+xml;utf8,<svg height="487.595" viewBox="0 0 365.696 365.696" width="487.595" xmlns="http://www.w3.org/2000/svg"><path d="M243.188 182.86L356.32 69.726c12.5-12.5 12.5-32.766 0-45.247L341.238 9.398c-12.504-12.503-32.77-12.503-45.25 0L182.86 122.528 69.727 9.374c-12.5-12.5-32.766-12.5-45.247 0L9.375 24.457c-12.5 12.504-12.5 32.77 0 45.25l113.152 113.152L9.398 295.99c-12.503 12.503-12.503 32.769 0 45.25l15.082 15.08c12.5 12.5 32.766 12.5 45.247 0l113.132-113.132L295.99 356.32c12.503 12.5 32.769 12.5 45.25 0l15.081-15.082c12.5-12.504 12.5-32.77 0-45.25zm0 0"/></svg>');
      background-position: center center;
      background-size: 10px;
      background-repeat: no-repeat;
      opacity: 0.5;
      transition: all 200ms ease; }
    .onyx-poll-close:hover {
      border-color: #ff554e;
      background: #ff554e; }
      .onyx-poll-close:hover:after {
        background-image: url('data:image/svg+xml;utf8,<svg height="487.595" viewBox="0 0 365.696 365.696" width="487.595" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M243.188 182.86L356.32 69.726c12.5-12.5 12.5-32.766 0-45.247L341.238 9.398c-12.504-12.503-32.77-12.503-45.25 0L182.86 122.528 69.727 9.374c-12.5-12.5-32.766-12.5-45.247 0L9.375 24.457c-12.5 12.504-12.5 32.77 0 45.25l113.152 113.152L9.398 295.99c-12.503 12.503-12.503 32.769 0 45.25l15.082 15.08c12.5 12.5 32.766 12.5 45.247 0l113.132-113.132L295.99 356.32c12.503 12.5 32.769 12.5 45.25 0l15.081-15.082c12.5-12.504 12.5-32.77 0-45.25zm0 0"/></svg>');
        opacity: 1; }
  .onyx-poll-question {
    width: 100%;
    margin: 0 0 20px 0 !important; }
    .onyx-poll-question:after {
      content: var(--poll-question); }
  .onyx-poll-choices {
    margin: 0 0 20px 0 !important;
    padding: 0 !important; }
    .onyx-poll-choices li:nth-of-type(1) .answer:after {
      content: var(--poll-choice-1); }
    .onyx-poll-choices li:nth-of-type(2) .answer:after {
      content: var(--poll-choice-2); }
    .onyx-poll-choices li:nth-of-type(3) .answer:after {
      content: var(--poll-choice-3); }
    .onyx-poll-choices li:nth-of-type(4) .answer:after {
      content: var(--poll-choice-4); }
    .onyx-poll-choices li {
      cursor: pointer;
      position: relative;
      width: 100%;
      background: #f8f7f7;
      border-radius: 100px;
      padding: 10px 15px;
      margin: 0 0 10px 0 !important;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .onyx-poll-choices li .image {
        border-radius: 100px;
        overflow: hidden;
        display: inline-block;
        flex: 0 0 30px;
        height: 30px;
        margin: 0 10px 0 0;
        z-index: 1; }
      .onyx-poll-choices li span.answer {
        padding: 0.25em 1em;
        position: relative;
        pointer-events: none;
        /* need to fix this: issue #8 */
        z-index: 1;
        width: 100%;
        padding-left: 2em; }
        .onyx-poll-choices li span.answer:before {
          content: "";
          width: 1.25em;
          height: 1.25em;
          background: white;
          border-radius: 100vw;
          position: absolute;
          top: 50%;
          left: 0.25em;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: 0.3em solid white; }
      .onyx-poll-choices li.chosen span.answer:before {
        background: var(--theme-text); }
      .onyx-poll-choices li:last-child {
        margin-bottom: 0; }
      .onyx-poll:not(.view) .onyx-poll-choices li:hover, .onyx-poll-choices li.chosen {
        background-color: rgba(255, 255, 255, 0.6); }
      .onyx-poll-choices li:after {
        content: var(--choiceResult);
        display: none;
        text-align: right;
        width: 100%;
        max-width: 140px;
        position: relative;
        margin-left: auto; }
      .onyx-poll-choices li:before {
        opacity: 0.05;
        content: "";
        display: block;
        width: 100%;
        width: var(--choicePercentage);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--theme-accent);
        border-bottom-left-radius: 100vw;
        border-top-left-radius: 100vw;
        /* z-index: -1; */
        transition: all var(--transition-sm);
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0); }
  .onyx-poll-footer {
    display: flex;
    justify-content: space-between; }
  .onyx-poll-ft-btn {
    margin-left: auto;
    text-decoration: none;
    box-shadow: none !important; }
  .onyx-poll-vote {
    display: none; }
  .view .onyx-poll-vote {
    display: block; }
  .view .onyx-poll-view {
    display: none; }
  .voted .onyx-poll-vote {
    display: none !important; }
  .onyx-poll-message, .onyx-poll-total {
    display: none;
    margin: 0; }
  .onyx-poll.voted .onyx-poll-message {
    display: block; }
  .onyx-poll.view .onyx-poll-total {
    display: block; }
  .onyx-poll-message.success {
    color: #155724; }
  .onyx-poll-message.error {
    color: #ff554e; }
  .onyx-poll-message.warn, .onyx-poll-message.not_allowed, .onyx-poll-invalid {
    color: #856404; }
  .onyx-poll.view .onyx-poll-choices li {
    cursor: auto; }
  .onyx-poll.view .onyx-poll-choices li:before, .onyx-poll.view .onyx-poll-choices li:after {
    display: block;
    transition: all var(--transition-lg);
    -webkit-transform: none;
            transform: none;
    font-size: 13px; }

[lang="en-US"] .onyx-poll-message.success::before {
  content: "Vote was submitted successfully."; }

[lang="en-US"] .onyx-poll-vote::before {
  content: "Vote"; }

[lang="en-US"] .onyx-poll-total {
  display: none !important; }
  [lang="en-US"] .onyx-poll-total strong::before {
    content: "Total Votes"; }

[lang="en-US"] .onyx-poll-view::before {
  content: "View Results"; }

[lang="de-DE"] .onyx-poll-message.success::before {
  content: "Stimme erfolgreich abgegeben."; }

[lang="de-DE"] .onyx-poll-vote::before {
  content: "Abstimmen"; }

[lang="de-DE"] .onyx-poll-total {
  display: none !important; }
  [lang="de-DE"] .onyx-poll-total strong::before {
    content: "Abgegebene Stimmen"; }

[lang="de-DE"] .onyx-poll-view::before {
  content: "Ergebnisse ansehen"; }

.plyr [data-plyr="play"],
.plyr [data-plyr="mute"] {
  padding: 0.75rem;
  background: #fff;
  border-radius: 100vw; }

.plyr__controls {
  padding: 1.5rem 2rem !important;
  border-radius: 0.5rem !important;
  -webkit-column-gap: 0.5em !important;
     -moz-column-gap: 0.5em !important;
          column-gap: 0.5em !important; }
  .plyr__controls:focus, .plyr__controls > *:focus {
    outline: none; }
  .plyr__controls:focus-visible, .plyr__controls > *:focus-visible {
    outline: 4px solid yellow !important; }

.plyr__time--current, .plyr__time--duration {
  color: var(--theme-plyr-color-text); }

.plyr [data-plyr="play"], .plyr__time--current {
  order: -1; }

.plyr__time--current::before {
  display: none; }

.plyr__control:focus-visible,
.plyr--full-ui input[type="range"]:focus-visible::-webkit-slider-runnable-track,
.plyr--full-ui input[type="range"]:focus-visible::-moz-range-track,
.plyr--full-ui input[type="range"]:focus-visible::-ms-track {
  outline: 4px solid yellow !important; }

.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.box {
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.125); }

.background-blur {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px); }

.rounded {
  border-radius: 100vw; }

.rounded-sm {
  border-radius: 0.5rem; }

.rounded-md {
  border-radius: 1rem; }

.rounded-lg {
  border-radius: 2rem; }

.rounded-lh {
  border-radius: calc(1.125 * var(--lh, 1lh)); }

.border {
  border: 1px solid currentColor; }

.border-top {
  border-top: 1px solid currentColor; }

.boder-none {
  border: none; }

.hover\:border-none:hover {
  border: none; }

/**
 * Shadow
 */
.shadow-sm {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.13); }

.shadow-md {
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.25); }

.shadow-xl {
  box-shadow: 0px 0px 4rem 0px rgba(0, 0, 0, 0.5); }

.text-shadow-sm {
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.13); }

.drop-shadow-sm {
  -webkit-filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.13));
          filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.13)); }

.text-shadow-md {
  text-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.25); }

.drop-shadow-md {
  -webkit-filter: drop-shadow(0px 0px 2rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 2rem rgba(0, 0, 0, 0.25)); }

.text-shadow-xl {
  text-shadow: 0px 0px 4rem rgba(0, 0, 0, 0.5); }

.drop-shadow-xl {
  -webkit-filter: drop-shadow(0px 0px 4rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4rem rgba(0, 0, 0, 0.5)); }

/**
 * Aspect Ratios
 */
.aspect-square {
  aspect-ratio: 1; }

.aspect-16\:9 {
  aspect-ratio: 1.7777777778; }

.aspect-3\:2 {
  aspect-ratio: 1.5; }

.aspect-4\:3 {
  aspect-ratio: 1.3333333333; }

@media screen and (orientation: portrait) {
  .ver\:aspect-square {
    aspect-ratio: 1; }
  .ver\:aspect-16\:9 {
    aspect-ratio: 1.7777777778; }
  .ver\:aspect-3\:2 {
    aspect-ratio: 1.5; }
  .ver\:aspect-4\:3 {
    aspect-ratio: 1.3333333333; } }

/**
 * Themes
 */
:root,
[data-theme="default"] {
  --color-bg: white;
  --color-text: #202020;
  --color-link: #007bff;
  color: var(--color-text);
  background: var(--color-bg); }

[data-theme="blue"] {
  --color-bg: #e5f2ff; }

/**
 * Colors
 */
.color-text {
  color: var(--color-text); }

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

.color-bg {
  color: var(--color-bg); }

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

.color-link {
  color: var(--color-link); }

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

.color-none {
  color: transparent; }

.background-none {
  background: transparent; }

/**
 * Display
 */
.block {
  display: block; }

.flex {
  display: flex; }

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

.inline-flex {
  display: inline-flex; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.table-row {
  display: table-row; }

.table-cell + .table-cell {
  padding-left: 1rem; }

.row {
  display: flex;
  flex-flow: row wrap; }

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

.nowrap {
  flex-wrap: nowrap; }

.wrap {
  flex-wrap: wrap; }

@media screen and (orientation: portrait) {
  .ver\:nowrap {
    flex-wrap: nowrap; }
  .ver\:wrap {
    flex-wrap: wrap; } }

/**
 * Flex Alignments
 */
.justify-start {
  justify-content: flex-start; }

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

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

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

.justify-end {
  justify-content: flex-end; }

.align-end {
  align-items: flex-end; }

.justify-between {
  justify-content: space-between; }

.align-between {
  align-items: space-between; }

/**
 * Flex Order
 */
.first {
  order: -9999; }

.last {
  order: 9999; }

@media screen and (orientation: landscape) {
  .hor\:first {
    order: -9999; }
  .hor\:last {
    order: 9999; } }

.no-shrink {
  flex-shrink: 0; }

.no-grow {
  flex-grow: 0; }

.grid {
  display: grid; }

/**
 * Columns
 */
.cols-1 {
  grid-template-columns: repeat(1, minmax(0px, 1fr)); }

.cols-2 {
  grid-template-columns: repeat(2, minmax(0px, 1fr)); }

.cols-3 {
  grid-template-columns: repeat(3, minmax(0px, 1fr)); }

.cols-4 {
  grid-template-columns: repeat(4, minmax(0px, 1fr)); }

@media screen and (orientation: landscape) {
  .hor\:cols-1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr)); }
  .hor\:cols-2 {
    grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .hor\:cols-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .hor\:cols-4 {
    grid-template-columns: repeat(4, minmax(0px, 1fr)); } }

:root {
  --transition-xl: 1920ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --transition-lg: 960ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --transition-md: 480ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --transition-sm: 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --transition-xs: 120ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.transition-xl {
  transition: 1920ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important; }

.transition-lg {
  transition: 960ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important; }

.transition-md {
  transition: 480ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important; }

.transition-sm {
  transition: 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important; }

.transition-xs {
  transition: 120ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important; }

.delay-2xl {
  transition-delay: 2560ms !important; }

.delay-xl {
  transition-delay: 1920ms !important; }

.delay-lg {
  transition-delay: 960ms !important; }

.delay-md {
  transition-delay: 480ms !important; }

.delay-sm {
  transition-delay: 240ms !important; }

.delay-xs {
  transition-delay: 120ms !important; }

.fade-in {
  opacity: 0; }
  .fade-in.on, .fade-in.in-view {
    opacity: 1; }

.fade-out {
  opacity: 1; }
  .fade-out.on, .fade-out.in-view {
    opacity: 0; }

.opacify {
  opacity: 0.3; }
  .opacify.on {
    opacity: 1; }

.slide-down {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
  .slide-down.on, .slide-down.in-view {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.zoom-out {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }
  .zoom-out.on, .zoom-out.in-view {
    -webkit-transform: scale(1);
            transform: scale(1); }

.stagger-1 {
  transition-delay: 120ms !important; }

.stagger-2 {
  transition-delay: 240ms !important; }

.stagger-3 {
  transition-delay: 360ms !important; }

.scroll-indicator,
.dynamic-caption.on {
  opacity: 0; }
  .scroll-trigger.in-view .scroll-indicator, .scroll-trigger.in-view .dynamic-caption.on {
    opacity: 1; }

/**
 * Positions
 */
.absolute {
  position: absolute; }

@media screen and (orientation: portrait) {
  .ver\:absolute {
    position: absolute; } }

.relative {
  position: relative; }

@media screen and (orientation: portrait) {
  .ver\:relative {
    position: relative; } }

.fixed {
  position: fixed; }

@media screen and (orientation: portrait) {
  .ver\:fixed {
    position: fixed; } }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

@media screen and (orientation: portrait) {
  .ver\:sticky {
    position: -webkit-sticky;
    position: sticky; } }

.static {
  position: static; }

@media screen and (orientation: portrait) {
  .ver\:static {
    position: static; } }

/**
 * Position properties
 */
.inset {
  inset: 0; }

.top {
  top: 0; }

.right {
  right: 0; }

.bottom {
  bottom: 0; }

.left {
  left: 0; }

.admin-bar .inset.global {
  inset: var(--wp-admin-bar) 0 0 0; }

.admin-bar .top.global {
  top: var(--wp-admin-bar); }

/**
 * Centering
 */
.center-self {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center-content {
  display: flex; }
  .center-content > :first-child {
    margin: auto; }

.center-div {
  margin: 0 auto; }

/**
 * Z-Index
 */
.z-4up {
  z-index: 4; }

.z-3up {
  z-index: 3; }

.z-2up {
  z-index: 2; }

.z-1up {
  z-index: 1; }

.z-1down {
  z-index: -1; }

.z-2down {
  z-index: -2; }

.z-3down {
  z-index: -3; }

.z-4down {
  z-index: -4; }

.scroll-default {
  scroll-behavior: auto; }

.scroll-smooth {
  scroll-behavior: smooth; }

.scroll-x {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll; }
  .scroll-x > * {
    flex-shrink: 0; }

.scroll-snap-y {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity; }

.scroll-snap-x {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .hide-scrollbar::-webkit-scrollbar {
    display: none; }

.snap-start {
  scroll-snap-align: start; }

.snap-center {
  scroll-snap-align: center; }

/**
 * Widths
 */
.width-vw {
  width: 100vw; }

.width-100\% {
  width: 100%; }

.width-75\% {
  width: 75%; }

.width-67\% {
  width: 66.6666666667%; }

.width-50\% {
  width: 50%; }

.width-25\% {
  width: 25%; }

.width-11col {
  width: 91.6666666667vw; }

.width-10col {
  width: 83.3333333333vw; }

.width-8col {
  width: 66.6666666667vw; }

.width-7col {
  width: 58.3333333333vw; }

.width-6col {
  width: 50vw; }

.width-5col {
  width: 41.6666666667vw; }

.width-4col {
  width: 33.3333333333vw; }

.width-3col {
  width: 25vw; }

.width-2col {
  width: 16.6666666667vw; }

.width-1col {
  width: 8.3333333333vw; }

.width-auto {
  width: auto; }

@media screen and (orientation: portrait) {
  .ver\:width-vw {
    width: 100vw; }
  .ver\:width-100\% {
    width: 100%; }
  .ver\:width-75\% {
    width: 75%; }
  .ver\:width-67\% {
    width: 66.6666666667%; }
  .ver\:width-50\% {
    width: 50%; }
  .ver\:width-25\% {
    width: 25%; }
  .ver\:width-11col {
    width: 91.6666666667vw; }
  .ver\:width-10col {
    width: 83.3333333333vw; }
  .ver\:width-8col {
    width: 66.6666666667vw; }
  .ver\:width-7col {
    width: 58.3333333333vw; }
  .ver\:width-6col {
    width: 50vw; }
  .ver\:width-5col {
    width: 41.6666666667vw; }
  .ver\:width-4col {
    width: 33.3333333333vw; }
  .ver\:width-3col {
    width: 25vw; }
  .ver\:width-2col {
    width: 16.6666666667vw; }
  .ver\:width-1col {
    width: 8.3333333333vw; }
  .ver\:width-auto {
    width: auto; } }

.icon-lg {
  width: 3em; }

.icon-md {
  width: 2em; }

.icon-sm {
  width: 1.5em; }

.icon-xs {
  width: 1.25em; }

/**
 * Heights
 */
.height-vh {
  height: 100vh; }

.height-100\% {
  height: 100%; }

.height-0 {
  height: 0; }

.height-auto {
  height: auto; }

.reset {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.fill {
  height: 100%;
  width: 100%; }

/**
 * Horizontal and vertical spacing.
 */
.indent-lg {
  padding-right: calc(2 * var(--col, calc(100vw / 12)));
  padding-left: calc(2 * var(--col, calc(100vw / 12))); }

.space-lg {
  padding-top: calc(2 * var(--col, calc(100vw / 12)));
  padding-bottom: calc(2 * var(--col, calc(100vw / 12))); }

.indent-md {
  padding-right: calc(1 * var(--col, calc(100vw / 12)));
  padding-left: calc(1 * var(--col, calc(100vw / 12))); }

.space-md {
  padding-top: calc(1 * var(--col, calc(100vw / 12)));
  padding-bottom: calc(1 * var(--col, calc(100vw / 12))); }

.indent-sm {
  padding-right: calc(0.5 * var(--col, calc(100vw / 12)));
  padding-left: calc(0.5 * var(--col, calc(100vw / 12))); }

.space-sm {
  padding-top: calc(0.5 * var(--col, calc(100vw / 12)));
  padding-bottom: calc(0.5 * var(--col, calc(100vw / 12))); }

.indent-xs {
  padding-right: calc(0.25 * var(--col, calc(100vw / 12)));
  padding-left: calc(0.25 * var(--col, calc(100vw / 12))); }

.space-xs {
  padding-top: calc(0.25 * var(--col, calc(100vw / 12)));
  padding-bottom: calc(0.25 * var(--col, calc(100vw / 12))); }

.indent-lh {
  padding-right: calc(1 * var(--lh, 1lh));
  padding-left: calc(1 * var(--lh, 1lh)); }

.space-lh {
  padding-top: calc(1 * var(--lh, 1lh));
  padding-bottom: calc(1 * var(--lh, 1lh)); }

.indent-em {
  padding-right: 1em;
  padding-left: 1em; }

.space-em {
  padding-top: 1em;
  padding-bottom: 1em; }

.indent-en {
  padding-right: 0.5em;
  padding-left: 0.5em; }

.space-en {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

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

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

@media screen and (orientation: portrait) {
  .ver\:indent-lg {
    padding-right: calc(2 * var(--col, calc(100vw / 12)));
    padding-left: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:space-lg {
    padding-top: calc(2 * var(--col, calc(100vw / 12)));
    padding-bottom: calc(2 * var(--col, calc(100vw / 12))); } }

@media screen and (orientation: portrait) {
  .ver\:indent-md {
    padding-right: calc(1 * var(--col, calc(100vw / 12)));
    padding-left: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:space-md {
    padding-top: calc(1 * var(--col, calc(100vw / 12)));
    padding-bottom: calc(1 * var(--col, calc(100vw / 12))); } }

@media screen and (orientation: portrait) {
  .ver\:indent-sm {
    padding-right: calc(0.5 * var(--col, calc(100vw / 12)));
    padding-left: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:space-sm {
    padding-top: calc(0.5 * var(--col, calc(100vw / 12)));
    padding-bottom: calc(0.5 * var(--col, calc(100vw / 12))); } }

@media screen and (orientation: portrait) {
  .ver\:indent-xs {
    padding-right: calc(0.25 * var(--col, calc(100vw / 12)));
    padding-left: calc(0.25 * var(--col, calc(100vw / 12))); }
  .ver\:space-xs {
    padding-top: calc(0.25 * var(--col, calc(100vw / 12)));
    padding-bottom: calc(0.25 * var(--col, calc(100vw / 12))); } }

@media screen and (orientation: portrait) {
  .ver\:indent-lh {
    padding-right: calc(1 * var(--lh, 1lh));
    padding-left: calc(1 * var(--lh, 1lh)); }
  .ver\:space-lh {
    padding-top: calc(1 * var(--lh, 1lh));
    padding-bottom: calc(1 * var(--lh, 1lh)); } }

@media screen and (orientation: portrait) {
  .ver\:indent-em {
    padding-right: 1em;
    padding-left: 1em; }
  .ver\:space-em {
    padding-top: 1em;
    padding-bottom: 1em; } }

@media screen and (orientation: portrait) {
  .ver\:indent-en {
    padding-right: 0.5em;
    padding-left: 0.5em; }
  .ver\:space-en {
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }

@media screen and (orientation: portrait) {
  .ver\:indent-0 {
    padding-right: 0;
    padding-left: 0; }
  .ver\:space-0 {
    padding-top: 0;
    padding-bottom: 0; } }

.indent-global {
  padding-right: calc(0.375 * var(--col, calc(100vw / 12)));
  padding-left: calc(0.375 * var(--col, calc(100vw / 12))); }
  @media screen and (orientation: portrait) {
    .indent-global {
      padding-right: calc(0.75 * var(--col, calc(100vw / 12))); } }
  @media screen and (orientation: portrait) {
    .indent-global {
      padding-left: calc(0.75 * var(--col, calc(100vw / 12))); } }
.space-global {
  padding-top: calc(0.375 * var(--col, calc(100vw / 12)));
  padding-bottom: calc(0.375 * var(--col, calc(100vw / 12))); }
  @media screen and (orientation: portrait) {
    .space-global {
      padding-top: calc(0.75 * var(--col, calc(100vw / 12))); } }
  @media screen and (orientation: portrait) {
    .space-global {
      padding-bottom: calc(0.75 * var(--col, calc(100vw / 12))); } }
.indent-content {
  padding-right: calc(1 * var(--col, calc(100vw / 12)));
  padding-left: calc(1 * var(--col, calc(100vw / 12))); }
  @media screen and (orientation: portrait) {
    .indent-content {
      padding-right: 0; } }
  @media screen and (orientation: portrait) {
    .indent-content {
      padding-left: 0; } }
/**
 * Grid and flex gaps
 */
.gap-lg {
  gap: calc(2 * var(--col, calc(100vw / 12))); }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-md {
  gap: calc(1 * var(--col, calc(100vw / 12))); }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-sm {
  gap: calc(0.5 * var(--col, calc(100vw / 12))); }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-lh {
  gap: var(--lh); }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-em {
  gap: 1em; }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-en {
  gap: 0.5em; }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

.gap-hair {
  gap: 0.125em; }

@media screen and (orientation: portrait) {
  .ver\:gap-lg {
    gap: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:gap-md {
    gap: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:gap-sm {
    gap: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:gap-lh {
    gap: var(--lh); }
  .ver\:gap-em {
    gap: 1em; }
  .ver\:gap-en {
    gap: 0.5em; }
  .ver\:gap-hair {
    gap: 0.125em; } }

/**
 * Line-height bases top and bottom margins
 */
.lead-lg {
  padding-top: calc(2 * var(--col, calc(100vw / 12))); }

.trail-lg {
  padding-bottom: calc(2 * var(--col, calc(100vw / 12))); }

.lead-md {
  padding-top: calc(1 * var(--col, calc(100vw / 12))); }

.trail-md {
  padding-bottom: calc(1 * var(--col, calc(100vw / 12))); }

.lead-400\% {
  padding-top: calc(4 * var(--lh, 1lh)); }

.trail-400\% {
  padding-bottom: calc(4 * var(--lh, 1lh)); }

.lead-200\% {
  padding-top: calc(2 * var(--lh, 1lh)); }

.trail-200\% {
  padding-bottom: calc(2 * var(--lh, 1lh)); }

.lead-100\% {
  padding-top: calc(1 * var(--lh, 1lh)); }

.trail-100\% {
  padding-bottom: calc(1 * var(--lh, 1lh)); }

.lead-75\% {
  padding-top: calc(0.75 * var(--lh, 1lh)); }

.trail-75\% {
  padding-bottom: calc(0.75 * var(--lh, 1lh)); }

.lead-50\% {
  padding-top: calc(0.5 * var(--lh, 1lh)); }

.trail-50\% {
  padding-bottom: calc(0.5 * var(--lh, 1lh)); }

.lead-25\% {
  padding-top: calc(0.25 * var(--lh, 1lh)); }

.trail-25\% {
  padding-bottom: calc(0.25 * var(--lh, 1lh)); }

/**
 * Offset
 */
.offset-4col {
  margin-left: calc(4 * var(--col, calc(100vw / 12))); }

.offset-3col {
  margin-left: calc(3 * var(--col, calc(100vw / 12))); }

.offset-2col {
  margin-left: calc(2 * var(--col, calc(100vw / 12))); }

.offset-1col {
  margin-left: calc(1 * var(--col, calc(100vw / 12))); }

.offset-sm {
  margin-left: calc(0.5 * var(--col, calc(100vw / 12))); }

.offset-xs {
  margin-left: calc(0.25 * var(--col, calc(100vw / 12))); }

.offset-0 {
  margin-left: 0; }

.left-4col {
  left: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.right-4col {
  right: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.up-4col {
  top: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.down-4col {
  bottom: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.left-3col {
  left: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.right-3col {
  right: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.up-3col {
  top: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.down-3col {
  bottom: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.left-2col {
  left: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.right-2col {
  right: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.up-2col {
  top: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.down-2col {
  bottom: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.left-1col {
  left: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.right-1col {
  right: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.up-1col {
  top: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.down-1col {
  bottom: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.left-sm {
  left: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.right-sm {
  right: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.up-sm {
  top: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.down-sm {
  bottom: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.left-xs {
  left: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.right-xs {
  right: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.up-xs {
  top: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.down-xs {
  bottom: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.left-0 {
  left: calc(0 * -1); }

.right-0 {
  right: calc(0 * -1); }

.up-0 {
  top: calc(0 * -1); }

.down-0 {
  bottom: calc(0 * -1); }

@media screen and (orientation: portrait) {
  .ver\:left-4col {
    left: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-4col {
    right: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-4col {
    top: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-4col {
    bottom: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-3col {
    left: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-3col {
    right: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-3col {
    top: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-3col {
    bottom: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-2col {
    left: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-2col {
    right: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-2col {
    top: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-2col {
    bottom: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-1col {
    left: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-1col {
    right: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-1col {
    top: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-1col {
    bottom: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-sm {
    left: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-sm {
    right: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-sm {
    top: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-sm {
    bottom: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-xs {
    left: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:right-xs {
    right: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:up-xs {
    top: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:down-xs {
    bottom: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:left-0 {
    left: calc(0 * -1); }
  .ver\:right-0 {
    right: calc(0 * -1); }
  .ver\:up-0 {
    top: calc(0 * -1); }
  .ver\:down-0 {
    bottom: calc(0 * -1); } }

.space-top-4col {
  padding-top: calc(4 * var(--col, calc(100vw / 12))); }

.space-bottom-4col {
  padding-bottom: calc(4 * var(--col, calc(100vw / 12))); }

.space-top-neg-4col {
  margin-top: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-4col {
  margin-bottom: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }

.space-top-3col {
  padding-top: calc(3 * var(--col, calc(100vw / 12))); }

.space-bottom-3col {
  padding-bottom: calc(3 * var(--col, calc(100vw / 12))); }

.space-top-neg-3col {
  margin-top: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-3col {
  margin-bottom: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }

.space-top-2col {
  padding-top: calc(2 * var(--col, calc(100vw / 12))); }

.space-bottom-2col {
  padding-bottom: calc(2 * var(--col, calc(100vw / 12))); }

.space-top-neg-2col {
  margin-top: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-2col {
  margin-bottom: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }

.space-top-1col {
  padding-top: calc(1 * var(--col, calc(100vw / 12))); }

.space-bottom-1col {
  padding-bottom: calc(1 * var(--col, calc(100vw / 12))); }

.space-top-neg-1col {
  margin-top: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-1col {
  margin-bottom: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }

.space-top-sm {
  padding-top: calc(0.5 * var(--col, calc(100vw / 12))); }

.space-bottom-sm {
  padding-bottom: calc(0.5 * var(--col, calc(100vw / 12))); }

.space-top-neg-sm {
  margin-top: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-sm {
  margin-bottom: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }

.space-top-xs {
  padding-top: calc(0.25 * var(--col, calc(100vw / 12))); }

.space-bottom-xs {
  padding-bottom: calc(0.25 * var(--col, calc(100vw / 12))); }

.space-top-neg-xs {
  margin-top: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.space-bottom-neg-xs {
  margin-bottom: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }

.space-top-0 {
  padding-top: 0; }

.space-bottom-0 {
  padding-bottom: 0; }

.space-top-neg-0 {
  margin-top: calc(0 * -1); }

.space-bottom-neg-0 {
  margin-bottom: calc(0 * -1); }

@media screen and (orientation: portrait) {
  .ver\:space-top-4col {
    padding-top: calc(4 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-4col {
    padding-bottom: calc(4 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-4col {
    margin-top: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-4col {
    margin-bottom: calc(calc(4 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-3col {
    padding-top: calc(3 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-3col {
    padding-bottom: calc(3 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-3col {
    margin-top: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-3col {
    margin-bottom: calc(calc(3 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-2col {
    padding-top: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-2col {
    padding-bottom: calc(2 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-2col {
    margin-top: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-2col {
    margin-bottom: calc(calc(2 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-1col {
    padding-top: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-1col {
    padding-bottom: calc(1 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-1col {
    margin-top: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-1col {
    margin-bottom: calc(calc(1 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-sm {
    padding-top: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-sm {
    padding-bottom: calc(0.5 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-sm {
    margin-top: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-sm {
    margin-bottom: calc(calc(0.5 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-xs {
    padding-top: calc(0.25 * var(--col, calc(100vw / 12))); }
  .ver\:space-bottom-xs {
    padding-bottom: calc(0.25 * var(--col, calc(100vw / 12))); }
  .ver\:space-top-neg-xs {
    margin-top: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); }
  .ver\:space-bottom-xs {
    margin-bottom: calc(calc(0.25 * var(--col, calc(100vw / 12))) * -1); } }

@media screen and (orientation: portrait) {
  .ver\:space-top-0 {
    padding-top: 0; }
  .ver\:space-bottom-0 {
    padding-bottom: 0; }
  .ver\:space-top-neg-0 {
    margin-top: calc(0 * -1); }
  .ver\:space-bottom-0 {
    margin-bottom: calc(0 * -1); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:underline:hover, .hover\:underline:focus-visible {
    text-decoration: underline; } }

.hover\:fade-in {
  opacity: 0.5; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
    .hover\:fade-in:hover, .hover\:fade-in:focus-visible {
      opacity: 1; } }
.hover\:fade-out {
  opacity: 1; }
  @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
    .hover\:fade-out:hover, .hover\:fade-out:focus-visible {
      opacity: 0.5; } }
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-accent:hover, .hover\:color-accent:focus-visible {
    color: var(--theme-accent); } }

/*

.head {
    @include base {
        text-transform: uppercase;
    }

    &-xl {
        --lh: 1.1em;
        @include responsive(font-size, max(rem(51.2px), vw(128px)), $hor: max(rem(76.8px), vw(96px)));
    }

    &-lg {
        --lh: 1.1em;
        @include responsive(font-size, max(rem(38.4px), vw(96px)), $hor: max(rem(57.6px), vw(72px)));
    }

    &-md {
        --lh: 1.1em;
        @include responsive(font-size, max(rem(25.6px), vw(64px)), $hor: max(rem(38.4px), vw(48px)));
    }

    &-sm {
        --lh: 1.1em;
        @include responsive(font-size, max(rem(19.2px), vw(48px)), $hor: max(rem(28.8px), vw(36px)));
    }
}

.copy {
    &-xl {
        // --lh: 1.4em;
        // @include responsive(font-size, max(rem(24px), vw(48px)), $hor: max(rem(28.8px), vw(36px)));
        --lh: 1.2em;
        @include responsive(font-size, max(rem(19.2px), vw(36px)), $hor: max(rem(38.4px), vw(48px)));
    }

    &-lg {
        // --lh: 1.4em;
        // @include responsive(font-size, max(rem(24px), vw(48px)), $hor: max(rem(28.8px), vw(36px)));
        --lh: 1.3em;
        @include responsive(font-size, max(rem(19.2px), vw(36px)), $hor: max(rem(28.8px), vw(36px)));
    }

    &-md {
        // --lh: 1.4em;
        // @include responsive(font-size, max(rem(19.2px), vw(36px)), $hor: max(rem(19.2px), vw(24px)));
        --lh: 1.4em;
        @include responsive(font-size, max(rem(19.2px), vw(36px)), $hor: max(rem(22.4px), vw(28px)));
    }

    &-sm {
        // --lh: 1.4em;
        // @include responsive(font-size, max(rem(16px), vw(24px)), $hor: max(rem(16px), vw(19.2px)));
        --lh: 1.4em;
        @include responsive(font-size, max(rem(16px), vw(24px)), $hor: max(rem(22.4px), vw(28px)));
    }

    &-xs {
        --lh: 1.6em;
        @include responsive(font-size, max(rem(11.2px), vw(18px)), $hor: max(rem(11.2px), vw(14px)));
    }
}

*/
.regular {
  font-family: "Inter-Light"; }

.bold,
b,
strong {
  font-family: "Inter-Bold"; }

.uppercase {
  text-transform: uppercase; }

.centered {
  text-align: center; }

.hyphenate {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.pointer {
  cursor: pointer; }

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

.pointer-all {
  pointer-events: all; }

/**
 * Cover
 */
.cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

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

/**
 * Overflow
 */
.clip {
  overflow: hidden; }

.show {
  overflow: visible; }

.scroll {
  overflow: scroll; }

/**
 * Hide element visually
 */
.hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@font-face {
  font-family: "Decima Pro";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/decimapro-webfont.woff2") format("woff2");
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "Decima Pro";
  font-display: block;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/decimapro-italic-webfont.woff2") format("woff2");
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "Decima Pro";
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/decimapro-bold-webfont.woff2") format("woff2");
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: "Decima Mono Pro";
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/decimamonopro-bold-webfont.woff2") format("woff2");
  text-rendering: optimizeLegibility; }

body {
  --lh: 1.5em;
  font-family: "Decima Pro";
  font-weight: 400;
  font-size: max(1.0125rem, 2.5vw); }
  @media screen and (orientation: landscape) {
    body {
      font-size: max(1.0125rem, 1.6666666667vw); } }
[class*="copy-"] {
  font-family: "Decima Pro";
  font-weight: 400; }

.copy-xl {
  --lh: 1.4em;
  font-size: max(1.2rem, 3.8888888889vw); }
  @media screen and (orientation: landscape) {
    .copy-xl {
      font-size: max(1.2rem, 2.2222222222vw); } }
.copy-lg {
  --lh: 1.4em;
  font-size: max(1.51875rem, 4vw); }
  @media screen and (orientation: landscape) {
    .copy-lg {
      font-size: max(1.51875rem, 2.5vw); } }
.copy-md, body {
  --lh: 1.5em;
  font-size: max(1.18125rem, 2.9166666667vw); }
  @media screen and (orientation: landscape) {
    .copy-md, body {
      font-size: max(1.18125rem, 1.9444444444vw); } }
.copy-sm, .plyr__time, small {
  --lh: 1.6em;
  font-size: max(1.0125rem, 2.5vw); }
  @media screen and (orientation: landscape) {
    .copy-sm, .plyr__time, small {
      font-size: max(1.0125rem, 1.6666666667vw); } }
.copy-xs {
  --lh: 1.6em;
  font-size: max(0.675rem, 1.6666666667vw); }
  @media screen and (orientation: landscape) {
    .copy-xs {
      font-size: max(0.675rem, 1.1111111111vw); } }
.copy-2xs {
  --lh: 1.6em;
  font-size: max(0.675rem, 1.6666666667vw); }
  @media screen and (orientation: landscape) {
    .copy-2xs {
      font-size: max(0.675rem, 1.1111111111vw); } }
[class*="head-"] {
  font-family: "Decima Mono Pro";
  font-weight: 600;
  letter-spacing: -0.1em;
  word-spacing: -0.2em; }

.head-xl {
  font-size: 6.6666666667vw;
  --lh: calc(4 * var(--col, calc(100vw / 12))); }
  @media screen and (orientation: portrait) {
    .head-xl {
      font-size: 10.4166666667vw; } }
  @media screen and (orientation: landscape) {
    .head-xl {
      --lh: calc(2 * var(--col, calc(100vw / 12))); } }
.head-lg {
  --lh: 1.05em;
  font-size: max(2.25rem, 6.25vw); }
  @media screen and (orientation: landscape) {
    .head-lg {
      font-size: max(2.25rem, 5vw); } }
.head-md {
  --lh: 1.2em;
  font-size: max(1.25rem, 3.4722222222vw); }
  @media screen and (orientation: landscape) {
    .head-md {
      font-size: max(1.25rem, 2.7777777778vw); } }
.head-sm {
  --lh: 1.4em;
  font-size: max(1.25rem, 2.7777777778vw); }
  @media screen and (orientation: landscape) {
    .head-sm {
      font-size: max(1.25rem, 2.2222222222vw); } }
.head-xs {
  --lh: 1.3em;
  font-size: max(1.09375rem, 2.4305555556vw); }
  @media screen and (orientation: landscape) {
    .head-xs {
      font-size: max(1.09375rem, 1.9444444444vw); } }
.head-2xs {
  --lh: 1.3em;
  font-size: max(0.8203125rem, 1.8229166667vw); }
  @media screen and (orientation: landscape) {
    .head-2xs {
      font-size: max(0.8203125rem, 1.4583333333vw); } }
p + p {
  margin-top: calc(0.5 * var(--lh, 1lh)); }

.bar-text {
  padding-left: 2.2222222222vw; }

.placeholder {
  color: #ff00ff; }

b,
strong,
.bold {
  font-family: "Decima Pro";
  font-weight: 600; }

i,
em,
.italic {
  font-style: italic; }

.text p + p {
  margin-top: calc(0.5 * var(--lh, 1lh)); }

.lh-0 {
  line-height: 0; }

/**
 * Themes
 */
[data-theme] {
  --theme-bg: #fff;
  --theme-bg-trans: rgba(255, 255, 255, 0.67);
  --theme-text: #404040;
  --theme-accent: #0064b6;
  --theme-accent-trans: rgba(0, 100, 182, 0.67);
  color: var(--theme-text);
  background: var(--theme-bg); }

[data-theme="blue"] {
  --theme-bg: #0064b6;
  --theme-bg-trans: rgba(0, 100, 182, 0.67);
  --theme-text: #fff;
  --theme-accent: #fff;
  --theme-accent-trans: rgba(255, 255, 255, 0.67); }

.plyr {
  --plyr-color-text: var(--theme-text);
  --plyr-color-main: var(--theme-bg);
  --plyr-range-thumb-height: 1em;
  --plyr-range-thumb-background: var(--theme-text);
  --plyr-audio-controls-background: rgba(0, 100, 182, 0.67);
  --plyr-audio-control-color: #404040;
  --plyr-audio-control-color-hover: var(--theme-bg);
  --plyr-audio-control-background: #0064b6;
  --plyr-audio-control-background-hover: var(--theme-text);
  --plyr-range-fill-background: #404040;
  --plyr-audio-progress-buffered-background: #fff; }

/**
 * Colors
 */
.color-text {
  color: var(--theme-text); }

.background-text {
  background: var(--theme-text); }

.color-bg {
  color: var(--theme-bg); }

.background-bg {
  background: var(--theme-bg); }

.color-bg-trans {
  color: var(--theme-bg-trans); }

.background-bg-trans {
  background: var(--theme-bg-trans); }

.color-accent {
  color: var(--theme-accent); }

.background-accent {
  background: var(--theme-accent); }

.color-accent-trans {
  color: var(--theme-accent-trans); }

.background-accent-trans {
  background: var(--theme-accent-trans); }

.color-black {
  color: #404040; }

.background-black {
  background: #404040; }

.color-black-trans {
  color: rgba(0, 0, 0, 0.67); }

.background-black-trans {
  background: rgba(0, 0, 0, 0.67); }

.color-white {
  color: #fff; }

.background-white {
  background: #fff; }

.color-white-trans {
  color: rgba(255, 255, 255, 0.67); }

.background-white-trans {
  background: rgba(255, 255, 255, 0.67); }

.color-white-trans-light {
  color: rgba(255, 255, 255, 0.33); }

.background-white-trans-light {
  background: rgba(255, 255, 255, 0.33); }

.color-blue {
  color: #0064b6; }

.background-blue {
  background: #0064b6; }

.color-blue-trans {
  color: rgba(0, 100, 182, 0.67); }

.background-blue-trans {
  background: rgba(0, 100, 182, 0.67); }

.color-blue-trans-light {
  color: rgba(0, 100, 182, 0.33); }

.background-blue-trans-light {
  background: rgba(0, 100, 182, 0.33); }

.color-red {
  color: #ec4044; }

.background-red {
  background: #ec4044; }

.color-grey {
  color: #818181; }

.background-grey {
  background: #818181; }

.color-none {
  color: transparent; }

.background-none {
  background: transparent; }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-text:hover, .hover\:color-text:focus-visible {
    color: var(--theme-text); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-text:hover, .hover\:background-text:focus-visible {
    background: var(--theme-text); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-bg:hover, .hover\:color-bg:focus-visible {
    color: var(--theme-bg); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-bg:hover, .hover\:background-bg:focus-visible {
    background: var(--theme-bg); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-bg-trans:hover, .hover\:color-bg-trans:focus-visible {
    color: var(--theme-bg-trans); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-bg-trans:hover, .hover\:background-bg-trans:focus-visible {
    background: var(--theme-bg-trans); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-accent:hover, .hover\:color-accent:focus-visible {
    color: var(--theme-accent); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-accent:hover, .hover\:background-accent:focus-visible {
    background: var(--theme-accent); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-accent-trans:hover, .hover\:color-accent-trans:focus-visible {
    color: var(--theme-accent-trans); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-accent-trans:hover, .hover\:background-accent-trans:focus-visible {
    background: var(--theme-accent-trans); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-black:hover, .hover\:color-black:focus-visible {
    color: #404040; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-black:hover, .hover\:background-black:focus-visible {
    background: #404040; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-black-trans:hover, .hover\:color-black-trans:focus-visible {
    color: rgba(0, 0, 0, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-black-trans:hover, .hover\:background-black-trans:focus-visible {
    background: rgba(0, 0, 0, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-white:hover, .hover\:color-white:focus-visible {
    color: #fff; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-white:hover, .hover\:background-white:focus-visible {
    background: #fff; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-white-trans:hover, .hover\:color-white-trans:focus-visible {
    color: rgba(255, 255, 255, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-white-trans:hover, .hover\:background-white-trans:focus-visible {
    background: rgba(255, 255, 255, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-white-trans-light:hover, .hover\:color-white-trans-light:focus-visible {
    color: rgba(255, 255, 255, 0.33); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-white-trans-light:hover, .hover\:background-white-trans-light:focus-visible {
    background: rgba(255, 255, 255, 0.33); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-blue:hover, .hover\:color-blue:focus-visible {
    color: #0064b6; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-blue:hover, .hover\:background-blue:focus-visible {
    background: #0064b6; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-blue-trans:hover, .hover\:color-blue-trans:focus-visible {
    color: rgba(0, 100, 182, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-blue-trans:hover, .hover\:background-blue-trans:focus-visible {
    background: rgba(0, 100, 182, 0.67); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-blue-trans-light:hover, .hover\:color-blue-trans-light:focus-visible {
    color: rgba(0, 100, 182, 0.33); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-blue-trans-light:hover, .hover\:background-blue-trans-light:focus-visible {
    background: rgba(0, 100, 182, 0.33); } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-red:hover, .hover\:color-red:focus-visible {
    color: #ec4044; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-red:hover, .hover\:background-red:focus-visible {
    background: #ec4044; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-grey:hover, .hover\:color-grey:focus-visible {
    color: #818181; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-grey:hover, .hover\:background-grey:focus-visible {
    background: #818181; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:color-none:hover, .hover\:color-none:focus-visible {
    color: transparent; } }

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (hover: hover) {
  .hover\:background-none:hover, .hover\:background-none:focus-visible {
    background: transparent; } }

/* critical:start */
#preloader {
  background: #0064b6;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  transition: 480ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: flex; }
  .window-loaded #preloader {
    opacity: 0; }
  #preloader .spinner {
    margin: auto;
    width: 80px;
    height: 80px; }
    #preloader .spinner div {
      -webkit-transform-origin: 40px 40px;
              transform-origin: 40px 40px;
      -webkit-animation: lds-spinner 1.2s linear infinite;
              animation: lds-spinner 1.2s linear infinite; }
      #preloader .spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: #fff; }
      #preloader .spinner div:nth-child(1) {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
      #preloader .spinner div:nth-child(2) {
        -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
      #preloader .spinner div:nth-child(3) {
        -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
      #preloader .spinner div:nth-child(4) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s; }
      #preloader .spinner div:nth-child(5) {
        -webkit-transform: rotate(120deg);
                transform: rotate(120deg);
        -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s; }
      #preloader .spinner div:nth-child(6) {
        -webkit-transform: rotate(150deg);
                transform: rotate(150deg);
        -webkit-animation-delay: -0.6s;
                animation-delay: -0.6s; }
      #preloader .spinner div:nth-child(7) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s; }
      #preloader .spinner div:nth-child(8) {
        -webkit-transform: rotate(210deg);
                transform: rotate(210deg);
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s; }
      #preloader .spinner div:nth-child(9) {
        -webkit-transform: rotate(240deg);
                transform: rotate(240deg);
        -webkit-animation-delay: -0.3s;
                animation-delay: -0.3s; }
      #preloader .spinner div:nth-child(10) {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
        -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s; }
      #preloader .spinner div:nth-child(11) {
        -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
        -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s; }
      #preloader .spinner div:nth-child(12) {
        -webkit-transform: rotate(330deg);
                transform: rotate(330deg);
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* critical:end */
.hero {
  margin-top: calc(0.5 * var(--lh, 1lh)); }
  .hero-typography {
    color: var(--theme-accent);
    height: calc(2.62 * var(--lh, 1lh));
    padding-left: 2.2222222222vw;
    z-index: -1; }
  .hero .headline-blue {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(var(--lh) * 0.4), 0);
            transform: translate3d(0, calc(var(--lh) * 0.4), 0); }
    .hero .headline-blue.on {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .hero-bars {
    padding-top: calc(0.6 * var(--lh, 1lh));
    height: calc(3.62 * var(--lh, 1lh));
    margin-top: calc(-2.62 * var(--lh, 1lh));
    margin-bottom: calc(0.5 * var(--lh, 1lh)); }
    @media screen and (orientation: landscape) {
      .hero-bars {
        padding-top: calc(0.64 * var(--lh, 1lh)); } }
  .hero-bar {
    width: calc(11 * var(--col, calc(100vw / 12)));
    height: calc(2 * var(--col, calc(100vw / 12)));
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    border-radius: 0 0.6944444444vw 0.6944444444vw 0;
    background: var(--theme-accent); }
    @media screen and (orientation: landscape) {
      .hero-bar {
        width: calc(11 * var(--col, calc(100vw / 12))); } }
    @media screen and (orientation: landscape) {
      .hero-bar {
        height: calc(1 * var(--col, calc(100vw / 12))); } }
    .hero-bar.on {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .hero-bar + .hero-bar {
      margin-top: calc(2 * var(--col, calc(100vw / 12))); }
      @media screen and (orientation: landscape) {
        .hero-bar + .hero-bar {
          margin-top: calc(1 * var(--col, calc(100vw / 12))); } }
