:root {
    --theme-primary: #000;
    --theme-secondary: #fff;
    --fs-100: clamp(2.5rem, 7.1vw, 7.5rem);
    --fs-60: clamp(2.5rem, 4.26vw, 4.375rem);
    --fs-50: clamp(1.875rem, 3.5vw, 60px);
    --fs-24: clamp(1.25rem, 1.5vw, 1.5rem);
    --fs-32: clamp(1.5rem, 1.8vw, 2.1875rem);
    --fs-40: clamp(1rem, 2.5vw, 2.5rem);
    --fs-44: clamp(1.5rem, 3vw, 2.75rem);
    --spacing-default: 10.5rem;
    --spacing-default-mobile: 4.125rem;
    --spacing-small: 4.6875rem;
    --animation-primary: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
    --animation-fast: 0.2s cubic-bezier(0.75, 0, 0.25, 1);
    --animation-smooth: 0.6s cubic-bezier(0.75, 0, 0.25, 1);
    --animation-navigation: 1.2s cubic-bezier(0.75, 0, 0.25, 1);
    --animation-navigation-forward: 1s cubic-bezier(0.8, 0, 0.1, 1);
    --animation-navigation-backward: 0.6s cubic-bezier(0.8, 0, 0.1, 1)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

*,
:after,
:before {
    box-sizing: border-box;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

:is(*, :before, :after):focus {
    outline: none !important
}

html {
    box-sizing: border-box
}

@media (min-width:769px) {
    html {
        -webkit-overflow-scrolling: auto;
        overscroll-behavior-y: none;
        scroll-behavior: auto
    }
}

body {
    --opacity: 0.4;
    font-family: var(--montreal);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000;
    background-color: #efefef;
    margin: 0;
    padding: 0
}

@media (min-width:769px) {
    body {
        font-size: 1.25rem
    }
}

main {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: calc(1400px + 15%);
    margin: 0 auto;
    padding: 0 7%
}

.container.flex {
    display: flex;
    flex-direction: column;
    gap: 0
}

@media (max-width:768px) {
    .container {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:769px) {
    .container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: .75rem
    }
}

@media (min-width:1400px) {
    .container {
        padding: 0 7.5%
    }
}

@media screen and (min-width:1920px) {
    .container {
        max-width: calc(1800px + 15%)
    }
}

::selection {
    background: #f74ea1;
    color: #000
}
.Footer_socialLinks__tA7gt p{
    font-size: 1.25rem;
}

p {
    font-family: var(--montreal);
    font-size: 2.25rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 .9375rem;
    color: #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

figure {
    padding: 0;
    margin: 0
}

button {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer
}

button:focus {
    outline: none
}

.prose *+* {
    margin-top: 1em
}

@media screen and (min-width:768px) {
    .prose *+* {
        margin-top: 1.5em
    }

    .prose *+h2,
    .prose *+h3 {
        margin-top: .75em
    }
}

.prose iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto
}

.prose h2 {
    font-size: var(--fs-60);
    line-height: 1;
    font-weight: 400;
    letter-spacing: calc(-30em / 1000);
    padding: 0;
    color: #000
}

.prose h2 :is(strong) {
    font-weight: 600
}

.prose h3 {
    font-size: var(--fs-50);
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    color: #000
}

.prose h3 strong {
    font-weight: 600
}

.prose p {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 400;
    max-width: 68ch;
    color: #000;
    text-wrap: pretty
}

@media (min-width:769px) {
    .prose p {
        font-size: 1.5rem;
        line-height: 1.7
    }
}

.prose p strong {
    font-weight: 700
}

.prose figure {
    width: 100%;
    max-width: 100%;
    margin: 2.5rem 0
}

.prose figure img {
    margin: 0
}

.prose img {
    display: block;
    margin: 2.5rem 0
}

.prose img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.prose figcaption {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .5rem;
    text-align: center
}

.prose hr {
    width: 100%;
    height: 5px;
    background: var(--acid);
    border: none;
    margin: 2rem 0
}

.prose blockquote {
    margin: 2rem 0;
    padding-left: 1em
}

@media (min-width:769px) {
    .prose blockquote {
        padding-left: 2em
    }
}

.prose blockquote:after {
    content: "";
    position: absolute;
    top: .35em;
    height: calc(100% - .8em);
    left: 0;
    width: 4px;
    background: linear-gradient(180deg, #6c3ce1, #ff34f3)
}

@media (max-width:899px) {
    .prose blockquote {
        display: flex;
        flex-direction: column
    }
}

.prose blockquote h2,
.prose blockquote h3 {
    font-family: var(--montreal);
    font-size: 1.625rem;
    line-height: 1.3;
    font-weight: 400
}

@media (max-width:899px) {

    .prose blockquote h2,
    .prose blockquote h3 {
        order: 2
    }
}

@media (min-width:769px) {

    .prose blockquote h2,
    .prose blockquote h3 {
        font-size: 2.375rem
    }
}

.prose blockquote p {
    font-size: var(--fs-40);
    line-height: 1.25;
    margin-bottom: 0
}

@media (max-width:768px) {
    .prose blockquote p {
        font-size: 1rem
    }
}

.prose blockquote p strong {
    font-weight: 600
}

.prose ol,
.prose ul {
    margin: 2rem 0;
    padding: 0
}

.prose li {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 400;
    margin-left: 1.25rem;
    margin-top: .5em;
    color: #000;
    max-width: 62ch
}

@media (min-width:769px) {
    .prose li {
        font-size: 1.5rem;
        line-height: 1.4
    }
}

.prose ol {
    padding-left: 1.125rem
}

.prose ol li {
    padding-left: 1rem;
    margin-left: 0;
    line-height: 1.3;
    margin-top: .5em
}

@media (max-width:768px) {
    .prose ol li {
        margin-bottom: .5rem
    }
}

@media (min-width:769px) {
    .prose ol li {
        line-height: 1.7
    }
}

.prose a {
    color: #000
}

@media (max-width:768px) {
    .prose a {
        word-wrap: break-word
    }
}

.prose a:hover {
    color: #000
}

.prose a:not(.button) {
    transition: color .3s ease
}

.prose table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 400;
    color: #000
}

@media (min-width:769px) {
    .prose table {
        font-size: 1.5rem;
        line-height: 1.7
    }
}

.prose table strong {
    font-weight: 700
}

.prose td,
.prose th {
    padding: .5rem 0;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd
}

.prose tr:hover {
    background-color: #d3d3d3;
    background-color: #e9e9e9
}

#pageCover,
.gs-dev-tools {
    z-index: 9999
}

#pageCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: grey;
    transform: translateY(100vh);
    transition: transform .4s cubic-bezier(.75, 0, .25, 1)
}

#pageCover.active {
    transform: translateY(0)
}

