html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: var(--fs-lg);
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: var(--fs-base)
}

a {
    color: inherit;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: var(--fs-base)
}

small {
    font-size: var(--fs-xs)
}

sub,
sup {
    font-size: var(--fs-xs);
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

details ul {
    margin-left: var(--space-3xl);
    margin-bottom: var(--space-lg)
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

p {
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal
}

@font-face {
    font-family: "switzer";
    src: url('/assets/fonts/Switzer-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "necto";
    src: url('/assets/fonts/Necto-Mono.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

:root {
    vertical-align: baseline !important;
    --brownish: #2d2526;
    --blue: #5f7cef;
    --new-silver: #9DACBE;
    --yellow: #ff0;
    --accent: var(--yellow);
    --accent-off: hsl(60, 80%, 50%);
    --silver: var(--new-silver);
    --dark-silver: hsl(213, 15%, 58%);
    --text-main: var(--brownish);
    --bg-main: var(--brownish);
    --bg-main-overlay: #2d252664;
    --bg-main-hover: #2d252631;
    --shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    --radius-small: .3rem;
    --radius-medium: .6rem;
    --radius-large: 1rem;
    --radius-full: 50%;
    --radius-square: 100%;
    --nav-height: 10rem;
    --space-base: 1rem;
    --space-xxs: calc(var(--space-base) * .25);
    --space-xs: calc(var(--space-base) * .5);
    --space-sm: calc(var(--space-base) * .75);
    --space-md: calc(var(--space-base) * 1);
    --space-lg: calc(var(--space-base) * 1.5);
    --space-xl: calc(var(--space-base) * 2);
    --space-2xl: calc(var(--space-base) * 2.5);
    --space-3xl: calc(var(--space-base) * 3);
    --space-4xl: calc(var(--space-base) * 4);
    --space-5xl: calc(var(--space-base) * 5);
    --space-xxl: calc(var(--space-base) * 8);
    --out: cubic-bezier(0.19, 1, 0.22, 1);
    --in: cubic-bezier(0.5, 0, 0.75, 0);
    --transition: cubic-bezier(0.78, 0, 0.74, 1);
    font-size: clamp(16px, 0.15vw, 20px);
    --fs-base: clamp(0.95rem, 1rem, 1.05rem);
    --fs-xs: clamp(0.85rem, 0.9rem, 0.95rem);
    --fs-sm: clamp(1.05rem, 1.25rem, 1.35rem);
    --fs-md: clamp(1.675rem, 1.875rem, 2rem);
    --fs-lg: clamp(2.05rem, 2.25rem, 2.45rem);
    --fs-xl: clamp(2rem, 2rem, 2.25rem);
    --fs-xxl: clamp(4rem, 4vw, 72px);
    --fs-display: clamp(var(--fs-xl), 15vw, 128px)
}

* {
    font-variant-ligatures: common-ligatures contextual discretionary-ligatures historical-ligatures;
    font-feature-settings: "liga" 1, "clig" 1, "dlig" 1, "hlig" 1, "calt" 1, "rlig" 1 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline !important;
    cursor: none !important
}

em {
    font-style: italic;
    display: inline-block
}

#custom-cursor {
    position: fixed;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--accent);
    border-radius: 0;
    pointer-events: none;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -50%) scale(1);
    z-index: 10002
}

#custom-cursor.excited {
    animation: excited-pulse 1.4s var(--transition) infinite;
    will-change: transform
}

@keyframes excited-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.6)
    }
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(240, 255, 0, 0.4)
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(240, 255, 0, 0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(240, 255, 0, 0)
    }
}

@media(max-width:768px) {
    #custom-cursor {
        display: none
    }

    * {
        cursor: auto !important
    }
}

@media(prefers-reduced-motion:reduce) {
    #custom-cursor {
        display: none !important
    }
}

::selection {
    color: var(--accent);
    background: var(--bg-main)
}

::-moz-selection {
    color: var(--accent);
    background: var(--bg-main)
}

html {
    background: #9DACBE
}

