/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: None (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Avenir Book";
  src: url("fonts/Avenir-Book.ttf"); }

@font-face {
  font-family: "Avenir Heavy";
  src: url("fonts/Avenir-Heavy.ttf"); }

/* FONT CLASSES */
.headerFont, .menu__title, .alert__header, .card .card__header__title, .card .card__body__content__container__title, .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab__title, .idleWarning__title, .idleWarning__countdown, .ds__widget__weather__groupItem--temp, .ds__widget__weather__table td, .ds__widget__time__date__year, .ds__widget__time__clock, .__pages__screensaver-page__0c59b .ss__description, .__pages__screensaver-page__0c59b .ss__title, .im__info__drawer__title, .page--im3d .im3d__popup h1, .dl__grid__item__face__title, .page--le .le__list__roll__item__info__title, .page--le .le__spotlight__item__title, .__pages__creatievedynamiek-page__08c09 .cd__info, .__pages__stadaandestroom-page__c6d64 .sads_title, .__pages__stadaandestroom-page__c6d64 .sads_title_80, .__pages__stadaandestroom-page__c6d64 .sads_category_button_label {
  font-family: "headerFont"; }

.bodyFont, .button, .alert__body, .pointerPopup__content__pane, .pointerPopup__content__description, .idleWarning__description, .button.button--userIdleWarning p, .ds__widget__weather__table th, .ds__widget__time__zone, .ds__widget__time__date, .__pages__mediabrowser-page__69add .mb_end_text, .im__info__drawer__description, .im__navigation__container__item, .page--im3d .im3d__popup, .__pages__creatievedynamiek-page__08c09 .cd__question__info, .__pages__creatievedynamiek-page__08c09 .cd__answer__button, .__pages__creatievedynamiek-page__08c09 .cd__answer__text, .__pages__creatievedynamiek-page__08c09 .cd__feebackText, .__pages__creatievedynamiek-page__08c09 .cd__footer_text, .OcuDarcula .page.page--im .im__filters .im__filter__category,
.OcuDarcula .page.page--im3d .im__filters .im__filter__category, .OcuDarcula .button, .OcuLight .page.page--im .im__filters .im__filter__category,
.OcuLight .page.page--im3d .im__filters .im__filter__category, .OcuLight .button, .__pages__stadaandestroom-page__c6d64 .sads_intro, .__pages__stadaandestroom-page__c6d64 .sads_answer_button, .__pages__stadaandestroom-page__c6d64 .sads_answer_button_transparent, .__pages__stadaandestroom-page__c6d64 .sads_detail_text, .__pages__stadaandestroom-page__c6d64 .sads_next_button, .__pages__stadaandestroom-page__c6d64 .sads_header, .__pages__stadaandestroom-page__c6d64 .sads_footer, body {
  font-family: "bodyFont"; }

/* VARIABLES */
/* isa color codes */
/* */
.divider {
  height: 1px;
  width: 100%;
  background: #E3E3E3;
  margin: 2% 0; }

:root {
  --margin-dl-items: 56px; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(1);
  border: none;
  background: none;
  outline: none; }
  .button:active {
    transform: scale(0.95);
    outline: none;
    box-shadow: none; }

/* Custom dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  /* demo only */ }

.dropdown select {
  background-color: #f5f5f5;
  color: #000;
  font-size: inherit;
  padding: 0.5em 2.5em 0.5em 0.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance: none;
  /*Hiding the select arrow default implementation*/
  appearance: none; }
  .dropdown select:active, .dropdown select:hover, .dropdown select:focus {
    outline: none; }

/*Hiding the select arrow for IE10*/
.dropdown select::-ms-expand {
  display: none; }

.dropdown::before,
.dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none; }

.dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
  color: rgba(0, 0, 0, 0.6); }

.dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background: #c5c5c5; }

.dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25); }

.menu {
  position: absolute;
  height: 10%;
  max-height: 10%;
  width: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  pointer-events: none; }

.menu__content {
  width: 100%;
  height: 100%; }

.menu--top {
  top: 0; }

.menu--bottom {
  bottom: 0; }

.menu--left {
  left: 0;
  text-align: left; }
  .menu--left .menu__title {
    padding-left: 5%; }
  .menu--left .languages--menu {
    left: 5%; }
  .menu--left .button.menu__button {
    margin-left: 2em; }
  .menu--left .menu__logo {
    left: 5%; }

.menu--right {
  right: 0;
  text-align: right; }
  .menu--right .menu__title {
    padding-right: 5%; }
  .menu--right .languages--menu {
    right: 5%; }
  .menu--right .button.menu__button {
    right: 2em; }
    .menu--right .button.menu__button .menu__button__icon__wrapper {
      float: right; }
  .menu--right .menu__logo {
    right: 5%; }

.menu--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  .menu--center .languages--menu {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .menu--center .button.menu__button {
    left: 50%;
    transform: translate(-50%, -50%); }
  .menu--center .menu__logo {
    left: 50%;
    transform: translate(-50%, -50%); }

/* TODO: use flex for all menu elements to make it simpler */
.menu--breadcrumb {
  width: 50%;
  max-width: 50%; }
  .menu--breadcrumb.menu--left .menu__content {
    justify-content: flex-start; }
  .menu--breadcrumb.menu--left .button.menu__button,
  .menu--breadcrumb.menu--left ul.menu__breadcrumbs {
    margin-left: 2em; }
  .menu--breadcrumb.menu--center .menu__content {
    justify-content: center; }
  .menu--breadcrumb.menu--center ul.menu__breadcrumbs {
    margin-left: 2em; }
  .menu--breadcrumb.menu--right .menu__content {
    justify-content: flex-end; }
  .menu--breadcrumb.menu--right ul.menu__breadcrumbs {
    margin: 0 2em; }
  .menu--breadcrumb .menu__content {
    display: flex;
    align-items: center; }
  .menu--breadcrumb .button.menu__button,
  .menu--breadcrumb ul.menu__breadcrumbs {
    position: static;
    transform: none; }

.menu--breadcrumb, .menu--languages, .menu--back, .menu--home {
  z-index: 5; }

.menu__logo {
  position: absolute;
  top: 50%;
  height: 90%;
  width: auto;
  transform: translateY(-50%); }

.menu__title {
  font-size: 1.4em;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* */
.languages--menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* */
/* buttons */
.button.menu__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  line-height: 60px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
  pointer-events: all;
  cursor: pointer; }

.menu__button__icon__wrapper {
  float: left;
  width: 40px;
  height: 40px;
  background: none;
  text-align: center;
  position: relative; }
  .menu__button__icon__wrapper .menu__button__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.38em; }

.menu__button__label {
  float: left;
  padding: 0 0 0 15%; }

/* breadcrumbs */
ul.menu__breadcrumbs {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  list-style: none;
  pointer-events: all; }

ul.menu__breadcrumbs li + li:before {
  padding: 0.5em;
  content: "/\00a0"; }

ul.menu__breadcrumbs li {
  display: inline;
  font-size: 1em;
  margin: 0 0;
  padding: 0 0; }
  ul.menu__breadcrumbs li .menu__breadcrumb__item__label {
    border-color: var(--c-accent);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-decoration: none;
    cursor: pointer; }
  ul.menu__breadcrumbs li:first-child {
    margin-left: 0.5em; }

.menu__breadcrumb__item:last-child {
  pointer-events: none; }
  .menu__breadcrumb__item:last-child .menu__breadcrumb__item__label {
    border-bottom: 1px solid transparent; }

