.button_container__1va11 {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-family: var(--font-text);
    text-decoration: none;
}

.info_container__1tqaw {
    max-width: 100%;
    padding: 16px;
    border: 5px solid #FFF;
    border-radius: 16px;
    margin: 10px;
    background-color: #80CCCC;
    color: #F33;

    .info_title__3_-rH {
        margin-top: 16px;
        font-size: 24px
    }

    .info_description__3dH58 {
        margin-bottom: 1em;
        font-size: 16px;
    }

    .info_message__iB9T_ {
        display: block;
        max-width: 100%;
        margin: 20px auto;
    }

    @media (min-width: 500px) {
       max-width: 480px;
       padding: 20px;

       .info_description__3dH58 {
            font-size: 18px;
       }

       .info_message__iB9T_ {
            max-width: 320px;
       }
    }
}

.share_container__2qO3I {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;

    .share_icon__2et2z {
        display: none;
        margin: 10px;
        visibility: hidden;
    }

    .share_visibleButton__2-xnj, .share_infoButton__1EWWx {
        display: block;
        visibility: visible;
    }

    .share_copyButton__hY5WZ {
        position: relative;
    }

    .share_labelText__2iu1Z {
        position: absolute;
        top: 50%;
        left: 90%;
        width: 100px;
        color: #FFF;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    &.share_visible__21FkU {
        .share_icon__2et2z {
            display: block;
            visibility: visible;
        }

        .share_visibleButton__2-xnj {
            display: none;
            visibility: hidden;
        }
    }

    @media screen and (min-width: 768px) {
        -ms-flex-direction: row;
            flex-direction: row;

        .share_labelText__2iu1Z {
            top: -5px;
            left: 50%;
            -webkit-transform: translate(-50%, -100%);
                -ms-transform: translate(-50%, -100%);
                    transform: translate(-50%, -100%);
        }
    }
}

.share_container__1i1TI {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;

    .share_inner__2YZVT {
        display: block;
        padding: 0.5rem;
        border-radius: 16px;
        background-color: var(--color-black);
        color: var(--color-white);
        font-family: var(--font-legit);
    }

    .share_action__DB3Lm {
        position: relative;
        display: block;
        padding: 0;
        padding: 4px 8px 2px;
        border: 0;
        border: 2px solid rgb(255 255 255 / 0.2);
        border-radius: 20px;
        margin: 0 0 0.5rem;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;

        @media (min-width: 768px) {
            padding: 6px 10px 3px;
            font-size: 14px;
        }
    }

    .share_image__stFH1 {
        display: block;
        max-width: 280px;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        aspect-ratio: 16 / 9;
    }

    .share_share__3wPFf {
        display: -ms-flexbox;
        display: flex;
    }

    @media (min-width: 500px) {
        .share_image__stFH1 {
            max-width: 320px;
        }
    }

    @media (min-width: 768px) {
        padding: 1rem;

        .share_image__stFH1 {
            max-width: 460px;
            margin-bottom: 0.5rem;
        }
    }
}

.modal_container__3lYN9 {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;

    .modal_closeBtn__2HGVA {
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        display: none;
        width: 2rem;
        height: 2rem;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0.5rem;
        border-radius: 2rem;
        background-color: #F33;
        color: var(--color-white);
        visibility: hidden;

        @media (min-width: 375px) {
            top: 0.75rem;
            right: 0.75rem;
        }

        @media (min-width: 500px) {
            top: 1rem;
            right: 1rem;
            width: 3rem;
            height: 3rem;
            border-radius: 3rem;
        }
    }

    .modal_wrapper__3K7hE {
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: 100%;
        height: 100%;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;
    }

    .modal_inner__1BHjg {
        opacity: 0;

        @media (min-width: 960px) {
            width: 100%;
            height: 100%;
            margin-right: auto;
            margin-left: auto;
        }
    }

    .modal_lightBox__Gxu2Y {
        position: absolute;
        z-index: 1;
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        background-color: rgb(0 0 0 / 0.5);
        inset: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }

    .modal_content__3Fh00 {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 100vh;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;

        .modal_innerContent__2aW9C {
            background-color: var(--color-white);
            color: var(--color-black);
        }

        .modal_video__1LPDU {
            width: 100%;
            max-width: 768px;
        }

        @media (min-height: 860px) {
            padding: 1rem 0;
        }
    }

    &.modal_visible__2Mr0a {
        pointer-events: all;

        .modal_closeBtn__2HGVA {
            z-index: 99999;
            display: -ms-flexbox;
            display: flex;
            pointer-events: all;
            visibility: visible;
        }

        .modal_lightBox__Gxu2Y {
            opacity: 1;
            pointer-events: all;
            -webkit-transition: opacity 500ms ease-in-out;
            transition: opacity 500ms ease-in-out
        }

        .modal_inner__1BHjg {
            opacity: 1;
            -webkit-transition: opacity 500ms ease-in-out;
            transition: opacity 500ms ease-in-out
        }
    }


}