body {
    background: var(--silver);
    color: var(--text-main);
    font-family: 'switzer', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 7rem;
    transition: padding-top .3s var(--transition)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

@media(max-width:768px) {
    body {
        padding-top: 4rem;
        overflow-x: hidden;
        max-width: 100vw
    }
}

a:visited {
    text-decoration: none;
    color: var(--accent)
}

* p a:hover {
    background: var(--bg-main);
    color: var(--accent)
}

.grid-base {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto 1fr auto;
    padding: 0 var(--space-lg);
    grid-column-gap: var(--space-xl);
    column-gap: var(--space-md)
}

@media(max-width:768px) {
    .grid-base {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto 1fr auto;
        padding: 0 .625rem;
        grid-column-gap: 1rem;
        max-width: 100vw;
        overflow-x: hidden
    }
}

@media(min-width:2560px) {
    .grid-base {
        width: 100%;
        max-width: 2560px;
        margin: 0 auto;
        padding: 0 clamp(1rem, 2vw, var(--space-5xl));
        grid-column-gap: var(--space-xl)
    }
}

.cards-container {
    grid-column: 2 / 6;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--space-xl)
}

.film-card-link,
.film-card-link:visited {
    text-decoration: none;
    color: inherit;
    display: none
}

.film-card-link:hover {
    text-decoration: none;
    background-color: var(--brownish);
    color: var(--accent)
}

/* Makes the title link cover the whole card */
.film-card-stretched-link::after {
    content: "";
    position: absolute;
    inset: 0; /* top/right/bottom/left: 0 */
    z-index: 1;
}

.film-card {
    cursor: pointer;
    position: relative; 
}

/* Inner links (filmmaker, special programme) need to sit above the stretched overlay */
.film-card-inner-link {
    position: relative;
    z-index: 2;
}

.film-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 2px solid var(--bg-main);
    background: var(--silver);
    transition: all .2s var(--transition);
    height: 100%;
    color: var(--text-main)
}

.film-card:hover {
    border: 2px solid var(--accent);
    background-color: var(--brownish);
    color: var(--accent)
}

.film-card-image {
    grid-column: 4 / 6;
    overflow: hidden
}

.film-card-image img {
    width: 100%;
    height: 100%;
    padding: var(--space-md);
    object-fit: cover;
    transition: transform .3s var(--transition)
}

.film-card-link:hover .film-card-image img {
    transform: scale(1.03)
}

.film-card-text-wrapper {
    grid-column: 1 / 4;
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    justify-content: space-between
}

.film-card h4 {
    font-size: var(--fs-lg);
    font-weight: normal;
    margin: 0;
    color: inherit;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto
}

.film-card * h5 {
    font-size: var(--fs-sm);
    margin: 0;
    display: inline
}

.card-filmmaker-name {
    display: inline-block;
    margin: 0;
    margin-right: var(--space-xs)
}

.card-filmmaker-name:after {
    content: " | ";
    color: var(--text-main);
    margin-left: var(--space-xs)
}

.film-card a {
    color: inherit;
    text-decoration: none
}

.film-card a:visited {
    color: var(--accent);
    text-decoration: none
}

.film-card a:hover {
    color: var(--accent);
    text-decoration: underline 2px solid inherit
}

.film-card .film-card-image a:hover {
    text-decoration: none
}

.film-card .film-card-image a:hover img {
    transition: all var(--transition) .2s;
    transform: scale(1.1)
}

.film-card-link:hover h4 {
    text-decoration: underline;
    color: var(--accent)
}

div.film-meta * a {
    text-decoration: underline solid 2px
}

.film-synopsis {
    font-size: var(--fs-sm);
    color: inherit;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto
}

.film-meta {
    margin-top: var(--space-md);
    font-size: var(--fs-sm);
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    gap: var(--space-xs)
}

.film-meta-item {
    display: inline
}

.film-meta-item:not(:last-child, :first-child)::after {
    content: " | ";
    color: var(--text-main);
    margin: 0 var(--space-xs)
}

