﻿/*
@media print, screen and (max-width: 40em) {
    .hero-banner-full-img-bg

{
    background-image: url(assets/img/commercial-dairy/2-EES-header-mobile.jpg);
    background-position: right center;
}

}

@media print, screen and (min-width: 40em) {
    .hero-banner-full-img-bg {
        background-image: url(assets/img/flock-landing/FlockCampaignBanner.jpg);
        padding: 5rem 8rem;
    }
}*/

.barlow-condensed-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.superior-title-normal {
    font-family: superior-title, serif;
    font-weight: 400;
    font-style: normal;
}

.superior-title-bold {
    font-family: superior-title, serif;
    font-weight: 700;
    font-style: normal;
}

h1,
.h1 {
    font-family: "NTF-Grand", sans-serif;
    font-weight: 800;
    font-style: normal;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "NTF-Grand", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.fc-button {
    cursor: pointer;
    background: transparent !important;
    font-family: "NTF-Grand" !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 4px 24px !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    font-size: 2.4rem !important;
    letter-spacing: 1px !important;
}

@media (max-width: 768px) {
    .fc-button {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 480px) {
    .fc-button {
        font-size: 1.5rem !important;
        padding: 4px 16px !important;
    }
}

.fc-button:hover {
    background: #fdaa15 !important;
    color: #fff !important;
}

.fc-button.blue {
    border: 2px solid #00bde8 !important;
    color: #00bde8 !important;
}

    .fc-button.blue:hover {
        background: rgba(0, 189, 232, 0.8) !important;
        color: #fff !important;
    }

.fc-button.green {
    border: 2px solid #157e09 !important;
    color: #157e09 !important;
}

    .fc-button.green:hover {
        background: #157e09 !important;
        color: #fff !important;
    }

.fc-button.yellow {
    border: 2px solid #f58220 !important;
    color: #f58220 !important;
}

    .fc-button.yellow:hover {
        background: #f58220 !important;
        color: #fff !important;
    }

.fc-button.white {
    border: 2px solid #fff !important;
    color: #fff !important;
}

    .fc-button.white:hover {
        background: #fff !important;
        color: #000 !important;
    }

.fc-button.red {
    border: 2px solid #cc252c !important;
    color: #cc252c !important;
}

    .fc-button.red:hover {
        background: #ad2025 !important;
        color: #fff !important;
    }

.fc-button.red-bg {
    background: #cc252c !important;
    color: #fff !important;
}

    .fc-button.red-bg:hover {
        background: #ad2025 !important;
        color: #fff !important;
    }

.fc-button.black-bg {
    background: #000000 !important;
    color: #fff !important;
}

    .fc-button.black-bg:hover {
        background: #ffffff !important;
        color: #000000 !important;
    }

.fc-button.orange {
    border: 2px solid #fdaa15 !important;
    color: #fdaa15 !important;
}

    .fc-button.orange:hover {
        background: #fdaa15 !important;
        color: #fff !important;
    }

.fc-button.black {
    border: 2px solid #fff !important;
    color: #fff !important;
}

    .fc-button.black:hover {
        background: #fff !important;
        color: #000 !important;
    }

.slick-prev {
    left: 1rem !important;
}

    .slick-prev::before {
        content: "" !important;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.93 39.93'><circle fill='%23010101' stroke='%23010101' stroke-miterlimit='10' cx='19.97' cy='19.97' r='19.47'/><polygon fill='%23ffffff' points='21.68 32.01 9.63 19.97 21.68 7.93 27.43 13.68 21.13 19.97 27.43 26.26 21.68 32.01'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
    }

@media (max-width: 768px) {
    .slick-prev::before {
        width: 30px;
        height: 30px;
    }
}

.slick-next {
    right: 1rem !important;
}

    .slick-next::before {
        content: "" !important;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.93 39.93'><circle fill='%23010101' stroke='%23010101' stroke-miterlimit='10' cx='19.97' cy='19.97' r='19.47'/><polygon fill='%23ffffff' points='21.68 32.01 9.63 19.97 21.68 7.93 27.43 13.68 21.13 19.97 27.43 26.26 21.68 32.01'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

@media (max-width: 768px) {
    .slick-next::before {
        width: 30px;
        height: 30px;
    }
}

.hero-banner-full-img-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.hero-banner-full-img-bg .cb-title {
    font-size: 10.5rem; /* 168px */
    font-family: "NTF-Grand";
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .hero-banner-full-img-bg .cb-title {
        font-size: 8rem; /* 128px */
    }
}

@media (max-width: 480px) {
    .hero-banner-full-img-bg .cb-title {
        font-size: 5rem; /* 80px */
    }
}

.hero-banner-full-img-bg .cb-sub-title {
    font-size: 2.375rem;
    font-family: "NTF-Grand";
    text-transform: initial;
}

@media (max-width: 768px) {
    .hero-banner-full-img-bg .cb-sub-title {
        font-size: 2.125rem; /* 34px */
    }
}

@media (max-width: 480px) {
    .hero-banner-full-img-bg .cb-sub-title {
        font-size: 1.875rem; /* 30px */
    }
}

.sticky-container {
    z-index: 9;
}

    .sticky-container .sticky.is-stuck {
        z-index: 99;
    }

.sticky-nav ul.menu li {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}

    .sticky-nav ul.menu li a {
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        padding: 0;
    }

.sticky-nav .navbar .hamburger-txt {
    display: none;
}

.sticky-nav .navbar .hamburger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

    .sticky-nav .navbar .hamburger span {
        width: 25px;
        height: 3px;
        background: white;
        display: block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.sticky-nav.is-stuck {
    margin-top: 4.4rem !important;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .sticky-nav ul.menu li a {
        margin-bottom: 1rem;
    }

    .sticky-nav .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
        -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
        align-items: anchor-center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .sticky-nav .navbar .menu {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background: #444;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
            transition: max-height 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
            transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
            transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
            padding: 0 2rem;
        }

            .sticky-nav .navbar .menu.active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                max-height: 400px;
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                padding: 1rem 2rem;
            }

        .sticky-nav .navbar .hamburger-txt {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 1.75rem;
            font-family: "Barlow Condensed", sans-serif;
        }

        .sticky-nav .navbar .hamburger {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .sticky-nav .navbar .hamburger.active span:nth-child(1) {
                -webkit-transform: rotate(45deg) translate(5px, 5px);
                transform: rotate(45deg) translate(5px, 5px);
            }

            .sticky-nav .navbar .hamburger.active span:nth-child(2) {
                opacity: 0;
            }

            .sticky-nav .navbar .hamburger.active span:nth-child(3) {
                -webkit-transform: rotate(-45deg) translate(6px, -6px);
                transform: rotate(-45deg) translate(6px, -6px);
            }

    .sticky-nav.is-stuck {
        margin-top: 3.5rem !important;
    }
}

.progress-bar-slider {
    padding: 4rem 5rem;
}

@media (max-width: 768px) {
    .progress-bar-slider {
        padding: 2rem 2rem;
    }
}

.progress-bar-slider h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}

.finance {
    position: relative;
    z-index: 1;
}

    .finance:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }

.pp-card-content-wrap .fa {
    font-size: 4rem;
    color: #cc252c;
}

@media (max-width: 768px) {
    .pp-card-content-wrap .fa {
        font-size: 2.5rem;
    }
}

.flex-dir-row-reverse .system123-section {
    margin-left: 0;
    margin-right: 3rem;
}

@media (max-width: 768px) {
    .flex-dir-row-reverse .system123-section {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .flex-dir-row-reverse .system123-section {
        margin-left: 0;
        margin-right: 0;
    }
}

.system123-section {
    padding: 40px 20px;
    text-align: left;
}

    .system123-section .flex-dir-row-reverse .system123-number-wrapper {
        margin-left: 4rem;
        margin-right: 0;
    }

@media (max-width: 1200px) {
    .system123-section .flex-dir-row-reverse .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .system123-section .flex-dir-row-reverse .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .system123-section .flex-dir-row-reverse .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.system123-section .system123-number-wrapper {
    margin-left: 0;
    margin-right: 4rem;
}

@media (max-width: 1200px) {
    .system123-section .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .system123-section .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    .system123-section .system123-number-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.system123-section .system123-number {
    overflow: hidden;
}

    .system123-section .system123-number .system123-number-inner {
        font-size: 500px;
        font-weight: 800;
        line-height: 0.71;
        font-family: "NTF-Grand";
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }

@media (max-width: 768px) {
    .system123-section .system123-number .system123-number-inner {
        font-size: 400px;
    }
}

@media (max-width: 480px) {
    .system123-section .system123-number .system123-number-inner {
        font-size: 360px;
    }
}

.system123-section .system123-number .system123-number-inner.starter {
    color: #00bde8;
}

.system123-section .system123-number .system123-number-inner.grower {
    color: #157e09;
}

.system123-section .system123-number .system123-number-inner.layer {
    color: #f58220;
}

.system123-section .system123-content .weeks {
    font-size: 30px;
    color: #474545;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
    font-family: "NTF-Grand", sans-serif;
    font-weight: 600;
}



.system123-section .system123-content .title {
    font-size: 120px;
    font-weight: 800;
    color: #ff4d2d;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-family: "NTF-Grand", sans-serif;
}

@media (max-width: 768px) {
    .system123-section .system123-content .title {
        font-size: 100px;
    }
}

@media (max-width: 480px) {
    .system123-section .system123-content .title {
        font-size: 80px;
        line-height: 0.9;
        margin-bottom: 0;
    }
}

.system123-section .system123-content .title.starter {
    color: #00bde8;
}

.system123-section .system123-content .title.grower {
    color: #157e09;
}

.system123-section .system123-content .title.layer {
    color: #f58220;
}

.system123-section .system123-content .description {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 768px) {
    .system123-section .system123-content .description {
        font-size: 16px;
    }
}

.system123-section .system123-content .learn-btn {
    background: transparent;
    border: 2px solid #cc252c;
    color: #cc252c;
    font-weight: 700;
    padding: 4px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 40px;
    letter-spacing: 1px;
}

    .system123-section .system123-content .learn-btn:hover {
        background: #cc252c;
        color: #fff;
    }

.sweepstakes-form-section {
    padding: 2rem 2rem !important;
    background: #ffffff;
    height: 100%;
}

    .sweepstakes-form-section .sweepstakes-form-content {
        margin-top: auto;
    }

@media (max-width: 768px) {
    .sweepstakes-form-section .sweepstakes-form-content {
        padding: 2rem 2rem;
    }
}

@media (max-width: 768px) {
    .sweepstakes-form-section {
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section {
        padding: 1rem 1rem;
    }
}

.sweepstakes-form-section .super-h2 {
    font-size: 5.75rem; /* 92px */
    font-weight: 800;
    font-family: "NTF-Grand", sans-serif;
    color: #fff !important;
}

@media (max-width: 768px) {
    .sweepstakes-form-section .super-h2 {
        font-size: 4.75rem; /* 76px */
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section .super-h2 {
        font-size: 3.75rem; /* 60px */
        text-align: center;
    }
}

.sweepstakes-form-section .super-h3 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff !important;
    margin-bottom: 2rem !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {
    .sweepstakes-form-section .super-h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section .super-h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem !important;
        text-align: center;
    }
}

.sweepstakes-form-section .cb-desc {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .sweepstakes-form-section .cb-desc {
        display: none;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section .cb-desc {
        display: none;
    }
}

.sweepstakes-form-section .cb-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 3rem !important;
    font-family: "Barlow Condensed", sans-serif;
}

    .sweepstakes-form-section .cb-list:last-child {
        margin-bottom: 0 !important;
    }

@media (max-width: 768px) {
    .sweepstakes-form-section .cb-list {
        display: none;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section .cb-list {
        display: none;
    }
}

.sweepstakes-form-section .cb-list li {
    font-size: 1.375rem; /* 22px */
    font-weight: 400;
    color: #fff !important;
    font-weight: normal !important;
}

    .sweepstakes-form-section .cb-list li:last-child {
        margin-bottom: 0;
    }

.sweepstakes-form-section .cb-note {
    font-size: 0.7rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff !important;
    margin-top: auto !important;
    margin-bottom: 0;
    width: 70%;
}

@media (max-width: 768px) {
    .sweepstakes-form-section .cb-note {
        width: 100%;
        display: none;
    }
}

@media (max-width: 480px) {
    .sweepstakes-form-section .cb-note {
        width: 100%;
    }
}

.sweepstakes-form-section .sidePardotForm .sidePardotFormWrapper {
    position: relative;
}

    .sweepstakes-form-section .sidePardotForm .sidePardotFormWrapper .req::after {
        content: "*";
        color: #cc252c;
        margin-left: 5px;
    }

.sweepstakes-form-section .sidePardotForm label {
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
}

.sweepstakes-form-section .sidePardotForm .error-field {
    bottom: -5px;
}

.sweepstakes-form-section .sidePardotForm .fc-button {
    cursor: pointer;
}

.peep-inside-section {
    padding: 4rem 10rem;
}

@media (max-width: 768px) {
    .peep-inside-section {
        padding: 2rem 2rem;
    }
}

.peep-inside-section .super-h2 {
    font-size: 6.75rem; /* 108px */
    font-weight: 800;
    font-family: "NTF-Grand", sans-serif;
    color: #cc252c !important;
}

@media (max-width: 768px) {
    .peep-inside-section .super-h2 {
        font-size: 5.75rem; /* 92px */
        text-align: center;
    }
}

@media (max-width: 480px) {
    .peep-inside-section .super-h2 {
        font-size: 4.5rem; /* 72px */
        text-align: center;
    }
}

.peep-inside-section .super-p {
    font-size: 1.375rem; /* 22px */
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #000 !important;
}

@media (max-width: 768px) {
    .peep-inside-section .super-p {
        font-size: 1.2rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .peep-inside-section .super-p {
        font-size: 1.125rem; /* 18px */
        text-align: center;
    }
}

/* Desktop only */
.accordion-peep-inside .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion {
        height: auto;
        display: block;
    }
}

.accordion-peep-inside .accordion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none !important;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-item {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

.accordion-peep-inside .accordion-item.is-active {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-item.is-active {
        border-bottom: 1px solid #000 !important;
    }
}

.accordion-peep-inside .accordion-item.is-active .accordion-content {
    width: 100%;
    opacity: 1;
    padding: 20px;
    border: none;
}

    .accordion-peep-inside .accordion-item.is-active .accordion-content .h-content-inner-content {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .accordion-peep-inside .accordion-item.is-active .accordion-content .h-content-inner-content img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.accordion-peep-inside .accordion-item.is-active .blue {
    background-color: #00bde8 !important;
    border-right: 1px solid #00bde8 !important;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-item.is-active .blue {
        border-right: none !important;
        border-bottom: 1px solid #00bde8 !important;
    }
}

.accordion-peep-inside .accordion-item.is-active .blue .h-title-inner-text {
    color: #fff !important;
}

.accordion-peep-inside .accordion-item.is-active .blue .h-title-inner {
    color: #fff !important;
}

.accordion-peep-inside .accordion-item.is-active .green {
    background-color: #157e09 !important;
    border-right: 1px solid #157e09 !important;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-item.is-active .green {
        border-right: none !important;
        border-bottom: 1px solid #157e09 !important;
    }
}

.accordion-peep-inside .accordion-item.is-active .green .h-title-inner-text {
    color: #fff !important;
}

.accordion-peep-inside .accordion-item.is-active .green .h-title-inner {
    color: #fff !important;
}

.accordion-peep-inside .accordion-item.is-active .orange {
    background-color: #f58220 !important;
    border-right: 1px solid #f58220 !important;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-item.is-active .orange {
        border-right: none !important;
        border-bottom: 1px solid #f58220 !important;
    }
}

.accordion-peep-inside .accordion-item.is-active .orange .h-title-inner-text {
    color: #fff !important;
}

.accordion-peep-inside .accordion-item.is-active .orange .h-title-inner {
    color: #fff !important;
}

.accordion-peep-inside .accordion-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    min-width: 60px;
    text-align: center;
    background: transparent !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    border-right: 1px solid #000 !important;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-title {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-transform: none;
        transform: none;
        border-right: none !important;
        border-bottom: 1px solid #000 !important;
        padding: 1rem;
    }
}

.accordion-peep-inside .accordion-title::before {
    content: "";
}

.accordion-peep-inside .accordion-title.blue .h-title-inner-text {
    color: #00bde8 !important;
}

.accordion-peep-inside .accordion-title.blue .h-title-inner {
    color: #00bde8 !important;
}

.accordion-peep-inside .accordion-title.green .h-title-inner-text {
    color: #157e09 !important;
}

.accordion-peep-inside .accordion-title.green .h-title-inner {
    color: #157e09 !important;
}

.accordion-peep-inside .accordion-title.orange .h-title-inner-text {
    color: #f58220 !important;
}

.accordion-peep-inside .accordion-title.orange .h-title-inner {
    color: #f58220 !important;
}

.accordion-peep-inside .accordion-title .h-title-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
    font-size: 3rem;
    font-weight: bold;
    font-family: "NTF-Grand", sans-serif;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-title .h-title-inner {
        -webkit-transform: none;
        transform: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 2.5rem;
    }
}

.accordion-peep-inside .accordion-title .h-title-inner-text {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    font-family: "NTF-Grand", sans-serif;
}

@media (max-width: 768px) {
    .accordion-peep-inside .accordion-title .h-title-inner-text {
        font-size: 2.5rem;
    }
}

.accordion-peep-inside .accordion-content {
    display: block;
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: none;
    transition: none;
}

.reviews-section {
    padding: 0;
    background: #ffffff;
}

.review-header {
    padding: 2rem 0;
}

    .review-header h3 {
        font-size: 3.4rem;
        margin-bottom: 0;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .review-header h3 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .review-header h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.review-header .fc-button {
    font-size: 1.55rem !important;
    font-weight: 700;
    font-family: "NTF-Grand", sans-serif;
    cursor: pointer;
}

@media (max-width: 768px) {
    .review-header .fc-button {
        font-size: 1.375rem !important;
    }
}

@media (max-width: 480px) {
    .review-header .fc-button {
        font-size: 1.125rem !important;
    }
}

.reviews-slider {
    margin-bottom: 5rem;
}

    .reviews-slider .review-card-img img {
        width: 100% !important;
        height: 680px !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

@media (max-width: 768px) {
    .reviews-slider .review-card-img img {
        height: 400px !important;
    }
}

@media (max-width: 480px) {
    .reviews-slider .review-card-img img {
        height: 300px !important;
    }
}

@media (max-width: 768px) {
    .reviews-slider {
        margin-bottom: 2rem;
    }
}

.reviews-slider .slick-slide {
    padding: 0 16px;
}

.reviews-slider .slick-prev, .reviews-slider .slick-next {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 8 !important;
}

.get-the-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 10rem;
    background: #fdaa15;
    background-image: url('img/flock-landing/newchickbg.png');
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 2rem;
    position: relative;
    padding-bottom: 10%;
}

    .get-the-guide::before {
        content: "";
        position: absolute;
        inset: 0;
        bottom: -1px;
        background-image: url('img/flock-landing/newchick.png');
        background-blend-mode: multiply;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 1;
    }

@media (max-width: 768px) {
    .get-the-guide::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .get-the-guide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem;
    }
}

.get-the-guide .get-the-guide-content {
    width: 70%;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .get-the-guide .get-the-guide-content {
        text-align: center;
        width: 100%;
    }
}

.get-the-guide .get-the-guide-content .super-h2 {
    font-size: 5.125rem;
    font-family: "NTF-Grand", sans-serif;
    color: #fff !important;
}

@media (max-width: 768px) {
    .get-the-guide .get-the-guide-content .super-h2 {
        font-size: 4.5rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .get-the-guide .get-the-guide-content .super-h2 {
        font-size: 3.75rem;
        text-align: center;
    }
}

.get-the-guide .get-the-guide-content .super-p {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .get-the-guide .get-the-guide-content .super-p {
        font-size: 1.2rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .get-the-guide .get-the-guide-content .super-p {
        font-size: 1.125rem;
        text-align: center;
    }
}

.get-the-guide .get-the-guide-image {
    width: 30%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .get-the-guide .get-the-guide-image {
        display: none;
    }
}

@media (max-width: 480px) {
    .get-the-guide .get-the-guide-image {
        display: none;
    }
}

.get-the-guide .get-the-guide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.faq-section {
    padding: 5rem 6rem;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 2rem 2rem;
    }
}

.faq-section .super-h2 {
    font-size: 3.25rem;
    font-weight: 800;
    color: #000 !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .faq-section .super-h2 {
        font-size: 2.75rem;
    }
}

@media (max-width: 480px) {
    .faq-section .super-h2 {
        font-size: 2rem;
    }
}

.faq-section h3 {
    font-size: 2.125rem;
    font-weight: 400;
    color: #000 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
}

@media (max-width: 768px) {
    .faq-section h3 {
        font-size: 2rem;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .faq-section h3 {
        font-size: 1.375rem;
    }
}

.faq-section .accordion-item.is-active .accordion-title {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.faq-section .accordion .accordion-content {
    border: none;
    background: transparent;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
    font-size: 1.35rem;
    font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 768px) {
    .faq-section .accordion .accordion-content {
        font-size: 1.125rem;
    }
}

.faq-section .accordion .is-active .accordion-title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.faq-section .accordion .accordion-title {
    border: none;
    background: transparent;
    color: #000;
    font-weight: bold;
    font-size: 1.35rem;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
    font-family: "Barlow Condensed", sans-serif;
    padding-right: 2rem;
}

    .faq-section .accordion .accordion-title::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.93 39.93'><circle fill='%23cc252c' stroke='%23cc252c' stroke-miterlimit='10' cx='19.97' cy='19.97' r='19.47'/><polygon fill='%23ffffff' points='21.68 32.01 9.63 19.97 21.68 7.93 27.43 13.68 21.13 19.97 27.43 26.26 21.68 32.01'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: inherit;
    }

@media (max-width: 768px) {
    .faq-section .accordion .accordion-title::before {
        width: 30px;
        height: 30px;
        right: 0;
        top: inherit;
    }
}

@media (max-width: 768px) {
    .faq-section .accordion .accordion-title {
        font-size: 1.125rem;
    }
}

.faq-section .accordion .accordion-title:last-child {
    border-bottom: none !important;
}

.dont-miss-cta-section {
    padding: 5rem 10rem;
    background: #cc262c;
    color: #ffffff;
}

@media (max-width: 768px) {
    .dont-miss-cta-section {
        padding: 2rem 2rem;
    }
}

.dont-miss-cta-section .super-h1 {
    font-size: 4.5rem;
    font-weight: 800;
    font-family: "NTF-Grand", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
}

@media (max-width: 768px) {
    .dont-miss-cta-section .super-h1 {
        font-size: 4.5rem;
    }
}

@media (max-width: 480px) {
    .dont-miss-cta-section .super-h1 {
        font-size: 3.75rem;
    }
}

.dont-miss-cta-section .top-heading {
    font-size: 1.25rem !important;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .dont-miss-cta-section .top-heading {
        font-size: 1.125rem !important;
    }
}

@media (max-width: 480px) {
    .dont-miss-cta-section .top-heading {
        font-size: 1rem !important;
    }
}

.more-food-section {
    padding: 5rem 6rem;
    background: #ffffff;
    color: #000;
}

@media (max-width: 768px) {
    .more-food-section {
        padding: 2rem 2rem;
    }
}

.more-food-section .super-h2 {
    font-size: 6.7rem;
    font-weight: 800;
    font-family: "NTF-Grand", sans-serif;
    color: #cc252c !important;
}

@media (max-width: 768px) {
    .more-food-section .super-h2 {
        font-size: 3.75rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .more-food-section .super-h2 {
        font-size: 3.75rem;
        text-align: center;
    }
}

.more-food-section .more-food-slider .slick-prev {
    left: -50px !important;
}

    .more-food-section .more-food-slider .slick-prev::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.93 39.93'><circle fill='%23cc252c' stroke='%23cc252c' stroke-miterlimit='10' cx='19.97' cy='19.97' r='19.47'/><polygon fill='%23ffffff' points='21.68 32.01 9.63 19.97 21.68 7.93 27.43 13.68 21.13 19.97 27.43 26.26 21.68 32.01'/></svg>") !important;
    }

@media (max-width: 768px) {
    .more-food-section .more-food-slider .slick-prev {
        left: -20px !important;
    }
}

.more-food-section .more-food-slider .slick-next {
    right: -50px !important;
}

    .more-food-section .more-food-slider .slick-next::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.93 39.93'><circle fill='%23cc252c' stroke='%23cc252c' stroke-miterlimit='10' cx='19.97' cy='19.97' r='19.47'/><polygon fill='%23ffffff' points='21.68 32.01 9.63 19.97 21.68 7.93 27.43 13.68 21.13 19.97 27.43 26.26 21.68 32.01'/></svg>") !important;
    }

@media (max-width: 768px) {
    .more-food-section .more-food-slider .slick-next {
        right: -20px !important;
    }
}

.more-food-section .more-food-slider .slick-list {
    margin: 0 -16px;
}

@media (max-width: 768px) {
    .more-food-section .more-food-slider .slick-list {
        margin: 0 16px;
    }
}

.more-food-section .more-food-slider .slick-slide {
    margin: 0 16px;
}

@media (max-width: 768px) {
    .more-food-section .more-food-slider .slick-slide {
        margin: 0 16px;
    }
}

.more-food-section .more-food-card-img {
    margin-bottom: 1rem;
}

.more-food-section .more-food-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Barlow Condensed", sans-serif;
    color: #000 !important;
    margin-bottom: 0.5rem !important;
}

@media (max-width: 768px) {
    .more-food-section .more-food-card-title {
        font-size: 1.375rem;
    }
}

@media (max-width: 480px) {
    .more-food-section .more-food-card-title {
        font-size: 1.25rem;
    }
}

.more-food-section .more-food-card-description {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 768px) {
    .more-food-section .more-food-card-description {
        font-size: 1.375rem;
    }
}

@media (max-width: 480px) {
    .more-food-section .more-food-card-description {
        font-size: 1.25rem;
    }
}

.ingredients-slider-section {
    padding: 0;
    background: #ffffff;
    color: #000;
}

    .ingredients-slider-section .ingredients-slider {
        margin-bottom: 0 !important;
    }

@media (min-width: 641px) {
    .ingredients-slider-section .ingredients-slider .slick-list,
    .ingredients-slider-section .ingredients-slider .slick-track {
        height: auto !important;
    }
}

.ingredients-slider-section .ingredients-slider .slick-slide {
    padding: 3rem 4rem;
    position: relative;
    height: auto;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .slick-slide {
        padding: 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ingredients-slider-section .ingredients-slider .slick-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-269.63deg, #000000 1.29%, rgba(0, 0, 0, 0) 99.68%);
    z-index: 1;
}

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .slick-slide::before {
        background: rgba(0, 0, 0, 0.8);
        z-index: -1;
    }
}

.ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

    .ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img {
        position: relative;
    }

        .ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (max-width: 480px) {
    .ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img {
        position: relative;
    }

        .ingredients-slider-section .ingredients-slider .slick-slide .ingredients-slider-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
}

.ingredients-slider-section .ingredients-slider .content-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    margin-left: 2rem !important;
}

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .content-cell {
        padding: 2rem 2rem;
        margin-left: 0 !important;
    }
}

.ingredients-slider-section .ingredients-slider .content-cell h3 {
    font-size: 3.5rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .content-cell h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .ingredients-slider-section .ingredients-slider .content-cell h3 {
        font-size: 1.75rem;
    }
}

.ingredients-slider-section .ingredients-slider .content-cell .author-title {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
}

.ingredients-slider-section .ingredients-slider .slick-dots {
    bottom: 3rem !important;
    z-index: 2;
}

@media (max-width: 768px) {
    .ingredients-slider-section .ingredients-slider .slick-dots {
        bottom: 2rem !important;
    }
}

.ingredients-slider-section .ingredients-slider .slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

    .ingredients-slider-section .ingredients-slider .slick-dots li button::before {
        content: "" !important;
    }

.ingredients-slider-section .ingredients-slider .slick-dots li.slick-active button {
    background: #fff;
    content: "";
}
/*# sourceMappingURL=flock-campaign-landing.css.map */





