@import "../../../../node_modules/.pnpm/@cue+theme@8.0.3_react@19.2.0/node_modules/@cue/theme/css/base/style.css";@import "../../../../node_modules/.pnpm/@cue+theme@8.0.3_react@19.2.0/node_modules/@cue/theme/css/base/style.css";@import "../../../../node_modules/.pnpm/@cue+theme@8.0.3_react@19.2.0/node_modules/@cue/theme/css/base/style.css";@import "../../../../node_modules/.pnpm/react-perfect-scrollbar@1.5.8_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-perfect-scrollbar/dist/css/styles.css";@import "../../../../node_modules/.pnpm/@cue+theme@8.0.3_react@19.2.0/node_modules/@cue/theme/css/base/style.css";@import "../../../../node_modules/.pnpm/@cue+theme@8.0.3_react@19.2.0/node_modules/@cue/theme/css/base/style.css";:root {
  --default-font: Inter, Helvetica, Arial, sans-serif;
  --headline-font: "Oxanium", Helvetica, Arial, sans-serif;
}

.cue-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding: 3rem;
  justify-content: var(--placement-horizontal);
  align-items: var(--placement-vertical);
}

.cue-modal .cue-modal-container {
  position: relative;
  color: inherit;
  box-shadow: 1px 13px 20px rgba(1, 1, 1, 0.3);
  word-wrap: break-word;
  flex-wrap: wrap;
  position: relative;
  width: auto;
  animation-name: bring-modal-content;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  left: var(--placement-left);
  top: var(--placement-top);
  right: var(--placement-right);
  bottom: var(--placement-bottom);
  max-width: var(--max-width);
}

@keyframes bring-modal-content {
  0% {
    transform: translatey(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cue-modal-content {
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .cue-modal-content {
    padding: 30px;
  }
}

.cue-modal-close-button-wrapper {
  position: absolute;
  right: 0;
  z-index: 9;
}

.cue-modal-close-button-wrapper .cue-button.cue-button-close {
  background: red;
}

.cue-modal-show .cue-modal-backdrop {
  display: flex;
}

.cue-modal-render-in-place .cue-modal-backdrop {
  position: absolute;
}

.cue-modal-full-width .cue-modal-backdrop {
  padding: 0;
}

.cue-modal-full-width .cue-modal-container {
  width: 100%;
}

:export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

/* @import "badge"; */

.cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

.cue-button-icon-only, .cue-button-icon-left, .cue-button-icon-right {
  padding: 8px;
}

.cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

.cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

.cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

.cue-button > span, .cue-button > svg {
  z-index: 2;
}

.cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

.cue-button span + svg {
  margin-left: 6px;
}

.cue-button svg {
  width: 24px;
  height: 24px;
}

.cue-button svg use {
  fill: #ffffff;
}

.cue-button:hover:before, .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

.cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button, .pdf-toolbar .cue-button {
  background: #00ccff;
}

.cue-button-secondary:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before, .pdf-toolbar .cue-button:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

.cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

.cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

.cue-button-dark {
  background: #002b49;
}

.cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

.cue-button-light {
  background: #a3bac8;
}

.cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

.cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

.cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

.cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

.cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

.cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

.cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

.cue-button-disable, .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

.cue-button-disable:before, .cue-button:disabled:before {
  display: none;
}

.cue-button-disable svg use, .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

.cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

.cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

.cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

.cue-button-plain:before {
  display: none;
}

.cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

.cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

.cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

.cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

.cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

.cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

.cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

.cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

.cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

.cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

.cue-loading-indicator:after {
  animation: none;
  display: none;
}

.cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

.cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

.cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

.cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

/* .cue-loading-indicator {
  display: inline-block;
  width: 40px;
  height: 40px;

  &:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-color: gray transparent gray transparent;
    animation: cue-loading-animation 1.2s linear infinite;
  }
}

@keyframes cue-loading-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

.cue-heading {
  font-weight: 900;
}

.cue-heading-icon {
  display: flex;
  align-items: center;
}

.cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

.cue-heading .cue-icon use {
  fill: currentColor;
}

.cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

.cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

.cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

.cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

.cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

.cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

.cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

.cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

.cue-indicator .cue-icon use {
  fill: #002b49;
}

.cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

.cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

.cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

.cue-indicator:hover:after, .cue-indicator-active:after {
  display: block;
}

.cue-indicator:hover .cue-icon use, .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

.cue-indicator-disabled {
  pointer-events: none;
}

.cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

.cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

/* @import "bookmark";
@import "toggle";

@import "countdown";
@import "date-input";
@import "textarea";
@import "input";
@import "link";
@import "loading-indicator";
@import "progress";
@import "radio-button";
@import "text-toggle";
@import "steps-item";
@import "switch";
@import "select"; */

/* @import 'breadcrumbs';
@import 'card';
@import 'content-container';
@import 'menu';
@import 'search-bar'; */

.cue-steps-wrapper {
  position: relative;
}

.cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

.cue-steps-title {
  top: -30px;
}

.cue-steps-holder {
  align-items: center;
}

.cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

.cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

.cue-steps-separator-active:after {
  width: 50%;
}

.cue-steps-separator-done:after {
  width: 100%;
}

/* .cue-button-tab {
  &,
  &Active,
  &:hover,
  &Active:hover {
    &::before {
      display: none;
    }
  }

  &Active,
  &:hover,
  &Active:hover {
  }

  &:hover,
  &Active:hover {
    background: #001f39;
  }
} */

.cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

.cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

.cue-tabs-menu .cue-button::before {
  display: none;
}

.cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

.cue-tabs-menu .cue-button-tabActive, .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

.cue-tabs-menu .cue-button-tabActive:after, .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

/*
@import 'video';
@import 'video-ui'; */

.cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

.cue-modal .cue-button-close:before {
  display: none;
}

.cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

.cue-modal .cue-button-close:hover {
  background: none;
}

.cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

/* @import 'slide-in';
@import 'toast-notification'; */

.cue-button-close,
.cue-button-close:hover {
  background: #c50b29;
}

.cue-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: #d3d3d3;
  position: relative;
}

.pdf-toolbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

#cue-maximator-virtual-experience > *,
#cue-maximator-virtual-experience *,
#cue-maximator-virtual-experience *::before,
#cue-maximator-virtual-experience *::after,
#cue-overlay-wrapper > *,
#cue-overlay-wrapper *,
#cue-overlay-wrapper *::before,
#cue-overlay-wrapper *::after {
  box-sizing: border-box;
}

#cue-maximator-virtual-experience > *,
#cue-maximator-virtual-experience *,
#cue-overlay-wrapper > *,
#cue-overlay-wrapper * {
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
    6. Improve media defaults
  */
}

#cue-maximator-virtual-experience ul,
#cue-maximator-virtual-experience li,
#cue-maximator-virtual-experience img,
#cue-maximator-virtual-experience picture,
#cue-maximator-virtual-experience video,
#cue-maximator-virtual-experience canvas,
#cue-maximator-virtual-experience svg,
#cue-overlay-wrapper ul,
#cue-overlay-wrapper li,
#cue-overlay-wrapper img,
#cue-overlay-wrapper picture,
#cue-overlay-wrapper video,
#cue-overlay-wrapper canvas,
#cue-overlay-wrapper svg {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
    7. Remove built-in form typography styles
  */
}

#cue-maximator-virtual-experience input,
#cue-maximator-virtual-experience button,
#cue-maximator-virtual-experience textarea,
#cue-maximator-virtual-experience select,
#cue-overlay-wrapper input,
#cue-overlay-wrapper button,
#cue-overlay-wrapper textarea,
#cue-overlay-wrapper select {
  font: inherit;
  all: unset;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
    8. Avoid text overflows
  */
}

#cue-maximator-virtual-experience p,
#cue-maximator-virtual-experience h1,
#cue-maximator-virtual-experience h2,
#cue-maximator-virtual-experience h3,
#cue-maximator-virtual-experience h4,
#cue-maximator-virtual-experience h5,
#cue-maximator-virtual-experience h6,
#cue-overlay-wrapper p,
#cue-overlay-wrapper h1,
#cue-overlay-wrapper h2,
#cue-overlay-wrapper h3,
#cue-overlay-wrapper h4,
#cue-overlay-wrapper h5,
#cue-overlay-wrapper h6 {
  overflow-wrap: break-word;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
    10. Remove link decorations
  */
}

#cue-maximator-virtual-experience a,
#cue-overlay-wrapper a {
  text-decoration: none;
  color: white;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  Todo: Temp for storybook
   */
}

#cue-maximator-virtual-experience table,
#cue-overlay-wrapper table {
  border-collapse: collapse;
}

#cue-maximator-virtual-experience td,
#cue-maximator-virtual-experience th,
#cue-overlay-wrapper td,
#cue-overlay-wrapper th {
  text-align: left;
  border: 1px solid darkgray;
  padding: 3px;
}

#cue-maximator-virtual-experience hr,
#cue-overlay-wrapper hr {
  background: #4b4b67;
  border: none;
  height: 1px;
}

@font-face {
  font-family: "Oxanium";
  src: url("https://maximator-showroom.cdn.cuenect.online/aem/theme/maximator/fonts/oxanium-v14-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Oxanium";
  src: url("https://maximator-showroom.cdn.cuenect.online/aem/theme/maximator/fonts/oxanium-v14-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://maximator-showroom.cdn.cuenect.online/aem/theme/maximator/fonts/inter-v12-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://maximator-showroom.cdn.cuenect.online/aem/theme/maximator/fonts/inter-v12-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://maximator-showroom.cdn.cuenect.online/aem/theme/maximator/fonts/inter-v12-latin-regular.woff2") format("woff2");
  font-display: swap;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1200;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1450;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #000000;
  AQUA: #00ccff;
  MONZA: #c50b29;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "badge"; */
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

#cue-maximator-virtual-experience .cue-button-icon-only, #cue-maximator-virtual-experience .cue-button-icon-left, #cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-only,
#cue-overlay-wrapper .cue-button-icon-left,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 8px;
}

#cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button-icon-both,
#cue-overlay-wrapper .cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button > span, #cue-maximator-virtual-experience .cue-button > svg,
#cue-overlay-wrapper .cue-button > span,
#cue-overlay-wrapper .cue-button > svg {
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-button svg + span,
#cue-overlay-wrapper .cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

#cue-maximator-virtual-experience .cue-button span + svg,
#cue-overlay-wrapper .cue-button span + svg {
  margin-left: 6px;
}

#cue-maximator-virtual-experience .cue-button svg,
#cue-overlay-wrapper .cue-button svg {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-button svg use,
#cue-overlay-wrapper .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-button:hover:before, #cue-maximator-virtual-experience .cue-button-active:before,
#cue-overlay-wrapper .cue-button:hover:before,
#cue-overlay-wrapper .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-button {
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-button-secondary:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before, .pdf-toolbar #cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button-secondary:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before,
.pdf-toolbar #cue-overlay-wrapper .cue-button:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-button-tertiary,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

#cue-maximator-virtual-experience .cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-button-tertiary:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-dark,
#cue-overlay-wrapper .cue-button-dark {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-button-dark:before,
#cue-overlay-wrapper .cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-light,
#cue-overlay-wrapper .cue-button-light {
  background: #a3bac8;
}

#cue-maximator-virtual-experience .cue-button-light:before,
#cue-overlay-wrapper .cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon,
#cue-overlay-wrapper .cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:before,
#cue-overlay-wrapper .cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:after,
#cue-overlay-wrapper .cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg,
#cue-overlay-wrapper .cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:hover svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-button-disable, #cue-maximator-virtual-experience .cue-button:disabled,
#cue-overlay-wrapper .cue-button-disable,
#cue-overlay-wrapper .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-disable:before, #cue-maximator-virtual-experience .cue-button:disabled:before,
#cue-overlay-wrapper .cue-button-disable:before,
#cue-overlay-wrapper .cue-button:disabled:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-disable svg use, #cue-maximator-virtual-experience .cue-button:disabled svg use,
#cue-overlay-wrapper .cue-button-disable svg use,
#cue-overlay-wrapper .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-large,
#cue-overlay-wrapper .cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

#cue-maximator-virtual-experience .cue-button-small,
#cue-overlay-wrapper .cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

#cue-maximator-virtual-experience .cue-button-plain,
#cue-overlay-wrapper .cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-button-plain:before,
#cue-overlay-wrapper .cue-button-plain:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-plain:hover,
#cue-overlay-wrapper .cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

#cue-maximator-virtual-experience .cue-checkbox,
#cue-overlay-wrapper .cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator svg,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-checkbox:hover .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator use,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-icon,
#cue-overlay-wrapper .cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

#cue-maximator-virtual-experience .cue-icon__wrapper,
#cue-overlay-wrapper .cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-loading-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;

    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 6px solid transparent;
      border-color: gray transparent gray transparent;
      animation: cue-loading-animation 1.2s linear infinite;
    }
  }

  @keyframes cue-loading-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */
}

#cue-maximator-virtual-experience .cue-heading,
#cue-overlay-wrapper .cue-heading {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-heading-icon,
#cue-overlay-wrapper .cue-heading-icon {
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon,
#cue-overlay-wrapper .cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon use,
#cue-overlay-wrapper .cue-heading .cue-icon use {
  fill: currentColor;
}

#cue-maximator-virtual-experience .cue-heading-type-h1,
#cue-overlay-wrapper .cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

#cue-maximator-virtual-experience .cue-heading-type-h2,
#cue-overlay-wrapper .cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

#cue-maximator-virtual-experience .cue-heading-type-h3,
#cue-overlay-wrapper .cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

#cue-maximator-virtual-experience .cue-heading-type-h4,
#cue-overlay-wrapper .cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

#cue-maximator-virtual-experience .cue-heading-type-h5,
#cue-overlay-wrapper .cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

#cue-maximator-virtual-experience .cue-heading-type-h6,
#cue-overlay-wrapper .cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

#cue-maximator-virtual-experience .cue-indicator,
#cue-overlay-wrapper .cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon,
#cue-overlay-wrapper .cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon use,
#cue-overlay-wrapper .cue-indicator .cue-icon use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator-large,
#cue-overlay-wrapper .cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

#cue-maximator-virtual-experience .cue-indicator-large .cue-icon,
#cue-overlay-wrapper .cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-indicator:after,
#cue-overlay-wrapper .cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator:hover:after, #cue-maximator-virtual-experience .cue-indicator-active:after,
#cue-overlay-wrapper .cue-indicator:hover:after,
#cue-overlay-wrapper .cue-indicator-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-indicator:hover .cue-icon use, #cue-maximator-virtual-experience .cue-indicator-active .cue-icon use,
#cue-overlay-wrapper .cue-indicator:hover .cue-icon use,
#cue-overlay-wrapper .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-indicator-disabled,
#cue-overlay-wrapper .cue-indicator-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-steps-item,
#cue-overlay-wrapper .cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-steps-item-title,
#cue-overlay-wrapper .cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#cue-maximator-virtual-experience .cue-label,
#cue-overlay-wrapper .cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "bookmark";
  @import "toggle";

  @import "countdown";
  @import "date-input";
  @import "textarea";
  @import "input";
  @import "link";
  @import "loading-indicator";
  @import "progress";
  @import "radio-button";
  @import "text-toggle";
  @import "steps-item";
  @import "switch";
  @import "select"; */
  /* @import 'breadcrumbs';
  @import 'card';
  @import 'content-container';
  @import 'menu';
  @import 'search-bar'; */
}

#cue-maximator-virtual-experience .cue-steps-wrapper,
#cue-overlay-wrapper .cue-steps-wrapper {
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-wrapper:before,
#cue-overlay-wrapper .cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

#cue-maximator-virtual-experience .cue-steps-title,
#cue-overlay-wrapper .cue-steps-title {
  top: -30px;
}

#cue-maximator-virtual-experience .cue-steps-holder,
#cue-overlay-wrapper .cue-steps-holder {
  align-items: center;
}

#cue-maximator-virtual-experience .cue-steps-separator,
#cue-overlay-wrapper .cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-separator:after,
#cue-overlay-wrapper .cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

#cue-maximator-virtual-experience .cue-steps-separator-active:after,
#cue-overlay-wrapper .cue-steps-separator-active:after {
  width: 50%;
}

#cue-maximator-virtual-experience .cue-steps-separator-done:after,
#cue-overlay-wrapper .cue-steps-separator-done:after {
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-button-tab {
    &,
    &Active,
    &:hover,
    &Active:hover {
      &::before {
        display: none;
      }
    }

    &Active,
    &:hover,
    &Active:hover {
    }

    &:hover,
    &Active:hover {
      background: #001f39;
    }
  } */
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button span,
#cue-overlay-wrapper .cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button::before,
#cue-overlay-wrapper .cue-tabs-menu .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:after, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  @import 'video';
  @import 'video-ui'; */
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:before,
#cue-overlay-wrapper .cue-modal .cue-button-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import 'slide-in';
  @import 'toast-notification'; */
  font-family: var(--default-font);
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: #d3d3d3;
  position: relative;
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  aspect-ratio: var(--ratio, 1.7777777778);
}

#cue-maximator-virtual-experience .virtual-experience.extra-large,
#cue-overlay-wrapper .virtual-experience.extra-large {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-around;
}

#cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-center,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-center {
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

#cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-center .cue-video-story-wrapper,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-center .cue-video-story-wrapper {
  aspect-ratio: 16/9;
  width: initial;
}

#cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-left, #cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-right,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-left,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-right {
  flex: 1;
}

#cue-maximator-virtual-experience .virtual-experience-loading,
#cue-overlay-wrapper .virtual-experience-loading {
  display: flex;
  background: gray;
  width: 100%;
  aspect-ratio: var(--ratio, 1.7777777778);
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .virtual-experience-loading-cover,
#cue-overlay-wrapper .virtual-experience-loading-cover {
  aspect-ratio: initial;
  height: 100%;
  width: 100%;
}

#cue-maximator-virtual-experience .virtual-experience-cover,
#cue-overlay-wrapper .virtual-experience-cover {
  height: 100%;
  width: 100%;
}

#cue-maximator-virtual-experience .virtual-experience-error,
#cue-overlay-wrapper .virtual-experience-error {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: yellow;
}

#cue-maximator-virtual-experience .virtual-experience-error svg use,
#cue-overlay-wrapper .virtual-experience-error svg use {
  fill: red;
}

#cue-maximator-virtual-experience .virtual-experience-modal .cue-modal-backdrop,
#cue-overlay-wrapper .virtual-experience-modal .cue-modal-backdrop {
  z-index: 99999;
}

#cue-maximator-virtual-experience .virtual-experience-modal .cue-external-content,
#cue-overlay-wrapper .virtual-experience-modal .cue-external-content {
  width: calc(100dvw - 80px);
  height: calc(100dvh - 80px);
}

#cue-maximator-virtual-experience .rpv-core__annotation--link,
#cue-overlay-wrapper .rpv-core__annotation--link {
  pointer-events: none;
}

#cue-maximator-virtual-experience .transition-debug,
#cue-overlay-wrapper .transition-debug {
  position: absolute;
  width: 200px;
  background: rgba(128, 128, 128, 0.8);
  z-index: 2000;
  right: 0;
  top: 0;
  padding: 20px;
}

#cue-maximator-virtual-experience .transition-debug li,
#cue-overlay-wrapper .transition-debug li {
  cursor: pointer;
}

#cue-maximator-virtual-experience .transition-debug li:hover,
#cue-overlay-wrapper .transition-debug li:hover {
  color: black;
}

#cue-maximator-virtual-experience .cue-video-story-external-plugins,
#cue-overlay-wrapper .cue-video-story-external-plugins {
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-model-viewer {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 1;
  pointer-events: all;
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.slidein-open,
#cue-overlay-wrapper .cue-video-story-model-viewer.slidein-open {
  transform: translateX(-10dvw);
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-model-viewer {
  /*  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s; */
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  opacity: 1;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close {
  /* right: 0;
  top: 0;
  z-index: 40000; */
  z-index: 4000;
  position: absolute;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button {
  position: absolute;
  top: 48px;
  right: 32px;
  pointer-events: all;
  padding: 10px;
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button:hover {
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button:hover svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset {
  position: absolute;
  z-index: 4000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button {
  position: absolute;
  top: 50%;
  right: 50%;
  pointer-events: all;
  padding: 10px;
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button:hover {
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button:hover svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur {
  opacity: 0;
  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur .cue-video-story-model-viewer-inner {
  backdrop-filter: blur(0px);
  opacity: 0;
  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur.fadeOut,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur.fadeOut {
  animation: blurOut 1s ease forwards;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur.fadeOut .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur.fadeOut .cue-video-story-model-viewer-inner {
  animation: blurOut 1s ease forwards;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer .cue-webgl-player,
#cue-overlay-wrapper .cue-video-story-model-viewer .cue-webgl-player {
  width: 100%;
  height: 100%;
  /*  @container videostory-pan-container (aspect-ratio >= 16 / 9) {
    height: 100dvh;
    width: auto;
  }
  @container videostory-pan-container (aspect-ratio < 16 / 9) {
    width: 100dvw;
    height: auto;
  }
  aspect-ratio: 16/9;
  position: absolute; */
}

@keyframes blurIn {
  0% {
    backdrop-filter: blur(0px);
    opacity: 0;
  }
  100% {
    backdrop-filter: blur(10px);
    opacity: 1;
  }
}

@keyframes blurOut {
  0% {
    backdrop-filter: blur(10px);
    opacity: 1;
  }
  100% {
    backdrop-filter: blur(0px);
    opacity: 0;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1450;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1450;
}

#cue-maximator-virtual-experience .cue-video-story-pan,
#cue-overlay-wrapper .cue-video-story-pan {
  width: 100%;
  height: 100%;
  container-type: size;
  container-name: videostory-pan-container;
  overflow: hidden;
}

#cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
#cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
  aspect-ratio: 16/9;
}

@container videostory-pan-container (aspect-ratio >= 16 / 9) {
  #cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
  #cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
    width: 100%;
  }
}

@container videostory-pan-container (aspect-ratio < 16 / 9) {
  #cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
  #cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
    height: 100%;
  }
}

#cue-maximator-virtual-experience .cue-video-story-pan-content.contain,
#cue-overlay-wrapper .cue-video-story-pan-content.contain {
  aspect-ratio: 16/9;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder,
#cue-overlay-wrapper .cue-video-story-button-holder {
  display: block;
  position: absolute;
  z-index: 1030;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link,
#cue-overlay-wrapper .cue-video-story-button-holder-link {
  position: absolute;
  left: var(--x, 0);
  top: var(--y, 0);
  opacity: 0;
  animation: buttonFadeIn 0.2s ease-in forwards 0.2s;
  pointer-events: all;
  /*  &:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    opacity: 0.4;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    z-index: 20000;
  } */
}

@keyframes buttonFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link,
#cue-overlay-wrapper .cue-video-story-button-holder-link {
  transition: left 0.1s, top 0.1s;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link::after {
  color: red;
  position: absolute;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=left] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=left] .cue-button {
  transform: translate3d(0%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=left]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=left]::after {
  left: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=right] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=right] .cue-button {
  transform: translate3d(-100%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=right]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=right]::after {
  right: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=center] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=center] .cue-button {
  transform: translate3d(-50%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=center]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=center]::after {
  left: 50%;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button span,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button svg,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button svg {
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button svg use {
  fill: black;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true]:before,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true]:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] span,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] span {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true],
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] {
  border-radius: 9999px;
}

#cue-maximator-virtual-experience .cue-video-story-fullscreen-wrapper,
#cue-overlay-wrapper .cue-video-story-fullscreen-wrapper {
  position: relative;
  /*  aspect-ratio: 16/9;
  aspect-ratio: var(--ratio); */
}

#cue-maximator-virtual-experience .cue-video-story-fullscreen-wrapper.cue-video-story-cover,
#cue-overlay-wrapper .cue-video-story-fullscreen-wrapper.cue-video-story-cover {
  height: 100%;
  width: 100%;
  aspect-ratio: initial;
}