@media(max-width:768px) {
    .content-wrapper {
        grid-template-columns: 1fr
    }

    .search-utilities {
        position: static;
        top: auto;
        grid-column: 1 / -1
    }

    .cards-container {
        grid-column: 1 / -1
    }

    .film-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
        gap: var(--space-sm);
        align-items: start;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }

    .film-card-text-wrapper {
        display: contents
    }

    .film-card-text-wrapper>div:first-child {
        grid-row: 1;
        grid-column: 1;
        padding: var(--space-md) var(--space-md) 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%
    }

    .film-card-image {
        grid-row: 2;
        grid-column: 1;
        border-right: none;
        border-bottom: 2px solid var(--bg-main);
        aspect-ratio: 16/9;
        overflow: hidden
    }

    .film-card-image img {
        width: 100%;
        height: 100%;
        padding: 0;
        object-fit: cover
    }

    .film-card-text-wrapper>div:last-child {
        grid-row: 3;
        grid-column: 1;
        padding: var(--space-md);
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%
    }
}

.readeable-text {
    color: var(--bg-main);
    font-size: var(--fs-md)
}

@media(max-width:768px) {
    .readeable-text {
        font-size: var(--fs-sm)
    }
}

.page-contents {
    min-height: 50svh;
    height: fit-content;
    margin-top: 40px
}

@media(max-width:768px) {
    .readeable-text {
        margin-block: var(--space-4xl)
    }
}

.breadcrumb-container {
    margin-bottom: var(--space-4xl);
    padding: 0;
    grid-column: 1 / 4;
    align-self: center
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: var(--fs-base);
    font-weight: normal;
    color: var(--text-main);
    text-transform: uppercase
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item:not(:last-child)::after {
    content: " / ";
    color: var(--text-main);
    margin: 0 .25rem;
    opacity: .7
}

.breadcrumb-link {
    color: var(--text-main);
    text-decoration: none;
    transition: color .2s var(--transition)
}

.breadcrumb-link:hover {
    color: var(--accent);
    text-decoration: underline
}

.breadcrumb-current-page {
    color: var(--text-main);
    font-weight: normal;
    font-size: var(--fs-base);
    margin: 0;
    text-transform: uppercase
}

@media(max-width:768px) {
    .page-title {
        grid-column: 1 / -1;
        text-align: left;
        margin-bottom: var(--space-md)
    }

    .breadcrumb-container {
        grid-column: 1 / -1;
        text-align: left;
        margin: 0;
        margin-top: var(--space-3xl)
    }
}

#general-info {
    color: var(--text-main);
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    font-size: var(--fs-md)
}

@media(max-width:768px) {
    #general-info {
        font-size: var(--fs-sm)
    }
}

#general-info h2 {
    margin-top: var(--space-5xl);
    grid-column: 1 / 2;
    font-size: inherit;
    font-weight: normal;
    color: var(--text-main);
    align-self: center;
    text-transform: uppercase
}

.placeholder p {
    max-width: 75ch;
    text-align: left;
    margin-bottom: var(--space-4xl)
}

.placeholder a {
    color: var(--text-main)
}

.placeholder a:hover {
    text-decoration: underline 2px solid;
    background: var(--bg-main);
    color: var(--accent)
}

.placeholder {
    display: grid;
    grid-column: 1 / 6;
    margin: 0;
    font-size: var(--fs-md);
    color: var(--text-main)
}

@media(max-width:768px) {
    .placeholder {
        font-size: var(--fs-sm);
        grid-column: 1 / -1
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center top;
    z-index: 998;
    transform: translateY(0);
    transition: transform .3s ease
}

nav.nav-hidden {
    transform: translateY(-100%)
}

nav.nav-visible {
    transform: translateY(0)
}

nav * a:visited {
    color: var(--bg-main)
}

#nav-logo {
    display: block;
    width: 165px;
    height: auto
}

nav a img {
    max-height: 210px;
    margin: var(--space-lg) 0 0 var(--space-lg)
}

.not-logo {
    height: 90px;
    width: 240px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: var(--space-md)
}

@media(max-width:768px) {
    .not-logo {
        justify-content: flex-end
    }
}

#languages {
    z-index: 1001;
    display: flex;
    gap: .5rem;
    align-items: center
}

#languages button {
    background: none;
    border: none;
    color: var(--bg-main);
    cursor: pointer;
    padding: .25rem .5rem;
    font: inherit
}

#languages button:hover {
    text-decoration: underline
}

#languages button.active {
    color: var(--accent);
    text-decoration: underline
}

.not-logo:has(#nav-toggle:checked) #languages button.active {
    color: var(--bg-main)
}

