.main-header {
    max-width: 100% !important;
}

.main {
    overflow-x: hidden;
}

.fbf-manifesto>* {
    font-family: "Poppins";
}

.fbf-manifesto>*>.container {
    max-width: 1310px;
}

.fbf-manifesto__header {
    background-color: black;
    position: relative;
    height: 900px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.fbf-manifesto__intro {
    background-color: #FFD300;
    padding: 80px 0;
}

.fbf-manifesto__intro-content {
    font-size: 30px;
    font-family: Poppins;
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
}

.fbf-manifesto__intro-content>p {
    font-weight: 300;
    margin-bottom: 0;
}

.fbf-manifesto__intro-content>p>strong {
    font-weight: 700;
}

.fbf-manifesto__heading-content {
    padding: 120px 0;
}

.fbf-manifesto__heading-content--btn {
    margin-top: 50px;
}

.fbf-manifesto__heading-content--btn-mobile {
    margin-top: 10px;
    margin-bottom: 40px;
}

.fbf-manifesto__heading-content--heading {
    max-width: 365px;
}

.fbf-manifesto__heading-content--heading>p {
    font-weight: 600;
    font-size: 20px;
}

.fbf-manifesto__heading-content--heading>p>strong {
    font-weight: 600;
    padding: 2px 4px;
    background-color: #FFD300;
    font-size: 20px;
}

.fbf-manifesto__heading-content--content {
    max-width: 820px;
    margin-left: auto;
}

.fbf-manifesto__heading-content--content>p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.fbf-manifesto__yellow-banner {
    background-color: #FFD300;
    padding: 140px 0 100px;
}

.fbf-manifesto__yellow-banner--heading {
    text-align: center;
    font-size: 40px;
    font-family: Plumpfull;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
}

.fbf-manifesto__yellow-banner--heading::before {
    content: '';
    position: absolute;
    background-image: url('assets/build/img/squiggle_one_white.svg');
    width: 180px;
    height: 25px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fbf-manifesto__yellow-banner--single {
    text-align: center;
    margin-bottom: 40px;
}

.fbf-manifesto__yellow-banner--single-content {
    max-width: 340px;
    margin: 30px auto 0;
}

.fbf-manifesto__yellow-banner--single-content>p {
    font-size: 24px;
    line-height: 34px;
}

.fbf-manifesto__black-banner {
    background-color: #000;
    padding: 140px 0 100px;
}

.fbf-manifesto__black-banner--heading {
    text-align: center;
    font-size: 40px;
    font-family: Plumpfull;
    text-transform: uppercase;
    color: white;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.fbf-manifesto__black-banner--single {
    text-align: center;
    margin-bottom: 40px;
}

.fbf-manifesto__black-banner--single-heading {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    font-family: Plumpfull;
    text-transform: uppercase;
    color: #FFF;
}

.fbf-manifesto__black-banner--single-content {
    max-width: 372px;
    font-family: Poppins;
    font-weight: 600;
    margin: 0 auto 0;
    color: white;
    font-size: 24px;
    line-height: 34px;
}

.fbf-manifesto__summary {
    padding-top: 50px;
}

.fbf-manifesto__summary--heading {
    font-size: 40px;
    font-family: Plumpfull;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fbf-manifesto__summary--content {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
}

.fbf-manifesto__summary--image-container {
    text-align: right;
}

.fbf-manifesto__cta {
    padding-bottom: 100px;
}

.fbf-manifesto__cta--box {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(221, 221, 221, 0.50);
    padding: 90px 15px 100px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.fbf-manifesto__cta--container {
    max-width: 900px;
    margin: 0 auto;
}

.fbf-manifesto__cta--heading {
    text-align: center;
    font-size: 40px;
    font-family: Plumpfull;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

.fbf-manifesto__cta--heading::before {
    content: '';
    position: absolute;
    background-image: url('assets/build/img/squiggle_one_yellow.svg');
    width: 180px;
    height: 25px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fbf-manifesto__cta--content {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.fbf-manifesto__cta--content-2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.fbf-manifesto__cta--content a {
    color: #000;
    text-decoration: underline;
}

.fbf-manifesto__cta--footnotes {
    max-width: 830px;
    margin: 65px auto 0;
    text-align: center;

    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
}

.fbf-manifesto__link {
    background-color: #FFD300;
    padding: 10px 10px 8px 20px;
    font-family: "Plumpfull";
    text-transform: uppercase;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    transition: 300ms all;
    margin-top: 20px;
}

.fbf-manifesto__link:hover {
    color: #000;
}

.fbf-manifesto__link>.arrow-button {
    position: relative;
    display: inline-block;
    right: 0;
    transform: translateY(-1px);
    margin-left: 5px;
    transition: 300ms all;
}

.fbf-manifesto__link:hover>.arrow-button {
    margin-left: 15px;
}

/** Media Queries **/


@media screen and (max-width: 1340px) {
    .fbf-manifesto__cta {
        padding: 0 40px 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fbf-manifesto__heading-content--heading {
        max-width: 100%;
    }

    .fbf-manifesto__heading-content--content {
        max-width: 100%;
    }
}

@media screen and (min-width: 541px) and (max-width: 768px) {
    .fbf-manifesto__heading-content--heading {
        max-width: 100%;
    }

    .fbf-manifesto__heading-content--content {
        max-width: 100%;
    }

}

@media screen and (max-width: 680px) {
    .fbf-manifesto__header {
        height: 740px;
    }
}

@media screen and (max-width: 540px) {

    .fbf-manifesto__header {
        height: 600px;
    }

    .fbf-manifesto__intro {
        padding: 40px 15px;
    }

    .fbf-manifesto__intro-content {
        font-size: 24px;
        line-height: 34px;
    }

    .fbf-manifesto__heading-content {
        padding: 40px 15px;
    }

    .fbf-manifesto__heading-content--heading {
        max-width: 100%;
    }

    .fbf-manifesto__heading-content--content>p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .fbf-manifesto__yellow-banner,
    .fbf-manifesto__black-banner {
        padding: 80px 0 50px;
    }

    .fbf-manifesto__yellow-banner--heading {
        font-size: 30px;
        padding: 0 15px;
    }

    .fbf-manifesto__yellow-banner--single-content {
        margin-top: 15px;
    }

    .fbf-manifesto__yellow-banner--single-content>p {
        font-size: 20px;
        line-height: 30px;
    }

    .fbf-manifesto__yellow-banner--single {
        margin-bottom: 30px;
    }

    .fbf-manifesto__yellow-banner--single-icon {
        max-width: 60px;
    }

    .fbf-manifesto__black-banner--heading {
        margin-top: 20px;
        text-align: center;
        font-size: 30px;
        font-family: Plumpfull;
        line-height: 30px;
        text-transform: uppercase;
    }

    .fbf-manifesto__black-banner--single {
        margin-bottom: 30px;
    }

    .fbf-manifesto__black-banner--single>img {
        max-width: 50px;
    }

    .fbf-manifesto__black-banner--single-heading {
        font-size: 30px;
        line-height: 30px;
    }

    .fbf-manifesto__black-banner--single-content {
        font-size: 18px;
        line-height: 28px;
    }

    .fbf-manifesto__summary {
        text-align: center;
    }

    .fbf-manifesto__summary--heading {
        font-size: 30px;
        line-height: 30px;
        padding: 0 20px;
    }

    .fbf-manifesto__summary--content {
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .fbf-manifesto__summary--image-container {
        text-align: center;
    }

    .fbf-manifestio__summary--image {
        margin-left: 20px;
    }

    .fbf-manifesto__cta {
        padding: 0 20px 50px;
    }

    .fbf-manifesto__cta--heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .fbf-manifesto__cta--box {
        padding: 60px 5px;
    }

    .fbf-manifesto__cta--heading::before {
        max-width: 100px;
    }

    .fbf-manifesto__cta--content {
        font-size: 18px;
        line-height: 28px;
    }

    .fbf-manifesto__cta--content-2 {
        font-size: 16px;
        line-height: 26px;
    }

}