@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap);
/** Colors **/
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; }

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; }

button {
  background: transparent;
  border: none;
  outline: 0; }

*::-moz-selection {
  background-color: red;
  color: white; }

*::selection {
  background-color: red;
  color: white; }

/** Colors **/
html,
body,
#__next {
  height: 100%; }

button {
  outline: 0;
  cursor: pointer; }

.react-i-slider {
  position: relative;
  padding: 0; }

.react-i-slider ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.react-i-slider-prev,
.react-i-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.react-i-slider-prev {
  left: 0; }

.react-i-slider-next {
  right: 0; }

.react-i-slider-list {
  -webkit-transition: all ease-in;
  transition: all ease-in; }

.react-i-slider-list > ul {
  position: relative; }

.react-i-slider-list > ul > li {
  display: inline-block; }

.react-i-slider-pager {
  text-align: center; }

.react-i-slider-pager li {
  display: inline-block;
  margin: 0 5px; }

.react-i-slider-pager button {
  padding: 0;
  outline: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: grey;
  cursor: pointer; }

.react-i-slider-pager .is-active {
  background: black; }

.test {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px; }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

@font-face {
  font-family: 'OldEnglish';
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/OLDENGL.otf") format("opentype"), url("/static/fonts/OLDENGL.woff") format("woff"), url("/static/fonts/OLDENGL.ttf") format("truetype"); }

@-webkit-keyframes listFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; } }

@keyframes listFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; } }

/** Colors **/
#view-error {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #view-error h2 {
    color: red;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 30px; }
  #view-error p {
    max-width: 500px;
    margin: auto;
    text-align: center;
    font-family: "Oswald", sans-serif; }
  #view-error a {
    color: black; }

/** Colors **/
.loader {
  background: black;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity ease-out 1.2s;
  transition: opacity ease-out 1.2s;
  background-image: url("/static/images/home/loader.jpg"); }
  @media screen and (max-width: 1025px) {
    .loader {
      background-image: url("/static/images/home/mobile-loader.jpg"); } }
  .loader .progress-bar {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: grey; }
    .loader .progress-bar .progress-bar-fill {
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      background: red;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    .loader .progress-bar.is-loaded {
      -webkit-animation: loader-fade-out 0.5s ease-in 0.5s forwards;
              animation: loader-fade-out 0.5s ease-in 0.5s forwards; }
  .loader .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-width: 80%;
    opacity: 1;
    -webkit-animation: fade-in cubic-bezier(0.42, 0, 0.31, 1) 2s;
            animation: fade-in cubic-bezier(0.42, 0, 0.31, 1) 2s; }
    @media screen and (max-width: 1025px) {
      .loader .loader-content {
        width: 100%; } }
  .loader .locale-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    margin-top: 50px; }
    .loader .locale-links li a {
      color: #ff0000;
      text-decoration: none;
      letter-spacing: 3px;
      padding: 10px; }
    .loader .locale-links li + li::before {
      content: '-';
      color: #ff0000;
      padding: 0 10px; }
  .loader img {
    width: 436px; }
    @media screen and (max-width: 1025px) {
      .loader img {
        width: 100%; } }
  .loader.animate img {
    -webkit-animation: loader-fade-out ease-in 0.5s forwards;
            animation: loader-fade-out ease-in 0.5s forwards; }
  .loader.animate {
    -webkit-animation: loader-fade-out 0.5s ease-in 0.5s forwards;
            animation: loader-fade-out 0.5s ease-in 0.5s forwards;
    pointer-events: none; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes loader-fade-out {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -1; } }

@keyframes loader-fade-out {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -1; } }

/** Colors **/
/** Colors **/
#view-home {
  position: relative; }
  #view-home.mobile {
    height: 100%; }

/** Colors **/
/** Colors **/
.mobile-episode-blocks {
  height: 100%;
  z-index: 1;
  position: relative; }

