.bg-indigo-darker {
    background-color: #201a64 !important
}

.hero-bg {
    /* background: url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg') no-repeat left center fixed; */
    background: #000000 url("../images/nasa-Q1p7bh3SHj8-unsplash.jpg") no-repeat fixed 10% 30%;
}

.button-lg>svg {
    display: none;
}

.checked p {
    display: none;
}

.done-text {
    display: none;
}

.checked .input-lg {
    display: none;
}

.checked .done-text {
    display: inline;
}

.checked svg {
    display: block;
    color: rgb(0, 155, 0);
    font-weight: bolder;
    filter: drop-shadow(2px 3px 2px rgb(0 0 0 / 0.4));
}

.display-hidden {
    display: none !important;
}

/* Cookies banner styles */

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;

    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px .5rem;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {
    display: flex;
    justify-content: center;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;

    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;

    border-radius: 2px;

    background-color: #2CE080;

    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;

    border: 2px solid #3A4649;

    background-color: transparent;

    color: #2CE080;
}

.cookie-consent-banner__cta:hover {
    background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;

    background-color: transparent;

    color: #22C870;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}