/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Variables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
    /* stylelint-disable-next-line color-hex-length */
    --color-black: #222222;
    --color-grey: #5e5e5e;
    --color-greyLight: #efefef;
    --color-greyDark: #3a3a3a;
    --color-pink: #e71b8e;
    --color-pinkLight: #f070b8;
    --color-blue: #1d90e7;
    --color-white: #fff;
    --font-main: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
    --font-title: 'Oswald', Verdana, Arial, sans-serif;
    --scrollbar-size: 0.375rem;
    --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
    --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
    --scrollbar-track-color: rgba(0, 0, 0, 0.1);
    --scrollbar-color: rgba(0, 0, 0, 0.3);
    --scrollbar-color-hover: rgba(0, 0, 0, 0.4);
    --scrollbar-color-active: rgb(0, 0, 0);
}

/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.layout-cell {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(--scrollbar-ff-width);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.layout-scrollbar {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

/* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
.layout-scrollbar-obtrusive,
.layout-scrollbar-obtrusive::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--scrollbar-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Futurism';
    src:
        url('/_fonts/subset-FuturismRegular.woff2') format('woff2'),
        url('/_fonts/subset-FuturismRegular.woff') format('woff');
    font-display: swap;
    unicode-range: U+000-5FF;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
General
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    font-family: var(--font-main);
    line-height: 135%;
}

body {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: normal;
    font-size: 18px;
    font-family: var(--font-main);
    text-align: center;
    cursor: auto;
}

blockquote {
    text-align: justify;
}

ul,
ol {
    margin: 0;
    line-height: 145%;
    text-shadow: none;
}

li {
    line-height: 105%;
    text-align: left;
}

img {
    border-style: none;
    text-align: center;
}

a:active,
a:link,
a:visited {
    color: #2559a6;
    text-decoration: underline;
}

button {
    border-radius: 10px;
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    letter-spacing: -0.5px;
    font-family: var(--font-title);
}

h3 {
    text-align: left;
}

p {
    font-weight: normal;
    text-shadow: none;
}

h1 {
    font-size: calc(42px + (20) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.2em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h3 {
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: calc(25px + (33 - 25) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

h5 {
    margin: 0;
    padding: 0;
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

li {
    font-size: calc(15px + (20 - 12) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

p {
    font-size: calc(16px + (22 - 14) * ((100vw - 300px) / (1900 - 300)));
}

p.bigText {
    font-size: calc(20px + (22 - 14) * ((100vw - 300px) / (1900 - 300)));
}

p.biggerText {
    font-size: calc(24px + (22 - 14) * ((100vw - 300px) / (1900 - 300)));
}

p.biggestText {
    font-size: calc(28px + (22 - 14) * ((100vw - 300px) / (1900 - 300)));
}

#wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    width: 100vw;
    -webkit-box-align: center;
    -ms-flex-align: center;

    @supports not (display: grid) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .mobileHide {
        display: none;
    }

    #wrapper {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        width: 100vw;
        -webkit-box-align: center;
        -ms-flex-align: center;

        @supports not (display: grid) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        }
    }
}

@media (min-width: 768px) {
    .mainHide {
        display: none;
    }
}

#upHigh {
    visibility: hidden;
}

[data-xcloak] {
    display: none !important;
}

.myButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.myButton a:link,
.myButton a:visited,
.myButton a:active {
    padding: 0.5vh 2vw;
    text-decoration: none !important;
}

.buttonBlue {
    border: solid medium var(--color-white);
    background-color: rgb(255, 255, 255, 0.65);
}

.buttonBlue a:link,
.buttonBlue a:visited,
.buttonBlue a:active {
    color: var(--color-pink) !important;
}

.buttonBlue:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
}

.buttonBlue:hover a:link,
.buttonBlue:hover a:visited,
.buttonBlue:hover a:active {
    color: var(--color-blue) !important;
}

.buttonWhite {
    border: solid medium var(--color-white);
}

.buttonWhite a:link,
.buttonWhite a:visited,
.buttonWhite a:active {
    color: var(--color-white) !important;
}

.buttonWhite:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
}

.buttonWhite:hover a:link,
.buttonWhite:hover a:visited,
.buttonWhite:hover a:active {
    color: var(--color-pink) !important;
}

.buttonSand {
    border: solid medium var(--color-pink);
    background-color: var(--color-pink);
}

.buttonSand a:link,
.buttonSand a:visited,
.buttonSand a:active {
    color: var(--color-white) !important;
}

.buttonSand:hover {
    background-color: var(--color-white);
}

.buttonSand:hover a:link,
.buttonSand:hover a:visited,
.buttonSand:hover a:active {
    color: var(--color-pink) !important;
}

button.modal-close,
button.pleaseLoveMe,
a.pleaseLoveMe {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 3vh 0 0 0;
    padding: 0.5em 3em;
    border: 3px solid var(--color-white);
    border-radius: 10px;
    background: none;
    background: var(--color-white);
    color: var(--color-pink);
    outline: none;
    font-weight: 700;
    font-size: 1.4em;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

button.pleaseLoveMe.moreBut,
a.pleaseLoveMe.moreBut {
    margin-top: 0;
    padding: 0 2em;
}

.pleaseLoveMe.foot {
    margin: 15px 10px;
    padding: 1.1em 2.8em;
}

button.modal-close:hover,
.pleaseLoveMe:hover,
.btn-1:active {
    border: 3px solid var(--color-pink);
    background: var(--color-pink);
    color: var(--color-white);
}

.pleaseLoveMe:hover::after {
    height: 260%;
    opacity: 1;
}

.pleaseLoveMe:active::after {
    height: 400%;
    opacity: 1;
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white !important;
    font-weight: bold !important;
    opacity: 0;
}
.skip-to-main-content-link:focus {
    left: 100px !important;
    top: 10%;
    transform: translateX(-50%);
    opacity: 1;
}

.select:focus-visible {
    border: 2px dashed crimson;
    border-radius: 3px;
    outline: none;
}