/** Colors **/
.mobile-episode-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden; }
  .mobile-episode-block__double {
    height: 100%;
    width: 100%; }
    .mobile-episode-block__double .title {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
      height: 50%; }
    .mobile-episode-block__double .mobile-episode-block__subText {
      height: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .mobile-episode-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    font-size: 20vw;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    color: #ff0000;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 1.5rem; }
    .mobile-episode-block__text.with-margin-if-title {
      top: calc(50% - 30px); }
    .mobile-episode-block__text span {
      display: inline-block; }
  .mobile-episode-block__subText {
    font-size: 22px;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    padding: 10px 20px 10px;
    -webkit-backface-visibility: hidden;
    text-align: left;
    position: relative; }
    .mobile-episode-block__subText span {
      color: white;
      background: rgba(255, 0, 0, 0.75);
      line-height: normal;
      line-height: initial;
      font-size: 19px;
      display: inline-block;
      padding: 0 10px; }
  .mobile-episode-block .episode-title {
    font-family: "Oswald", sans-serif;
    letter-spacing: normal;
    color: white; }
    .mobile-episode-block .episode-title b {
      font-weight: bold; }
  .mobile-episode-block:first-of-type .title h3 {
    letter-spacing: normal;
    color: white !important;
    font-size: 13vw;
    text-transform: none; }
    .mobile-episode-block:first-of-type .title h3 b {
      font-weight: bold; }

/** Colors **/
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
  font-size: 22px;
  max-width: 50px;
  height: 50px;
  font-family: "Oswald", sans-serif; }
  .title.is-left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .title.is-instagram {
    bottom: 25%;
    position: relative; }
  .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-transform: uppercase; }
  .title b {
    font-weight: 600; }

@media screen and (max-width: 1025px) {
  .title {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 30px;
    max-width: none; }
    .title button {
      position: absolute;
      top: 0;
      right: 20px; }
    .title.is-instagram {
      display: none; }
    .title h3 {
      color: red; } }

/** Colors **/
.plus-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: white;
  margin-left: 15px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
          box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1); }
  .plus-button.not-clickable {
    pointer-events: none;
    -webkit-animation: none;
            animation: none; }
  .plus-button svg {
    fill: white;
    width: 20px;
    height: 20px; }
  .plus-button path {
    width: 25px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(2);
            transform: scale(2); }

@media screen and (max-width: 1025px) {
  .plus-button {
    width: 40px;
    height: 40px;
    margin: 20px 0 0;
    line-height: 10px; } }

/** Colors **/
.mobile-slider-popin {
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 6;
  left: 0;
  right: 0;
  background: #fff; }
  .mobile-slider-popin .close-popin {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 3; }
    .mobile-slider-popin .close-popin svg {
      width: 60px;
      fill: red; }
  .mobile-slider-popin .mobile-slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
    .mobile-slider-popin .mobile-slider .credits {
      background: white;
      min-width: 60px;
      padding: 30px 10px 60px 10px;
      font-family: 'oswald', sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: grey;
      font-weight: 300;
      font-size: 9px;
      line-height: 16px;
      letter-spacing: 2px;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      overflow: hidden;
      text-align: center; }
    .mobile-slider-popin .mobile-slider .mobile-slide {
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      scroll-snap-align: start; }
      .mobile-slider-popin .mobile-slider .mobile-slide img {
        height: 100%; }

/** Colors **/
/** Colors **/
.mobile-tiles {
  height: 100%;
  position: relative;
  z-index: 3;
  line-height: 0; }
  .mobile-tiles .tile-number {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    color: #ff0000;
    font-size: 24px;
    line-height: 24px;
    font-family: "Oswald", sans-serif; }
  .mobile-tiles button {
    background: transparent;
    border: 0; }
  .mobile-tiles .episode-number {
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mobile-tiles .tile {
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .mobile-tiles .tile.coming-soon:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75); }
    .mobile-tiles .tile img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .mobile-tiles .tile:active:before {
      content: '';
      width: 100%;
      height: 100%;
      background: red;
      opacity: 0.2;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none; }
    .mobile-tiles .tile h2 {
      color: #ff0000;
      font-size: 100px;
      line-height: 1;
      position: absolute;
      bottom: 10px;
      left: -20px;
      font-family: "Oswald", sans-serif; }
  .mobile-tiles .tile:nth-of-type(1) {
    height: 30%;
    width: 60%; }
  .mobile-tiles .tile:nth-of-type(2) {
    height: 30%;
    width: 40%; }
  .mobile-tiles .tile:nth-of-type(3) {
    float: left;
    height: 70%;
    width: 50%; }
  .mobile-tiles .tile:nth-of-type(4) {
    height: 35%;
    width: 50%; }
  .mobile-tiles .tile:nth-of-type(5) {
    height: 35%;
    width: 50%; }

/** Colors **/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes smallPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes smallPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.bubble-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .bubble-container .bubble {
    z-index: 1;
    pointer-events: all; }
    .bubble-container .bubble .bubble-circle {
      cursor: pointer;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 3px solid #fff;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
              box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
      opacity: 0.5;
      -webkit-animation: pulse 1.25s infinite;
              animation: pulse 1.25s infinite;
      -webkit-transition: all 0.15s ease-in;
      transition: all 0.15s ease-in; }
    .bubble-container .bubble .bubble-content {
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in; }
    .bubble-container .bubble:hover .bubble-content {
      opacity: 1; }
    .bubble-container .bubble:hover .bubble-circle {
      opacity: 1;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.75);
              box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.75);
      -webkit-animation: smallPulse 2.5s infinite;
              animation: smallPulse 2.5s infinite; }