.main_container__1beiN {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/static/media/background-stones.9d1679c36ffc31e6913d.png) repeat-x top center,
        url(/static/media/background-floor-fun.6eb9c9ef24ab695a56bb.jpg) repeat bottom center;
    background-color: #000;
    background-size: auto 40%;
    inset: 0;

    .main_inner__Ntdrd {
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
}

.error_container__S8F0c {
    position: relative;
}

.play-pause_container__3qepL {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-family: Arial, sans-serif;

    .play-pause_icon__242Kj {
        width: 35px;
        height: 35px;
    }

    @media screen and (min-width: 768px) {
        .play-pause_icon__242Kj {
            width: 50px;
            height: 50px;
        }
    }
}

.volume_container__17IuQ {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-family: Arial, sans-serif;

    .volume_icon__1lvIu {
        width: 35px;
        height: 35px;
    }

    @media screen and (min-width: 768px) {
        .volume_icon__1lvIu {
            width: 50px;
            height: 50px;
        }
    }
}

/* stylelint-disable at-rule-no-unknown */
.audio_container__39KQR {
    .audio_inner__1D9Tg {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 100%;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .audio_controls__3jw7R {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;

        .audio_button__2DtyQ {
            padding: 5px;
            color: #FFF;
        }
    }

    @media screen and (min-width: 768px) {
        .audio_controls__3jw7R {
            -ms-flex-direction: row;
                flex-direction: row;
        }
    }
}

.fire_container__2uLxO {
    /* border: 10px solid blueviolet; */

    /* background: url("../../img/bois-brule.png") no-repeat center bottom; */

    /* background-size: contain; */

    /* &::after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/bois-brule.png") no-repeat center bottom;
        background-size: contain;
        content: '';
        opacity: 0.3
    } */
}

.icon_container__2BQvc {
    position: relative;
    display: inline-block;
    width: 15vw;
    height: 15vw;
    padding: 0;
    border: 0;
    border-radius: 20%;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    color: inherit;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;

    .icon_image__3tJoD {
        position: absolute;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 0;
        border-radius: 16px;
        margin: 0;
        inset: 0;
    }

    .icon_label__2dHER {
        position: absolute;
        top: -2%;
        left: 0;
        width: 200%;
        padding: 3px 0;
        border: 3px solid #dedede;
        border-radius: 4px;
        background-color: #dedede;
        color: #000;
        font-size: 14px;
        opacity: 0;
        text-align: center;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }

    &:last-child {
        .icon_label__2dHER {
            right: 0;
            left: auto;
        }
    }

    &:hover {
        opacity: 1;

        .icon_label__2dHER {
            opacity: 1 !important;
        }
    }

    &.icon_gradient__2fbWZ {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff5a2b), to(#5c00ff));
        background: linear-gradient(180deg, #ff5a2b, #5c00ff);
    }

    @media screen and (min-width: 768px) {
        width: 12vh;
        height: 12vh;

        .icon_label__2dHER {
            top: 50%;
            left: 110%;
            width: auto;
            min-width: 150px;
            padding: 3px;
            -webkit-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
        }

        &:last-child {
            .icon_label__2dHER {
                right: auto;
                left: 110%;
            }
        }
    }
}

.upload-form_container__CJBT4 {
    position: relative;
    overflow: hidden;
    width: 15vw;
    height: 15vw;


    .upload-form_input__2R0mm::-webkit-file-upload-button {
        width: 15vw;
        height: 15vw;
        padding: 0 16px;
        border: 0;
        border-radius: 16px;
        margin-right: 16px;
        background-color: transparent;
        -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 0.05);
                box-shadow: 0 1px 0 rgb(0 0 0 / 0.05);
        cursor: pointer;
        -webkit-transition: background-color 200ms;
        transition: background-color 200ms;
    }


    .upload-form_input__2R0mm::file-selector-button {
        width: 15vw;
        height: 15vw;
        padding: 0 16px;
        border: 0;
        border-radius: 16px;
        margin-right: 16px;
        background-color: transparent;
        -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 0.05);
                box-shadow: 0 1px 0 rgb(0 0 0 / 0.05);
        cursor: pointer;
        -webkit-transition: background-color 200ms;
        transition: background-color 200ms;
    }

    /* .button {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 80px;
        padding: 0;
        border: 0;
        border-radius: 20%;
        margin: 0;
        appearance: none;
        background: transparent;
        color: inherit;
        color: #FFF;
        cursor: pointer;
        font-family: inherit;
    } */

    .upload-form_label__vUurA {
        position: absolute;
        top: -2%;
        left: 0;
        width: 200%;
        padding: 3px 0;
        border: 3px solid #dedede;
        border-radius: 4px;
        background-color: #dedede;
        color: #000;
        font-size: 14px;
        opacity: 0;
        text-align: center;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }

    .upload-form_icon__Dr9Fn {
        display: block;
        color: #FFF;
        -webkit-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
    }

    .upload-form_cover__ypl3H {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 16px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5a2b), to(#5c00ff));
        background-image: linear-gradient(180deg, #ff5a2b, #5c00ff);
        inset: 2px;
        pointer-events: none;
    }

    @media screen and (min-width: 768px) {
        width: 12vh;
        height: 12vh;

        .upload-form_input__2R0mm::-webkit-file-upload-button {
            width: 12vh;
            height: 12vh;
        }

        .upload-form_input__2R0mm::file-selector-button {
            width: 12vh;
            height: 12vh;
        }

        .upload-form_label__vUurA {
            top: 50%;
            left: 110%;
            width: auto;
            min-width: 150px;
            padding: 3px;
            -webkit-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
        }

        &:last-child {
            .upload-form_label__vUurA {
                right: auto;
                left: 110%;
            }
        }
    }
}


.home_container__10kUS {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/static/media/background-center-fun.57b45cc8ae839cab78b1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    inset: 0;

    .home_logo__2YB5Q {
        position: absolute;
        z-index: 100;
        top: 10px;
        left: 50%;
        width: 100px;
        height: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);

        img {
            display: block;
            max-width: 100%;
        }
    }

    .home_fire__3JjxH {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        pointer-events: none;
    }

    .home_menu__1Vr7F {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: center;
            justify-content: center;
        inset: 0;
    }

    .home_icon__1rzr9 {
        margin: 5px 2px;
    }

    .home_count__1l-aq {
        position: absolute;
        z-index: 101;
        top: 10px;
        right: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #f63;
        font-family: KodeMono, monospace;
        font-size: 26px;
        text-shadow: 2px 2px 4px #000;

        span {
            display: block;
            margin-left: 10px;
            font-size: 12px;
            line-height: 1;
            text-transform:uppercase;
        }
    }

    .home_audio__T_jLl {
        position: absolute;
        z-index: 100;
        top: 10px;
        left: 10px;
    }

    .home_share__WvW4y {
        position: absolute;
        z-index: 100;
        top: 100px;
        left: 5px;
    }

    .home_arrow__1nPG3 {
        display: none;
        visibility: hidden;
    }

    &.home_disabled__MEp2V {
        .home_menu__1Vr7F {
            -webkit-filter: grayscale(100%);
                    filter: grayscale(100%);
            pointer-events: none;
        }
    }

    @media screen and (min-width: 500px) {
        background-image: url(/static/media/background-center-big.e7ea4680dbc4503d7947.jpg);

        .home_count__1l-aq {
            font-size: 32px;

            span {
                font-size: 14px;
            }
        }
    }

    @media screen and (min-width: 1200px) and (min-aspect-ratio: 16/15) {
        background-color: #000;
    }

    @media screen and (min-width: 768px) {
        .home_logo__2YB5Q {
            width: 133px;
        }

        .home_menu__1Vr7F {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: start;
                align-items: flex-start;
        }

        .home_audio__T_jLl {
            padding: 10px;
            inset: auto 0 0 auto;
        }

        .home_icon__1rzr9 {
            margin: 2.5px 10px;
        }

        .home_count__1l-aq {
            font-size: 40px;

            span {
                font-size: 16px;
            }
        }

        .home_share__WvW4y {
            position: absolute;
            z-index: 100;
            -ms-flex-pack: end;
                justify-content: flex-end;
            inset: auto 140px 15px auto;
        }

        .home_arrow__1nPG3 {
            &.home_bottom__17T68 {
                svg {
                    -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                }
            }
        }
    }
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0000fb;
    --color-purple: #90f;
    --color-red: #f03;
    --color-error: var(--color-red);
}


