:root {
    --stripe-height: 3.25vw;
    --fs: 6.5vw;
}

@font-face {
    font-family: 'abc_whyte_regular';
    src: url('fonts/abcwhyte-regular-webfont.woff2') format('woff2'),
         url('fonts/abcwhyte-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abc_whyte_medium';
    src: url('fonts/abcwhyte-medium-webfont.woff2') format('woff2'),
         url('fonts/abcwhyte-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    -webkit-text-size-adjust: none;
	touch-action: manipulation;
    scroll-behavior: smooth;
    background: #000;
    font-family: 'abc_whyte_regular', Helvetica, Arial, sans-serif;
    font-size: 0;
    line-height: 0;
}


/* container
============================================================= */

.container {
    /* padding-top: calc(var(--fs) + 1.2vw + var(--fs)); */
    padding: calc(var(--fs) + 1.2vw) 0;
}


/* title
============================================================= */

.container > .title {
    align-items: center;
    background-color: red;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;

    display: none;
}

.container > .title h1 {
    color: yellow;
    font-family: 'abc_whyte_medium';
    font-size: 14vw;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
}

.container > .title h1 .again {
    display: inline;
    opacity: 0;
}

.container > .title h1 .again span {
    visibility: hidden;
}


/* nav
============================================================= */

.nav {
    bottom: 0;
    background: #000;
    color: yellow;
    font-size: var(--fs);
    left: 0;
    line-height: 1;
    padding: 0.6vw var(--stripe-height);
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav ul li.active {
    border: none;
    color: red;
    cursor: default;
}

.nav ul li:not(.link) {
    display: none;
}


/* cta
============================================================= */

.cta {
    background: #eeeeeef3 url(../img/empty-pattern.gif);
    background-size: 14px;
    border-top: 1px solid red;
    box-shadow: red 0 0px 0.8vh 0.8vh inset;
    color: red;
    font-family: 'abc_whyte_medium';
    font-size: calc(1.2 * var(--fs));
    justify-content: center;
    left: 0;
    letter-spacing: -0.03em;
    line-height: 1.075;
    padding: 1.1em 1em 0.1em 1em;
    position: relative;
    text-align: center;
}

.cta.uploading {
    pointer-events: none;
}

.cta .desktop {
    display: none;
}

.cta::after {
    background: url(../img/yellow-black-rotated.gif);
    background-size: contain;
    content: ' ';
    display: block;
    height: var(--stripe-height);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.cta.dz-drag-hover {
    background: yellow;
}

.cta.dz-drag-hover .dz-drag-hover-show {
    color: #000;
}

.cta .inner {
    pointer-events: none;
}

.cta .step {
    padding-bottom: 1.15em;
}

.cta .pseudo-link {
    border-bottom: 1px solid;
}

.cta .status-done,
.cta .status-uploading {
    align-items: center;
    background-color: red;
    color: yellow;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: var(--fs);
    position: absolute;
    top: 0;
    width: 100%;
}

.cta .status-uploading span {
    animation: pulse 1s alternate infinite;
}

.cta.done .status-done,
.cta.uploading .status-uploading {
    display: flex;
}

.cta .underlined {
    text-decoration: underline;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}


/* images
============================================================= */

.images {
    margin-top: var(--stripe-height);
}

.image {
    position: relative;
}

.image.to-be-repaired::before {
    background: url(../img/yellow-black.gif) center;
    background-size: contain;
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--stripe-height);
}

.image.to-be-repaired::after {
    background: url(../img/yellow-black.gif) center;
    background-size: contain;
    content: ' ';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--stripe-height);
}

img {
    height: auto;
    width: 100%;
}

.images .image.blur {
    background-color: #000;
    /* z-index: -1; */
}

.images .image.blur img{
    filter: blur(20px);
    /* transform: scale(1.3); */
}

.label {
    background-color: #fff;
    bottom: 0;
    color: #000;
    font-size: var(--fs);
    left: 0;
    line-height: 1;
    padding: 0.6vw;
    /* position: absolute; */
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.image.to-be-repaired .label {
    background-color: red;
    color: yellow;
        background-color: yellow;
        color: black;
}

.image .label.has-note {
    padding-bottom: 0;
}

.image .label .note {
    border-bottom: 1px solid #000;
    /* border-top: 1px solid #000; */
    font-family: 'Trispace', sans-serif;
    font-size: 0.59em;
    hyphens: auto;
    -webkit-hyphens: auto;
    line-height: 1.1;
    margin: 0.3vw -0.6vw 0 -0.6vw;
    padding: 0 2vw 2vw 2vw;
    text-align: left;
}

.image .label .note .note-by {
    text-transform: capitalize;
}


/* input-email
============================================================= */

.input-email {
    background-color: yellow;
    box-shadow: 0 0 80px #000;
    color: #000;
    display: none;
    font-size: var(--fs);
    height: auto;
    left: 50%;
    line-height: 1.1;
    padding: calc(3 * var(--stripe-height));
    padding-bottom: calc(2 * var(--stripe-height));
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - var(--stripe-height));
    z-index: 99;
}

.input-email.visible {
    display: block;
}

.input-email p.q {
    padding-bottom: calc(2 * var(--stripe-height));
    text-align: center;
}

.input-email input,
.input-email button {
    border: none;
    font-family: 'abc_whyte_regular';
    font-size: var(--fs);
    line-height: 1;
    margin-top: var(--stripe-height);
    padding: var(--stripe-height);
    width: 100%;
}

.input-email input {
    /* background-color: #fff;
    text-align: center; */
    background-color: transparent;
    box-shadow: red 0 0 0.4vh 0.4vh inset;
    color: red;
    text-align: center;
}

.input-email button {
    background-color: red;
    color: yellow;
}

.input-email p.left {
    text-align: left;
}

.input-email .btn-no-thanks {
    border-bottom: 1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: var(--fs);
    margin-top: calc(1.5 * var(--stripe-height));
}

.input-email .btn-no-thanks:hover {
    border: none;
}


/* next-repair-stream
============================================================= */

.next-repair-stream {
    background-color: yellow;
    color: red;
        background-color: red;
        color: yellow;
    display: flex;
    font-size: var(--fs);
    line-height: 1;
    left: 0;
    overflow: hidden;
    padding: 0.6vw 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.next-repair-stream a {
    color: red;
        color: yellow;
    text-decoration: none;
}

.next-repair-stream span {
    white-space: nowrap;
    text-transform: uppercase
}

.next-repair-stream span::after {
    content: '—';
    display: inline-block;
    padding: 0 1em;
}


/* page
============================================================= */

.page {
    background-color: #000;
    color: red;
    display: none;
    font-size: var(--fs);
    left: 0;
    line-height: 1.1;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.page.visible {
    display: block;
}

.page .btn-close-0 {
    background-color: #000;
    color: red;
    height: calc(1.1 * 3 * var(--fs));
    left: 0;
    position: absolute;
    top: calc(100% - 2px);
    width: 100%;
}

.page .btn-close-0::before {
    content: 'close';
    font-size: var(--fs);
    left: 50%;;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page .btn-close-1 {
    position: fixed;
    right: 0.6vh;
    top: calc(1.1 * var(--fs));
}

.page .btn-close-1::before {
    content: '\00D7';
    font-size: calc(2 * var(--fs));
    line-height: 1;
}

.page .inner {
    padding: var(--stripe-height);
    padding-top: calc(var(--fs) + 1.1em);
}

.page .inner h2 {
    text-align: center;
}

.page .inner h2,
.page .inner p {
    padding-bottom: 1.1em;
}

.page .inner p {
    hyphens: auto;
    hyphenate-limit-chars: auto 4;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 4;
}

.page .inner p.no-hyphens {
    hyphens: none;
    -webkit-hyphens: none
}

.page .inner em {
    font-style: italic;
}

.page .inner a {
    color: inherit;
    text-decoration: none;
}

.page .inner a:hover {
    text-decoration: underline;
}

/* faq */

.page-faq .qa {
    border-bottom: 1px solid red;
    cursor: pointer;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
}

.page-faq .qa .a {
    display: none;
    hyphens: auto;
    hyphenate-limit-chars: auto 4;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 4;
    text-indent: 2em;
}

.page-faq .qa.open {
    color: yellow;
}

.page-faq .qa.open .a {
    display: block;
}

/* streams */

.page-streams .stream a {
    border-bottom: 1px solid red;
    display: grid;
    grid-gap: var(--fs) 0;
    grid-template-columns: 1fr 1fr;
    padding: calc(0.5 * var(--fs)) 0;
}

.page-streams .stream:first-of-type a {
    border-top: 1px solid red;
}

.page-streams .title {
    font-size: calc(0.65 * var(--fs));
}

.page-streams .poster {
    font-size: 0;
    line-height: 0;
}

.page-streams img {
    height: auto;
    width: 100%;
}


/* note
============================================================= */

.note-end {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.note-end .inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8vw rgba(0,0,0,0.5);
    color: #000;
    font-size: calc(0.85* var(--fs));
    line-height: 1.2;
    margin-top: -4vh;
    padding: 12px;
    text-align: center;
    width: 80vw;

    font-family: 'Trispace', sans-serif;
    font-size: calc(0.7* var(--fs));
}

.note-end .inner .btn {
    color: red;
    /* font-size: 0.85em; */
    margin-top: 0.5em;
}