#cue-maximator-virtual-experience .cue-video-story-container-full,
#cue-overlay-wrapper .cue-video-story-container-full {
  position: absolute;
  inset: 0;
  z-index: 1010;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-scene-name,
#cue-overlay-wrapper .cue-video-story-scene-name {
  position: absolute;
  top: 100px;
  left: 100px;
  background: gray;
  z-index: 1400;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device,
#cue-overlay-wrapper .cue-video-story-turn-your-device {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device > div,
#cue-overlay-wrapper .cue-video-story-turn-your-device > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device svg path,
#cue-overlay-wrapper .cue-video-story-turn-your-device svg path {
  fill: black;
}

@media screen and (max-width: 576px) and (orientation: portrait) {
  #cue-maximator-virtual-experience .cue-video-story-turn-your-device,
  #cue-overlay-wrapper .cue-video-story-turn-your-device {
    display: flex;
  }
}

#cue-maximator-virtual-experience .cue-video-story-preloader,
#cue-overlay-wrapper .cue-video-story-preloader {
  position: relative;
  height: 100%;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-preloader,
  #cue-overlay-wrapper .cue-video-story-preloader {
    overflow: hidden;
  }
}

#cue-maximator-virtual-experience .cue-video-story-preloader-loading,
#cue-overlay-wrapper .cue-video-story-preloader-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story,
#cue-overlay-wrapper .cue-video-story {
  /* position: "absolute",
  top: "50%",
  left: "50%",
  transform: "translateY(-50%) translateX(-50%)",
  transformOrigin: "0 0",
  zIndex: 50, */
}

#cue-maximator-virtual-experience .cue-video-story-loading-failed,
#cue-overlay-wrapper .cue-video-story-loading-failed {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-portal,
#cue-overlay-wrapper .cue-video-story-portal {
  position: absolute;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-empty,
#cue-overlay-wrapper .cue-video-story-video-empty {
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-dev,
#cue-overlay-wrapper .cue-video-story-video-dev {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  background: lightgrey;
}

#cue-maximator-virtual-experience .cue-video-story-video-dev > div,
#cue-overlay-wrapper .cue-video-story-video-dev > div {
  background: gray;
  color: white;
  font-weight: bold;
  padding: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-video-portal,
#cue-overlay-wrapper .cue-video-story-video-portal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

#cue-maximator-virtual-experience .cue-video-story-video-wrapper,
#cue-overlay-wrapper .cue-video-story-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-loading,
#cue-overlay-wrapper .cue-video-story-video-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 128, 128, 0.5);
}

#cue-maximator-virtual-experience .cue-video-story-video-element,
#cue-overlay-wrapper .cue-video-story-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-element video,
#cue-overlay-wrapper .cue-video-story-video-element video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  font-size: 0;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 20;
  will-change: opacity;
  opacity: 0.99;
}

#cue-maximator-virtual-experience .cue-video-story-video-element video.fadeVideo,
#cue-overlay-wrapper .cue-video-story-video-element video.fadeVideo {
  animation: video-fade 0.5s linear forwards;
}

@keyframes video-fade {
  0% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}

#cue-maximator-virtual-experience .cue-video-story-video-element video + video,
#cue-overlay-wrapper .cue-video-story-video-element video + video {
  z-index: 10;
}

#cue-maximator-virtual-experience .cue-video-story-image-wrapper,
#cue-overlay-wrapper .cue-video-story-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-image-loading,
#cue-overlay-wrapper .cue-video-story-image-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 128, 128, 0.5);
}

#cue-maximator-virtual-experience .cue-video-story-image-error,
#cue-overlay-wrapper .cue-video-story-image-error {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgb(89, 49, 2);
}

#cue-maximator-virtual-experience .cue-video-story-image-element,
#cue-overlay-wrapper .cue-video-story-image-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-image-element img,
#cue-overlay-wrapper .cue-video-story-image-element img {
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-inner-render-portal-holder,
#cue-overlay-wrapper .cue-video-story-inner-render-portal-holder {
  display: block;
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-inner-render-portal-holder.model,
#cue-overlay-wrapper .cue-video-story-inner-render-portal-holder.model {
  z-index: 1200;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins,
#cue-overlay-wrapper .cue-video-story-outside-plugins {
  height: initial;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize {
  background: lightgray;
  cursor: ew-resize;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.vertical,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.vertical {
  height: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.horizontal,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.horizontal {
  width: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel {
  position: relative;
  /*  display: block !important;
  overflow: initial !important; */
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel-content,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel-content {
  height: auto;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false],
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] {
  flex: 1;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel {
  padding: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel > div,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel > div {
  position: absolute;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel {
  /*  display: block !important;
  overflow: initial !important; */
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel-group,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel-group {
  display: block !important;
  overflow: initial !important;
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#cue-maximator-virtual-experience .virtual-experience .cue-video-story-wrapper,
#cue-overlay-wrapper .virtual-experience .cue-video-story-wrapper {
  aspect-ratio: initial;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .virtual-experience.split-view .cue-video-story-wrapper,
#cue-overlay-wrapper .virtual-experience.split-view .cue-video-story-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

#cue-maximator-virtual-experience .virtual-experience[data-split-view-auto-height=false],
#cue-overlay-wrapper .virtual-experience[data-split-view-auto-height=false] {
  overflow: hidden;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb,
#cue-overlay-wrapper .cue-video-story-breadcrumb {
  position: absolute;
  top: 120px;
  left: 77px;
  z-index: 2100;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul {
  display: flex;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content {
  display: flex;
  align-items: center;
  background: gray;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul {
  position: absolute;
  display: none;
  background: gray;
  padding-left: 20px;
  width: max-content;
  max-width: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li {
  background: gray;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li span,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-open ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-open ul {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li:last-of-type.seperator,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li:last-of-type.seperator {
  display: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-item,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-item {
  height: 100%;
  padding: 0 24px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-content,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-content {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox,
#cue-overlay-wrapper .cue-video-story-floating-infobox {
  position: absolute;
  z-index: 1600;
  width: 100%;
  height: 100%;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.content-only,
#cue-overlay-wrapper .cue-video-story-floating-infobox.content-only {
  position: relative;
  width: 100%;
  height: auto;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox,
#cue-overlay-wrapper .cue-video-story-floating-infobox {
  /*     left: 25%;
  */
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item {
  position: absolute;
  pointer-events: all;
  width: var(--width, 50dvw);
  transform: translateX(var(--translate-x, 0)) translateY(var(--translate-y, 0));
  pointer-events: none;
  left: var(--left, 0);
  top: var(--top, 0);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.onShowComplete,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.onShowComplete {
  transition: left 0.5s ease, top 0.5s ease;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.hidden,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.hidden {
  left: calc(var(--left) + 460px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item {
  /*  &.hidden {
    left: calc(100% - 400px);
  } */
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only {
  width: 100%;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content {
  max-width: var(--max-width, 500px);
  background: white;
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-ghost,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-ghost {
  top: 20px;
  opacity: 0;
  width: var(--width, 50dvw);
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h1,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h2,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h3,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h4,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h5,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h6,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h1,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h2,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h4,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h5,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h6 {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open-content {
  width: var(--width, 50dvw);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-anchor-left,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-anchor-left {
  --translate-x: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-anchor-center,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-anchor-center {
  --translate-x: -50%;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-anchor-right,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-anchor-right {
  --translate-x: -100%;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-vertical-anchor-top,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-vertical-anchor-top {
  --translate-y: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-vertical-anchor-bottom,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-vertical-anchor-bottom {
  --translate-y: -100%;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-model-viewer {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 1;
  pointer-events: all;
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.slidein-open,
#cue-overlay-wrapper .cue-video-story-model-viewer.slidein-open {
  transform: translateX(-10dvw);
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-model-viewer {
  /*  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s; */
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  opacity: 1;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close {
  /* right: 0;
  top: 0;
  z-index: 40000; */
  z-index: 4000;
  position: absolute;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button {
  position: absolute;
  top: 48px;
  right: 32px;
  pointer-events: all;
  padding: 10px;
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button:hover {
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-close .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-close .cue-button:hover svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset {
  position: absolute;
  z-index: 4000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button {
  position: absolute;
  top: 50%;
  right: 50%;
  pointer-events: all;
  padding: 10px;
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button:hover {
  background: #000028;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button:hover svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur {
  opacity: 0;
  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur .cue-video-story-model-viewer-inner {
  backdrop-filter: blur(0px);
  opacity: 0;
  animation-fill-mode: forwards;
  animation: blurIn 1s ease forwards;
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur.fadeOut,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur.fadeOut {
  animation: blurOut 1s ease forwards;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur.fadeOut .cue-video-story-model-viewer-inner,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur.fadeOut .cue-video-story-model-viewer-inner {
  animation: blurOut 1s ease forwards;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer .cue-webgl-player,
#cue-overlay-wrapper .cue-video-story-model-viewer .cue-webgl-player {
  width: 100%;
  height: 100%;
  /*  @container videostory-pan-container (aspect-ratio >= 16 / 9) {
    height: 100dvh;
    width: auto;
  }
  @container videostory-pan-container (aspect-ratio < 16 / 9) {
    width: 100dvw;
    height: auto;
  }
  aspect-ratio: 16/9;
  position: absolute; */
}

@keyframes blurIn {
  0% {
    backdrop-filter: blur(0px);
    opacity: 0;
  }
  100% {
    backdrop-filter: blur(10px);
    opacity: 1;
  }
}

@keyframes blurOut {
  0% {
    backdrop-filter: blur(10px);
    opacity: 1;
  }
  100% {
    backdrop-filter: blur(0px);
    opacity: 0;
  }
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --flag-color: #fff;
  --flag-font-size: 10px;
  --flag-arrow-size: 20px;
  --flag-arrow-sin-cos: 14px;
  --flags-max-width: 100px;
  --flags-text-wrap: wrap;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience :root,
  #cue-overlay-wrapper :root {
    --flag-color: #fff;
    --flag-font-size: 16px;
    --flag-arrow-size: 20px;
    --flag-arrow-sin-cos: 14px;
    --flags-max-width: initial;
    --flags-text-wrap: wrap;
  }
}

#cue-maximator-virtual-experience .cue-flags,
#cue-overlay-wrapper .cue-flags {
  position: absolute;
  inset: 0;
  justify-content: center;
  display: flex;
}

#cue-maximator-virtual-experience .cue-flags-flag,
#cue-overlay-wrapper .cue-flags-flag {
  pointer-events: all;
  position: absolute;
  color: var(--flag-color, #fff);
  left: var(--x, 0);
  top: var(--y, 0);
  /*    &:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    opacity: 0.4;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
  } */
}

#cue-maximator-virtual-experience .cue-flags-flag div,
#cue-overlay-wrapper .cue-flags-flag div {
  position: absolute;
  bottom: 0;
  transform: translate(var(--flag-arrow-sin-cos), calc(-1 * var(--flag-arrow-sin-cos)));
  border-bottom: 1px solid var(--flag-color);
  padding: 2px 5px;
  white-space: var(--flags-text-wrap, nowrap);
  font-size: var(--flag-font-size);
  max-width: var(--flags-max-width, initial);
  width: max-content;
}

#cue-maximator-virtual-experience .cue-flags-flag:before,
#cue-overlay-wrapper .cue-flags-flag:before {
  content: "";
  position: absolute;
  width: var(--flag-arrow-size);
  height: 1px;
  background: var(--flag-color);
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(-45deg);
}

#cue-maximator-virtual-experience .cue-flags-flag,
#cue-overlay-wrapper .cue-flags-flag {
  transform-origin: 0 0;
}

#cue-maximator-virtual-experience .cue-flags-flag.top-right div,
#cue-overlay-wrapper .cue-flags-flag.top-right div {
  transform: translate(calc(-100% - var(--flag-arrow-sin-cos)), calc(var(--flag-arrow-sin-cos)));
  padding-right: calc(var(--flag-font-size) * 2);
}

#cue-maximator-virtual-experience .cue-flags-flag.top-right:before,
#cue-overlay-wrapper .cue-flags-flag.top-right:before {
  transform: rotate(135deg);
}

#cue-maximator-virtual-experience .cue-flags-flag.top-left div,
#cue-overlay-wrapper .cue-flags-flag.top-left div {
  transform: translate(calc(var(--flag-arrow-sin-cos)), calc(var(--flag-arrow-sin-cos) + 1px));
}

#cue-maximator-virtual-experience .cue-flags-flag.top-left:before,
#cue-overlay-wrapper .cue-flags-flag.top-left:before {
  transform: rotate(45deg);
}

#cue-maximator-virtual-experience .cue-flags-flag.bottom-right div,
#cue-overlay-wrapper .cue-flags-flag.bottom-right div {
  transform: translate(calc(-100% - var(--flag-arrow-sin-cos)), calc(-1 * var(--flag-arrow-sin-cos)));
}

#cue-maximator-virtual-experience .cue-flags-flag.bottom-right:before,
#cue-overlay-wrapper .cue-flags-flag.bottom-right:before {
  transform: rotate(-135deg);
}

#cue-maximator-virtual-experience .cue-flags-flag,
#cue-overlay-wrapper .cue-flags-flag {
  /*  
  &.top-left {
    animation: fadeInBottom 0.5s ease-in-out forwards;

    div {
      padding-left: 20px;
      transform: translate(0, calc(-1 * var(--flag-offset-text-diff) - var(--flag-offset)));
    }
    &:before {
      transform: rotate(-135deg);
    }
  }
  &.bottom-right {
    div {
      padding-right: 20px;
      transform: translate(
        calc(-100% - var(--flag-offset)),
        calc(-1 * var(--flag-text-height) - var(--flag-offset) - 1px)
      );
    }
    &:before {
      transform: rotate(-135deg);
    }
  }*/
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item,
#cue-overlay-wrapper .cue-video-story-tree-view-item {
  margin-left: 20px;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item.active > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item.active > div {
  color: lightgray;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "badge"; */
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

#cue-maximator-virtual-experience .cue-button-icon-only, #cue-maximator-virtual-experience .cue-button-icon-left, #cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-only,
#cue-overlay-wrapper .cue-button-icon-left,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 8px;
}

#cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button-icon-both,
#cue-overlay-wrapper .cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button > span, #cue-maximator-virtual-experience .cue-button > svg,
#cue-overlay-wrapper .cue-button > span,
#cue-overlay-wrapper .cue-button > svg {
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-button svg + span,
#cue-overlay-wrapper .cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

#cue-maximator-virtual-experience .cue-button span + svg,
#cue-overlay-wrapper .cue-button span + svg {
  margin-left: 6px;
}

#cue-maximator-virtual-experience .cue-button svg,
#cue-overlay-wrapper .cue-button svg {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-button svg use,
#cue-overlay-wrapper .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-button:hover:before, #cue-maximator-virtual-experience .cue-button-active:before,
#cue-overlay-wrapper .cue-button:hover:before,
#cue-overlay-wrapper .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-button {
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-button-secondary:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before, .pdf-toolbar #cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button-secondary:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before,
.pdf-toolbar #cue-overlay-wrapper .cue-button:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-button-tertiary,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

#cue-maximator-virtual-experience .cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-button-tertiary:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-dark,
#cue-overlay-wrapper .cue-button-dark {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-button-dark:before,
#cue-overlay-wrapper .cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-light,
#cue-overlay-wrapper .cue-button-light {
  background: #a3bac8;
}

#cue-maximator-virtual-experience .cue-button-light:before,
#cue-overlay-wrapper .cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon,
#cue-overlay-wrapper .cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:before,
#cue-overlay-wrapper .cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:after,
#cue-overlay-wrapper .cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg,
#cue-overlay-wrapper .cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:hover svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-button-disable, #cue-maximator-virtual-experience .cue-button:disabled,
#cue-overlay-wrapper .cue-button-disable,
#cue-overlay-wrapper .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-disable:before, #cue-maximator-virtual-experience .cue-button:disabled:before,
#cue-overlay-wrapper .cue-button-disable:before,
#cue-overlay-wrapper .cue-button:disabled:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-disable svg use, #cue-maximator-virtual-experience .cue-button:disabled svg use,
#cue-overlay-wrapper .cue-button-disable svg use,
#cue-overlay-wrapper .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-large,
#cue-overlay-wrapper .cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

#cue-maximator-virtual-experience .cue-button-small,
#cue-overlay-wrapper .cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

#cue-maximator-virtual-experience .cue-button-plain,
#cue-overlay-wrapper .cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-button-plain:before,
#cue-overlay-wrapper .cue-button-plain:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-plain:hover,
#cue-overlay-wrapper .cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

#cue-maximator-virtual-experience .cue-checkbox,
#cue-overlay-wrapper .cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator svg,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-checkbox:hover .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator use,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-icon,
#cue-overlay-wrapper .cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

#cue-maximator-virtual-experience .cue-icon__wrapper,
#cue-overlay-wrapper .cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-loading-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;

    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 6px solid transparent;
      border-color: gray transparent gray transparent;
      animation: cue-loading-animation 1.2s linear infinite;
    }
  }

  @keyframes cue-loading-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */
}

#cue-maximator-virtual-experience .cue-heading,
#cue-overlay-wrapper .cue-heading {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-heading-icon,
#cue-overlay-wrapper .cue-heading-icon {
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon,
#cue-overlay-wrapper .cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon use,
#cue-overlay-wrapper .cue-heading .cue-icon use {
  fill: currentColor;
}

#cue-maximator-virtual-experience .cue-heading-type-h1,
#cue-overlay-wrapper .cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

#cue-maximator-virtual-experience .cue-heading-type-h2,
#cue-overlay-wrapper .cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

#cue-maximator-virtual-experience .cue-heading-type-h3,
#cue-overlay-wrapper .cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

#cue-maximator-virtual-experience .cue-heading-type-h4,
#cue-overlay-wrapper .cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

#cue-maximator-virtual-experience .cue-heading-type-h5,
#cue-overlay-wrapper .cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

#cue-maximator-virtual-experience .cue-heading-type-h6,
#cue-overlay-wrapper .cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

#cue-maximator-virtual-experience .cue-indicator,
#cue-overlay-wrapper .cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon,
#cue-overlay-wrapper .cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon use,
#cue-overlay-wrapper .cue-indicator .cue-icon use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator-large,
#cue-overlay-wrapper .cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

#cue-maximator-virtual-experience .cue-indicator-large .cue-icon,
#cue-overlay-wrapper .cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-indicator:after,
#cue-overlay-wrapper .cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator:hover:after, #cue-maximator-virtual-experience .cue-indicator-active:after,
#cue-overlay-wrapper .cue-indicator:hover:after,
#cue-overlay-wrapper .cue-indicator-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-indicator:hover .cue-icon use, #cue-maximator-virtual-experience .cue-indicator-active .cue-icon use,
#cue-overlay-wrapper .cue-indicator:hover .cue-icon use,
#cue-overlay-wrapper .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-indicator-disabled,
#cue-overlay-wrapper .cue-indicator-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-steps-item,
#cue-overlay-wrapper .cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-steps-item-title,
#cue-overlay-wrapper .cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#cue-maximator-virtual-experience .cue-label,
#cue-overlay-wrapper .cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "bookmark";
  @import "toggle";

  @import "countdown";
  @import "date-input";
  @import "textarea";
  @import "input";
  @import "link";
  @import "loading-indicator";
  @import "progress";
  @import "radio-button";
  @import "text-toggle";
  @import "steps-item";
  @import "switch";
  @import "select"; */
  /* @import 'breadcrumbs';
  @import 'card';
  @import 'content-container';
  @import 'menu';
  @import 'search-bar'; */
}

#cue-maximator-virtual-experience .cue-steps-wrapper,
#cue-overlay-wrapper .cue-steps-wrapper {
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-wrapper:before,
#cue-overlay-wrapper .cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

#cue-maximator-virtual-experience .cue-steps-title,
#cue-overlay-wrapper .cue-steps-title {
  top: -30px;
}

#cue-maximator-virtual-experience .cue-steps-holder,
#cue-overlay-wrapper .cue-steps-holder {
  align-items: center;
}

#cue-maximator-virtual-experience .cue-steps-separator,
#cue-overlay-wrapper .cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-separator:after,
#cue-overlay-wrapper .cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

#cue-maximator-virtual-experience .cue-steps-separator-active:after,
#cue-overlay-wrapper .cue-steps-separator-active:after {
  width: 50%;
}

#cue-maximator-virtual-experience .cue-steps-separator-done:after,
#cue-overlay-wrapper .cue-steps-separator-done:after {
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-button-tab {
    &,
    &Active,
    &:hover,
    &Active:hover {
      &::before {
        display: none;
      }
    }

    &Active,
    &:hover,
    &Active:hover {
    }

    &:hover,
    &Active:hover {
      background: #001f39;
    }
  } */
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button span,
#cue-overlay-wrapper .cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button::before,
#cue-overlay-wrapper .cue-tabs-menu .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:after, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  @import 'video';
  @import 'video-ui'; */
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:before,
#cue-overlay-wrapper .cue-modal .cue-button-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import 'slide-in';
  @import 'toast-notification'; */
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  font-weight: 600;
}

#cue-maximator-virtual-experience .virtual-experience.extra-large,
#cue-overlay-wrapper .virtual-experience.extra-large {
  justify-content: center;
}

#cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-left, #cue-maximator-virtual-experience .virtual-experience.extra-large .cue-video-story-large-right,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-left,
#cue-overlay-wrapper .virtual-experience.extra-large .cue-video-story-large-right {
  padding: 40px;
  max-width: 500px;
}

#cue-maximator-virtual-experience .virtual-experience-error,
#cue-overlay-wrapper .virtual-experience-error {
  background: gray;
  display: flex;
  gap: 20px;
}

#cue-maximator-virtual-experience .virtual-experience-error > div,
#cue-overlay-wrapper .virtual-experience-error > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

#cue-maximator-virtual-experience .virtual-experience-error-msg,
#cue-overlay-wrapper .virtual-experience-error-msg {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  color: white;
}

#cue-maximator-virtual-experience .virtual-experience-error-msg svg use,
#cue-overlay-wrapper .virtual-experience-error-msg svg use {
  fill: white;
}

#cue-maximator-virtual-experience .virtual-experience-error-cta,
#cue-overlay-wrapper .virtual-experience-error-cta {
  display: flex;
  justify-content: center;
}

#cue-maximator-virtual-experience .pdf-toolbar,
#cue-overlay-wrapper .pdf-toolbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

#cue-maximator-virtual-experience .pdf-toolbar .cue-button svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "badge"; */
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

#cue-maximator-virtual-experience .cue-button-icon-only, #cue-maximator-virtual-experience .cue-button-icon-left, #cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-only,
#cue-overlay-wrapper .cue-button-icon-left,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 8px;
}

#cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button-icon-both,
#cue-overlay-wrapper .cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button > span, #cue-maximator-virtual-experience .cue-button > svg,
#cue-overlay-wrapper .cue-button > span,
#cue-overlay-wrapper .cue-button > svg {
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-button svg + span,
#cue-overlay-wrapper .cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

#cue-maximator-virtual-experience .cue-button span + svg,
#cue-overlay-wrapper .cue-button span + svg {
  margin-left: 6px;
}

#cue-maximator-virtual-experience .cue-button svg,
#cue-overlay-wrapper .cue-button svg {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-button svg use,
#cue-overlay-wrapper .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-button:hover:before, #cue-maximator-virtual-experience .cue-button-active:before,
#cue-overlay-wrapper .cue-button:hover:before,
#cue-overlay-wrapper .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-button {
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-button-secondary:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before, .pdf-toolbar #cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button-secondary:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before,
.pdf-toolbar #cue-overlay-wrapper .cue-button:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-button-tertiary,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

#cue-maximator-virtual-experience .cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-button-tertiary:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-dark,
#cue-overlay-wrapper .cue-button-dark {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-button-dark:before,
#cue-overlay-wrapper .cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-light,
#cue-overlay-wrapper .cue-button-light {
  background: #a3bac8;
}

#cue-maximator-virtual-experience .cue-button-light:before,
#cue-overlay-wrapper .cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon,
#cue-overlay-wrapper .cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:before,
#cue-overlay-wrapper .cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:after,
#cue-overlay-wrapper .cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg,
#cue-overlay-wrapper .cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:hover svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-button-disable, #cue-maximator-virtual-experience .cue-button:disabled,
#cue-overlay-wrapper .cue-button-disable,
#cue-overlay-wrapper .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-disable:before, #cue-maximator-virtual-experience .cue-button:disabled:before,
#cue-overlay-wrapper .cue-button-disable:before,
#cue-overlay-wrapper .cue-button:disabled:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-disable svg use, #cue-maximator-virtual-experience .cue-button:disabled svg use,
#cue-overlay-wrapper .cue-button-disable svg use,
#cue-overlay-wrapper .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-large,
#cue-overlay-wrapper .cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

#cue-maximator-virtual-experience .cue-button-small,
#cue-overlay-wrapper .cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

#cue-maximator-virtual-experience .cue-button-plain,
#cue-overlay-wrapper .cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-button-plain:before,
#cue-overlay-wrapper .cue-button-plain:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-plain:hover,
#cue-overlay-wrapper .cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

#cue-maximator-virtual-experience .cue-checkbox,
#cue-overlay-wrapper .cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator svg,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-checkbox:hover .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator use,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-icon,
#cue-overlay-wrapper .cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

#cue-maximator-virtual-experience .cue-icon__wrapper,
#cue-overlay-wrapper .cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-loading-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;

    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 6px solid transparent;
      border-color: gray transparent gray transparent;
      animation: cue-loading-animation 1.2s linear infinite;
    }
  }

  @keyframes cue-loading-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */
}

#cue-maximator-virtual-experience .cue-heading,
#cue-overlay-wrapper .cue-heading {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-heading-icon,
#cue-overlay-wrapper .cue-heading-icon {
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon,
#cue-overlay-wrapper .cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon use,
#cue-overlay-wrapper .cue-heading .cue-icon use {
  fill: currentColor;
}

#cue-maximator-virtual-experience .cue-heading-type-h1,
#cue-overlay-wrapper .cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

#cue-maximator-virtual-experience .cue-heading-type-h2,
#cue-overlay-wrapper .cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

#cue-maximator-virtual-experience .cue-heading-type-h3,
#cue-overlay-wrapper .cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

#cue-maximator-virtual-experience .cue-heading-type-h4,
#cue-overlay-wrapper .cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

#cue-maximator-virtual-experience .cue-heading-type-h5,
#cue-overlay-wrapper .cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

#cue-maximator-virtual-experience .cue-heading-type-h6,
#cue-overlay-wrapper .cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

#cue-maximator-virtual-experience .cue-indicator,
#cue-overlay-wrapper .cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon,
#cue-overlay-wrapper .cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon use,
#cue-overlay-wrapper .cue-indicator .cue-icon use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator-large,
#cue-overlay-wrapper .cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

#cue-maximator-virtual-experience .cue-indicator-large .cue-icon,
#cue-overlay-wrapper .cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-indicator:after,
#cue-overlay-wrapper .cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator:hover:after, #cue-maximator-virtual-experience .cue-indicator-active:after,
#cue-overlay-wrapper .cue-indicator:hover:after,
#cue-overlay-wrapper .cue-indicator-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-indicator:hover .cue-icon use, #cue-maximator-virtual-experience .cue-indicator-active .cue-icon use,
#cue-overlay-wrapper .cue-indicator:hover .cue-icon use,
#cue-overlay-wrapper .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-indicator-disabled,
#cue-overlay-wrapper .cue-indicator-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-steps-item,
#cue-overlay-wrapper .cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-steps-item-title,
#cue-overlay-wrapper .cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#cue-maximator-virtual-experience .cue-label,
#cue-overlay-wrapper .cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "bookmark";
  @import "toggle";

  @import "countdown";
  @import "date-input";
  @import "textarea";
  @import "input";
  @import "link";
  @import "loading-indicator";
  @import "progress";
  @import "radio-button";
  @import "text-toggle";
  @import "steps-item";
  @import "switch";
  @import "select"; */
  /* @import 'breadcrumbs';
  @import 'card';
  @import 'content-container';
  @import 'menu';
  @import 'search-bar'; */
}

#cue-maximator-virtual-experience .cue-steps-wrapper,
#cue-overlay-wrapper .cue-steps-wrapper {
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-wrapper:before,
#cue-overlay-wrapper .cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

#cue-maximator-virtual-experience .cue-steps-title,
#cue-overlay-wrapper .cue-steps-title {
  top: -30px;
}

#cue-maximator-virtual-experience .cue-steps-holder,
#cue-overlay-wrapper .cue-steps-holder {
  align-items: center;
}

#cue-maximator-virtual-experience .cue-steps-separator,
#cue-overlay-wrapper .cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-separator:after,
#cue-overlay-wrapper .cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

#cue-maximator-virtual-experience .cue-steps-separator-active:after,
#cue-overlay-wrapper .cue-steps-separator-active:after {
  width: 50%;
}

#cue-maximator-virtual-experience .cue-steps-separator-done:after,
#cue-overlay-wrapper .cue-steps-separator-done:after {
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-button-tab {
    &,
    &Active,
    &:hover,
    &Active:hover {
      &::before {
        display: none;
      }
    }

    &Active,
    &:hover,
    &Active:hover {
    }

    &:hover,
    &Active:hover {
      background: #001f39;
    }
  } */
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button span,
#cue-overlay-wrapper .cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button::before,
#cue-overlay-wrapper .cue-tabs-menu .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:after, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  @import 'video';
  @import 'video-ui'; */
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:before,
#cue-overlay-wrapper .cue-modal .cue-button-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import 'slide-in';
  @import 'toast-notification'; */
  
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1450;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  sm: 576;
  md: 768;
  lg: 1240;
  xl: 1450;
}

#cue-maximator-virtual-experience .cue-video-story-pan,
#cue-overlay-wrapper .cue-video-story-pan {
  width: 100%;
  height: 100%;
  container-type: size;
  container-name: videostory-pan-container;
  overflow: hidden;
}

#cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
#cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
  aspect-ratio: 16/9;
}

@container videostory-pan-container (aspect-ratio >= 16 / 9) {
  #cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
  #cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
    width: 100%;
  }
}

@container videostory-pan-container (aspect-ratio < 16 / 9) {
  #cue-maximator-virtual-experience .cue-video-story-pan-content:not(.contain),
  #cue-overlay-wrapper .cue-video-story-pan-content:not(.contain) {
    height: 100%;
  }
}

#cue-maximator-virtual-experience .cue-video-story-pan-content.contain,
#cue-overlay-wrapper .cue-video-story-pan-content.contain {
  aspect-ratio: 16/9;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder,
#cue-overlay-wrapper .cue-video-story-button-holder {
  display: block;
  position: absolute;
  z-index: 1030;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link,
#cue-overlay-wrapper .cue-video-story-button-holder-link {
  position: absolute;
  left: var(--x, 0);
  top: var(--y, 0);
  opacity: 0;
  animation: buttonFadeIn 0.2s ease-in forwards 0.2s;
  pointer-events: all;
  /*  &:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    opacity: 0.4;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    z-index: 20000;
  } */
}

@keyframes buttonFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link,
#cue-overlay-wrapper .cue-video-story-button-holder-link {
  transition: left 0.1s, top 0.1s;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link::after {
  color: red;
  position: absolute;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=left] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=left] .cue-button {
  transform: translate3d(0%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=left]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=left]::after {
  left: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=right] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=right] .cue-button {
  transform: translate3d(-100%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=right]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=right]::after {
  right: 0;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=center] .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=center] .cue-button {
  transform: translate3d(-50%, -50%, 0);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link[data-anchor=center]::after,
#cue-overlay-wrapper .cue-video-story-button-holder-link[data-anchor=center]::after {
  left: 50%;
  top: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button span,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button svg,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button svg {
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button svg use {
  fill: black;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true]:before,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true]:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] span,
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] span {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true],
#cue-overlay-wrapper .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] {
  border-radius: 9999px;
}

#cue-maximator-virtual-experience .cue-video-story-fullscreen-wrapper,
#cue-overlay-wrapper .cue-video-story-fullscreen-wrapper {
  position: relative;
  /*  aspect-ratio: 16/9;
  aspect-ratio: var(--ratio); */
}

#cue-maximator-virtual-experience .cue-video-story-fullscreen-wrapper.cue-video-story-cover,
#cue-overlay-wrapper .cue-video-story-fullscreen-wrapper.cue-video-story-cover {
  height: 100%;
  width: 100%;
  aspect-ratio: initial;
}

#cue-maximator-virtual-experience .cue-video-story-container-full,
#cue-overlay-wrapper .cue-video-story-container-full {
  position: absolute;
  inset: 0;
  z-index: 1010;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-scene-name,
#cue-overlay-wrapper .cue-video-story-scene-name {
  position: absolute;
  top: 100px;
  left: 100px;
  background: gray;
  z-index: 1400;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device,
#cue-overlay-wrapper .cue-video-story-turn-your-device {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device > div,
#cue-overlay-wrapper .cue-video-story-turn-your-device > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device svg path,
#cue-overlay-wrapper .cue-video-story-turn-your-device svg path {
  fill: black;
}

@media screen and (max-width: 576px) and (orientation: portrait) {
  #cue-maximator-virtual-experience .cue-video-story-turn-your-device,
  #cue-overlay-wrapper .cue-video-story-turn-your-device {
    display: flex;
  }
}

#cue-maximator-virtual-experience .cue-video-story-preloader,
#cue-overlay-wrapper .cue-video-story-preloader {
  position: relative;
  height: 100%;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-preloader,
  #cue-overlay-wrapper .cue-video-story-preloader {
    overflow: hidden;
  }
}

#cue-maximator-virtual-experience .cue-video-story-preloader-loading,
#cue-overlay-wrapper .cue-video-story-preloader-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story,
#cue-overlay-wrapper .cue-video-story {
  /* position: "absolute",
  top: "50%",
  left: "50%",
  transform: "translateY(-50%) translateX(-50%)",
  transformOrigin: "0 0",
  zIndex: 50, */
}

#cue-maximator-virtual-experience .cue-video-story-loading-failed,
#cue-overlay-wrapper .cue-video-story-loading-failed {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-portal,
#cue-overlay-wrapper .cue-video-story-portal {
  position: absolute;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-empty,
#cue-overlay-wrapper .cue-video-story-video-empty {
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-dev,
#cue-overlay-wrapper .cue-video-story-video-dev {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  background: lightgrey;
}

#cue-maximator-virtual-experience .cue-video-story-video-dev > div,
#cue-overlay-wrapper .cue-video-story-video-dev > div {
  background: gray;
  color: white;
  font-weight: bold;
  padding: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-video-portal,
#cue-overlay-wrapper .cue-video-story-video-portal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

#cue-maximator-virtual-experience .cue-video-story-video-wrapper,
#cue-overlay-wrapper .cue-video-story-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-loading,
#cue-overlay-wrapper .cue-video-story-video-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 128, 128, 0.5);
}

#cue-maximator-virtual-experience .cue-video-story-video-element,
#cue-overlay-wrapper .cue-video-story-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-video-element video,
#cue-overlay-wrapper .cue-video-story-video-element video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  font-size: 0;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 20;
  will-change: opacity;
  opacity: 0.99;
}

#cue-maximator-virtual-experience .cue-video-story-video-element video.fadeVideo,
#cue-overlay-wrapper .cue-video-story-video-element video.fadeVideo {
  animation: video-fade 0.5s linear forwards;
}

@keyframes video-fade {
  0% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}

#cue-maximator-virtual-experience .cue-video-story-video-element video + video,
#cue-overlay-wrapper .cue-video-story-video-element video + video {
  z-index: 10;
}

#cue-maximator-virtual-experience .cue-video-story-image-wrapper,
#cue-overlay-wrapper .cue-video-story-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-image-loading,
#cue-overlay-wrapper .cue-video-story-image-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 128, 128, 0.5);
}

#cue-maximator-virtual-experience .cue-video-story-image-error,
#cue-overlay-wrapper .cue-video-story-image-error {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgb(89, 49, 2);
}

#cue-maximator-virtual-experience .cue-video-story-image-element,
#cue-overlay-wrapper .cue-video-story-image-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-image-element img,
#cue-overlay-wrapper .cue-video-story-image-element img {
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-inner-render-portal-holder,
#cue-overlay-wrapper .cue-video-story-inner-render-portal-holder {
  display: block;
  position: absolute;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-inner-render-portal-holder.model,
#cue-overlay-wrapper .cue-video-story-inner-render-portal-holder.model {
  z-index: 1200;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins,