div[data-theme="light"] {
    --color-text: var(--color-black);
    --color-title: var(--color-white);
}

div[data-theme="dark"] {
    --color-text: var(--color-white);
    --color-text-alt: var(--color-black);
}

:root {
    --spacing-small: 5px;
    --spacing: 10px;
    --spacing-medium: 20px;
    --spacing-large: 30px;
    --spacing-xlarge: 40px;
    --border-radius: 16px;
    --line-height: 1.25;
    --max-page-width: 1300px;
    --transition-default: 0.3s ease-out;
}


@custom-media --very-small-viewport (min-width: 360px);
@custom-media --small-viewport (min-width: 576px);
@custom-media --medium-viewport (min-width: 768px);
@custom-media --large-viewport (min-width: 1200px);
@custom-media --x-large-viewport (min-width: 1400px);

:root {
    --very-small-viewport: 360px;
    --small-viewport: 500px;
    --medium-viewport: 768px;
    --large-viewport: 1200px;
    --x-large-viewport: 1400px;
}

html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

input,
button,
a,
textarea,
select {
    outline: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

a > img {
    display: block;
}

:root {
    --font-title: 'Helvetica', 'Arial', sans-serif;
    --font-text: 'Helvetica', 'Arial', sans-serif;
    --base-font-size: 16px;
}

@font-face {
    font-family: KodeMono;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/kode-mono.5420edbf50912929a342.woff2) format('woff2');
}



/* stylelint-disable selector-class-pattern */
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "\200B";
  float: left;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: inline;
  display: initial;
}
:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
    font-family: var(--font-text);
    font-size: var(--base-font-size);
    font-weight: 700;
    overflow-y: scroll;
}

html,
body {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    overscroll-behavior-x: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

    &::-webkit-scrollbar {
        display: none;
    }
}

.modal-open {
    overflow: hidden;
    padding-right: 0;
}


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