.menu-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 1001;
    background: var(--accent);
    height: 90px;
    aspect-ratio: 1 / 1;
    text-align: center
}

.menu-toggle span {
    width: 100%;
    align-self: center
}

.menu-icon {
    width: 100%;
    height: 1.5rem;
    display: none
}

#drawer {
    font-size: var(--fs-md);
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    width: clamp(30vw, 45vw, 60vw);
    aspect-ratio: 1 / 1;
    background: var(--accent);
    transform: translateX(100%) translateY(-100%);
    transition: transform .3s ease;
    padding: 4rem 2rem
}

@media(max-width:768px) {
    #drawer {
        width: unset
    }
}

#nav-toggle:checked~#drawer {
    transform: translateX(0)
}

#nav-toggle:checked+.menu-toggle .menu-text {
    display: none
}

#nav-toggle:checked+.menu-toggle .menu-icon {
    display: block
}

.menu-nav #conservatism {
    text-transform: uppercase;
    font-size: var(--fs-sm);
    margin-bottom: var(--space-md)
}

.menu-nav ul {
    list-style: none;
    padding: 0
}

.menu-nav ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-sm)
}

summary {
    list-style: none
}

summary::-webkit-details-marker {
    display: none
}

.menu-item summary {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    cursor: pointer
}

.arrow-icon {
    width: var(--space-lg);
    height: var(--space-lg);
    transition: transform .25s ease
}

.menu-item[open] .arrow-icon {
    transform: rotate(45deg)
}

.menu-item>ul {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-0.5rem);
    transition: max-height .32s ease, opacity .24s ease .05s, transform .28s ease .05s;
    will-change: max-height, opacity, transform;
    pointer-events: none
}

.menu-item[open]>ul {
    max-height: 999px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.menu-item>ul li {
    padding: .25rem 0
}

.link-text {
    text-decoration: none
}

.menu-item summary:hover .link-text {
    text-decoration: underline
}

.menu-nav a {
    text-decoration: none
}

.menu-nav a:hover {
    text-decoration: underline 2px var(--bg-main);
    opacity: 1
}

footer {
    width: 100%;
    margin-top: 50vh;
    background: var(--blue);
    position: relative
}

.footer-container {
    position: relative;
    z-index: 1;
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-2xl)
}

.footer-newsletter-section {
    grid-column: 1 / 3
}

.footer-nav {
    grid-column: 4 / 5
}

.footer-info {
    grid-column: 5 / 6
}

.footer-outside-links {
    grid-column: 6 / 7
}

.footer-spacer {
    grid-column: 2 / 3
}

.footer-bottom {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
    text-align: left
}

.footer-bottom p {
    grid-column: 4 / -1;
    margin: 0;
    font-size: var(--fs-base);
    color: var(--bg-main)
}

.footer-bottom * a {
    font-size: var(--fs-base);
    text-decoration: underline 2px solid var(--text-main)
}

@media(max-width:768px) {
    .footer-container {
        padding-top: var(--space-2xl);
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg) var(--space-md)
    }

    .footer-newsletter-section {
        grid-column: 1 / -1;
        margin-bottom: var(--space-lg)
    }

    .footer-nav {
        grid-column: 1 / 2
    }

    .footer-info {
        grid-column: 2 / 3
    }

    .footer-outside-links {
        grid-column: 1 / 2
    }

    .footer-spacer {
        display: none
    }

    .footer-bottom p {
        grid-column: 1 / -1
    }
}

footer h3 {
    font-size: var(--fs-md);
    margin-bottom: var(--space-sm);
    color: var(--bg-main);
    font-weight: normal
}

footer h4 {
    font-size: var(--fs-sm);
    margin-bottom: var(--space-md);
    font-weight: normal;
    color: var(--bg-main)
}

footer p {
    margin-bottom: var(--space-sm);
    line-height: 1.5;
    font-size: var(--fs-sm);
    color: var(--bg-main)
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul li {
    margin-bottom: var(--space-xs)
}

footer a {
    color: var(--bg-main);
    text-decoration: none;
    font-size: var(--fs-sm);
    transition: all .2s var(--transition);
    border-bottom: 1px solid transparent
}

footer a:visited {
    color: var(--bg-main)
}

footer * a:hover {
    color: var(--accent);
    text-decoration: underline 2px solid var(--bg-main);
    background-color: var(--bg-main);
    border-bottom: none
}

#mc_embed_signup {
    background: none;
    clear: none;
    font-family: inherit;
    width: 100%;
    margin: 0
}

#mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm)
}

.mc-field-group {
    margin-bottom: 0
}

@media screen {
    .mc-field-group {
        margin-top: var(--space-sm);
        flex-direction: column
    }
}

.mc-field-group:first-of-type {
    display: flex;
    gap: var(--space-xs);
    align-items: stretch;
    width: 100%
}

.mc-field-group:nth-of-type(2) {
    display: flex;
    gap: var(--space-xs);
    align-items: stretch;
    width: 100%
}

.mc-field-group input[type="email"] {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: var(--space-sm);
    border: 2px solid var(--bg-main);
    border-radius: var(--radius-medium);
    background: transparent;
    color: var(--bg-main);
    font-family: inherit;
    font-size: var(--fs-xs)
}

.mc-field-group input[type="email"]:focus {
    outline: solid 2px var(--accent);
    border-color: var(--accent);
    background: var(--dark-silver)
}

.mc-field-group input[type="email"]::placeholder {
    color: rgba(30, 30, 30, 0.6)
}

.mc-field-group .button {
    flex-shrink: 0;
    border: 2px solid var(--bg-main);
    padding: var(--space-sm) var(--space-md);
    background: var(--bg-main);
    color: var(--accent);
    border-radius: var(--radius-medium);
    font-family: inherit;
    font-size: var(--fs-base);
    font-weight: normal;
    cursor: pointer;
    transition: all .2s var(--transition);
    white-space: nowrap
}

.mce_inline_error {
    background-color: #ff0035 !important;
    margin: 0 0 1em 0;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 1;
    color: #fff
}

.mc-field-group .button:hover {
    background: var(--bg-main);
    color: var(--accent)
}

.footer-checkbox {
    display: flex;
    align-items: flex-start;
    gap: var(--space-xs);
    font-size: var(--fs-xs);
    line-height: 1.4;
    margin-top: var(--space-sm)
}

.footer-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.footer-checkbox label {
    font-size: var(--fs-base);
    position: relative;
    padding-left: 1.8rem;
    cursor: pointer;
    color: var(--bg-main)
}

.footer-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: .15em;
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid var(--bg-main);
    background: transparent;
    transition: all .2s var(--transition)
}

.footer-checkbox label:hover::before {
    background: var(--bg-main-hover)
}

.footer-checkbox input[type="radio"]:checked+label::before {
    background: var(--bg-main)
}

.footer-checkbox input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    left: .4rem;
    top: .25em;
    width: .3rem;
    height: .7rem;
    border: solid var(--accent);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: all .2s var(--transition)
}

.footer-checkbox a {
    font-size: inherit;
    text-decoration: underline
}

.footer-checkbox a:hover {
    text-decoration: underline 2px solid var(--bg-main)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#mce-responses {
    margin-top: var(--space-xs)
}

.response {
    font-size: var(--fs-xs);
    padding: var(--space-xs);
    border-radius: var(--radius-medium);
    margin-bottom: var(--space-xs);
    display: none
}

#mce-error-response {
    background: rgba(255, 0, 0, 0.1);
    color: #c00;
    border: 1px solid rgba(255, 0, 0, 0.2)
}

#mce-success-response {
    background: rgba(0, 255, 0, 0.1);
    color: #060;
    border: 1px solid rgba(0, 255, 0, 0.2)
}

#custom-mce-responses {
    margin-top: var(--space-sm);
    font-size: var(--fs-base);
    color: var(--bg-main)
}

.status-message {
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-small);
    margin-bottom: var(--space-sm);
    border: 1px solid transparent
}

.status-message.error {
    color: #ff0035;
    border-color: #ff0035;
    background-color: #fdd
}

.status-message.success {
    color: #080;
    border-color: #080;
    background-color: #dfd
}

br {
    display: block !important;
    margin: 1rem 0 !important;
    content: "" !important;
    -webkit-margin-before: 1rem !important;
    -webkit-margin-after: 1rem !important
}