html {
    box-sizing: border-box;
    line-height: 1.15;
}

body {
    margin: 0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

button {
    background-color: initial;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0;
}

img,
picture {
    display: block;
}

img {
    height: auto;
    margin: 0;
    max-width: 100%;
}

svg {
    display: block;
    min-height: 0;
    min-width: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

legend {
    padding: 0;
}

progress {
    vertical-align: initial;
}

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

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

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

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

.hidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.hidden,
.ratio {
    overflow: hidden;
}

.ratio {
    max-height: calc(var(--height)*1px);
    max-width: calc(var(--width)*1px);
    position: relative;
    width: 100%;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: calc(var(--height)/var(--width)*100%);
    width: 100%;
}

.ratio img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

nav ul {
    list-style: none;
}

nav ul,
nav ul li {
    margin: 0;
    padding: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.container-page {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container--narrow {
    max-width: 980px;
}

.container--xnarrow {
    max-width: 870px;
}

.notification-no-js,
.notification-outdated-browser {
    background-color: #c1cd23;
    bottom: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 20px 30px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: url(/app/themes/thrfg-cch/dist/fonts/graphik_regular.woff?15306a58369afa2957d38ee44d6dfa3b), url(/app/themes/thrfg-cch/dist/fonts/graphik_regular.woff2?d12a3e6ab23a160e798fa9b4577f744c);
}

@font-face {
    font-display: swap;
    font-family: Graphik;
    font-style: normal;
    font-weight: 600;
    src: url(/app/themes/thrfg-cch/dist/fonts/graphik_medium.woff?6e2ef70f8cb1a4a07b8ee88c725d00a5), url(/app/themes/thrfg-cch/dist/fonts/graphik_medium.woff2?a839cda126545dcc75f4070c587012b9);
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2e2e2e;
    margin: 0;
}

p {
    margin: 0;
}

a {
    color: #c1cd23;
    outline: 0;
}

nav[aria-label=breadcrumbs] {
    padding: 0;
}

nav[aria-label=breadcrumbs] ol {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav[aria-label=breadcrumbs] a {
    color: #c1cd23;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

nav[aria-label=breadcrumbs] a:focus .text,
nav[aria-label=breadcrumbs] a:hover .text {
    text-decoration: underline;
}

nav[aria-label=breadcrumbs] a:not(.home) {
    align-items: center;
    display: flex;
}

nav[aria-label=breadcrumbs] a:not(.home):before {
    border-color: #0000 #0000 #0000 #c1cd23;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    margin: 0 15px;
    width: 0;
}

nav[aria-label=breadcrumbs] .home .icon {
    align-items: center;
    border: 1px solid #c1cd2326;
    border-radius: 50%;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    display: flex;
    height: 40px;
    justify-content: center;
    transition: background-color .2s linear;
    width: 40px;
}

nav[aria-label=breadcrumbs] .home .icon svg {
    fill: #c1cd23;
    transition: fill .2s linear;
}

nav[aria-label=breadcrumbs] li a:not(.home):not([aria-current=location]) {
    opacity: .7;
}

.buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 35px;
}

.btn-back,
.btn-donate,
.btn-light,
.btn-naked-arrow,
.btn-outline,
.btn-outline-arrow,
.btn-solid,
.btn-solid-arrow,
.btn-watch {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    min-height: 52px;
    padding: 10px 22px;
    text-decoration: none;
    white-space: nowrap;
}

.btn-back .text,
.btn-donate .text,
.btn-light .text,
.btn-naked-arrow .text,
.btn-outline .text,
.btn-outline-arrow .text,
.btn-solid .text,
.btn-solid-arrow .text,
.btn-watch .text {
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.btn-donate,
.btn-outline,
.btn-watch {
    min-height: 60px;
}

.btn-donate {
    background-color: #c1cd23;
    color: #fff;
    font-family: Cerebri, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 700;
}

.btn-donate .icon {
    align-items: center;
    background-color: #fff3;
    border-radius: 20px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    min-height: 40px;
    min-width: 40px;
    width: 40px;
}

.btn-donate .icon svg {
    fill: #fff;
    max-height: 15px;
    max-width: 15px;
}

.btn-watch {
    border: 1px solid #4d4d4d1f;
    border-radius: 30px;
    font-size: .9375rem;
    font-weight: 600;
    padding: 10px 20px 10px 10px;
}

.btn-watch .icon {
    margin-right: 15px;
}

.btn-watch .play__arrow {
    fill: #fff;
}

.btn-watch .play__circle {
    fill: currentColor;
}

.btn-naked-arrow {
    color: currentColor;
    padding: 0;
}

.btn-naked-arrow .text {
    margin-right: 15px;
    padding-bottom: 2px;
    position: relative;
}

.btn-naked-arrow .icon {
    align-items: center;
    background-color: initial;
    border-radius: 9px;
    display: flex;
    height: 18px;
    justify-content: center;
    min-height: 18px;
    min-width: 18px;
    width: 18px;
}

.btn-naked-arrow .icon svg {
    fill: currentColor;
}

.btn-outline {
    background-color: #fff;
    border: 1px solid #f7f8eb;
}

.btn-phone .title {
    display: block;
}

form .fields,
form .fieldset-fields {
    display: grid;
    gap: var(--fields-gap, 1.25rem clamp(.625rem, 1.7361111111vw, 1.5625rem));
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, min-content);
}

form .fields>*,
form .fields>[data-span=full],
form .fields>[data-span=half],
form .fieldset-fields>*,
form .fieldset-fields>[data-span=full],
form .fieldset-fields>[data-span=half] {
    grid-column: span 12;
}

form .fields>[data-span=third],
form .fieldset-fields>[data-span=third] {
    grid-column: span 12;
}

.form-control,
.hosted-field,
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    background-color: var(--input-bg, #fff);
    border: 1px solid var(--input-outline, #c1cd2333);
    border-radius: 8px;
    color: var(--input-color, #2e2e2e);
    font-family: Graphik, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-weight: var(--input-fw, 600);
    outline: none;
    padding: var(--input-padding, 15px 20px);
    width: 100%;
}

.form-control::-moz-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder,
.hosted-field::-moz-input-placeholder,
.hosted-field::-webkit-input-placeholder,
.hosted-field::placeholder,
input[type=email]::-moz-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=email]::placeholder,
input[type=file]::-moz-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=file]::placeholder,
input[type=number]::-moz-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=number]::placeholder,
input[type=password]::-moz-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=password]::placeholder,
input[type=search]::-moz-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=search]::placeholder,
input[type=tel]::-moz-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=tel]::placeholder,
input[type=text]::-moz-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::placeholder,
select::-moz-input-placeholder,
select::-webkit-input-placeholder,
select::placeholder,
textarea::-moz-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder {
    color: #4d4d4d;
    font-weight: 400;
    opacity: .5;
}

input.pac-target-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' d='M8.8 9.7c-2.1 1.7-5.3 1.6-7.2-.4-2.1-2.1-2.1-5.6 0-7.7s5.6-2.1 7.7 0c2 2 2.1 5.1.4 7.2l4.1 4.1c.2.2.2.6 0 .9-.2.2-.6.2-.9 0L8.8 9.7zM2.4 8.4c-1.6-1.6-1.6-4.3 0-6s4.3-1.6 6 0c1.6 1.6 1.6 4.3 0 6-1.6 1.7-4.3 1.7-6 0z' clip-rule='evenodd' fill='%234d4d4d'/%3E%3C/svg%3E");
    background-position: calc(100% - 1.25rem) 50%;
    background-repeat: no-repeat;
    background-size: auto 1em;
}