/** Colors **/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.product-player {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: black;
  -webkit-animation: fadeIn 0.25s ease-in;
          animation: fadeIn 0.25s ease-in; }
  .product-player.is-paused {
    cursor: url("/static/images/icons/play.png"), auto; }
  .product-player .video {
    overflow: hidden;
    height: 100%;
    position: relative; }
  .product-player video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden; }
  .product-player .close-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 6;
    padding: 8px;
    border-radius: 100%;
    -webkit-transition: 0.33s ease;
    transition: 0.33s ease; }
    .product-player .close-video:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      background: rgba(255, 255, 255, 0.25); }
    .product-player .close-video svg {
      width: 15px;
      fill: red; }
  .product-player .toggle-sound-video {
    position: absolute;
    overflow: hidden;
    height: 41px;
    width: 41px;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    padding: 7px;
    background: white;
    cursor: pointer;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (min-width: 1025px) {
      .product-player .toggle-sound-video {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
    .product-player .toggle-sound-video:hover {
      background: white; }
    .product-player .toggle-sound-video svg {
      display: block;
      position: relative;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      top: 0;
      margin: 2px 0 10px 3px;
      max-width: 20px;
      fill: black; }
    .product-player .toggle-sound-video.is-muted svg {
      top: -30px; }

/** Colors **/
.magnetic-scroll {
  height: 100%;
  width: 100%;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .magnetic-scroll.prevent-scroll {
    overflow: hidden; }
  .magnetic-scroll .magnetic-scroll-wrapper {
    height: 100%;
    -webkit-transition: -webkit-transform 0.66s cubic-bezier(0, 1, 1, 1);
    transition: -webkit-transform 0.66s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.66s cubic-bezier(0, 1, 1, 1);
    transition: transform 0.66s cubic-bezier(0, 1, 1, 1), -webkit-transform 0.66s cubic-bezier(0, 1, 1, 1); }
  .magnetic-scroll .magnet {
    height: 100%; }

/** Colors **/
#mobile-background {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #mobile-background .background-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #mobile-background .background-image-wrapper.is-model .background-image {
      background-size: contain; }
  #mobile-background .background-image {
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: bottom center; }
  #mobile-background .background-image-wrapper.previous {
    z-index: 1; }
  #mobile-background .background-image-wrapper.active {
    z-index: 2;
    height: 0;
    overflow: hidden;
    -webkit-animation: mobile-background-in 0.66s cubic-bezier(0, 1, 1, 1) forwards;
            animation: mobile-background-in 0.66s cubic-bezier(0, 1, 1, 1) forwards; }
    #mobile-background .background-image-wrapper.active.down {
      top: auto;
      bottom: 0; }

