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{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}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}

@font-face {
    font-family: "Inter";
    font-style:  normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter-Light.woff2?v=3.19") format("woff2"),
         url("/fonts/Inter-Light.woff?v=3.19") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2?v=3.19") format("woff2"),
         url("/fonts/Inter-Regular.woff?v=3.19") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"),
         url("/fonts/Inter-SemiBold.woff?v=3.19") format("woff");
}
@font-face {
    font-family: "Inter";
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2?v=3.19") format("woff2"),
         url("/fonts/Inter-Bold.woff?v=3.19") format("woff");
}

html {
    display: flex;
    min-height: 100%;
    position: relative;

    font-family: "Inter",system-ui,Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
html::after {
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;

    background: linear-gradient(to bottom, #d9f2ff 0%, #fff 4.2%);
    background: linear-gradient(to bottom, rgb(display-p3 217,242,255) 0%, #fff 4.2%);

    content: "";
}

body {
    margin: auto;
    max-width: 100%;
    padding: 17% 0 8.7% 0;
    width: 328px;
}

body > div:first-child {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
body > div:first-child > div {
    margin: 17% 0 0 -50%;
    height: 83%;
    width: 200%;

    margin-left: calc(-1 * ((200vmax / 2) - (100% / 2)));
    width: calc(200vmax);
}
body > div:first-child > div > div {
    height: 100%;
    width: 100%;

    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: top 12px center;
    background-size: 256px 192px;
}

body > main {
    margin-top: 242px;
}

body > main > h1 {
    display: block;
    margin: 80px 1px 0 1px;

    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.375em;
}
body > main > h1 strong {
    font-weight: bold;
    font-weight: 400;
}
body > main > h1 span {
    font-size: 1.2em;
    font-weight: bold;
    font-weight: 400;
}
body > main > h1 span strong {
    font-weight: bold;
    font-weight: 600;
}
body > main > h1 > strong > em {
    color: #aac;
}
body > main > h1 > em {
    display: inline-block;
    padding-top: 4px;

    color: #000;
    font-size: 0.792em;
    line-height: 1.500em;
}

body > main > h1 > span.up::after {
    display: inline-block;
    margin-bottom: -0.5px;
    margin-left: 8px;
    height: 0.87em;
    width: 0.87em;

    background-image: url("/images/symbols/arrow.up.forward.svg");
    background-repeat: no-repeat;

    content: "";
}

body > main > h1 a {
    color: inherit;
}
body > main > h1 a:hover {
    text-decoration: none;
}

body > main > p, body > main > ol {
    margin-left: 1em;

    line-height: 1.334em;
}
body > main > p span, body > main > ol span {
    white-space: nowrap;
}
body > main > p strong, body > main > ol strong {
    font-weight: 600;
}

body > main > ol {
    list-style: decimal;
}

body > main > ul#buttons {
    margin: 24px -2px 42px -2px;
}

body > main > ul#buttons > li {
    margin-top: 15px;

    font-size: 1.063em;
    text-align: center;
}

body > main > ul#buttons > li > a {
    display: block;
    padding: 13px 6px;

    border-radius: 1024px;
    color: #f2f2f2;
    font-size: 0.875em;
    text-decoration: none;
}
body > main > ul#buttons > li > a:hover {
    opacity: 0.87;
}
body > main > ul#buttons > li > a:active {
    opacity: 0.42;
}

body > main > ul#buttons > li > a strong {
    font-weight: bold;
}

body > main > ul#buttons > li:last-child > a {
    background: #000;
    color: #fff;
}
body > main > ul#buttons > li:not(:last-child) > a {
    background: #f9f9f9;
    border: 1px solid #000;
    color: #171717;
}
body > main > ul#buttons > li:not(:last-child) > a:hover {
    background: #fefefe;
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    body > main > ul#buttons > li:not(:last-child) > a {
        padding: 13px 6px;
        position: relative;

        border: none;
    }

    body > main > ul#buttons > li:not(:last-child) > a::after {
        height: 200%;
        padding: 26px 12px;
        position: absolute;
        left: 0;
        top: 0;
        width: 200%;

        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);

        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;

        border: 1px solid #000;
        border-radius: 1024px;

        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        content: "";
    }
}

body > main > ul#buttons > li > a.instagram {
    background: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
body > main > ul#buttons > li > a.x {
    background: #000 !important;
    color: #fff !important;
}

body > main > ul#buttons > li > a.x > em {
    color: #ccc;
}

body > footer {
    margin-top: 87px;

    color: #aac;
    font-size: 0.813em;
    line-height: 1.87em;
    text-align: center;
}

body > footer > p > em {
    color: #434343;
    font-size: 0.923em;
    font-style: oblique;
}
body > footer > p > span {
    color: #545954;
}

body > footer > p > a {
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
}
body > footer > p > a:hover {
    border-bottom: none;
}
