*,
:before,
:after {
    box-sizing: border-box
}

:root {
    box-sizing: border-box;
    scroll-padding-top: 4rem;
    line-height: 1.5
}

body {
    color: #0c0c0c;
    width: 100%;
    margin: 0;
    font-family: din-2014, sans-serif;
    font-weight: 300
}

body:has(dialog[open]) {
    overflow: hidden
}

@media (min-width:120rem) {
    .main {
        background-color: #f3f6f5
    }

    .page-body {
        background-color: #fff;
        max-width: 120rem;
        margin: 0 auto
    }
}

.page-body__main,
.page-body__sidebar,
.page-body__bottom {
    container-type: inline-size
}

.page-body--with-sidebar .page-body__top {
    flex-flow: column;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0;
    display: flex
}

.page-body--with-sidebar .page-body__sidebar {
    order: -1;
    padding: 0 1rem
}

@media (min-width:47.5rem) {
    .page-body--with-sidebar .page-body__sidebar {
        width: 85%;
        margin: 0 auto;
        padding: 0
    }
}

@media (min-width:57.5rem) {
    .page-body--with-sidebar .page-body__top {
        flex-flow: row;
        justify-content: space-between;
        width: 95%
    }

    .page-body--with-sidebar .page-body__main {
        width: calc(100% - 25.5rem)
    }

    .page-body--with-sidebar .page-body__sidebar {
        order: unset;
        width: 22.5rem;
        margin: 0
    }
}

@media (min-width:75rem) {
    .page-body--with-sidebar .page-body__top {
        width: 90%
    }

    .page-body--with-sidebar .page-body__main {
        width: calc(100% - 29rem)
    }
}