.keyboard {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: -400px;
  width: 1200px;
  max-width: 80%;
  height: 400px;
  max-height: 50%;
  z-index: 9999; }
  @media screen and (max-height: 800px) {
    .keyboard {
      bottom: -50%; } }
  .keyboard.hide-numbers {
    height: 360px;
    bottom: -360px; }
  .keyboard .keyboard__container {
    background: var(--c-accent-blend);
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    transition: top 0.1s linear, width 0.1s linear; }
    .keyboard .keyboard__container.visible {
      pointer-events: all;
      top: -100%; }
    .keyboard .keyboard__container .keyboard__row {
      height: calc(20% - 12px);
      max-width: 100%;
      box-sizing: border-box;
      margin: 10px 0; }
      .keyboard .keyboard__container .keyboard__row.keyboard__row--number .keyboard__key:first-of-type {
        margin-left: 3%; }
      .keyboard .keyboard__container .keyboard__row.keyboard__row--1 .keyboard__key:first-of-type {
        margin-left: 7%; }
      .keyboard .keyboard__container .keyboard__row.keyboard__row--specRow {
        text-align: center;
        margin: 10px auto; }
        .keyboard .keyboard__container .keyboard__row.keyboard__row--specRow .keyboard__key {
          float: left;
          margin: 0 0.66%; }
      .keyboard .keyboard__container .keyboard__row .keyboard__key {
        color: var(--c-accent-blend);
        position: relative;
        display: inline-block;
        height: 100%;
        box-sizing: border-box;
        float: left;
        margin: 0 0.5%;
        width: 7%;
        transform: scale(1);
        background: var(--c-accent); }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--disabled {
          pointer-events: none;
          opacity: 0; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key:active {
          transform: scale(0.85); }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--char.keyboard__key--feedback:active, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--number.keyboard__key--feedback:active {
          transform: scale(1);
          border: solid 2px blue; }
          .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--char.keyboard__key--feedback:active span, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--number.keyboard__key--feedback:active span {
            display: none; }
          .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--char.keyboard__key--feedback:active:before, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--number.keyboard__key--feedback:active:before {
            position: absolute;
            text-align: center;
            top: -100%;
            left: -2px;
            width: 100%;
            height: 50%;
            font-size: 1.2rem;
            padding: 25% 0;
            content: attr(data-content);
            color: inherit;
            border: inherit;
            border-bottom: none;
            background: inherit; }
          .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--char.keyboard__key--feedback:active.keyboard__key--uppercase:before, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--number.keyboard__key--feedback:active.keyboard__key--uppercase:before {
            text-transform: uppercase; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--backspace {
          width: 16%;
          margin: 0 0 0 1%; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--space {
          width: 50%;
          margin-left: 20%; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--caps {
          width: 9%; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--submit, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--clear {
          float: right; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--enter {
          width: 12%;
          margin: 0 0 0 1%; }
          .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--enter span {
            top: auto;
            bottom: -25%;
            left: 60%;
            font-size: 3rem;
            z-index: 3;
            transform: translate(-50%, 0); }
          .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--enter:after {
            content: '';
            position: absolute;
            height: calc(100% + 10px);
            width: 71%;
            background: inherit;
            right: 0;
            border-top: none;
            top: 100%; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--entersmall span {
          font-size: 3rem;
          font-weight: bold; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--shift {
          margin: 0 4.5% 0 0.5%; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--shift, .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--caps {
          font-size: 1.6rem; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key span {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          pointer-events: none;
          transform: translate(-50%, -50%);
          color: var(--c-accent-blend); }
          .keyboard .keyboard__container .keyboard__row .keyboard__key span.bold {
            font-weight: bold;
            font-size: 2rem; }
          .keyboard .keyboard__container .keyboard__row .keyboard__key span i {
            font-size: 2rem; }
        .keyboard .keyboard__container .keyboard__row .keyboard__key.keyboard__key--uppercase span {
          text-transform: uppercase; }
    .keyboard .keyboard__container.keyboard__container--numeric {
      left: 50%;
      transform: translateX(-50%);
      width: 33%; }
      .keyboard .keyboard__container.keyboard__container--numeric .keyboard__row {
        margin: 10px auto;
        text-align: center; }
        .keyboard .keyboard__container.keyboard__container--numeric .keyboard__row .keyboard__key {
          width: 20%;
          margin: 0 1.5%;
          float: none; }

@media (max-width: 1081px) {
  .__language-component__6f6d0 :root {
    --languageDropdownBackgroundColor: #8031A7;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

@media (min-width: 1081px) {
  .__language-component__6f6d0 :root {
    --languageDropdownBackgroundColor: #0064B4;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

.__language-component__6f6d0 .ember-power-select-option[aria-current="true"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.__language-component__6f6d0 .ember-power-select-option[aria-current="false"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.__language-component__6f6d0 .ember-power-select-dropdown {
  border: none !important;
  background-color: transparent !important; }

.__language-component__6f6d0 .ember-power-select-options {
  height: calc(5 * 2 * var(--languageDropdownFontSize));
  max-height: calc(5 * 2 * var(--languageDropdownFontSize)) !important;
  border: 0px solid;
  /*background-color: transparent !important;*/
  background-color: white; }

.__language-component__6f6d0 .ember-power-select-option {
  font-size: var(--languageDropdownFontSize);
  text-transform: uppercase;
  color: var(--languageDropdownBackgroundColor);
  border: 1px solid var(--languageDropdownBackgroundColor);
  width: 70%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-left: 30%;
  text-align: center;
  height: calc(2 * var(--languageDropdownFontSize)); }

.__language-component__6f6d0 .ember-power-select-trigger {
  background-color: var(--languageDropdownBackgroundColor);
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: calc(1.6 * var(--languageDropdownFontSize));
  line-height: calc(1.6 * var(--languageDropdownFontSize));
  border-radius: 0;
  text-align: right;
  padding-right: 10px;
  font-size: var("--languageDropdownFontSize");
  height: 100px; }

.__language-component__6f6d0 .ember-power-select-status-icon {
  left: 5px;
  top: 3px;
  width: calc(1 * 0.7 * var(--languageDropdownFontSize));
  height: calc(0.6744 * 0.7 * var(--languageDropdownFontSize));
  color: var(--languageDropdownTextColor);
  border-style: none;
  background-image: url("/uploads/dropdown/nl/dropdown.png");
  background-size: cover;
  margin-left: calc(0.2 * var(--languageDropdownFontSize));
  transform: none !important; }

.__language-component__6f6d0 .ember-power-select-selected-item {
  background-color: var(--languageDropdownBackgroundColor);
  color: var(--languageDropdownTextColor);
  text-transform: uppercase;
  padding-right: calc(0.3 * var(--languageDropdownFontSize));
  height: calc(1 * var(--languageDropdownFontSize));
  line-height: var(--languageDropdownFontSize);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold; }

/* small */
@media screen and (min-width: 1025px) {
  .__language-component__6f6d0 .sdas.ember-power-select-option {
    color: #0064B4 !important;
    border-color: #0064B4; }
  .__language-component__6f6d0 .sdas.ember-power-select-dropdown {
    top: 101px !important; } }

@media screen and (max-width: 1024px) {
  .__language-component__6f6d0 .sdas.ember-power-select-dropdown {
    height: calc(45px * 5);
    width: 72px;
    top: 52px !important; }
  .__language-component__6f6d0 .sdas.ember-power-select-options {
    height: calc(45px * 5);
    width: 72px; }
  .__language-component__6f6d0 .sdas.ember-power-select-options {
    position: absolute;
    right: 0;
    top: -1px; }
  .__language-component__6f6d0 .sdas.ember-power-select-option {
    width: 70px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-size: 16px;
    color: #0064B4 !important;
    border-color: #0064B4;
    margin: 0 0;
    padding: 0 0; } }

.alert {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 4;
  transform: translate(-50%, -50%); }
  .alert.visible {
    display: block; }

.alert__wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 42.5%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-sizing: border-box;
  padding: 1.5% 3%;
  background: #E3E3E3; }

.alert__header {
  margin: 1rem 0; }

.alert__body {
  font-size: 1.11rem;
  overflow: hidden;
  height: 80%; }

.alert__text {
  box-sizing: border-box;
  padding-right: 2%;
  height: 75%;
  max-height: 75%;
  overflow-y: auto; }
  .alert__text::-webkit-scrollbar {
    width: 12px; }
  .alert__text::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5); }
  .alert__text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: white; }

.alert__footer {
  height: 10%;
  margin-top: 1rem;
  position: relative; }
  .alert__footer .verticalCenter {
    line-height: 3.5rem;
    vertical-align: middle; }

.alert__buttons {
  width: 100%; }

@media screen and (max-width: 1440px) {
  .alert__wrapper {
    max-width: 60%;
    height: 60%; } }

@media screen and (max-width: 1024px) {
  .alert__wrapper {
    max-width: 75%;
    height: 75%; }
  .alert__text {
    height: 68%; } }

@media screen and (max-width: 800px) {
  .alert__wrapper {
    max-width: 80%; }
  .alert__header {
    margin: 0rem 0; }
  .alert__text {
    height: 65%; } }

@media screen and (max-width: 640px) {
  .alert__wrapper {
    max-width: 85%;
    height: 74%; }
  .alert__text {
    height: 60%; } }

.media {
  outline: none;
  position: relative;
  height: 100%;
  width: 100%; }
  .media__placeholder {
    background-color: var(--c-accent);
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none; }
  .media .media__wrapper {
    width: inherit;
    height: inherit;
    display: block; }
  .media .media__element, .media .media__imageContainer, .media .media__videoContainer, .media .media__audioContainer {
    width: 100%;
    height: 100%;
    object-fit: contain; }
    .media .media__element video, .media .media__imageContainer video, .media .media__videoContainer video, .media .media__audioContainer video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .media .media__element__still video, .media .media__imageContainer__still video, .media .media__videoContainer__still video, .media .media__audioContainer__still video {
      pointer-events: none;
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .media .media__element__still svg, .media .media__imageContainer__still svg, .media .media__videoContainer__still svg, .media .media__audioContainer__still svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: inherit;
      opacity: 0.4; }
  .media .media__videoContainer {
    background: black; }
  .media .media__documentContainer {
    width: 100%;
    height: 100%; }
  .media .media__enlarge {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 4;
    top: 2%;
    right: 2%;
    color: white; }
    .media .media__enlarge svg {
      width: 100%;
      height: 100%; }
    .media .media__enlarge:focus, .media .media__enlarge:active {
      outline: none; }
  .media .media__element__button {
    position: absolute;
    left: 20%;
    width: 60%;
    height: 100%;
    z-index: 1; }

@media screen and (max-width: 1024px) {
  .media .media__enlarge {
    width: 30px;
    height: 30px; } }

.pdf {
  width: 100%;
  height: 100%;
  position: relative; }
  .pdf__placeholder {
    height: 100%;
    width: 100%;
    position: relative; }
    .pdf__placeholder svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--c-accent); }
  .pdf__viewer {
    width: 100%;
    max-height: 100%;
    top: 50%;
    overflow: hidden;
    position: absolute;
    transform: translateY(-50%); }
    .pdf__viewer canvas {
      display: block; }
  .pdf__controls {
    z-index: 2;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 1rem 0;
    background: black;
    text-align: center; }
    .pdf__controls__counter {
      display: inline-block;
      vertical-align: middle; }
    .pdf__controls__zoom {
      margin: 0 0 0 1rem;
      display: inline-block; }
    .pdf__controls__btn {
      border-radius: 50%;
      background: white;
      height: 2rem;
      width: 2rem;
      margin: 0 0.5rem;
      display: inline-block;
      vertical-align: middle; }
      .pdf__controls__btn--next {
        margin-right: 1rem; }
      .pdf__controls__btn svg {
        height: 100%;
        color: black; }

.fullscreen__content .pdf__viewer {
  overflow-y: auto; }
  .fullscreen__content .pdf__viewer canvas {
    margin: 3rem auto 2rem auto; }

.grid {
  position: relative;
  top: 50%;
  width: 100%;
  height: 80%;
  transform: translateY(-50%);
  overflow-y: auto;
  overflow-x: hidden; }
  .grid::-webkit-scrollbar {
    width: 1em; }
  .grid .grid__wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  .grid .grid__container {
    display: table-cell;
    text-align: center;
    width: 90%;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 800px) {
    .grid {
      height: 70%; } }

.gridItem {
  width: 18%;
  margin: 2em;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--c-accent);
  cursor: pointer; }
  .gridItem:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .gridItem__title, .gridItem__module {
    color: var(--c-accent-blend);
    position: absolute;
    bottom: 18%;
    width: 100%;
    text-align: center;
    white-space: normal;
    height: 12%;
    font-size: 1.33em; }
    .gridItem__title p, .gridItem__module p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .gridItem__module {
    bottom: auto;
    top: 12%; }
  .gridItem__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.16; }
  .gridItem__icon {
    fill: var(--c-accent-blend);
    position: absolute;
    left: 50%;
    bottom: 45%;
    width: 33%;
    height: 33%;
    transform: translateX(-50%);
    border-radius: 50%;
    font-size: 1.66em;
    pointer-events: none; }
    .gridItem__icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .gridItem.gridItem--pressable {
    transform: scale(1);
    transition: all 50ms; }
    .gridItem.gridItem--pressable:active {
      transform: scale(0.95);
      transition: all 50ms;
      box-shadow: none; }
  .gridItem--disabled {
    pointer-events: none;
    opacity: .6; }
  @media screen and (max-width: 1280px) {
    .gridItem {
      width: 16%; } }
  @media screen and (max-width: 1024px) {
    .gridItem {
      width: 18%;
      margin: 1em; }
      .gridItem .gridItem__title {
        font-size: 1rem; } }
  @media screen and (max-width: 800px) {
    .gridItem {
      width: 16%; } }

.card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 6; }
  .card__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 1rem; }
  .card__wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 90%;
    box-sizing: border-box;
    padding: 1.5% 3%; }
  .card .card__header {
    height: auto;
    min-height: 10%; }
    .card .card__header__title {
      text-align: center;
      font-size: 2.4rem; }
    .card .card__header__sub {
      font-size: 2rem;
      text-align: center; }
  .card .card__body {
    height: 80%;
    font-size: 1.6rem; }
    .card .card__body__tabs {
      height: 10%;
      border-color: var(--c-accent); }
      .card .card__body__tabs__title {
        font-size: 2.4rem;
        display: inline-block;
        padding-bottom: 1rem;
        border-bottom: solid 8px;
        margin: 0;
        text-align: center;
        height: 100%;
        text-overflow: ellipsis;
        float: left;
        color: inherit;
        /* four items */ }
        .card .card__body__tabs__title span {
          position: relative;
          top: calc(50% + 0.5rem);
          transform: translateY(-50%);
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100%; }
        .card .card__body__tabs__title:first-child:nth-last-child(1) {
          width: 100%; }
        .card .card__body__tabs__title:first-child:nth-last-child(2),
        .card .card__body__tabs__title:first-child:nth-last-child(2) ~ .card__body__tabs__title {
          width: 50%; }
        .card .card__body__tabs__title:first-child:nth-last-child(3),
        .card .card__body__tabs__title:first-child:nth-last-child(3) ~ .card__body__tabs__title {
          width: 33.3333%; }
        .card .card__body__tabs__title:first-child:nth-last-child(4),
        .card .card__body__tabs__title:first-child:nth-last-child(4) ~ .card__body__tabs__title {
          width: 25%; }
        .card .card__body__tabs__title.active {
          border-color: inherit; }
    .card .card__body__content {
      width: 100%;
      box-sizing: border-box;
      height: 96%;
      padding: 5% 0; }
      .card .card__body__content__container {
        position: relative;
        float: left;
        height: 100%;
        width: 50%; }
        .card .card__body__content__container__text {
          box-sizing: border-box;
          padding-right: 2%;
          max-height: 100%;
          overflow-y: auto; }
          .card .card__body__content__container__text p:nth-child(1) {
            margin-top: 0; }
          .card .card__body__content__container__text p:last-child {
            margin-bottom: 0; }
      .card .card__body__content__media {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        width: 48%;
        height: 100%;
        margin: 0 1%;
        box-sizing: border-box; }
        .card .card__body__content__media .carousel {
          width: 100%;
          height: 100%; }
        .card .card__body__content__media .card__slider, .card .card__body__content__media .carousel__swiper, .card .card__body__content__media .swiper-wrapper {
          height: 100%; }
  .card .card__footer {
    height: auto;
    min-height: 10%;
    font-size: 1.11rem; }
  .card .timer__canvas {
    width: 4rem; }
  .card .timer__label {
    font-size: 0.8rem; }
  @media screen and (max-width: 1440px) {
    .card .card__body {
      font-size: 1.4rem; }
    .card .card__body__tabs__title {
      font-size: 2rem; } }
  @media screen and (max-width: 1280px) {
    .card .card__header__title {
      font-size: 2rem; }
    .card .card__header__sub {
      font-size: 1.4rem; }
    .card .card__body__tabs__title {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1024px) {
    .card .card__close {
      width: 28px;
      height: 28px;
      margin: .8rem; }
    .card .card__body__tabs__title {
      font-size: 1.4rem;
      border-bottom: solid 4px; } }
  @media screen and (max-width: 800px) {
    .card .card__close {
      width: 24px;
      height: 24px;
      margin: .8rem; }
    .card .card__wrapper {
      width: 95%;
      height: 95%; }
    .card .card__header__title {
      font-size: 1rem; }
    .card .card__header__sub {
      font-size: .8rem; }
    .card .card__body__tabs__title {
      font-size: 1rem;
      border-bottom: solid 2px; }
    .card .card__body {
      font-size: 1rem; } }
  @media screen and (max-width: 700px) {
    .card .card__body {
      height: 75%; } }

/* scroll up/down buttons */
.or__card__scrollButtons {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%; }

.or__card__scrollButton {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-size: 30%; }
  .or__card__scrollButton--up {
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-position: 80% 50%;
    transform: rotate(-90deg); }
    .or__card__scrollButton--up:active {
      transform: rotate(-90deg) scale(1); }
  .or__card__scrollButton--down {
    bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-position: 80% 50%;
    transform: rotate(90deg); }
    .or__card__scrollButton--down:active {
      transform: rotate(90deg) scale(1); }

.carousel .swiper-button-next {
  outline: none;
  right: 2%; }

.carousel .swiper-button-prev {
  left: 2%; }

.carousel .swiper-pagination-bullet-active {
  outline: none; }

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 6;
  background-color: black;
  border-radius: var(--application-border-radius); }
  .fullscreen .fullscreen__controls {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: inline-block; }
  .fullscreen .fullscreen__content {
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    .fullscreen .fullscreen__content .media__enlarge {
      display: none; }
    .fullscreen .fullscreen__content .media__element, .fullscreen .fullscreen__content .media__imageContainer, .fullscreen .fullscreen__content .media__videoContainer, .fullscreen .fullscreen__content .media__audioContainer {
      border-radius: var(--application-border-radius); }
      .fullscreen .fullscreen__content .media__element video, .fullscreen .fullscreen__content .media__imageContainer video, .fullscreen .fullscreen__content .media__videoContainer video, .fullscreen .fullscreen__content .media__audioContainer video {
        border-radius: var(--application-border-radius); }
  .fullscreen .fullscreen__control {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 4; }
  .fullscreen .fullscreen__control--close {
    top: 4%;
    right: 2%; }
    .fullscreen .fullscreen__control--close:focus, .fullscreen .fullscreen__control--close:active {
      outline: none; }
  .fullscreen .video .video__still {
    position: relative;
    max-height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%); }
    .fullscreen .video .video__still svg {
      fill: white;
      height: 50%; }
  .fullscreen .fullscreen__media {
    width: 100%;
    height: 100%;
    background: black;
    border-radius: var(--application-border-radius); }
  .fullscreen .fullscreen__media--image {
    position: relative;
    background: black; }
    .fullscreen .fullscreen__media--image .media__imageContainer {
      height: 100%; }
  @media screen and (max-width: 800px) {
    .fullscreen .fullscreen__control {
      width: 44px;
      height: 44px; } }

.pointer {
  position: absolute;
  width: fit-content;
  height: fit-content;
  transform: translate(-50%, -100%);
  cursor: pointer; }

.pointer.visited {
  opacity: 0.55; }

.pointer__dropImage {
  background-size: cover;
  width: fit-content;
  height: fit-content;
  max-width: none; }

@keyframes pointer-popup-component-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.pointerPopup {
  position: absolute;
  min-width: 400px;
  width: 20.83%;
  height: auto;
  touch-action: none;
  z-index: 50;
  animation: pointer-popup-component-fadein .5s; }
  .pointerPopup:focus {
    appearance: none;
    outline: none; }

.pointerPopup.draggable {
  transition-duration: 0.5s;
  transition-timing-function: ease-out; }
  .pointerPopup.draggable .pointerPopup__header__button {
    display: table; }

.pointerPopup.dragging {
  transition-duration: 0s; }
  .pointerPopup.dragging .pointerPopup__header__button, .pointerPopup.dragging .pointerPopup__content {
    pointer-events: none;
    opacity: 0.5; }

.pointerPopup.last-active-popup {
  z-index: 51; }

/* */
.pointerPopup__header__button {
  position: absolute;
  top: 2%;
  width: 44px;
  height: 44px;
  font-size: 1.55em;
  z-index: 3; }
  .pointerPopup__header__button.pointerPopup__header__button--reset {
    display: none; }
  .pointerPopup__header__button .pointerPopup__header__button__icon {
    display: table-cell;
    vertical-align: middle; }
  .pointerPopup__header__button svg, .pointerPopup__header__button path, .pointerPopup__header__button .pointerPopup__header__button__icon {
    pointer-events: none; }

.pointerPopup__header__button--reset {
  height: 55px;
  width: 60px;
  left: 2%;
  object-fit: cover; }

.pointerPopup__header__button--close {
  right: 2%;
  width: 30px;
  height: 30px; }

/* */
.pointerPopup__content {
  position: relative;
  padding: 0 8% 0 8%;
  margin-top: 10%; }
  .pointerPopup__content .pointerPopup__content__tabs {
    height: 50px;
    border-color: var(--c-accent); }
    .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab {
      float: left;
      box-sizing: border-box;
      padding-bottom: 2%;
      border-bottom: solid 6px;
      text-align: center;
      text-overflow: ellipsis; }
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab__title {
        font-size: 1em;
        margin: 0 1%; }
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab:first-child:nth-last-child(1) {
        width: 100%; }
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab:first-child:nth-last-child(2),
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab:first-child:nth-last-child(2) ~ .pointerPopup__content__tab {
        width: 50%; }
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab:first-child:nth-last-child(3),
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab:first-child:nth-last-child(3) ~ .pointerPopup__content__tab {
        width: 33.3333%; }
      .pointerPopup__content .pointerPopup__content__tabs .pointerPopup__content__tab.pointerPopup__content__tab--active {
        border-color: inherit; }

.pointerPopup__content__pane {
  font-size: 1em;
  margin: 3% 0; }

.pointerPopup__content__description {
  margin: 3% 0; }

.pointerPopup__content__assets {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 1% 0; }
  .pointerPopup__content__assets .pointerPopup__asset__slider.carousel {
    max-width: 400px;
    width: 100%;
    max-height: 200px;
    height: 200px;
    margin: 0 auto; }
    .pointerPopup__content__assets .pointerPopup__asset__slider.carousel .carousel__swiper.swiper-container {
      max-height: 200px;
      height: 200px; }
      .pointerPopup__content__assets .pointerPopup__asset__slider.carousel .carousel__swiper.swiper-container .swiper-button-prev, .pointerPopup__content__assets .pointerPopup__asset__slider.carousel .carousel__swiper.swiper-container .swiper-button-next {
        transform: scale(0.6); }
      .pointerPopup__content__assets .pointerPopup__asset__slider.carousel .carousel__swiper.swiper-container .videoComponent__timer .timer__canvas {
        width: 2.77em;
        height: 2.77em; }
      .pointerPopup__content__assets .pointerPopup__asset__slider.carousel .carousel__swiper.swiper-container .videoComponent__timer .timer__label {
        font-size: 0.56em; }

.pointerPopup__footer {
  margin: 5% 0;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .pointerPopup {
    top: 16% !important;
    left: 2.5% !important;
    width: 95%;
    height: 75%; }
    .pointerPopup .pointerPopup__header__button--reset {
      display: none !important; }
    .pointerPopup .pointerPopup__content {
      margin-top: 6%;
      height: 80%;
      overflow-y: auto; }
    .pointerPopup .pointerPopup__header__button--close {
      right: 1%; } }

.loginConfirmation {
  position: absolute;
  z-index: 1000;
  /* */ }
  .loginConfirmation.loginConfirmation--topLeft {
    left: 0;
    top: 0; }
  .loginConfirmation.loginConfirmation--topRight {
    right: 0;
    top: 0; }
  .loginConfirmation.loginConfirmation--bottomLeft {
    bottom: 0;
    left: 0; }
  .loginConfirmation.loginConfirmation--bottomRight {
    bottom: 0;
    right: 0; }
  .loginConfirmation .loginConfirmation__title {
    color: #737373;
    font-size: 1.11em;
    margin: 4px 0;
    line-height: 1.2rem;
    text-align: center; }
  .loginConfirmation .loginConfirmation__icon {
    float: left;
    font-size: 5.22em;
    text-align: center;
    transform: none;
    position: relative;
    top: 0;
    left: 0; }
    .loginConfirmation .loginConfirmation__icon svg {
      color: #737373; }
  .loginConfirmation .loginConfirmation__actions {
    float: left; }
  .loginConfirmation .loginConfirmation__button {
    background: #737373;
    border-radius: 10px;
    height: 35px;
    margin: 10px 10px 10px 0;
    transform: scale(1);
    width: 200px; }
    .loginConfirmation .loginConfirmation__button:active {
      transform: scale(0.9); }
  .loginConfirmation .loginConfirmation__buttonText {
    font-size: 1em;
    line-height: 35px;
    text-align: center;
    vertical-align: middle; }
    .loginConfirmation .loginConfirmation__buttonText span {
      color: white; }

.idleWarning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.36); }

.idleWarning__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36%;
  height: 40%;
  text-align: center;
  transform: translate(-50%, -50%); }

.idleWarning__countdown {
  margin-top: 9%; }

.button.button--userIdleWarning {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  background-color: var(--c-accent);
  color: var(--c-accent-blend); }
  .button.button--userIdleWarning p {
    color: var(--c-accent-blend);
    display: table-cell;
    vertical-align: middle; }

@media screen and (max-width: 1280px) {
  .idleWarning__container {
    width: 50%;
    height: 50%; } }

@media screen and (max-width: 1024px) {
  .idleWarning__container {
    width: 80%;
    height: 80%; } }

.autoCarousel {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .autoCarousel__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: black;
    transition: all .5s ease-out;
    z-index: 1; }
    .autoCarousel__slide img, .autoCarousel__slide video {
      object-position: center center;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0 0;
      padding: 0 0; }
    .autoCarousel__slide--left {
      transition: all .5s ease-out;
      left: -101%;
      opacity: 0;
      z-index: 0; }
    .autoCarousel__slide--right {
      transition: all .1s;
      left: 101%;
      opacity: 1;
      z-index: 0; }

.ds__widget__weather__location {
  position: absolute;
  right: 2em;
  height: auto;
  border-radius: 5px;
  padding: 0.625em 0.625em;
  font-size: 0.625em;
  text-align: center; }
  .ds__widget__weather__location p {
    line-height: 1.25em;
    vertical-align: middle; }
    .ds__widget__weather__location p span {
      margin-right: 5px; }

.ds__widget__weather__group {
  position: relative;
  float: left; }

.ds__widget__weather__groupItem {
  float: left; }
  .ds__widget__weather__groupItem--icon {
    width: 40%;
    height: 100%;
    padding: 5% 5% 5% 0;
    box-sizing: border-box; }
    .ds__widget__weather__groupItem--icon svg {
      max-width: 100%;
      max-height: 100%; }
  .ds__widget__weather__groupItem--temp {
    width: 60%;
    float: right; }

.ds__widget__weather__groupItem--temp {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  font-size: 2.5vw; }
  .ds__widget__weather__groupItem--temp span {
    vertical-align: super;
    font-size: 2vw;
    color: #2F2F2F;
    opacity: 0.27; }

.ds__widget__weather__table {
  width: 100%;
  text-align: left; }
  .ds__widget__weather__table th {
    color: rgba(0, 0, 0, 0.34);
    font-size: 0.8em; }
  .ds__widget__weather__table td {
    color: #2f2f2f;
    font-size: 1.2em; }
  .ds__widget__weather__table .spacing {
    padding: 0.125em 0; }

.ds__widget__weather__text {
  position: relative;
  margin-top: 10%;
  text-align: center; }

.ds__widget__weather__error {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  font-size: 1.5em; }
  .ds__widget__weather__error > div {
    display: table-cell;
    vertical-align: middle; }
    .ds__widget__weather__error > div svg {
      height: 45%; }

.ds__widget__weather__icon {
  width: 100px;
  height: 100px; }

.ds__widget__logo__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center; }

.ds__widget__time__content {
  position: absolute;
  bottom: 0; }

.ds__widget__time__zone {
  font-size: 0.75em; }

.ds__widget__time__date {
  font-size: 1em;
  text-align: left; }

.ds__widget__time__date__year {
  font-weight: bold;
  text-align: left; }

.ds__widget__time__clock {
  font-size: 3vw;
  color: var(--c-accent);
  text-align: left; }

.ds__widget__ticker__messages {
  width: 100%;
  height: 100%; }

.ds__widget__ticker__message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity 100ms; }
  .ds__widget__ticker__message--hidden {
    opacity: 0;
    display: none;
    transition: opacity 100ms; }
  .ds__widget__ticker__message p {
    font-size: 1.25em; }

.embed {
  width: 100%;
  height: 100%; }

.embed__iframe {
  width: 100%;
  height: 100%; }

.embed__error {
  width: 100%;
  height: 100%; }

.embed__error__content {
  text-align: center;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.embed__error__content h1 {
  font-size: 4rem; }

.queries__container {
  display: inline-block;
  position: absolute;
  min-width: 200px;
  max-width: 480px;
  right: 12px;
  bottom: 12px;
  padding: 12px;
  border-radius: 24px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4), -4px -4px 0px var(--c-accent); }

.queries__title {
  padding-bottom: 10px;
  padding-right: 24px;
  font-weight: 500; }
  .queries__title .queries__close--small {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 14px;
    height: 14px;
    margin: 6px; }

.queries__rank__list {
  display: block;
  list-style: none;
  margin-left: -12px; }

.queries__rank__item {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0 12px;
  cursor: pointer; }
  .queries__rank__item img {
    height: 100%;
    width: 100%; }

.page {
  position: absolute;
  width: 100%;
  height: 100%; }

.page--embed {
  overflow: hidden; }

/* imports page-components */
.__pages__mediashow-page__7e620 .page--ms {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: black; }
  .__pages__mediashow-page__7e620 .page--ms .videoComponent.videoComponent--ms {
    height: 100%;
    width: 100%; }
  .__pages__mediashow-page__7e620 .page--ms .ms__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%); }

.__pages__mediashow-page__7e620 .mb_custom_close_button {
  background-color: white;
  color: #8031A7;
  position: absolute;
  left: 0px;
  top: 1050px;
  width: 60px;
  height: 60px; }
  .__pages__mediashow-page__7e620 .mb_custom_close_button img {
    width: 50%;
    padding-left: 25%;
    padding-top: 25%; }

.__pages__mediabrowser-page__69add .page--mb {
  overflow: hidden; }

.__pages__mediabrowser-page__69add .mb__alert__close {
  float: right;
  background-color: var(--c-accent);
  color: var(--c-accent-blend); }

.__pages__mediabrowser-page__69add .mb__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.__pages__mediabrowser-page__69add .mb__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 20em; }