[data-theme=dark] input.pac-target-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill-rule='evenodd' d='M8.8 9.7c-2.1 1.7-5.3 1.6-7.2-.4-2.1-2.1-2.1-5.6 0-7.7s5.6-2.1 7.7 0c2 2 2.1 5.1.4 7.2l4.1 4.1c.2.2.2.6 0 .9-.2.2-.6.2-.9 0L8.8 9.7zM2.4 8.4c-1.6-1.6-1.6-4.3 0-6s4.3-1.6 6 0c1.6 1.6 1.6 4.3 0 6-1.6 1.7-4.3 1.7-6 0z' clip-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E");
}

input.pac-target-input,
input.pac-target-input[type=text] {
    padding-right: calc(1em + 1.875rem);
}

.hamburger {
    align-items: center;
    color: currentColor;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 50px;
}

.hamburger .patties {
    display: flex;
    flex-direction: column;
    height: 23px;
    justify-content: space-between;
    position: relative;
    width: 23px;
}

.hamburger .patty {
    background-color: currentColor;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    position: relative;
    width: 100%;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
}

.meta>* {
    min-height: 15px;
}

.meta>:not(:last-child) {
    padding-right: 24px;
    position: relative;
}

.meta>:not(:last-child):after {
    background-color: #c1cd23;
    border-radius: 2.5px;
    content: "";
    display: block;
    font-size: .25rem;
    height: 1em;
    margin-top: -.1875rem;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1em;
}

.meta a {
    position: relative;
    text-decoration: none;
    z-index: 12;
}

.meta a:focus,
.meta a:hover {
    text-decoration: underline;
}

.meta .has-tooltip {
    position: relative;
    z-index: 12;
}

.meta .has-tooltip .text {
    color: #c1cd23;
    opacity: .5;
    transition: opacity .2s cubic-bezier(.33, 1, .68, 1);
}

.meta .has-tooltip .tooltip {
    background-color: #fff;
    border: 1px solid #c1cd2326;
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 0 5px #0000000d;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    height: auto;
    left: 50%;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    padding: 8px 10px;
    position: absolute;
    transform: translateY(10px);
    transition: opacity .4s cubic-bezier(.86, 0, .07, 1) .2s, visibility .4s cubic-bezier(.86, 0, .07, 1) .2s, transform .4s cubic-bezier(.86, 0, .07, 1) .2s;
    visibility: hidden;
    width: 100px;
}

.meta .has-tooltip .tooltip a {
    display: block;
}

.meta .has-tooltip .tooltip:after,
.meta .has-tooltip .tooltip:before {
    border-color: #fff #0000 #0000;
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 100%;
    width: 0;
}

.meta .has-tooltip .tooltip:before {
    z-index: 3;
}

.meta .has-tooltip .tooltip:after {
    border-color: #c1cd2326 #0000 #0000;
    border-width: 5px 5px 0;
    margin-left: -5px;
    z-index: -1;
}

.meta .has-tooltip.on-press .text,
html:not(.mobile):not(.tablet) .meta .has-tooltip:hover .text {
    opacity: 1;
}

.meta .has-tooltip.on-press .tooltip,
html:not(.mobile):not(.tablet) .meta .has-tooltip:hover .tooltip {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), visibility .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
    visibility: visible;
}