@media (min-width:57.5rem) {
    .page-body--bg-pattern {
        background-image: conic-gradient(from 270deg at 9vw 100%, #ffc75140 0 60deg, transparent 60deg), conic-gradient(from 90deg at 9vw 0, transparent 0 60deg, #ffc75159 60deg 120deg, #ffc75199 120deg), conic-gradient(from 90deg at 18vw 0, transparent 0 60deg, #ffc75173 60deg 120deg, #ffc751bf 120deg), conic-gradient(from 270deg at 18vw 100%, #ffc751e6 0 60deg, #ffc75173 60deg 120deg, transparent 120deg), conic-gradient(from 270deg at 9vw 100%, #ffc751 0 60deg, #ffc7518c 60deg 120deg, transparent 120deg), conic-gradient(from 90deg at 9vw 0, transparent 0 120deg, #ffc751a6 120deg);
        background-position: 0 0, 0 15.5885vw, 0 31.1769vw, 0 46.7654vw, 0 62.3538vw, 0 77.9423vw;
        background-repeat: no-repeat;
        background-size: 27vw 15.5885vw
    }
}

.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .container {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .container {
        width: 90%
    }
}

.container--large {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .container--large {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .container--large {
        width: 90%
    }
}

.container--small {
    max-width: 58rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .container--small {
        width: 85%;
        padding: 0
    }
}

@container (width>=75rem) {
    .container--small {
        width: 75%
    }
}

.container--narrow {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .container--narrow {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .container--narrow {
        width: 90%
    }
}

.container--page-top {
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@media (min-width:47.5rem) {
    .container--page-top {
        width: 95%;
        padding: 0
    }
}

@media (min-width:57.5rem) {
    .container--page-top {
        width: 100%
    }
}

.container--page-top--narrow {
    max-width: 57.5rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@media (min-width:47.5rem) {
    .container--page-top--narrow {
        width: 85%;
        padding: 0
    }
}

@media (min-width:57.5rem) {
    .container--page-top--narrow {
        width: 100%
    }
}

:has(>.container) {
    container-type: inline-size
}

:has(>.container--large) {
    container-type: inline-size
}

:has(>.container--narrow) {
    container-type: inline-size
}

:has(>.container--small) {
    container-type: inline-size
}

.header {
    z-index: 3;
    background-color: #c00026;
    background-image: linear-gradient(#f4bd47 0 .25rem, #0000 .25rem);
    padding: 0;
    transition: box-shadow .35s, transform .3s linear;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    container-type: inline-size
}

@media (min-width:65.5rem) {
    .header {
        border-top: .25rem solid #f4bd47
    }
}

.header--scroll-hide {
    transform: translateY(-100%)
}

@media (min-width:65.5rem) {
    .header--shadow {
        box-shadow: 0 .25rem .5rem #0c0c0c5c
    }
}

.header__inner {
    border-top: .25rem solid #f4bd47;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1em;
    display: flex
}

@container (width>=47.5rem) {
    .header__inner {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .header__inner {
        width: 90%
    }
}

@media (min-width:65.5rem) {
    .header__inner {
        border-top: unset;
        align-items: center;
        padding: .875rem 0 0
    }
}

.header__logo {
    width: 50%;
    padding: .5rem 0 .5rem .5rem
}

@media (min-width:65.5rem) {
    .header__logo {
        width: 35%;
        padding: 0
    }
}

.header__logo__link {
    color: #fff;
    background-color: #c00026;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    display: block
}

.header__logo__link:focus-visible {
    outline-offset: -2px;
    outline: 2px solid #fff
}

.header__logo__image {
    max-width: 100%;
    height: auto;
    display: block
}

.header__utilities {
    display: none
}

@media (min-width:65.5rem) {
    .header__utilities {
        text-align: right;
        width: 65%;
        display: block
    }
}

.header__utilities__list--cta {
    background-color: #c00026;
    display: flex
}

.header__utilities__list--cta .header__utilities__item {
    color: #fff;
    text-align: center;
    width: 25%
}

@media (min-width:65.5rem) {
    .header__utilities__list--cta {
        background-color: unset;
        display: block
    }

    .header__utilities__list--cta .header__utilities__item {
        color: #ffd375;
        width: unset;
        font-weight: 700
    }
}

.header__utilities__item {
    color: #0c0c0c;
    padding: .5em 1em;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    display: block
}

.header__utilities__item:hover {
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.header__utilities__item:focus-visible {
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

@media (min-width:65.5rem) {
    .header__utilities__item {
        color: #fff;
        display: inline-block
    }
}

.header__triggers {
    text-align: right;
    align-self: stretch
}

@media (min-width:65.5rem) {
    .header__triggers {
        text-align: unset;
        width: 4rem
    }
}

.header__triggers__button {
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    border: none;
    height: 100%
}

.header__triggers__button:hover {
    color: #ffd375
}

.header__triggers__button:focus-visible {
    color: #ffd375
}

.header__triggers__button:focus-visible {
    outline-offset: -2px;
    outline: 2px solid #fff
}

@media (min-width:65.5rem) {
    .header__triggers__button--menu {
        display: none
    }

    .header__triggers__button {
        height: 100%;
        padding: 0 1rem
    }
}

.header__triggers__svg {
    width: 2rem;
    height: 2rem
}

.header__nav {
    display: none
}

@media (min-width:65.5rem) {
    .header__nav {
        width: calc(100% - 5rem);
        display: block
    }
}

.header__mobile-overlay {
    border: unset;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 0 0 2rem;
    transition: transform .2s;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    transform: translate(100%)
}

.header__mobile-overlay::backdrop {
    background-color: #0000
}

.header__mobile-overlay[open] {
    transform: none
}

.header__mobile-overlay__inner {
    width: 100%
}

.header__mobile-overlay__top {
    background-color: #c00026;
    border-top: .25rem solid #f4bd47;
    padding: 0 1rem;
    position: relative
}

.header__mobile-overlay__close {
    border: unset;
    color: #fff;
    cursor: pointer;
    background-color: #c00026;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.header__mobile-overlay .header__utilities__list--cta .header__utilities__item {
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.header__mobile-overlay .header__utilities__list--links {
    background-color: #f3f6f5;
    padding: 2rem 0
}

.header--subsite {
    background-color: #fff;
    display: flex
}

@media (min-width:65.5rem) {
    .header--subsite {
        background-image: unset;
        display: block
    }
}

.header--subsite .header__top {
    width: 50%
}

@media (min-width:65.5rem) {
    .header--subsite .header__top {
        width: 100%
    }
}

.header--subsite .header__bottom {
    width: 50%
}

@media (min-width:65.5rem) {
    .header--subsite .header__bottom {
        background-color: #c00026;
        width: 100%
    }
}

.header--subsite .header__inner {
    height: 100%
}

@media (min-width:65.5rem) {
    .header--subsite .header__inner {
        height: auto;
        padding: .125rem 0 0
    }
}

.header--subsite .header__logo {
    width: 100%
}

.header--subsite .header__logo__link {
    color: #c00026;
    background-color: #fff
}

.header--subsite .header__logo__link:focus-visible {
    outline: 2px solid #0c0c0c
}

.header--subsite .header__logo__site-name {
    font-family: adelle, serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1
}

@media (min-width:65.5rem) {
    .header--subsite .header__logo {
        flex-flow: row;
        align-items: center;
        gap: 2rem;
        width: 55%;
        display: flex
    }

    .header--subsite .header__logo__site-name {
        font-size: 2.25rem
    }

    .header--subsite .header__utilities {
        width: 45%;
        margin: 0 0 .375rem
    }
}

.header--subsite .header__utilities__list--cta {
    background-color: unset;
    flex-flow: column;
    align-items: flex-start
}

.header--subsite .header__utilities__list--cta .header__utilities__item {
    color: #c00026;
    width: unset;
    align-items: center;
    font-weight: 700
}

@media (min-width:65.5rem) {
    .header--subsite .header__utilities__list--cta {
        flex-flow: row
    }
}

.header--subsite .header__utilities__item {
    color: #0c0c0c
}

.header--subsite .header__triggers {
    width: 100%
}

.header--subsite .header__triggers__button {
    color: #0c0c0c
}

@media (min-width:65.5rem) {
    .header--subsite .header__triggers__button {
        color: #fff;
        width: 4rem
    }

    .header--subsite .header__triggers__button:hover {
        color: #ffd375
    }

    .header--subsite .header__triggers {
        width: 4rem
    }
}

.header--subsite .header__nav {
    background-color: #c00026
}

.header--subsite .header__mobile-overlay__top {
    background-color: unset;
    padding: 0
}

.header--subsite .header__mobile-overlay__close {
    background-color: unset;
    color: #0c0c0c;
    top: 2rem
}

.header--subsite .header__mobile-overlay__utilities--cta {
    padding: 1.5rem 0 0
}

.header--subsite .header__mobile-overlay .header__logo {
    width: 50%
}

.hero--image {
    padding: 2rem 0 0;
    container-type: inline-size
}

@media (min-width:120rem) {
    .hero--image {
        max-width: 120rem;
        margin: 0 auto
    }
}

.breadcrumbs+.hero--image {
    padding: 0
}

.hero--image .hero__text-container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .hero--image .hero__text-container {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .hero--image .hero__text-container {
        width: 90%
    }
}

.hero--image .hero__title {
    color: #0c0c0c;
    margin: 0 0 .75em;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

@media (min-width:57.5rem) {
    .hero--image .hero__title {
        font-size: 3rem;
        font-weight: 800
    }
}

.hero--image .hero__image-container {
    background-blend-mode: multiply, normal;
    background-color: #ffc751;
    background-image: url(../images/funky-lines-yellow.webp), linear-gradient(#f4bd47, #f9da99);
    background-position: top;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover
}

.hero--image .hero__image {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    max-width: 100rem;
    height: auto;
    max-height: max(80vh, 45rem);
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .hero--image .hero__image {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .hero--image .hero__image {
        width: 90%
    }
}

.hero--intro {
    padding: 2.5rem 0 2rem
}

@media (min-width:57.5rem) {
    .hero--intro {
        padding: 6rem 0 2rem
    }
}

.breadcrumbs+.hero--intro {
    padding: 0 0 2rem
}

@media (min-width:57.5rem) {
    .breadcrumbs+.hero--intro {
        padding: 4rem 0 2rem
    }
}

.hero--intro .hero__text-container {
    text-align: center;
    max-width: 58rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .hero--intro .hero__text-container {
        width: 85%;
        padding: 0
    }
}

@container (width>=75rem) {
    .hero--intro .hero__text-container {
        width: 65%
    }
}

.hero--intro .hero__text {
    padding: 0 0 2.5rem
}

.hero--intro .hero__title {
    background-color: #c00026;
    background-image: conic-gradient(from 270deg at calc(100% - .25rem)50%, transparent 0 60deg, #d8002c 60deg 300deg, transparent 300deg), linear-gradient(to bottom, #d8002c 0 .25rem, transparent .25rem calc(100% - .25rem), #d8002c calc(100% - .25rem)), linear-gradient(to right, #d8002c 0 60%, #c00026 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - .5em) 0%, 100% 50%, calc(100% - .5em) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - .5em) 0%, 100% 50%, calc(100% - .5em) 100%, 0% 100%);
    color: #fff;
    margin: 0 0 1em;
    padding: .375em 3em;
    font-family: adelle, serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    display: inline-block
}

@media (min-width:57.5rem) {
    .hero--intro .hero__title {
        font-size: 2rem
    }
}

.hero--intro .hero__tagline {
    color: #0c0c0c;
    margin: 0 0 .75em;
    font-size: 2.375rem;
    font-weight: 700;
    display: block
}

@media (min-width:57.5rem) {
    .hero--intro .hero__tagline {
        font-size: 4rem;
        font-weight: 800
    }
}

.hero--intro .hero__tagline__second {
    color: #c00026
}

.hero--intro .hero__intro {
    color: #0c0c0c;
    font-family: adelle, serif;
    font-size: 1.25rem
}

.hero--intro .hero__image-container {
    container-type: inline-size
}

.hero--intro .hero__image {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    max-width: 120rem;
    height: auto;
    max-height: max(80vh, 45rem);
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {
    .hero--intro .hero__image {
        width: 100%;
        padding: 0
    }
}

@container (width>=75rem) {
    .hero--intro .hero__image {
        width: 90%
    }
}

.hero--landing,
.hero--subsite-home {
    background-color: #f4bd47;
    position: relative
}

@media (min-width:57.5rem) {

    .hero--landing--red .hero__image-container:before,
    .hero--subsite-home--red .hero__image-container:before {
        background-image: conic-gradient(from 270deg at 9cqw 100%, #c0002640 0 60deg, transparent 60deg), conic-gradient(from 90deg at 9cqw 0, transparent 0 60deg, #c0002659 60deg 120deg, #c0002699 120deg), conic-gradient(from 90deg at 18cqw 0, transparent 0 60deg, #c0002673 60deg 120deg, #c00026bf 120deg);
        content: "";
        background-position: 0 0, 0 15.5885cqw, 0 31.1769cqw;
        background-repeat: no-repeat;
        background-size: 27cqw 15.5885cqw;
        width: 27cqw;
        height: 46.7654cqw;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.hero--landing {
    padding: 0 0 10rem
}

@media (min-width:57.5rem) {
    .hero--landing {
        padding: 0
    }
}

.hero--subsite-home {
    padding: 0
}

.hero--landing .hero__image-container,
.hero--subsite-home .hero__image-container {
    width: 100%;
    height: max(60vh, 35rem)
}

@media (min-width:57.5rem) {

    .hero--landing .hero__image-container,
    .hero--subsite-home .hero__image-container {
        height: auto;
        position: relative
    }
}

.hero--landing .hero__image,
.hero--subsite-home .hero__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width:57.5rem) {

    .hero--landing .hero__image,
    .hero--subsite-home .hero__image {
        height: auto
    }
}

.hero--landing .hero__text-container,
.hero--subsite-home .hero__text-container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1em;
    display: block
}

@container (width>=47.5rem) {

    .hero--landing .hero__text-container,
    .hero--subsite-home .hero__text-container {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {

    .hero--landing .hero__text-container,
    .hero--subsite-home .hero__text-container {
        width: 90%
    }
}

@media (min-width:57.5rem) {

    .hero--landing .hero__text-container,
    .hero--subsite-home .hero__text-container {
        padding: 4rem 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.hero--landing .hero__text,
.hero--subsite-home .hero__text {
    bottom: 2rem;
    z-index: 1;
    background-color: #fff;
    border-radius: 2rem 0;
    width: min(90%, 28rem);
    margin: 0 auto;
    padding: 2rem 1rem;
    position: absolute;
    left: 0;
    right: 0
}

@media (min-width:57.5rem) {

    .hero--landing .hero__text,
    .hero--subsite-home .hero__text {
        margin: 0;
        padding: 3rem 3rem 4rem;
        position: relative;
        bottom: auto
    }
}

.hero--landing .hero__tagline,
.hero--subsite-home .hero__tagline {
    margin: 0 0 .5em;
    font-family: din-2014, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width:57.5rem) {

    .hero--landing .hero__tagline,
    .hero--subsite-home .hero__tagline {
        font-size: 3.5rem;
        font-weight: 800
    }
}

.hero--landing .hero__tagline__second,
.hero--subsite-home .hero__tagline__second {
    color: #c00026
}

.hero--landing .hero__intro,
.hero--subsite-home .hero__intro {
    font-family: adelle, serif
}

@media (min-width:57.5rem) {

    .hero--landing .hero__intro,
    .hero--subsite-home .hero__intro {
        font-size: 1.25rem
    }
}

.hero--landing .hero__link,
.hero--subsite-home .hero__link {
    background-color: #c00026;
    background-image: conic-gradient(from 270deg at calc(100% - .25rem)50%, transparent 0 60deg, #d8002c 60deg 300deg, transparent 300deg), linear-gradient(to bottom, #d8002c 0 .25rem, transparent .25rem calc(100% - .25rem), #d8002c calc(100% - .25rem)), linear-gradient(to right, #d8002c 0 60%, #c00026 100%);
    -webkit-clip-path: polygon(0% 0%, calc(100% - .625em) 0%, 100% 50%, calc(100% - .625em) 100%, 0% 100%);
    clip-path: polygon(0% 0%, calc(100% - .625em) 0%, 100% 50%, calc(100% - .625em) 100%, 0% 100%);
    color: #fff;
    padding: .75em 1.5em;
    font-size: 1.125rem;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: inline-block;
    position: relative
}

.hero--landing .hero__link:hover,
.hero--subsite-home .hero__link:hover {
    background-color: #a80022;
    background-image: linear-gradient(to right, #e90130 0 .25rem, transparent .25rem), conic-gradient(from 270deg at calc(100% - .25rem)50%, transparent 0 60deg, #e90130 60deg 300deg, transparent 300deg), linear-gradient(to bottom, #e90130 0 .25rem, transparent .25rem calc(100% - .25rem), #e90130 calc(100% - .25rem))
}

.hero--landing .hero__link:focus-visible {
    background-color: #0000;
    background-image: linear-gradient(to right, #e90130 0 .25rem, transparent .25rem), conic-gradient(from 270deg at calc(100% - .25rem)50%, transparent 0 60deg, #e90130 60deg 300deg, transparent 300deg), linear-gradient(to bottom, #e90130 0 .25rem, transparent .25rem calc(100% - .25rem), #e90130 calc(100% - .25rem));
    color: #c00026;
    outline: none
}

.hero--subsite-home .hero__link:focus-visible {
    background-color: #0000;
    background-image: linear-gradient(to right, #e90130 0 .25rem, transparent .25rem), conic-gradient(from 270deg at calc(100% - .25rem)50%, transparent 0 60deg, #e90130 60deg 300deg, transparent 300deg), linear-gradient(to bottom, #e90130 0 .25rem, transparent .25rem calc(100% - .25rem), #e90130 calc(100% - .25rem));
    color: #c00026;
    outline: none
}

@media (prefers-reduced-motion:reduce) {

    .hero--landing .hero__link,
    .hero--subsite-home .hero__link {
        transition: none
    }
}

.hero--landing .hero__link:after,
.hero--subsite-home .hero__link:after {
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    content: "";
    background-color: #ffd375;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    display: inline-block;
    position: relative;
    top: -.125rem
}

.hero--landing .hero__link:focus-visible:after {
    background-color: #c00026
}

.hero--subsite-home .hero__link:focus-visible:after {
    background-color: #c00026
}

@media (min-width:57.5rem) {

    .hero--landing .hero__link,
    .hero--subsite-home .hero__link {
        margin: 1rem 0
    }

    .hero--landing .hero__text {
        width: 40%
    }
}

.hero--landing .hero__title {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden
}

@media (min-width:57.5rem) {
    .hero--landing .hero__image-container:before {
        background-image: conic-gradient(from 270deg at 9cqw 100%, #ffc75140 0 60deg, transparent 60deg), conic-gradient(from 90deg at 9cqw 0, transparent 0 60deg, #ffc75159 60deg 120deg, #ffc75199 120deg), conic-gradient(from 90deg at 18cqw 0, transparent 0 60deg, #ffc75173 60deg 120deg, #ffc751bf 120deg);
        content: "";
        background-position: 0 0, 0 15.5885cqw, 0 31.1769cqw;
        background-repeat: no-repeat;
        background-size: 27cqw 15.5885cqw;
        width: 27cqw;
        height: 46.7654cqw;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.hero--subsite-home .hero__text {
    color: #fff;
    background-color: #0000
}

@media (min-width:57.5rem) {
    .hero--subsite-home .hero__text {
        width: 100%
    }
}

.hero--subsite-home .hero__image-container:after {
    content: "";
    background-image: linear-gradient(190deg, #0c0c0c33, #0c0c0ccc);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:57.5rem) {
    .hero--subsite-home .hero__text-container {
        bottom: 3.875rem;
        top: unset
    }

    .hero--subsite-home .hero__title {
        margin: 0;
        font-size: 4rem;
        line-height: 1
    }

    .hero--subsite-home .hero__image {
        max-height: min(50rem, 75vh)
    }
}

.page-title--no-hero {
    padding: 2rem 0
}

.page-title--no-hero__title {
    color: var(--primary-color);
    margin: 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

@media (min-width:57.5rem) {
    .page-title--no-hero__title {
        font-size: 3rem;
        font-weight: 800
    }
}

.breadcrumbs+.page-title--no-hero {
    padding: 0 0 2rem
}

.nav--main .nav__list {
    margin: 0;
    padding: 1rem .5rem
}

@media (min-width:65.5rem) {
    .nav--main .nav__list {
        flex-flow: row;
        justify-content: flex-start;
        margin: 0 0 0 -1.25rem;
        padding: 0;
        display: flex
    }
}

@media (min-width:87.5rem) {
    .nav--main .nav__list {
        margin: 0 0 0 -2.25rem
    }
}

.nav--main .nav__item {
    margin: 0;
    padding: .5rem 0 0;
    position: relative
}

.nav--main .nav__item::marker {
    font-size: 0
}

.nav--main .nav__item:last-child .nav__title {
    border-width: 1px 0
}

@media (min-width:65.5rem) {
    .nav--main .nav__item {
        position: unset;
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 100%;
        padding: 0;
        display: block
    }

    .nav--main .nav__item:last-child .nav__title {
        border-width: 2px
    }
}

.nav--main .nav__item--expanded .nav__drawer {
    display: block
}

.nav--main .nav__item__trigger {
    border: unset;
    -webkit-clip-path: circle();
    clip-path: circle();
    cursor: pointer;
    background-color: #c00026;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M12 22V2M2 12h20'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75%;
    width: 1.375rem;
    height: 1.375rem;
    position: absolute;
    top: .5rem;
    right: .75rem
}

.nav--main .nav__item__trigger[aria-expanded=true] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M2 12h20'/%3E%3C/svg%3E")
}

@media (min-width:65.5rem) {
    .nav--main .nav__item__trigger {
        display: none
    }
}

.nav--main .nav__title {
    color: #0c0c0c;
    cursor: pointer;
    text-align: left;
    background-color: #0000;
    border-width: 1px 0 0;
    border-color: #9b9b9b;
    width: 100%;
    padding: .5rem;
    font-size: 1.375rem;
    text-decoration: none;
    position: relative
}

@media (min-width:65.5rem) {
    .nav--main .nav__title {
        border: unset;
        color: #fff;
        text-align: center;
        flex-flow: column;
        align-items: center;
        padding: .5rem 1rem;
        font-family: adelle, serif;
        font-size: 1.5rem;
        font-weight: 400;
        display: flex;
        position: relative
    }

    .nav--main .nav__title:not(.nav__title--has-children) {
        text-decoration-color: #d8002c;
        transition: background-color 0s .1s, color 0s .1s, font-weight 0s .1s, text-decoration-color 0s .1s
    }

    .nav--main .nav__title:not(.nav__title--has-children):hover {
        color: #0c0c0c;
        background-color: #ffd375;
        font-weight: 700;
        -webkit-text-decoration: underline #0c0c0c;
        text-decoration: underline #0c0c0c
    }

    .nav--main .nav__title:focus-visible {
        outline: unset;
        text-decoration: underline
    }

    .nav--main .nav__title:before {
        content: attr(data-text);
        content: attr(data-text)/"";
        -webkit-user-select: none;
        user-select: none;
        visibility: hidden;
        height: 0;
        font-weight: 700;
        overflow: hidden
    }

    .nav--main .nav__title[aria-expanded=true] {
        color: #0c0c0c;
        background-color: #ffd375;
        font-weight: 700
    }

    .nav--main .nav__title[aria-expanded=true]:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        bottom: -2rem;
        left: 0;
        right: unset;
        top: unset;
        transform: unset;
        z-index: 2;
        background-color: #ffd375;
        background-image: linear-gradient(#ffd375, #f4bd47);
        width: 100%;
        height: 2rem;
        display: block;
        position: absolute
    }

    .nav--main .nav__title[aria-expanded=true]:hover {
        text-decoration: underline
    }
}

@media (min-width:87.5rem) {
    .nav--main .nav__title {
        padding: .75rem 2.25rem;
        font-size: 1.375rem
    }
}

@media speech {
    .nav--main .nav__title:before {
        display: none
    }
}

.nav--main .nav__drawer {
    display: none
}

@media (min-width:65.5rem) {
    .nav--main .nav__drawer {
        text-align: left;
        background-color: #fcf3d7;
        background-image: linear-gradient(#fcf3d7, #fff 15% 100%);
        width: 100%;
        padding: 3.5rem 0;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 .375rem .375rem #75757566
    }
}

.nav--main .nav__drawer__container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 .5rem;
    display: block
}

@container (width>=47.5rem) {
    .nav--main .nav__drawer__container {
        width: 95%;
        padding: 0
    }
}

@container (width>=75rem) {
    .nav--main .nav__drawer__container {
        width: 90%
    }
}

@media (min-width:65.5rem) {
    .nav--main .nav__drawer__list {
        flex-flow: row;
        display: flex
    }
}

.nav--main .nav__drawer__column {
    column-count: 2;
    column-gap: 2rem;
    padding: 2rem 0 1rem
}

@media (min-width:65.5rem) {
    .nav--main .nav__drawer__column {
        border-right: 1px dashed #4a4a4a;
        margin-right: 2rem;
        padding: 0
    }

    .nav--main .nav__drawer__column:last-child {
        border-right: unset
    }

    .nav--main .nav__drawer__column--1 {
        column-count: unset;
        width: calc(25% - 1px)
    }

    .nav--main .nav__drawer__column--2 {
        column-count: 2;
        width: calc(50% - 1px)
    }

    .nav--main .nav__drawer__column--3 {
        column-count: 3;
        width: calc(75% - 1px)
    }

    .nav--main .nav__drawer__column--4 {
        column-count: 4;
        width: 100%
    }

    .nav--main .nav__drawer__column__separator {
        background-color: #4a4a4a;
        width: 1px;
        display: block
    }
}

.nav--main .nav__drawer__item {
    break-inside: avoid-column;
    margin: 0 0 .75em;
    font-size: 1rem
}

@media (min-width:65.5rem) {
    .nav--main .nav__drawer__item {
        font-size: 1.125rem
    }
}

.nav--main .nav__drawer__item::marker {
    font-size: 0
}

.nav--main .nav__drawer__item__link {
    color: #0c0c0c;
    text-decoration: none
}

.nav--main .nav__drawer__item__link:hover {
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.nav--main .nav__drawer__item__link:focus-visible {
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.nav--main .nav__drawer__item--heading {
    column-span: all;
    margin: 0 0 1.75em;
    font-size: 1.25rem
}

@media (min-width:65.5rem) {
    .nav--main .nav__drawer__item--heading {
        margin: 0 0 1em;
        font-size: 1.5rem;
        font-weight: 400
    }
}

.nav--main .nav__drawer__item--heading .nav__drawer__item__link {
    color: #c00026;
    font-weight: 600
}

.nav--secondary__title {
    font-family: din-2014, sans-serif;
    font-size: 1.375rem;
    font-weight: 600
}

@media screen and (min-width:57.5rem) {
    .nav--secondary__title {
        padding: .5rem 1rem 0;
        display: block
    }
}

.nav--secondary__list {
    flex-flow: column;
    margin: 0;
    padding: .5rem 0;
    font-size: 1rem;
    display: flex
}

.nav--secondary__item {
    padding: .25rem 0;
    font-weight: 400;
    display: inline-block
}

.nav--secondary__item::marker {
    font-size: 0
}

.nav--secondary__item--current {
    background-color: #fff;
    border-top: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
    margin: .25rem 0
}

@media screen and (min-width:57.5rem) {
    .nav--secondary__item {
        padding: .25rem 1rem
    }
}

.nav--secondary__link {
    color: #0c0c0c;
    text-decoration: none
}

.nav--secondary__link:focus,
.nav--secondary__link:hover {
    color: #0c0c0c;
    text-decoration: underline
}

.nav--secondary__link--title {
    color: #c00026;
    font-family: adelle, serif
}

.nav--secondary__link--title:focus,
.nav--secondary__link--title:hover {
    color: #d8002c
}

.skiplink {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    overflow: hidden
}

.skiplink:focus-visible {
    clip: unset;
    clip-path: unset;
    color: #ffd375;
    text-align: center;
    text-transform: uppercase;
    background-color: #0c0c0c;
    border-top: .125rem solid #ffc751;
    outline: none;
    width: 100%;
    height: auto;
    padding: .5rem 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    top: 0
}

.sticky-cta {
    display: none
}

@media (min-width:65.5rem) {
    .sticky-cta {
        opacity: 1;
        z-index: 2;
        background-color: #c00026;
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        box-shadow: 0 .25rem .5rem #0c0c0c5c
    }
}

.sticky-cta__inner {
    justify-content: space-between;
    width: 95%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex
}

@media (min-width:75rem) {
    .sticky-cta__inner {
        width: 90%
    }
}

.sticky-cta__text {
    color: #fff;
    width: calc(100% - 30rem);
    padding: .75rem 0;
    font-family: adelle, serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.sticky-cta__links {
    text-align: right;
    width: 30rem
}

header:not(.header--scroll-hide)+.sticky-cta {
    opacity: 0;
    transition: opacity 0s .1s
}