.__pages__mediabrowser-page__69add .mb__close {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 60px; }

.__pages__mediabrowser-page__69add .fullscreen.mb__fullscreen > .fullscreen__content {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.__pages__mediabrowser-page__69add .mb__carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .__pages__mediabrowser-page__69add .mb__carousel .carousel__swiper {
    height: 100%;
    width: 100%; }

.__pages__mediabrowser-page__69add .gridItem.gridItem--visited {
  opacity: 0.5; }

.__pages__mediabrowser-page__69add .mb_custom_close_button {
  background-color: white;
  color: #0064B4;
  position: absolute;
  left: 0px;
  top: 745px;
  width: 60px;
  height: 60px; }

.__pages__mediabrowser-page__69add .mb_custom_close_button img {
  width: 50%;
  margin-top: 25%;
  margin-left: 25%; }

.__pages__mediabrowser-page__69add .mb_end_text {
  position: absolute;
  width: 525px;
  height: 550px;
  bottom: 260px;
  left: 700px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.__pages__mediabrowser-page__69add .mb_end_title {
  font-size: 50px;
  font-weight: bold; }

.__pages__mediabrowser-page__69add .mb_end_slide {
  width: 1920px;
  height: 1080px; }

.__pages__screensaver-page__0c59b .page--ss {
  background: none; }

@media (max-width: 1081px) {
  .__pages__screensaver-page__0c59b .backgroundColorPortrait, .__pages__screensaver-page__0c59b .ss__interaction {
    background-color: #8031A7; }
  .__pages__screensaver-page__0c59b .darkBackgroundColorPortrait, .__pages__screensaver-page__0c59b .ss__info {
    background-color: #401853; }
  .__pages__screensaver-page__0c59b .colorWithBorderPortrait, .__pages__screensaver-page__0c59b .ss__languageButtonPortrait, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    color: #8031A7;
    border: 2px solid #8031A7; } }

@media (min-width: 1081px) {
  .__pages__screensaver-page__0c59b .backgroundColorLandscape, .__pages__screensaver-page__0c59b .ss__interaction {
    background-color: #0064B4; }
  .__pages__screensaver-page__0c59b .darkBackgroundColorLandscape, .__pages__screensaver-page__0c59b .ss__info {
    background-color: #003259; }
  .__pages__screensaver-page__0c59b .colorWithBorderLandscape, .__pages__screensaver-page__0c59b .ss__languageButtonLanguage, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    color: #0064B4;
    border: 2px solid #0064B4; } }

.__pages__screensaver-page__0c59b .ss__description {
  color: var(--c-accent-blend);
  height: 600px;
  overflow-y: auto;
  font-size: 60px !important;
  display: table-cell;
  vertical-align: bottom; }

@media (max-width: 1081px) {
  .__pages__screensaver-page__0c59b .ss__content {
    position: relative;
    left: 30px;
    top: 5%;
    width: 530px !important;
    height: 1000px;
    vertical-align: bottom; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    height: 55px;
    width: 500px !important;
    left: 300px !important;
    bottom: 800px !important;
    --languageDropdownBackgroundColor:#8031A7; }
  .__pages__screensaver-page__0c59b .ss__interaction {
    width: 55px;
    height: 59px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 431px; }
    .__pages__screensaver-page__0c59b .ss__interaction img {
      width: 55px;
      margin-top: 2px;
      margin-left: 2px; }
  .__pages__screensaver-page__0c59b .ss__info {
    width: 410px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 30px;
    height: 30px;
    line-height: 30px;
    color: white; }
  .__pages__screensaver-page__0c59b .ss_languageDropdownContainer {
    width: 60px;
    height: 100%;
    padding-left: 440px; }
  .__pages__screensaver-page__0c59b .ss__description {
    height: 800px;
    width: 600px; }
  .__pages__screensaver-page__0c59b .ss__languageButtonPortrait, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    background: white;
    width: 75px;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold; }
  .__pages__screensaver-page__0c59b .ss_languageButtonNL {
    left: 0; }
  .__pages__screensaver-page__0c59b .ss_languageButtonFR {
    left: 90px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonDE {
    left: 175px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonEN {
    left: 260px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonES {
    left: 345px; }
  .__pages__screensaver-page__0c59b .ss_selectedLanguage {
    background-color: #8031A7;
    color: white; } }

@media (min-width: 1081px) {
  .__pages__screensaver-page__0c59b .ss__content {
    position: relative;
    left: 10px;
    top: 0px;
    width: 780px;
    max-height: 50%; }
  .__pages__screensaver-page__0c59b .ss__description {
    width: 780px;
    height: 600px; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    height: 55px;
    width: 780px !important;
    left: 530px !important;
    bottom: 275px !important;
    --languageDropdownBackgroundColor:#0064B4; }
  .__pages__screensaver-page__0c59b .ss__interaction {
    width: 55px;
    height: 59px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 431px; }
    .__pages__screensaver-page__0c59b .ss__interaction img {
      padding-top: 2px;
      padding-left: 2px;
      width: 55px; }
  .__pages__screensaver-page__0c59b .ss__info {
    width: 690px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 30px;
    height: 30px;
    line-height: 30px;
    color: white; }
  .__pages__screensaver-page__0c59b .ss_languageDropdownContainer {
    width: 60px;
    height: 100%;
    padding-left: 720px; }
  .__pages__screensaver-page__0c59b .ss__languageButtonLanguage, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    background: white;
    width: 75px;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold; }
  .__pages__screensaver-page__0c59b .ss_languageButtonNL {
    left: 0; }
  .__pages__screensaver-page__0c59b .ss_languageButtonFR {
    left: 90px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonDE {
    left: 175px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonEN {
    left: 260px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonES {
    left: 345px; }
  .__pages__screensaver-page__0c59b .ss_selectedLanguage {
    background-color: #0064B4;
    color: white; } }

.__pages__screensaver-page__0c59b .ss__background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

.__pages__screensaver-page__0c59b .ss__background__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--c-accent); }

.__pages__screensaver-page__0c59b .ss__title {
  color: var(--c-accent-blend);
  height: 100px; }

.__pages__screensaver-page__0c59b .ss__backgroundImage, .__pages__screensaver-page__0c59b .ss__backgroundVideo {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.__pages__screensaver-page__0c59b .ss__interaction__icon {
  width: 100%;
  height: 100%;
  font-size: 6em;
  margin: 3% 0 0 0; }

.__pages__screensaver-page__0c59b .ss__languageContainer__languages {
  --languageDropdownFontSize: 18px;
  color: var(--c-accent-blend);
  border-color: var(--c-accent-blend);
  right: 0%;
  height: 100%;
  /*transform: translate(0,-4.5px);*/ }

/* */
.__pages__screensaver-page__0c59b .ss__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

@media screen and (max-width: 1440px) {
  .__pages__screensaver-page__0c59b .ss__content {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .__pages__screensaver-page__0c59b .ss__content {
    top: 20%;
    width: 80%;
    transform: translateX(-50%); }
  .__pages__screensaver-page__0c59b .ss__title {
    font-size: 2rem !important; }
  .__pages__screensaver-page__0c59b .ss__description {
    font-size: 1.8rem !important; } }

@media screen and (max-width: 800px) {
  .__pages__screensaver-page__0c59b .ss__content {
    top: 12%;
    transform: translateX(-50%);
    width: 80%; }
  .__pages__screensaver-page__0c59b .ss__title {
    font-size: 2rem !important; }
  .__pages__screensaver-page__0c59b .ss__description {
    font-size: 1.4rem !important; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    bottom: 10% !important; } }

.nav__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.nav__block--background {
  z-index: 0; }

.nav__block--content {
  z-index: 1; }

.page--im {
  overflow: hidden; }

/* map info */
.im__alert__close {
  float: right;
  color: var(--c-accent-blend);
  background-color: var(--c-accent); }

.im__buttons {
  padding: 0;
  margin: 0;
  top: 25%;
  width: 52px;
  position: absolute;
  right: 3%;
  height: auto; }

.im__button {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.5em; }
  .im__button.im__button--disabled {
    opacity: 0.7;
    pointer-events: none; }

.im__button.im__button--info,
.im__button.im__button--reset {
  padding: 0;
  margin: 0; }

.im__info__drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: all;
  opacity: 1; }
  .im__info__drawer.im__info__drawer--hidden {
    pointer-events: none; }
    .im__info__drawer.im__info__drawer--hidden .im__info__drawer__background {
      opacity: 0; }
    .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content {
      right: -30%; }

.im__info__drawer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.78; }

.im__info__drawer__content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25%;
  max-height: 55vh;
  transform: translateY(-50%);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px; }

.im__info__drawer__title {
  margin: 1.5rem; }

.im__info__drawer__description {
  margin: 1.5rem;
  padding-right: 0.5rem;
  max-height: calc(55vh - 6.5rem);
  overflow-y: auto; }

/* map filters */
.im__filters {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%); }

.im__filters__categories {
  display: block;
  text-align: center; }

.im__filter__category {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: center;
  background: white; }
  .im__filter__category--active {
    background-color: var(--c-accent);
    color: var(--c-accent-blend); }

/* */
.im__navigation {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8%;
  transform: translateY(-50%);
  z-index: 3; }

.im__navigation__container {
  position: relative; }

.im__navigation__container__item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
  margin: 2.5% 0;
  box-sizing: border-box; }
  .im__navigation__container__item--active {
    border-color: var(--c-accent); }

.im__navigation__container__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.im__navigation__container__item__title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* */
/* map - points - background */
.im__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.im__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%; }

.im__pointsContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.fullscreen > .fullscreen__content {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.fullscreen .mediaComponent__enlarge {
  display: none; }

.im__carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .im__carousel .carousel__swiper {
    height: 100%;
    width: 100%; }

/* map points */
.poi__wrapper {
  position: absolute; }

@media screen and (max-width: 1440px) {
  .poi__wrapper {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75); } }

@media screen and (max-width: 1280px) {
  .poi__wrapper {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -o-transform: scale(0.66); } }

@media screen and (max-width: 1024px) {
  .im__buttons {
    right: 1%; }
  .im__button {
    width: 44px !important;
    height: 44px !important; }
  .im__info__drawer__content {
    width: 40%; }
  .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content {
    right: -40%; }
  .poi__wrapper {
    transform: scale(0.53);
    -webkit-transform: scale(0.53);
    -moz-transform: scale(0.53);
    -ms-transform: scale(0.53);
    -o-transform: scale(0.53); } }

@media screen and (max-width: 800px) {
  .im__info__drawer__content {
    width: 50%;
    height: 60%; }
    .im__info__drawer__content .im__info__drawer__title, .im__info__drawer__content .im__info__drawer__description {
      margin: 1rem; }
    .im__info__drawer__content .im__info__drawer__description {
      max-height: 60%; }
  .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content {
    right: -50%; }
  .poi__wrapper {
    transform: scale(0.42);
    -webkit-transform: scale(0.42);
    -moz-transform: scale(0.42);
    -ms-transform: scale(0.42);
    -o-transform: scale(0.42); } }

.page--im3d {
  overflow: hidden;
  background-color: #eeeeee; }
  .page--im3d .im3d__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
  .page--im3d .im3d__buttons {
    padding: 0;
    margin: 0;
    top: 25%;
    width: 52px;
    position: absolute;
    right: 3%;
    height: auto; }
  .page--im3d .im3d__button {
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.5em; }
    .page--im3d .im3d__button.im__button--disabled {
      opacity: 0.7;
      pointer-events: none; }
    .page--im3d .im3d__button:focus {
      outline: none; }
  .page--im3d .application__state__loader {
    z-index: 3; }
  .page--im3d .im__navigation {
    width: 14% !important; }
  .page--im3d .im__navigation__container__item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .page--im3d .container-3d {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2; }
  .page--im3d .im3d__popup {
    width: 600px;
    min-height: 500px;
    background: white;
    color: black;
    right: 100px;
    top: 50%;
    margin-top: -250px;
    position: absolute;
    padding: 50px;
    box-sizing: border-box;
    font-size: 18px;
    z-index: 5;
    background: #FFF;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .page--im3d .im3d__popup h1 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      border-bottom: solid 6px var(--c-accent);
      margin-bottom: 10px;
      padding-bottom: 10px; }
  .page--im3d .im3d__popup__close {
    text-transform: uppercase;
    background: white;
    outline: none;
    border: none;
    display: block;
    position: absolute;
    top: 4%;
    right: 3%;
    width: 44px;
    height: 44px;
    font-size: 1.55em; }

@media screen and (max-width: 1024px) {
  .im3d__buttons {
    right: 1%; }
  .im3d__button {
    margin-bottom: 12px;
    width: 44px !important;
    height: 44px !important; } }

.dl {
  overflow: hidden; }
  .dl__container {
    overflow-x: auto;
    width: 100%;
    height: 100%;
    padding: 8% 0;
    box-sizing: border-box; }
  .dl__grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    --container-size: 0px;
    --square-size: 0px; }
    .dl__grid__container {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      justify-content: center;
      height: 100%; }
      .dl__grid__container--center {
        align-content: center; }
    .dl__grid__item {
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      width: 100%;
      margin: 0 calc(var(--dynamic-margin-dl-items) / 2);
      transition: transform 0.5s ease-out;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .dl__grid__item--active {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg); }
        .dl__grid__item--active .dl__grid__item__face--front {
          pointer-events: none; }
      .dl__grid__item--visited .dl__grid__item__face--front, .dl__grid__item--visited .dl__grid__item__face__image, .dl__grid__item--visited .dl__grid__item__face__image img {
        opacity: 0.6; }
      .dl__grid__item--landscape {
        width: var(--container-size);
        height: var(--square-size); }
      .dl__grid__item--portrait {
        width: var(--square-size);
        height: var(--container-size); }
      .dl__grid__item--square {
        width: var(--square-size);
        height: var(--square-size); }
      .dl__grid__item--breaker {
        flex-basis: 100%; }
      .dl__grid__item__face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden; }
        .dl__grid__item__face__image {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          position: absolute;
          width: 100%;
          height: 100%; }
          .dl__grid__item__face__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .dl__grid__item__face__overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0.84;
          background-color: var(--c-accent);
          z-index: 2; }
        .dl__grid__item__face__title {
          color: var(--c-accent-blend);
          position: absolute;
          z-index: 3;
          text-align: center;
          width: 100%;
          padding: 0 1em;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 1.33em;
          box-sizing: border-box; }
        .dl__grid__item__face .dl__grid__item__open {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateX(-50%); }
        .dl__grid__item__face--back {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          transform: rotateY(180deg); }
      .dl__grid__item__open {
        z-index: 5;
        display: block;
        margin: 1.2rem auto; }
    .dl__grid--inactive .dl__grid__item, .dl__grid--inactive .dl__grid__item--active {
      display: none; }
  .dl__alert__close {
    background: var(--c-accent);
    color: var(--c-accent-blend);
    float: right; }
  .dl .fullscreen > .fullscreen__content {
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .dl .fullscreen .mediaComponent__enlarge {
    display: none; }
  .dl__carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .dl__carousel .carousel__swiper {
      height: 100%;
      width: 100%; }
  .dl__card {
    z-index: 2; }
  .dl .card--single .card__wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 5% 3% 3% 3%; }
  @media screen and (max-width: 1024px) {
    .dl .dl__grid__item__face__title {
      top: 6%;
      transform: none;
      font-size: 1em; }
    .dl .dl__grid__item__open {
      margin: .5em 0; } }

.page--le {
  overflow: hidden; }
  .page--le * {
    box-sizing: border-box; }
  .page--le .le__header {
    position: relative;
    margin: 1% 1%;
    height: 10%; }
  .page--le .le__header__block {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: calc(36% - 4rem);
    display: inline-block;
    padding: 1em 2em;
    background-color: var(--c-accent);
    color: var(--c-accent-blend);
    transition: opacity linear 0.2s;
    opacity: 0; }
    .page--le .le__header__block--time p:first-child::first-letter {
      text-transform: uppercase; }
    .page--le .le__header__block--active {
      opacity: 1; }
  .page--le .le__header__logo {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .page--le .le__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-color: var(--c-accent); }
  .page--le .le__list {
    position: relative;
    float: left;
    width: 36%;
    height: 86%; }
  .page--le .le__list__roll {
    position: absolute;
    top: 0px;
    left: -100%;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    .page--le .le__list__roll--active {
      left: 30px;
      opacity: 1; }
    .page--le .le__list__roll--1 .le__list__roll__item {
      height: 100%; }
    .page--le .le__list__roll--2 .le__list__roll__item {
      height: calc((100% - 3%)  / 2); }
    .page--le .le__list__roll--3 .le__list__roll__item {
      height: calc((100% - 3% - (3% - 2%)) / 3);
      margin: 3% 0; }
    .page--le .le__list__roll--4 .le__list__roll__item {
      height: calc((100% - 3% - (4% - 2%)) / 4);
      margin: 3% 0; }
      .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__subtitle {
        margin: 0;
        padding-bottom: .5em; }
  .page--le .le__list__roll__item {
    position: relative;
    height: 20%;
    padding: 1rem 1rem; }
    .page--le .le__list__roll__item:first-child, .page--le .le__list__roll__item:last-child {
      margin: 0; }
  .page--le .le__list__roll__item--column .le__list__roll__item__thumb, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__thumb, .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__thumb, .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__thumb {
    width: 30%;
    height: 100%;
    display: inline-block; }
  .page--le .le__list__roll__item--column .le__list__roll__item__info, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info, .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info, .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info {
    width: 70%;
    height: 100%;
    display: inline-block;
    padding: 0 4%; }
  .page--le .le__list__roll__item--column .le__list__roll__item__type, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__type, .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__type, .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__type {
    position: absolute;
    top: 0;
    right: 0; }
  .page--le .le__list__roll__item__thumb {
    display: inline-block;
    width: 100%;
    height: 50%; }
    .page--le .le__list__roll__item__thumb img {
      object-fit: contain;
      object-position: center center;
      width: 100%;
      height: 100%;
      background: #696969; }
  .page--le .le__list__roll__item__type {
    position: relative;
    width: 50px;
    height: 50px; }
    .page--le .le__list__roll__item__type img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center center; }
  .page--le .le__list__roll__item__info {
    float: right;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 2em; }
  .page--le .le__list__roll__item__info__title {
    color: var(--c-accent);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page--le .le__list__roll__item__info__subtitle {
    padding-bottom: 1em;
    margin-bottom: 0.5em;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page--le .le__list__roll__item__info__data {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page--le .le__list__progress {
    height: 1.5em;
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 20px; }
    .page--le .le__list__progress--hidden {
      opacity: 0; }
  .page--le .le__list__progress__inner {
    height: 100%;
    width: 0;
    background-color: var(--c-accent); }
  .page--le .le__spotlight {
    float: right;
    width: 64%;
    height: 78%;
    position: relative; }
  .page--le .le__spotlight__item {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    margin: 2rem 2rem;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
  .page--le .le__spotlight__item__title {
    color: var(--c-accent);
    font-size: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .page--le .le__spotlight__item__subtitle {
    font-size: 1.3em; }
  .page--le .le__spotlight__item__text {
    position: absolute;
    right: 0;
    bottom: -2rem;
    max-width: 75%;
    font-size: 1.11em;
    z-index: 1;
    padding: 1em 1.8em;
    overflow: hidden; }
    .page--le .le__spotlight__item__text p {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .page--le .le__spotlight__item__carousel {
    position: absolute;
    height: 80%;
    bottom: 0;
    width: 100%; }
    .page--le .le__spotlight__item__carousel .autoCarousel__slide img, .page--le .le__spotlight__item__carousel .autoCarousel__slide video {
      object-fit: contain;
      object-position: 50% 50%; }
  .page--le .le__spotlight__item--active {
    opacity: 1;
    left: 0; }
  .page--le .le__footer {
    position: relative;
    width: 64%;
    height: 8%;
    float: right;
    opacity: 0.29;
    padding: 2rem 2rem;
    font-size: 1.4em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .page--le .le__footer p {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  @media screen and (orientation: portrait) {
    .page--le .le__spotlight {
      display: block;
      width: 100%;
      height: calc(50vh - 140px);
      position: absolute;
      top: 140px;
      left: 0; }
    .page--le .le__spotlight__item {
      padding: 20px 70px; }
    .page--le .le__spotlight__item {
      width: calc(100% - 140px); }
    .page--le .le__list {
      position: absolute;
      display: block;
      width: 100%;
      padding: 0 5%;
      height: calc(50vh - 100px);
      bottom: 40px;
      left: 0; }
      .page--le .le__list__progress {
        left: 7%;
        top: 0;
        width: 86%; }
    .page--le .le__list__roll {
      width: 100%; }
      .page--le .le__list__roll--active {
        left: 0; }
      .page--le .le__list__roll--single {
        position: relative; }
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(1) {
          height: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(1):first-child {
            margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(1) .le__list__roll__item__thumb {
            width: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(1) .le__list__roll__item__info {
            width: calc(100% - 260px); }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(1) .le__list__roll__item__type {
            left: calc(216px - 20px); }
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2),
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) ~ .le__list__roll__item {
          height: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2):first-child,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) ~ .le__list__roll__item:first-child {
            margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) .le__list__roll__item__thumb,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) ~ .le__list__roll__item .le__list__roll__item__thumb {
            width: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) .le__list__roll__item__info,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) ~ .le__list__roll__item .le__list__roll__item__info {
            width: calc(100% - 260px); }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) .le__list__roll__item__type,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(2) ~ .le__list__roll__item .le__list__roll__item__type {
            left: calc(216px - 20px); }
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3),
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) ~ .le__list__roll__item {
          height: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3):first-child,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) ~ .le__list__roll__item:first-child {
            margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) .le__list__roll__item .le__list__roll__item__thumb,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) ~ .le__list__roll__item .le__list__roll__item .le__list__roll__item__thumb {
            width: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) .le__list__roll__item .le__list__roll__item__info,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) ~ .le__list__roll__item .le__list__roll__item .le__list__roll__item__info {
            width: calc(100% - 260px); }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) .le__list__roll__item__type,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(3) ~ .le__list__roll__item .le__list__roll__item__type {
            left: calc(216px - 20px); }
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4),
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) ~ .le__list__roll__item {
          height: 216px;
          padding: 1em; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4):first-child,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) ~ .le__list__roll__item:first-child {
            margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) .le__list__roll__item__thumb,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) ~ .le__list__roll__item .le__list__roll__item__thumb {
            width: 216px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) .le__list__roll__item__info,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) ~ .le__list__roll__item .le__list__roll__item__info {
            width: calc(100% - 260px); }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) .le__list__roll__item__type,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(4) ~ .le__list__roll__item .le__list__roll__item__type {
            left: calc(216px - 20px); }
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5),
        .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) ~ .le__list__roll__item {
          height: 156px;
          padding: 1em;
          margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5):first-child,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) ~ .le__list__roll__item:first-child {
            margin: 4em 2%; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) .le__list__roll__item__thumb,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) ~ .le__list__roll__item .le__list__roll__item__thumb {
            width: 156px; }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) .le__list__roll__item__info,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) ~ .le__list__roll__item .le__list__roll__item__info {
            width: calc(100% - 200px); }
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) .le__list__roll__item__type,
          .page--le .le__list__roll--single .le__list__roll__item:first-child:nth-last-child(5) ~ .le__list__roll__item .le__list__roll__item__type {
            left: calc(156px - 20px); }
    .page--le .le__list__roll__item {
      width: 46%;
      height: 156px;
      margin: 4em 2%;
      float: left;
      display: inline-block; }
      .page--le .le__list__roll__item:first-child {
        margin: 4em 2%; }
    .page--le .le__list__roll__item__thumb {
      width: 156px; }
    .page--le .le__list__roll__item__info {
      width: calc(100% - 200px); }
    .page--le .le__list__roll__item__type {
      left: calc(156px - 20px);
      bottom: 10%; }
    .page--le .le__background {
      height: 100px;
      top: auto;
      bottom: 0;
      width: 100%;
      opacity: 1;
      background: var(--c-accent); }
    .page--le .le__footer {
      height: 100px;
      width: 100%;
      bottom: 0;
      left: 0;
      opacity: 1;
      color: var(--c-accent-blend); }
      .page--le .le__footer p {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
  @media screen and (max-width: 1920px) {
    .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__type {
      position: absolute;
      right: 1rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__subtitle {
      padding: 0; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.8rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.4rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: 1.2rem; } }
  @media screen and (max-width: 1440px) {
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__title, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.8rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__subtitle, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.4rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__data, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: 1.2rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.4rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.2rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: .8rem; }
    .page--le .le__footer {
      font-size: 1em; } }
  @media screen and (max-width: 1280px) {
    .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.8rem; }
    .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.4rem; }
    .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: 1.2rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.4rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.2rem; }
    .page--le .le__list__roll--3 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: 1rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.2rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: .8rem; }
    .page--le .le__list__roll--4 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: .8rem; } }
  @media screen and (max-width: 1024px) {
    .page--le .le__header {
      height: 6%; }
    .page--le .le__header__block {
      width: auto;
      max-width: 50%;
      padding: 0 0; }
      .page--le .le__header__block--time p {
        float: left;
        margin: 0 0.5rem; }
      .page--le .le__header__block--text p {
        margin: 0 0.5rem; }
      .page--le .le__header__block--weather p {
        float: left;
        margin: 0 0.5rem; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__title {
      font-size: 1.4rem; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__subtitle {
      font-size: 1.2rem; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__data {
      font-size: 1.1rem; }
    .page--le .le__spotlight {
      height: 78%; }
    .page--le .le__spotlight__item {
      margin: 0 2rem; }
    .page--le .le__spotlight__item__title {
      font-size: 1.6em; } }
  @media screen and (max-width: 900px) {
    .page--le .le__list__roll--1 .le__list__roll__item, .page--le .le__list__roll--2 .le__list__roll__item {
      padding: .5rem .5rem; }
      .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__title, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__title {
        font-size: 1.2rem; }
      .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__subtitle, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__subtitle {
        padding: 0;
        font-size: 1rem; }
      .page--le .le__list__roll--1 .le__list__roll__item .le__list__roll__item__info__data, .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info__data {
        font-size: 1rem; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__type {
      position: absolute;
      right: 0;
      bottom: 0; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__info {
      width: 100%; }
    .page--le .le__list__roll--2 .le__list__roll__item .le__list__roll__item__thumb {
      display: none; }
    .page--le .le__spotlight {
      height: 74%; }
    .page--le .le__spotlight__item__title {
      font-size: 1em; }
    .page--le .le__spotlight__item__text {
      font-size: 0.8em; }
    .page--le .le__footer {
      text-align: right; } }

.page--ds {
  /* */ }
  .page--ds .ds__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5em 6.5em 4em 6.5em;
    box-sizing: border-box; }
  .page--ds .ds__wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page--ds .ds__wrapper--layout1 {
      width: 100%;
      height: 100%; }
      .page--ds .ds__wrapper--layout1 .ds__zone--slideshow {
        display: block;
        width: 100%;
        height: 100%; }
        .page--ds .ds__wrapper--layout1 .ds__zone--slideshow .ds__zone__slideshow__warning {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .page--ds .ds__wrapper--layout2 .ds__zone--right {
      display: flex;
      top: 0;
      right: 0;
      height: 80%;
      width: 25%; }
    .page--ds .ds__wrapper--layout2 .ds__zone--bottom {
      display: flex;
      bottom: 0;
      width: 100%;
      height: 20%; }
    .page--ds .ds__wrapper--layout2 .ds__zone--slideshow {
      top: 0;
      left: 0;
      height: 80%;
      width: 75%; }
    .page--ds .ds__wrapper--layout3 .ds__zone--right {
      display: flex;
      top: 0;
      right: 0;
      height: 100%;
      width: 25%; }
    .page--ds .ds__wrapper--layout3 .ds__zone--slideshow {
      top: 0;
      left: 0;
      height: 100%;
      width: 75%; }
    .page--ds .ds__wrapper--layout4 .ds__zone--bottom {
      display: flex;
      bottom: 0;
      width: 100%;
      height: 20%; }
    .page--ds .ds__wrapper--layout4 .ds__zone--slideshow {
      top: 0;
      left: 0;
      height: 80%;
      width: 100%; }
    .page--ds .ds__wrapper--layout5 .ds__zone--left {
      display: flex;
      top: 0;
      left: 0;
      height: 80%;
      width: 25%; }
    .page--ds .ds__wrapper--layout5 .ds__zone--bottom {
      display: flex;
      bottom: 0;
      width: 100%;
      height: 20%; }
    .page--ds .ds__wrapper--layout5 .ds__zone--slideshow {
      display: flex;
      top: 0;
      right: 0;
      height: 80%;
      width: 75%; }
    .page--ds .ds__wrapper--layout6 .ds__zone--top {
      display: flex;
      top: 0;
      width: 100%;
      height: 20%; }
    .page--ds .ds__wrapper--layout6 .ds__zone--slideshow {
      bottom: 0;
      left: 0;
      height: 80%;
      width: 100%; }
  .page--ds .ds__zone {
    position: absolute;
    padding: 0.625em;
    box-sizing: border-box; }
    .page--ds .ds__zone--slideshow .autoCarousel {
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.18);
      border-radius: 10px;
      width: 100%;
      height: 100%; }
      .page--ds .ds__zone--slideshow .autoCarousel .autoCarousel__slide {
        object-fit: cover;
        background: #3C3C3C; }
    .page--ds .ds__zone--right, .page--ds .ds__zone--left {
      flex-direction: column; }
      .page--ds .ds__zone--right .ds__widget, .page--ds .ds__zone--left .ds__widget {
        margin: 0.625em 0; }
        .page--ds .ds__zone--right .ds__widget:first-child, .page--ds .ds__zone--left .ds__widget:first-child {
          margin: 0 0 0.625em 0; }
        .page--ds .ds__zone--right .ds__widget:last-child, .page--ds .ds__zone--left .ds__widget:last-child {
          margin: 0.625em 0 0 0; }
      .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(1), .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(1) {
        margin: 0; }
      .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(2).ds__widget--logo, .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(2) ~ .ds__widget.ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(2).ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(2) ~ .ds__widget.ds__widget--logo {
        max-height: 50vh; }
      .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(3).ds__widget--logo, .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(3) ~ .ds__widget.ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(3).ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(3) ~ .ds__widget.ds__widget--logo {
        flex-grow: 2;
        max-height: 40vh; }
      .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(4).ds__widget--logo, .page--ds .ds__zone--right .ds__widget:first-child:nth-last-child(4) ~ .ds__widget.ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(4).ds__widget--logo, .page--ds .ds__zone--left .ds__widget:first-child:nth-last-child(4) ~ .ds__widget.ds__widget--logo {
        flex-grow: 2;
        max-height: 30vh; }
      .page--ds .ds__zone--right .ds__widget--weather, .page--ds .ds__zone--left .ds__widget--weather {
        flex: 1; }
        .page--ds .ds__zone--right .ds__widget--weather .ds__widget__weather__group, .page--ds .ds__zone--left .ds__widget--weather .ds__widget__weather__group {
          width: 100%; }
          .page--ds .ds__zone--right .ds__widget--weather .ds__widget__weather__group--weather, .page--ds .ds__zone--left .ds__widget--weather .ds__widget__weather__group--weather {
            height: 65%; }
          .page--ds .ds__zone--right .ds__widget--weather .ds__widget__weather__group--stats, .page--ds .ds__zone--left .ds__widget--weather .ds__widget__weather__group--stats {
            height: 35%; }
    .page--ds .ds__zone--bottom .ds__widget, .page--ds .ds__zone--top .ds__widget {
      height: 100%;
      float: left;
      margin: 0 0.625em; }
      .page--ds .ds__zone--bottom .ds__widget:first-child, .page--ds .ds__zone--top .ds__widget:first-child {
        margin: 0 0.625em 0 0; }
      .page--ds .ds__zone--bottom .ds__widget:last-child, .page--ds .ds__zone--top .ds__widget:last-child {
        margin: 0 0 0 0.625em; }
    .page--ds .ds__zone--bottom .ds__widget:first-child:nth-last-child(1), .page--ds .ds__zone--top .ds__widget:first-child:nth-last-child(1) {
      margin: 0; }
    .page--ds .ds__zone--bottom .ds__widget--weather .ds__widget__weather__group, .page--ds .ds__zone--top .ds__widget--weather .ds__widget__weather__group {
      width: 50%; }
      .page--ds .ds__zone--bottom .ds__widget--weather .ds__widget__weather__group--weather, .page--ds .ds__zone--top .ds__widget--weather .ds__widget__weather__group--weather {
        height: 100%; }
        .page--ds .ds__zone--bottom .ds__widget--weather .ds__widget__weather__group--weather .ds__widget__weather__groupItem--temp, .page--ds .ds__zone--top .ds__widget--weather .ds__widget__weather__group--weather .ds__widget__weather__groupItem--temp {
          top: 50%; }
      .page--ds .ds__zone--bottom .ds__widget--weather .ds__widget__weather__group--stats, .page--ds .ds__zone--top .ds__widget--weather .ds__widget__weather__group--stats {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .page--ds .ds__widget {
    position: relative;
    flex: 1;
    width: 100%;
    border-radius: 10px; }
    .page--ds .ds__widget .ds__widget__inner {
      padding: 1.11em;
      box-sizing: border-box;
      height: 100%; }
  @media screen and (orientation: portrait) {
    .page--ds .ds__container .ds__widget--logo {
      flex-grow: 2; }
    .page--ds .ds__container .ds__widget--weather {
      flex-grow: 1; }
      .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group {
        width: 100%;
        height: 100%; }
        .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--weather {
          height: 60%; }
        .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--stats {
          position: relative;
          top: initial;
          transform: none;
          height: 40%; }
          .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--stats .ds__widget__weather__table {
            width: calc(100% - 2.22em);
            text-align: left;
            margin: 0 auto; }
            .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--stats .ds__widget__weather__table th {
              font-size: 1rem;
              padding-bottom: 1rem;
              width: 33%; }
            .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--stats .ds__widget__weather__table tr {
              font-size: 1.2rem; }
              .page--ds .ds__container .ds__widget--weather .ds__widget__weather__group--stats .ds__widget__weather__table tr td {
                width: 33%; }
    .page--ds .ds__container .ds__widget--time {
      flex-grow: 1; }
      .page--ds .ds__container .ds__widget--time .ds__widget__time__date {
        font-size: 1vh; }
      .page--ds .ds__container .ds__widget--time .ds__widget__time__clock {
        font-size: 3.5vh; }
    .page--ds .ds__container .ds__widget--ticker {
      flex-grow: 2; }
    .page--ds .ds__container .ds__wrapper--layout1 .ds__zone--slideshow {
      width: 100%;
      height: 100%; }
    .page--ds .ds__container .ds__wrapper--layout2 .ds__zone--bottom {
      width: 75%;
      height: 50%;
      display: flex;
      flex-direction: column; }
      .page--ds .ds__container .ds__wrapper--layout2 .ds__zone--bottom .ds__widget {
        flex: none;
        height: 16%; }
        .page--ds .ds__container .ds__wrapper--layout2 .ds__zone--bottom .ds__widget:first-child {
          margin: 0 0 0.625% 0; }
        .page--ds .ds__container .ds__wrapper--layout2 .ds__zone--bottom .ds__widget:last-child {
          margin: 0.625% 0 0 0; }
    .page--ds .ds__container .ds__wrapper--layout4 .ds__zone--slideshow {
      height: 90%; }
    .page--ds .ds__container .ds__wrapper--layout4 .ds__zone--bottom {
      height: 10%;
      top: 90%;
      width: 100%;
      flex-direction: row; }
      .page--ds .ds__container .ds__wrapper--layout4 .ds__zone--bottom .ds__widget {
        flex-grow: 1; }
    .page--ds .ds__container .ds__wrapper--layout5 .ds__zone--bottom {
      left: 25%; }
    .page--ds .ds__container .ds__wrapper--layout6 .ds__zone--slideshow {
      top: 10%;
      height: 90%; }
    .page--ds .ds__container .ds__wrapper--layout6 .ds__zone--top {
      height: 10%; }
      .page--ds .ds__container .ds__wrapper--layout6 .ds__zone--top .ds__widget {
        flex-grow: 1; }
    .page--ds .ds__container .ds__zone--slideshow {
      width: 100%;
      height: 50%; }
    .page--ds .ds__container .ds__zone--right {
      top: 50%;
      right: 0;
      height: 50%; }
    .page--ds .ds__container .ds__zone--left {
      top: 50%;
      height: 50%; } }

.__pages__creatievedynamiek-page__08c09 .cd__whiteOnColor, .__pages__creatievedynamiek-page__08c09 .cd__answer__button, .__pages__creatievedynamiek-page__08c09 .cd__feedbackButton, .__pages__creatievedynamiek-page__08c09 .cd__languageContainer, .__pages__creatievedynamiek-page__08c09 .cd_languageDropdownContainer, .__pages__creatievedynamiek-page__08c09 .cd__languageContainer__languages select {
  background-color: #0064B4;
  color: white; }

.__pages__creatievedynamiek-page__08c09 .cd__colorOnWhite {
  background-color: white;
  color: #0064B4; }

.__pages__creatievedynamiek-page__08c09 .cd__borderColor, .__pages__creatievedynamiek-page__08c09 .cd__feedbackButton, .__pages__creatievedynamiek-page__08c09 .cd__homeButton {
  border: solid 1px #0064B4; }

.__pages__creatievedynamiek-page__08c09 .cd__darkBackground, .__pages__creatievedynamiek-page__08c09 .cd__questionBackground {
  background-color: #003259;
  color: white; }

.__pages__creatievedynamiek-page__08c09 .cd__collageIntro {
  position: relative;
  width: 1920px;
  height: 1080px; }

.__pages__creatievedynamiek-page__08c09 .cd__touchpoints {
  position: absolute;
  top: 0px;
  left: 0px; }

.__pages__creatievedynamiek-page__08c09 .cd__touchpoint {
  position: absolute;
  width: 144px !important;
  height: 144px !important;
  z-index: 10; }

.__pages__creatievedynamiek-page__08c09 .cd_collage {
  position: absolute;
  -webkit-transition: -webkit-filter 3000ms; }

.__pages__creatievedynamiek-page__08c09 .cd__collageIntro img {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__grayscaleImage {
  -webkit-filter: grayscale(1); }

.__pages__creatievedynamiek-page__08c09 .cd__question {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__questionBackground {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__question__info {
  width: 65%;
  margin-left: 25%;
  color: white;
  padding-top: 100px;
  font-size: 40px;
  padding-bottom: 40px;
  height: 360px; }

.__pages__creatievedynamiek-page__08c09 .cd_question_question {
  font-size: 33px;
  width: 50%;
  margin-left: 25%; }

.__pages__creatievedynamiek-page__08c09 .cd__question__answers {
  padding-top: 50px; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__container {
  padding-top: 20px;
  width: 50%;
  height: 100px;
  margin-left: 25%;
  float: left; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__button {
  margin-top: 20px;
  width: 60px;
  height: 60%;
  float: left;
  vertical-align: center;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-weight: bold; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__text {
  color: white;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  vertical-align: middle;
  /*text-align: center;*/ }

.__pages__creatievedynamiek-page__08c09 .cd__answer__text__span {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.__pages__creatievedynamiek-page__08c09 .cd__footer {
  position: fixed;
  bottom: 300px;
  left: 0px;
  width: 55px;
  height: 55px;
  z-index: 100; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer {
  position: absolute;
  top: 0px;
  height: 1080px;
  width: 35%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer__left {
  right: 60%; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer__right {
  left: 60%; }

.__pages__creatievedynamiek-page__08c09 .cd__feebackText {
  /*position:relative;*/
  color: white;
  /*height:80%;*/
  font-size: 33px;
  line-height: 80%;
  /*text-shadow: 2px 2px #000000;*/ }
  .__pages__creatievedynamiek-page__08c09 .cd__feebackText p:first-of-type {
    font-size: 50px;
    margin-bottom: 20px; }
  .__pages__creatievedynamiek-page__08c09 .cd__feebackText p:last-of-type {
    margin-top: 20px;
    color: grey;
    font-size: 20px;
    font-style: italic; }

.__pages__creatievedynamiek-page__08c09 .cd__feebackText p {
  /*
    position:absolute;
    */
  bottom: 0; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton_container {
  height: 65px;
  width: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton {
  margin-top: 7.5%;
  height: 65px;
  /*height: 20%;*/
  width: 189px;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton p {
  margin-top: 20px; }

.__pages__creatievedynamiek-page__08c09 .cd__languageContainer {
  float: right;
  height: 100%;
  width: 60px; }

.__pages__creatievedynamiek-page__08c09 .cd_languageDropdownContainer {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .languageVariables {
  font-size: 10px; }

.__pages__creatievedynamiek-page__08c09 .cd__languageContainer__languages {
  --languageDropdownFontSize: 18px;
  color: var(--c-accent-blend);
  border-color: var(--c-accent-blend);
  right: 0%;
  height: 100%;
  /*transform: translate(0,-4.5px);*/ }

.__pages__creatievedynamiek-page__08c09 .cd__homeButton {
  background-color: white;
  float: left;
  width: 55px;
  height: 55px; }

.__pages__creatievedynamiek-page__08c09 .cd__homeButton img {
  width: 30%;
  padding-left: 35%;
  padding-top: 35%; }

.__pages__creatievedynamiek-page__08c09 .cd__footer_text {
  float: left;
  width: 690px;
  font-size: 12;
  margin-top: 3px;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackOverlay {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background-color: black;
  opacity: 65%;
  z-index: 19;
  left: 0px;
  top: 0px; }

.__pages__creatievedynamiek-page__08c09 .cd_showAbove {
  z-index: 20 !important; }

.__pages__creatievedynamiek-page__08c09 .cd__info {
  position: absolute;
  font-size: 70px;
  color: white;
  width: 1070px;
  height: 250px;
  left: 425px;
  top: 685px;
  opacity: 100%;
  z-index: 20;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  /*animation-direction: alternate;*/
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.95); } }

@keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.95); } }

.OcuDarcula {
  background: #2C2B2B;
  color: #ffffff;
  /* components */
  /* button component */
  /* grid component */
  /* menu component */
  /* video component */
  /* component */ }
  .OcuDarcula *::-webkit-scrollbar {
    width: 12px; }
  .OcuDarcula *::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #313131; }
  .OcuDarcula *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #272727; }
  .OcuDarcula a {
    color: #ffffff; }
  .OcuDarcula .icon--svg {
    fill: inherit;
    padding: 0;
    margin: 0; }
  .OcuDarcula .bg-theme {
    background-color: #2C2B2B; }
  .OcuDarcula .page.page--ss {
    text-align: center;
    position: absolute; }
    .OcuDarcula .page.page--ss .ss__title {
      font-size: 3em; }
    .OcuDarcula .page.page--ss .ss__description {
      padding: 1.11rem;
      font-size: 2.22em; }
    .OcuDarcula .page.page--ss .ss__languageContainer {
      position: absolute;
      bottom: 18.5%;
      left: 50%;
      width: 25%;
      transform: translateX(-50%); }
  .OcuDarcula .page.page--im .im__navigation__container__item,
  .OcuDarcula .page.page--im3d .im__navigation__container__item {
    border-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #2C2B2B;
    border-width: 3px;
    border-left-width: 0;
    border-style: solid; }
    .OcuDarcula .page.page--im .im__navigation__container__item:not(.im__navigation__container__item--active),
    .OcuDarcula .page.page--im3d .im__navigation__container__item:not(.im__navigation__container__item--active) {
      border-color: transparent; }
    .OcuDarcula .page.page--im .im__navigation__container__item img,
    .OcuDarcula .page.page--im3d .im__navigation__container__item img {
      border-radius: 22px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .OcuDarcula .page.page--im .pointerPopup,
  .OcuDarcula .page.page--im3d .pointerPopup {
    background: #413F3F;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .OcuDarcula .page.page--im .pointerPopup .pointerPopup__header__button--close, .OcuDarcula .page.page--im .pointerPopup .pointerPopup__header__button--reset,
    .OcuDarcula .page.page--im3d .pointerPopup .pointerPopup__header__button--close,
    .OcuDarcula .page.page--im3d .pointerPopup .pointerPopup__header__button--reset {
      fill: #e3e3e3; }
    .OcuDarcula .page.page--im .pointerPopup .pointerPopup__content__tab:not(.pointerPopup__content__tab--active),
    .OcuDarcula .page.page--im3d .pointerPopup .pointerPopup__content__tab:not(.pointerPopup__content__tab--active) {
      border-color: #272727; }
  .OcuDarcula .page.page--im .im__button, .OcuDarcula .page.page--im .im3d__button,
  .OcuDarcula .page.page--im3d .im__button,
  .OcuDarcula .page.page--im3d .im3d__button {
    color: #2C2B2B;
    fill: #ffffff;
    background: radial-gradient(black 50%, rgba(0, 0, 0, 0) 70%); }
    .OcuDarcula .page.page--im .im__button--explode path, .OcuDarcula .page.page--im .im3d__button--explode path,
    .OcuDarcula .page.page--im3d .im__button--explode path,
    .OcuDarcula .page.page--im3d .im3d__button--explode path {
      fill: black; }
  .OcuDarcula .page.page--im .im__info__drawer,
  .OcuDarcula .page.page--im3d .im__info__drawer {
    transition: all 500ms; }
    .OcuDarcula .page.page--im .im__info__drawer.im__info__drawer--hidden .im__info__drawer__background,
    .OcuDarcula .page.page--im3d .im__info__drawer.im__info__drawer--hidden .im__info__drawer__background {
      opacity: 0;
      transition: all 500ms; }
    .OcuDarcula .page.page--im .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content,
    .OcuDarcula .page.page--im3d .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content {
      transition: all 500ms; }
    .OcuDarcula .page.page--im .im__info__drawer .im__info__drawer__background,
    .OcuDarcula .page.page--im3d .im__info__drawer .im__info__drawer__background {
      transition: all 500ms; }
    .OcuDarcula .page.page--im .im__info__drawer .im__info__drawer__content,
    .OcuDarcula .page.page--im3d .im__info__drawer .im__info__drawer__content {
      background: #313131;
      transition: all 500ms; }
      .OcuDarcula .page.page--im .im__info__drawer .im__info__drawer__content .im__info__drawer__title,
      .OcuDarcula .page.page--im3d .im__info__drawer .im__info__drawer__content .im__info__drawer__title {
        font-size: 1.33em; }
      .OcuDarcula .page.page--im .im__info__drawer .im__info__drawer__content .im__info__drawer__description,
      .OcuDarcula .page.page--im3d .im__info__drawer .im__info__drawer__content .im__info__drawer__description {
        font-size: 1.5vh; }
  .OcuDarcula .page.page--im .im__filters,
  .OcuDarcula .page.page--im3d .im__filters {
    text-align: center; }
    .OcuDarcula .page.page--im .im__filters .im__filter__category,
    .OcuDarcula .page.page--im3d .im__filters .im__filter__category {
      font-size: 1.5em;
      margin: 1% 1%;
      padding: 0 1%; }
      .OcuDarcula .page.page--im .im__filters .im__filter__category:not(.im__filter__category--active),
      .OcuDarcula .page.page--im3d .im__filters .im__filter__category:not(.im__filter__category--active) {
        background: #2C2B2B; }
      .OcuDarcula .page.page--im .im__filters .im__filter__category p,
      .OcuDarcula .page.page--im3d .im__filters .im__filter__category p {
        display: table-cell;
        vertical-align: middle; }
      .OcuDarcula .page.page--im .im__filters .im__filter__category img,
      .OcuDarcula .page.page--im3d .im__filters .im__filter__category img {
        display: none; }
  .OcuDarcula .page.page--dl .dl__grid__item {
    border-radius: 32px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
    .OcuDarcula .page.page--dl .dl__grid__item__face {
      border-radius: 32px; }
  .OcuDarcula .page.page--le .le__header__block {
    border-radius: 0.8em;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .OcuDarcula .page.page--le .le__footer {
    opacity: 0.89;
    color: var(--c-accent); }
  .OcuDarcula .page.page--le .le__list__roll__item {
    background: #2C2B2B;
    border-radius: 0.8em;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .OcuDarcula .page.page--le .le__list__progress {
    background: #2C2B2B;
    border-radius: 0.6em; }
    .OcuDarcula .page.page--le .le__list__progress__inner {
      border-radius: 0.6em; }
  .OcuDarcula .page.page--le .le__spotlight__item__text {
    background: var(--c-accent);
    color: var(--c-accent-blend);
    border-radius: 0.8em;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (orientation: portrait) {
    .OcuDarcula .page.page--le .le__spotlight__item__text {
      background: var(--c-accent);
      color: var(--c-accent-blend);
      border-radius: 0.8em;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
    .OcuDarcula .page.page--le .le__list__roll__item {
      background: var(--c-accent);
      color: var(--c-accent-blend); }
      .OcuDarcula .page.page--le .le__list__roll__item__info__title {
        color: #2C2B2B; }
    .OcuDarcula .page.page--le .le__footer {
      color: var(--c-accent-blend); } }
  .OcuDarcula .page.page--ds .ds__container {
    background: #262727; }
  .OcuDarcula .page.page--ds .ds__widget {
    background: #3C3C3C;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.18); }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__time__zone {
      color: #BEBEBE; }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__time__date {
      color: #DEDEDE; }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__time__date__year {
      color: white; }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__weather__location {
      color: white;
      background: var(--c-accent); }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__weather__temp {
      color: white; }
      .OcuDarcula .page.page--ds .ds__widget .ds__widget__weather__temp span {
        color: rgba(255, 255, 255, 0.27); }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__weather__table th {
      color: rgba(255, 255, 255, 0.34); }
    .OcuDarcula .page.page--ds .ds__widget .ds__widget__weather__table td {
      color: white; }
  .OcuDarcula .page.page--or .or__wrapper.alert__wrapper {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); }
  .OcuDarcula .page.page--or .or__info__drawer {
    transition: all 500ms; }
    .OcuDarcula .page.page--or .or__info__drawer .or__info__drawer__content {
      background: #313131;
      transition: all 500ms; }
      .OcuDarcula .page.page--or .or__info__drawer .or__info__drawer__content .or__info__drawer__title {
        font-size: 1.33em; }
  .OcuDarcula .page.page--or .or__button {
    color: #2C2B2B;
    fill: #ffffff;
    background: radial-gradient(black 50%, rgba(0, 0, 0, 0) 70%); }
  .OcuDarcula .languages li.languages__listItem {
    margin: 0 5%;
    padding: 0;
    text-align: center; }
  .OcuDarcula .languages button.languages__button {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 80px;
    font-size: 1.55em;
    text-transform: uppercase; }
    .OcuDarcula .languages button.languages__button.active, .OcuDarcula .languages button.languages__button:active, .OcuDarcula .languages button.languages__button:hover {
      border-bottom: 5px solid; }
    .OcuDarcula .languages button.languages__button:focus {
      border-bottom: 5px solid; }
  .OcuDarcula .languages.languages--menu {
    color: #ffffff; }
    .OcuDarcula .languages.languages--menu li.languages__listItem {
      margin: 0 2%; }
    .OcuDarcula .languages.languages--menu button.languages__button {
      height: 44px;
      font-size: 1.11em; }
      .OcuDarcula .languages.languages--menu button.languages__button.active, .OcuDarcula .languages.languages--menu button.languages__button:active, .OcuDarcula .languages.languages--menu button.languages__button:hover {
        border-bottom: 2px solid #ffffff; }
      .OcuDarcula .languages.languages--menu button.languages__button:focus {
        border-bottom: 2px solid #ffffff; }
  .OcuDarcula .button {
    text-transform: uppercase; }
    .OcuDarcula .button.dl__alert__close, .OcuDarcula .button.mb__alert__close, .OcuDarcula .button.dl__grid__item__open, .OcuDarcula .button.or__alert__close, .OcuDarcula .button.button--userIdleWarning, .OcuDarcula .button.im__alert__close {
      border-radius: 50px;
      min-width: 11vw;
      padding: 0.66em 1em;
      font-size: 1em;
      letter-spacing: 4px; }
    .OcuDarcula .button.dl__grid__item__open {
      background: #ffffff;
      color: #2C2B2B; }
    .OcuDarcula .button.card__close, .OcuDarcula .button.queries__close--small {
      fill: #e3e3e3; }
  .OcuDarcula .gridItem {
    border-radius: 5.5%; }
    .OcuDarcula .gridItem__image {
      border-radius: 5.5%; }
  .OcuDarcula .menu {
    color: #ffffff;
    fill: #ffffff; }
    .OcuDarcula .menu__button__label {
      display: none; }
  .OcuDarcula .video__control {
    background: radial-gradient(black 50%, rgba(0, 0, 0, 0) 70%); }
  .OcuDarcula .video__controls {
    fill: #ffffff; }
    .OcuDarcula .video__controls__wrapper {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
      background: rgba(0, 0, 0, 0.89); }
  .OcuDarcula .media__placeholder {
    fill: #ffffff;
    background: radial-gradient(black 50%, rgba(0, 0, 0, 0) 70%); }
  .OcuDarcula .alert, .OcuDarcula .card {
    background: rgba(0, 0, 0, 0.78); }
    .OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper {
      border-radius: 33px;
      background: #313131; }
      .OcuDarcula .alert__wrapper .alert__header, .OcuDarcula .card__wrapper .alert__header {
        font-size: 2em; }
      .OcuDarcula .alert__wrapper .alert__text, .OcuDarcula .card__wrapper .alert__text {
        font-size: 1.11em; }
  .OcuDarcula .idleWarning .idleWarning__container {
    border-radius: 33px;
    background: #2C2B2B; }
    .OcuDarcula .idleWarning .idleWarning__container .idleWarning__title {
      font-size: 2em;
      margin-top: 10%; }
    .OcuDarcula .idleWarning .idleWarning__container .idleWarning__description {
      font-size: 1.11em; }
    .OcuDarcula .idleWarning .idleWarning__container .idleWarning__countdown {
      font-size: 1.5em;
      font-weight: bold; }
    .OcuDarcula .idleWarning .idleWarning__container .button--userIdleWarning {
      display: table;
      text-align: center; }
      .OcuDarcula .idleWarning .idleWarning__container .button--userIdleWarning p {
        display: block;
        text-align: center; }
  .OcuDarcula .card__body__tabs__title {
    border-color: #272727;
    text-transform: none; }
  .OcuDarcula .carousel__swiper .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .OcuDarcula .carousel__swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .OcuDarcula .carousel__swiper .swiper-pagination-bullet-active {
    background: #ffffff; }
  .OcuDarcula .carousel__swiper--fullscreen {
    border-radius: var(--application-border-radius); }
  .OcuDarcula .fullscreen__control {
    fill: #ffffff;
    background: radial-gradient(black 50%, rgba(0, 0, 0, 0) 70%); }
  .OcuDarcula .queries__container {
    background: #313131; }

.OcuLight {
  background: #FFF;
  /* components */
  /* button component */
  /* grid component */
  /* menu component */
  /* video component */
  /* component */ }
  .OcuLight *::-webkit-scrollbar {
    width: 12px; }
  .OcuLight *::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04); }
  .OcuLight *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #E2E2E2; }
  .OcuLight a {
    color: #000; }
  .OcuLight .icon--svg {
    fill: inherit;
    padding: 0;
    margin: 0; }
  .OcuLight .bg-theme {
    background-color: #FFF; }
  .OcuLight .page.page--ss {
    text-align: center;
    position: absolute; }
    .OcuLight .page.page--ss .ss__title {
      font-size: 3em; }
    .OcuLight .page.page--ss .ss__description {
      padding: 1.11rem;
      font-size: 2.22em; }
    .OcuLight .page.page--ss .ss__languageContainer {
      position: absolute;
      bottom: 18.5%;
      left: 50%;
      width: 25%;
      transform: translateX(-50%); }
  .OcuLight .page.page--im .im__navigation__container__item,
  .OcuLight .page.page--im3d .im__navigation__container__item {
    border-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #FFF;
    border-width: 3px;
    border-left-width: 0;
    border-style: solid; }
    .OcuLight .page.page--im .im__navigation__container__item:not(.im__navigation__container__item--active),
    .OcuLight .page.page--im3d .im__navigation__container__item:not(.im__navigation__container__item--active) {
      border-color: transparent; }
    .OcuLight .page.page--im .im__navigation__container__item img,
    .OcuLight .page.page--im3d .im__navigation__container__item img {
      border-radius: 22px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .OcuLight .page.page--im .pointerPopup,
  .OcuLight .page.page--im3d .pointerPopup {
    background: #FFF;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .OcuLight .page.page--im .pointerPopup .pointerPopup__header__button--close,
    .OcuLight .page.page--im3d .pointerPopup .pointerPopup__header__button--close {
      fill: #E2E2E2; }
    .OcuLight .page.page--im .pointerPopup .pointerPopup__content__tab:not(.pointerPopup__content__tab--active),
    .OcuLight .page.page--im3d .pointerPopup .pointerPopup__content__tab:not(.pointerPopup__content__tab--active) {
      border-color: #E2E2E2; }
  .OcuLight .page.page--im .im__button, .OcuLight .page.page--im .im3d__button,
  .OcuLight .page.page--im3d .im__button,
  .OcuLight .page.page--im3d .im3d__button {
    color: #FFF;
    fill: #000;
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0) 70%); }
    .OcuLight .page.page--im .im__button--explode path, .OcuLight .page.page--im .im3d__button--explode path,
    .OcuLight .page.page--im3d .im__button--explode path,
    .OcuLight .page.page--im3d .im3d__button--explode path {
      fill: white; }
  .OcuLight .page.page--im .im__info__drawer,
  .OcuLight .page.page--im3d .im__info__drawer {
    transition: all 500ms; }
    .OcuLight .page.page--im .im__info__drawer.im__info__drawer--hidden .im__info__drawer__background,
    .OcuLight .page.page--im3d .im__info__drawer.im__info__drawer--hidden .im__info__drawer__background {
      opacity: 0;
      transition: all 500ms; }
    .OcuLight .page.page--im .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content,
    .OcuLight .page.page--im3d .im__info__drawer.im__info__drawer--hidden .im__info__drawer__content {
      transition: all 500ms; }
    .OcuLight .page.page--im .im__info__drawer .im__info__drawer__background,
    .OcuLight .page.page--im3d .im__info__drawer .im__info__drawer__background {
      transition: all 500ms; }
    .OcuLight .page.page--im .im__info__drawer .im__info__drawer__content,
    .OcuLight .page.page--im3d .im__info__drawer .im__info__drawer__content {
      background: #FFF;
      transition: all 500ms; }
      .OcuLight .page.page--im .im__info__drawer .im__info__drawer__content .im__info__drawer__title,
      .OcuLight .page.page--im3d .im__info__drawer .im__info__drawer__content .im__info__drawer__title {
        font-size: 1.33em; }
  .OcuLight .page.page--im .im__filters,
  .OcuLight .page.page--im3d .im__filters {
    text-align: center; }
    .OcuLight .page.page--im .im__filters .im__filter__category,
    .OcuLight .page.page--im3d .im__filters .im__filter__category {
      font-size: 1.5em;
      margin: 1% 1%;
      padding: 0 1%; }
      .OcuLight .page.page--im .im__filters .im__filter__category:not(.im__filter__category--active),
      .OcuLight .page.page--im3d .im__filters .im__filter__category:not(.im__filter__category--active) {
        background: #FFF; }
      .OcuLight .page.page--im .im__filters .im__filter__category p,
      .OcuLight .page.page--im3d .im__filters .im__filter__category p {
        display: table-cell;
        vertical-align: middle; }
      .OcuLight .page.page--im .im__filters .im__filter__category img,
      .OcuLight .page.page--im3d .im__filters .im__filter__category img {
        display: none; }
  .OcuLight .page.page--dl .dl__grid__item {
    border-radius: 32px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
    .OcuLight .page.page--dl .dl__grid__item__face {
      border-radius: 32px; }
  .OcuLight .page.page--le .le__header__block {
    border-radius: 0.8em;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  .OcuLight .page.page--le .le__list__roll__item {
    background: white;
    border-radius: 0.8em;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  .OcuLight .page.page--le .le__list__progress {
    background: white;
    border-radius: 0.6em; }
    .OcuLight .page.page--le .le__list__progress__inner {
      border-radius: 0.6em; }
  .OcuLight .page.page--le .le__spotlight__item__text {
    background: white;
    color: black;
    border-radius: 0.8em;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (orientation: portrait) {
    .OcuLight .page.page--le .le__spotlight__item__text {
      background: var(--c-accent);
      color: var(--c-accent-blend);
      border-radius: 0.8em;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
    .OcuLight .page.page--le .le__list__roll__item {
      background: var(--c-accent);
      color: var(--c-accent-blend); }
      .OcuLight .page.page--le .le__list__roll__item__info__title {
        color: #FFF; }
    .OcuLight .page.page--le .le__footer {
      color: var(--c-accent-blend); } }
  .OcuLight .page.page--ds .ds__container {
    background: #FFFFFF; }
  .OcuLight .page.page--ds .ds__widget {
    background: rgba(255, 255, 255, 0.81);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.18); }
    .OcuLight .page.page--ds .ds__widget .ds__widget__time__zone {
      color: rgba(43, 41, 41, 0.35); }
    .OcuLight .page.page--ds .ds__widget .ds__widget__time__date {
      color: #2b2929; }
    .OcuLight .page.page--ds .ds__widget .ds__widget__time__date__year {
      color: #2b2929; }
    .OcuLight .page.page--ds .ds__widget .ds__widget__weather__location {
      color: rgba(15, 12, 12, 0.5);
      background: #F2F6F9; }
    .OcuLight .page.page--ds .ds__widget .ds__widget__weather__temp {
      color: var(--c-accent); }
      .OcuLight .page.page--ds .ds__widget .ds__widget__weather__temp span {
        color: rgba(47, 47, 47, 0.27); }
    .OcuLight .page.page--ds .ds__widget .ds__widget__weather__table th {
      color: rgba(0, 0, 0, 0.34); }
    .OcuLight .page.page--ds .ds__widget .ds__widget__weather__table td {
      color: #2f2f2f; }
  .OcuLight .page.page--or .or__wrapper.alert__wrapper {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); }
  .OcuLight .page.page--or .or__info__drawer {
    transition: all 500ms; }
    .OcuLight .page.page--or .or__info__drawer .or__info__drawer__content {
      background: #FFF;
      transition: all 500ms; }
      .OcuLight .page.page--or .or__info__drawer .or__info__drawer__content .or__info__drawer__title {
        font-size: 1.33em; }
  .OcuLight .page.page--or .or__tag {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); }
  .OcuLight .page.page--or .or__button {
    color: #FFF;
    fill: #000;
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0) 70%); }
  .OcuLight .languages li.languages__listItem {
    margin: 0 5%;
    padding: 0;
    text-align: center; }
  .OcuLight .languages button.languages__button {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 80px;
    font-size: 1.55em;
    text-transform: uppercase; }
    .OcuLight .languages button.languages__button.active, .OcuLight .languages button.languages__button:active, .OcuLight .languages button.languages__button:hover {
      border-bottom: 5px solid; }
    .OcuLight .languages button.languages__button:focus {
      border-bottom: 5px solid; }
  .OcuLight .languages.languages--menu li.languages__listItem {
    margin: 0 2%; }
  .OcuLight .languages.languages--menu button.languages__button {
    height: 44px;
    font-size: 1.11em; }
    .OcuLight .languages.languages--menu button.languages__button.active, .OcuLight .languages.languages--menu button.languages__button:active, .OcuLight .languages.languages--menu button.languages__button:hover {
      border-bottom: 2px solid #000; }
    .OcuLight .languages.languages--menu button.languages__button:focus {
      border-bottom: 2px solid #000; }
  .OcuLight .button {
    text-transform: uppercase; }
    .OcuLight .button.dl__alert__close, .OcuLight .button.mb__alert__close, .OcuLight .button.or__alert__close, .OcuLight .button.dl__grid__item__open, .OcuLight .button.button--userIdleWarning, .OcuLight .button.im__alert__close {
      border-radius: 50px;
      min-width: 11vw;
      padding: 0.66em 1em;
      font-size: 1em;
      letter-spacing: 0.22em; }
    .OcuLight .button.dl__grid__item__open {
      background: #FFF;
      color: #000; }
    .OcuLight .button.card__close, .OcuLight .button.queries__close--small {
      fill: #E2E2E2; }
  .OcuLight .gridItem {
    border-radius: 5.5%; }
    .OcuLight .gridItem__image {
      border-radius: 5.5%; }
  .OcuLight .menu__button__label {
    display: none; }
  .OcuLight .video__control {
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0) 70%); }
  .OcuLight .video__controls__wrapper {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.84); }
  .OcuLight .media__placeholder {
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0) 70%); }
  .OcuLight .alert, .OcuLight .card {
    background: rgba(0, 0, 0, 0.36); }
    .OcuLight .alert__wrapper, .OcuLight .card__wrapper {
      border-radius: 33px;
      background: #FFF; }
      .OcuLight .alert__wrapper .alert__header, .OcuLight .card__wrapper .alert__header {
        font-size: 2em; }
      .OcuLight .alert__wrapper .alert__text, .OcuLight .card__wrapper .alert__text {
        font-size: 1.11em; }
    .OcuLight .alert.or__card, .OcuLight .card.or__card {
      background: none;
      border-radius: 5px; }
      .OcuLight .alert.or__card .card__wrapper, .OcuLight .card.or__card .card__wrapper {
        border-radius: 5px; }
  .OcuLight .idleWarning .idleWarning__container {
    border-radius: 33px;
    background: #FFF; }
    .OcuLight .idleWarning .idleWarning__container .idleWarning__title {
      font-size: 2em;
      margin-top: 10%; }
    .OcuLight .idleWarning .idleWarning__container .idleWarning__description {
      font-size: 1.11em; }
    .OcuLight .idleWarning .idleWarning__container .idleWarning__countdown {
      font-size: 1.5em;
      font-weight: bold; }
    .OcuLight .idleWarning .idleWarning__container .button--userIdleWarning {
      display: table;
      text-align: center; }
      .OcuLight .idleWarning .idleWarning__container .button--userIdleWarning p {
        display: block;
        text-align: center; }
  .OcuLight .card__body__tabs__title {
    border-color: #E2E2E2;
    text-transform: none; }
  .OcuLight .carousel__swiper .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .OcuLight .carousel__swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  .OcuLight .carousel__swiper .swiper-pagination-bullet-active {
    background: #000; }
  .OcuLight .carousel__swiper--fullscreen {
    border-radius: var(--application-border-radius); }
  .OcuLight .fullscreen__control {
    fill: #000;
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0) 70%); }
  .OcuLight .queries__container {
    background: #FFF; }

.application__alert {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%); }

/* ----------------- */
/* APPLICATION STATE */
/* ----------------- */
.application__state {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2C2B2B;
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: "Avenir Book"; }
  .application__state h1 {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    font-size: 2vw;
    font-family: "Avenir Book"; }
    .application__state h1 span {
      text-transform: uppercase;
      font-family: "Avenir Heavy"; }
  .application__state h2 {
    position: relative;
    top: 42%;
    font-family: "Avenir Book";
    font-size: 40px; }
  .application__state h3 {
    position: relative;
    top: 45%;
    font-family: "Avenir Book";
    font-size: 20px; }
  .application__state h4 {
    position: absolute;
    bottom: 55px;
    left: 72px;
    width: 84px;
    height: 84px;
    background: white;
    border-radius: 50%;
    display: table;
    text-align: center; }
    .application__state h4 p {
      display: table-cell;
      vertical-align: middle;
      color: black;
      font-family: "Avenir Heavy";
      font-size: 24px; }
  .application__state .application__state__content__button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin: 25px 0;
    padding: 5px 10px;
    color: white;
    border: 1px solid white;
    font-family: "Avenir Heavy"; }
  .application__state .application__state__content__button--index {
    top: 65%; }

.application__state--waiting h1 {
  position: absolute;
  top: initial;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1vw; }

.application__state__loader {
  position: relative;
  left: 50%;
  top: 42%;
  margin: 45px 0 0 -25px;
  border: 5px solid #406EEA;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #2C2B2B;
  border-radius: 50%;
  width: 60px;
  height: 60px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.application__state__logo {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 7.88%;
  height: 13.88%;
  background: url("./icons/ocular_logo.svg") no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.module--demo h1 {
  color: red; }

.module--demo .carousel {
  max-width: 400px; }

.module--demo .textblok {
  width: 400px;
  margin: 0 auto; }

.module--demo .well {
  position: relative; }

.module--demo video {
  max-width: 100%; }

.module--demo .timerComponent .timerComponent__label {
  color: blue; }

.module--demo .fa-poo {
  touch-action: none; }

.module--demo .menu {
  position: relative; }

.module--demo textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 400px; }

@media (max-width: 1081px) {
  :root {
    --languageDropdownBackgroundColor: #8031A7;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

@media (min-width: 1081px) {
  :root {
    --languageDropdownBackgroundColor: #0064B4;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

.ember-power-select-option[aria-current="true"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.ember-power-select-option[aria-current="false"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.ember-power-select-dropdown {
  border: none !important;
  background-color: transparent !important; }

.ember-power-select-options {
  height: calc(5 * 2 * var(--languageDropdownFontSize));
  max-height: calc(5 * 2 * var(--languageDropdownFontSize)) !important;
  border: 0px solid;
  /*background-color: transparent !important;*/
  background-color: white; }

.ember-power-select-option {
  font-size: var(--languageDropdownFontSize);
  text-transform: uppercase;
  color: var(--languageDropdownBackgroundColor);
  border: 1px solid var(--languageDropdownBackgroundColor);
  width: 70%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-left: 30%;
  text-align: center;
  height: calc(2 * var(--languageDropdownFontSize)); }

.ember-power-select-trigger {
  background-color: var(--languageDropdownBackgroundColor);
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: calc(1.6 * var(--languageDropdownFontSize));
  line-height: calc(1.6 * var(--languageDropdownFontSize));
  border-radius: 0;
  text-align: right;
  padding-right: 10px;
  font-size: var("--languageDropdownFontSize");
  height: 100px; }

.ember-power-select-status-icon {
  left: 5px;
  top: 3px;
  width: calc(1 * 0.7 * var(--languageDropdownFontSize));
  height: calc(0.6744 * 0.7 * var(--languageDropdownFontSize));
  color: var(--languageDropdownTextColor);
  border-style: none;
  background-image: url("/uploads/dropdown/nl/dropdown.png");
  background-size: cover;
  margin-left: calc(0.2 * var(--languageDropdownFontSize));
  transform: none !important; }

.ember-power-select-selected-item {
  background-color: var(--languageDropdownBackgroundColor);
  color: var(--languageDropdownTextColor);
  text-transform: uppercase;
  padding-right: calc(0.3 * var(--languageDropdownFontSize));
  height: calc(1 * var(--languageDropdownFontSize));
  line-height: var(--languageDropdownFontSize);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold; }

/* small */
@media screen and (min-width: 1025px) {
  .sdas.ember-power-select-option {
    color: #0064B4 !important;
    border-color: #0064B4; }
  .sdas.ember-power-select-dropdown {
    top: 101px !important; } }

@media screen and (max-width: 1024px) {
  .sdas.ember-power-select-dropdown {
    height: calc(45px * 5);
    width: 72px;
    top: 52px !important; }
  .sdas.ember-power-select-options {
    height: calc(45px * 5);
    width: 72px; }
  .sdas.ember-power-select-options {
    position: absolute;
    right: 0;
    top: -1px; }
  .sdas.ember-power-select-option {
    width: 70px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-size: 16px;
    color: #0064B4 !important;
    border-color: #0064B4;
    margin: 0 0;
    padding: 0 0; } }

.timer {
  position: relative;
  display: inline-block; }
  .timer__canvas {
    transform: translate(0.5px, 0.5px);
    width: 7.2em; }
  .timer__label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.11em;
    text-shadow: 0px 0px 10px black; }

.video {
  background: transparent;
  position: relative;
  display: inline-block;
  width: inherit;
  height: inherit; }
  .video .video__timer {
    position: absolute;
    left: 2%;
    z-index: 4;
    pointer-events: none;
    top: 4%; }
  .video .video__controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .video .video__controls__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center; }
  .video .video__control {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    display: inline-block;
    background: none;
    border: none;
    margin: 0 20px;
    padding: 0;
    transform: translateY(-50%); }
    .video .video__control:active, .video .video__control:focus {
      outline: none; }
  .video .video__still {
    width: inherit;
    height: inherit; }
    .video .video__still svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: inherit;
      opacity: 0.4; }
  .video .media__el {
    width: 100%;
    height: 100%; }

@media (max-width: 1081px) {
  .__language-component__6f6d0 :root {
    --languageDropdownBackgroundColor: #8031A7;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

@media (min-width: 1081px) {
  .__language-component__6f6d0 :root {
    --languageDropdownBackgroundColor: #0064B4;
    --languageDropdownTextColor: white;
    --languageDropdownFontSize: 60px; } }

.__language-component__6f6d0 .ember-power-select-option[aria-current="true"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.__language-component__6f6d0 .ember-power-select-option[aria-current="false"] {
  background-color: white !important;
  color: var(--languageDropdownBackgroundColor) !important; }

.__language-component__6f6d0 .ember-power-select-dropdown {
  border: none !important;
  background-color: transparent !important; }

.__language-component__6f6d0 .ember-power-select-options {
  height: calc(5 * 2 * var(--languageDropdownFontSize));
  max-height: calc(5 * 2 * var(--languageDropdownFontSize)) !important;
  border: 0px solid;
  /*background-color: transparent !important;*/
  background-color: white; }

.__language-component__6f6d0 .ember-power-select-option {
  font-size: var(--languageDropdownFontSize);
  text-transform: uppercase;
  color: var(--languageDropdownBackgroundColor);
  border: 1px solid var(--languageDropdownBackgroundColor);
  width: 70%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-left: 30%;
  text-align: center;
  height: calc(2 * var(--languageDropdownFontSize)); }

.__language-component__6f6d0 .ember-power-select-trigger {
  background-color: var(--languageDropdownBackgroundColor);
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: calc(1.6 * var(--languageDropdownFontSize));
  line-height: calc(1.6 * var(--languageDropdownFontSize));
  border-radius: 0;
  text-align: right;
  padding-right: 10px;
  font-size: var("--languageDropdownFontSize");
  height: 100px; }

.__language-component__6f6d0 .ember-power-select-status-icon {
  left: 5px;
  top: 3px;
  width: calc(1 * 0.7 * var(--languageDropdownFontSize));
  height: calc(0.6744 * 0.7 * var(--languageDropdownFontSize));
  color: var(--languageDropdownTextColor);
  border-style: none;
  background-image: url("/uploads/dropdown/nl/dropdown.png");
  background-size: cover;
  margin-left: calc(0.2 * var(--languageDropdownFontSize));
  transform: none !important; }

.__language-component__6f6d0 .ember-power-select-selected-item {
  background-color: var(--languageDropdownBackgroundColor);
  color: var(--languageDropdownTextColor);
  text-transform: uppercase;
  padding-right: calc(0.3 * var(--languageDropdownFontSize));
  height: calc(1 * var(--languageDropdownFontSize));
  line-height: var(--languageDropdownFontSize);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold; }

/* small */
@media screen and (min-width: 1025px) {
  .__language-component__6f6d0 .sdas.ember-power-select-option {
    color: #0064B4 !important;
    border-color: #0064B4; }
  .__language-component__6f6d0 .sdas.ember-power-select-dropdown {
    top: 101px !important; } }

@media screen and (max-width: 1024px) {
  .__language-component__6f6d0 .sdas.ember-power-select-dropdown {
    height: calc(45px * 5);
    width: 72px;
    top: 52px !important; }
  .__language-component__6f6d0 .sdas.ember-power-select-options {
    height: calc(45px * 5);
    width: 72px; }
  .__language-component__6f6d0 .sdas.ember-power-select-options {
    position: absolute;
    right: 0;
    top: -1px; }
  .__language-component__6f6d0 .sdas.ember-power-select-option {
    width: 70px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-size: 16px;
    color: #0064B4 !important;
    border-color: #0064B4;
    margin: 0 0;
    padding: 0 0; } }

.__timer-component__f25c4 .timer {
  position: relative;
  display: inline-block; }
  .__timer-component__f25c4 .timer__canvas {
    transform: translate(0.5px, 0.5px);
    width: 7.2em; }
  .__timer-component__f25c4 .timer__label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.11em;
    text-shadow: 0px 0px 10px black; }

.__video-component__6aea7 .video {
  background: transparent;
  position: relative;
  display: inline-block;
  width: inherit;
  height: inherit; }
  .__video-component__6aea7 .video .video__timer {
    position: absolute;
    left: 2%;
    z-index: 4;
    pointer-events: none;
    top: 4%; }
  .__video-component__6aea7 .video .video__controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .__video-component__6aea7 .video .video__controls__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center; }
  .__video-component__6aea7 .video .video__control {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    display: inline-block;
    background: none;
    border: none;
    margin: 0 20px;
    padding: 0;
    transform: translateY(-50%); }
    .__video-component__6aea7 .video .video__control:active, .__video-component__6aea7 .video .video__control:focus {
      outline: none; }
  .__video-component__6aea7 .video .video__still {
    width: inherit;
    height: inherit; }
    .__video-component__6aea7 .video .video__still svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: inherit;
      opacity: 0.4; }
  .__video-component__6aea7 .video .media__el {
    width: 100%;
    height: 100%; }

.__modules__demo__09316 .module--demo h1 {
  color: red; }

.__modules__demo__09316 .module--demo .carousel {
  max-width: 400px; }

.__modules__demo__09316 .module--demo .textblok {
  width: 400px;
  margin: 0 auto; }

.__modules__demo__09316 .module--demo .well {
  position: relative; }

.__modules__demo__09316 .module--demo video {
  max-width: 100%; }

.__modules__demo__09316 .module--demo .timerComponent .timerComponent__label {
  color: blue; }

.__modules__demo__09316 .module--demo .fa-poo {
  touch-action: none; }

.__modules__demo__09316 .module--demo .menu {
  position: relative; }

.__modules__demo__09316 .module--demo textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 400px; }

.__modules__unity__3b341 .module--unity h1 {
  color: red; }

.__pages__creatievedynamiek-page__08c09 .cd__whiteOnColor, .__pages__creatievedynamiek-page__08c09 .cd__answer__button, .__pages__creatievedynamiek-page__08c09 .cd__feedbackButton, .__pages__creatievedynamiek-page__08c09 .cd__languageContainer, .__pages__creatievedynamiek-page__08c09 .cd_languageDropdownContainer, .__pages__creatievedynamiek-page__08c09 .cd__languageContainer__languages select {
  background-color: #0064B4;
  color: white; }

.__pages__creatievedynamiek-page__08c09 .cd__colorOnWhite {
  background-color: white;
  color: #0064B4; }

.__pages__creatievedynamiek-page__08c09 .cd__borderColor, .__pages__creatievedynamiek-page__08c09 .cd__feedbackButton, .__pages__creatievedynamiek-page__08c09 .cd__homeButton {
  border: solid 1px #0064B4; }

.__pages__creatievedynamiek-page__08c09 .cd__darkBackground, .__pages__creatievedynamiek-page__08c09 .cd__questionBackground {
  background-color: #003259;
  color: white; }

.__pages__creatievedynamiek-page__08c09 .cd__collageIntro {
  position: relative;
  width: 1920px;
  height: 1080px; }

.__pages__creatievedynamiek-page__08c09 .cd__touchpoints {
  position: absolute;
  top: 0px;
  left: 0px; }

.__pages__creatievedynamiek-page__08c09 .cd__touchpoint {
  position: absolute;
  width: 144px !important;
  height: 144px !important;
  z-index: 10; }

.__pages__creatievedynamiek-page__08c09 .cd_collage {
  position: absolute;
  -webkit-transition: -webkit-filter 3000ms; }

.__pages__creatievedynamiek-page__08c09 .cd__collageIntro img {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__grayscaleImage {
  -webkit-filter: grayscale(1); }

.__pages__creatievedynamiek-page__08c09 .cd__question {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__questionBackground {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__question__info {
  width: 65%;
  margin-left: 25%;
  color: white;
  padding-top: 100px;
  font-size: 40px;
  padding-bottom: 40px;
  height: 360px; }

.__pages__creatievedynamiek-page__08c09 .cd_question_question {
  font-size: 33px;
  width: 50%;
  margin-left: 25%; }

.__pages__creatievedynamiek-page__08c09 .cd__question__answers {
  padding-top: 50px; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__container {
  padding-top: 20px;
  width: 50%;
  height: 100px;
  margin-left: 25%;
  float: left; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__button {
  margin-top: 20px;
  width: 60px;
  height: 60%;
  float: left;
  vertical-align: center;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-weight: bold; }

.__pages__creatievedynamiek-page__08c09 .cd__answer__text {
  color: white;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  vertical-align: middle;
  /*text-align: center;*/ }

.__pages__creatievedynamiek-page__08c09 .cd__answer__text__span {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.__pages__creatievedynamiek-page__08c09 .cd__footer {
  position: fixed;
  bottom: 300px;
  left: 0px;
  width: 55px;
  height: 55px;
  z-index: 100; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer {
  position: absolute;
  top: 0px;
  height: 1080px;
  width: 35%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer__left {
  right: 60%; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackContainer__right {
  left: 60%; }

.__pages__creatievedynamiek-page__08c09 .cd__feebackText {
  /*position:relative;*/
  color: white;
  /*height:80%;*/
  font-size: 33px;
  line-height: 80%;
  /*text-shadow: 2px 2px #000000;*/ }
  .__pages__creatievedynamiek-page__08c09 .cd__feebackText p:first-of-type {
    font-size: 50px;
    margin-bottom: 20px; }
  .__pages__creatievedynamiek-page__08c09 .cd__feebackText p:last-of-type {
    margin-top: 20px;
    color: grey;
    font-size: 20px;
    font-style: italic; }

.__pages__creatievedynamiek-page__08c09 .cd__feebackText p {
  /*
    position:absolute;
    */
  bottom: 0; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton_container {
  height: 65px;
  width: 100%; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton {
  margin-top: 7.5%;
  height: 65px;
  /*height: 20%;*/
  width: 189px;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackButton p {
  margin-top: 20px; }

.__pages__creatievedynamiek-page__08c09 .cd__languageContainer {
  float: right;
  height: 100%;
  width: 60px; }

.__pages__creatievedynamiek-page__08c09 .cd_languageDropdownContainer {
  width: 100%;
  height: 100%; }

.__pages__creatievedynamiek-page__08c09 .languageVariables {
  font-size: 10px; }

.__pages__creatievedynamiek-page__08c09 .cd__languageContainer__languages {
  --languageDropdownFontSize: 18px;
  color: var(--c-accent-blend);
  border-color: var(--c-accent-blend);
  right: 0%;
  height: 100%;
  /*transform: translate(0,-4.5px);*/ }

.__pages__creatievedynamiek-page__08c09 .cd__homeButton {
  background-color: white;
  float: left;
  width: 55px;
  height: 55px; }

.__pages__creatievedynamiek-page__08c09 .cd__homeButton img {
  width: 30%;
  padding-left: 35%;
  padding-top: 35%; }

.__pages__creatievedynamiek-page__08c09 .cd__footer_text {
  float: left;
  width: 690px;
  font-size: 12;
  margin-top: 3px;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .cd__feedbackOverlay {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background-color: black;
  opacity: 65%;
  z-index: 19;
  left: 0px;
  top: 0px; }

.__pages__creatievedynamiek-page__08c09 .cd_showAbove {
  z-index: 20 !important; }

.__pages__creatievedynamiek-page__08c09 .cd__info {
  position: absolute;
  font-size: 70px;
  color: white;
  width: 1070px;
  height: 250px;
  left: 425px;
  top: 685px;
  opacity: 100%;
  z-index: 20;
  text-align: center; }

.__pages__creatievedynamiek-page__08c09 .pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  /*animation-direction: alternate;*/
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.95); } }

@keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.95); } }

.__pages__mediabrowser-page__69add .page--mb {
  overflow: hidden; }

.__pages__mediabrowser-page__69add .mb__alert__close {
  float: right;
  background-color: var(--c-accent);
  color: var(--c-accent-blend); }

.__pages__mediabrowser-page__69add .mb__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.__pages__mediabrowser-page__69add .mb__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 20em; }

.__pages__mediabrowser-page__69add .mb__close {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 60px; }

.__pages__mediabrowser-page__69add .fullscreen.mb__fullscreen > .fullscreen__content {
  width: 100%;
  height: 100%;
  max-width: 100%; }

.__pages__mediabrowser-page__69add .mb__carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .__pages__mediabrowser-page__69add .mb__carousel .carousel__swiper {
    height: 100%;
    width: 100%; }

.__pages__mediabrowser-page__69add .gridItem.gridItem--visited {
  opacity: 0.5; }

.__pages__mediabrowser-page__69add .mb_custom_close_button {
  background-color: white;
  color: #0064B4;
  position: absolute;
  left: 0px;
  top: 745px;
  width: 60px;
  height: 60px; }

.__pages__mediabrowser-page__69add .mb_custom_close_button img {
  width: 50%;
  margin-top: 25%;
  margin-left: 25%; }

.__pages__mediabrowser-page__69add .mb_end_text {
  position: absolute;
  width: 525px;
  height: 550px;
  bottom: 260px;
  left: 700px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.__pages__mediabrowser-page__69add .mb_end_title {
  font-size: 50px;
  font-weight: bold; }

.__pages__mediabrowser-page__69add .mb_end_slide {
  width: 1920px;
  height: 1080px; }

.__pages__mediashow-page__7e620 .page--ms {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: black; }
  .__pages__mediashow-page__7e620 .page--ms .videoComponent.videoComponent--ms {
    height: 100%;
    width: 100%; }
  .__pages__mediashow-page__7e620 .page--ms .ms__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%); }

.__pages__mediashow-page__7e620 .mb_custom_close_button {
  background-color: white;
  color: #8031A7;
  position: absolute;
  left: 0px;
  top: 1050px;
  width: 60px;
  height: 60px; }
  .__pages__mediashow-page__7e620 .mb_custom_close_button img {
    width: 50%;
    padding-left: 25%;
    padding-top: 25%; }

.__pages__screensaver-page__0c59b .page--ss {
  background: none; }

@media (max-width: 1081px) {
  .__pages__screensaver-page__0c59b .backgroundColorPortrait, .__pages__screensaver-page__0c59b .ss__interaction {
    background-color: #8031A7; }
  .__pages__screensaver-page__0c59b .darkBackgroundColorPortrait, .__pages__screensaver-page__0c59b .ss__info {
    background-color: #401853; }
  .__pages__screensaver-page__0c59b .colorWithBorderPortrait, .__pages__screensaver-page__0c59b .ss__languageButtonPortrait, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    color: #8031A7;
    border: 2px solid #8031A7; } }

@media (min-width: 1081px) {
  .__pages__screensaver-page__0c59b .backgroundColorLandscape, .__pages__screensaver-page__0c59b .ss__interaction {
    background-color: #0064B4; }
  .__pages__screensaver-page__0c59b .darkBackgroundColorLandscape, .__pages__screensaver-page__0c59b .ss__info {
    background-color: #003259; }
  .__pages__screensaver-page__0c59b .colorWithBorderLandscape, .__pages__screensaver-page__0c59b .ss__languageButtonLanguage, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    color: #0064B4;
    border: 2px solid #0064B4; } }

.__pages__screensaver-page__0c59b .ss__description {
  color: var(--c-accent-blend);
  height: 600px;
  overflow-y: auto;
  font-size: 60px !important;
  display: table-cell;
  vertical-align: bottom; }

@media (max-width: 1081px) {
  .__pages__screensaver-page__0c59b .ss__content {
    position: relative;
    left: 30px;
    top: 5%;
    width: 530px !important;
    height: 1000px;
    vertical-align: bottom; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    height: 55px;
    width: 500px !important;
    left: 300px !important;
    bottom: 800px !important;
    --languageDropdownBackgroundColor:#8031A7; }
  .__pages__screensaver-page__0c59b .ss__interaction {
    width: 55px;
    height: 59px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 431px; }
    .__pages__screensaver-page__0c59b .ss__interaction img {
      width: 55px;
      margin-top: 2px;
      margin-left: 2px; }
  .__pages__screensaver-page__0c59b .ss__info {
    width: 410px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 30px;
    height: 30px;
    line-height: 30px;
    color: white; }
  .__pages__screensaver-page__0c59b .ss_languageDropdownContainer {
    width: 60px;
    height: 100%;
    padding-left: 440px; }
  .__pages__screensaver-page__0c59b .ss__description {
    height: 800px;
    width: 600px; }
  .__pages__screensaver-page__0c59b .ss__languageButtonPortrait, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    background: white;
    width: 75px;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold; }
  .__pages__screensaver-page__0c59b .ss_languageButtonNL {
    left: 0; }
  .__pages__screensaver-page__0c59b .ss_languageButtonFR {
    left: 90px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonDE {
    left: 175px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonEN {
    left: 260px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonES {
    left: 345px; }
  .__pages__screensaver-page__0c59b .ss_selectedLanguage {
    background-color: #8031A7;
    color: white; } }

@media (min-width: 1081px) {
  .__pages__screensaver-page__0c59b .ss__content {
    position: relative;
    left: 10px;
    top: 0px;
    width: 780px;
    max-height: 50%; }
  .__pages__screensaver-page__0c59b .ss__description {
    width: 780px;
    height: 600px; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    height: 55px;
    width: 780px !important;
    left: 530px !important;
    bottom: 275px !important;
    --languageDropdownBackgroundColor:#0064B4; }
  .__pages__screensaver-page__0c59b .ss__interaction {
    width: 55px;
    height: 59px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 431px; }
    .__pages__screensaver-page__0c59b .ss__interaction img {
      padding-top: 2px;
      padding-left: 2px;
      width: 55px; }
  .__pages__screensaver-page__0c59b .ss__info {
    width: 690px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 30px;
    height: 30px;
    line-height: 30px;
    color: white; }
  .__pages__screensaver-page__0c59b .ss_languageDropdownContainer {
    width: 60px;
    height: 100%;
    padding-left: 720px; }
  .__pages__screensaver-page__0c59b .ss__languageButtonLanguage, .__pages__screensaver-page__0c59b .ss_languageButtonNL, .__pages__screensaver-page__0c59b .ss_languageButtonFR, .__pages__screensaver-page__0c59b .ss_languageButtonDE, .__pages__screensaver-page__0c59b .ss_languageButtonEN, .__pages__screensaver-page__0c59b .ss_languageButtonES {
    background: white;
    width: 75px;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold; }
  .__pages__screensaver-page__0c59b .ss_languageButtonNL {
    left: 0; }
  .__pages__screensaver-page__0c59b .ss_languageButtonFR {
    left: 90px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonDE {
    left: 175px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonEN {
    left: 260px; }
  .__pages__screensaver-page__0c59b .ss_languageButtonES {
    left: 345px; }
  .__pages__screensaver-page__0c59b .ss_selectedLanguage {
    background-color: #0064B4;
    color: white; } }

.__pages__screensaver-page__0c59b .ss__background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

.__pages__screensaver-page__0c59b .ss__background__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: var(--c-accent); }

.__pages__screensaver-page__0c59b .ss__title {
  color: var(--c-accent-blend);
  height: 100px; }

.__pages__screensaver-page__0c59b .ss__backgroundImage, .__pages__screensaver-page__0c59b .ss__backgroundVideo {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.__pages__screensaver-page__0c59b .ss__interaction__icon {
  width: 100%;
  height: 100%;
  font-size: 6em;
  margin: 3% 0 0 0; }

.__pages__screensaver-page__0c59b .ss__languageContainer__languages {
  --languageDropdownFontSize: 18px;
  color: var(--c-accent-blend);
  border-color: var(--c-accent-blend);
  right: 0%;
  height: 100%;
  /*transform: translate(0,-4.5px);*/ }

/* */
.__pages__screensaver-page__0c59b .ss__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

@media screen and (max-width: 1440px) {
  .__pages__screensaver-page__0c59b .ss__content {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .__pages__screensaver-page__0c59b .ss__content {
    top: 20%;
    width: 80%;
    transform: translateX(-50%); }
  .__pages__screensaver-page__0c59b .ss__title {
    font-size: 2rem !important; }
  .__pages__screensaver-page__0c59b .ss__description {
    font-size: 1.8rem !important; } }

@media screen and (max-width: 800px) {
  .__pages__screensaver-page__0c59b .ss__content {
    top: 12%;
    transform: translateX(-50%);
    width: 80%; }
  .__pages__screensaver-page__0c59b .ss__title {
    font-size: 2rem !important; }
  .__pages__screensaver-page__0c59b .ss__description {
    font-size: 1.4rem !important; }
  .__pages__screensaver-page__0c59b .ss__languageContainer {
    bottom: 10% !important; } }

.__pages__stadaandestroom-page__c6d64.page.page--stadaandestroom {
  overflow: hidden; }

.__pages__stadaandestroom-page__c6d64 .sads_title, .__pages__stadaandestroom-page__c6d64 .sads_title_80 {
  width: 100%;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 5vw;
  margin-top: 5vw; }

.__pages__stadaandestroom-page__c6d64 .sads_title_80 {
  width: 80%;
  margin-left: 10%; }

.__pages__stadaandestroom-page__c6d64 .sads_intro {
  margin-top: 21px;
  margin-left: 10%;
  width: 80%;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 5vw;
  font-weight: bold; }

.__pages__stadaandestroom-page__c6d64 .sads_category_button {
  width: 90%;
  margin-left: 5%;
  position: relative; }

.__pages__stadaandestroom-page__c6d64 .sads_category_button_image {
  width: 100%; }

.__pages__stadaandestroom-page__c6d64 .sads_category_button_label {
  position: absolute;
  bottom: 8vw;
  left: 4vw;
  font-size: 6vw;
  color: white; }

.__pages__stadaandestroom-page__c6d64 .sads_detail_image, .__pages__stadaandestroom-page__c6d64 .sads_detail_image_transparent {
  margin-top: 5%;
  width: 60%;
  margin-left: 20%; }

.__pages__stadaandestroom-page__c6d64 .sads_detail_image_transparent {
  opacity: 25%; }

.__pages__stadaandestroom-page__c6d64 .sads_answer_button, .__pages__stadaandestroom-page__c6d64 .sads_answer_button_transparent {
  width: 50%;
  margin-left: 25%;
  margin-top: 2.5%;
  border: solid 1px #0064B4;
  color: #0064B4;
  font-size: 6vw;
  text-align: center;
  font-weight: bold; }

.__pages__stadaandestroom-page__c6d64 .sads_answer_button_transparent {
  opacity: 25%; }

.__pages__stadaandestroom-page__c6d64 .sads_detail_image_answer {
  width: 90%;
  margin-left: 5%; }

.__pages__stadaandestroom-page__c6d64 .sads_detail_text {
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom: 5%;
  width: 80%;
  text-align: center;
  font-size: 4vw;
  font-weight: bold; }

.__pages__stadaandestroom-page__c6d64 .sads_next_button {
  width: 50%;
  height: 12vw;
  margin-left: 25%;
  margin-top: 2.5%;
  margin-bottom: 5%;
  background-color: #0064B4;
  color: white;
  font-size: 6vw;
  text-align: center;
  font-weight: bold;
  vertical-align: middle; }

.__pages__stadaandestroom-page__c6d64 .sads_next_button p {
  height: 100%;
  line-height: 12vw; }

.__pages__stadaandestroom-page__c6d64 .sads_stars {
  width: 60%;
  margin-left: 20%;
  text-align: center; }

.__pages__stadaandestroom-page__c6d64 .sads_star {
  width: 14%;
  margin-left: 3%;
  margin-right: 3%; }

.__pages__stadaandestroom-page__c6d64 .sads_end_image {
  width: 90%;
  margin-left: 5%; }

.__pages__stadaandestroom-page__c6d64 .sads_stars_white {
  position: absolute;
  bottom: 5%;
  width: 60%;
  left: 5%;
  text-align: left; }

.__pages__stadaandestroom-page__c6d64 .sads_star_white {
  width: 10%;
  margin-left: 2%; }

.__pages__stadaandestroom-page__c6d64 .sads_header {
  font-size: 5vw;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: white;
  border: solid 1px #707070;
  --languageDropdownBackgroundColor: #0064B4;
  --languageDropdownTextColor: white;
  position: relative; }

.__pages__stadaandestroom-page__c6d64 .sads_home {
  position: absolute;
  left: 0;
  background-color: var(--languageDropdownBackgroundColor);
  width: auto;
  height: 100px;
  float: left; }

.__pages__stadaandestroom-page__c6d64 .sads_home_imageContainer {
  position: relative;
  width: 100px;
  height: 100px; }

.__pages__stadaandestroom-page__c6d64 .sads_home_image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%); }

.__pages__stadaandestroom-page__c6d64 .sads__languageContainer {
  position: absolute;
  right: 1px;
  width: 20%;
  height: 100%;
  display: inline-block; }

@media screen and (max-width: 320px) {
  .__pages__stadaandestroom-page__c6d64 .sads__languageContainer__languages {
    height: 100%; }
    .__pages__stadaandestroom-page__c6d64 .sads__languageContainer__languages .ember-power-select-selected-item {
      font-size: 1.5em !important; } }

@media screen and (min-width: 321px) {
  .__pages__stadaandestroom-page__c6d64 .sads__languageContainer__languages {
    height: 100%; }
    .__pages__stadaandestroom-page__c6d64 .sads__languageContainer__languages .ember-power-select-selected-item {
      font-size: 1em !important; } }

.__pages__stadaandestroom-page__c6d64 .sads_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 8% - 100px); }

.__pages__stadaandestroom-page__c6d64 .sads_footer {
  margin-top: 2vw;
  font-size: 5vw;
  width: 100%;
  height: 8%;
  text-align: center;
  color: white;
  background-color: #282020;
  text-decoration: none; }

.__pages__stadaandestroom-page__c6d64 .sads_footer_url {
  text-decoration: none;
  color: white; }

/* mobile messages */
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(-90deg); } }

.__pages__stadaandestroom-page__c6d64 .sads_message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #1E1E1E;
  display: none; }
  .__pages__stadaandestroom-page__c6d64 .sads_message_phone {
    position: relative;
    top: 5%;
    left: 50%;
    margin-left: -28px;
    height: 100px;
    width: 50px;
    border: 3px solid white;
    border-radius: 10px;
    animation: rotate 1.5s ease-in-out infinite alternate; }
  .__pages__stadaandestroom-page__c6d64 .sads_message_label {
    color: white;
    position: relative;
    margin-top: 50px;
    font-family: "headerFont"; }

@media screen and (orientation: landscape) {
  .__pages__stadaandestroom-page__c6d64 .page--stadaandestroom, .__pages__stadaandestroom-page__c6d64 .sads_container {
    overflow: hidden; }
  .__pages__stadaandestroom-page__c6d64 .sads_message {
    display: block; } }

@media screen and (max-width: 1024px) {
  .__pages__stadaandestroom-page__c6d64 .sads_header {
    height: 50px;
    overflow: hidden; }
  .__pages__stadaandestroom-page__c6d64 .sads_home, .__pages__stadaandestroom-page__c6d64 .sads_home_imageContainer {
    width: 50px;
    height: 50px; }
  .__pages__stadaandestroom-page__c6d64 .sads__languageContainer, .__pages__stadaandestroom-page__c6d64 .ember-power-select-trigger {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    --languageDropdownFontSize: 30px; }
  .__pages__stadaandestroom-page__c6d64 .sads_container {
    height: calc(100% - 50px - 8%); } }

.unity--container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 1080px; }
  .unity--container canvas {
    width: 1920px;
    height: 1080px; }
  .unity--container--loading {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    text-align: center;
    line-height: 650px;
    font-size: 1.39em; }

#unity-content {
  top: 0px; }

.application__unity .unity--container {
  left: -10000px; }

.application__unity.loading {
  z-index: 666;
  left: 0; }

body {
  -webkit-user-select: None;
  /* Chrome all / Safari all */
  -moz-user-select: None;
  /* Firefox all */
  -ms-user-select: None;
  /* IE 10+ */
  user-select: None;
  /* Likely future */
  -webkit-text-size-adjust: none;
  /* Cghrome all / Safari all */
  -moz-text-size-adjust: none;
  /* Firefox all */
  -ms-text-size-adjust: none;
  /* IE 10+ */
  text-size-adjust: none;
  /* Likely future */
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  overscroll-behavior: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  background: #2C2B2B; }

button:focus, input:focus {
  outline: none !important; }

/* */
p, h1, h2, h3, span, div {
  line-height: 1.4em; }

p {
  min-height: 1em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

ul {
  list-style-position: outside;
  list-style-type: circle; }

ul li, ol li {
  margin-left: 1em; }

/* */
@media screen and (max-width: 1600px) {
  body {
    font-size: 12px; } }

@media screen and (min-width: 1921px) {
  body {
    font-size: 24px; } }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: var(--languageDropdownTextColor) transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

/*# sourceMappingURL=ocularium-frontend-boilerplate.css.map */