#cue-overlay-wrapper .cue-video-story-outside-plugins {
  height: initial;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize {
  background: lightgray;
  cursor: ew-resize;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.vertical,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.vertical {
  height: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.horizontal,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.horizontal {
  width: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel {
  position: relative;
  /*  display: block !important;
  overflow: initial !important; */
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel-content,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel-content {
  height: auto;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false],
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] {
  flex: 1;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel {
  padding: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel > div,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=false] .cue-video-story-outside-plugins-panel > div {
  position: absolute;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel {
  /*  display: block !important;
  overflow: initial !important; */
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel-group,
#cue-overlay-wrapper .cue-video-story-outside-plugins[data-split-view-auto-height=true][data-split-view-direction=vertical] .cue-video-story-outside-plugins-panel-group {
  display: block !important;
  overflow: initial !important;
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#cue-maximator-virtual-experience .virtual-experience .cue-video-story-wrapper,
#cue-overlay-wrapper .virtual-experience .cue-video-story-wrapper {
  aspect-ratio: initial;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .virtual-experience.split-view .cue-video-story-wrapper,
#cue-overlay-wrapper .virtual-experience.split-view .cue-video-story-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

#cue-maximator-virtual-experience .virtual-experience[data-split-view-auto-height=false],
#cue-overlay-wrapper .virtual-experience[data-split-view-auto-height=false] {
  overflow: hidden;
  height: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  position: relative;
  z-index: 1310;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default {
  padding: 3px 14px;
  font-size: 30px;
  background: #002b49;
  font-weight: 600;
  text-transform: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg {
  width: 30px;
  height: 30px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default::before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default::before {
  background: linear-gradient(-4deg, transparent 33%, #00243e 34%, #00243e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg {
  margin-left: -5px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton {
  background: rgba(0, 0, 0, 0.001);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton::before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton > .cue-icon,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton > .cue-icon {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton > span,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.41);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton svg {
  width: 50px;
  height: 50px;
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton .cue-loading-indicator:before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton .cue-loading-indicator:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #00ccff;
  position: absolute;
  left: 17px;
  top: 17px;
  border-radius: 999px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton:hover svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button-TouchButton:hover svg {
  transform: scale(1.2);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button {
  font-size: 16px;
  font-weight: 900;
  padding: 12px 10px 10px 10px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button svg use, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button svg use,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover svg use, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover svg use,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] svg {
  margin: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link-indicator,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link-indicator {
  position: absolute;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: #df0024;
  transition: opacity 0.25s ease-in-out;
  padding: 2px;
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped {
  z-index: 1400;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped,
  #cue-overlay-wrapper .cue-video-story-button-holder-grouped {
    transition: bottom 0.25s;
    bottom: var(--safe-zone, 20px);
  }
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device,
#cue-overlay-wrapper .cue-video-story-turn-your-device {
  background: rgba(255, 255, 255, 0.7);
  color: #002b49;
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-video-story-turn-your-device svg path,
#cue-overlay-wrapper .cue-video-story-turn-your-device svg path {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-scene-name,
#cue-overlay-wrapper .cue-video-story-scene-name {
  position: absolute;
  background: #002b49;
  color: #ffffff;
  font-weight: 900;
  font-size: 40px;
  top: 112px;
  left: 77px;
  padding: 5px 14px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize {
  background: #002b49;
  opacity: 0.3;
  cursor: ew-resize;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.vertical,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.vertical {
  height: 1px;
  width: calc(100% - 32px);
  margin-left: 16px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-resize.horizontal,
#cue-overlay-wrapper .cue-video-story-outside-plugins-resize.horizontal {
  width: 1px;
  height: calc(100% - 32px);
  margin-top: 16px;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel {
  padding: 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-outside-plugins-panel-content,
#cue-overlay-wrapper .cue-video-story-outside-plugins-panel-content {
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story,
#cue-overlay-wrapper .cue-video-story {
  /*   @import "info-box";
  */ /*   ;
 @import "video";
*/
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb,
#cue-overlay-wrapper .cue-video-story-breadcrumb {
  top: 46px;
  font-weight: 500;
  left: 10px;
  top: 10px;
  transform: scale(0.75);
  transform-origin: left top;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-breadcrumb,
  #cue-overlay-wrapper .cue-video-story-breadcrumb {
    transform: scale(1);
    left: 77px;
    top: 46px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul {
  gap: 32px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item {
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left, #cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right {
  position: absolute;
  top: 0;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:after, #cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:before, #cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:after, #cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:before {
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left {
  left: -24px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid #00ccff;
  border-left: 24px solid transparent;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-left:before {
  content: "";
  width: 0;
  height: 0;
  top: 24px;
  border-bottom: 24px solid #00ccff;
  border-left: 24px solid transparent;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right {
  right: 0;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 24px solid #00ccff;
  border-right: 24px solid transparent;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-arrow-right:before {
  content: "";
  width: 0;
  height: 0;
  top: 24px;
  border-top: 24px solid #00ccff;
  border-right: 24px solid transparent;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content {
  display: flex;
  align-items: center;
  background: #00ccff;
  font-size: 17px;
  height: 48px;
  color: #002b49;
  padding: 11px 13px;
  white-space: nowrap;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content svg,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content svg {
  margin-right: 8px;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content svg use,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content:hover,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content:hover {
  background: #002b49;
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content:hover svg use,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-content:hover svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul {
  margin-top: 1px;
  background: #00ccff;
  padding-left: 0;
  margin-left: -24px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li .cue-video-story-breadcrumb-item-content {
  padding-left: 40px;
  padding-right: 40px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li:not(:last-of-type),
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item ul li:not(:last-of-type) {
  border-bottom: 1px solid #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-open ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-open ul {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-left:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-left:after {
  border-top: 24px solid #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-left:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-left:before {
  border-bottom: 24px solid #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right {
  right: 0;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right:after,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right:after {
  border-bottom: 24px solid #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-area:hover .cue-video-story-breadcrumb-item-arrow-right:before {
  border-top: 24px solid #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home .cue-video-story-breadcrumb-item-content {
  padding: 0;
  height: 48px;
  width: 48px;
  margin-right: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home .cue-video-story-breadcrumb-item-content svg,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home .cue-video-story-breadcrumb-item-content svg {
  margin: 0;
  height: 30px;
  width: 30px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home.disabled .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li .cue-video-story-breadcrumb-item-home.disabled .cue-video-story-breadcrumb-item-content {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item-arrow-left,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item-arrow-left {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item ul,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item ul {
  margin-left: 0px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item ul li .cue-video-story-breadcrumb-item-content,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li:nth-of-type(2) .cue-video-story-breadcrumb-item ul li .cue-video-story-breadcrumb-item-content {
  padding-left: 40px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb ul li:last-of-type .cue-video-story-breadcrumb-item-arrow-right,
#cue-overlay-wrapper .cue-video-story-breadcrumb ul li:last-of-type .cue-video-story-breadcrumb-item-arrow-right {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history {
  display: flex;
  align-items: center;
  margin-left: 10px;
  gap: 4px;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button, #cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:hover {
  background: transparent !important;
  padding: 0;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:before, #cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:hover:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:before,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:hover:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button svg, #cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:hover svg,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button svg,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:hover svg {
  margin-right: 0 !important;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:hover svg use {
  fill: #00ccff !important;
}

#cue-maximator-virtual-experience .cue-video-story-breadcrumb-history .cue-button:disabled,
#cue-overlay-wrapper .cue-video-story-breadcrumb-history .cue-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "badge"; */
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

#cue-maximator-virtual-experience .cue-button-icon-only, #cue-maximator-virtual-experience .cue-button-icon-left, #cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-only,
#cue-overlay-wrapper .cue-button-icon-left,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 8px;
}

#cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button-icon-both,
#cue-overlay-wrapper .cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button > span, #cue-maximator-virtual-experience .cue-button > svg,
#cue-overlay-wrapper .cue-button > span,
#cue-overlay-wrapper .cue-button > svg {
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-button svg + span,
#cue-overlay-wrapper .cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

#cue-maximator-virtual-experience .cue-button span + svg,
#cue-overlay-wrapper .cue-button span + svg {
  margin-left: 6px;
}

#cue-maximator-virtual-experience .cue-button svg,
#cue-overlay-wrapper .cue-button svg {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-button svg use,
#cue-overlay-wrapper .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-button:hover:before, #cue-maximator-virtual-experience .cue-button-active:before,
#cue-overlay-wrapper .cue-button:hover:before,
#cue-overlay-wrapper .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button {
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-button-secondary:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before, .pdf-toolbar #cue-maximator-virtual-experience .cue-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .cue-button-secondary:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before,
.pdf-toolbar #cue-overlay-wrapper .cue-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-button-tertiary,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

#cue-maximator-virtual-experience .cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-button-tertiary:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-dark,
#cue-overlay-wrapper .cue-button-dark {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-button-dark:before,
#cue-overlay-wrapper .cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-light,
#cue-overlay-wrapper .cue-button-light {
  background: #a3bac8;
}

#cue-maximator-virtual-experience .cue-button-light:before,
#cue-overlay-wrapper .cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon,
#cue-overlay-wrapper .cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:before,
#cue-overlay-wrapper .cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:after,
#cue-overlay-wrapper .cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg,
#cue-overlay-wrapper .cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:hover svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-button-disable, #cue-maximator-virtual-experience .cue-button:disabled,
#cue-overlay-wrapper .cue-button-disable,
#cue-overlay-wrapper .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-disable:before, #cue-maximator-virtual-experience .cue-button:disabled:before,
#cue-overlay-wrapper .cue-button-disable:before,
#cue-overlay-wrapper .cue-button:disabled:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-disable svg use, #cue-maximator-virtual-experience .cue-button:disabled svg use,
#cue-overlay-wrapper .cue-button-disable svg use,
#cue-overlay-wrapper .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-large,
#cue-overlay-wrapper .cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

#cue-maximator-virtual-experience .cue-button-small,
#cue-overlay-wrapper .cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

#cue-maximator-virtual-experience .cue-button-plain,
#cue-overlay-wrapper .cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-button-plain:before,
#cue-overlay-wrapper .cue-button-plain:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-plain:hover,
#cue-overlay-wrapper .cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

#cue-maximator-virtual-experience .cue-checkbox,
#cue-overlay-wrapper .cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator svg,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-checkbox:hover .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator use,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-icon,
#cue-overlay-wrapper .cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

#cue-maximator-virtual-experience .cue-icon__wrapper,
#cue-overlay-wrapper .cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-loading-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;

    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 6px solid transparent;
      border-color: gray transparent gray transparent;
      animation: cue-loading-animation 1.2s linear infinite;
    }
  }

  @keyframes cue-loading-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */
}

#cue-maximator-virtual-experience .cue-heading,
#cue-overlay-wrapper .cue-heading {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-heading-icon,
#cue-overlay-wrapper .cue-heading-icon {
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon,
#cue-overlay-wrapper .cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon use,
#cue-overlay-wrapper .cue-heading .cue-icon use {
  fill: currentColor;
}

#cue-maximator-virtual-experience .cue-heading-type-h1,
#cue-overlay-wrapper .cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

#cue-maximator-virtual-experience .cue-heading-type-h2,
#cue-overlay-wrapper .cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

#cue-maximator-virtual-experience .cue-heading-type-h3,
#cue-overlay-wrapper .cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

#cue-maximator-virtual-experience .cue-heading-type-h4,
#cue-overlay-wrapper .cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

#cue-maximator-virtual-experience .cue-heading-type-h5,
#cue-overlay-wrapper .cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

#cue-maximator-virtual-experience .cue-heading-type-h6,
#cue-overlay-wrapper .cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

#cue-maximator-virtual-experience .cue-indicator,
#cue-overlay-wrapper .cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon,
#cue-overlay-wrapper .cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon use,
#cue-overlay-wrapper .cue-indicator .cue-icon use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator-large,
#cue-overlay-wrapper .cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

#cue-maximator-virtual-experience .cue-indicator-large .cue-icon,
#cue-overlay-wrapper .cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-indicator:after,
#cue-overlay-wrapper .cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator:hover:after, #cue-maximator-virtual-experience .cue-indicator-active:after,
#cue-overlay-wrapper .cue-indicator:hover:after,
#cue-overlay-wrapper .cue-indicator-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-indicator:hover .cue-icon use, #cue-maximator-virtual-experience .cue-indicator-active .cue-icon use,
#cue-overlay-wrapper .cue-indicator:hover .cue-icon use,
#cue-overlay-wrapper .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-indicator-disabled,
#cue-overlay-wrapper .cue-indicator-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-steps-item,
#cue-overlay-wrapper .cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-steps-item-title,
#cue-overlay-wrapper .cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#cue-maximator-virtual-experience .cue-label,
#cue-overlay-wrapper .cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "bookmark";
  @import "toggle";

  @import "countdown";
  @import "date-input";
  @import "textarea";
  @import "input";
  @import "link";
  @import "loading-indicator";
  @import "progress";
  @import "radio-button";
  @import "text-toggle";
  @import "steps-item";
  @import "switch";
  @import "select"; */
  /* @import 'breadcrumbs';
  @import 'card';
  @import 'content-container';
  @import 'menu';
  @import 'search-bar'; */
}

#cue-maximator-virtual-experience .cue-steps-wrapper,
#cue-overlay-wrapper .cue-steps-wrapper {
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-wrapper:before,
#cue-overlay-wrapper .cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

#cue-maximator-virtual-experience .cue-steps-title,
#cue-overlay-wrapper .cue-steps-title {
  top: -30px;
}

#cue-maximator-virtual-experience .cue-steps-holder,
#cue-overlay-wrapper .cue-steps-holder {
  align-items: center;
}

#cue-maximator-virtual-experience .cue-steps-separator,
#cue-overlay-wrapper .cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-separator:after,
#cue-overlay-wrapper .cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

#cue-maximator-virtual-experience .cue-steps-separator-active:after,
#cue-overlay-wrapper .cue-steps-separator-active:after {
  width: 50%;
}

#cue-maximator-virtual-experience .cue-steps-separator-done:after,
#cue-overlay-wrapper .cue-steps-separator-done:after {
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-button-tab {
    &,
    &Active,
    &:hover,
    &Active:hover {
      &::before {
        display: none;
      }
    }

    &Active,
    &:hover,
    &Active:hover {
    }

    &:hover,
    &Active:hover {
      background: #001f39;
    }
  } */
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button span,
#cue-overlay-wrapper .cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button::before,
#cue-overlay-wrapper .cue-tabs-menu .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:after, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  @import 'video';
  @import 'video-ui'; */
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:before,
#cue-overlay-wrapper .cue-modal .cue-button-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import 'slide-in';
  @import 'toast-notification'; */
  
}

#cue-maximator-virtual-experience .cue-video-infobox,
#cue-overlay-wrapper .cue-video-infobox {
  background: white;
  width: 40px;
}

#cue-maximator-virtual-experience .cue-video-infobox-accordion,
#cue-overlay-wrapper .cue-video-infobox-accordion {
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-infobox-holder,
#cue-overlay-wrapper .cue-video-infobox-holder {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50vw;
  min-width: 20px;
  min-height: 20px;
  width: 300px;
  bottom: calc(84px + var(--safe-zone, 24px));
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 32px;
  z-index: 1200;
  overflow: hidden;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-infobox-holder > *,
#cue-overlay-wrapper .cue-video-infobox-holder > * {
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-infobox-header,
#cue-overlay-wrapper .cue-video-infobox-header {
  display: flex;
  width: 100%;
  height: 48px;
  justify-content: end;
}

#cue-maximator-virtual-experience .cue-video-infobox-title,
#cue-overlay-wrapper .cue-video-infobox-title {
  flex: 1;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-infobox-content {
  display: flex;
  flex-direction: column;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-outer,
#cue-overlay-wrapper .cue-video-infobox-content-outer {
  overflow-y: auto;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-scroll,
#cue-overlay-wrapper .cue-video-infobox-content-scroll {
  position: absolute;
  inset: 0 10px;
  /*       background: red;
  */
}

#cue-maximator-virtual-experience .cue-video-infobox-content-inner,
#cue-overlay-wrapper .cue-video-infobox-content-inner {
  width: 100%;
  position: relative;
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-inner ul,
#cue-overlay-wrapper .cue-video-infobox-content-inner ul {
  list-style: disc;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-inner ul li,
#cue-overlay-wrapper .cue-video-infobox-content-inner ul li {
  display: list-item;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-footer,
#cue-overlay-wrapper .cue-video-infobox-content-footer {
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files,
#cue-overlay-wrapper .cue-video-infobox-content-files {
  list-style: circle;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files li,
#cue-overlay-wrapper .cue-video-infobox-content-files li {
  margin-left: 20px;
  list-style: circle;
  display: list-item;
}

#cue-maximator-virtual-experience .cue-video-infobox-open,
#cue-overlay-wrapper .cue-video-infobox-open {
  /*     min-height: 300px;
  */
  display: block;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-infobox-open .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-infobox-open .cue-video-infobox-content {
  box-sizing: border-box;
}

#cue-maximator-virtual-experience .cue-video-infobox-open .cue-video-infobox-content-outer,
#cue-overlay-wrapper .cue-video-infobox-open .cue-video-infobox-content-outer {
  /*   height: calc(100% - 40px); */
  min-height: 80px;
  overflow-y: auto;
}

#cue-maximator-virtual-experience .cue-video-infobox-open .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-infobox-open .cue-video-infobox-content {
  /*       background: purple;
  */
}

#cue-maximator-virtual-experience .cue-video-infobox .cue-tabs,
#cue-overlay-wrapper .cue-video-infobox .cue-tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-infobox .cue-tabs-item,
#cue-overlay-wrapper .cue-video-infobox .cue-tabs-item {
  height: 100%;
  padding: 0 24px;
}

#cue-maximator-virtual-experience .cue-video-infobox .cue-tabs-content,
#cue-overlay-wrapper .cue-video-infobox .cue-tabs-content {
  flex: 1;
}

#cue-maximator-virtual-experience .example,
#cue-overlay-wrapper .example {
  background: red;
  border: 2px solid blue;
}

#cue-maximator-virtual-experience .cue-video-infobox,
#cue-overlay-wrapper .cue-video-infobox {
  background: linear-gradient(0deg, #fff 20%, #fff 70%, #d6dee3 100%);
}

#cue-maximator-virtual-experience .cue-video-infobox-holder,
#cue-overlay-wrapper .cue-video-infobox-holder {
  position: absolute;
  top: 84px;
  right: 32px;
  width: 35vw;
  min-width: 300px;
  bottom: calc(84px + var(--safe-zone, 24px));
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-infobox-holder,
  #cue-overlay-wrapper .cue-video-infobox-holder {
    width: 25vw;
  }
}

#cue-maximator-virtual-experience .cue-video-infobox-holder .cue-button,
#cue-overlay-wrapper .cue-video-infobox-holder .cue-button {
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-video-infobox-header,
#cue-overlay-wrapper .cue-video-infobox-header {
  background: #002b49;
  color: #ffffff;
  font-weight: 600;
  height: 48px;
  font-size: 20px;
}

#cue-maximator-virtual-experience .cue-video-infobox-header .cue-button,
#cue-overlay-wrapper .cue-video-infobox-header .cue-button {
  aspect-ratio: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-infobox-title,
#cue-overlay-wrapper .cue-video-infobox-title {
  padding: 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#cue-maximator-virtual-experience .cue-video-infobox-button-holder,
#cue-overlay-wrapper .cue-video-infobox-button-holder {
  display: flex;
  justify-content: flex-end;
}

#cue-maximator-virtual-experience .cue-video-infobox-content:not(.cue-video-infobox-content-tabs),
#cue-overlay-wrapper .cue-video-infobox-content:not(.cue-video-infobox-content-tabs) {
  padding: 0 24px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-infobox-content {
  padding-bottom: 20px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content li,
#cue-overlay-wrapper .cue-video-infobox-content li {
  list-style: square;
  margin-left: 0;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files,
#cue-overlay-wrapper .cue-video-infobox-content-files {
  list-style: circle;
  margin-left: 0;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files li,
#cue-overlay-wrapper .cue-video-infobox-content-files li {
  cursor: pointer;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: start;
  gap: 5px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files li svg use,
#cue-overlay-wrapper .cue-video-infobox-content-files li svg use {
  fill: #000000;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files li:hover,
#cue-overlay-wrapper .cue-video-infobox-content-files li:hover {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-infobox-content-files li:hover svg use,
#cue-overlay-wrapper .cue-video-infobox-content-files li:hover svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-infobox-content .cue-tabs-menu,
#cue-overlay-wrapper .cue-video-infobox-content .cue-tabs-menu {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-infobox-content .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-video-infobox-content .cue-tabs-menu .cue-button {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-infobox-content table,
#cue-overlay-wrapper .cue-video-infobox-content table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-infobox-content table td,
#cue-maximator-virtual-experience .cue-video-infobox-content table th,
#cue-overlay-wrapper .cue-video-infobox-content table td,
#cue-overlay-wrapper .cue-video-infobox-content table th {
  border: none;
  vertical-align: top;
}

#cue-maximator-virtual-experience .cue-video-infobox-content table td:nth-child(1),
#cue-maximator-virtual-experience .cue-video-infobox-content table th:nth-child(1),
#cue-overlay-wrapper .cue-video-infobox-content table td:nth-child(1),
#cue-overlay-wrapper .cue-video-infobox-content table th:nth-child(1) {
  padding-right: 20px;
}

#cue-maximator-virtual-experience .cue-video-infobox-content table td:nth-child(2),
#cue-maximator-virtual-experience .cue-video-infobox-content table th:nth-child(2),
#cue-overlay-wrapper .cue-video-infobox-content table td:nth-child(2),
#cue-overlay-wrapper .cue-video-infobox-content table th:nth-child(2) {
  width: auto;
}

#cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tabActive,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tabActive {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-infobox-open,
#cue-overlay-wrapper .cue-video-infobox-open {
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-infobox-open::after,
#cue-overlay-wrapper .cue-video-infobox-open::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  right: 0;
  background: #00add9;
}

#cue-maximator-virtual-experience .cue-video-infobox-open .cue-video-infobox-content:not(.cue-video-infobox-content-tabs),
#cue-overlay-wrapper .cue-video-infobox-open .cue-video-infobox-content:not(.cue-video-infobox-content-tabs) {
  padding: 20px 24px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein,
#cue-overlay-wrapper .cue-video-story-slidein {
  position: absolute;
  z-index: 2500;
  top: 0;
  right: 0;
  height: 100%;
  width: 565px;
  right: 0;
  transform: translateX(490px);
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-container,
#cue-overlay-wrapper .cue-video-story-slidein-container {
  position: absolute;
  width: 565px;
  height: 100%;
  padding-left: 75px;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDgyNyAxMzI3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHBhdGggZD0iTTkzLjY3NiwxMzI2Ljk4TDgyNy4wMDIsMTMyN0w4MjcuMDcyLDAuMDA3TDAuMDI4LDAuMDM5TDkzLjY3NiwxMzI2Ljk4WiIvPgo8L3N2Zz4K);
  mask-size: cover;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-container.content-only,
#cue-overlay-wrapper .cue-video-story-slidein-container.content-only {
  padding-left: 0;
  mask-clip: initial;
  mask-image: none;
  position: relative;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button {
  position: absolute;
  z-index: 2600;
  top: 46px;
  left: -20px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button svg use,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content,
#cue-overlay-wrapper .cue-video-story-slidein-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-group,
#cue-overlay-wrapper .cue-video-story-slidein-content-group {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-group.active,
#cue-overlay-wrapper .cue-video-story-slidein-content-group.active {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description,
#cue-overlay-wrapper .cue-video-story-slidein-content-description {
  color: #002b49;
  margin-top: 120px;
  width: calc(100% - 48px);
  margin-bottom: 40px;
  padding-left: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description,
#cue-overlay-wrapper .cue-video-story-slidein-content-description {
  font-weight: 500;
  margin-left: 20px;
  font-size: 14px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-slidein-content-description,
  #cue-overlay-wrapper .cue-video-story-slidein-content-description {
    font-size: 16px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h2,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h3,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h1,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h2,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h3 {
  font-size: 20px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
  #cue-maximator-virtual-experience .cue-video-story-slidein-content-description h2,
  #cue-maximator-virtual-experience .cue-video-story-slidein-content-description h3,
  #cue-overlay-wrapper .cue-video-story-slidein-content-description h1,
  #cue-overlay-wrapper .cue-video-story-slidein-content-description h2,
  #cue-overlay-wrapper .cue-video-story-slidein-content-description h3 {
    font-size: 24px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h2,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h3,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h1,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h2,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h3 {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description.content-only,
#cue-overlay-wrapper .cue-video-story-slidein-content-description.content-only {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll {
  flex: 1;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner {
  position: absolute;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-x,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-y,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-x,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-y {
  opacity: 0.6;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-y,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-y {
  right: 20px !important;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer {
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: end;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer .cue-button,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer .cue-button {
  color: #002b49;
  padding: 14px 15px 12px 15px;
  line-height: 1;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer .cue-button:hover {
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer {
  font-size: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element {
  padding: 0 24px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-scroll-inner,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-scroll-inner {
  position: relative;
  inset: initial;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-footer,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-footer {
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-footer .cue-button,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-footer .cue-button {
  padding: 10px 7px;
  font-size: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-open,
#cue-overlay-wrapper .cue-video-story-slidein-open {
  transform: translateX(0);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-open .cue-video-story-slidein-headline,
#cue-overlay-wrapper .cue-video-story-slidein-open .cue-video-story-slidein-headline {
  left: calc(-7.5dvh - 18px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-hidden,
#cue-overlay-wrapper .cue-video-story-slidein-hidden {
  transform: translateX(690px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-in-transition,
#cue-overlay-wrapper .cue-video-story-slidein-in-transition {
  pointer-events: none;
  transform: translateX(690px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein .cue-video-story-content-element,
#cue-overlay-wrapper .cue-video-story-slidein .cue-video-story-content-element {
  height: initial;
}

#cue-maximator-virtual-experience .cue-video-story,
#cue-overlay-wrapper .cue-video-story {
  user-select: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item {
  animation: fadeInFloatingInfobox 0.5s ease-in-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(1),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(1) {
  animation-delay: 0.1s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(2),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(2) {
  animation-delay: 0.2s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(3),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(3) {
  animation-delay: 0.3s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(4),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(4) {
  animation-delay: 0.4s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(5),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(5) {
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(6),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(6) {
  animation-delay: 0.6s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(7),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(7) {
  animation-delay: 0.7s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(8),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(8) {
  animation-delay: 0.8s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(9),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(9) {
  animation-delay: 0.9s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(10),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(10) {
  animation-delay: 1s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content {
  padding: 12px 28px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-slogan,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-slogan {
  font-size: 17px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-title,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-title {
  font-size: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-action {
  margin-top: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h1,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h2,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h3,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h4,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h5,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h6,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h1,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h2,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h4,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h5,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h6 {
  white-space: normal;
  line-height: 1.2;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h2,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h2 {
  font-size: 20px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h2,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item h2 {
    font-size: 24px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h4,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h4 {
  font-size: 14px;
  margin-bottom: 0;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h4,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item h4 {
    font-size: 17px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item p,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item td,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item li,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item p,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item td,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item li {
  font-weight: 400;
  user-select: none;
  font-size: 10px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item p,
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item td,
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item li,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item p,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item td,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item li {
    font-size: 14px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr:not(:last-of-type),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr:not(:last-of-type) {
  border-bottom: 1px solid #c0ced8;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr th,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr th {
  padding: 0;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr td,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr td {
  padding: 5px 0;
  font-size: 16px;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr td:first-child,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr td:first-child {
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item ul,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item ul {
  padding-top: 14px;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item ul li,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item ul li {
  display: list-item;
  list-style-type: disc;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon {
  position: absolute;
  left: -20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon svg use,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon-disabled,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original {
  background: rgba(255, 255, 255, 0.8);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original.content-only,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original.content-only {
  background: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original {
  backdrop-filter: blur(5px);
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original .mdx,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original .mdx {
  max-height: 0;
  padding-top: 0px;
  overflow: hidden;
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open {
  z-index: 20;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original {
  width: auto;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original .mdx,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original .mdx {
  display: block;
  padding-top: 2px;
  max-height: var(--max-height, 300px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only {
  animation: none;
  opacity: 1;
  transform: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-icon {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content {
  max-width: initial;
  padding: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content h2,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content h4,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content h2,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content h4 {
  margin-bottom: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-in-transition,
#cue-overlay-wrapper .cue-video-story-floating-infobox-in-transition {
  opacity: 0;
}

@keyframes fadeInFloatingInfobox {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

#cue-maximator-virtual-experience :export,
#cue-overlay-wrapper :export {
  PRUSSIAN-BLUE: #002b49;
  AQUA: #00ccff;
  MONZA: #df0024;
  ALABASTER: #fcfcfc;
  WHITE: #ffffff;
  BLACK-HAZE: #e5e5e5;
  SMALT-BLUE: #5a7c91;
  CASPER: #a3bac8;
  HEATHER: #c0ced8;
  MINE-SHAFT: #333333;
  DUSTY-GRAY: #969696;
  CATSKILL-WHITE: #e8eef1;
  MYSTIC: #e8eef1;
  ATHENS-GRAY: #f2f4f6;
  REGENT-GRAY: #7f95a4;
  LOBLOLLY: #bfcad1;
  ATHENS-GRAY-DARKER: #e5eaed;
  ANAKIWA: #7fe5ff;
  ONAHAU: #bff2ff;
  HEATHER-DARKER: #acbdc8;
  GEYSER-BRIGHTER: #d6dee3;
  MAUVELOUS: #ef7f91;
  GRAY: #7f7f7f;
  SILVER: #bfbfbf;
  MIDNIGHT: #00243e;
  CERULIAN: #00add9;
  BALI-HAI: #8a9eaa;
  BLUE-BAYOUX: #4c697b;
  GUARDSMAN-RED: #bd001e;
  FERN-GREEN: #528236;
  BLACK: #000000;
  AZALEA: #f7bfc8;
  SPROUT: #b3d1a1;
  APPLE: #67a344;
  KIDNAPPER: #d9e8d0;
  GEYSER: #d1dce3;
  ALLPORTS: #0066a2;
  DEEP-CERULEAN: #0182ae;
  LOCHINVAR: #2a958d;
  ATLANTIS: #aec32c;
  BARBERRY: #ebd417;
  SEA-BUCKTHORN: #fbb034;
  JAFFA: #f47932;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "badge"; */
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  background: #df0024;
  font-size: 16px;
  font-family: "Bosch Sans";
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 16px 5px 16px;
}

#cue-maximator-virtual-experience .cue-button-icon-only, #cue-maximator-virtual-experience .cue-button-icon-left, #cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-only,
#cue-overlay-wrapper .cue-button-icon-left,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 8px;
}

#cue-maximator-virtual-experience .cue-button-icon-right,
#cue-overlay-wrapper .cue-button-icon-right {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button-icon-both,
#cue-overlay-wrapper .cue-button-icon-both {
  padding: 7px 8px 5px 12px;
}

#cue-maximator-virtual-experience .cue-button:before,
#cue-overlay-wrapper .cue-button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
  animation: animation-out 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button > span, #cue-maximator-virtual-experience .cue-button > svg,
#cue-overlay-wrapper .cue-button > span,
#cue-overlay-wrapper .cue-button > svg {
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-button svg + span,
#cue-overlay-wrapper .cue-button svg + span {
  margin-left: 6px;
  /*  margin-right: -6px; */
}

#cue-maximator-virtual-experience .cue-button span + svg,
#cue-overlay-wrapper .cue-button span + svg {
  margin-left: 6px;
}

#cue-maximator-virtual-experience .cue-button svg,
#cue-overlay-wrapper .cue-button svg {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-button svg use,
#cue-overlay-wrapper .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-button:hover:before, #cue-maximator-virtual-experience .cue-button-active:before,
#cue-overlay-wrapper .cue-button:hover:before,
#cue-overlay-wrapper .cue-button-active:before {
  animation: animation-in 350ms forwards;
}

#cue-maximator-virtual-experience .cue-button-secondary, #cue-maximator-virtual-experience .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-button-secondary,
#cue-overlay-wrapper .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon {
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-button-secondary:before, #cue-maximator-virtual-experience .pdf-toolbar .cue-button:before, .pdf-toolbar #cue-maximator-virtual-experience .cue-button:before, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button:before, #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-maximator-virtual-experience #cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon:before,
#cue-overlay-wrapper .cue-button-secondary:before,
#cue-overlay-wrapper .pdf-toolbar .cue-button:before,
.pdf-toolbar #cue-overlay-wrapper .cue-button:before,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00add9 34%, #00add9 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-tertiary, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab,
#cue-overlay-wrapper .cue-button-tertiary,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab {
  background: #5a7c91;
}

#cue-maximator-virtual-experience .cue-button-tertiary:before, #cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tab:before, #cue-maximator-virtual-experience .cue-video-infobox-content .cue-button-tab:before,
#cue-overlay-wrapper .cue-button-tertiary:before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tab:before,
#cue-overlay-wrapper .cue-video-infobox-content .cue-button-tab:before {
  background: linear-gradient(-4deg, transparent 33%, #4c697b 34%, #4c697b 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-dark,
#cue-overlay-wrapper .cue-button-dark {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-button-dark:before,
#cue-overlay-wrapper .cue-button-dark:before {
  background: linear-gradient(-4deg, transparent 33%, #002b49 34%, #002b49 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-light,
#cue-overlay-wrapper .cue-button-light {
  background: #a3bac8;
}

#cue-maximator-virtual-experience .cue-button-light:before,
#cue-overlay-wrapper .cue-button-light:before {
  background: linear-gradient(-4deg, transparent 33%, #8a9eaa 34%, #8a9eaa 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon,
#cue-overlay-wrapper .cue-button-outsourced-icon {
  background: #002b49;
  position: relative;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:before,
#cue-overlay-wrapper .cue-button-outsourced-icon:before {
  background: linear-gradient(-4deg, transparent 33%, #00ccff 34%, #00ccff 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:after,
#cue-overlay-wrapper .cue-button-outsourced-icon:after {
  content: "";
  position: absolute;
  right: -44px;
  background: #00ccff;
  height: 100%;
  aspect-ratio: 1;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg,
#cue-overlay-wrapper .cue-button-outsourced-icon svg {
  position: absolute;
  right: -38px;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon svg use {
  fill: #002b49 !important;
}

#cue-maximator-virtual-experience .cue-button-outsourced-icon:hover svg use,
#cue-overlay-wrapper .cue-button-outsourced-icon:hover svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-button-disable, #cue-maximator-virtual-experience .cue-button:disabled,
#cue-overlay-wrapper .cue-button-disable,
#cue-overlay-wrapper .cue-button:disabled {
  background: rgba(0, 43, 73, 0.05);
  pointer-events: none;
  color: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-disable:before, #cue-maximator-virtual-experience .cue-button:disabled:before,
#cue-overlay-wrapper .cue-button-disable:before,
#cue-overlay-wrapper .cue-button:disabled:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-disable svg use, #cue-maximator-virtual-experience .cue-button:disabled svg use,
#cue-overlay-wrapper .cue-button-disable svg use,
#cue-overlay-wrapper .cue-button:disabled svg use {
  fill: rgba(0, 43, 73, 0.1);
}

#cue-maximator-virtual-experience .cue-button-large,
#cue-overlay-wrapper .cue-button-large {
  font-size: 20px;
  padding: 12px 22px 10px 22px;
}

#cue-maximator-virtual-experience .cue-button-small,
#cue-overlay-wrapper .cue-button-small {
  font-size: 12px;
  padding: 4px 12px 2px 12px;
}

#cue-maximator-virtual-experience .cue-button-plain,
#cue-overlay-wrapper .cue-button-plain {
  text-transform: none;
  background: gray;
  padding: 0;
  font-weight: 300;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-button-plain:before,
#cue-overlay-wrapper .cue-button-plain:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-button-plain:hover,
#cue-overlay-wrapper .cue-button-plain:hover {
  color: #00ccff;
}

@keyframes animation-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}

@keyframes animation-out {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}

#cue-maximator-virtual-experience .cue-checkbox,
#cue-overlay-wrapper .cue-checkbox {
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out 0.1s;
  margin-right: 12px;
  flex: 0 0 auto;
  border: 2px solid #a3bac8;
}

#cue-maximator-virtual-experience .cue-checkbox .cue-checkbox-indicator svg,
#cue-overlay-wrapper .cue-checkbox .cue-checkbox-indicator svg {
  position: absolute;
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-checkbox:hover .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox:hover .cue-checkbox-indicator {
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator {
  background: #002b49;
  border-color: #002b49;
}

#cue-maximator-virtual-experience .cue-checkbox input:checked + .cue-checkbox-indicator use,
#cue-overlay-wrapper .cue-checkbox input:checked + .cue-checkbox-indicator use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-icon,
#cue-overlay-wrapper .cue-icon {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  display: inline;
  fill: #002b49;
  shape-rendering: auto;
}

#cue-maximator-virtual-experience .cue-icon__wrapper,
#cue-overlay-wrapper .cue-icon__wrapper {
  display: inline-flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  border-color: #df0024;
  animation: spin 2.5s linear infinite, dash 2.5s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #00ccff;
  animation: spin 2s linear infinite, dash 2s ease-in-out infinite;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #002b49;
  animation: spin 1s linear infinite, dash 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
  50% {
    stroke-dasharray: 173.4159144782 115.6106096521;
  }
  100% {
    stroke-dasharray: 72.2566310326 216.7698930977;
  }
}

@keyframes dash-medium {
  0% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
  50% {
    stroke-dasharray: 149.5398103109 64.0884901332;
  }
  100% {
    stroke-dasharray: 21.3628300444 192.2654703997;
  }
}

@keyframes dash-small {
  0% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
  50% {
    stroke-dasharray: 34.5575191895 103.6725575685;
  }
  100% {
    stroke-dasharray: 6.9115038379 131.3185729201;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-loading-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;

    &:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 6px solid transparent;
      border-color: gray transparent gray transparent;
      animation: cue-loading-animation 1.2s linear infinite;
    }
  }

  @keyframes cue-loading-animation {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  } */
}

#cue-maximator-virtual-experience .cue-heading,
#cue-overlay-wrapper .cue-heading {
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-heading-icon,
#cue-overlay-wrapper .cue-heading-icon {
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon,
#cue-overlay-wrapper .cue-heading .cue-icon {
  height: 1em;
  width: auto;
}

#cue-maximator-virtual-experience .cue-heading .cue-icon use,
#cue-overlay-wrapper .cue-heading .cue-icon use {
  fill: currentColor;
}

#cue-maximator-virtual-experience .cue-heading-type-h1,
#cue-overlay-wrapper .cue-heading-type-h1 {
  font-size: 42px;
  line-height: 52px;
}

#cue-maximator-virtual-experience .cue-heading-type-h2,
#cue-overlay-wrapper .cue-heading-type-h2 {
  font-size: 32px;
  line-height: 36px;
}

#cue-maximator-virtual-experience .cue-heading-type-h3,
#cue-overlay-wrapper .cue-heading-type-h3 {
  font-size: 28px;
  line-height: 32px;
}

#cue-maximator-virtual-experience .cue-heading-type-h4,
#cue-overlay-wrapper .cue-heading-type-h4 {
  font-size: 24px;
  line-height: 28px;
}

#cue-maximator-virtual-experience .cue-heading-type-h5,
#cue-overlay-wrapper .cue-heading-type-h5 {
  font-size: 20px;
  line-height: 24px;
}

#cue-maximator-virtual-experience .cue-heading-type-h6,
#cue-overlay-wrapper .cue-heading-type-h6 {
  font-size: 16px;
  line-height: 20px;
}

#cue-maximator-virtual-experience .cue-indicator,
#cue-overlay-wrapper .cue-indicator {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #002b49;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon,
#cue-overlay-wrapper .cue-indicator .cue-icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}

#cue-maximator-virtual-experience .cue-indicator .cue-icon use,
#cue-overlay-wrapper .cue-indicator .cue-icon use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator-large,
#cue-overlay-wrapper .cue-indicator-large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

#cue-maximator-virtual-experience .cue-indicator-large .cue-icon,
#cue-overlay-wrapper .cue-indicator-large .cue-icon {
  width: 24px;
  height: 24px;
}

#cue-maximator-virtual-experience .cue-indicator:after,
#cue-overlay-wrapper .cue-indicator:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: none;
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-indicator:hover:after, #cue-maximator-virtual-experience .cue-indicator-active:after,
#cue-overlay-wrapper .cue-indicator:hover:after,
#cue-overlay-wrapper .cue-indicator-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-indicator:hover .cue-icon use, #cue-maximator-virtual-experience .cue-indicator-active .cue-icon use,
#cue-overlay-wrapper .cue-indicator:hover .cue-icon use,
#cue-overlay-wrapper .cue-indicator-active .cue-icon use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-indicator-disabled,
#cue-overlay-wrapper .cue-indicator-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-steps-item,
#cue-overlay-wrapper .cue-steps-item {
  position: relative;
  display: flex;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-steps-item-title,
#cue-overlay-wrapper .cue-steps-item-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#cue-maximator-virtual-experience .cue-label,
#cue-overlay-wrapper .cue-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import "bookmark";
  @import "toggle";

  @import "countdown";
  @import "date-input";
  @import "textarea";
  @import "input";
  @import "link";
  @import "loading-indicator";
  @import "progress";
  @import "radio-button";
  @import "text-toggle";
  @import "steps-item";
  @import "switch";
  @import "select"; */
  /* @import 'breadcrumbs';
  @import 'card';
  @import 'content-container';
  @import 'menu';
  @import 'search-bar'; */
}

#cue-maximator-virtual-experience .cue-steps-wrapper,
#cue-overlay-wrapper .cue-steps-wrapper {
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-wrapper:before,
#cue-overlay-wrapper .cue-steps-wrapper:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: calc(50% - 2.5px);
  z-index: -1;
}

#cue-maximator-virtual-experience .cue-steps-title,
#cue-overlay-wrapper .cue-steps-title {
  top: -30px;
}

#cue-maximator-virtual-experience .cue-steps-holder,
#cue-overlay-wrapper .cue-steps-holder {
  align-items: center;
}

#cue-maximator-virtual-experience .cue-steps-separator,
#cue-overlay-wrapper .cue-steps-separator {
  height: 2px;
  background: #d1dce3;
  flex: 1;
  margin: 0 10px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-steps-separator:after,
#cue-overlay-wrapper .cue-steps-separator:after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: #002b49;
  width: 0;
  transition: 350ms all ease-in-out;
}

#cue-maximator-virtual-experience .cue-steps-separator-active:after,
#cue-overlay-wrapper .cue-steps-separator-active:after {
  width: 50%;
}

#cue-maximator-virtual-experience .cue-steps-separator-done:after,
#cue-overlay-wrapper .cue-steps-separator-done:after {
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-button-tab {
    &,
    &Active,
    &:hover,
    &Active:hover {
      &::before {
        display: none;
      }
    }

    &Active,
    &:hover,
    &Active:hover {
    }

    &:hover,
    &Active:hover {
      background: #001f39;
    }
  } */
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-tabs-menu .cue-button {
  background: #d6dee3;
  color: #7f95a4;
  font-weight: 600;
  flex: 1;
  text-transform: none;
  padding: 10px 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button span,
#cue-overlay-wrapper .cue-tabs-menu .cue-button span {
  white-space: nowrap;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button::before,
#cue-overlay-wrapper .cue-tabs-menu .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:after {
  content: "";
  height: 3px;
  background: #7f95a4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button:hover {
  background: #c0ced8;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover {
  color: #002b49;
  background: #c0ced8;
}

#cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:after, #cue-maximator-virtual-experience .cue-tabs-menu .cue-button-tabActive:hover:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:after,
#cue-overlay-wrapper .cue-tabs-menu .cue-button-tabActive:hover:after {
  height: 6px;
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /*
  @import 'video';
  @import 'video-ui'; */
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close {
  margin: 0;
  padding: 12px;
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:before,
#cue-overlay-wrapper .cue-modal .cue-button-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use {
  fill: #5a7c91;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: none;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #00ccff;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @import 'slide-in';
  @import 'toast-notification'; */
  
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-item,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-item {
  height: 100%;
  padding: 0 24px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-content,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-content {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-content-element,
#cue-overlay-wrapper .cue-video-story-content-element {
  padding-bottom: 20px;
  font-weight: 400;
  margin-bottom: 17px;
  padding: 0 24px;
  font-weight: 400;
  margin-bottom: 17px;
  padding: 0 24px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element h1,
#cue-overlay-wrapper .cue-video-story-content-element h1 {
  font-size: 20px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element h1,
  #cue-overlay-wrapper .cue-video-story-content-element h1 {
    font-size: 24px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element h3,
#cue-overlay-wrapper .cue-video-story-content-element h3 {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.6;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element h3,
  #cue-overlay-wrapper .cue-video-story-content-element h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element ul,
#cue-overlay-wrapper .cue-video-story-content-element ul {
  margin-left: 12px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element ul li,
#cue-overlay-wrapper .cue-video-story-content-element ul li {
  list-style: "- ";
  display: list-item;
}

#cue-maximator-virtual-experience .cue-video-story-content-element p a,
#cue-overlay-wrapper .cue-video-story-content-element p a {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element li,
#cue-overlay-wrapper .cue-video-story-content-element li {
  list-style: square;
  margin-left: 0;
}

#cue-maximator-virtual-experience .cue-video-story-content-element table,
#cue-overlay-wrapper .cue-video-story-content-element table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-story-content-element table td,
#cue-maximator-virtual-experience .cue-video-story-content-element table th,
#cue-overlay-wrapper .cue-video-story-content-element table td,
#cue-overlay-wrapper .cue-video-story-content-element table th {
  border: none;
  vertical-align: top;
}

#cue-maximator-virtual-experience .cue-video-story-content-element table td:nth-child(1),
#cue-maximator-virtual-experience .cue-video-story-content-element table th:nth-child(1),
#cue-overlay-wrapper .cue-video-story-content-element table td:nth-child(1),
#cue-overlay-wrapper .cue-video-story-content-element table th:nth-child(1) {
  padding-right: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element table td:nth-child(2),
#cue-maximator-virtual-experience .cue-video-story-content-element table th:nth-child(2),
#cue-overlay-wrapper .cue-video-story-content-element table td:nth-child(2),
#cue-overlay-wrapper .cue-video-story-content-element table th:nth-child(2) {
  width: auto;
}

#cue-maximator-virtual-experience .cue-video-story-content-element ul,
#cue-overlay-wrapper .cue-video-story-content-element ul {
  margin-left: 12px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element ul li,
#cue-overlay-wrapper .cue-video-story-content-element ul li {
  list-style: "- ";
  display: list-item;
}

#cue-maximator-virtual-experience .cue-video-story-content-element p a,
#cue-overlay-wrapper .cue-video-story-content-element p a {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files {
  list-style: circle;
  margin-left: 0;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li {
  cursor: pointer;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li svg,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li svg {
  width: 14px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li svg,
  #cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li svg {
    width: 20px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li svg use,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li:hover,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li:hover {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-video-content-files li:hover svg use,
#cue-overlay-wrapper .cue-video-story-content-element .cue-video-content-files li:hover svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item {
  margin: 0;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button {
  text-transform: none;
  background: none;
  color: #002b49;
  align-items: start;
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button::before,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button svg,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button svg {
  width: 12px;
  height: 12px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button svg,
  #cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button svg {
    width: 16px;
    height: 16px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-item .cue-button span,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-item .cue-button span {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-header,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-header {
  margin-bottom: 0;
  padding: 0;
  font-size: 10px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-header,
  #cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-header {
    font-size: 14px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-content,
#cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-content {
  font-size: 10px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element .cue-accordion-content,
  #cue-overlay-wrapper .cue-video-story-content-element .cue-accordion-content {
    font-size: 12px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-menu,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-menu {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-tabs-menu .cue-button,
#cue-overlay-wrapper .cue-video-story-content-element .cue-tabs-menu .cue-button {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-content-element .cue-button-tabActive,
#cue-overlay-wrapper .cue-video-story-content-element .cue-button-tabActive {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-content-element.content-only,
#cue-overlay-wrapper .cue-video-story-content-element.content-only {
  padding: 0;
}

#cue-maximator-virtual-experience .cue-video-story-content-element.content-only p,
#cue-maximator-virtual-experience .cue-video-story-content-element.content-only li,
#cue-overlay-wrapper .cue-video-story-content-element.content-only p,
#cue-overlay-wrapper .cue-video-story-content-element.content-only li {
  font-size: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item,
#cue-overlay-wrapper .cue-video-story-tree-view-item {
  margin-left: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item > div {
  color: #002b49;
  padding: 7px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item.active > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item.active > div {
  background: #e0f9fe;
  color: #002b49;
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item ul li,
#cue-overlay-wrapper .cue-video-story-tree-view-item ul li {
  margin-left: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item ul li.active > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item ul li.active > div {
  background: #e0f9fe;
  color: #002b49;
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu,
#cue-overlay-wrapper .cue-video-story-floating-menu {
  position: absolute;
  top: 200px;
  left: 100px;
  width: 250px;
  z-index: 2000;
  bottom: 100px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu .cue-button {
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content,
#cue-overlay-wrapper .cue-video-story-floating-menu-content {
  flex: 1;
  overflow-y: hidden;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu ul,
#cue-overlay-wrapper .cue-video-story-floating-menu ul {
  padding: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu ul ul.cue-video-story-floating-menu-submenu,
#cue-overlay-wrapper .cue-video-story-floating-menu ul ul.cue-video-story-floating-menu-submenu {
  margin-left: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu ul ul.cue-video-story-floating-menu-submenu.toggle_submenu:not(.active),
#cue-overlay-wrapper .cue-video-story-floating-menu ul ul.cue-video-story-floating-menu-submenu.toggle_submenu:not(.active) {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-open .cue-video-story-floating-menu-content,
#cue-overlay-wrapper .cue-video-story-floating-menu-open .cue-video-story-floating-menu-content {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-open ul,
#cue-overlay-wrapper .cue-video-story-floating-menu-open ul {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-open ul li .cue-button svg,
#cue-overlay-wrapper .cue-video-story-floating-menu-open ul li .cue-button svg {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs {
  position: absolute;
  z-index: 2000;
  bottom: var(--safe-zone, 24px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  user-select: none;
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item {
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu,
#cue-overlay-wrapper .cue-video-story-floating-menu {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 0;
  width: max(20vw, 300px);
  height: 60px;
  display: flex;
  flex-direction: column;
  top: 140px;
  bottom: initial;
  max-height: calc(100% - 170px - var(--safe-zone, 24px));
  left: 77px;
  width: 320px;
  height: 44px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header,
#cue-overlay-wrapper .cue-video-story-floating-menu-header {
  display: flex;
  justify-content: start;
  background: #ffffff;
  gap: 14px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button {
  width: initial;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ccff;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button:before,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button:hover {
  background: #002b49;
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button:hover svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu-header .cue-button {
  /*         $breadcrumb-color: color(AQUA);
  $breadcrumb-hover-color: color(PRUSSIAN-BLUE);

  $breadcrumb-text-color: color(PRUSSIAN-BLUE);
  $breadcrumb-text-hover-color: color(WHITE); */
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand {
  display: flex;
  align-items: center;
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand svg,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand svg {
  width: 80%;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand span,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand span {
  font-size: 20px;
  font-weight: 600;
  color: #002b49;
  line-height: 1;
  margin-bottom: -2px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand-exit,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand-exit {
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand-exit span,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand-exit span {
  flex: 1;
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-header-brand-exit:hover span,
#cue-overlay-wrapper .cue-video-story-floating-menu-header-brand-exit:hover span {
  color: #00ccff;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content,
#cue-overlay-wrapper .cue-video-story-floating-menu-content {
  border-top: 10px solid #002b49;
  padding: 15px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button, #cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button:disabled,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button:disabled {
  box-sizing: border-box;
  background: none;
  color: #002b49;
  font-weight: 400;
  text-transform: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button:disabled,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button:disabled {
  font-size: 24px;
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button::before,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button.active, #cue-maximator-virtual-experience .cue-video-story-floating-menu-content .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button.active,
#cue-overlay-wrapper .cue-video-story-floating-menu-content .cue-button:hover {
  color: #0182ae;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul li,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul li {
  margin: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul li .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul li .cue-button {
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul ul,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul ul {
  margin-left: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul ul li .cue-button,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul ul li .cue-button {
  font-weight: 400;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-content ul,
#cue-overlay-wrapper .cue-video-story-floating-menu-content ul {
  margin-bottom: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-open,
#cue-overlay-wrapper .cue-video-story-floating-menu-open {
  height: initial;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs {
  bottom: var(--safe-zone, 24px);
  z-index: 2800;
  transition: opacity 0.25s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-in-transition,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs-in-transition {
  opacity: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item {
  font-size: 14px;
  padding: 8px;
  font-weight: 900;
  color: #002b49;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  position: relative;
  cursor: pointer;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item,
  #cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item {
    font-size: 22px;
    padding: 14px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item:after,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #df0024;
  display: none;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item:after,
  #cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item:after {
    height: 7px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs-item-active:after,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs-item-active:after {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs.bottom,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs.bottom {
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs.bottom .cue-video-story-floating-menu-tabs-item,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs.bottom .cue-video-story-floating-menu-tabs-item {
  background: #df0024;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 24px 7px 24px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs.bottom .cue-video-story-floating-menu-tabs-item-active,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs.bottom .cue-video-story-floating-menu-tabs-item-active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow {
  bottom: 100px !important;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item, #cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active {
  transform: none;
  box-shadow: none;
  flex-direction: row;
  aspect-ratio: initial;
  border-bottom: 1px solid #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item-image, #cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active-image,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item-image,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active-image {
  aspect-ratio: 1/1;
  flex: none;
  width: 20px !important;
  height: 20px !important;
  flex: initial !important;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item-label, #cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active-label,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item-label,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active-label {
  width: auto;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active,
#cue-overlay-wrapper .cue-video-story-floating-menu-coverflow.content-only .cue-video-story-product-viewer-item.active {
  background: rgb(242, 242, 242);
}

#cue-maximator-virtual-experience .cue-tabs-menu,
#cue-overlay-wrapper .cue-tabs-menu {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

#cue-maximator-virtual-experience .cue-tabs-menu li,
#cue-overlay-wrapper .cue-tabs-menu li {
  cursor: pointer;
  font-size: 12px;
  padding: 3px 0;
  font-weight: normal;
}

#cue-maximator-virtual-experience .cue-tabs-menu li.active,
#cue-overlay-wrapper .cue-tabs-menu li.active {
  color: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-navigation,
#cue-overlay-wrapper .cue-video-story-navigation {
  position: absolute;
  z-index: 3000;
  top: 10px;
  left: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transform-origin: left top;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-navigation,
  #cue-overlay-wrapper .cue-video-story-navigation {
    left: auto;
    top: auto;
    bottom: 46px;
    right: 46px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-navigation .cue-button,
#cue-overlay-wrapper .cue-video-story-navigation .cue-button {
  padding: 0px;
  width: 26px;
  height: 26px;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-navigation .cue-button,
  #cue-overlay-wrapper .cue-video-story-navigation .cue-button {
    width: 36px;
    height: 36px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-navigation .cue-button,
#cue-overlay-wrapper .cue-video-story-navigation .cue-button {
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-navigation .cue-button:before,
#cue-overlay-wrapper .cue-video-story-navigation .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-navigation .cue-button svg,
#cue-overlay-wrapper .cue-video-story-navigation .cue-button svg {
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-navigation .cue-button:disabled,
#cue-overlay-wrapper .cue-video-story-navigation .cue-button:disabled {
  pointer-events: none;
  display: none;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /**
   * Swiper 12.0.2
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2025 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 18, 2025
   */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

#cue-maximator-virtual-experience :host,
#cue-overlay-wrapper :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#cue-maximator-virtual-experience .swiper,
#cue-overlay-wrapper .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

#cue-maximator-virtual-experience .swiper-vertical > .swiper-wrapper,
#cue-overlay-wrapper .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

#cue-maximator-virtual-experience .swiper-android .swiper-slide,
#cue-maximator-virtual-experience .swiper-ios .swiper-slide,
#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-android .swiper-slide,
#cue-overlay-wrapper .swiper-ios .swiper-slide,
#cue-overlay-wrapper .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#cue-maximator-virtual-experience .swiper-horizontal,
#cue-overlay-wrapper .swiper-horizontal {
  touch-action: pan-y;
}

#cue-maximator-virtual-experience .swiper-vertical,
#cue-overlay-wrapper .swiper-vertical {
  touch-action: pan-x;
}

#cue-maximator-virtual-experience .swiper-slide,
#cue-overlay-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#cue-maximator-virtual-experience .swiper-slide-invisible-blank,
#cue-overlay-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Auto Height */
}

#cue-maximator-virtual-experience .swiper-autoheight,
#cue-maximator-virtual-experience .swiper-autoheight .swiper-slide,
#cue-overlay-wrapper .swiper-autoheight,
#cue-overlay-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
}

#cue-maximator-virtual-experience .swiper-autoheight .swiper-wrapper,
#cue-overlay-wrapper .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#cue-maximator-virtual-experience .swiper-backface-hidden .swiper-slide,
#cue-overlay-wrapper .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* 3D Effects */
}

#cue-maximator-virtual-experience .swiper-3d.swiper-css-mode .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

#cue-maximator-virtual-experience .swiper-3d .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* CSS Mode */
}

#cue-maximator-virtual-experience .swiper-css-mode,
#cue-overlay-wrapper .swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles start */
  /* 3D Shadows */
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader,
#cue-overlay-wrapper .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

#cue-maximator-virtual-experience .swiper:not(.swiper-watch-progress),
#cue-maximator-virtual-experience .swiper-watch-progress .swiper-slide-visible,
#cue-overlay-wrapper .swiper:not(.swiper-watch-progress),
#cue-overlay-wrapper .swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-white,
#cue-overlay-wrapper .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-black,
#cue-overlay-wrapper .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles end */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

#cue-maximator-virtual-experience .swiper-pagination,
#cue-overlay-wrapper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Common Styles */
}

#cue-maximator-virtual-experience .swiper-pagination-fraction,
#cue-maximator-virtual-experience .swiper-pagination-custom,
#cue-maximator-virtual-experience .swiper-horizontal > .swiper-pagination-bullets,
#cue-maximator-virtual-experience .swiper-pagination-bullets.swiper-pagination-horizontal,
#cue-overlay-wrapper .swiper-pagination-fraction,
#cue-overlay-wrapper .swiper-pagination-custom,
#cue-overlay-wrapper .swiper-horizontal > .swiper-pagination-bullets,
#cue-overlay-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Bullets */
}

#cue-maximator-virtual-experience .swiper-pagination-bullets-dynamic,
#cue-overlay-wrapper .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

#cue-maximator-virtual-experience .swiper-pagination-bullet,
#cue-overlay-wrapper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

#cue-maximator-virtual-experience .swiper-pagination-bullet-active,
#cue-overlay-wrapper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

#cue-maximator-virtual-experience .swiper-vertical > .swiper-pagination-bullets,
#cue-maximator-virtual-experience .swiper-pagination-vertical.swiper-pagination-bullets,
#cue-overlay-wrapper .swiper-vertical > .swiper-pagination-bullets,
#cue-overlay-wrapper .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

#cue-maximator-virtual-experience .swiper-horizontal > .swiper-pagination-bullets,
#cue-maximator-virtual-experience .swiper-pagination-horizontal.swiper-pagination-bullets,
#cue-overlay-wrapper .swiper-horizontal > .swiper-pagination-bullets,
#cue-overlay-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

#cue-maximator-virtual-experience .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
#cue-overlay-wrapper .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Fraction */
}

#cue-maximator-virtual-experience .swiper-pagination-fraction,
#cue-overlay-wrapper .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Progress */
}

#cue-maximator-virtual-experience .swiper-pagination-progressbar,
#cue-overlay-wrapper .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

#cue-maximator-virtual-experience .swiper-pagination-lock,
#cue-overlay-wrapper .swiper-pagination-lock {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer,
#cue-overlay-wrapper .cue-video-story-product-viewer {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-blur,
#cue-overlay-wrapper .cue-video-story-product-viewer-blur {
  backdrop-filter: blur(4px);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-inner,
#cue-overlay-wrapper .cue-video-story-product-viewer-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button {
  position: absolute;
  left: 78px;
  top: 46px;
  pointer-events: all;
  z-index: 2000;
  background: #00ccff;
  padding: 0;
  height: 48px;
  width: 48px;
  margin-right: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button::after, #cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button::before,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button::after,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button svg,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button svg {
  margin: 0;
  height: 30px;
  width: 30px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button:hover {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-back-button.cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-back-button.cue-button:hover svg use {
  fill: #fff;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items:not(.dropdown),
#cue-overlay-wrapper .cue-video-story-product-viewer-items:not(.dropdown) {
  width: calc(100% - 20dvw);
  margin: 0 10dvw;
  position: absolute;
  bottom: 70px;
  z-index: 4299;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items:not(.dropdown) .swiper-slide,
#cue-overlay-wrapper .cue-video-story-product-viewer-items:not(.dropdown) .swiper-slide {
  transform-origin: bottom center;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-product-viewer-items:not(.dropdown),
  #cue-overlay-wrapper .cue-video-story-product-viewer-items:not(.dropdown) {
    width: calc(100% - 40dvw);
    margin: 0 20dvw;
  }
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items:not(.coverflow):not(.dropdown),
#cue-overlay-wrapper .cue-video-story-product-viewer-items:not(.coverflow):not(.dropdown) {
  width: calc(100% - 200px);
  pointer-events: all;
  margin: 0 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items:not(.coverflow):not(.dropdown) .swiper,
#cue-overlay-wrapper .cue-video-story-product-viewer-items:not(.coverflow):not(.dropdown) .swiper {
  height: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items.coverflow,
#cue-overlay-wrapper .cue-video-story-product-viewer-items.coverflow {
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items.dropdown,
#cue-overlay-wrapper .cue-video-story-product-viewer-items.dropdown {
  pointer-events: all;
  width: 100px;
  left: 42px;
  top: 240px;
  width: 300px;
  position: absolute;
  z-index: 3000;
  background: white;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown {
  pointer-events: all;
  box-shadow: 12px 10px 40px 0px rgba(0, 0, 0, 0.18);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline > span,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline > span {
  flex: 1;
  display: block;
  font-size: 20px;
  color: #002b49;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c8f7;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:after, #cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:before,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:after,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button svg use {
  fill: #002b49;
  width: 22px;
  height: 22px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover svg use {
  fill: #fff;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list.open,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list.open {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item {
  display: flex;
  padding: 13px 24px;
  background: linear-gradient(180deg, rgba(0, 43, 73, 0) 50%, rgba(0, 43, 73, 0.34) 100%);
  gap: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  user-select: none;
  cursor: pointer;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .image,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .image {
  height: 60px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: end;
  align-items: start;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .title,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .title {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .icon,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .icon {
  position: absolute;
  right: 6px;
  top: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item:hover, #cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item.active,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item.active {
  background: linear-gradient(180deg, rgba(0, 43, 73, 0) 50%, rgba(0, 43, 73, 0.14) 100%);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item,
#cue-overlay-wrapper .cue-video-story-product-viewer-item {
  aspect-ratio: 415/260;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  cursor: pointer;
  position: relative;
  background-color: white;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item:not(.coverflow),
#cue-overlay-wrapper .cue-video-story-product-viewer-item:not(.coverflow) {
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  filter: brightness(70%);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item.active,
#cue-overlay-wrapper .cue-video-story-product-viewer-item.active {
  transform: scale(1.5);
  z-index: 4;
  filter: brightness(100%);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item-label,
#cue-overlay-wrapper .cue-video-story-product-viewer-item-label {
  color: white;
  position: absolute;
  height: 60px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 43, 73, 0) 0%, #002b49 100%);
  bottom: 0;
  padding: 10px;
  display: flex;
  align-items: end;
  user-select: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-model,
#cue-overlay-wrapper .cue-video-story-product-viewer-model {
  height: 100%;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-model-holder,
#cue-overlay-wrapper .cue-video-story-product-viewer-model-holder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-model-holder.active,
#cue-overlay-wrapper .cue-video-story-product-viewer-model-holder.active {
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-model-holder.slide-in-open,
#cue-overlay-wrapper .cue-video-story-product-viewer-model-holder.slide-in-open {
  transform: translateX(-100px);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-model .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-product-viewer-model .cue-video-story-model-viewer {
  /*  animation-fill-mode: forwards;
  animation: fadeUpIn 1s ease forwards;
  animation-delay: 0.5s;
  &.fadeOut {
    animation: fadeUpOut 1s ease forwards;

    .cue-video-story-model-viewer-inner {
      animation: fadeUpOut 1s ease forwards;
    }
  } */
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only {
  position: relative;
  inset: initial;
  z-index: initial;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items.dropdown,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items.dropdown {
  position: relative;
  inset: initial;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-headline,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-headline {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item {
  gap: 10px;
  background: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item .image,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item .image {
  background-size: contain;
  height: 20px;
  width: 20px;
  margin: 10px 0;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item .title,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item .title {
  font-size: 12px;
  padding: 2px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item.active,
#cue-overlay-wrapper .cue-video-story-product-viewer.content-only .cue-video-story-product-viewer-items-dropdown-list-item.active {
  background: rgba(0, 0, 0, 0.05);
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @keyframes fadeUpIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeUpOut {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(20px);
    }
  } */
  /**
   * Swiper 12.0.2
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2025 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 18, 2025
   */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

#cue-maximator-virtual-experience :host,
#cue-overlay-wrapper :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#cue-maximator-virtual-experience .swiper,
#cue-overlay-wrapper .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

#cue-maximator-virtual-experience .swiper-vertical > .swiper-wrapper,
#cue-overlay-wrapper .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

#cue-maximator-virtual-experience .swiper-android .swiper-slide,
#cue-maximator-virtual-experience .swiper-ios .swiper-slide,
#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-android .swiper-slide,
#cue-overlay-wrapper .swiper-ios .swiper-slide,
#cue-overlay-wrapper .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#cue-maximator-virtual-experience .swiper-horizontal,
#cue-overlay-wrapper .swiper-horizontal {
  touch-action: pan-y;
}

#cue-maximator-virtual-experience .swiper-vertical,
#cue-overlay-wrapper .swiper-vertical {
  touch-action: pan-x;
}

#cue-maximator-virtual-experience .swiper-slide,
#cue-overlay-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#cue-maximator-virtual-experience .swiper-slide-invisible-blank,
#cue-overlay-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Auto Height */
}

#cue-maximator-virtual-experience .swiper-autoheight,
#cue-maximator-virtual-experience .swiper-autoheight .swiper-slide,
#cue-overlay-wrapper .swiper-autoheight,
#cue-overlay-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
}

#cue-maximator-virtual-experience .swiper-autoheight .swiper-wrapper,
#cue-overlay-wrapper .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#cue-maximator-virtual-experience .swiper-backface-hidden .swiper-slide,
#cue-overlay-wrapper .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* 3D Effects */
}

#cue-maximator-virtual-experience .swiper-3d.swiper-css-mode .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

#cue-maximator-virtual-experience .swiper-3d .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* CSS Mode */
}

#cue-maximator-virtual-experience .swiper-css-mode,
#cue-overlay-wrapper .swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles start */
  /* 3D Shadows */
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader,
#cue-overlay-wrapper .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

#cue-maximator-virtual-experience .swiper:not(.swiper-watch-progress),
#cue-maximator-virtual-experience .swiper-watch-progress .swiper-slide-visible,
#cue-overlay-wrapper .swiper:not(.swiper-watch-progress),
#cue-overlay-wrapper .swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-white,
#cue-overlay-wrapper .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-black,
#cue-overlay-wrapper .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles end */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

#cue-maximator-virtual-experience .swiper-button-lock,
#cue-overlay-wrapper .swiper-button-lock {
  display: none;
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

#cue-maximator-virtual-experience .swiper-horizontal,
#cue-overlay-wrapper .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

#cue-maximator-virtual-experience .swiper-vertical,
#cue-overlay-wrapper .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slots,
#cue-overlay-wrapper .cue-video-story-product-viewer-slots {
  display: flex;
  justify-content: stretch;
  padding: 0 20dvw;
  padding-top: 10dvh;
  align-items: center;
  height: 100%;
  pointer-events: all;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-title,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-title {
  display: flex;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-title > span,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-title > span {
  display: inline-block;
  background: white;
  padding: 6px 17px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 18px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper {
  aspect-ratio: 9/16;
  min-height: 50dvh;
  max-height: 60dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation {
  width: 40px;
  background: #00ccff;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation:after, #cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation:before,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation:after,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation svg,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation svg {
  width: 40px;
  height: 40px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper .swiper-navigation:hover svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper .swiper-navigation:hover svg use {
  fill: white;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-element,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-element {
  flex: 1;
  width: 100%;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-element .swiper,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-element .swiper {
  position: absolute;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item {
  display: flex;
  height: 100%;
  flex-direction: column;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-image,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-image {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-image > div,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-image > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-title,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-title {
  display: flex;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-title .cue-button,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-title .cue-button {
  font-size: 28px;
  color: white;
  background: #002b49;
  padding: 2px 5px;
  text-transform: none;
  pointer-events: all;
  z-index: 200;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-title .cue-button::before, #cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-title .cue-button.after,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-title .cue-button::before,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-title .cue-button.after {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slot-swiper-item-title .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-slot-swiper-item-title .cue-button:hover {
  background: #00add9;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /**
   * Swiper 12.0.2
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2025 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 18, 2025
   */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

#cue-maximator-virtual-experience :host,
#cue-overlay-wrapper :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#cue-maximator-virtual-experience .swiper,
#cue-overlay-wrapper .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

#cue-maximator-virtual-experience .swiper-vertical > .swiper-wrapper,
#cue-overlay-wrapper .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

#cue-maximator-virtual-experience .swiper-android .swiper-slide,
#cue-maximator-virtual-experience .swiper-ios .swiper-slide,
#cue-maximator-virtual-experience .swiper-wrapper,
#cue-overlay-wrapper .swiper-android .swiper-slide,
#cue-overlay-wrapper .swiper-ios .swiper-slide,
#cue-overlay-wrapper .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#cue-maximator-virtual-experience .swiper-horizontal,
#cue-overlay-wrapper .swiper-horizontal {
  touch-action: pan-y;
}

#cue-maximator-virtual-experience .swiper-vertical,
#cue-overlay-wrapper .swiper-vertical {
  touch-action: pan-x;
}

#cue-maximator-virtual-experience .swiper-slide,
#cue-overlay-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#cue-maximator-virtual-experience .swiper-slide-invisible-blank,
#cue-overlay-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Auto Height */
}

#cue-maximator-virtual-experience .swiper-autoheight,
#cue-maximator-virtual-experience .swiper-autoheight .swiper-slide,
#cue-overlay-wrapper .swiper-autoheight,
#cue-overlay-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
}

#cue-maximator-virtual-experience .swiper-autoheight .swiper-wrapper,
#cue-overlay-wrapper .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#cue-maximator-virtual-experience .swiper-backface-hidden .swiper-slide,
#cue-overlay-wrapper .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* 3D Effects */
}

#cue-maximator-virtual-experience .swiper-3d.swiper-css-mode .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

#cue-maximator-virtual-experience .swiper-3d .swiper-wrapper,
#cue-overlay-wrapper .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* CSS Mode */
}

#cue-maximator-virtual-experience .swiper-css-mode,
#cue-overlay-wrapper .swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles start */
  /* 3D Shadows */
}

#cue-maximator-virtual-experience .swiper-3d,
#cue-overlay-wrapper .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader,
#cue-overlay-wrapper .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

#cue-maximator-virtual-experience .swiper:not(.swiper-watch-progress),
#cue-maximator-virtual-experience .swiper-watch-progress .swiper-slide-visible,
#cue-overlay-wrapper .swiper:not(.swiper-watch-progress),
#cue-overlay-wrapper .swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-white,
#cue-overlay-wrapper .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

#cue-maximator-virtual-experience .swiper-lazy-preloader-black,
#cue-overlay-wrapper .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* Slide styles end */
}

#cue-maximator-virtual-experience :root,
#cue-overlay-wrapper :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

#cue-maximator-virtual-experience .swiper-button-lock,
#cue-overlay-wrapper .swiper-button-lock {
  display: none;
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

#cue-maximator-virtual-experience .swiper-button-prev,
#cue-overlay-wrapper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

#cue-maximator-virtual-experience .swiper-button-next,
#cue-overlay-wrapper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

#cue-maximator-virtual-experience .swiper-horizontal,
#cue-overlay-wrapper .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

#cue-maximator-virtual-experience .swiper-vertical,
#cue-overlay-wrapper .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

#cue-maximator-virtual-experience .cue-pv,
#cue-maximator-virtual-experience .cue-pv > div,
#cue-overlay-wrapper .cue-pv,
#cue-overlay-wrapper .cue-pv > div {
  width: 100dvw;
  height: 100dvh;
  aspect-ratio: initial;
}

#cue-maximator-virtual-experience .cue-pv .cue-video-story-image-wrapper,
#cue-maximator-virtual-experience .cue-pv > div .cue-video-story-image-wrapper,
#cue-overlay-wrapper .cue-pv .cue-video-story-image-wrapper,
#cue-overlay-wrapper .cue-pv > div .cue-video-story-image-wrapper {
  display: block;
}

#cue-maximator-virtual-experience .cue-pv-back,
#cue-maximator-virtual-experience .cue-pv > div-back,
#cue-overlay-wrapper .cue-pv-back,
#cue-overlay-wrapper .cue-pv > div-back {
  position: absolute;
  z-index: 3000;
  left: 44px;
  top: 44px;
}

#cue-maximator-virtual-experience .cue-pv-selection,
#cue-maximator-virtual-experience .cue-pv > div-selection,
#cue-overlay-wrapper .cue-pv-selection,
#cue-overlay-wrapper .cue-pv > div-selection {
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cue-maximator-virtual-experience .cue-pv-selection-holder,
#cue-maximator-virtual-experience .cue-pv > div-selection-holder,
#cue-overlay-wrapper .cue-pv-selection-holder,
#cue-overlay-wrapper .cue-pv > div-selection-holder {
  width: 80dvw;
  max-width: 700px;
  display: flex;
  gap: 20px;
}

#cue-maximator-virtual-experience .cue-pv-selection-app,
#cue-maximator-virtual-experience .cue-pv > div-selection-app,
#cue-overlay-wrapper .cue-pv-selection-app,
#cue-overlay-wrapper .cue-pv > div-selection-app {
  background: #002b49;
  display: flex;
  flex-direction: column;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-pv-selection-app-image,
#cue-maximator-virtual-experience .cue-pv > div-selection-app-image,
#cue-overlay-wrapper .cue-pv-selection-app-image,
#cue-overlay-wrapper .cue-pv > div-selection-app-image {
  overflow: hidden;
  aspect-ratio: 16/9;
}

#cue-maximator-virtual-experience .cue-pv-selection-app-image > div,
#cue-maximator-virtual-experience .cue-pv > div-selection-app-image > div,
#cue-overlay-wrapper .cue-pv-selection-app-image > div,
#cue-overlay-wrapper .cue-pv > div-selection-app-image > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/9;
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-pv-selection-app-content,
#cue-maximator-virtual-experience .cue-pv > div-selection-app-content,
#cue-overlay-wrapper .cue-pv-selection-app-content,
#cue-overlay-wrapper .cue-pv > div-selection-app-content {
  color: #ffffff;
  padding: 20px;
}

#cue-maximator-virtual-experience .cue-pv-selection-app-content h3,
#cue-maximator-virtual-experience .cue-pv > div-selection-app-content h3,
#cue-overlay-wrapper .cue-pv-selection-app-content h3,
#cue-overlay-wrapper .cue-pv > div-selection-app-content h3 {
  margin-bottom: 20px;
}

#cue-maximator-virtual-experience .cue-pv-selection-app:hover,
#cue-maximator-virtual-experience .cue-pv > div-selection-app:hover,
#cue-overlay-wrapper .cue-pv-selection-app:hover,
#cue-overlay-wrapper .cue-pv > div-selection-app:hover {
  background: #0182ae;
}

#cue-maximator-virtual-experience .cue-pv-selection-app:hover .cue-pv-selection-app-image > div,
#cue-maximator-virtual-experience .cue-pv > div-selection-app:hover .cue-pv-selection-app-image > div,
#cue-overlay-wrapper .cue-pv-selection-app:hover .cue-pv-selection-app-image > div,
#cue-overlay-wrapper .cue-pv > div-selection-app:hover .cue-pv-selection-app-image > div {
  transform: scale(1.1);
}

#cue-maximator-virtual-experience .cue-pv .cue-video-story-breadcrumb,
#cue-overlay-wrapper .cue-pv .cue-video-story-breadcrumb {
  display: none;
}

#cue-maximator-virtual-experience .cue-pv-brand,
#cue-overlay-wrapper .cue-pv-brand {
  position: absolute;
  z-index: 4100;
  left: 37px;
  top: 34px;
  width: 125px;
}

#cue-maximator-virtual-experience .cue-pv .cue-video-story-scene-name,
#cue-overlay-wrapper .cue-pv .cue-video-story-scene-name {
  top: 112px;
  left: 37px;
  font-size: 40px;
}

#cue-maximator-virtual-experience .cue-pv-start,
#cue-overlay-wrapper .cue-pv-start {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4000;
  position: absolute;
  background: #ffffff;
}

#cue-maximator-virtual-experience .cue-pv-start-cards,
#cue-overlay-wrapper .cue-pv-start-cards {
  display: flex;
  gap: 46px;
  width: 100%;
  padding: 0 40px 0 70px;
}

#cue-maximator-virtual-experience .cue-pv-start-cards > div,
#cue-overlay-wrapper .cue-pv-start-cards > div {
  flex: 1;
}

#cue-maximator-virtual-experience .cue-pv-start-description,
#cue-overlay-wrapper .cue-pv-start-description {
  display: flex;
  align-items: center;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-start-description h1,
#cue-overlay-wrapper .cue-pv-start-description h1 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1.2;
}

#cue-maximator-virtual-experience .cue-pv-start-description h3,
#cue-overlay-wrapper .cue-pv-start-description h3 {
  font-size: 72px;
  line-height: 1.2;
}

#cue-maximator-virtual-experience .cue-pv-start-description p,
#cue-overlay-wrapper .cue-pv-start-description p {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 500;
}

#cue-maximator-virtual-experience .cue-pv-start-description .cue-button,
#cue-overlay-wrapper .cue-pv-start-description .cue-button {
  box-shadow: 15px 17px 32px 0 rgba(0, 0, 0, 0.5);
}

#cue-maximator-virtual-experience .cue-pv-start-description .cue-button:before,
#cue-overlay-wrapper .cue-pv-start-description .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-pv-start-description .cue-button,
#cue-overlay-wrapper .cue-pv-start-description .cue-button {
  background: #002b49;
  text-transform: none;
  color: #00c8f7;
  padding: 12px 50px;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}

#cue-maximator-virtual-experience .cue-pv-start-description .cue-button:hover,
#cue-overlay-wrapper .cue-pv-start-description .cue-button:hover {
  background: #00c8f7;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-start-card,
#cue-overlay-wrapper .cue-pv-start-card {
  aspect-ratio: 415/570;
  background: #00c8f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 15px 17px 32px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.25s ease-in-out;
  cursor: pointer;
}

#cue-maximator-virtual-experience .cue-pv-start-card-image,
#cue-overlay-wrapper .cue-pv-start-card-image {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 80px 100px 30px 100px;
}

#cue-maximator-virtual-experience .cue-pv-start-card-label,
#cue-overlay-wrapper .cue-pv-start-card-label {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 32px;
  color: #002b49;
  text-align: center;
  padding: 0 50px;
}

#cue-maximator-virtual-experience .cue-pv-start-card:hover,
#cue-overlay-wrapper .cue-pv-start-card:hover {
  box-shadow: none;
}

#cue-maximator-virtual-experience .cue-pv-select,
#cue-overlay-wrapper .cue-pv-select {
  width: 100%;
  height: 100%;
  background: #002b49;
  display: flex;
  justify-content: stretch;
  padding: 94px 37px;
  gap: 55px;
  position: absolute;
  z-index: 4000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}

#cue-maximator-virtual-experience .cue-pv-select.visible,
#cue-overlay-wrapper .cue-pv-select.visible {
  pointer-events: all;
  opacity: 1;
}

#cue-maximator-virtual-experience .cue-pv-select-close,
#cue-overlay-wrapper .cue-pv-select-close {
  position: absolute;
  top: 34px;
  right: 34px;
  background: #00c8f7;
  border: 1px solid #00c8f7;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-close:before,
#cue-overlay-wrapper .cue-pv-select-close:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-pv-select-close svg use,
#cue-overlay-wrapper .cue-pv-select-close svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-close:hover,
#cue-overlay-wrapper .cue-pv-select-close:hover {
  background: #002b49;
  color: #00c8f7;
}

#cue-maximator-virtual-experience .cue-pv-select-close:hover svg use,
#cue-overlay-wrapper .cue-pv-select-close:hover svg use {
  fill: #00c8f7;
}

#cue-maximator-virtual-experience .cue-pv-select-cards,
#cue-overlay-wrapper .cue-pv-select-cards {
  flex: 1;
  height: 100%;
  display: flex;
  box-shadow: 15px 17px 41px 0 rgba(0, 200, 247, 0.25);
}

#cue-maximator-virtual-experience .cue-pv-select-card,
#cue-overlay-wrapper .cue-pv-select-card {
  height: 100%;
  flex: 1;
  position: relative;
}

#cue-maximator-virtual-experience .cue-pv-select-card-title,
#cue-overlay-wrapper .cue-pv-select-card-title {
  position: absolute;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-card:nth-child(1),
#cue-overlay-wrapper .cue-pv-select-card:nth-child(1) {
  background: #00c8f7;
}

#cue-maximator-virtual-experience .cue-pv-select-card:nth-child(2),
#cue-overlay-wrapper .cue-pv-select-card:nth-child(2) {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-card:nth-child(2) .cue-pv-select-card-title,
#cue-overlay-wrapper .cue-pv-select-card:nth-child(2) .cue-pv-select-card-title {
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-pv-select-card:nth-child(3),
#cue-overlay-wrapper .cue-pv-select-card:nth-child(3) {
  background: #00a2cb;
}

#cue-maximator-virtual-experience .cue-pv-select-card-products,
#cue-overlay-wrapper .cue-pv-select-card-products {
  user-select: none;
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-pv-select-card-products .swiper,
#cue-overlay-wrapper .cue-pv-select-card-products .swiper {
  width: 100%;
  height: 100%;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product,
#cue-overlay-wrapper .cue-pv-select-card-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20% 0;
  box-sizing: border-box;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-image,
#cue-overlay-wrapper .cue-pv-select-card-product-image {
  width: 100%;
  height: 40%;
  pointer-events: none;
  position: absolute;
  top: 15%;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-image img,
#cue-overlay-wrapper .cue-pv-select-card-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 5px 26px rgba(0, 0, 0, 0.5));
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info,
#cue-overlay-wrapper .cue-pv-select-card-product-info {
  height: 55%;
  width: 70%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 74px 0 34px 0;
  text-align: center;
  gap: 20px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info .cue-button,
#cue-overlay-wrapper .cue-pv-select-card-product-info .cue-button {
  width: fit-content;
  background: #00c8f7;
  color: #002b49;
  font-size: 17px;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info .cue-button:before,
#cue-overlay-wrapper .cue-pv-select-card-product-info .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info .cue-button svg use,
#cue-overlay-wrapper .cue-pv-select-card-product-info .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info .cue-button:hover,
#cue-overlay-wrapper .cue-pv-select-card-product-info .cue-button:hover {
  background: #002b49;
  color: #00c8f7;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info .cue-button:hover svg use,
#cue-overlay-wrapper .cue-pv-select-card-product-info .cue-button:hover svg use {
  fill: #00c8f7;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info h2,
#cue-maximator-virtual-experience .cue-pv-select-card-product-info h4,
#cue-overlay-wrapper .cue-pv-select-card-product-info h2,
#cue-overlay-wrapper .cue-pv-select-card-product-info h4 {
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info h2,
#cue-overlay-wrapper .cue-pv-select-card-product-info h2 {
  font-size: 40px;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info h4,
#cue-overlay-wrapper .cue-pv-select-card-product-info h4 {
  font-size: 30px;
}

#cue-maximator-virtual-experience .cue-pv-select-card-product-info p,
#cue-overlay-wrapper .cue-pv-select-card-product-info p {
  font-size: 20px;
  padding: 0 20px;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation,
#cue-overlay-wrapper .cue-pv-select-navigation {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 55px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button,
#cue-overlay-wrapper .cue-pv-select-navigation-button {
  cursor: pointer;
  background: #00c8f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #002b49;
  padding: 5px;
  box-shadow: 15px 17px 32px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button.active,
#cue-overlay-wrapper .cue-pv-select-navigation-button.active {
  opacity: 1;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button strong,
#cue-overlay-wrapper .cue-pv-select-navigation-button strong {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button-description,
#cue-overlay-wrapper .cue-pv-select-navigation-button-description {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button.bottom,
#cue-overlay-wrapper .cue-pv-select-navigation-button.bottom {
  position: absolute;
  bottom: 0;
  background: white;
  opacity: 1;
  font-size: 14px;
  padding: 24px 0;
  width: 100%;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-pv-select-navigation-button.bottom:hover,
#cue-overlay-wrapper .cue-pv-select-navigation-button.bottom:hover {
  color: black;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-slots,
#cue-overlay-wrapper .cue-video-story-product-viewer-slots {
  padding: 0;
  padding-top: 10dvh;
  width: 60dvw;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .title.small,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .title.small {
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items.dropdown,
#cue-overlay-wrapper .cue-video-story-product-viewer-items.dropdown {
  pointer-events: all;
  width: 100px;
  left: 42px;
  top: 240px;
  width: 300px;
  position: absolute;
  z-index: 3000;
  background: white;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown {
  pointer-events: all;
  box-shadow: 12px 10px 40px 0px rgba(0, 0, 0, 0.18);
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline > span,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline > span {
  flex: 1;
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: start;
  padding-left: 20px;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c8f7;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:after, #cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:before,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:after,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button svg use {
  fill: #002b49;
  width: 22px;
  height: 22px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover {
  background: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-headline .cue-button:hover svg use {
  fill: #fff;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list.open,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list.open {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item {
  display: flex;
  padding: 13px 24px;
  background: rgba(0, 43, 73, 0.05);
  gap: 20px;
  box-shadow: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  padding: 0;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item:not(:first-of-type):before,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item:not(:first-of-type):before {
  content: "";
  background: #002b49;
  opacity: 0.2;
  left: 20px;
  right: 20px;
  height: 1px;
  top: 0px;
  position: absolute;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item:not(:first-of-type),
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item:not(:first-of-type) {
  margin-top: 0px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .image,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .image {
  height: 60px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  display: none;
  display: flex;
  justify-content: end;
  align-items: start;
  margin-left: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .image span,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .image span {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .title,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .title {
  flex: 1;
  padding: 17px;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #000;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item .icon,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item .icon {
  position: absolute;
  right: 6px;
  top: 10px;
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize {
  gap: 0;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize .title,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize .title {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize .image,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item.image-fullsize .image {
  background-color: transparent;
  margin: 0;
  width: 100%;
  height: auto;
  background-size: contain;
  aspect-ratio: 1112/394;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item:hover, #cue-maximator-virtual-experience .cue-video-story-product-viewer-items-dropdown-list-item.active,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item:hover,
#cue-overlay-wrapper .cue-video-story-product-viewer-items-dropdown-list-item.active {
  background: rgba(0, 200, 247, 0.15);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content ul li,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content ul li {
  font-weight: 500;
}

#cue-maximator-virtual-experience .cue-application,
#cue-overlay-wrapper .cue-application {
  background: white;
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-application,
  #cue-overlay-wrapper .cue-application {
    flex-direction: row;
  }
}

#cue-maximator-virtual-experience .cue-application-showroom, #cue-maximator-virtual-experience .cue-application-pv, #cue-maximator-virtual-experience .cue-application-dle,
#cue-overlay-wrapper .cue-application-showroom,
#cue-overlay-wrapper .cue-application-pv,
#cue-overlay-wrapper .cue-application-dle {
  flex: 1;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-application-showroom, #cue-maximator-virtual-experience .cue-application-pv, #cue-maximator-virtual-experience .cue-application-dle,
  #cue-overlay-wrapper .cue-application-showroom,
  #cue-overlay-wrapper .cue-application-pv,
  #cue-overlay-wrapper .cue-application-dle {
    align-items: center;
  }
}

#cue-maximator-virtual-experience .cue-application-showroom .cue-button, #cue-maximator-virtual-experience .cue-application-pv .cue-button, #cue-maximator-virtual-experience .cue-application-dle .cue-button,
#cue-overlay-wrapper .cue-application-showroom .cue-button,
#cue-overlay-wrapper .cue-application-pv .cue-button,
#cue-overlay-wrapper .cue-application-dle .cue-button {
  bottom: 10px;
}

@media (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-application-showroom .cue-button, #cue-maximator-virtual-experience .cue-application-pv .cue-button, #cue-maximator-virtual-experience .cue-application-dle .cue-button,
  #cue-overlay-wrapper .cue-application-showroom .cue-button,
  #cue-overlay-wrapper .cue-application-pv .cue-button,
  #cue-overlay-wrapper .cue-application-dle .cue-button {
    bottom: initial;
  }
}

#cue-maximator-virtual-experience .cue-application-showroom,
#cue-overlay-wrapper .cue-application-showroom {
  background-image: url("https://maximator-showroom.cdn.cuenect.online/aem/assets/Start-showroom.jpg");
  /* .cue-button {
    left: 300px;
    top: 90%;
  } */
}

#cue-maximator-virtual-experience .cue-application-pv,
#cue-overlay-wrapper .cue-application-pv {
  /* .cue-button {
    left: calc(50% - 80px);
    top: 54%;
  } */
  background-image: url("https://maximator-showroom.cdn.cuenect.online/aem/assets/Start-pv.jpg");
}

#cue-maximator-virtual-experience .cue-application-dle,
#cue-overlay-wrapper .cue-application-dle {
  /*  .cue-button {
    left: calc(50% - 110px);
    top: 32%;
  } */
  background-image: url("https://maximator-showroom.cdn.cuenect.online/aem/assets/Start-DLE.jpg");
}

#cue-maximator-virtual-experience .ps,
#cue-overlay-wrapper .ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

#cue-maximator-virtual-experience .scrollbar-container,
#cue-overlay-wrapper .scrollbar-container {
  position: relative;
  height: 100%;
}

#cue-maximator-virtual-experience .ps__rail-y,
#cue-overlay-wrapper .ps__rail-y {
  display: none;
}

#cue-maximator-virtual-experience .cue-brand,
#cue-overlay-wrapper .cue-brand {
  position: absolute;
  top: 12px;
  right: 16px;
  height: 26px;
  aspect-ratio: 250/46;
  z-index: 2000;
}

#cue-maximator-virtual-experience .cue-brand svg,
#cue-overlay-wrapper .cue-brand svg {
  aspect-ratio: 250/46;
}

@media (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-brand,
  #cue-overlay-wrapper .cue-brand {
    top: 24px;
    right: 24px;
    height: 34px;
  }
}

@media (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-brand,
  #cue-overlay-wrapper .cue-brand {
    right: auto;
    top: 34px;
    left: 77px;
    height: 72px;
  }
}

#cue-maximator-virtual-experience .virtual-experience,
#cue-overlay-wrapper .virtual-experience {
  width: 100%;
  z-index: initial;
}

#cue-maximator-virtual-experience .virtual-experience:not(.split-view),
#cue-overlay-wrapper .virtual-experience:not(.split-view) {
  overflow: hidden;
}

#cue-maximator-virtual-experience .cue-video-PV-Morph .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-PV-Morph .cue-video-story-model-viewer {
  display: none !important;
}

#cue-maximator-virtual-experience .cue-button,
#cue-overlay-wrapper .cue-button {
  font-family: var(--headline-font);
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* .cue-video-story-floating-menu-tabs-item {
    font-family: var(--headline-font);
    font-weight: 700;
    font-size: 22px;
    &:after {
      background: color(MONZA);
    }
  } */
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton {
  background: rgba(0, 0, 0, 0.001) !important;
  pointer-events: all;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton::before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton::before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton > .cue-icon,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton > .cue-icon {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton > span,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 16px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.41);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton svg {
  width: 50px;
  height: 50px;
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton .cue-loading-indicator:before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton .cue-loading-indicator:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #00ccff;
  position: absolute;
  left: 17px;
  top: 17px;
  border-radius: 999px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton:hover svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton:hover svg {
  transform: scale(1.2);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton[data-splitview-enabled=true] .label,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton[data-splitview-enabled=true] .label {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton[data-splitview-enabled=true] .cue-loading-indicator,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-touchButton[data-splitview-enabled=true] .cue-loading-indicator {
  transform: scale(0.5);
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 16px;
  color: #ffffff;
  background: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:before,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:before {
  background: linear-gradient(-4deg, transparent 33%, #df0024 34%, #df0024 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:hover {
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default:hover svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true] svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true] svg {
  display: block;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true],
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true] {
  padding: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true] svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-default[data-splitview-enabled=true] svg {
  width: 20px;
  height: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon {
  font-size: 16px;
  font-weight: 900;
  padding: 12px 10px 10px 10px;
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button svg use, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button svg use,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover svg use, .pdf-toolbar #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use, #cue-maximator-virtual-experience .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover svg use, #cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-button-secondary:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .pdf-toolbar .cue-button:hover svg use,
.pdf-toolbar #cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-video-story-button-holder-grouped .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-slidein-toggle-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button.cue-video-story-floating-infobox-item-icon:hover svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] svg,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link .cue-button[data-splitview-enabled=true] svg {
  margin: 0;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder .cue-video-story-button-holder-link-indicator,
#cue-overlay-wrapper .cue-video-story-button-holder .cue-video-story-button-holder-link-indicator {
  position: absolute;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: #df0024;
  transition: opacity 0.25s ease-in-out;
  padding: 2px;
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped {
  z-index: 1400;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-button-holder-grouped,
  #cue-overlay-wrapper .cue-video-story-button-holder-grouped {
    transition: bottom 0.25s;
    bottom: var(--safe-zone, 20px);
  }
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder-grouped .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-button-holder-grouped .cue-button svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-slidein,
#cue-overlay-wrapper .cue-video-story-slidein {
  position: absolute;
  z-index: 2500;
  top: 136px;
  right: 0;
  max-height: calc(100% - 108px - 145px);
  height: calc(var(--scroll-height) + var(--description-height) + 100px);
  width: 457px;
  right: 0px;
  transform: translateX(437px);
  transition: transform 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-headline,
#cue-overlay-wrapper .cue-video-story-slidein-headline {
  position: absolute;
  left: 20px;
  transform: translateX(-100%);
  background: yellow;
  transition: left 0.5s ease-in-out, transform 0.5s ease-in-out;
  font-family: var(--headline-font);
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  background: #df0024;
  padding: 5px 14px;
  top: -44px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-slidein-headline,
  #cue-overlay-wrapper .cue-video-story-slidein-headline {
    padding: 5px 34px;
    top: -60px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-slidein-container,
#cue-overlay-wrapper .cue-video-story-slidein-container {
  position: absolute;
  width: 457px;
  height: 100%;
  padding: 10px 0px;
  mask: none;
  background: white;
  backdrop-filter: blur(5px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button {
  position: absolute;
  z-index: 2600;
  top: 14px;
  left: -24px;
  width: 36px;
  height: 36px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
  #cue-overlay-wrapper .cue-video-story-slidein-toggle-button {
    top: 14px;
    left: -36px;
    width: 48px;
    height: 48px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button:before,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button:before {
  background: linear-gradient(-4deg, transparent 33%, #bd001e 34%, #bd001e 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-toggle-button svg use,
#cue-overlay-wrapper .cue-video-story-slidein-toggle-button svg use {
  fill: #ffffff !important;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content,
#cue-overlay-wrapper .cue-video-story-slidein-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description,
#cue-overlay-wrapper .cue-video-story-slidein-content-description {
  color: #000000;
  margin-top: 9px;
  width: calc(100% - 48px);
  margin-bottom: 14px;
  padding-left: 0px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description.cue-video-story-slidein-content-description-headline,
#cue-overlay-wrapper .cue-video-story-slidein-content-description.cue-video-story-slidein-content-description-headline {
  font-size: 24px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description,
#cue-overlay-wrapper .cue-video-story-slidein-content-description {
  font-weight: 500;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h2,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h1,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h2 {
  font-family: var(--headline-font);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h1 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-slidein-content-description h1,
  #cue-overlay-wrapper .cue-video-story-slidein-content-description h1 {
    font-size: 26px !important;
    font-weight: 700 !important;
  }
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-description h2,
#cue-overlay-wrapper .cue-video-story-slidein-content-description h2 {
  font-size: 22px !important;
  font-weight: 500 !important;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll {
  flex: 1;
  position: relative;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner {
  position: absolute;
  inset: 0;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-x,
#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-y,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-x,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-y {
  opacity: 0.6;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner .ps__rail-y,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner .ps__rail-y {
  right: 10px !important;
  opacity: 0;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-scroll-inner:hover .ps__rail-y,
#cue-overlay-wrapper .cue-video-story-slidein-content-scroll-inner:hover .ps__rail-y {
  opacity: 0.6;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer {
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: end;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer .cue-button,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer .cue-button {
  color: #002b49;
  padding: 14px 15px 12px 15px;
  line-height: 1;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer .cue-button:hover {
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content-footer,
#cue-overlay-wrapper .cue-video-story-slidein-content-footer {
  font-size: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element {
  font-weight: 400;
  margin-bottom: 15px;
  color: #000000;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element h3,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--headline-font);
  margin-left: -24px;
  padding-left: 25px;
  width: fit-content;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element ul,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element ul {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element ul li,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element ul li {
  list-style: square;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element ul li ul,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element ul li ul {
  margin-left: 40px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element p,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element p {
  font-size: 14px;
  font-weight: 500;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element p a,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element p a {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files {
  list-style: circle;
  margin-left: 0;
  margin-left: 0 !important;
  margin-top: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li {
  margin-bottom: 15px;
  cursor: pointer;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 17px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li svg,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li svg {
  width: 27px;
  height: 27px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li svg use,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li svg use {
  fill: #000000;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li span,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li span {
  padding-top: 4px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li:hover,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li:hover {
  color: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li:hover svg use,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-video-story-content-element .cue-video-content-files li:hover svg use {
  fill: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item {
  text-align: left;
  margin-bottom: 0;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item h3,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item h3 {
  margin-bottom: -10px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  background: none;
  color: #000000;
  text-align: left;
  align-items: start;
  margin-left: -30px;
  text-transform: none;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button:before,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button:before {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button svg,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button svg {
  display: block;
  transform: rotate(90deg);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button svg use,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button svg use {
  fill: #000000;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button span,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button span {
  margin-left: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button:hover {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item .cue-button:hover svg use,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item .cue-button:hover svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content .cue-accordion-item.open .cue-button svg,
#cue-overlay-wrapper .cue-video-story-slidein-content .cue-accordion-item.open .cue-button svg {
  transform: rotate(-90deg);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-description-headline,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only .cue-video-story-slidein-content-description-headline {
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-content.content-only .cue-video-story-slidein-headline,
#cue-overlay-wrapper .cue-video-story-slidein-content.content-only .cue-video-story-slidein-headline {
  position: relative;
  left: initial;
  top: initial;
  transform: none;
  font-size: 14px !important;
  transition: none;
  display: flex;
  padding: 0;
  width: 100%;
  padding: 5px 15px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein-open,
#cue-overlay-wrapper .cue-video-story-slidein-open {
  transform: translateX(-75px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-open .cue-video-story-slidein-headline,
#cue-overlay-wrapper .cue-video-story-slidein-open .cue-video-story-slidein-headline {
  left: 0px;
  transform: translateX(0%);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-hidden,
#cue-overlay-wrapper .cue-video-story-slidein-hidden {
  transform: translateX(690px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein-in-transition,
#cue-overlay-wrapper .cue-video-story-slidein-in-transition {
  pointer-events: none;
  transform: translateX(690px);
}

#cue-maximator-virtual-experience .cue-video-story-slidein .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-story-slidein .cue-video-infobox-content {
  height: initial;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-container,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-container {
  background: white;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h1,
#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h2,
#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h3,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h1,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h2,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description h3 {
  font-size: 24px;
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description p,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content-description p {
  font-size: 22px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content {
  font-weight: 500;
  margin-bottom: 17px;
  color: #002b49;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content h3,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 3px solid #00ccff;
  display: inline-block !important;
  width: fit-content !important;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content ul,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content ul {
  margin-left: 12px;
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content ul li,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content ul li {
  list-style: "- ";
}

#cue-maximator-virtual-experience .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content p a,
#cue-overlay-wrapper .cue-video-story-slidein.product-viewer .cue-video-story-slidein-content .cue-video-infobox-content p a {
  color: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-content-element li,
#cue-maximator-virtual-experience .cue-video-story-content-element td,
#cue-maximator-virtual-experience .cue-video-content-files li,
#cue-maximator-virtual-experience .cue-video-content-files td,
#cue-overlay-wrapper .cue-video-story-content-element li,
#cue-overlay-wrapper .cue-video-story-content-element td,
#cue-overlay-wrapper .cue-video-content-files li,
#cue-overlay-wrapper .cue-video-content-files td {
  font-size: 12px !important;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element li,
  #cue-maximator-virtual-experience .cue-video-story-content-element td,
  #cue-maximator-virtual-experience .cue-video-content-files li,
  #cue-maximator-virtual-experience .cue-video-content-files td,
  #cue-overlay-wrapper .cue-video-story-content-element li,
  #cue-overlay-wrapper .cue-video-story-content-element td,
  #cue-overlay-wrapper .cue-video-content-files li,
  #cue-overlay-wrapper .cue-video-content-files td {
    font-size: 14px !important;
  }
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element li,
  #cue-maximator-virtual-experience .cue-video-story-content-element td,
  #cue-maximator-virtual-experience .cue-video-content-files li,
  #cue-maximator-virtual-experience .cue-video-content-files td,
  #cue-overlay-wrapper .cue-video-story-content-element li,
  #cue-overlay-wrapper .cue-video-story-content-element td,
  #cue-overlay-wrapper .cue-video-content-files li,
  #cue-overlay-wrapper .cue-video-content-files td {
    font-size: 16px !important;
  }
}

#cue-maximator-virtual-experience .cue-video-story-content-element h3,
#cue-maximator-virtual-experience .cue-video-content-files h3,
#cue-overlay-wrapper .cue-video-story-content-element h3,
#cue-overlay-wrapper .cue-video-content-files h3 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element h3,
  #cue-maximator-virtual-experience .cue-video-content-files h3,
  #cue-overlay-wrapper .cue-video-story-content-element h3,
  #cue-overlay-wrapper .cue-video-content-files h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-content-element h3,
  #cue-maximator-virtual-experience .cue-video-content-files h3,
  #cue-overlay-wrapper .cue-video-story-content-element h3,
  #cue-overlay-wrapper .cue-video-content-files h3 {
    font-size: 22px !important;
    margin-bottom: 5px !important;
  }
}

#cue-maximator-virtual-experience .cue-video-content-files,
#cue-overlay-wrapper .cue-video-content-files {
  margin-top: 0 !important;
}

#cue-maximator-virtual-experience .cue-video-content-files li,
#cue-overlay-wrapper .cue-video-content-files li {
  margin-bottom: 5px !important;
}

#cue-maximator-virtual-experience .cue-video-content-files li svg,
#cue-overlay-wrapper .cue-video-content-files li svg {
  width: 20px !important;
  height: 20px !important;
}

#cue-maximator-virtual-experience .cue-video-story,
#cue-overlay-wrapper .cue-video-story {
  user-select: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item {
  animation: fadeIn 0.5s ease-in-out forwards;
  opacity: 1;
  transform: translateY(0px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.onShowComplete,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.onShowComplete {
  transition: left 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(1),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(1) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(2),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(2) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(3),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(3) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(4),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(4) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(5),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(5) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(6),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(6) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(7),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(7) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(8),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(8) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(9),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(9) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item:nth-child(10),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item:nth-child(10) {
  animation-delay: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-title,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-title {
  position: absolute;
  left: 20px;
  transform: translateY(calc(-100% - 30px)) translateX(-26px);
  transition: left 0.5s ease-in-out, transform 0.5s ease-in-out;
  font-family: var(--headline-font);
  font-size: 30px;
  font-weight: 900;
  width: fit-content;
  color: #ffffff;
  background: #df0024;
  padding: 5px 34px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-title,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-title {
  position: relative;
  transform: none;
  left: initial;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.content-only .cue-video-story-floating-infobox-item-content-action {
  position: relative;
  bottom: initial;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.hidden,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.hidden {
  left: calc(var(--left) + 460px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.hidden .cue-video-story-floating-infobox-item-title,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.hidden .cue-video-story-floating-infobox-item-title {
  transform: translateY(calc(-100% - 30px)) translateX(-100%);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item.hidden .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item.hidden .cue-video-story-floating-infobox-item-content-action {
  left: 30px;
  transition: left 0.5s ease-in-out;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content {
  padding: 16px 26px 16px 26px;
  color: #002b49;
  max-width: min(30cqi, 400px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-slogan,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-slogan {
  font-family: var(--headline-font);
  padding: 0px 14px;
  font-size: 16px;
  background: #df0024 !important;
  font-weight: 900;
  text-transform: none;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  transform: translateY(calc(-100% - 26px));
  font-family: var(--headline-font);
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  background: #df0024;
  padding: 2px 14px 0px 14px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-slogan,
  #cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-slogan {
    padding: 0px 14px;
    font-size: 24px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content.content-only .cue-video-story-slidein-toggle-button,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content.content-only .cue-video-story-slidein-toggle-button {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-action {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #df0024;
  text-transform: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-action span,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-action span {
  font-family: var(--headline-font) !important;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-content-action {
  position: absolute;
  bottom: -56px;
  left: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h3 {
  font-size: 22px;
  line-height: 1.2;
  user-select: none;
  display: flex;
  align-items: center;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h1,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h2,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h3,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h4,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h5,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item h6,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h1,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h2,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h4,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h5,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item h6 {
  white-space: normal;
  font-family: var(--headline-font);
  font-size: 24px;
  font-weight: 900;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item p,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item td,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item p,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item td {
  font-family: var(--default-font);
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr:not(:last-of-type),
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr:not(:last-of-type) {
  border-bottom: 1px solid #c0ced8;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr th,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr th {
  padding: 0;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr td,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr td {
  padding: 5px 0;
  font-size: 16px;
  border: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item table tr td:first-child,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item table tr td:first-child {
  font-weight: 600;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item ul,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item ul {
  padding-top: 14px;
  margin-left: 20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item ul li,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item ul li {
  display: list-item;
  list-style-type: square;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon {
  position: absolute;
  left: -20px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon svg use,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-icon-disabled,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-icon-disabled {
  pointer-events: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original .mdx,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item .cue-video-story-floating-infobox-item-content-original .mdx {
  max-height: 0;
  padding-top: 0px;
  overflow: hidden;
  transition: all 0.25s;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open {
  z-index: 20;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original {
  width: auto;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original .mdx,
#cue-overlay-wrapper .cue-video-story-floating-infobox-item-open .cue-video-story-floating-infobox-item-content-original .mdx {
  display: block;
  padding-top: 14px;
  max-height: var(--max-height, 300px);
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox-in-transition,
#cue-overlay-wrapper .cue-video-story-floating-infobox-in-transition {
  opacity: 0;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-slogan,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-slogan {
  font-size: 32px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content {
  padding: 15px 30px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content h3,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content h3 {
  font-size: 22px;
  margin-bottom: -5px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content p,
#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content td,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content p,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content td {
  padding-top: 0;
  line-height: 18px;
  font-size: 14px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: -64px;
  background: #00ccff;
  color: #002b49;
  padding: 13px 12px 11px 12px;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:before, #cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:after,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:before,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:after {
  display: none;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action svg use,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action svg use {
  fill: #002b49;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:hover,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:hover {
  background-color: #002b49;
  color: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:hover svg use,
#cue-overlay-wrapper .cue-video-story-floating-infobox.product-viewer .cue-video-story-floating-infobox-item-content-action:hover svg use {
  fill: #ffffff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#cue-maximator-virtual-experience,
#cue-overlay-wrapper {
  /* @keyframes hideRight {
    from {
      left: var(--left);
    }
    to {
      left: 400px;
    }
  }
   */
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item,
#cue-overlay-wrapper .cue-video-story-tree-view-item {
  margin-left: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item > div {
  padding: 7px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item.active > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item.active > div {
  background: none;
  color: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item ul li,
#cue-overlay-wrapper .cue-video-story-tree-view-item ul li {
  margin-left: 10px;
}

#cue-maximator-virtual-experience .cue-video-story-tree-view-item ul li.active > div,
#cue-overlay-wrapper .cue-video-story-tree-view-item ul li.active > div {
  background: none;
  color: #df0024;
}

#cue-maximator-virtual-experience .cue-loading-indicator,
#cue-overlay-wrapper .cue-loading-indicator {
  width: 50px;
  height: 50px;
  position: relative;
}

#cue-maximator-virtual-experience .cue-loading-indicator:after,
#cue-overlay-wrapper .cue-loading-indicator:after {
  animation: none;
  display: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator:before,
#cue-overlay-wrapper .cue-loading-indicator:before {
  display: none !important;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div,
#cue-overlay-wrapper .cue-loading-indicator > div {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(1),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(1) {
  background: #df0024;
  animation: none;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(2),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(2) {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-color: #df0024;
  animation: pulse 2s ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}

#cue-maximator-virtual-experience .cue-loading-indicator > div:nth-child(3),
#cue-overlay-wrapper .cue-loading-indicator > div:nth-child(3) {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-color: #df0024 rgba(0, 0, 0, 0);
  animation: spin 2s ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item,
#cue-overlay-wrapper .cue-video-story-product-viewer-item {
  background-size: contain;
  background-size: 40%;
  background-position: top 0;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item-label,
#cue-overlay-wrapper .cue-video-story-product-viewer-item-label {
  background: none;
  font-family: var(--headline-font);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0;
  color: #df0024;
  font-size: 12px;
}

@container (min-width: 1240px) {
  #cue-maximator-virtual-experience .cue-video-story-product-viewer-item-label,
  #cue-overlay-wrapper .cue-video-story-product-viewer-item-label {
    font-size: 14px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer,
#cue-overlay-wrapper .cue-video-story-model-viewer {
  z-index: 200;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer.blur,
#cue-overlay-wrapper .cue-video-story-model-viewer.blur {
  backdrop-filter: none !important;
}

#cue-maximator-virtual-experience .cue-webgl-player-loading,
#cue-overlay-wrapper .cue-webgl-player-loading {
  inset: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cue-maximator-virtual-experience .pdf-toolbar .cue-button,
#cue-overlay-wrapper .pdf-toolbar .cue-button {
  background: #df0024;
}

#cue-maximator-virtual-experience .pdf-toolbar .cue-button svg use,
#cue-overlay-wrapper .pdf-toolbar .cue-button svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .pdf-toolbar .cue-button::before,
#cue-overlay-wrapper .pdf-toolbar .cue-button::before {
  background: linear-gradient(-4deg, transparent 33%, #df0024 34%, #df0024 66%, transparent 67%);
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-position: 0 0;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close, #cue-maximator-virtual-experience .cue-modal .cue-button-close:hover,
#cue-overlay-wrapper .cue-modal .cue-button-close,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover {
  background: #df0024;
}

#cue-maximator-virtual-experience .cue-modal .cue-button-close svg use, #cue-maximator-virtual-experience .cue-modal .cue-button-close:hover svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close svg use,
#cue-overlay-wrapper .cue-modal .cue-button-close:hover svg use {
  fill: #ffffff;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item.floating-menu,
#cue-overlay-wrapper .cue-video-story-product-viewer-item.floating-menu {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 5px;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item.floating-menu .cue-video-story-product-viewer-item-image,
#cue-overlay-wrapper .cue-video-story-product-viewer-item.floating-menu .cue-video-story-product-viewer-item-image {
  margin-top: 10px;
  flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#cue-maximator-virtual-experience .cue-video-story-product-viewer-item.floating-menu .cue-video-story-product-viewer-item-label,
#cue-overlay-wrapper .cue-video-story-product-viewer-item.floating-menu .cue-video-story-product-viewer-item-label {
  position: relative;
}

#cue-maximator-virtual-experience .embla,
#cue-overlay-wrapper .embla {
  max-width: 100dvw;
  width: 100%;
  overflow: hidden;
  margin: auto;
  --slide-height: 400px;
  --slide-spacing-lg: 0rem;
  --slide-size-lg: var(--slide-size);
}

#cue-maximator-virtual-experience .embla__viewport,
#cue-overlay-wrapper .embla__viewport {
  overflow: hidden;
}

#cue-maximator-virtual-experience .embla__container,
#cue-overlay-wrapper .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

@media (min-width: 1200px) {
  #cue-maximator-virtual-experience .embla__container,
  #cue-overlay-wrapper .embla__container {
    margin-left: calc(var(--slide-spacing-lg) * -1);
  }
}

#cue-maximator-virtual-experience .embla__slide,
#cue-overlay-wrapper .embla__slide {
  min-width: 0;
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}

@media (min-width: 1200px) {
  #cue-maximator-virtual-experience .embla__slide,
  #cue-overlay-wrapper .embla__slide {
    flex: 0 0 var(--slide-size-lg);
    padding-left: var(--slide-spacing-lg);
  }
}

#cue-maximator-virtual-experience .embla__slide__number,
#cue-overlay-wrapper .embla__slide__number {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  user-select: none;
}

#cue-maximator-virtual-experience .swiper-slide.limited,
#cue-overlay-wrapper .swiper-slide.limited {
  opacity: 1;
}

#cue-maximator-virtual-experience .swiper-slide.limited[data-active-inview=false],
#cue-overlay-wrapper .swiper-slide.limited[data-active-inview=false] {
  opacity: 0;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset {
  display: flex;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button {
  top: initial;
  bottom: 20px;
  padding: 3px;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button svg,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button svg {
  width: 14px;
  height: 14px;
}

@container (min-width: 768px) {
  #cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button,
  #cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button {
    bottom: 35%;
    right: 575px;
    padding: 8px;
  }
  #cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button svg,
  #cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button svg {
    width: 20px;
    height: 20px;
  }
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button {
  background: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-model-viewer-inner-reset .cue-button:hover,
#cue-overlay-wrapper .cue-video-story-model-viewer-inner-reset .cue-button:hover {
  background: #df0024;
}

#cue-maximator-virtual-experience .cue-video-story-slidein,
#cue-overlay-wrapper .cue-video-story-slidein {
  z-index: 1000;
}

#cue-maximator-virtual-experience .cue-video-story-button-holder,
#cue-overlay-wrapper .cue-video-story-button-holder {
  z-index: 800;
}

#cue-maximator-virtual-experience .cue-video-story-floating-menu-tabs,
#cue-overlay-wrapper .cue-video-story-floating-menu-tabs {
  z-index: 801;
}

#cue-maximator-virtual-experience .cue-video-story-navigation,
#cue-overlay-wrapper .cue-video-story-navigation {
  z-index: 802;
}

#cue-maximator-virtual-experience .cue-video-story-inner-render-portal-holder,
#cue-overlay-wrapper .cue-video-story-inner-render-portal-holder {
  z-index: 600;
}