@font-face {
    font-family: acumin-pro-condensed;
    src: url(../fonts/AcuminProCondensedBlack/font.woff2) format("woff2"), url(../fonts/AcuminProCondensedBlack/font.woff) format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

:root {
    --color-grey: #F2F2F2;
    --color-yellow: #FEF100
}

* {
    font-family: acumin-pro-condensed, sans-serif;
    box-sizing: border-box;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
}

p {
    margin-bottom: 2rem
}

p.attention {
    color: red
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 800
}

h1 {
    line-height: 1em;
    font-size: 1.7rem
}

h2 {
    font-size: 2.3rem;
    line-height: 1em;
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.5rem
}

h4 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h5 {
    font-size: .7rem
}

label {
    margin-left: .5rem
}

label, label * {
    font-size: .8rem
}

ul {
    padding-left: 1.4rem
}

.logo {
    width: 50px
}

body, header, footer, .overlay, video, canvas, .video-overlay {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color-yellow);
    border-radius: 0 0 1rem 1rem;
    padding: .8rem 1rem .4rem;
    display: flex;
    justify-content: space-between
}

header a {
    text-decoration: none
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 2rem;
    text-align: center
}

footer.has-bg {
    background: #fff;
    padding: 1rem 1rem 2rem;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1))
}

.button, button {
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .8rem .2rem;
    text-decoration: none;
    background: var(--color-grey);
    border-radius: 1.9rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase
}

.button.primary, button.primary {
    background: #000;
    color: #fff
}

.button.attention, button.attention {
    background: red;
    color: #fff
}

.buttons {
    display: flex;
    gap: 1rem
}

.icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem
}

.icons > * {
    cursor: pointer;
    background: #000;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.icons > * img {
    width: 1.2rem;
    filter: invert(1);
    float: unset !important;
    margin-right: 0 !important
}

a.disabled, button[disabled] {
    opacity: .5;
    cursor: normal;
    pointer-events: none
}

main {
    margin-top: 1.5rem;
    padding-bottom: 8rem
}

.text-content {
    padding: 1rem
}

.text-content > :first-child {
    margin-top: 4rem
}

.text-img {
    border-radius: 1rem;
    margin: .5rem 0
}

.text-img a {
    text-decoration: none
}

.text-img h4 {
    margin-top: .5rem
}

.text-img h4, .text-img h4 * {
    font-size: 1.2rem
}

.text-img:not(.no-bg) {
    background: var(--color-grey);
    padding: .5rem .75rem
}

.text-img.fill-width {
    margin: -1rem -1rem 1.5rem;
    padding-top: 3rem;
    border-radius: 0
}

.text-img.fill-width img {
    margin-top: 1rem;
    max-width: 200px
}

.text-img.img-left, .text-img.img-right {
    min-height: 170px
}

.text-img.img-left :is(img,video) {
    float: left;
    margin-right: 1rem
}

.text-img.img-right :is(img,video) {
    float: right;
    margin-left: 1rem
}

.text-img.center {
    text-align: center
}

.text-img.center img {
    max-width: 30px;
    max-height: 40px;
    margin: .5rem 0
}

.text-img.bg-yellow {
    background: #fef100
}

.text-img.bg-blue {
    background: #36c8f0
}

.text-img.bg-orange {
    background: #ff7734
}

.text-img.bg-pink {
    background: #ffb4eb
}

.text-img img {
    max-width: 160px;
    max-height: 200px
}

.text-img p {
    margin-bottom: .2rem
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 2rem
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

main[data-v-4be8c4ca] {
    position: relative;
    padding-bottom: 0
}

.video-container[data-v-4be8c4ca] {
    position: relative;
    margin-top: -2rem;
    max-height: calc(100dvh - 2.5rem);
    display: flex;
    padding-left: .5rem;
    padding-right: .5rem
}

video[data-v-4be8c4ca], canvas[data-v-4be8c4ca] {
    margin-top: 3rem;
    width: calc(100vw - 1rem);
    height: calc(100dvh - 5.5rem);
    max-width: calc(100vw - 1rem);
    max-height: calc(100dvh - 5.5rem);
    object-fit: cover;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto
}

.stream[data-v-4be8c4ca] {
    display: none
}

canvas[data-v-4be8c4ca]:not(.visible) {
    display: none
}

.frame-overlay[data-v-4be8c4ca] {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.frame-overlay img[data-v-4be8c4ca] {
    width: 40%;
    height: 40%;
    filter: invert(1)
}

.overlay[data-v-4be8c4ca] {
    position: absolute;
    top: 3.5rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    background: #ff0;
    padding: .5rem;
    border-radius: .5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem
}

.countdown[data-v-4be8c4ca] {
    background: #ffffff80;
    width: 10rem;
    position: fixed;
    bottom: 5rem;
    left: calc(50% - 4rem);
    display: flex;
    padding: .5rem;
    gap: 1rem;
    border-radius: 2rem
}

.video-overlay[data-v-d87cbea6] {
    position: fixed;
    top: 4.3rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: .5rem
}

.video-overlay .close[data-v-d87cbea6] {
    position: absolute;
    top: 0;
    right: 1rem
}

.video-overlay video[data-v-d87cbea6] {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    object-fit: cover
}

.delete-confirmation-overlay[data-v-d87cbea6], .upload-overlay[data-v-d87cbea6] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000080;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.delete-confirmation-overlay .text-img[data-v-d87cbea6], .upload-overlay .text-img[data-v-d87cbea6] {
    background: #fff;
    padding: 1rem;
    min-width: 300px
}

.delete-confirmation-overlay .text-img img[data-v-d87cbea6], .upload-overlay .text-img img[data-v-d87cbea6] {
    width: 40px;
    margin-bottom: 1rem
}

.required.form-field[data-v-d87cbea6]:after {
    top: .25rem;
    right: .5rem
}

.required[data-v-d87cbea6]:after {
    content: "*";
    position: absolute;
    color: red
}

.form-field[data-v-d87cbea6] {
    position: relative;
    margin-bottom: .5rem
}

input[type=text][data-v-d87cbea6], input[type=email][data-v-d87cbea6] {
    width: 100%;
    padding: .5rem 1rem;
    background: var(--color-grey);
    border: none;
    border-radius: .5rem
}

.text-img[data-v-d87cbea6] {
    min-height: 140px
}

.text-img video[data-v-d87cbea6] {
    cursor: pointer;
    max-width: 70px;
    object-fit: cover;
    aspect-ratio: 9/16;
    border-radius: .5rem
}

.text-img h3[data-v-d87cbea6] {
    margin-top: 0
}