@-webkit-keyframes mobile-background-in {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes mobile-background-in {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

/** Colors **/
#menu-mobile-trigger {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
  background: white;
  border-radius: 50%;
  z-index: 4;
  height: 50px;
  width: 50px; }
  #menu-mobile-trigger svg {
    width: 20px;
    fill: #ff0000; }

#menu-mobile {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 55px;
  -webkit-transition: background-color ease-in 0.6s, opacity ease-in 0.3s;
  transition: background-color ease-in 0.6s, opacity ease-in 0.3s;
  opacity: 0;
  pointer-events: none; }
  #menu-mobile.is-animating {
    background: black;
    -webkit-transition: background-color ease-in 0.2s;
    transition: background-color ease-in 0.2s; }
  #menu-mobile.is-open {
    opacity: 1;
    pointer-events: all; }
  #menu-mobile span {
    text-decoration: none; }
  #menu-mobile .react-i-slider {
    margin-bottom: 75px;
    padding: 0 20%; }
    #menu-mobile .react-i-slider li {
      text-align: center; }
    #menu-mobile .react-i-slider span {
      font-size: 130px;
      font-family: "Oswald", sans-serif;
      color: white; }
      #menu-mobile .react-i-slider span.is-active {
        color: #ff0000; }
  #menu-mobile .social {
    margin-bottom: 150px; }
  #menu-mobile .social li {
    text-align: center; }
    #menu-mobile .social li + li {
      margin-top: 15px; }
  #menu-mobile .social a {
    background: white;
    padding: 5px 10px;
    color: black;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    text-transform: uppercase; }

/** Colors **/
#view-home {
  background: black;
  height: auto; }
  #view-home .product-player-list {
    position: relative; }
  #view-home .lorem {
    color: red;
    font-size: 50px; }

/** Colors **/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

