﻿
:root {
    --black:#232323;
    --orange:#F26646;

    --purple:#4C2465;
    --green:#52b15b;
    --lime:#c9d400;
    --lichen:#dfe58c;
}

* {
    box-sizing:border-box;
    font-family: helvetica-neue-lt-pro, sans-serif;
}

html {
	overflow-y:scroll;
    overflow-x: hidden;
}

html, body {
	padding:0;
	margin:0;
    font-size:16px;
    font-weight:300;
    font-family: helvetica-neue-lt-pro, sans-serif;
    background:var(--black);
    color:#FFFFFF;
}

h1, h2, h3, h4, h5 {
    font-family: nickel-gothic-variable, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

h1 {
    font-size:3rem;
    font-variation-settings: "slnt" 0, "wdth" 75;
}

h2 {
    font-size:2.4rem;
}

h3 {
    font-size:1.8rem;
}

h4 {
    font-size:1.2rem;
}

h5 {
    font-size:1rem;
}

p {
    line-height:2rem;
}

section.supporters h2 {
    color:var(--orange);
    text-align:center;
    margin:0 0 2rem 0;
}

section.supporters .inner {
    padding:3rem 0;
}

section.hero {
    position:relative;
    overflow:hidden;
    padding:0;
}

.hero-curve {
    position: absolute;
    top: -30%;
    right: -20%;
    z-index: 2;
    width: 50%;
}

.hero-curve svg {
    display:block;
    width:100%;
    height:100%;
}

.hero-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hero-content p {
    font-size: 2rem;
    line-height: 3rem;
    max-width: 600px;
}

strong {
    font-weight:900;
}

.floorplan .inner {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 2rem auto;
    text-align: center; 
}

.floorplan-img {
    margin:4rem 0 2rem 0;
}

.floorplan svg,
.floorplan img {
    display: block;
    width: 100%;
}

.home-page .hero-content p {
    max-width: 600px;
}

.hero.page h1 {
    font-size: 6rem;
    text-align: center;
    font-style: italic;
}

.hero.page {
        margin: 5rem auto;
}

.hero.home {
    height:100vh;
}

.hero > svg {
    min-width: 1200px;
}

.hero-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:flex-end;
    padding: 4rem 6rem;
    z-index:2;
}

.hero::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 1) 100%);
    z-index: 1;
}

header {
    position: fixed;
    top: 0;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    z-index: 10;
    transition: 0.5s;
    width: 100%;
    pointer-events: none;
}

header a {
    pointer-events: all;
}

header::after {
    position:absolute;
    content:"";
    display:block;
    bottom:0;
    width:0;
    left:0;
    height:1px;
    background:#000000;
    transition:0.7s;
}

header.stuck {
    opacity:1;
    pointer-events:all;
}

header.stuck::after {
    width:100%;
}

.nav-icon-desktop,
.nav-icon-mobile {
    display:block;
    position:fixed;
    top:1rem;
    right:1rem;
    cursor:pointer;
    z-index:2;
}

.nav-icon-desktop svg,
.nav-icon-mobile svg {
    pointer-events:none;
    display:block;
    width:36px;
    height:36px;
}

.nav-icon-mobile {
    display:none;
}

header a.logo {
    display:block;
    text-decoration:none;
}

header a.logo svg {
    display:block;
    width:280px;
    transition:.5s;
}

header.scrolled a.logo svg {
    width:180px;
}


nav {
    display:flex;
    gap:48px;
    justify-content:center;
}

nav a {
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    display: block;
    padding: 0.2rem 0;
    transition: .5s;
    font-family: nickel-gothic-variable, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size:1.3rem;
}

nav a::after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    background:var(--orange);
    height:1px;
    width:0;
    transition:.5s;
}

nav a:hover::after  {
    width:100%;
}

nav a:hover {
    color:var(--orange);
    background:transparent;
    text-shadow: 2px 2px 0px white;
}

.hero-content-text {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
}

.hero img {
    display: block;
    width: 100%;
}

/*
    Mobile nav
*/

.mnav,
.nav-icon,
.nav-container {
    display:none;
}



a.link-button,
.rte a.link-button {
    font-family: nickel-gothic-variable, sans-serif;
    letter-spacing:1px;
    display:block;
    padding:6px 12px;
    width:fit-content;
    background:var(--orange);
    color:#000000;
    text-decoration:none;
    font-weight: 500;
    text-transform: uppercase;
    transition:.5s;
    border-radius:5px;
}