.crosshair {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    z-index: 2
}

@media (max-width:768px) {
    .crosshair {
        display: none
    }
}

.crosshair .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crosshair .inner:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: translateX(-50%)
}

.crosshair .inner:after,
.crosshair .inner:before {
    content: "";
    position: absolute;
    background-color: #000
}

.crosshair .inner:after {
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    transform: translateY(-50%)
}

.loading {
    background: #000;
    position: fixed;
    left: 0;
    font-size: var(--fs-44);
    color: #fff;
    height: 100%;
    justify-content: center
}

.Celebrating_celebrating__MdmnM,
.loading {
    top: 0;
    display: flex;
    width: 100%;
    align-items: center
}

.Celebrating_celebrating__MdmnM {
    position: absolute;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: calc(93em / 1000);
    text-transform: uppercase;
    margin: 0;
    color: var(--theme-primary);
    z-index: 10;
    height: 7rem;
    padding: 1.5625rem 6.25rem;
    pointer-events: none
}

@media (max-width:768px) {
    .Celebrating_celebrating__MdmnM {
        display: none
    }
}

.Celebrating_celebrating__MdmnM a {
    color: var(--theme-primary);
    text-decoration: none;
    pointer-events: all
}

@media screen and (min-width:1920px) {
    .Celebrating_celebrating__MdmnM {
        max-width: 2470px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.CookieBanner_banner__MyhNb {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1.25rem 1.5625rem;
    background: #000;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 100
}

@media (min-width:500px) {
    .CookieBanner_banner__MyhNb {
        max-width: 22.8125rem;
        padding: 1.6rem 1.875rem 1.875rem;
        border-top-left-radius: 2.125rem
    }
}

.CookieBanner_banner__MyhNb.CookieBanner_hidden__f8Cc1 {
    opacity: 0;
    pointer-events: none
}

.CookieBanner_banner__MyhNb.CookieBanner_noAnimation__E5guY {
    animation: none
}

.CookieBanner_banner__MyhNb.CookieBanner_instantHide__qu1ZI {
    display: none
}

.CookieBanner_banner__MyhNb p {
    font-size: 1rem;
    line-height: 1.375;
    color: #fff
}

.CookieBanner_banner__MyhNb a {
    color: #fff
}

.CookieBanner_banner__MyhNb a:hover {
    text-decoration: none
}

.CookieBanner_disableTransition__jd9YO {
    transition: none !important
}

.CookieBanner_buttons__QHtXK {
    display: flex;
    gap: .625rem
}

.CookieBanner_button__eD4su {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    font-family: var(--montreal);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1 !important;
    font-weight: 400;
    color: #fff;
    padding: .6rem 1rem .7rem;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 2.0625rem;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease, border-color .2s ease;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none
}

.CookieBanner_button__eD4su:hover {
    color: #000;
    background: #fff
}