.product-player-list {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  background: black;
  overflow: hidden; }
  .product-player-list ul li {
    position: relative;
    border-bottom: 0;
    border-top: 0; }
    .product-player-list ul li.coming-soon {
      pointer-events: none; }
      .product-player-list ul li.coming-soon:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.75); }
    .product-player-list ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
    .product-player-list ul li .video-text {
      position: absolute;
      left: 0;
      top: 70%;
      z-index: 2;
      text-align: center;
      width: 100%;
      height: 100px;
      font-family: 'Oswald', sans-serif; }
      .product-player-list ul li .video-text .video-cta {
        -webkit-animation: fadeIn 0.8s ease-in;
                animation: fadeIn 0.8s ease-in;
        font-size: 30px;
        color: #ff0000;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .product-player-list ul li .video-text .video-cta:before, .product-player-list ul li .video-text .video-cta:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: red;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transition: -webkit-transform 0.8s ease;
        transition: -webkit-transform 0.8s ease;
        transition: transform 0.8s ease;
        transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
      .product-player-list ul li .video-text .video-cta::before {
        left: -8px;
        -webkit-transform-origin: center top;
                transform-origin: center top; }
      .product-player-list ul li .video-text .video-cta:hover::before {
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      .product-player-list ul li .video-text .video-cta:after {
        right: -8px;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom; }
      .product-player-list ul li .video-text .video-cta:hover::after {
        -webkit-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
      .product-player-list ul li .video-text .video-cta .video-cta-inner::before, .product-player-list ul li .video-text .video-cta .video-cta-inner::after {
        content: '';
        position: absolute;
        left: -6px;
        right: -6px;
        height: 2px;
        background-color: red;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.8s ease;
        transition: -webkit-transform 0.8s ease;
        transition: transform 0.8s ease;
        transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
      .product-player-list ul li .video-text .video-cta .video-cta-inner::before {
        top: 0;
        -webkit-transform-origin: center right;
                transform-origin: center right; }
      .product-player-list ul li .video-text .video-cta .video-cta-inner:hover::before {
        -webkit-transform-origin: center left;
                transform-origin: center left;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .product-player-list ul li .video-text .video-cta .video-cta-inner::after {
        bottom: 0;
        -webkit-transform-origin: center left;
                transform-origin: center left; }
      .product-player-list ul li .video-text .video-cta .video-cta-inner:hover::after {
        -webkit-transform-origin: center right;
                transform-origin: center right;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .product-player-list ul li .video-text .video-cta {
        display: none; }
  .product-player-list ul,
  .product-player-list .video-tile {
    width: 100%;
    height: 100%; }
    .product-player-list ul:before,
    .product-player-list .video-tile:before {
      -webkit-transition: 0.8s opacity ease-in-out;
      transition: 0.8s opacity ease-in-out;
      opacity: 0;
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .product-player-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .product-player-list ul li:not(.disabled):hover .video-tile:before {
      opacity: 0.5; }
    .product-player-list ul.active-tile {
      -webkit-animation: fadeOut 0.25 ease-in-out;
              animation: fadeOut 0.25 ease-in-out; }
      .product-player-list ul.active-tile li {
        width: 0;
        opacity: 0; }
        .product-player-list ul.active-tile li.active {
          width: 100%;
          opacity: 1; }
    .product-player-list ul li,
    .product-player-list ul .video-tile {
      -webkit-transition: margin 0.6s ease-in-out, padding 0.6s ease-in-out, width 0.6s ease-in-out;
      transition: margin 0.6s ease-in-out, padding 0.6s ease-in-out, width 0.6s ease-in-out;
      cursor: pointer; }
    .product-player-list ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%;
      padding-left: 0; }
      .product-player-list ul li .video-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-size: auto 110%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        text-decoration: none; }
      .product-player-list ul li:hover {
        padding-left: 10vw; }
        .product-player-list ul li:hover .video-tile {
          width: calc(100% + 10vw);
          margin-left: -10vw;
          -webkit-transform-origin: top;
                  transform-origin: top;
          z-index: 1; }
          .product-player-list ul li:hover .video-tile:before {
            opacity: 0; }
        .product-player-list ul li:hover .video-cta {
          display: inline-block;
          padding: 0 15px;
          height: 50px;
          line-height: 50px;
          position: relative;
          top: 25px; }

/** Colors **/
/** Colors **/
.episode-blocks {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .episode-blocks__container {
    max-width: 1450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }

/** Colors **/
.episode-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0; }
  .episode-block .video-placeholder img {
    max-height: 90vh; }
  .episode-block__1 .episode-block-asset,
  .episode-block__1 .Plx,
  .episode-block__1 img {
    width: 100%;
    height: 100%; }
  .episode-block__2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -100px; }
  .episode-block__3 {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    position: relative; }
  .episode-block__text {
    overflow: visible;
    z-index: 3;
    font-size: 12vw;
    position: absolute;
    font-family: Oswald, sans-serif;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    color: #ff0000;
    height: 220px;
    white-space: nowrap;
    letter-spacing: 2.5rem;
    font-weight: bold; }
    @media screen and (min-width: 1800px) {
      .episode-block__text {
        font-size: 8vw; } }
    .episode-block__text span {
      display: inline-block;
      vertical-align: top; }
  .episode-block__subText, .episode-block__hashtags {
    position: absolute;
    font-family: Oswald, sans-serif;
    color: red;
    font-size: 24px;
    line-height: 1.5;
    z-index: 1;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .episode-block__subText span {
    color: white;
    background: rgba(255, 0, 0, 0.75);
    line-height: normal;
    line-height: initial;
    padding: 0px 10px;
    font-size: 28px; }
  .episode-block__hashtags {
    font-family: "Oswald", sans-serif;
    color: red;
    line-height: 1.5;
    font-weight: 200;
    left: 250px;
    top: 410px; }
    .episode-block__hashtags a {
      color: red;
      text-decoration: none; }
      .episode-block__hashtags a:hover {
        text-decoration: underline; }

/** Colors **/
.scroll-slider__modal {
  display: none;
  position: relative;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0; }
  .scroll-slider__modal__open {
    z-index: 9;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
  .scroll-slider__modal .slider-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 0; }

.scroll-slider__close {
  position: absolute;
  top: 15px;
  right: 32px;
  background: none;
  border: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .scroll-slider__close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: rgba(255, 255, 255, 0.25); }
  .scroll-slider__close svg {
    width: 20px;
    fill: red; }

/** Colors **/
.scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 50px 50px 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .scroll-wrapper::-webkit-scrollbar {
    height: 7px; }
  .scroll-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0; }
  .scroll-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 15px; }
  .scroll-wrapper li:nth-child(1) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .scroll-wrapper li:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .scroll-wrapper li:nth-child(3) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .scroll-wrapper li:nth-child(4) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .scroll-wrapper li:nth-child(5) {
    -webkit-animation-delay: 1.25s;
            animation-delay: 1.25s; }
  .scroll-wrapper li:nth-child(6) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .scroll-wrapper li:nth-child(7) {
    -webkit-animation-delay: 1.75s;
            animation-delay: 1.75s; }
  .scroll-wrapper li:nth-child(8) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .scroll-wrapper li:nth-child(9) {
    -webkit-animation-delay: 2.25s;
            animation-delay: 2.25s; }
  .scroll-wrapper li:nth-child(10) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  .scroll-wrapper li {
    display: inline-block;
    height: 100%;
    padding-right: 100px;
    width: auto;
    -webkit-animation: listFadeIn 0.5s ease-in-out;
            animation: listFadeIn 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: relative; }
    .scroll-wrapper li.credits {
      background: white;
      min-width: 55px;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      padding: 0 25px;
      font-family: 'oswald', sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: grey;
      font-weight: 300;
      font-size: 9px;
      line-height: 16px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      letter-spacing: 2px;
      text-align: center; }
    .scroll-wrapper li.has-decoration:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -110px;
      width: 170px;
      height: 1px;
      background: red; }
    .scroll-wrapper li.slide-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 25vw;
      z-index: 1;
      color: red;
      position: relative;
      text-transform: uppercase;
      font-size: 50px;
      font-family: 'Oswald', sans-serif; }
      .scroll-wrapper li.slide-title b {
        font-weight: bold; }
    .scroll-wrapper li img {
      position: relative;
      height: 100%;
      will-change: transform;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.26, 0.26, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0, 0.26, 0.26, 1);
      transition: transform 0.5s cubic-bezier(0, 0.26, 0.26, 1);
      transition: transform 0.5s cubic-bezier(0, 0.26, 0.26, 1), -webkit-transform 0.5s cubic-bezier(0, 0.26, 0.26, 1); }