a.link-button.lb-black:hover,
a.link-button.lb-blue:hover,
a.link-button.lb-pink:hover,
a.link-button:hover {
    background:var(--black);
    color:var(--orange);
}

section.has-background-shape {
    position:relative;
}

section.has-background-shape > .inner {
    position:relative;
    z-index:2;
}

.background-shape {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.background-shape svg {
    display: block;
    width: 100%;
    height: 100%;
}

.background-shape.tail-left {
    width:25%;
    left:-5%;
    top:15%;
}

.background-shape.chevrons-right {
    width: 30%;
    left: unset;
    right: 0;
}

.rte a.link-button,
.become-sponsor a.link-button {
    margin:2rem 0;
}

header a.link-button {
    justify-self:flex-end;
}

.inner {
    max-width:1280px;
    margin:0 auto;
    width:100%;
}

span.blue {
    color:var(--blue);
}

span.pink {
    color:var(--orange);
}

h1 span.normal {
    font-weight:400;
    padding:1rem 0;
    display:inline-block;
    font-size:2rem;
}

.home .hero-text {
    margin:0 auto;
    width:100%;
}

.home.intro {
    padding:3rem 0;
}

.home.intro h1 {
    font-size:2.5rem;
    text-align:center;
    max-width:960px;
    margin:2rem auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.home .hero-text svg {
    display: block;
    max-width: 300px;
    min-width:220px;
    width: 25%;
    margin: 0 auto;
}

.f {
    display: flex;
}

.fc {
    justify-content: center;
    align-items: center;
}

.fg {
    display:grid;
    gap:36px;
    margin:1rem 0 3rem 0;
}

.fg-3 {
    text-align:center;
    grid-template-columns:1fr 1fr 1fr;
}

.fg-2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.fg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
}

.team-group {
    padding:3rem 0;
}

.team-group h2 {
    margin-bottom:2rem;
    text-align:center;
}

.team-player .name {
    font-weight:600;
    font-size:1.1rem;
}

.fg .team-player {
    display:flex;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    text-align:center;
}

.articles .fg-3 > div {
    text-align:left;
    background:#EDEDED;
    padding:2rem;
    position:relative;
}

.articles .fg-3 > div {
    text-align:left;
    background:#EDEDED;
    padding:2rem;
}


.articles .fg-3 > div h3 {
    margin:0;
}
.articles .fg-3 > div .date {
    margin-top:6px;
}

article {
    padding-bottom:2rem;
}

article h1 {
    margin-bottom:1rem;
    max-width:720px;
}

article .date {
    margin-bottom:2rem;
}

.wlink {
    padding-top:2rem;
}

.fg .team-player img {
    display:block;
    width:140px;
    height:140px;
    border-radius:50%;
    margin:1rem auto;
    box-shadow: -8px 8px var(--orange);
}

section.challenges .inner,
section.solutions .inner {
    padding:3rem 0;
}

section.solutions {
    background:#EDEDED;
}

section.solutions h3 {
    color: #ff07c9;
    font-size: 1.5rem;
}

section.aims {
    background:var(--orange);
}

section.aims .inner {
    padding:3rem 0;
}

section.aims h2 {
    text-align:center;
}


section.aims .fg-3 {
    text-align:left;
}

section.aims .fg-3 > div {
    text-align:left;
    line-height: 1.6rem;
    font-size: 1.2rem;
    position:relative;
}

section.aims .fg-3 > div::after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:2rem;
    width:calc(100% - 4rem);
    background:#000000;
    height:2px;
}

section.aims .fg-3 > div:nth-child(2)::after {
    background:var(--blue);
}

section.aims .fg-3 > div:nth-child(3)::after {
    background:#FFFFFF;
}

.venue-grid {
    position: relative;
    z-index: 2;
    margin:2rem 0;
}

.events-grid {
    position: relative; 
    overflow:visible;
}

.venue-grid h2, 
.events-grid h2 {
    position: relative;
    z-index: 2;
    text-align: center;
}

.events-grid .controls {
    padding:4rem 0;
}

.events-grid .controls a {
    margin-left:auto;
}

.event-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    position:relative;
    z-index:2;
}

.events-curve {
    position: absolute;
    top: -20%;
    left: -25%;
    z-index: 1;
    width: 60%;
}

.events-curve svg {
    display:block;
    width:100%;
    height:100%;
}

/* ANIMATIONS */



