@charset "UTF-8";

/*  RESET
    ========================================================================== */

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,
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,
main,
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;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

b,
strong {
    font-weight: 800;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.25em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: bold;
}

td,
th {
    padding: 0;
}

a {
    background: transparent;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    border: none;
    outline: 0;
    text-decoration: none;
}

::selection {
    background: #6a6a6a;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #060606;
}

::-moz-selection {
    background: #6a6a6a;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #060606;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-family: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-family: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-family: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-family: inherit;
}

button,
.btn:hover {
    cursor: pointer;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('fonts/HelveticaNeue-CondensedBlack.eot');
    src: url('fonts/HelveticaNeue-CondensedBlackd41dd41d.eot?#iefix') format('embedded-opentype'), /* url('fonts/HelveticaNeue-CondensedBlack.html') format('woff2'), */
    url('fonts/HelveticaNeue-CondensedBlack.woff') format('woff'), url('fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype'), url('fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Black';
    src: url('fonts/Arial-Black.eot');
    src: url('fonts/Arial-Blackd41dd41d.eot?#iefix') format('embedded-opentype'), /* url('fonts/Arial-Black.html') format('woff2'), */
    url('fonts/Arial-Black.woff') format('woff'), url('fonts/Arial-Black.ttf') format('truetype'), url('fonts/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Black';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Blackd41dd41d.eot?#iefix') format('embedded-opentype'), /* url('fonts/Avenir-Black.html') format('woff2'), */
    url('fonts/Avenir-Black.woff') format('woff'), url('fonts/Avenir-Black.ttf') format('truetype'), url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900 !important;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-HeavyOblique.eot');
    src: url('fonts/Avenir-HeavyObliqued41dd41d.eot?#iefix') format('embedded-opentype'), /* url('fonts/Avenir-HeavyOblique.html') format('woff2'), */
    url('fonts/Avenir-HeavyOblique.woff') format('woff'), url('fonts/Avenir-HeavyOblique.ttf') format('truetype'), url('fonts/Avenir-HeavyOblique.svg#Avenir-HeavyOblique') format('svg');
    font-weight: 900;
    font-style: oblique;
}
@font-face {
    font-family: 'The Bold Font Bold';
    font-style: normal;
    font-weight: normal;
    src: local('The Bold Font Bold'), url('fonts/theboldfont.woff') format('woff');
}


/*  DEFAULT & BASIC STYLES
    ========================================================================== */

html,
body {
    font: 900 62.5%/1 'Helvetica Neue Condensed', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
}

body {
    color: #fff;
    font-size: 100%;
}

.bg-blur .videoElement {
    /* content: '';
    display: block;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

main,
header,
section,
footer,
nav,
.container,
a {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.container:before,
.container:after,
nav:before,
nav:after,
main:before,
main:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after,
.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.container:after,
nav:after,
main:after,
header:after,
section:after,
footer:after,
.cf:after {
    clear: both;
}

/*.container {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}*/

img {
    display: inline-block;
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.btn {
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.btn:active {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

.btn--sound::before {
    display: none;
}


/*  ==========================================================================
    CONTENT
    ========================================================================== */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 3vw;
    z-index: 5;
}

.logo {
    margin: 1vh auto;
    text-align: center;
}

.header__right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.btn--sound {
    max-width: 60px;
}

.btn--sound--off {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}

.btn--sound--off:hover {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}

.main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    z-index: 4;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.bg-blur .main {
    background: rgba(0, 0, 0, 0.8);
}

.steps-done .main {
    background: rgba(0, 0, 0, 0.4);
}

.main--centered {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.step {
    background: rgba(0, 0, 0, 0.67);
    border: 2px solid rgba(0, 0, 0, 0.67);
    outline: 2px solid #9E9E9E;
    outline-offset: -10px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto;
    padding: 2vh 4vw;
    max-width: 870px;
    position: relative;
    text-align: center;
    width: 96%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.step.step--active {
    display: block;
}

.step.step--done {
    -webkit-transform: scale3d(0.33, 0.2, 0.33) translate(-150%, -33%);
    -moz-transform: scale3d(0.33, 0.2, 0.33) translate(-150%, -33%);
    -ms-transform: scale3d(0.33, 0.2, 0.33) translate(-150%, -33%);
    -o-transform: scale3d(0.33, 0.2, 0.33) translate(-150%, -33%);
    transform: scale3d(0.33, 0.2, 0.33) translate(-150%, -33%);
}

.step--title-black-bg {
    background: #000;
    margin-top: calc(-2vh + 8px);
    margin-left: calc(-4vw + 6px);
    width: calc(100% + 8vw - 12px);
    padding: 2vh 0;

    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;

    font-size: 1em !important;
    margin-bottom: 2.5em !important;
}

.step--final {
    width: auto;
    outline: none;
    padding-top: 20px;
    background: rgba(0,0,0,.35);
    border: none;
    -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
}
.step--final h2 {
    font-size: 18px;
    background: #000;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.step--final .form-wraper {
    margin-top: 40px;
}

.title {
    font: bold 5.2em/1.2 Verdana, sans-serif;
    margin-bottom: 0.33em;
    text-transform: uppercase;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.title--av {
    font: normal 900 8em/1 'Avenir Black', sans-serif;
    letter-spacing: -0.25px;
    letter-spacing: -0.025em;
    text-shadow: 0 5px 0.07em rgba(0, 0, 0, 0.8), 0 0 0.75em rgba(0, 0, 0, 0.1);
}

.title--av em {
    font-size: 1.5em;
}

.title--av strong {
    font-style: normal;
}

.title--av {
    /*font-family: 'The Bold Font Bold';*/
}
.title--av strong,
.title--av b,
.txt--ab strong,
.txt--ab b {
    font-family: 'Arial Black';
}

.title--red {
    color: #d93731;
}

.title--yellow {
    color: #ffea00;
}

.title.title--shorten img {
    margin: -0.3em auto -0.6em;
}

.txt {
    font: normal 2.25em/1.2 Verdana, sans-serif;
    letter-spacing: -0.25px;
    letter-spacing: -0.025em;
    margin-bottom: 2em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000, 0 2px 2px #000, 0 2px 6px #000;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.txt--ab {
    font-family: "Avenir Black", sans-serif;
}

.txt--sm {
    font-size: 1.8em;
    font-weight: normal;
}

.txt__highlight {
    color: #ffea00;
    display: inline-block;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html[lang=es] .buttons--lg {
    font-size: 0.8em;
}

.btn--default {
    background: url('images/bg-btn.png') no-repeat center center transparent;
}

.btn--step {
    background-size: 100% 100%;
    color: #000;
    font-size: 4.5em;
    letter-spacing: -0.025em;
    line-height: 1.25em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*height: 1.49em;*/
    /*width: 5.16em;*/
    min-height: 1.49em;
    min-width: 5.16em;
    width: auto;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
}

.btn--step--single {
    width: 7em;
}

.btn--step + .btn--step {
    margin-left: -0.2em;
}

.btn--four {
    max-width: 98%;
    width: auto;
}
.btn--four .buttons {
    position: relative;
}

.btn--lg,
.btn--two-line {
    background-image: url('images/bg-btn-double.png');
    height: auto;
    padding: 0.45em 1.5em;
    width: auto;
}

.btn--lg {
    padding: 0.3em 1.25em 0.45em;
}

.btn__r {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: auto;
}

.btn__r + .btn__r {
    margin-top: -0.1em;
}

.btn__r--sm {
    font-size: 0.45em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.btn__r--lg .btn__label {
    font-size: 1.1em;
}

.btn--primary {
    background-image: url('images/bg-btn-primary.png');
}

.btn--primary.btn--two-line {
    background-image: url('images/bg-btn-double-primary.png');
}

.btn__label,
.icon {
    display: inline-block;
    /*vertical-align: middle;*/
}

.icon--right,
.icon--left {
    background: url('images/icon-arrow-left.png') no-repeat center center transparent;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 0.58em;
    width: 0.38em;
    position: relative;
    top: 0.05em;
}

.icon--right {
    background-image: url('images/icon-arrow-right.png')
}

.btn--primary .icon--left {
    background-image: url('images/icon-arrow-left-primary.png')
}

.btn--primary .icon--right {
    background-image: url('images/icon-arrow-right-primary.png')
}

.step__nav {
    font: 1.8em/1 Verdana, sans-serif;
    position: absolute;
    right: 1.5em;
    top: 1em;
    text-align: right;
}

.step__loading {
    height: 3em;
    /* width: 100%; */
    display: block;
    text-align: left;
    /* background: #000; */
    border-radius: 1em;
    position: absolute;
    width: auto;
    left: 2em;
    right: 2em;
    bottom: 2em;
    margin: -10px;
    /* box-shadow: 0 0 0.12em 0.125em rgba(255,255,255,0.75); */
}

.step__loading__progress {
    background-color: #000;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.8s linear;
    -moz-transition: width 0.8s linear;
    -ms-transition: width 0.8s linear;
    -o-transition: width 0.8s linear;
    transition: width 0.8s linear;
}

.step__loading__progress__wrapper {
    width: 80%;
}
.step__loading__percent {
    min-width: 6em;
    width: 10%;
    height: 100%;

    position: absolute;
    right: 0;
    font-size: 2em;
    text-align: center;
    background: url(images/loading-percentage.png);
    transform-origin: bottom;
    padding-left: 2em;
    padding-top: 0.2em;
}
/*.step__loading__percent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 30px solid #000;
    border-right: 30px solid transparent;
    width: auto;
}*/


/* .step__loading__progress::before {
        content: 'Loading...';
        display: inline-block;
        height: 1.2em;
        line-height: 1.2em;
        font-size: 1.2em;
        width: 10em;
        position: absolute;
        left: 45%;
        top: calc(50% - 1.3em);

        -webkit-animation: pulse 1s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
        animation: pulse 1.2s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    @-webkit-keyframes pulse {
      0%, 100% {
        opacity: 1;
      }
      66% {
        opacity: 0.6;
      }
    }
    @keyframes pulse {
      0%, 100% {
        opacity: 1;
      }
      66% {
        opacity: 0.6;
      }
    } */

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 3;
}



.steps-done .steps {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.steps-done .main {
    font-size: 0.8em;
}

.arrow {
    height: 0.9em !important;
    vertical-align: middle;
    margin-bottom: 0.1em;
}
.browser-icon {
    vertical-align: middle;
    padding-bottom: 0.3em;
}
.step--title .browser-icon {
    padding-bottom: 0.2em;
}

/*  ==========================================================================
    LANGS
    ========================================================================== */

html[lang=es] .btn--step:not(.btn--lg):not(.btn--two-line) {
    font-size: 3.2em;
    width: 6.8em;
}

/*  ==========================================================================
    MEDIA QUERIES
    ========================================================================== */

@-ms-viewport {
    width: device-width;
}

/**
 * Desktop layout
 */
@media all and (min-width: 768px){
    .mobile { display: none; }
    .desktop { display: block; }
    .buttons {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -3.5em;
    }
    .age-confirmation {
        padding-bottom: 0.5em;
    }
    .btn--four .buttons {
        /*margin-top: -3em;
        bottom: -4em;*/
        margin-top: -4em;
        bottom: -5em;
    }
    .btn--four .title {
        margin-bottom: 0;
    }
    .btn--four .txt {
        margin-bottom: 0.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px){
    .btn--four .btn--step {
        font-size: 2.8em !important;
    }
    .btn--four .buttons {
        margin-top: -3em;
        bottom: -4em;
    }
}

@media only screen and (min-width: 801px) and (max-width: 900px){
    .btn--four .btn--step {
        font-size: 3em !important;
    }
    .btn--four .buttons {
        margin-top: -3em;
        bottom: -4em;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1000px){
    .btn--four .btn--step {
        font-size: 3.5em !important;
    }
    .btn--four .buttons {
        margin-top: -3em;
        bottom: -4em;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1120px){
    .btn--four .btn--step {
        font-size: 4em !important;
    }
}

@media all and (max-width:1079px) and (max-height:799px) {
    .logo img {
        max-height: 80px;
    }
    .header__right {
        top: 1em;
        right: 0.75em;
    }
    .title.title--shorten img {
        margin: -0.6em auto -1em;
        max-height: 220px;
    }
    .btn--step {
        /*font-size: 3.5em;*/
    }
    .parental {
        max-width: 200px;
    }
}

@media all and (max-width:1079px) and (max-height:699px) {
    .title.title--shorten img {
        margin: -0.5em auto -0.9em;
        max-height: 200px;
    }
    .btn--step {
        font-size: 3.25em;
    }
    .parental {
        max-width: 180px;
    }
}

@media all and (max-width:767px) and (orientation: landscape) {
    .step__loading__progress img {
        height: 1em !important;
        width: 100%;
    }
    .step__loading__progress {
        margin-top: 1em;
        height: calc(100% - 10px);
    }
    .step--loading-bar .txt {
        margin-bottom: 1.3em;
    }
    .step--loading-bar .buttons {
        margin-top: -1.3em;
    }
}

/**
 * Mobile layout
 */
@media all and (max-width:767px) {
    .desktop { display: none; }
    .mobile { display: block; }

    .btn--step {
        width: 100%;
        max-width: 100% !important;
        line-height: 1.49em; /* based on btn--step line-height */
        background-color: #f5f5f5;
        background-image: none;
        margin: 2px 0 !important;
    }
    .btn--double {
        padding: 0 7px;
    }
    .btn--player {
        padding: 0 10px;
    }
    .age-confirmation .step--title {
        margin-bottom: 0;
    }
    .header__right {
        top: 0.5em;
        right: 0.25em;
    }
    .buttons {
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }
    .buttons--multiple {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .buttons--lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .buttons--lg .btn--lg {
        width: 92%;
    }
    .title--av {
        font-size: 6em;
        overflow: hidden;
    }
    .title--v {
        font-size: 4.4em;
        margin: 0.11em auto 0.22em;
    }
    .step {
        padding-bottom: 2vh;
    }
    .step--auto {
        padding-bottom: 5vh;
    }
    .step--title {
        margin-bottom: 0.3em;
    }
    .step--title .browser-icon {
        height: 1.2em !important;
    }
    .step--title p:first-child span
    {
        font-size: 1.3em !important;
    }

    .step--title p:not(:first-child) span
    {
        font-size: 1.1em !important;
    }

    .step--title-black-bg {
        margin-bottom: 2em !important;
    }

    /* congratulations */
    .step--auto p span
    {
        font-size: 1.2em !important;
    }

    .step__loading__progress {
        height: calc(100% - 10px);
    }
    .step__loading__progress img {
        height: 1.7em !important;
        width: 100%;
    }

    .txt {
        margin-bottom: 1em;
    }
    .txt--ab p {
        font-size: 1.6rem;
    }

    .txt--ab p span {
        font-size: 1em !important;
    }

    .title-one-line-mobile {
        padding: 10px 0;
    }
    .title-one-line-mobile *,
    .title-one-line-mobile p:first-child span
    {
        font-size: 20px !important;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media all and (max-width:579px) {
    .logo {
        margin-left: 0;
        margin-right: auto;
        max-width: 80%;
    }
    .header__right {
        top: 1em;
        right: 0.5em;
    }
    .btn--step {
        font-size: 3.6em;
    }
    .btn__r--lg .btn__label {
        font-size: 1.55em;
    }
    .parental {
        max-width: 40%;
    }
    .btn--sound {
        max-width: 50px;
    }
    .title--av {
        font-size: 5em;
    }
    .title--v {
        font-size: 4em;
        margin: 0.11em auto 0.22em;
    }
    .txt {
        font-size: 2.1em;
    }
    .txt--v {
        font-size: 2em;
    }
    .txt--sm {
        font-size: 1.68em;
    }
    .step__nav {
        right: 0.5em;
        top: 0.5em;
    }
}

@media all and (max-width:479px) {
    .btn--step {
        font-size: 3em;
    }
    .btn__r--sm {
        max-width: 80%;
    }
    .btn__r--lg .btn__label {
        font-size: 1.51em;
    }
    .parental {
        max-width: 30%;
    }
    .header__right {
        top: 1.5em;
        right: 0.75em;
    }
    .btn--sound {
        max-width: 40px;
    }
    .txt {
        font-size: 2em;
    }
    .txt--v {
        font-size: 1.9em;
    }
    .txt--sm {
        font-size: 1.6em;
    }
    .title--av {
        font-size: 4em;
    }
    .title--v {
        font-size: 2.9em;
    }
    .step__nav {
        right: 0.4em;
        top: 0.4em;
    }
    .buttons--multiple .btn--step {
        height: auto;
        padding: 0.1em 0.5em 0.35em;
        width: 48%;
    }
    .buttons--multiple .btn--step .btn__label {
        max-width: 70%;
    }
    .buttons--multiple .btn--step .btn__label img {
        display: block;
    }
}

@media all and (max-width:379px) {
    .title {
        font-size: 4em;
    }
    .title--av {
        font-size: 3em;
    }
    .title--v {
        font-size: 2.4em;
        margin: 0.25em auto 0.18em;
    }
    .txt {
        font-size: 1.9em;
    }
    .txt--v {
        font-size: 1.8em;
    }
    .txt--sm {
        font-size: 1.52em;
    }
    .btn--step {
        font-size: 2.2em;
    }
    .btn__r--lg .btn__label {
        font-size: 1.55em;
    }
    .btn--two-line {
        max-width: 90%;
    }
    .step__nav {
        font-size: 1.6em;
        right: 0.35em;
        top: 0.35em;
    }
}

@media all and (max-width:379px) and (max-height:520px) {
    .txt {
        font-size: 1.52em;
    }
    .txt--v {
        font-size: 1.44em;
    }
    .txt--sm {
        font-size: 1.22em;
    }
    .step__nav {
        font-size: 1.5em;
        right: 0.25em;
        top: 0.25em;
    }
}

@media all and (max-width:349px) and (max-height:579px) {
    .logo {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .logo img {
        max-height: 40px;
    }
    .header__right {
        top: 0.5em;
        right: 0.75em;
    }
    .btn--sound {
        max-width: 32px;
    }
    .step--final {
        padding: 0.25em 0.1em 1em;
        width: 99%;
    }
    .parental {
        max-width: 26%;
    }
}

@media all and (max-width:349px) and (max-height:499px) {
    .logo img {
        max-height: 25px;
    }
    .header__right {
        top: 0.25em;
    }
    .btn--sound {
        max-width: 25px;
    }
    .step--final {
        padding: 0.1em 0.1em 1em;
        width: 99%;
    }
    .parental {
        max-width: 26%;
    }
    .step--final .title--v {
        font-size: 2em;
    }
}

/**
 * iPad
 */
@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .buttons {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        bottom: 0;
        margin-top: 0 !important;
        margin-right: -2vw;
    }
    .btn--step {
        width: 100%;
        max-width: 100% !important;
        line-height: 1.49em; /* based on btn--step line-height */
        background-color: #f5f5f5;
        background-image: none;
        margin: 2px 0 !important;

        font-size: 4em;
    }
    .btn--four .buttons {
        bottom: 0;
    }
    .btn--four .btn--step {
        font-size: 4em !important;
    }
    .txt {
        margin-bottom: 1em;
    }
    .step--auto .txt {
        margin-bottom: 2em;
    }
    .btn--four .txt {
        margin-bottom: 1em;
    }
    .title {
        margin-bottom: 0.2em;
    }
    .btn--four .title {
        margin-bottom: 0.2em;
    }
    .age-confirmation {
        padding-bottom: 0;
    }
    .step--title .browser-icon {
        height: 1.2em !important;
    }
}