/** Colors **/
.episode-block-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px; }
  .episode-block-asset .Plx {
    height: 100%;
    width: 100%;
    -webkit-transition: 1.5s cubic-bezier(0.07, 0.25, 0.25, 1);
    transition: 1.5s cubic-bezier(0.07, 0.25, 0.25, 1);
    position: relative; }
  .episode-block-asset img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .episode-block-asset .plus-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; }

/** Colors **/
.episode-player {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .episode-player video, .episode-player__trigger {
    max-height: 90vh; }
  .episode-player__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none; }
    .episode-player__trigger svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 20px;
      margin-left: -35px;
      display: block;
      width: 70px;
      height: 70px;
      fill: red; }
    .episode-player__trigger span {
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 0;
      color: white;
      font-family: "Oswald", sans-serif;
      font-weight: lighter;
      font-size: 1.2rem;
      letter-spacing: 4px;
      text-transform: uppercase; }
  .episode-player video {
    height: 100%;
    width: 100%; }

/** Colors **/
.footer {
  background: white;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 180px; }
  .footer > a {
    display: block; }
  .footer a,
  .footer p {
    width: 100%;
    color: #999;
    font-size: 0.8rem;
    letter-spacing: 2px; }
    .footer a + a,
    .footer a + p,
    .footer p + a,
    .footer p + p {
      margin-top: 10px; }
  @media screen and (max-width: 1025px) {
    .footer {
      background: transparent;
      position: absolute;
      bottom: 20px;
      margin: 0;
      width: 100%;
      padding-bottom: 0; }
      .footer button {
        bottom: 100%;
        right: 10px;
        margin-bottom: 10px; }
      .footer p,
      .footer a {
        font-size: 0.6rem; } }