.meta .date,
.meta .timestamp {
    color: #2e2e2eb3;
}

.meta .category,
.meta .region,
.meta .tag {
    color: #c1cd23;
}

.meta+.title {
    margin-top: 28px;
}

.skip-to-link {
    position: fixed;
}

.skip-to-link:not(:focus) {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.tagline {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.tagline>* {
    display: block;
    max-height: 30px;
    width: auto;
}

.has-tooltip {
    position: relative;
}

.has-tooltip .is-tooltip {
    position: absolute;
}

.has-tooltip:not(:hover) .is-tooltip,
html.mobile .has-tooltip .is-tooltip,
html.tablet .has-tooltip .is-tooltip {
    opacity: 0;
    visibility: hidden;
}

[data-critical]>* {
    opacity: 0;
    visibility: hidden;
}

.not-found .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: clamp(4.375rem, 12.1527777778vw, 10.9375rem);
    padding-top: clamp(3.75rem, 15.9722222222vw, 14.375rem);
    text-align: center;
}

.not-found .container .title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.not-found .container .wysiwyg-basic {
    color: #2e2e2e;
    font-size: 1.25rem;
    margin: 30px 0;
}

.not-found .container .btn-outline-arrow .text {
    margin-left: 15px;
    margin-right: auto;
}

.footer-cta {
    background-color: #1f1f1f;
    position: relative;
    z-index: 2;
}

.footer-main {
    --right-col-width: 500px;
    --footer-border-color: #3a3a3a;
    background-color: #1f1f1f;
    color: #fff;
    display: block;
    font-size: .75rem;
}

.header-main {
    --logo-width: 217px;
    --logo-height: 42px;
    --header-border-color: #4d4d4d1f;
    background-color: #fff;
    border-bottom: 1px solid #4d4d4d1f;
    color: #2e2e2e;
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0);
    width: 100%;
    z-index: 100;
}

.header-main__right,
.header-main__secondary {
    display: none;
}

.header-main__mobile {
    height: 100%;
}

.header-main .header-main__mobile-donate {
    padding-left: 13px;
}

.header-main .header-main__mobile-donate .btn-donate {
    border-radius: 8px;
    font-size: .875rem;
    height: auto;
    min-height: 0;
    padding: 7px 10px;
}

.header-main .header-main__call {
    height: 100%;
}

.header-main .header-main__call .text {
    font-weight: 600;
}

.header-main .header-main__call .icon svg {
    fill: #c1cd23;
}

.header-main .header-main__call-multiple {
    border-left: 1px solid var(--header-border-color, #4d4d4d1f);
    margin: 0 !important;
    padding-inline: 1.4375rem;
    position: relative;
}

.header-main .header-main__call-multiple button.btn-phone {
    align-items: center;
    color: currentColor;
    display: flex;
    gap: .625rem;
    padding: .6875rem 0;
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.33, 1, .68, 1);
    white-space: nowrap;
}

.header-main .header-main__call-multiple button.btn-phone.on-press,
.header-main .header-main__call-multiple.on-press button.btn-phone,
html:not(.mobile):not(.tablet) .header-main .header-main__call-multiple button.btn-phone:hover,
html:not(.mobile):not(.tablet) .header-main .header-main__call-multiple:hover button.btn-phone {
    color: var(--call-btn-hover, #c1cd23);
}

.header-main .header-main__call-multiple ul {
    align-items: stretch;
    background: #fff;
    border-radius: .625rem;
    box-shadow: 0 .25rem 1.75rem #00000040;
    flex-direction: column;
    gap: 0;
    left: calc(50% - 6.21875rem);
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition-duration: .2s;
    transition-property: opacity, visibility, max-height;
    transition-timing-function: cubic-bezier(.33, 1, .68, 1), step-end, step-end;
    visibility: hidden;
    width: 12.4375rem;
}

.header-main .header-main__call-multiple ul:before {
    border-color: #0000 #0000 #fff;
    border-style: solid;
    border-width: 0 .5em .3125rem;
    bottom: 100%;
    content: "";
    font-size: .9375rem;
    height: 0;
    left: calc(50% - .5em);
    position: absolute;
    transform: rotate(0deg);
    width: 0;
}

.header-main .header-main__call-multiple ul li+li {
    border-top: 1px solid #e8e9e8;
}

.header-main .header-main__call-multiple ul li:first-child {
    border-radius: .625rem .625rem 0 0;
}

.header-main .header-main__call-multiple ul li:last-child {
    border-radius: 0 0 .625rem .625rem;
}

.header-main .header-main__call-multiple ul li:last-child a {
    padding-bottom: .875rem;
}

.header-main .header-main__call-multiple ul li a {
    border-radius: inherit;
    color: #c1cd23;
    display: flex;
    font-family: Cerebri, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    height: auto;
    line-height: 1.2307692308;
    overflow: hidden;
    padding: .6875rem 1.25rem;
    transition-duration: .2s;
    transition-property: background;
    transition-timing-function: cubic-bezier(.33, 1, .68, 1);
}

.header-main .header-main__call-multiple ul li a .title {
    color: #2e2e2e;
    font-weight: 600;
}

.header-main .header-main__call-multiple ul li a.on-press,
html:not(.mobile):not(.tablet) .header-main .header-main__call-multiple ul li a:hover {
    background: #f7f8eb1a;
}

.header-main .header-main__call-multiple:focus-within ul,
.header-main .header-main__call-multiple:hover ul {
    max-height: var(--panel-height, unset);
    opacity: 1;
    transition-timing-function: cubic-bezier(.33, 1, .68, 1), step-start, step-start;
    visibility: visible;
}

.header-main__sticky-bar {
    order: -1;
}

html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling),
html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .header-main__charities>*,
html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .header-main__left,
html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .header-main__primary,
html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .header-main__search {
    border-color: var(--header-border-color);
}

