/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --ui_margin: 20px;
  --ui_padding: 10px;
  --modal_margin: 40px;
  --app_min_width: 400px;
  --app_max_width: 600px;
  --app_min_fontSize: 16px;
  --app_max_fontSize: 16px;
  --ios_background: #000000;
  --app_background: #000000;
  --screen_background: #fff;
  --screen_radius: 20px;
  --heading_color: #666666;
  --heading_font: sans-serif;
  --heading_font_weight: normal;
  --h1_font_size: 3rem;
  --h1_line_height: 3rem;
  --h2_font_size: 2rem;
  --h2_line_height: 2rem;
  --h3_font_size: 2rem;
  --h3_line_height: 2rem;
  --h4_font_size: 2rem;
  --h4_line_height: 2rem;
  --h5_font_size: 2rem;
  --h5_line_height: 2rem;
  --h6_font_size: 2rem;
  --h6_line_height: 2rem;
  --text_color: #000000;
  --text_font: sans-serif;
  --button_radius: 4px;
  --button_color: #ffffff;
  --button_font: sans-serif;
  --button_background: #666666;
  --button_background_hover: #000000;
  --button_primary_color: #ffffff;
  --button_primary_font: sans-serif;
  --button_primary_background: #000000;
  --button_primary_background_hover: #000000;
  --button_secondary_color: #ffffff;
  --button_secondary_font: sans-serif;
  --button_secondary_background: #666666;
  --button_secondary_background_hover: #cccccc;
  --input_border_color: #666666;
  --loading_elements_color: #ffffff; }

@keyframes frames {
  from {
    background-position: 0% 0; }
  to {
    background-position: 100% 0; } }

@keyframes framesX {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 100%; } }

@keyframes framesY {
  from {
    background-position-y: 0%; }
  to {
    background-position-y: 100%; } }

@keyframes framesVisibility {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0; } }

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

@keyframes lensFlare {
  from {
    background-size: 100% 100%; }
  to {
    background-size: 120% 120%; } }

.animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-sizing: border-box; }

/*
//Animation Example:
.animationContainer {
	@include ratioBox(FRAME_WIDTH, FRAME_HEIGHT);

	.animation {
		background-image: url('../assets/images/spritesheets/sheet.png');
		animation: frames 2s steps(FRAME_COUNT-1) forwards;
	}
}
*/
@keyframes scaleIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes boxMove {
  0% {
    top: 80px; }
  20% {
    top: 0; }
  80% {
    top: 0; }
  100% {
    top: 80px; } }

@keyframes speed {
  0% {
    background-position: top left; }
  25% {
    background-position: top right; }
  50% {
    background-position: bottom left; }
  75% {
    background-position: bottom right; } }

@media (max-width: 599px) {
  .desktop {
    display: none; } }

@media (min-width: 600px) and (max-width: 1279px) {
  .desktop {
    display: none; } }

@media (min-width: 1280px) {
  .desktop {
    display: block; } }

@media (max-width: 599px) {
  .mobile {
    display: block; } }

@media (min-width: 600px) and (max-width: 1279px) {
  .mobile {
    display: block; } }

@media (min-width: 1280px) {
  .mobile {
    display: none; } }

body,
p,
label {
  font-family: var(--text_font);
  color: var(--text_color); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--heading_font_weight);
  font-family: var(--heading_font);
  color: var(--heading_color); }

h1 {
  font-size: var(--h1_font_size);
  line-height: var(--h1_line_height); }

h2 {
  font-size: var(--h2_font_size);
  line-height: var(--h2_line_height); }

h3 {
  font-size: var(--h3_font_size);
  line-height: var(--h3_line_height); }

h4 {
  font-size: var(--h4_font_size);
  line-height: var(--h4_line_height); }

h5 {
  font-size: var(--h5_font_size);
  line-height: var(--h5_line_height); }

h6 {
  font-size: var(--h6_font_size);
  line-height: var(--h6_line_height); }

.smallText {
  font-size: 0.6rem;
  line-height: 0.6rem; }

textarea,
select,
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
  border-radius: 0;
  height: 2.5rem; }

input[type="date"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  height: 2.5rem;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #ffffff; }

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,25 100,25 50,75'/></svg>"); }

.checkboxField input {
  display: none; }

.checkboxField label:before {
  content: "\f0c8";
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px; }

.checkboxField input:checked + label:before {
  content: "\f14a"; }

.radioField input {
  display: none; }

.radioField label:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px; }