/** Colors **/
.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  height: 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  color: #999;
  letter-spacing: 2px;
  z-index: 4; }
  @media screen and (max-width: 1025px) {
    .menu {
      position: relative; } }
  .menu .copyrights {
    -webkit-box-flex: 1;
        -ms-flex: 1 45%;
            flex: 1 45%; }
  .menu .scroll-indication {
    -webkit-box-flex: 1;
        -ms-flex: 1 10%;
            flex: 1 10%;
    text-align: center; }
  .menu .seasons {
    position: absolute;
    right: 50%; }
    .menu .seasons:before {
      content: '';
      display: block;
      width: 2px;
      background: red;
      height: 70px;
      position: absolute;
      top: -80px;
      right: 25px;
      margin-left: -1px; }
    .menu .seasons li {
      display: inline-block;
      width: 50px;
      text-transform: uppercase; }
      .menu .seasons li + li {
        margin-left: 20px; }
    .menu .seasons .season-link {
      background: transparent;
      outline: 0;
      border: 0;
      font-family: 'Oswald', sans-serif;
      font-size: 2rem;
      text-decoration: none;
      font-weight: 400;
      color: #333;
      letter-spacing: normal; }
      @media screen and (max-width: 1025px) {
        .menu .seasons .season-link {
          font-size: 1.5rem; } }
      .menu .seasons .season-link:disabled {
        pointer-events: none;
        color: #efefef; }
      .menu .seasons .season-link.active {
        color: red; }
  .menu .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 45%;
            flex: 1 45%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu .social li {
      display: inline-block;
      padding: 0 25px;
      border-right: 1px solid #999;
      height: 10px; }
      .menu .social li:last-child {
        border-right: none; }
      .menu .social li a {
        text-decoration: none;
        color: #999; }
  @media screen and (max-width: 1025px) {
    .menu {
      padding: 0px 5px;
      position: fixed;
      bottom: 0;
      left: 0;
      top: auto;
      top: initial;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu:after {
        content: '';
        position: absolute;
        height: 40px;
        width: 2px;
        background: red;
        top: -5px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity ease-in-out 0.4s;
        transition: opacity ease-in-out 0.4s; }
      .menu.has-scrolled:after {
        opacity: 0; }
      .menu .seasons {
        position: relative;
        left: 0; }
        .menu .seasons li {
          width: auto; }
          .menu .seasons li + li {
            margin-left: 0; }
            .menu .seasons li + li:before {
              content: '-';
              color: #efefef;
              font-size: 1.2rem; }
          .menu .seasons li button {
            font-size: 1.2rem;
            padding: 3px; }
        .menu .seasons:before {
          content: none; }
      .menu .social {
        position: relative;
        overflow: hidden;
        padding-left: 15px; }
        .menu .social:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 30px;
          background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(to right, white, white 50%, rgba(255, 255, 255, 0) 100%); }
        .menu .social ul {
          overflow-x: scroll;
          overflow-y: hidden;
          white-space: nowrap;
          width: 100%;
          scrollbar-color: transparent transparent; }
          .menu .social ul::-webkit-scrollbar {
            display: none; }
        .menu .social li {
          text-transform: uppercase;
          padding: 0 10px; } }

/** Colors **/
#view-legal h2 {
  color: red;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  margin: 75px 0; }

#view-legal .legal-wrapper {
  position: relative; }

#view-legal section {
  padding: 10px;
  max-width: 980px;
  margin: 0 auto 10px;
  color: #c0bdbd;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-size: 0.8rem;
  line-height: 1.2rem; }
  #view-legal section a {
    color: #c0bdbd; }
  #view-legal section b {
    font-weight: bold; }
  #view-legal section u {
    text-decoration: underline; }
  #view-legal section i {
    font-style: italic; }
  #view-legal section p + p {
    margin-top: 20px; }

#view-legal h3,
#view-legal h4 {
  margin-bottom: 20px; }

#view-legal h3 {
  text-transform: uppercase;
  font-weight: bold; }

#view-legal li + li {
  margin-top: 30px; }

@media screen and (max-width: 1025px) {
  #view-legal .footer {
    position: relative; } }