html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .header-main__search form.search svg,
html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .logo__text {
    fill: #fff;
}

html:not(.is-locked-scrolling) body.frontpage:not(.is-autocomplete-active) .header-main:not(.header--peek):not(.header--scrolling) .logo__stroke {
    stroke: #fff;
}

eader-main:not(.header--peek):not(.header--scrolling) .logo__intersect {
    fill: #ccc;
}

.header-main ul {
    list-style: none;
}

.header-main ul,
.header-main ul li {
    margin: 0;
    padding: 0;
}

.header-main .btn-donate .icon,
.header-main a,
.header-main ul,
.header-main__call>a,
.header-main__charities,
.header-main__charities>*,
.header-main__inner,
.header-main__left,
.header-main__mobile,
.header-main__nav-inner,
.header-main__primary {
    align-items: center;
    display: flex;
}

.header-main a {
    color: currentColor;
    text-decoration: none;
}

.header-main__logo {
    display: block;
    padding: var(--header-logo-padding, 6px 15px 12px 15px);
}

.header-main__logo .logo {
    aspect-ratio: var(--aspect-ratio);
    height: var(--logo-height, 42px);
    max-height: auto;
    max-width: 100%;
    width: var(--logo-width, 170px);
}

.header-main__logo .logo__text {
    fill: #58595b;
}

.header-main__logo .logo__stroke {
    stroke: #58595b;
}

.header-main__logo .logo__intersect {
    fill: #0d0d0d;
}

.header-main button[data-charities-toggle] {
    align-items: center;
    color: currentColor;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.header-main button[data-charities-toggle] .icon {
    border-color: currentcolor #0000 #0000;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    pointer-events: none;
    width: 0;
}

.header-main button[data-charities-toggle]:not([aria-pressed=true]) .icon {
    transform: translateY(4px);
}

.header-main__primary,
.header-main__secondary {
    justify-content: space-between;
    position: relative;
}

.header-main__primary {
    font-size: 1.1875rem;
    height: 60px;
}

.header-main__call>a .icon {
    margin-right: 10px;
    margin-top: 3px;
    opacity: 1;
}

.header-main__call>a .icon svg {
    fill: #c1cd23;
    transition: fill .2s linear;
}

.header-main__secondarycta {
    padding: 0 30px;
}

.header-main__secondarycta .btn-light {
    min-height: 45px;
}

.header-main__secondarycta .btn-light .text {
    color: #c1cd23;
}

.header-main__secondarycta .btn-light.on-press .text,
html:not(.mobile):not(.tablet) .header-main__secondarycta .btn-light:hover .text {
    color: #fff;
}

.header-main__search {
    border-left: 1px solid #4d4d4d1f;
}

.header-main__search form.search {
    color: currentColor;
    position: relative;
}

.header-main__search form.search input,
.header-main__search form.search label {
    display: block;
}

.header-main__search form.search input {
    background-color: initial;
    border: 0;
    border-radius: 0;
    color: currentColor;
    height: 40px;
    padding: 10px 50px 10px 25px;
    width: 100%;
}

.header-main__search form.search input::-webkit-input-placeholder {
    display: none;
}

.header-main__search form.search .icon {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
}

.header-main .btn-donate {
    border-radius: 0;
    color: #fff;
    font-size: 1.25rem;
    height: 86px;
    margin: -1px 0;
}

.header-main .btn-donate .icon {
    border-radius: 25px;
    min-height: 50px;
    min-width: 50px;
}

.header-main .btn-donate .icon svg {
    max-height: none;
    max-width: none;
}

.header-main__logo.on-press .logo,
html:not(.mobile):not(.tablet) .header-main__logo:hover .logo {
    opacity: .65;
}

.header-main__logo .logo {
    transition: opacity .2s linear;
}

.header-main button[data-charities-toggle],
.header-main button[data-charities-toggle] .icon {
    transition: transform .2s cubic-bezier(.33, 1, .68, 1);
}

.header-main button[data-charities-toggle][aria-pressed=true] {
    transform: rotate(180deg);
}

.header-main .header-main__charities,
.header-main .header-main__charities>* {
    color: inherit;
}

.header-main .header-main__charities button,
.header-main .header-main__charities>* {
    height: 40px;
}

.header-main .header-main__charities>* {
    border-right: 1px solid #4d4d4d1f;
}

.header-main .header-main__charities .title,
.header-main .header-main__charities button {
    padding: 0 15px;
}

.header-main .header-main__charities .title {
    color: inherit;
    font-size: .75rem;
    font-weight: 400;
    opacity: .8;
}

.header-main .header-main__charities .has-dropmenu {
    padding-left: 0;
    padding-right: 0;
}

.header-main__secondary {
    font-size: .8125rem;
}

.header-main__secondary,
.header-main__secondary ul>li>a {
    height: 40px;
}

.header-main__secondary ul>li>a.is-active,
.header-main__secondary.is-active {
    color: #c1cd23;
    font-weight: 700;
}

.header-main__secondary ul>li>a {
    white-space: nowrap;
}

.header-main__secondary .header-main__left>ul>li:not(:last-child) {
    margin-right: 20px;
}

.header-main__secondary .header-main__right>ul>li {
    margin-right: 20px;
}

.header-main .header-main__secondary .has-dropmenu>button {
    color: inherit;
}

.header-main .header-main__secondary .has-dropmenu>button .text {
    text-align: left;
}

.header-main .header-main__secondary .has-dropmenu>a .icon:before {
    border-color: currentColor #0000 #0000;
    opacity: .8;
}

.header-main__nav-primary>ul>li:not(:last-child) {
    margin-right: 30px;
}

.header-main__nav-primary>ul>li>a {
    height: 85px;
    white-space: nowrap;
}

.header-main .has-dropmenu {
    position: relative;
}

.header-main .has-dropmenu>a,
.header-main .has-dropmenu>button {
    align-items: center;
    display: flex;
    position: relative;
}

.header-main .has-dropmenu>a>.icon,
.header-main .has-dropmenu>button>.icon {
    margin-left: 10px;
    pointer-events: none;
}

.header-main .has-dropmenu>a>.icon:before,
.header-main .has-dropmenu>button>.icon:before {
    border-color: #c1cd23 #0000 #0000;
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    display: block;
    height: 0;
    width: 0;
}

.header-main .has-dropmenu>.is-dropmenu,
.header-main .has-dropmenu>.is-megamenu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

.header-main-spacer {
    display: block;
    height: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px));
    width: 100%;
}