.radioField input:checked + label:before {
  content: "\f192"; }

.loadingSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center; }
  .loadingSpinner i {
    font-size: 8rem; }

html,
body {
  font-size: 16px; }
  @media screen and (min-width: 400px) {
    html,
    body {
      font-size: calc(16px + 0 * ((100vw - 400px) / 200)); } }
  @media screen and (min-width: 600px) {
    html,
    body {
      font-size: 16px; } }

html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: fixed;
  position: sticky;
  overflow: hidden; }

body {
  height: 100%;
  min-height: 100%;
  max-height: 100%; }

body {
  background: var(--ios_background); }

a {
  color: inherit;
  -webkit-touch-callout: none; }

img {
  -webkit-touch-callout: none; }

img.downloadable {
  -webkit-touch-callout: default; }

#app {
  width: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  position: relative;
  background: var(--app_background);
  overflow: hidden; }

.imgInText {
  max-height: 5rem; }

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

.screen {
  position: absolute;
  margin: var(--ui_margin);
  background: var(--screen_background);
  border-radius: var(--screen_radius);
  width: calc(100% - var(--ui_margin) * 2);
  height: calc(100% - var(--ui_margin) * 2);
  max-width: var(--app_max_width);
  margin: var(--ui_margin) auto;
  transform: translateX(-50%);
  left: 50%; }
  .screen .screenContent {
    position: relative;
    margin: var(--ui_padding);
    width: calc(100% - var(--ui_padding) * 2);
    height: calc(100% - var(--ui_padding) * 2);
    overflow: hidden; }
  .screen [type='color'], .screen [type='date'], .screen [type='datetime'], .screen [type='datetime-local'], .screen [type='email'], .screen [type='month'], .screen [type='number'], .screen [type='password'], .screen [type='search'], .screen [type='tel'], .screen [type='text'], .screen [type='time'], .screen [type='url'], .screen [type='week'], .screen input:not([type]), .screen textarea,
  .screen select {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--input_border_color); }
  .screen .fieldContainer {
    margin-bottom: 0.5rem; }
    .screen .fieldContainer label {
      margin-bottom: 0.2rem;
      display: block; }
    .screen .fieldContainer.checkboxField::after {
      clear: both;
      content: "";
      display: block; }
    .screen .fieldContainer.checkboxField label,
    .screen .fieldContainer.checkboxField input {
      margin-bottom: 0rem;
      float: left;
      vertical-align: middle; }
    .screen .fieldContainer.checkboxField input {
      height: 1rem;
      width: 1rem;
      box-sizing: border-box;
      margin-right: 10px; }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.button {
  color: var(--button_color);
  background: var(--button_background);
  border-radius: var(--button_radius);
  font-family: var(--button_font);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem; }
  .button:hover, .button:active {
    background: var(--button_background_hover);
    text-decoration: none; }
  .button.button-primary {
    color: var(--button_primary_color);
    background: var(--button_primary_background);
    font-family: var(--button_primary_font); }
  .button.button-secondary {
    color: var(--button_secondary_color);
    background: var(--button_secondary_background);
    font-family: var(--button_secondary_font); }
  .button.button-centered {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block; }
  @media (max-height: 600px) {
    .button {
      font-size: 0.8rem;
      padding: 6px 20px; } }

.roundButton {
  color: var(--button_color);
  background: var(--button_background);
  border-radius: 50%;
  font-family: var(--button_font);
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 4rem;
  height: 4rem;
  font-size: 2rem; }
  .roundButton img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0px auto; }
  .roundButton:hover, .roundButton:active {
    background: var(--button_background_hover);
    text-decoration: none; }
  .roundButton.roundButton-centered {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: block; }
  .roundButton.roundButton-small {
    width: 3rem;
    height: 3rem; }

.redhatButton {
  width: 80px;
  height: 80px;
  border: none;
  display: block;
  outline: none;
  background: none;
  animation: scaleIn 1s forwards; }
  .redhatButton * {
    transition: 0.5s all; }
  .redhatButton .buttonBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .redhatButton .buttonBackgroundActive {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ee0000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0); }
  .redhatButton .buttonImage {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ee0000; }
  .redhatButton .buttonImageActive {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    opacity: 0; }
  .redhatButton .buttonLabel {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: bottom;
    left: 0;
    top: -15%;
    width: 100%;
    height: 30%;
    text-align: center;
    background-color: rgba(30, 95, 114, 0.6);
    color: white;
    transform: scale(0);
    opacity: 0; }
  .redhatButton:hover .buttonBackground {
    transform: translate(-50%, -50%) scale(1.1);
    background: lightBlue; }
  .redhatButton:hover .buttonLabel {
    opacity: 1;
    transform: scale(1); }
  .redhatButton.active .buttonBackgroundActive {
    transform: translate(-50%, -50%) scale(1); }
  .redhatButton.active .buttonImageActive {
    opacity: 1; }
  .redhatButton.active:hover .buttonBackgroundActive {
    transform: translate(-50%, -50%) scale(1.1);
    background: #cc0000; }
  @media (min-width: 600px) and (max-width: 1279px) {
    .redhatButton {
      width: 50px;
      height: 50px; } }
  @media (max-height: 600px) {
    .redhatButton {
      width: 40px;
      height: 40px; }
      .redhatButton .buttonLabel {
        display: none; } }

.redhatButton#muteButton .buttonImage {
  background-color: transparent;
  background-image: url("../assets/images/sound_on.svg"); }

.redhatButton#muteButton .buttonImageActive {
  background-color: transparent;
  background-image: url("../assets/images/sound_off.svg"); }

.redhatButton#subtitlesButton .buttonImage {
  background-color: transparent;
  background-image: url("../assets/images/cc_off.svg"); }

.redhatButton#subtitlesButton .buttonImageActive {
  background-color: transparent;
  background-image: url("../assets/images/cc_on.svg"); }

.redhatButton#exitButton .buttonImage {
  background-color: transparent;
  background-image: url("../assets/images/exit_off.svg"); }

.redhatButton#exitButton .buttonImageActive {
  background-color: transparent;
  background-image: url("../assets/images/exit_on.svg"); }

.redhatButton#redhatButton .buttonImage {
  background-color: transparent;
  background-image: url("../assets/images/redhat_logo_hat.png"); }

.subtitles {
  position: absolute;
  bottom: 10vh;
  left: 12.5vw;
  right: 12.5vw;
  width: 75vw;
  text-align: center; }
  .subtitles .subtitlesWindow {
    background-color: red;
    padding: 1vh 3vw;
    text-align: center;
    display: inline-block;
    margin: 0px auto; }
  .subtitles .subtitlesLine1,
  .subtitles .subtitlesLine2 {
    margin: 0;
    font-size: 3vw;
    line-height: 3vw;
    font-style: italic; }
    .subtitles .subtitlesLine1 span,
    .subtitles .subtitlesLine2 span {
      background-color: black;
      color: white;
      padding: 1vh;
      display: inline-block; }

/*
.loading_01 {
	@include ratioBox(940px, 940px); // Size of one frame

	.animation {
		background-image: url('../assets/images/spritesheets/loading_01_sheet.png');
		animation: frames 2s steps(59) infinite; //number of frames -1
	}
}
*/
.squareFrame {
  position: absolute;
  width: 100%;
  position: relative; }
  .squareFrame::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 100%; }
  .squareFrame::after {
    content: "";
    display: table;
    clear: both; }
  .squareFrame img,
  .squareFrame video,
  .squareFrame canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    overflow: hidden; }

.MessageScreen {
  text-align: center; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "RedHatDisplay";
  src: url("../assets/fonts/redhat/RedHatDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

#app {
  background-color: white;
  background-image: url("../assets/images/blurbackground.jpg");
  background-position: center;
  background-size: cover;
  font-family: "RedHatDisplay", sans-serif; }

.RedHatExperienceScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; }

.videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  border: none;
  overflow: hidden; }
  @media (max-height: 600px) {
    .videoFrame {
      height: calc(100% - 80px); } }
  @media (min-width: 600px) and (max-width: 1279px) {
    .videoFrame {
      height: calc(100% - 80px);
      left: 15%;
      width: 70%; } }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.loadingCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  background-image: url("../assets/images/blurbackground.jpg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: 1s opacity; }
  .loadingCover.hidden {
    opacity: 0;
    pointer-events: none; }
  .loadingCover button {
    margin-top: 20px; }
  .loadingCover .loadingContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 50px;
    text-align: center;
    max-width: 650px;
    min-height: 500px;
    box-sizing: border-box; }
    .loadingCover .loadingContent img {
      height: 60px; }
    @media (max-height: 600px) {
      .loadingCover .loadingContent {
        padding: 20px;
        max-width: initial;
        min-height: initial; }
        .loadingCover .loadingContent img {
          height: 30px; } }
    .loadingCover .loadingContent h1 {
      font-weight: 900;
      color: #ee0000;
      font-size: 4rem;
      margin: 2rem 0rem; }
      @media (max-height: 600px) {
        .loadingCover .loadingContent h1 {
          font-size: 2rem;
          line-height: 2rem;
          margin: 0.5rem; } }
    .loadingCover .loadingContent p {
      font-size: 1.1rem;
      line-height: 1.5rem;
      text-align: left;
      letter-spacing: 0.05rem; }
      @media (max-height: 600px) {
        .loadingCover .loadingContent p {
          font-size: 0.8rem;
          line-height: 1.2rem; } }
    .loadingCover .loadingContent .bar {
      border: 2px solid #a0b6be;
      background: white;
      border-radius: 5px;
      height: 11px;
      width: 100%;
      box-sizing: border-box; }
      .loadingCover .loadingContent .bar .bar_inner {
        background: #ee0000;
        border-radius: 5px;
        height: 7px; }

.swagContent {
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 1s;
  opacity: 0;
  pointer-events: none; }
  .swagContent.show {
    opacity: 1; }
  .swagContent.hide {
    opacity: 0; }
  @media (max-height: 600px) {
    .swagContent {
      top: calc(50%);
      padding: 20px;
      width: 80%;
      max-width: initial;
      min-height: initial; }
      .swagContent img {
        height: 40px; } }
  .swagContent h1 {
    font-weight: 900;
    color: #ee0000;
    font-size: 4rem;
    margin: 2rem 0rem;
    line-height: 1; }
    @media (max-width: 1440px) {
      .swagContent h1 {
        font-size: 3rem;
        line-height: 3rem; } }
    @media (max-height: 600px) {
      .swagContent h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0.5rem; } }
  .swagContent p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-align: left;
    letter-spacing: 0.05rem; }
    @media (max-height: 600px) {
      .swagContent p {
        font-size: 0.7rem;
        line-height: 1rem; } }
  .swagContent a {
    margin-top: 20px;
    pointer-events: all; }

.redhatUI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .redhatUI * {
    pointer-events: all; }
  .redhatUI .footer {
    background-color: black;
    background-image: url("../assets/images/logo_white.svg");
    background-position: 20px center;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-size: auto 60px; }
    @media (min-width: 600px) and (max-width: 1279px) {
      .redhatUI .footer {
        height: 80px;
        background-size: auto 40px; } }
    @media (max-height: 600px) {
      .redhatUI .footer {
        height: 80px;
        background-size: auto 20px;
        background-position: 20px 25px; } }
  .redhatUI #muteButton {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media (max-height: 600px) {
      .redhatUI #muteButton {
        bottom: 25px; } }
  .redhatUI #subtitlesButton {
    position: absolute;
    right: 120px;
    bottom: 20px; }
    @media (min-width: 600px) and (max-width: 1279px) {
      .redhatUI #subtitlesButton {
        right: 90px; } }
    @media (max-height: 600px) {
      .redhatUI #subtitlesButton {
        right: 75px;
        bottom: 25px; } }
  .redhatUI #exitButton {
    position: absolute;
    right: 20px;
    top: 20px; }

.statsWindow {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  color: white; }
  @media (max-height: 600px) {
    .statsWindow {
      font-size: 10px; } }

.marker {
  position: absolute;
  pointer-events: none; }
  .marker * {
    pointer-events: none; }
  .marker #box {
    width: 256px;
    height: 256px;
    background-image: url("../assets/images/spritesheets/box/box.png");
    animation: boxX 0.5s steps(8) 9 forwards, boxY 4s steps(8) forwards;
    position: absolute;
    top: 240px;
    left: 0; }

@keyframes boxX {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 100%; } }

@keyframes boxY {
  from {
    background-position-y: 0%; }
  to {
    background-position-y: 100%; } }
  .marker #smoke {
    width: 146px;
    height: 146px;
    background-image: url("../assets/images/spritesheets/box/smoke.png");
    animation: smokeX 0.6666666667s steps(6) 7 forwards, smokeY 4s steps(6) forwards;
    position: absolute;
    top: 0;
    left: 55px;
    transform: scale(2);
    transform-origin: top; }

@keyframes smokeX {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 100%; } }

@keyframes smokeY {
  from {
    background-position-y: 0%; }
  to {
    background-position-y: 100%; } }
  .marker .boxContents {
    position: absolute;
    width: 256px;
    height: 376px;
    animation: boxMove 4s forwards, framesVisibility 4s forwards; }
  .marker#boxAnim, .marker#costsBox, .marker#controlBox, .marker#complianceBox, .marker#accessBox, .marker#speedBox, .marker#scalabilityBox {
    width: 256px;
    height: 376px;
    transform: translate(-50%, -70%) scale(1.5);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#boxAnim, .marker#costsBox, .marker#controlBox, .marker#complianceBox, .marker#accessBox, .marker#speedBox, .marker#scalabilityBox {
        transform: translate(-50%, -70%) scale(0.75); } }
  .marker#accessBox {
    transform: translate(-50%, -70%) scale(1.5); }
    @media (max-height: 600px) {
      .marker#accessBox {
        transform: translate(-50%, -70%) scale(0.675); } }
  .marker#complianceBox {
    transform: translate(-50%, -70%) scale(1.2); }
    @media (max-height: 600px) {
      .marker#complianceBox {
        transform: translate(-50%, -40%) scale(0.54); } }
  .marker#controlBox {
    transform: translate(-50%, -60%) scale(1.2); }
    @media (max-height: 600px) {
      .marker#controlBox {
        transform: translate(-50%, -60%) scale(0.54); } }
  .marker#speedBox {
    transform: translate(-50%, -70%) scale(1.3); }
    @media (max-height: 600px) {
      .marker#speedBox {
        transform: translate(-50%, -70%) scale(0.585); } }
  .marker#costsBox {
    transform: translate(-50%, -70%) scale(1.5); }
    @media (max-height: 600px) {
      .marker#costsBox {
        transform: translate(-50%, -35%) scale(0.675); } }
  .marker#scalabilityBox {
    transform: translate(-50%, -70%) scale(1.6); }
    @media (max-height: 600px) {
      .marker#scalabilityBox {
        transform: translate(-50%, -70%) scale(0.72); } }
  .marker#titleCosts {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/costs.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleCosts {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#titleControl {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/control.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleControl {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#titleCompliance {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/compliance.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleCompliance {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#titleAccess {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/access.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleAccess {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#titleSpeed {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/speed.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleSpeed {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#titleScalability {
    width: 660px;
    height: 140px;
    background-image: url("../assets/images/spritesheets/titles/scalability.png");
    animation: framesX 0.2083333333s steps(5) 25, framesY 5s steps(24) forwards, framesVisibility 5s forwards;
    transition: opacity 0.5s;
    transform: translate(-50%, -50%) scale(1.5);
    left: 50%;
    top: calc(50% - 60px);
    position: absolute;
    pointer-events: none; }
    @media (max-height: 600px) {
      .marker#titleScalability {
        transform: translate(-50%, -50%) scale(0.75);
        top: calc(50% - 40px); } }
  .marker#whiteFade {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: all 1s;
    opacity: 0; }
    .marker#whiteFade.on {
      opacity: 1; }
    .marker#whiteFade.off {
      opacity: 0; }
  .marker#speedLines {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../assets/images/spritesheets/speedlines.png");
    background-size: 200% 200%;
    background-position: top left;
    transition: opacity 1s;
    opacity: 0;
    animation: speed 0.3s steps(1);
    animation-iteration-count: infinite; }
    .marker#speedLines.on {
      opacity: 1; }
    .marker#speedLines.off {
      opacity: 0; }
  .marker#lensFlare {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../assets/images/lensflare.jpg");
    background-size: 100% 100%;
    background-position: center;
    transition: opacity 1s;
    opacity: 0;
    mix-blend-mode: screen; }
    .marker#lensFlare.on {
      opacity: 1;
      animation: lensFlare 5s forwards; }
    .marker#lensFlare.off {
      opacity: 0;
      animation: none; }
  .marker#doorsLogo {
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    transform-origin: bottom;
    transform: translate(-50%, -100%);
    position: absolute;
    pointer-events: none;
    transition: transform 7s, top 7s, opacity 1s;
    background: url("../assets/images/doorsLogo.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (max-height: 600px) {
      .marker#doorsLogo {
        width: 300px;
        height: 200px; } }
    .marker#doorsLogo.on {
      top: -200px;
      opacity: 1;
      transform: translate(-50%, -100%) scale(3); }
    .marker#doorsLogo.off {
      top: 35%;
      opacity: 0;
      transform: translate(-50%, -100%) scale(0.5); }
  .marker#doorsLogo3D {
    width: 600px;
    height: 400px;
    left: 50%;
    transform-origin: bottom;
    transform: translate(-50%, -100%);
    position: absolute;
    pointer-events: none;
    transition: transform 7s, top 7s, opacity 1s;
    background: url("../assets/images/doorsLogo.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (max-height: 600px) {
      .marker#doorsLogo3D {
        width: 300px;
        height: 200px; } }
    .marker#doorsLogo3D.on {
      top: -200px;
      opacity: 1;
      transform: translate(-50%, -100%) scale(3); }
    .marker#doorsLogo3D.off {
      top: 35%;
      opacity: 0;
      transform: translate(-50%, -100%) scale(0.5); }
  .marker#goHigher {
    transform-origin: top left;
    transition: transform 1s, opacity 1s;
    opacity: 0;
    transform: scale(0); }
    .marker#goHigher.on {
      opacity: 1;
      transform: scale(1); }
    .marker#goHigher.off {
      opacity: 0;
      transform: scale(0); }
  .marker#LeftDoor_Text_Marker, .marker#RightDoor_Text_Marker {
    transition: opacity 1s;
    opacity: 0; }
    .marker#LeftDoor_Text_Marker p, .marker#RightDoor_Text_Marker p {
      color: #1e5f72;
      white-space: pre;
      padding: 30px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 20px; }
    .marker#LeftDoor_Text_Marker.on, .marker#RightDoor_Text_Marker.on {
      opacity: 1; }
    .marker#LeftDoor_Text_Marker.off, .marker#RightDoor_Text_Marker.off {
      opacity: 0; }
  .marker#LeftDoor_Text_Marker {
    text-align: right;
    transform: translate(-120%, -50%); }
    @media (max-height: 600px) {
      .marker#LeftDoor_Text_Marker {
        transform: translate(-100%, -50%) scale(0.7); } }
  .marker#RightDoor_Text_Marker {
    transform: translate(20%, -50%); }
    @media (max-height: 600px) {
      .marker#RightDoor_Text_Marker {
        transform: translate(0%, -50%) scale(0.7); } }

.subtitles {
  bottom: 0;
  left: 0px;
  right: 0px;
  width: calc(100%); }
  @media (max-width: 1440px) {
    .subtitles {
      left: 480px;
      right: 220px;
      width: calc(100% - 700px); } }
  @media (min-width: 600px) and (max-width: 1279px) {
    .subtitles {
      left: 0px;
      right: 0px;
      width: calc(100%); } }
  @media (max-height: 600px) {
    .subtitles {
      bottom: 20px;
      left: 150px;
      right: 150px;
      width: calc(100% - 300px); } }
  .subtitles .subtitlesWindow {
    background-color: transparent;
    padding: 15px 30px; }
    @media (max-height: 600px) {
      .subtitles .subtitlesWindow {
        padding: 0; } }
  .subtitles .subtitlesLine1,
  .subtitles .subtitlesLine2 {
    background-color: transparent;
    font-size: 30px;
    line-height: 30px; }
    @media (max-width: 1440px) {
      .subtitles .subtitlesLine1,
      .subtitles .subtitlesLine2 {
        font-size: 22px; } }
    @media (min-width: 600px) and (max-width: 1279px) {
      .subtitles .subtitlesLine1,
      .subtitles .subtitlesLine2 {
        font-size: 16px;
        line-height: 12px; } }
    @media (max-height: 600px) {
      .subtitles .subtitlesLine1,
      .subtitles .subtitlesLine2 {
        font-size: 14px;
        line-height: 12px; } }
  .subtitles .subtitlesLine1 span {
    background-color: transparent;
    padding: 10px;
    padding-bottom: 5px; }
  .subtitles .subtitlesLine2 span {
    background-color: transparent;
    padding: 10px;
    padding-top: 5px; }
  .subtitles.mobileFix {
    bottom: 120px;
    left: 0;
    right: 0;
    width: 100%;
    background: black; }

.bubble {
  color: #ee0000;
  background: white;
  border-radius: 22.5px;
  padding: 22.5px;
  font-size: 30px;
  position: absolute;
  box-shadow: 0px 0px 15px 7.5px rgba(160, 182, 190, 0.4);
  transition: transform 1s, opacity 1s;
  opacity: 0;
  transform: scale(0);
  pointer-events: all;
  cursor: pointer; }
  @media (max-height: 600px) {
    .bubble {
      border-radius: 10.5px;
      padding: 10.5px;
      font-size: 14px;
      box-shadow: 0px 0px 7px 3.5px rgba(160, 182, 190, 0.4); } }
  .bubble.on {
    opacity: 1; }
  .bubble.off {
    opacity: 0; }
  .bubble::after {
    content: "";
    position: absolute; }
  .bubble.top.left {
    transform-origin: top left; }
    .bubble.top.left.on {
      transform: scale(1); }
    .bubble.top.left.off {
      transform: scale(0); }
    .bubble.top.left::after {
      top: -7px;
      left: -10.5px;
      transform-origin: top;
      transform: rotate(-45deg);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 21px solid white; }
  .bubble.top.center {
    transform-origin: top; }
    .bubble.top.center.on {
      transform: translateX(-50%) scale(1); }
    .bubble.top.center.off {
      transform: translateX(-50%) scale(0); }
    .bubble.top.center::after {
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 21px solid white; }
  .bubble.top.right {
    transform-origin: top right; }
    .bubble.top.right.on {
      transform: translateX(-100%) scale(1); }
    .bubble.top.right.off {
      transform: translateX(-100%) scale(0); }
    .bubble.top.right::after {
      top: -7px;
      right: -10.5px;
      transform-origin: top;
      transform: rotate(45deg);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 21px solid white; }
  .bubble.middle.left {
    transform-origin: left; }
    .bubble.middle.left.on {
      transform: translateY(-50%) scale(1); }
    .bubble.middle.left.off {
      transform: translateY(-50%) scale(0); }
    .bubble.middle.left::after {
      left: -14px;
      top: 50%;
      transform: translateY(-50%);
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-right: 21px solid white; }
  .bubble.middle.right {
    transform-origin: right; }
    .bubble.middle.right.on {
      transform: translate(-100%, -50%) scale(1); }
    .bubble.middle.right.off {
      transform: translate(-100%, -50%) scale(0); }
    .bubble.middle.right::after {
      right: -14px;
      top: 50%;
      transform: translateY(-50%);
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 21px solid white; }
  .bubble.bottom.left {
    transform-origin: bottom left; }
    .bubble.bottom.left.on {
      transform: translate(0%, -100%) scale(1); }
    .bubble.bottom.left.off {
      transform: translate(0%, -100%) scale(0); }
    .bubble.bottom.left::after {
      bottom: -7px;
      left: -10.5px;
      transform-origin: bottom;
      transform: rotate(45deg);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 21px solid white; }
  .bubble.bottom.center {
    transform-origin: bottom; }
    .bubble.bottom.center.on {
      transform: translate(-50%, -100%) scale(1); }
    .bubble.bottom.center.off {
      transform: translate(-50%, -100%) scale(0); }
    .bubble.bottom.center::after {
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 21px solid white; }
  .bubble.bottom.right {
    transform-origin: right; }
    .bubble.bottom.right.on {
      transform: translate(-100%, -100%) scale(1); }
    .bubble.bottom.right.off {
      transform: translate(-100%, -100%) scale(0); }
    .bubble.bottom.right::after {
      bottom: -7px;
      right: -10.5px;
      transform-origin: bottom;
      transform: rotate(-45deg);
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 21px solid white; }

#teconsent {
  z-index: 0 !important;
  bottom: 120px !important; }
  @media (min-width: 600px) and (max-width: 1279px) {
    #teconsent {
      bottom: 80px !important; } }
  @media (max-height: 600px) {
    #teconsent {
      bottom: 80px !important; } }

/*# sourceMappingURL=style.css.map */