.acf-block:not(.acf-block--child) {
    padding-bottom: 66px;
}

.block-editor-iframe__body .acf-block {
    overflow: hidden;
}

.c-button {
    background-color: var(--button-bg);
    color: var(--button-text);
    text-decoration: none;
    display: flex;
    width: fit-content;
    height: fit-content;
    padding: 10px 30px;
    border-radius: 37px;
}

.acf-block .block-title {
    font-size: 42px;
    font-weight: 500;
}

.acf-block .block-title em {
    font-style: normal;
    color: var(--wp--preset--color--medium-gold);
}

@media screen and (min-width: 1024px) {
    .acf-block .block-title {
        font-size: 65px;
        margin-bottom: 30px;
    }
}

.c-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-hp {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 80px 0 0 0;
}


.footer-hp__newsletter {
    position: relative;
    z-index: 1;
}

.footer-hp__newsletter-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.footer-hp__signup-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--wp--preset--color--medium-gold);
    color: #fff;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 37px;
    font-size: 22px;
    white-space: nowrap;
    flex-shrink: 0;
}

.footer-hp__signup-text {
    font-size: 22px;
    color: var(--wp--preset--color--racing-green-90);
    max-width: 360px;
    margin: 0;
    line-height: 1.3;
}

.footer-hp__main {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}

.footer-hp__blob {
    position: absolute;
    width: 1938px;
    height: 1938px;
    left: calc(50% - 693px);
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.footer-hp__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    margin-top: 140px;
    align-items: start;
}

.footer-hp__logo-link {
    display: inline-block;
}

.footer-hp__logo-link img {
    display: block;
    max-width: 355px;
    width: 100%;
    height: auto;
}

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

.footer-hp__nav-list li {
    margin-bottom: 16px;
}

.footer-hp__nav-list li:last-child {
    margin-bottom: 0;
}

.footer-hp__nav-list a {
    font-size: 22px;
    color: var(--wp--preset--color--racing-green-90);
    text-decoration: none;
    line-height: 1.05;
}

.footer-hp__nav-list a:hover {
    text-decoration: underline;
}

.footer-hp__connect-title {
    font-size: 22px;
    color: var(--wp--preset--color--racing-green-90);
    margin: 0 0 18px;
    line-height: 1.05;
}

.footer-hp__social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.footer-hp__social-link {
    display: inline-block;
    line-height: 0;
}

.footer-hp__social-link img {
    width: 42px;
    height: 42px;
}

.footer-hp__address,
.footer-hp__copyright {
    font-size: 16px;
    color: var(--wp--preset--color--racing-green-90);
    line-height: 1.4;
    margin: 0 0 16px;
    max-width: 380px;
}

.footer-hp__copyright {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .acf-block:not(.acf-block--child) {
        padding-bottom: 30px;
    }

    .footer-hp__newsletter-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-hp__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .footer-hp__main > .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-hp__blob {
        width: 1390px;
    }

    .footer-hp__logo-col {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .footer-hp__logo-link img {
        height: auto;
        width: 100%;
    }
}