body.frontpage .header-main-spacer {
    display: none;
}

.header-charities,
.header-mobile,
.js-charities-close,
.js-mobile-close {
    display: none;
}

.hero {
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.hero:before {
    background-color: #f7f8eb;
    content: "";
    display: block;
    height: calc(100% - 60px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hero>* {
    position: relative;
    z-index: 2;
}

.hero .grid {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero .grid__item {
    position: relative;
    z-index: 1;
}

.hero__content {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.hero__content nav[aria-label=breadcrumbs] {
    margin-bottom: 30px;
}

.hero__content article {
    margin-top: auto;
    position: relative;
}

.hero__content article:focus-within .btn-naked-arrow .text:before,
.hero__content article:hover .btn-naked-arrow .text:before {
    opacity: 1;
    transform: translateY(2px);
}

.hero__content article .btn-naked-arrow {
    height: auto;
    min-height: 0;
}

.hero__content article .btn-naked-arrow:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero__content article .btn-naked-arrow .text {
    position: relative;
}

.hero__content article .btn-naked-arrow .text:before {
    background-color: #c1cd23;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .2s cubic-bezier(.86, 0, .07, 1), transform .2s cubic-bezier(.86, 0, .07, 1);
    width: 100%;
}

.hero__content article .btn-naked-arrow .icon {
    background-color: #c1cd23;
}

.hero__content article .btn-naked-arrow .icon svg {
    fill: #fff;
}

.hero__content article .meta+.title,
.hero__content article .title+.buttons {
    margin-top: 30px;
}

.hero__content .title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: auto 0 0;
}

.hero__content .wysiwyg-basic {
    color: #2e2e2e;
    font-size: 1rem;
    line-height: 1.6;
}

.hero__content .title+.buttons,
.hero__content .title+.wysiwyg-basic,
.hero__content .wysiwyg-basic+.buttons {
    margin-top: 15px;
}

.hero__image {
    margin-left: -15px;
    margin-right: -15px;
}

.hero .greedy-nav {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.hero .card-post .title {
    font-size: inherit;
}

.card-spotlight__image {
    border: 15px solid #fff;
}

.autocomplete,
.autocomplete__close {
    display: none;
}

.greedy-nav a,
.greedy-nav button,
.greedy-nav--accordion a,
.greedy-nav--accordion button {
    color: #4d4d4dcc;
    font-size: .875rem;
}

.share {
    align-items: center;
    display: flex;
}

.share .title {
    color: #4d4d4d;
    font-size: .875rem !important;
    font-weight: 600;
    margin-right: 15px;
}

.share--appeal {
    color: #ffffffb3;
}

.share--appeal .title {
    color: currentColor;
}

.share--appeal a {
    align-items: center;
    display: flex;
    padding: 0 12px 0 0;
    position: relative;
    text-decoration: none;
}

.share--appeal a.has-tooltip:not(.is-active) .is-tooltip {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
}

.share--appeal a.has-tooltip .is-tooltip {
    bottom: 100%;
    left: 50%;
    margin-bottom: 12px;
    margin-left: -90px;
    pointer-events: none;
    position: absolute;
    transition: visibility .1s linear, opacity .1s linear, transform .1s linear;
    width: 180px;
}

.share--appeal a.has-tooltip .is-tooltip .inner {
    background-color: #f2eaf6;
    border-radius: 8px;
    color: #4d4d4d;
    display: block;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
}

.share--appeal a.has-tooltip .is-tooltip:before {
    border-color: #f2eaf6 #0000 #0000;
    border-style: solid;
    border-width: 12px 19px 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    top: 100%;
    width: 0;
}

.share--appeal a.has-tooltip .is-tooltip strong {
    color: #2e2e2e;
    display: block;
}

.share--appeal a:before {
    border: 1px solid;
    border-radius: 7px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .35;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: opacity .2s linear;
    width: 100%;
}

.share--appeal a .icon {
    padding: 5px;
    width: 30px;
}

.share--appeal a .icon:after,
.share--appeal a .icon:before {
    content: none;
}

.share--appeal a .text {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.2;
}

.share--appeal a.on-press,
html:not(.mobile):not(.tablet) .share--appeal a:hover {
    color: #fff;
}

.share--appeal a.on-press:before,
html:not(.mobile):not(.tablet) .share--appeal a:hover:before {
    opacity: 1;
}

header .logo__colour {
    transition: fill .2s cubic-bezier(.33, 1, .68, 1);
}

.footer-main .logo__colour,
.frontpage header:not(.header--scrolling) .logo__colour,
.template-appeal header:not(.header--scrolling) .logo__colour {
    fill: #fff;
}

.header-main__logo {
    padding: 8px 15px;
}

.header-main__logo .logo {
    height: auto;
    max-width: 130px;
}

.btn-solid .text,
.btn-solid-arrow .text {
    color: #2e2e2e;
}

.btn-solid-arrow.on-press .icon svg,
html:not(.mobile):not(.tablet) .btn-solid-arrow:hover .icon svg {
    fill: #d96800;
}

.btn-outline-arrow.on-press .text,
html:not(.mobile):not(.tablet) .btn-outline-arrow:hover .text {
    color: #2e2e2e;
}

.btn-donate .icon svg {
    fill: #2e2e2e;
}

nav[aria-label=breadcrumbs] a {
    color: #737b23;
}

nav[aria-label=breadcrumbs] a:not(.home):before {
    border-color: #0000 #0000 #0000 #737b23;
}

nav[aria-label=breadcrumbs] .home .icon {
    border: 1px solid #737b2326;
}

nav[aria-label=breadcrumbs] .home .icon svg {
    fill: #737b23;
}

.wysiwyg table {
    min-width: 100%;
}

.greedy-nav a.is-active,
.greedy-nav button.is-active,
.greedy-nav--accordion a.is-active,
.greedy-nav--accordion button.is-active,
.header-main__primary ul>li>a.is-active,
.header-main__primary.is-active,
.header-main__secondary ul>li>a.is-active,
.header-main__secondary.is-active {
    color: #737b23;
}

@media (min-width:401px) {
    .container {
        max-width: 1500px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container--narrow {
        max-width: 1010px;
    }

    .hero__image {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width:481px) {
    .buttons {
        flex-direction: row;
    }

    form .fields>[data-span=half],
    form .fieldset-fields>[data-span=half] {
        grid-column: span 6;
    }

    form .fields>[data-span=third],
    form .fieldset-fields>[data-span=third] {
        grid-column: span 6;
    }

    .not-found .container .title {
        font-size: 2.1875rem;
    }

    .hero__content {
        padding: 40px 0;
    }

    .hero__content .title {
        font-size: 2.0625rem;
    }
}

@media (min-width:768px) {

    form .fields>[data-span=third],
    form .fieldset-fields>[data-span=third] {
        grid-column: span 4;
    }
}

@media (min-width:769px) {
    .not-found .container .title {
        font-size: 2.5rem;
    }

    .hero__content .title {
        font-size: 2.34375rem;
    }
}

@media (min-width:961px) {
    .not-found .container .title {
        font-size: 2.8125rem;
    }

    .hero .grid {
        flex-direction: row;
    }

    .hero .grid__item:first-child {
        width: 60%;
    }

    .hero .grid__item:nth-child(2) {
        width: 40%;
    }

    .hero__content {
        min-height: 590px;
        padding: 60px 60px 120px 0;
    }

    .hero__content,
    .hero__content .wysiwyg-basic {
        max-width: 540px;
    }

    .hero__content .title {
        font-size: 2.5rem;
    }

    .hero__image {
        height: 100%;
        left: 0;
        margin: 0;
        position: absolute !important;
        top: 0;
        width: 100%;
        width: calc(100% + 60px);
    }

    .hero__image,
    .hero__image img {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .greedy-nav--accordion {
        display: none;
    }
}

@media (min-width:1081px) {
    .header-main {
        --logo-width: 279px;
        --logo-height: 54px;
    }

    .header-main__sticky-bar {
        order: 99;
    }

    .header-main__primary .header-main__left {
        margin-right: 20px;
    }

    .header-main__nav-primary,
    .header-main__primary .header-main__right {
        flex-grow: 1;
    }

    .header-main__primary {
        border-top: 1px solid #4d4d4d1f;
        height: 85px;
    }

    .header-main__right,
    .header-main__secondary {
        align-items: center;
        display: flex;
    }

    .header-main__logo {
        padding: 10px 15px 20px;
    }

    .header-main button[data-charities-toggle],
    .header-main__mobile {
        display: none;
    }

    .hero__image {
        margin-left: -100px;
        width: calc(100% + 160px);
    }

    .header-main__logo {
        padding: 15px 20px;
    }

    .header-main__logo .logo {
        height: 75px;
        max-width: 180px;
        width: 232px;
    }
}

@media (min-width:1181px) {
    .header-main__secondary .header-main__left>ul>li:not(:last-child) {
        margin-right: 30px;
    }

    .header-main__secondary .header-main__right>ul>li {
        margin-right: 30px;
    }
}

@media (min-width:1280px) {
    .not-found .container .title {
        font-size: 3.5rem;
    }

    .header-main__cta,
    .header-main__search {
        margin: 0;
        width: 185px;
    }

    .hero__content .title {
        font-size: 2.8125rem;
    }

    .hero__image {
        margin-left: -200px;
        width: calc(100% + 260px);
    }
}

@media (min-width:1381px) {
    .header-main__primary .header-main__left {
        margin-right: 65px;
    }

    .header-main__secondary .header-main__left>ul>li:not(:last-child) {
        margin-right: 50px;
    }

    .header-main__nav-primary>ul>li:not(:last-child) {
        margin-right: 50px;
    }
}

@media (min-width:1751px) {
    .hero__content {
        max-width: none;
    }

    .hero__image {
        margin-left: 0;
    }
}

@media (max-width:1279px) {
    .header-main__cta .btn-donate .icon {
        display: none;
    }
}

@media (max-width:1080px) {
    .header-main {
        flex-direction: column;
    }

    .header-main__primary .header-main__left {
        border-right: 1px solid #4d4d4d1f;
        flex-grow: 1;
        height: 100%;
        max-width: 290px;
    }

    .header-main__logo {
        margin-right: auto;
        padding: 8px 6px 8px 13px;
    }
}

@media (max-width:960px) {
    .hero__image {
        max-height: 500px;
        max-width: none;
        width: auto;
    }

    .hero__image img {
        object-position: center 25%;
    }
}

@media (max-width:650px) {
    .meta {
        width: 100%;
    }

    .meta>div:not(:last-child) {
        display: flex;
        height: auto;
        justify-content: flex-start;
        padding-right: 0;
        width: 100%;
    }

    .meta>div:not(:last-child):after {
        content: none;
    }

    .meta>div:not(:last-child) .charity {
        margin: 0 0 10px;
        width: auto;
    }
}

@media (max-width:480px) {
    .header-main__left {
        max-width: 62% !important;
    }

    .header-main__logo {
        max-width: 82% !important;
    }
}

@media (max-width:450px) {
    .share.share--appeal .title {
        display: none;
    }

    .share.share--appeal a .icon {
        height: 26px;
        padding: 8px 5px;
        width: 20px;
    }

    .share.share--appeal a .text {
        font-size: .625rem;
    }

    .share.share--appeal .list-follow {
        gap: 5px;
    }
}

@media (max-width:400px) {
    nav[aria-label=breadcrumbs] ol {
        flex-wrap: wrap;
    }

    .hero__image img {
        transform: none !important;
    }
}

@media (max-width:360px) {
    .header-main__logo {
        padding-left: 5px;
        padding-right: 0;
    }

    .header-main button[data-charities-toggle] {
        width: 40px;
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .notification-outdated-browser {
        display: block;
    }
}

@media (prefers-reduced-motion:no-preference) {

    .fade-in,
    .step-in,
    .waypoint.step-in {
        transform: translateY(-20px);
    }
}

.hero-homepage {
    align-items: center;
    background-color: #0c0c0b;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.hero-homepage__inner {
    position: relative;
    width: 100%;
    z-index: 2;
}

.hero-homepage__image {
    margin-top: -10%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-homepage__image,
.hero-homepage__image img {
    height: 100%;
}

.hero-homepage__image img {
    object-fit: cover;
    object-position: center 15%;
}

.hero-homepage[data-size=narrow] .hero-homepage__image:after,
.hero-homepage[data-size=narrow] .hero-homepage__image:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.hero-homepage[data-size=narrow] .hero-homepage__image:before {
    background-image: linear-gradient(180deg, #0c0c0b 15%, #0c0c0b00 30%, #0c0c0b00 80%, #0c0c0b);
    height: 100%;
}

.hero-homepage[data-size=full] .hero-homepage__image {
    left: 0;
    top: 0;
}

.hero-homepage[data-size=full] .hero-homepage__image,
.hero-homepage[data-size=full] .hero-homepage__image img {
    width: 100%;
}

.hero-homepage[data-cta=true]:before {
    background: linear-gradient(0deg, #000000bf 0, #0000);
    bottom: 0;
    content: "";
    height: 380px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.hero-homepage[data-cta=true]>.btn-donate {
    bottom: 115px;
}

.hero-homepage .card-cta {
    opacity: 0;
}

.hero-homepage>.btn-donate {
    bottom: 30px;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.hero-homepage__intro .tagline {
    margin-bottom: 20px;
    min-height: 30px;
}

.hero-homepage__intro .description {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.1;
}

.hero-homepage__intro .description+.buttons {
    margin-top: 10px;
}

.hero-homepage__intro .btn-naked-arrow .icon {
    background-color: #fff;
}

.hero-homepage__intro .btn-naked-arrow svg {
    fill: #2e2e2e;
}

.hero-homepage__intro .btn-watch {
    border: 1px solid #ffffff0f;
    color: #fff;
}

.hero-homepage__intro .btn-watch:before {
    border: 1px solid #0000;
}

.hero-homepage__intro .btn-watch .play__circle {
    fill: #2e2e2e;
}

.hero-homepage__intro .btn-watch .play__arrow {
    fill: #c1cd23;
}

@media (min-width:375px) and (max-width:480px) {

    .hero-homepage__intro .tagline,
    .hero-homepage__intro .tagline img {
        min-height: 40px;
    }
}

@media (min-width:390px) {
    .hero-homepage__intro .description {
        font-size: 1.875rem;
    }
}

@media (min-width:401px) {
    .hero-homepage>.btn-donate {
        left: 50%;
        margin-left: -170px;
        max-width: 340px;
    }
}

@media (min-width:481px) {

    .hero-homepage .buttons,
    .hero-homepage__donate,
    .hero-homepage__intro {
        opacity: 0;
    }

    .hero-homepage[data-size=narrow] .hero-homepage__image:after {
        background-image: linear-gradient(90deg, #0c0c0b 0, #0c0c0b00 15%, #0c0c0b00 85%, #0c0c0b);
        height: 100%;
    }

    .hero-homepage__intro .description {
        font-size: 2.1875rem;
    }
}

@media (min-width:768px) {
    .hero-homepage[data-cta=true]>.btn-donate {
        bottom: 150px;
    }
}

@media (min-width:769px) {
    .hero-homepage__intro .description {
        font-size: 2.5rem;
    }
}

@media (min-width:769px) and (max-width:1279px) {
    .hero-homepage__intro {
        max-width: 800px;
    }
}

@media (min-width:961px) {
    .hero-homepage[data-cta=true]>.btn-donate {
        bottom: 170px;
    }

    .hero-homepage__intro .description {
        font-size: 2.8125rem;
    }
}

@media (min-width:1280px) {
    .hero-homepage__inner {
        display: flex;
        min-height: 100vh;
        padding-bottom: 40px;
        padding-top: calc(var(--header-height, 125px) + 2.75rem + var(--wp-admin--admin-bar--height, 0px));
    }

    .hero-homepage__inner>.container {
        flex-grow: 1;
    }

    .hero-homepage__image {
        margin-top: 0;
        position: absolute;
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro {
        background-color: #c1cd23;
        border-radius: 10px;
        color: #fff;
        padding: 35px;
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro .description {
        font-size: 2.25rem;
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow {
        background-color: #ffffff1a;
        padding-left: 20px;
        padding-right: 20px;
        transition-duration: .2s;
        transition-property: background-color, color;
        transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow.on-press,
    html:not(.mobile):not(.tablet) .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow:hover {
        background-color: #fff;
        color: #c1cd23;
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow.on-press .icon,
    html:not(.mobile):not(.tablet) .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow:hover .icon {
        background-color: #c1cd23;
    }

    .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow.on-press .icon svg,
    .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-watch .play__circle,
    html:not(.mobile):not(.tablet) .hero-homepage[data-alignment=right] .hero-homepage__intro .btn-naked-arrow:hover .icon svg {
        fill: #fff;
    }

    .hero-homepage[data-theme=light][data-size=full][data-alignment=justified] .hero-homepage__image:after {
        background: linear-gradient(80deg, #0c0c0ba6, #0c0c0b00 65%);
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .hero-homepage[data-theme=light][data-size=full][data-alignment=right] .hero-homepage__image:after,
    .hero-homepage[data-theme=light][data-size=full][data-alignment=right] .hero-homepage__image:before {
        content: "";
        position: absolute;
        z-index: 2;
    }

    .hero-homepage[data-theme=light][data-size=full][data-alignment=right] .hero-homepage__image:before {
        background-image: linear-gradient(180deg, #000000bf 0, #0000);
        height: 380px;
        left: 0;
        top: 0;
        width: 100%;
    }

    .hero-homepage[data-theme=light][data-size=full][data-alignment=right] .hero-homepage__image:after {
        background: linear-gradient(270deg, #000c 0, #0000 50%);
        height: 100%;
        right: 0;
        top: 0;
        width: 100%;
    }

    .hero-homepage>.btn-donate {
        display: none;
    }
}

@media (max-width:1279px) {
    .hero-homepage__image {
        transform: translateY(0) !important;
    }

    .hero-homepage__image:after {
        content: "";
    }

    .hero-homepage[data-size=full] .hero-homepage__image:before {
        background-image: linear-gradient(180deg, #0c0c0b 0, #0c0c0b00 15%, #0c0c0b00 85%, #0c0c0b);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .hero-homepage__donate {
        display: none;
    }

    .hero-homepage__intro {
        margin: 0 auto;
        padding: calc(var(--header-height, 125px) + 2.1875rem + var(--wp-admin--admin-bar--height, 0px)) 0 0;
    }
}

@media (max-width:1080px) {
    .hero-homepage__intro {
        padding-top: calc(var(--header-height, 60px) + 2.5rem + var(--wp-admin--admin-bar--height, 0px));
    }
}

@media (max-width:767px) {
    .hero-homepage[data-size=narrow]>.btn-donate {
        bottom: 170px;
    }
}

@media (max-width:580px) {
    .hero-homepage {
        padding-bottom: 100px;
    }
}

@media (max-width:480px) {

    .hero-homepage .buttons,
    .hero-homepage .description .split-line,
    .hero-homepage .tagline img,
    .hero-homepage__donate,
    .hero-homepage__image {
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-homepage[data-size=narrow] .hero-homepage__image {
        margin-top: -13%;
    }

    .hero-homepage[data-size=narrow] .hero-homepage__image,
    .hero-homepage[data-size=narrow] .hero-homepage__image img {
        aspect-ratio: 390/426;
        width: 100%;
    }

    .hero-homepage [data-size=full] .hero-homepage__image:before {
        content: "";
        display: block;
        padding-top: 86.6666666667%;
        width: 100%;
    }

    .hero-homepage__intro .buttons {
        align-items: center;
    }

    .hero-homepage__intro .btn-naked-arrow {
        min-height: 0;
        padding-block: 10px;
    }
}

@media (max-width:400px) {
    .hero-homepage>.btn-donate {
        left: 15px;
        max-width: calc(100% - 30px);
    }
}