._3d-holder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  
  .page-title {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 500px;
    height: 200px;
    margin-top: 50px;
    margin-left: 55px;
    font-family: 'Indian type foundry diodrum', sans-serif;
    font-weight: 600;
  }
  
  .black-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 24px;
    font-family: 'Indian type foundry diodrum', sans-serif;
    font-weight: 600;
  }
  
  .red-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(227, 0, 29);
    font-size: 24px;
    line-height: 20px;
    font-family: 'Indian type foundry diodrum', sans-serif;
    font-weight: 600;
  }
  
  .bold-text {
      font-family: 'Indian type foundry diodrum', sans-serif;
      font-weight: 600;
  }
  
  #clickable-title {
    cursor: pointer;
  }
  
  .logo {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 100px;
    display: block;
  }
  
  .copyright {
    position: absolute;
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 85px;
    margin-left: -250px;
    display: none;
  }
  
  .copyright-text {
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Indian type foundry diodrum', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  
  .nav-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 86px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  #navbar {
    display: none;
  }
  
  #hide-when-playing-video {
    display: block;
  }
  
  .nav-button {
    width: 160px;
    height: 86px;
    cursor: pointer;
  }
  
  .nav-button.intro-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-button.why-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-button.cs-menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
  }
  
  .nav-button-hb {
    width: 100%;
    height: 86px;
    cursor: pointer;
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  .btntext {
    width: auto;
    height: auto;
    font-family: 'Indian type foundry diodrum', sans-serif;
    color: #fff;
    font-size: 24px;
  }
  
  .btntext.blue-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #00b2ff;
    cursor: pointer;
  }
  
  .btntext.cs-menu-btn {
    width: auto;
    height: 40px;
    margin-left: 10px;
    padding-top: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
    cursor: pointer;
  }
  
  .cs-menu-flyout {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 140px;
    height: 90px;
    margin-top: -70px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .menu-btns-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  /* Not Flex box */
  #cs-menu-flyout
  {
      display: none;
  }
  
  /* Flex box children */
  #cs-menu-btn1
  {
      display: flex;
  }
  
  #cs-menu-btn2
  {
      display: flex;
  }
  
  #cs-menu-btn3
  {
      display: none;
  }
  
  .zdepth
  {
    z-index: 5;
  }
  
  #play-btn
  {
    display: none;
  }
  
  #play-btn2
  {
    display: none;
  }
  
  .nav-button.stop-btn-img {
    background-image: url('../images/btn_stop.png');
  }
  
  #stop-btn
  {
    display: block;
  }
  
  #stop-btn2
  {
    display: block;
  }
  
  .left-btn-grp {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 880px;
    margin-left: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .right-btn-grp {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 212px;
    margin-right: 140px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .icon-btn {
    width: 86px;
    height: 86px;
    cursor: pointer;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  
  .icon-btn.snd-off-img {
    background-image: url('../images/icon_sound-OFF_36x47.png');
  }
  
  .icon-btn.snd-on-img {
    background-image: url('../images/icon_sound-ON_36x47.png');
  }
  
  .icon-btn.gloss-img {
    background-image: url('../images/icon-glossary.svg');
  }
  
  .icon-btn.email-img {
    background-image: url('../images/email-icon.svg');
  }
  
  .icon-btn.cc-on-img {
    background-image: url('../images/icon_captions_41x37.png');
  }
  
  .icon-btn.cc-off-img {
    background-image: url('../images/icon_captions_OFF_41x37.png');
  }
  
  .icon-btn.info-on-img {
    background-image: url('../images/icon_info.png');
  }
  
  .icon-btn.info-off-img {
    background-image: url('../images/icon_info_OFF.png');
  }
  
  #snd-btn {
    display: block;
  }
  
  #snd-off-btn {
    display: none;
  }
  
  #cc-btn {
    display: none;
  }
  
  #cc-off-btn {
    display: block;
  }
  
  #info-btn {
    display: block;
  }
  
  #info-off-btn {
    display: none;
  }
  
  #snd-btn2 {
    display: block;
  }
  
  #snd-off-btn2 {
    display: none;
  }
  
  #cc-btn2 {
    display: none;
  }
  
  #cc-off-btn2 {
    display: block;
  }
  
  #info-btn2 {
    display: block;
  }
  
  #info-off-btn2 {
    display: none;
  }
  
  .callout {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 320px;
    height: 400px;
    margin-top: -10px;
    cursor: pointer;
  }
  
  #callout-11
  {
    display: none;
  }
  
  #callout-10
  {
    display: none;
  }
  
  #callout-09
  {
    display: none;
  }
  
  #callout-08
  {
    display: none;
  }
  
  #callout-07
  {
    display: none;
  }
  
  #callout-06
  {
    display: none;
  }
  
  #callout-05
  {
    display: none;
  }
  
  #callout-04
  {
    display: none;
  }
  
  #callout-03
  {
    display: none;
  }
  
  #callout-02
  {
    display: none;
  }
  
  #callout-01
  {
    display: none;
  }
  
  .copyright {
    position: absolute;
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 500px;
    height: 85px;
    margin-left: -250px;
    display: none;
  }
  
  .copyright-text {
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Diodrum, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  
  /* CC Dialog */
  
  .cc-dialog {
    position: absolute;
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 92px;
    width: 500px;
    height: 100px;
    margin-left: -250px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
  }
  
  .cc-text {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: normal;
  }
  
  .cc-flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .dialog-fill-screen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .dialog-fill-screen.info {
      background-image: url('../images/open-screen-ICS.png');
  }
  
  #info-dialog {
    display: none;
  }
  
  #video-overlay {
    display: none;
  }
  
  .playback-controls {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  #playback-controls
  {
    display: none;
  }
  
  .playback-control
  {
    width: 75px;
    height: 75px;
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .playback-control.play-btn {
    background-image: url('../images/play.png');
  }
  
  .playback-control.play-btn:hover {
    background-image: url('../images/play-hover.png');
  }
  
  .playback-control.stop-btn {
    margin-right: 40px;
    background-image: url('../images/stop_exit.png');
  }
  
  .playback-control.stop-btn:hover {
    background-image: url('../images/stop_exit-hover.png');
  }
  
  .playback-control.pause-btn {
    background-image: url('../images/pause.png');
  }
  
  .playback-control.pause-btn:hover {
    background-image: url('../images/pause-hover.png'), url('../images/pause.png');
  }
  
  #play-pbc-btn
  {
    display: none;
  }
  
  .preloader-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }
  
  .logo-preloader {
    position: static;
    width: 386px;
    height: 109px;
    background-image: url('../images/qnity-logo-black-no@3x.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .progress-bar {
    width: 386px;
    height: 10px;
    margin-top: 20px;
  }
  
  .progress-bar-fill {
    width: 0%;
    height: 100%;
    float: left;
    background-color: #000000;
  }
  
  .hamburger-grp {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 100px;
    height: 100%;
    margin-left: 40px;
    background-image: url('../images/hamburger_icon.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .menu-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .hamburger-menu {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 89px;
    width: 300px;
    height: auto;
  }
  
  #hamburger-menu
  {
    display: none;
  }
  
  .gear-grp {
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 0%;
    display: none;
    width: 100px;
    height: 100%;
    background-image: url('../images/gear_icon.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .gear-menu {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 89px;
    width: 150px;
    height: auto;
  }
  
  #gear-menu
  {
    display: none;
  }
  
  .glossarydot {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    margin-top: -2px;
    margin-left: -2px;
    background-image: url('../images/triangle-red-2.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .cutawaysliderholder {
    position: absolute;
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 93px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 80px;
    margin-left: -250px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.7); */
  }
  
  .silderitemholder {
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .slidecontainer {
    width: 100%; /* Width of the outside container */
  }
  
  .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    background: transparent;
    background-image: url('../images/slider02-back-white.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: transparent;
    background-image: url('../images/slider01-btn.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
  }
  
  #sliderHolder
  {
      display: none;
  }
  
  #calloutholder
  {
      display: block;
  }
  
  #glossaryDots {
    display: none;
  }
  
  .calloutholder {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 10px;
    height: 10px;
    margin-top: 100px;
    margin-right: 400px;
    background-color: transparent;
  }
  
  .glossarydotholder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 10px;
    height: 10px;
    background-color: transparent;
  }
  
  .tmp-hide {
    display: none;
  }
  
  @media screen and (max-width: 1400px) {
    .nav-button.intro-btn-img {
      display: block;
    }
  
    .left-btn-grp {
      display: none;
    }
  
    .right-btn-grp {
      display: none;
    }
  
    .hamburger-grp {
      display: block;
    }
  
    .gear-grp {
      display: block;
    }
  }
  
  @media screen and (max-width: 960px) {
    .stop-btn {
      margin-right: 5px;
    }
  
    .logo-preloader {
      width: 300px;
      height: 100px;
    }
  
    .progress-bar {
      width: 300px;
    }
  
    .hamburger-grp {
      margin-left: 0px;
    }
  
    .gear-grp {
      right: 0px;
    }
  
    .dialog-fill-screen.info {
      background-image: url('../images/open-screen-ICS-mobile.png');
    }
  
    .glossarydot {
      width: 20px;
      height: 20px;
    }
  }
  
  /* FONTS */
  
  @font-face {
      font-family: 'Indian type foundry diodrum';
      src: url('../fonts/Indian-Type-Foundry---Diodrum.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Indian type foundry diodrum';
      src: url('../fonts/Indian-Type-Foundry---Diodrum-Semibold.otf') format('opentype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }