html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #ec6608;
  font-size: 15px;
  font-family: "Arial", Sans-serif;
}
body #lang-nav {
  position: fixed;
  right: 0;
  top: 0;
  padding: 2em;
}
body #lang-nav ul {
  font-family: "Arial", Sans-serif;
  text-rendering: optimizeLegibility;
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
body #lang-nav ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 0.5em;
}
body #lang-nav ul li a {
  text-decoration: none;
  color: brown;
}
body #lang-nav ul li a.active {
  color: white;
  font-size: 0.85rem;
}
body #container {
  max-width: 1020px;
  margin: 0 auto;
}
body #container h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
}
body #container h1 img {
  width: 500px;
  max-width: 70%;
}
body #container h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  color: #000000;
  font-family: "Arial", Sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  body #container h2 {
    margin: 10px 0 40px 0;
  }
}
@media (max-width: 767px) {
  body #container h2 {
    margin: 10px 0 20px 0;
    font-size: 16px;
  }
}
body #container .brand {
  text-align: center;
  margin: 20px auto;
}
@media (max-width: 1024px) {
  body #container .brand {
    margin: 5% auto;
  }
}
@media (max-width: 480px) {
  body #container .brand {
    margin: 5% auto 0;
    height: 180px;
  }
}
body #container .brand img {
  width: 200px;
  max-width: 20%;
}
@media (max-width: 1024px) {
  body #container .brand img {
    max-width: 40%;
  }
}
body #container #stores-links {
  text-align: center;
  margin-top: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  body #container #stores-links {
    margin-top: 1% !important;
  }
}
body #container #stores-links div {
  width: 43%;
}
body #container #stores-links img {
  width: 350px;
}
@media (max-width: 1024px) {
  body #container #stores-links img {
    max-width: 80%;
  }
}
body #container #videojs-sprite-thumbnails-player {
  background-color: white;
  margin-top: 84px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  body #container #videojs-sprite-thumbnails-player {
    margin-top: 5% !important;
  }
}

#videojs-sprite-thumbnails-player {
  max-width: 1020px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.video-js .vjs-big-play-button {
  top: 87%;
  background-color: #ec6608;
  width: 1.63332em;
  margin-left: -0.81666em;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .video-js .vjs-big-play-button {
    width: 1.2em;
    margin-left: -0.6em;
    height: 1.2em;
    margin-top: -0.6em;
    font-size: 1.6em;
    line-height: 1em;
  }
}
.video-js .vjs-big-play-button:hover {
  background-color: #b2ccd5;
}

.vjs-fade-out {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s;
  -ms-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.vjs-poster {
  background-size: cover;
}

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