@keyframes fade-scale-in {
    from {
      scale: .5;
      opacity: 0;
    }
    to {
        scale: 1;
        opacity: 1;
    }
  }

@keyframes scale-a-lil {
    from {
      scale: .5;
    }
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .partner-grid a {
      animation: scale-a-lil linear both;
      animation-timeline: view();
      animation-range: 5vh 55vh;
    }
  }

  #first-floor,
  #ground-floor {
      cursor:pointer;
  }

  .floorplan {
      position:relative;
  }

  .floorplan .floorplan-img,
.event-grid > a {
    animation: scale-a-lil linear both;
    animation-timeline: view();
    animation-range: 0vh 50vh;
}

.floorplan-img:hover svg:hover > * {
    opacity: 0.5;
    transition: .5s;
}

.floorplan-img svg #first-floor.inactive,
.floorplan-img svg #ground-floor.inactive,
.floorplan-img:hover svg:hover #first-floor.inactive,
.floorplan-img:hover svg:hover #ground-floor.inactive{
    opacity: 0.5;
}

.floorplan-img:hover svg:hover #first-floor:hover,
.floorplan-img:hover svg:hover #ground-floor:hover {
    opacity:1;
}

.popup-container {
    pointer-events: none;
}

.popup-container > div {
    background: rgb(35 35 35 / 90%);
    padding: 2rem;
    position: absolute;
}

.close-floor {
    pointer-events: all;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    color: #FFFFFF;
    transition: .5s;
}

.close-floor:hover {
    color:var(--orange);
}

.first-floor-text {
    top: 21%;
}

.ground-floor-text {
    bottom: 13%;
}

.popup-container {
    position: absolute;
    right:0;
    top:0;
    width:80%;
    height: 100%;
    z-index: 3;
}

.popup-container p {
    line-height:1.2rem;
}

.popup-container ul li {
    margin: 0.5rem 0;
}

.popup-container ul li p {
    line-height:1rem;
    margin:0;
}
  
  .popup-container, 
  .first-floor-text, 
  .ground-floor-text {
        display:none;
        text-align:left;
  }

.event-grid > a.event-item {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}

.event-grid h3 {
    font-size:1.5rem;
    letter-spacing:1px;
    margin:1rem 0 0 0;
}

.venue-grid .event-item {
    position: relative;
}

.venue-grid .event-grid h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: right;
}

.event-item img {
    display:block;
    width:100%;
    border-radius: 5px;
}

.event-grid:hover > * {
    opacity:0.7;
    transition:.5s;
}

.event-grid:hover > *:hover {
    opacity:1;
}

.project-intro h1 {
    font-size:5rem;
}

.project-intro p {
    line-height: 2rem;
    font-size: 1.2rem;
}

.project-intro p.note,
.project-intro p em {
    font-size:0.9rem;
    line-height:1rem;
    color:#999999;
}

.fg img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 1rem auto;
}



section {
    padding:2rem 0;
}

.fg-3 > div {
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding: 1rem 2rem;
    position:relative;
    overflow:hidden;
}

.link-button.lb-blue {
    background:var(--blue);
    color:#000000;
}
.link-button.lb-pink {
    background:var(--orange);
    color:#000000;
}
.link-button.lb-black {
    background:#000000;
    color:#FFFFFF;
}

.home-page .fg-3 > div:nth-child(1) {
    background:var(--blue);
    color:#000000;
}

.home-page .fg-3 > div:nth-child(2) {
    background:#000000;
    color:#FFFFFF;
}

.home-page .fg-3 > div:nth-child(3) {
    background:var(--orange);
    color:#000000;
}

.home-page .fg-3 > div .icon {
    position: absolute;
    bottom: -58px;
    right: -53px;
    width: 138px;
}

.home-page .fg-3 > div:nth-child(2) .icon {
    top: -30px;
    right: -56px;
}

.home-page .fg-3 > div:nth-child(1) .icon svg {
    fill:var(--orange)
}

.home-page .fg-3 > div:nth-child(2) .icon svg {
    fill:var(--blue)
}

.home-page .fg-3 > div:nth-child(3) .icon {
        left: -34px;
}

.home-page .fg-3 > div .link-button {
    margin:2rem auto;
}
section.team-header {
    background: #ff07c9;
}

.team-page h1 {
    padding: 1rem;
    background: #ff07c9;
    text-align: center;
}

