:root {
    --main-bg-color: #000000;
}

::selection {
    background: #fffffffc;
    color: #1700c7;
    color: var(--main-bg-color)
}

::-moz-selection {
    background: #fffffffc;
    color: #1700c7;
    color: var(--main-bg-color)
}

* {
    box-sizing: border-box
}

body {
    background-color: #1700c7;
    background-color: var(--main-bg-color);
    color: #fff;
    font-family: Main,sans-serif;
    font-size: 2rem;
    padding: 30px
}

.secret-link {
    cursor: grabbing;
    text-decoration: line-through
}



h3 a {
    background-size: 16px;
    padding-right: 18px
}

hr {
    border: .5px solid #fff
}

header {
    height: 88vh;
    position: relative;
    width: auto
}

br {
    display: none
}

h1,h2,h3,h4 {
    margin: 0
}

h1 {
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    word-spacing: 28px
}

h1 span {
    border-bottom: 5px solid #fff;
    padding-bottom: 2px
}

h2 {
    margin-top: 120px
}

h3 {
    margin-bottom: 3px
}

h4 {
    margin-bottom: 15px
}

h4:before {
    content: "("
}

h4:after {
    content: ")"
}

ul {
    list-style-type: square;
    margin: 0;
    padding: 0 1rem
}

ul li {
    margin: 5px 0 5px -15px
}

section ul li {
    margin-bottom: 20px
}

ul li sup {
    font-size: .6em;
    margin-right: 8px
}

header,section {
    margin-bottom: 50px
}

section ul {
    margin-top: 10px
}

.smaller {
    font-size: .8em
}

@media only screen and (max-width: 767px) {
    body {
        font-size:.9rem
    }

    header {
        height: 40vh
    }

    br {
        display: block
    }

    h1 {
        word-spacing: 18px
    }

    h1 span {
        border-bottom: 2px solid #fff;
        padding-bottom: 2px
    }
}

footer {
    margin: 100px 0 200px;
    padding-bottom: 300px
}

@media only screen and (max-width: 767px) {
    footer {
        padding-bottom:100px
    }
}

@font-face {
    font-family: Main;
    font-style: normal;
    font-weight: 400;
}

@page {
    size: letter;
    margin: 0
}

@media print {
    body,html {
        background: #fff!important;
        height: 11in!important;
        margin: 0!important;
        overflow: visible!important;
        padding: 0!important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        width: 8.5in
    }
}

.Content_printPage__mYyL1 {
    position: relative
}

.Content_printBackgroundImage__NypTv {
    display: none;
    width: 100%
}

.Content_printContent__bF\+S\+ {
    position: relative
}

.Content_tight__vRJtP li {
    margin-bottom: 10px
}

@media print {
    .Content_printPage__mYyL1 {
        break-after: auto;
        height: 11in;
        margin: 0;
        overflow: hidden;
        padding: 0;
        page-break-after: auto;
        width: 8.5in
    }

    .Content_printBackgroundImage__NypTv {
        border: 0;
        display: block;
        height: 100%;
        inset: 0;
        object-fit: cover;
        object-position: top center;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .Content_printContent__bF\+S\+ {
        display: none
    }
}

.App_all__\+F5KU {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.App_wrapper3d__0b49f {
    perspective: 20vw;
    position: relative;
    transform-style: preserve-3d
}

.App_fold__8c5J9 {
    height: 80vh;
    overflow: hidden;
    width: 80vw
}

@media only screen and (max-width: 767px) {
    .App_fold__8c5J9 {
        height:80vh
    }
}

.App_foldAfter__lvTSo {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform-origin: top center
}

.App_foldBefore__B73m3 {
    bottom: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: bottom center
}

.App_foldAlign__4lK-Y {
    height: 100%;
    width: 100%
}

.App_foldBottom__XjvZf .App_foldAlign__4lK-Y {
    transform: translateY(-100%)
}

.App_foldTop__UaLvE .App_foldAlign__4lK-Y {
    transform: translateY(100%)
}

.App_foldBottom__XjvZf {
    transform: rotateX(90deg);
    transform-origin: top center
}

.App_foldTop__UaLvE {
    transform: rotateX(-90deg);
    transform-origin: bottom center
}

@media only screen and (max-width: 767px) {
    .App_foldBottom__XjvZf {
        transform:rotateX(140deg)
    }

    .App_foldTop__UaLvE {
        transform: rotateX(-140deg)
    }
}

@media print {
    .App_all__\+F5KU {
        align-items: normal;
        display: block;
        height: auto;
        justify-content: normal;
        position: static;
        width: auto
    }

    .App_wrapper3d__0b49f {
        perspective: none;
        transform: none
    }

    .App_foldBottom__XjvZf,.App_foldTop__UaLvE {
        display: none
    }

    .App_fold__8c5J9 {
        height: auto;
        overflow: visible;
        width: auto
    }

    [data-fold-content=true] {
        transform: none!important
    }
}

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