body.team-page {
    background:url(/media/3wgl1ob3/grid-gradient.svg);
    background-position:0 0;
    background-attachment:fixed;
    background-size: 900px;
}

.sponsors-grid {
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    justify-content:center;
}

.sponsors-grid a {
    display:block;
    max-width:200px;
    width:50%;
    text-decoration:none;
}

section.support.support-page {
    margin-top:3rem;
}

section.supporters.sponsors .inner {
    background: #000000;
} 

.supporters.backers {
    text-align:center;
}

.sponsors-grid a svg,
.sponsors-grid a img {
    display:block;
    width:100%;
}

section.support {
    text-align:center;
    margin:1rem 0 3rem 0;
}

section.support .inner {
    border: 2px solid #ff07c9;
    padding:1rem;
    position:relative;
    overflow:hidden;
}

section.support .inner svg.tooth {
    display:block;
    width:200px;
    position:absolute;
    top:-60px;
    left:-60px;
    z-index: -1;
}

section.support .inner > div {
    max-width:640px;
    margin:0 auto;
}

section.support .link-button {
    margin:2rem auto;
}

.articles .fg-3 > div a.item-close {
    padding:0;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 2;
}

.text-page {
    padding-bottom:2rem;
}

.rte a {
    color:var(--orange);
}

.rte a:hover {
    text-decoration:underline;
}

hr {
    margin:2rem 0;
    border:none;
    border-top:2px solid var(--orange);
}

.item-close svg {
    pointer-events: none;
    display: block;
    width: 36px;
    height: 36px;
}

footer {
    background: url(/media/hwqi5cqd/footer-shape.svg);
    background-size: cover;
    background-repeat:no-repeat;
}

footer {
    padding: 0;
    position: relative;
    overflow: hidden;   
}

footer .inner {
    position:relative;
    z-index:2;
}

.footer-logo,
.footer-shapes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.footer-logo svg,
.footer-shapes svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-base {
    font-size:0.8rem;
}

.footer-logo {
    left:unset;
    right:2rem;
    top:unset;
    bottom:0;
    width:200px;
}

footer .footer-contacts .inner {
    border-top:2px solid var(--orange);
    padding:1rem 0;
}

footer .footer-legal .inner {
    padding:1rem 0;
}


footer .footer-contacts .inner,
footer .footer-legal .inner {
    padding:1rem;
}


footer h3 {
    margin: 0;
}

footer .contact-info a {
    display: block;
    text-decoration: none;  
    color:#FFFFFF;
}

footer .contact-info a:hover {
    text-decoration: underline;  
    color:#FFFFFF;
}

.footer-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 4rem 0;
}

.social {
    display:flex;
    gap:12px;
}

.social a {
    text-decoration:none;
    display:block;
}   

.social a svg {
    display:block;
    width:24px;
    height:24px;
    fill:#FFFFFF;
}   

.tel-email {
    margin:1rem 0;
}

.tel-email {
    margin:1rem 0;
}

.cost-note {
    display:inline-block;
    margin-left:4px;
    font-size:16px;
}

.mobile-nav {
    display:none;
    background:#FFFFFF;
    border-bottom: 1px solid #000000;
    padding:1rem 0;
}

.mobile-nav a {
    display:block;
    padding:0.5rem 2rem;
    text-decoration:none;
    color:#000000;
    width:100%;
}

.mobile-nav.popped {
    display:flex;
    position:absolute;
    top:100%;
    flex-wrap:wrap;
    left: 0;
}

.body-background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
}

.rte img {
    display:block;
    width:100%;
    max-width:960px;
    margin:1rem auto;
}

figcaption {
    font-style:italic;
    color:#333333;
}

.footer-legal .inner {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.footer-legal .inner a {
    color:black;

}

.footer-contacts .inner {
    display:flex;
    gap:24px;
    align-items:center;
    flex-wrap:wrap;
}

footer {
    margin-top:6rem;
}

.footer-nav,
.social {
    display:flex;
    gap:72px;
    flex-wrap:wrap;
}

.contact-info > div {
    line-height:1.5rem;
}

.social {
    align-items:center;
    gap:8px;
}

.footer-nav > div:first-child a {
    display: block;
    font-family: nickel-gothic-variable, sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    margin: 1rem 0;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.footer-nav > div:nth-child(2) {
    margin-top:0.5rem;
}

.footer-nav > div:nth-child(2) a {
    display: block;
    font-weight: 500;
    color: #FFFFFF;
    margin: 1rem 0;
    text-decoration: none;
    font-size: 0.9rem;
}

.no-hero {
    padding-top: 16rem;
}

.social a {
    text-decoration:none;
    display:block;
    transition:.5s;
}

.partners {
    text-align: center;
}

.event-date,
.event-price {
    margin:0.2rem 0;
}

.events-hero .event-date,
.events-hero .event-price {
    font-size:1.5rem;
}

.events-hero .link-button {
    margin:2rem 0;
}

.social a:hover svg {
    fill:var(--orange);
}

.events-hero h1 {
    margin:0;
}

.footer-nav a {
    text-decoration:none;
    color:#FFFFFF;
    transition:.5s;
}

.footer-nav > div:nth-child(1) a:hover,
.footer-nav > div:nth-child(2) a:hover,
.footer-nav a:hover {
    color:var(--orange);
    text-decoration:underline;
}

.footer-legal .inner {
    border-top: 1px solid #000000;
}

.footer-nav a:hover,
.footer-legal .inner a:hover {
    color:var(--orange);
    text-decoration:underline;

}

/* Tablet */
@media screen and (max-width:1024px) {

    .footer-grid {
        padding: 2rem 0;
    }
    
    section.challenges .inner,
    section.solutions .inner {
        padding:2rem;
    }

    .inner {
        padding:0 2rem;
    }

    header nav,
    header .link-button {
        display:none;
    }

    .nav-icon-mobile {
        z-index: 11;
    }

    .nav-icon-desktop {
        display:none;
    }

    .nav-icon-mobile {
        display:block;
    }

    header,
    header.popped {
        opacity:1;
        pointer-events:all;
    }

    .fg-4 {
        grid-template-columns:1fr 1fr;
    }

}

/* Mobile */
@media screen and (max-width:600px) {

    .hero-content-text {
        width:100%;
    }

    .hero-content p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .mnav {
        display: block;
    }

    .nav-icon {
        display: flex;
        width: 40px;
        height: 40px;
        background: var(--orange);
        border-radius: 50%;
        gap: 3px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .nav-icon-bars {
        display: block;
        width: 18px;
        height: 2px;
        background: #FFFFFF;
        pointer-events: none;
    }

    .mnav-logo {
        display: block;
        width: 180px;
    }

    .mnav-logo svg {
        display: block;
        width: 100%;
    }

    .nav-close {
        position: absolute;
        top: 3rem;
        right: 2rem;
        width: 36px;
        margin: auto auto auto 10px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        align-items: center;
        box-sizing: border-box;
        padding: 6px 7px 14px 7px;
        justify-content: flex-end;
        flex-wrap: wrap;
        border-radius: 50%;
        transition: 0.7s;
        background: var(--orange);
    }

    .nav-close:hover {
        background:var(--purple);
        cursor:pointer;
    }

    .nav-close-bars {
        background: #fff;
        width: 26px;
        height: 2px;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: 3px 0;
        pointer-events: none;
    }

    .nav-close-bars:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .nav-close-bars:nth-of-type(2) {
        transform:rotate(-45deg);
    }

    .nav-container {
        position: absolute;
        top: 0;
        left: 0;
        background: #232323;
        width: 100%;
        padding: 2rem;
        color:#FFFFFF;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 2rem;
        z-index: 10;
    }

    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .no-scrollbar {
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .nav-container a {
        display: block;
        padding: 1rem 0;
        text-decoration: none;
        color:#FFFFFF;
    }

    .mnavis > div:nth-of-type(1) {
        padding:2rem 0;
    }

    .mnavis > div:nth-of-type(1) a {
        font-family: nickel-gothic-variable, sans-serif;
        font-weight: 500;
        color: #FFFFFF;
        margin: 0;
        text-decoration: none;
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 0.5rem 0;
    }

    .mnavis > div:nth-of-type(2) a {
        padding:0.25rem 0;
    }

    header a.logo svg,
    header.scrolled a.logo svg {
        width: 180px;
    }

    .hero {
        height:unset;
        overflow:hidden;
    }

    .footer-grid,
    .fg-2,
    .fg-3,
    .fg-4 {
        grid-template-columns:1fr;
    }

    section.support {
        margin:0 1rem;
    }

    .hero-content {
        padding:2rem;
    }

    h1,
    .hero.page h1 {
        font-size: 2rem;
    }

    .hero.page {
        margin: 3rem auto;
    }

    .hero:not(.home) > svg {
        min-width: 640px;
    }

}