
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* list-style: none; */
    box-sizing: border-box;
}
@font-face {
    font-family: 'Azo Super';
    src: url(../fonts/AzoSuper.eot);
    src: url(../fonts/AzoSuper.eot?#iefix) format('embedded-opentype'), url(../fonts/AzoSuper.woff2) format('woff2'), url(../fonts/AzoSuper.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lucky lunch 3';
    src: url(../fonts/Luckylunch3-Regular.eot);
    src: url(../fonts/Luckylunch3-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Luckylunch3-Regular.woff2) format('woff2'), url(../fonts/Luckylunch3-Regular.woff) format('woff'), url(../fonts/Luckylunch3-Regular.ttf) format('truetype'), url(../fonts/Luckylunch3-Regular.svg#Luckylunch3-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
img {
    max-width: 100%;
}
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #974730;
    font-family: 'Gilroy';
    font-weight: 400;
    margin: 0;
    font-style: normal;
}
p {
    font-size: 32px;
    line-height: 38px;
    color: #974730;
    font-family: 'Gilroy';
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 20px;    font-style: normal;

}
a {
    text-decoration: underline;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    color: #974730;
}
strong {
    font-family: 'Gilroy';
    font-weight: bold;
}
ul li {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Gilroy';
    font-weight: 700;
}
.font-secondary {
    font-family: 'Azo Super' !important;
}
h2, .h2 {
    font-weight: 900;
    font-size: 80px;
    line-height: 76px;
    font-family: 'Azo Super';
    margin-bottom: 20px;
    color: #ed3a3d;
}
h3, .h3 {
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Azo Super';
    margin-bottom: 20px;
    color: #ed3a3d;
}
h4, .h4 {
    font-weight: 900;
    font-size: 40px;
    line-height: 42px;
    font-family: 'Azo Super';
    margin-bottom: 20px;
    color: #ed3a3d;
}
h5, .h5 {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Azo Super';
    margin-bottom: 20px;
    color: #ed3a3d;
}
figure {
    margin: 0;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
.legal-mark {
    font-size: 45%;
    top: -0.75em;
    margin-left: 0.05em;
}
header {
    background-color: #ed3a3d;
    padding: 80px 0 0 0;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}
header .header-logo {
    max-width: 367px;
    margin: 0 auto;
}
header .header-logo .brand-logo {
    transform: rotate(0deg);
    width: 100%;
}
header .header-logo img {
    width: 100%;
}
.home-banner {
    background-color: #ed3a3d;
}
.dnmls-pfes {
    position: absolute;
    right: 90px;
    top: 80px;
    z-index: 11;
    transform: rotate(12deg);
}
.dnmls-pfes figure {
    max-width: 220px;
}
.leaf-clusters-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}
.home-banner .cloud-image-top-lft {
    animation: cloudMove 6s ease-in-out infinite;
    will-change: transform;
}
.cloud-image-top-lft {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 80px;
}
.cloud-image-center-rt {
    position: absolute;
    right: -50px;
    top: 40%;
}
.home-banner .cloud-image-center-rt {
    animation: cloudMove 6s ease-in-out infinite;
    will-change: transform;
}
@keyframes cloudMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
}
.home-banner-content {
    text-align: center;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
.home-banner-inner {
    padding: 120px 0 0 0;
    position: relative;
    overflow: hidden;
}
.home-banner-content .let-them-title {
    background-image: url(../images/text-bg.svg);
    background-repeat: no-repeat;
    background-size: 88% 100%;
    background-position: center center;
    padding: 50px 100px 50px 80px;
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 30px;
}
.home-banner-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images/wave-img.svg);
    background-size: cover;
    background-repeat: repeat;
}
.home-banner-content span {
    color: #f2e8da;
    font-family: 'Azo Super';
    text-transform: uppercase;
    font-size: 90px;
    line-height: 90px;
    display: inline-block;
    position: absolute;
    top: 0;
    position: relative;
}
.home-banner-content span {
    color: #f2e8da;
    font-family: 'Azo Super';
    text-transform: uppercase;
    font-size: 90px;
    line-height: 90px;
    transform: rotate(-4deg);
}
.home-banner-content strong {
    font-size: 356px;
    line-height: 356px;
    text-transform: uppercase;
    font-family: 'Azo Super';
    color: #f2e8da;
    display: inline-block;
    letter-spacing: -8px;
}
.home-banner-content h1 {
    color: #f2e8da;
    font-weight: 400;
    font-size: 152px;
    line-height: 100px;
    margin-bottom: 21px;
    font-family: 'Lucky lunch 3';
}
.home-banner-content p {
    color: #f2e8da;
    font-size: 46px;
    line-height: 55px;
}
button, .btn {
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    color: #974730;
    background-color: #f2e8da;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    padding: 23px 65px 23px 65px;
    border-radius: 100px;
    display: inline-block;
}
.home-banner-content .btn {
    margin-top: 22px;
}
.homer-banner-btm-img {
    padding: 45px 0 0 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.homer-banner-btm-lft {
    position: relative;
    left: 170px;
    top: 50px;
    width: 25%;
}
.left-leaf-banner {
    -webkit-animation: leafLeft 5s infinite ease-in-out;
    animation: leafLeft 5s infinite ease-in-out;
}
@keyframes leafLeft {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.home-banner .left-leaf-banner {
    position: absolute;
    bottom: 80px;
    left: -140px;
    width: 95%;
}
.home-banner .flavor-lockups-bottl-banner {
    position: relative;
}
.homer-banner-btm-center {
    width: 50%;
}
.homer-banner-btm-rt {
    width: 25%;
}
.homer-banner-btm-rt {
    position: relative;
    right: 115px;
    top: 0px;
}
.butterfly-solo-btm-lft {
    position: absolute;
    left: 50px;
    bottom: 25%;
}
.butterfly-solo-btm-lft figure {
    max-width: 200px;
}
.home-banner .butterfly-solo-btm-lft figure {
    position: absolute;
}
.home-banner .butterfly-solo-btm-lft {
    position: relative;
    will-change: transform;
    animation: butterflyMove 6s linear infinite;
    /* animation: butterflyMove 6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; */
    top: -500px;
}
.home-banner .butterfly-solo-btm-lft img {
    display: block;
}
.home-banner-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images/wave-img.svg);
    background-size: cover;
    background-repeat: repeat;
}
@keyframes butterflyMove {
    0% {
        transform: translate3d(40px, 0, 0) rotate(0deg);
    }
    
    25% {
        transform: translate3d(25px, -8px, 0) rotate(-3deg);
    }
    50% {
        transform: translate3d(0px, -15px, 0) rotate(-6deg);
    }
    75% {
        transform: translate3d(25px, -20px, 0) rotate(-3deg);
    }
    100% {
        transform: translate3d(40px, 0, 0) rotate(0deg);
    }

}


.two-column-image-with-content {
    background-color: #f2e8da;
    padding: 50px 0 50px 0;
}
.two-column-image-with-content-wrap {
    display: flex;
}
.two-column-image-with-content-wrap .two-column-image {
    width: 48%;
    padding-right: 20px;
}
.two-column-image-with-content-wrap .two-column-desc {
    width: 52%;
}
.two-column-image-with-content-wrap .two-column-desc h2 {
    text-transform: uppercase;
}
.two-column-image-with-content-wrap .two-column-desc p {
    color: #ed3a3d;
    font-weight: 700;
}
.two-column-image-with-content-wrap .two-column-desc h3 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #974730;
}
.two-column-image-with-content-wrap .two-column-checkbox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.two-column-image-with-content-wrap .checkbox {
    position: relative;
    padding-right: 40px;
    width: 33.33%;
    padding-bottom: 10px;
}
.two-column-image-with-content-wrap .checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../images/check-box-icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.two-column-image-with-content-wrap .checkbox span {
    color: #974730;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Gilroy';
    font-weight: 700;
    position: relative;
    padding: 0 0 0 45px;
}
.tia-maria {
    background-color: #974730;
    color: #f2e8da;
    font-size: 25px;
    line-height: 30px;
    padding: 25px 80px 25px 80px;
}



.the-pledge {
    background-color: #f2e8da;
    padding: 20px 0 20px 0;
}
.the-pledge .the-pledge-wrap {
    background-color: #ed3a3d;
    padding: 70px 60px 0px 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.the-pledge-wrap-inner-content {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.the-pledge-wrap .the-pledge-left {
    width: 48%;
    padding-right: 40px;
}
.the-pledge-wrap .the-pledge-left img {
    border-radius: 40px;
    width: 100%;
}
.the-pledge-wrap .the-pledge-right {
    width: 52%;
    padding-left: 17px;
    position: relative;
    padding-bottom: 50px;
}
.the-pledge-wrap .bee-image {
    position: absolute;
    top: -20px;
    right: 130px;
    max-width: 120px;
}
.the-pledge-wrap .the-pledge-right h2 {
    color: #f2e8da;
    margin-bottom: 10px;
}
.the-pledge-wrap .subtitle {
    margin-bottom: 30px;
}
.the-pledge-wrap .the-pledge-right h5 {
    color: #f2e8da;
    font-size: 25px;
    line-height: 30px;
}
.the-pledge-wrap .the-pledge-right p {
    color: #f2e8da;
}
.the-pledge-wrap ul {
    padding: 20px 0;
}
.the-pledge-wrap ul li {
    list-style: none;
    position: relative;
}
.the-pledge-wrap .the-pledge-right ul li {
    color: #f2e8da;
    padding: 0 0 15px 55px;
    font-weight: 500;
}
.the-pledge-wrap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../images/check-box-icon-light.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.the-pledge-wrap .the-pledge-right p {
    color: #f2e8da;
}
.the-pledge-wrap .the-pledge-right ul li p {
    font-weight: 500;
}
.the-pledge-wrap .the-pledge-right ul li strong {
    width: 100%;
    color: #f2e8da;
    display: inline-block;
    font-weight: 900;
}
.the-pledge-wrap .the-pledge-right p a {
    color: #f2e8da;
}
.the-pledge-wrap .the-pledge-image-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -70px;
    position: absolute;
    bottom: -5px;
    width: 85%;
}
.the-pledge-image-left {
    width: 60%;
}
.the-pledge-wrap .the-pledge-left img {
    border-radius: 40px;
    width: 100%;
}

.expert-support {
    background-color: #f2e8da;
    padding: 65px 0 65px 0;
    border-bottom: 0 solid #bd7967;
    position: relative;
}
.expert-support-wrap {
    display: flex;
}
.expert-support-wrap .expert-support-desc {
    width: 65%;
}
.expert-support-desc-inner {
    max-width: 100%;
    padding-right: 30px;
}
.expert-support-desc-inner strong{
    font-weight: 900;
}
.expert-support-wrap .expert-support-desc h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}
.expert-support-desc p {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px;
}
.expert-support-desc-inner ul {
    margin: 0 0 30px 30px;
}
.expert-support-wrap .expert-support-img {
    width: 35%;
}
.expert-support-wrap .expert-support-img figure img {
    border-radius: 20px;
}
.three-box-section-wrap {
    max-width: 1040px;
}
.danimals-good-sources-img {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 111;
}
.three-box-section-wrap h4 {
    font-size: 32px;
    margin-bottom: 40px;
}
.three-box-section-wrap .three-box-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.three-box-section-wrap .three-box-item {
    width: 33.33%;
    padding: 0 50px;
    margin-bottom: 25px;
}
.three-box-section-wrap .three-col-box {
    background-color: #ed3a3d;
    text-align: center;
    border-radius: 30px;
    padding: 15px 15px 125px 15px;
    height: 100%;
}
.three-box-section-wrap h4 {
    font-size: 32px;
    margin-bottom: 40px;
}
.three-box-section-wrap .three-col-box h4 {
    color: #f2e8da;
    margin-bottom: 15px;
}
.three-box-section-wrap .three-col-box .link-text {
    display: inline-block;
    color: #f2e8da;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Azo Super';
    font-weight: 900;
}
.three-box-section-wrap .three-col-box .coming-soon {
    display: block;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
}
.expert-support-desc-inner ul li {
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.pledge-benefits {
    background-color: #f2e8da;
    padding: 77px 0 250px;
    position: relative;
}
.pledge-benefits .pledge-benefits-img-rt {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
}
.pledge-benefits .pledge-benefits-img-rt img, 
.danimals-flower-img img, 
.pledge-benefits .pledge-benefits-img-lft img,
.danimals-magna-tiles-box-render-btm figure img {
    width: 100%;
}
.pledge-benefits .pledge-benefits-img-lft {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 35%;
}
.pledge-benefits-wrap {
    position: relative;
    z-index: 111;
}
.pledge-benefits-logo {
    display: inline-block;
    margin-bottom: 53px;
}
.pledge-benefits-wrap .section-head {
    margin-bottom: 55px;
    max-width: 900px;
}
.pledge-benefits .section-head h3 {
    text-transform: uppercase;
    color: #ea1e35;
}
.pledge-benefits-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -40px;
    padding-bottom: 200px;
}
.pledge-benefits-row .pledge-benefits-col {
    width: 33.33%;
    padding: 0 40px;
    margin-bottom: 55px;
}
.pledge-benefits-row .pledge-benefits-col-inner {
    max-width: 400px;
}
.pledge-benefits-row .pledge-benefits-col number {
    background-color: #0081ff;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Gilroy';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
}
.pledge-benefits-row .pledge-benefits-col h5 {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Gilroy';
    color: #31326f;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 10px;
}
.pledge-benefits-row .pledge-benefits-col p {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Gilroy';
    color: #31326f;
    font-weight: 400;
    margin-bottom: 10px;
}
.danimals-flower-img {
    position: absolute;
    right: 15px;
    bottom: -5px;
    width: 15%;
}
.danimals-magna-tiles-box-render-btm {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 30%;
    top: auto;
    left: 10%;
    margin: 0 auto;
}
.simple-content {
    text-align: center;
    background-color: #ed3a3d;
    padding: 195px 0 140px;
    position: relative;
}
.cloud-image-top-lft {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 80px;
}

.simple-content .cloud-image-top-lft {
    left: -80px;
    top: 40px;
}
.butterfly-solo-btm-lft {
    position: absolute;
    left: 50px;
    bottom: 25%;
}
.simple-content .butterfly-solo-btm-lft {
    left: 180px;
    top: 50px;
}
.simple-content .leaf-clusters-top-rt {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 17%;
}
.simple-content-wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.simple-content h3 {
    color: #f2e8da;
    text-transform: uppercase;
}
.simple-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images/wave-img.svg);
    background-size: cover;
}


.pledge-sign-up {
    text-align: center;
    background-color: #f2e8da;
    padding: 20px 0;
    position: relative;
}

.pledge-sign-up-heading {
    margin-bottom: 50px;
}
.pledge-sign-up .pledge-sign-up-heading h3 {
    text-transform: uppercase;
}
.pledge-sign-up-checkbox {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.form-field-checkbox {
    position: relative;
}
.form-field-checkbox input {
    position: absolute;
    left: 0;
    top: -10px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    display: block;
}
.form-field-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #974730;
    padding: 0 0 0 65px;
}
.pledge-sign-up-checkbox label {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
}
.form-field-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #bd7967;
    padding: 19px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
} 
.pledge-sign-up-form-inner {
    max-width: 734px;
    margin: 0 auto;
    text-align: left;
}
.pledge-sign-up-form-inner form input {
    background: transparent !important;
    border: 3px solid #bd7967 !important;
    border-radius: 0 !important;
    line-height: normal !important;
    padding: 20px 15px !important;
    height: auto !important;
    font-size: 20px !important;
    width: 100%;
    color: #bd7967;
}

.pledge-sign-up-form-inner .form-field {
    margin-bottom: 25px;
}
.pledge-sign-up-form-inner form label {
    color: #974730;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gilroy';
    margin-bottom: 3px;
}
.pledge-sign-up-form-inner form .form-row select {
    width: 100%;
}
.pledge-sign-up-form-inner form .form-row .form-field:nth-child(1) {
    width: 240px;
    padding-right: 40px;
}
.pledge-sign-up-form-inner .form-field.form-field-submit button {
    outline: none !important;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 42px !important;
    line-height: 50px !important;
    padding: 23px 65px 23px 65px !important;
    border-radius: 100px !important;
    display: inline-block !important;
    background: #ed3a3d !important;
    box-shadow: none !important;
    text-transform: inherit;
    cursor: pointer;
    border: none !important;
    width: auto;
    margin: 0 auto;
    display: block !important;
    margin-top: 80px;
}
.pledge-sign-up-form-inner .form-field.form-field-submit {
    margin: 0 -130px;
}
.pledge-sign-up:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 80px;
    background-image: url(../images/pledge-sign-up-rt-pattern.webp);
    background-repeat: no-repeat;
    height: 100%;
    width: 22%;
    background-position: bottom right;
    background-size: contain;
}
.pledge-sign-up:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 80px;
    background-image: url(../images/form-ball-pattern.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 15%;
    background-position: top left;
    background-size: contain;
}


.official-rules-section {
    background-color: #f2e8da;
    padding: 40px 0;
    position: relative;
}
.official-rules-wrap {
    display: flex;
    background-color: #ed3a3d;
    border-radius: 40px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}
.official-rules-section .leaf-clusters-btm-rt {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 33%;
}
.official-rules-wrap .official-rules-left {
    width: 50%;
    padding-right: 40px;
}
.official-rules-wrap .official-rules-left h2 {
    color: #f2e8da;
    text-transform: uppercase;
}
.official-rules-wrap .official-rules-left .btn {
    margin-top: 35px;
    padding: 20px 60px 20px 60px;
}
.white-linen:hover {
    background-color: #974730;
    color: #f2e8da;
}
.official-rules-wrap .official-rules-rt {
    width: 50%;
}
.official-rules-wrap .official-rules-desc h5 {
    color: #f2e8da;
}


.logo-with-content {
    background-color: #f2e8da;
    padding: 80px 0 120px;
    position: relative;
}
.logo-with-content-wrap {
    display: flex;
}
.logo-with-content-wrap .logo-with-content-lft {
    width: 75%;
    padding-right: 25px;
}
.logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt {
    width: 25%;
    text-align: center;
}
.inner-logo-with-content {
    max-width: 720px;
}
.logo-with-content-wrap .logo-with-content-lft p {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Gilroy';
    margin-bottom: 20px;
    color: #ed3a3d;
    margin-bottom: 45px;
} 
.logo-with-content-wrap .logo-with-content-lft h3 {
    margin-bottom: 0;
}
.logo-with-content-rt img {
    max-width: 300px;
    width: 100%;
}
.logo-with-content-link {
    margin: 38px 0 0 0;
}
.logo-with-content-link a {
    color: #ed3a3d;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Gilroy';
    text-transform: uppercase;
    text-decoration: underline;
}


footer {
    background-color: #ed3a3d;
    padding: 40px 0 0px;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(../images/wave-img-footer.svg);
    background-size: cover;
    background-repeat: repeat;
}
footer .footer-logo {
    margin-bottom: 18px;
}
.footer-logo figure {
    max-width: 570px;
    margin: 0 auto;
}
.footer-social-icon {
    max-width: 400px;
    margin: 0 auto;
}
.footer-social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-icon ul li {
    list-style: none;
    margin: 0 15px;
    width: 90px;
    text-align: center;
}
.footer-social-icon ul li a {
    color: #fff2dd;
    font-size: 60px;
}
.footer-social-icon ul li img {
    width: 55px;
    height: 80px;
}
.footer-bg-img img {
    width: 100%;
    font-size: 0;
}
.pledge-content {
    padding-bottom: 150px;
}
.home-banner-content.pledge-content{
    max-width: 100%;
}
.home-banner-content.pledge-content h1{
    font-size:68px;
    line-height:normal;
}
.pledge-content h4{
    color:#fff;
    text-transform:uppercase;
}
header .butterfly-solo-btm-lft {
    top: initial;
    bottom: -19px;
    animation: none;
    position: absolute;
    left: 22%;
    transform: rotateY(180deg);
    max-width: 142px;
}
header{
    position:relative;
}
.pledge-content-inner{
    padding-inline:calc(10% + 20px);
    text-align:center;
    padding-block:100px;
    p {
        line-height:normal;
        margin-bottom:40px;
    }
    
}
.main-layout {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: flex-start;
}
.poster-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
}
.poster-bottom {
    padding: 180px 28px 35px;
}
.poster-info {
    display: flex;
    font-size: 14px;
    color: #e13b3b;
    font-weight: 700;
}
.poster-info-col-lft {
    width: 50%;
    padding: 0 20px 25px 0;
}
.poster-info-col-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 7px;
}
.poster-info label {
    font-size: 14px;
    color: #e13b3b;
    font-weight: 700;
}
.poster-line {
    display: block;
    border-bottom: 1px solid #ed3a3d;
    font-size: 14px;
    color: #ed3a3d;
    font-weight: 600;
    width: 100%;
    padding: 0 0 0px 10px;
}
.poster-info-col-rt {
    width: 50%;
}
.poster-info-col-rt label {
    padding: 0;
    display: inline-block;
}
.poster-info-col-rt .poster-line {
    min-height: 35px;
    border-bottom: 1px solid #ed3a3d;
    padding: 5px 0px;
}
.poster-card .brand-logo {
    width: 160px;
}
.photo-frame-main{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
        bottom: -124px;
        gap: 20px;
}
.photo-frame {
    /* position: absolute; */
    width: 40%;
    aspect-ratio: 1/1;
    /* margin: 12px auto 0; */
    background-image: url(../images/color-box-pattern.png);
    background-repeat: no-repeat;
    padding: 20px;
    z-index: 111;
    background-size: 100%;
}
.poster-top {
    position: relative;
    text-align: center;
}
.photo-frame img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.form-panel label {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #974730;
    font-family: 'Gilroy';
    margin-bottom: 3px;
}

.checkbox span {
    font-size: 20px;
    line-height: 35px;
    color: #974730;
    font-family: 'Gilroy';
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 ;
}
.terms{
    font-size: 20px;
    font-weight: 400;
}
.content-rules{
    p, ul li{
        font-size: 20px;
        font-weight: 400;
    }
}
.creation-section {
    text-align: center;
    padding: 55px 0px 100px;
    background-color: #f2e8da;
    position: relative;
}
.creation-leaf-kiwi {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 19%;
    top: 11%;
}
.creation-leaf-kiwi img, .creation-flavor-lockups img,
.creation-bottl-rt img, .creation-Waterm-leaf-btm img {
    width: 100%;
}
.creation-flavor-lockups {
    position: absolute;
    left: 50px;
    bottom: 38px;
    width: 17%;
}
.creation-bottl-rt {
    position: absolute;
    right: 0;
    top: 40px;
    width: 17%;
}
.creation-Waterm-leaf-btm {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 14%;
    z-index: 1;
}
.creationSection-inner {
    padding-bottom: 150px;
}
.creation-section h2 {
    color: #ed3a3d;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
}
.creation-card-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 62px;
    text-align: left;
}
.download-title {
    font-weight: 900;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 56px;
    h4{
        color: #ed3a3d;
        font-size: 42px;
        line-height: 56px;
        text-transform: uppercase;
        font-weight: 400;
    }
}

.creation-section .share-text {
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 65px;
}
.creation-section .share-text p {
    color: #ed3a3d;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    max-width: 910px;
}
.creation-section .share-text p strong{
    font-weight: 900;
}
/* Reponsive css start here */
   @media (min-width:2100px){
        .dnmls-pfes { right: 130px; top: 110px; } 
        .summer-photo-bottle { width: 16%; }
    }
    @media (min-width:2300px){
        .dnmls-pfes { right: 150px; top: 130px; }   
        .danimals-magna-tiles-box-render-btm { width: 25%; }
        .pledge-benefits-row { padding-bottom: 300px; }
        .pledge-benefits .pledge-benefits-img-rt { width: 30%; }
        .pledge-benefits .pledge-benefits-img-lft { width: 30%; }
    }
    @media (min-width:2500px){
        .dnmls-pfes { right: 180px; top: 160px; }  
        .dnmls-pfes figure { max-width: 230px; }
        .danimals-flower-img { width: 11%; }
        .simple-content .leaf-clusters-top-rt { width: 13%; }
        .leaf-clusters-top { width: 20%; }
    }
    @media (min-width:3500px){
        .dnmls-pfes figure { max-width: 310px; }
        .dnmls-pfes { right: 250px; top: 250px; }
        .pledge-benefits .pledge-benefits-img-rt { width: 25%; }
        .pledge-benefits .pledge-benefits-img-lft { width: 25%; }
        .danimals-magna-tiles-box-render-btm { width: 23%; }
        .pledge-benefits-row { padding-bottom: 400px; }
        .simple-content .leaf-clusters-top-rt { width: 10%; }
    }
    @media (min-width:4400px){
        .danimals-magna-tiles-box-render-btm {
            width: 18%;
        }    
    }
    @media (min-width:5700px){
        .danimals-magna-tiles-box-render-btm { width: 16%; }    
        .pledge-benefits-row { padding-bottom: 500px; }
    }
    @media (max-width:1600px){
        .dnmls-pfes figure { max-width: 150px; }
        .home-banner-content strong { font-size: 300px; line-height: 300px; }
      .home-banner-content  h1 { font-size: 120px; line-height: 80px; }
        .home-banner-content p { font-size: 32px; line-height: 40px; }
        .home-banner-content p strong { font-size: 32px; line-height: 40px; }
        .cloud-image-top-lft { left: 40px; top: 40px; }
        .home-banner-content span { font-size: 70px; line-height: 70px; }
        .home-banner-content .let-them-title { left: 10px; }
        .home-banner-content { max-width: 1000px; }
        .two-column-image-with-content-wrap .checkbox { padding-right: 20px; }
        .expert-support-desc p { font-size: 30px; line-height: 38px; margin-bottom: 30px; }
        .danimals-good-sources-img figure { width: 280px; }
        .danimals-magna-tiles-box-render-btm { right: 0; width: 38%; }
        .simple-content .butterfly-solo-btm-lft figure { max-width: 140px; }
        .content-with-img-box-left h2 { font-size: 55px; line-height: 65px; }
        
        .inner-banner-content strong { font-size: 200px; line-height: 200px; }
        .inner-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .inner-banner-content .let-them-title {  top: -70px; left: 90px; }
        .inner-banner-content h1 { font-size: 70px; line-height: 60px; margin-bottom: 30px; }
        
        .summer-photo-submission-banner-content strong { font-size: 200px; line-height: 200px; }
        .summer-photo-submission-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .summer-photo-submission-banner-content .let-them-title {  top: -70px; left: 90px; }
        .summer-photo-submission-banner-content h1 {font-size: 70px; line-height:60px; margin-bottom: 30px; }
        .summer-photo-submission-banner .cloud-image-top-lft { top: 40px; }
        
        .lets-grow-banner-content strong { font-size: 150px; line-height: 150px; }
        .lets-grow-banner-content span { font-size: 45px; line-height: 45px; min-width: 300px;}
        .lets-grow-banner-content .let-them-title { top: -90px; left: calc((100% - 710px) / 2); }
        .lets-grow-banner-content h1 {font-size: 70px; line-height:60px; margin-bottom: 30px; }
        .lets-grow-banner .cloud-image-top-lft { top: 40px; }
        
        .for-submitting-banner-content h1 { font-size: 100px; line-height: 110px; padding: 0 70px; }
        
        
        .general-content-with-img:after { background-size: cover; }
        .official-rules-content-section:after { background-size: cover; }
        .error-page-section h1 { font-size: 90px; line-height: 98px; }
        .main-con-sec.error-main { max-width: 1020px; margin: 0 auto; }
        .error-page-section .page-content-section { padding: 55px 0 100px; }
        .error-page-section .content-404 { padding: 20px 0 120px; }
        .error-page-section .content-404 p { margin-bottom: 30px; font-size: 36px; line-height: 44px; }
        .content-error-page-wrap .orange-link { margin-top: 80px; }
        .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 100px; line-height: 108px; }
        .official-rules-banner-wrap .for-submitting-banner-content { max-width: 850px; }
        .official-rules-banner { padding: 60px 0 0 0; }
        .entries-closed-banner .entries-closed-bee { left: 200px; }
        .entries-closed-content-wrap p { font-size: 36px; line-height: 46px; }
        .entries-closed-content-wrap h2 { font-size: 40px; line-height: 50px; margin: 80px 0 0;}
        .inner-banner .butterfly-solo-btm-lft { left: 40px; top: 35%; width: 10%; }
        .inner-banner .cloud-image-top-lft { top: 60px; }
        .summer-photo-content-wrap { margin-bottom: 50px; }
        .summer-photo-content-section { padding: 40px 0 30px; }
        .slider-item-inner span { font-size: 36px; line-height: 46px; }
        .slider-item-inner h4 { font-size: 36px; line-height: 46px; }
        .pledge-sign-up:before { top: 130px; }
        .home-banner .butterfly-solo-btm-lft { top: -650px; left: 0; }
    }
    @media (max-width:1400px){
        button, .btn { padding: 20px 60px 20px 60px;  font-size: 38px; line-height: 38px; }
        .dnmls-pfes figure { max-width: 120px; }
        .home-banner-content strong { font-size: 240px; line-height: 240px; }
      .home-banner-content  h1 { font-size: 100px; line-height: 70px; }
        h2, .h2 { font-size: 60px; line-height: 70px; }
        h3, .h3 { font-size: 50px; line-height: 60px; }
        h4 { font-size: 30px; line-height: 35px; }
        p { font-size: 30px; line-height: 36px; }
        ul li { font-size: 30px; line-height: 36px; }
        .home-banner-content p { font-size: 30px; line-height: 40px; }
        .home-banner-content p strong { font-size: 30px; line-height: 40px; }
        .home-banner-content { max-width: 800px; }
        .butterfly-solo-btm-lft { left: 40px; bottom: 30%; }
        .butterfly-solo-btm-lft figure { max-width: 160px; }
        .home-banner-content span { font-size: 50px; line-height: 70px; }
        .home-banner-content .let-them-title { left: 50px; }
        .home-banner-inner { padding: 90px 0 0 0; }
        .homer-banner-btm-img { max-width: 1100px; margin:0 auto; }
        .cloud-image-center-rt { right: -70px; }
        .general-content-wrap p { margin-bottom: 30px; }
        .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 30px; line-height: 35px; }
        .two-column-image-with-content-wrap .two-column-checkbox { padding-bottom: 30px; }
        .two-column-image-with-content-wrap .checkbox span { font-size: 28px; line-height: 34px; }
        .the-pledge .the-pledge-wrap { padding: 40px 40px 0px 40px; }
        .the-pledge-wrap .subtitle { margin-bottom: 40px; }
        .the-pledge-wrap .the-pledge-left { padding-right: 20px; }
        .the-pledge-wrap .bee-image { top: 0px; right: 100px; }
        .expert-support-wrap .expert-support-desc h2 { margin-bottom: 30px; }
        .expert-support-wrap { padding-bottom: 80px; }
        .three-box-section-wrap .three-box-item { padding: 0 20px; }
        .three-box-section-wrap .three-box-section { margin: 0 -20px; max-width: 950px; }
        .three-box-section-wrap .three-col-box h5 { font-size: 20px; line-height: 24px; }
        .three-box-section-wrap .three-col-box .link-text { font-size: 20px; line-height: 24px; }
        .three-box-section-wrap .three-col-box { padding: 15px 15px 85px 15px; }
        .pledge-benefits-row .pledge-benefits-col { margin-bottom: 35px; }
        .pledge-benefits-row .pledge-benefits-col p { font-size: 24px; line-height: 30px; }
        .pledge-benefits-row .pledge-benefits-col h5 { font-size: 26px; line-height: 32px; }
        .pledge-benefits-logo { margin-bottom: 50px; width: 280px; }
        .simple-content .butterfly-solo-btm-lft figure { max-width: 100px; }
        .simple-content .cloud-image-top-lft figure { width: 190px; }
        .content-with-img-box-left h2 { font-size: 50px; line-height: 60px; }
        .content-with-img-box-wrap { padding: 40px 40px;}
        .official-rules-wrap { padding: 60px 40px; }
        .official-rules-wrap .official-rules-left .btn { margin-top: 15px; }
            .footer-logo figure { max-width: 450px; }
        .footer-social-icon ul li img { width: 45px; height: 60px; }
        .footer-social-icon ul li { margin: 0 10px; width: 70px; }
        .pledge-sign-up-form-inner .wpcf7-submit { font-size: 36px !important; line-height: 44px !important; padding: 18px 50px 18px 50px !important; }
        
        .inner-banner-content strong { font-size: 160px; line-height: 160px; }
        .inner-banner-content span { font-size: 40px; line-height: 40px; min-width: 300px;  }
        .inner-banner-content .let-them-title {  top: -70px; left:70px; }
        .inner-banner .let-them-title-wrap { max-width: 650px; }
        .inner-banner-content h1 { font-size: 60px; line-height: 50px; margin-bottom: 30px; }
        .inner-banner-content { max-width: 800px; }
        
        .summer-photo-submission-banner-content strong { font-size: 160px; line-height: 160px; }
        .summer-photo-submission-banner-content span { font-size: 40px; line-height:40px; min-width: 300px;  }
        .summer-photo-submission-banner-content .let-them-title {  top: -70px; left:70px; }
        .summer-photo-submission-banner .let-them-title-wrap { max-width: 650px; }
        .summer-photo-submission-banner-content h1 { font-size:60px; line-height:50px; margin-bottom: 30px; }
        .summer-photo-submission-banner-content { max-width: 800px; }
        
        .lets-grow-banner-content strong { font-size: 120px; line-height: 120px; }
        .lets-grow-banner-content span { font-size: 40px; line-height:40px; min-width: 300px;  }
        .lets-grow-banner-content .let-them-title { top: -90px; left: calc((100% - 550px) / 2); }
        .lets-grow-banner .let-them-title-wrap { max-width: 100%; }
        .lets-grow-banner-content h1 { font-size:60px; line-height:50px; margin-bottom: 30px; }
        
        .for-submitting-banner-content h1 { font-size: 80px; line-height: 90px; padding: 0 70px; }
        .for-submitting-banner-content p { font-size: 30px; line-height: 38px; }
        
        .error-page-section h1 { font-size: 80px; line-height: 88px; }
        .main-con-sec.error-main { max-width: 900px; }
        .error-page-Umbrella-top { left: -70px; }
        .content-error-page-wrap .orange-link { margin-top: 50px; }
        .error-page-section .content-404 p { margin-bottom: 25px; font-size: 32px; line-height: 42px; }
        .official-rules-banner-content h1 { font-size:80px; line-height:90px; }
        .official-rules-banner-content { max-width: 600px; }
        
        .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size:80px; line-height:90px; }
        .official-rules-banner-wrap .for-submitting-banner-content { max-width: 600px; }
        
        .official-rules-banner .official-butterfly-solo { width: 12%; left: 80px; top: 190px; }
        .for-submitting-banner-wrap { padding: 50px 0 130px 0; }
        .for-submitting-banner-content h1 { margin-bottom: 40px; }
        .for-submitting-banner .cloud-image-top-lft { top: 40px; }
        .for-submitting-butterfly-solo { top: 40px; left: 8%; width: 12%; }
        .summer-cta .summer-cta-content { padding:100px 25px 80px; }
        .entries-closed-banner .entries-closed-bee { left: 180px; }
        .entries-closed-banner-content h1 { font-size: 58px; line-height: 69px; }
        .entries-closed-content-wrap h2 { font-size: 36px; line-height: 46px; }
        .entries-closed-content-wrap p { font-size: 32px; line-height: 42px; }
        .entries-closed-pattern-flower { right: 20px; width: 35%; }
        .entries-closed-pattern-flower img { width: 100%; }
        .entries-closed-content-wrap { margin-bottom: 150px; }
         .inner-banner .cloud-image-top-lft { top: 40px; }
        .main-layout { gap:40px; }
        .summer-photo-content-section { padding: 20px 0 20px; }
        .summer-photo-content-wrap { margin-bottom: 10px; padding-bottom: 40px; }
        .summer-photo-page-section .form-panel h4 { font-size: 30px; line-height: 36px; max-width: 540px; }
        .summer-photo-page-section .form-group label { font-size: 26px; line-height: 34px; }
        .checkbox-row span { font-size: 22px; line-height: 32px; }
        .summer-photo-page-section .form-group .height-row span { font-size: 26px; line-height: 36px; }
        .download-title h4 { font-size: 38px; line-height: 52px; }
        .download-title { margin-bottom: 35px; }
        .creation-section .share-text { margin-bottom: 35px; }
        .creation-section .share-text p {font-size: 28px; line-height: 41px; }
        .creation-section h2 { margin-bottom: 60px; }
        .lets-grow-danimal-text h3 { margin-bottom: 30px; }
        .lets-grow-danimal-text p { margin-bottom: 30px; }
        .lets-grow-danimal-slider-heading h4 { font-size: 36px; line-height: 44px; }
        .lets-grow-danimal-slider-heading h5 { font-size: 36px; line-height: 44px; }
        .lets-grow-danimal-slider-heading span { font-size: 36px; line-height: 44px; margin-top: 10px; }
        .the-pledge-wrap .the-pledge-image-btm { width: 80%;}
        .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 32px !important; line-height: 40px !important; padding: 23px 45px 23px 45px !important; }
        .pledge-benefits-row { padding-bottom: 150px; }
        .danimals-magna-tiles-box-render-btm { width: 460px; }
        .home-banner .left-leaf-banner {  left: -110px; }
		.radio-row label { font-size: 22px; line-height: 32px; }
    }

@media (max-width:1199px){
    p { font-size:28px; line-height: 34px; }
    ul li { font-size:28px; line-height: 34px; }
  .home-banner-content  h1 { font-size: 80px; line-height: 50px; }
    h2, .h2 { font-size: 60px; line-height: 60px; }
    h3, .h3 { font-size: 40px; line-height: 50px; }
    h4, .h4 { font-size: 30px; line-height: 40px; }
    button, .btn { padding: 15px 50px 15px 50px !important; font-size: 32px !important; line-height: 40px !important; }
    .home-banner-content strong { font-size: 200px; line-height: 200px; }
    .home-banner-content span { font-size: 40px; line-height: 60px; }
    .home-banner-content .let-them-title { left: 20px; top: -90px; }
    .home-banner-content p { font-size: 26px; line-height: 36px; }
    .home-banner-content p strong { font-size: 26px; line-height: 36px; }
    .home-banner-content { max-width: 660px; }
    .homer-banner-btm-img { max-width: 1000px; }
    .cloud-image-top-lft { left: 20px; top: 30px; }
    .homer-banner-btm-img { padding: 45px 0 30px 0; }
    .general-content-wrap p { margin-bottom: 20px; }
    .two-column-image-with-content-wrap .checkbox { width: 50%; }
    .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 26px; line-height: 32px; }
    .general-content { padding: 0 0 30px 0; }
    .two-column-image-with-content-wrap .checkbox span { font-size: 24px; line-height: 38px; }
    .two-column-image-with-content-wrap .checkbox { padding-right: 10px; }
    .two-column-image-with-content-wrap .two-column-image img { width: 100%; }
    .the-pledge-wrap .the-pledge-right h5 {font-size: 20px; line-height: 25px; }
    .the-pledge-wrap .subtitle { margin-bottom: 30px; }
    .the-pledge-wrap .the-pledge-right ul li { padding: 0 0 10px 50px; }
    .the-pledge-image-rt figure { max-width: 160px; }
    .the-pledge-wrap .bee-image { top: 0px; right: 0px; }
    .expert-support-wrap .expert-support-desc h2 { margin-bottom: 25px; }
    .expert-support-desc p { font-size: 26px; line-height: 34px; margin-bottom: 20px; }
    .three-box-section-wrap .three-box-section { max-width: 900px; }
    .danimals-good-sources-img figure { width: 200px; }
    .expert-support-wrap { padding-bottom: 50px; }
    .three-box-section-wrap .three-box-item { padding: 0 15px; }
    .three-box-section-wrap .three-box-section { margin: 0 -15px; }
    .pledge-benefits { padding: 50px 0 230px; }
    .pledge-benefits-logo { margin-bottom:40px; width: 250px; }
    .pledge-benefits-wrap .section-head { margin-bottom: 40px; }
    .pledge-benefits-row .pledge-benefits-col number { width: 53px; height: 53px; font-size: 24px; }
    .pledge-benefits-row .pledge-benefits-col { padding: 0 20px; }
    .pledge-benefits-row { margin: 0 -20px; padding-bottom: 90px; }
    .simple-content .butterfly-solo-btm-lft { left: 150px; top: 40px; }
    .simple-content { padding: 170px 0 100px; }
    .content-with-img-box-left h2 { font-size: 40px; line-height: 50px; }
    .content-with-img-box-wrap .content-with-img-box-left .btn { margin-top: 10px; }
    h5, .h5 { font-size: 26px; line-height: 36px; }
    .official-rules-wrap { padding: 50px 25px; }
    .logo-with-content-wrap .logo-with-content-rt figure { max-width: 230px; }
    .logo-with-content-link a { font-size: 20px; line-height: 24px; }
    .logo-with-content-link { margin: 28px 0 0 15px; }
    .logo-with-content-wrap .logo-with-content-lft p { margin-bottom: 30px; font-size: 30px; line-height: 36px; }
    .logo-with-content { padding: 60px 0 70px; }
    .official-rules-section { padding: 20px 0; }
    .content-with-img-box-sec { padding: 20px 0; }
    .footer-logo figure { max-width: 350px; }
    .footer-social-icon ul li { width: 50px; }
    .footer-wrap { padding-bottom:00px; }
    .pledge-sign-up-form-inner { max-width: 650px; }
    .pledge-sign-up-form-inner form label { font-size: 26px; }
    .pledge-sign-up-form-inner form .pledge-checkboxes { padding: 25px 0 0; }
        .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 60px; }
    .pledge-checkboxes span.wpcf7-list-item { margin-bottom: 25px; }
    
    .inner-banner-content strong { font-size: 140px; line-height: 140px; }
    .inner-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .inner-banner-content .let-them-title { top: -70px; left: 100px; }
    .inner-banner-wrap { padding: 60px 0 120px 0; }
    .inner-banner-content h1 { font-size: 50px; line-height: 40px; }
    .inner-banner-content h4 { font-size: 25px; line-height:30px; }
    .inner-banner-content { max-width: 750px; }
    
    .summer-photo-submission-banner-content strong { font-size: 140px; line-height: 140px; }
    .summer-photo-submission-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .summer-photo-submission-banner-content .let-them-title { top: -70px; left: 100px; }
    .summer-photo-submission-banner-wrap { padding: 60px 0 80px 0; }
    .summer-photo-submission-banner-content h1 { font-size: 50px; line-height: 40px; }
    .summer-photo-submission-banner-content h4 { font-size: 25px; line-height:30px; }
    .summer-photo-submission-banner-content { max-width: 750px; }
    
    .lets-grow-banner-content strong { font-size: 100px; line-height: 100px; }
    .lets-grow-banner-content span { font-size: 35px; line-height: 35px; min-width: 250px; }
    .lets-grow-banner-content .let-them-title { top: -80px; left: calc((100% - 550px) / 2); }
    .lets-grow-banner-wrap { padding: 80px 0 130px 0; }
    .lets-grow-banner-content h1 { font-size: 50px; line-height: 40px; }
    .lets-grow-banner-content h4 { font-size: 25px; line-height:30px; }
    .lets-grow-banner-content { max-width: 100%; }
    
    
    .logo-with-content-wrap .logo-with-content-lft { width: 70%; padding-right: 15px; }
    .logo-with-content-wrap .logo-with-content-rt { width:100%; }
    .logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt { width:30%; }
    .logo-with-content-lft:only-child { width: 100%; }
    
    .for-submitting-banner-content h1 { font-size: 70px; line-height: 80px; padding: 0; }
    .for-submitting-banner-content p { font-size: 28px; line-height: 36px; }

    
    .main-con-sec.error-main { max-width: 850px; }
    .error-page-section h1 { font-size: 60px; line-height: 68px; }
    .error-page-section .page-content-section { padding: 45px 0 90px; }
    .error-page-section .content-404 p { font-size: 30px; line-height: 40px; }
    .content-error-page-wrap .orange-link { margin-top: 40px; }
    .official-rules-banner-content h1 { font-size: 70px; line-height: 80px; }
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 70px; line-height: 80px; }
    .official-rules-banner { padding: 40px 0 0 0; }
    .official-cloud-image-top-lft { top: 40px; }
    .official-rules-content-wrap { padding: 30px 30px 10px 30px; }
    .for-submitting-banner-wrap { padding: 50px 0 110px 0; }
    .summer-cta .summer-cta-content { padding:80px 25px 50px; }
    .summer-cta .summer-cta-content h2 { font-size: 38px; line-height: 48px; }
    .entries-closed-image-top-lft { top: 30px; left: -31px; width: 15%; }
    .entries-closed-banner .entries-closed-bee { top: 50px; left: 150px; }
    .entries-closed-banner-content h2 { font-size: 30px; line-height: 38px; }
    .entries-closed-banner-content h1 { font-size: 48px; line-height: 60px; }
    .entries-closed-banner { padding: 50px 0 0 0; }
    .entries-closed-banner .entries-closed-bee { top: 50px; left: 160px; }
    header .header-logo { max-width: 300px; }
    .entries-closed-content-wrap p { font-size: 28px; line-height: 38px; }
    .entries-closed-content-wrap h2 { margin: 60px 0 0; font-size: 36px; line-height: 46px; }
    .entries-closed-content-wrap { margin-bottom: 100px; }
    .entries-closed-content-center-logo figure { max-width: 240px; }
    .entries-closed-content-center-logo { padding-bottom: 150px; }
    .inner-banner .cloud-image-top-lft { left: -20px; }
    .summer-photo-page-section input, .summer-photo-page-section textarea { padding: 12px 15px; }
    .summer-photo-page-section textarea { min-height: 260px; }
    .summer-photo-page-section .submit-btn { padding: 11px 39px !important; font-size: 28px !important; line-height: 36px !important; }
    /* .photo-frame { width: 280px; height: 280px; } */
    .poster-bottom { padding: 180px 28px 35px; }
    .for-submitting-banner .for-submitting-banner-content h1 { margin-bottom: 35px; font-size: 70px; line-height: 80px; }
    .creation-leaf-kiwi { width: 15%; top: 9%; }
    .download-title h4 { font-size: 34px; line-height: 48px; }
    .download-title { margin-bottom: 25px; }
    .creation-section .share-text { margin-bottom: 25px; }
    .creation-section .share-text p { font-size: 24px; line-height: 36px; }
    .creation-section h2 { font-size: 38px; line-height: 46px; margin-bottom: 60px;  }
    .creation-section {  padding: 30px 0px 70px; }
    .creation-flavor-lockups { left: 20px; }
    .creation-bottl-rt { width: 15%; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { right: 0; }
    .lets-grow-danimal-slider-heading h4 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading span { font-size: 32px; line-height: 40px; margin-top: 10px; }
    .danimal-slider-pattern-rt { bottom: 30px; }
    .slider-item-inner { max-width: 900px; padding: 90px 110px 180px 150px; }
    .lets-grow-danimal-slider-inner .slick-prev { left: 80px; }
    .lets-grow-danimal-slider-inner .slick-next { right: 20px; }
    .slider-item-inner h4 { font-size: 32px; line-height: 42px; }
    .slider-item-inner span { font-size: 32px; line-height: 42px; }
    .lets-grow-danimal-slider-heading { margin-bottom: 10px; margin-bottom: 30px; }
    .lets-grow-danimal-center-slider { padding: 0px 0 80px 0; }
    .lets-grow-danimal-slider-inner .slick-dots li button { width: 25px; height: 25px; }
    .slider-item-center { padding: 0 20px; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 300px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 30px !important; line-height: 38px !important; padding: 23px 35px 23px 35px !important; }
    .expert-support-desc-inner ul li { font-size: 26px; line-height: 34px; }
    .danimals-magna-tiles-box-render-btm { width: 400px; }
    .home-banner .butterfly-solo-btm-lft { top: -500px; left: 10px; }
    .summer-photo-page-section .main-layout { padding-bottom: 100px; }
   .radio-row label { font-size: 20px; line-height: 30px; }
    
}   
@media (max-width:1080px){
    .three-box-section-wrap .three-box-section { max-width: 830px; }
    .content-with-img-box-left h2 { font-size: 35px; line-height: 45px; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 40px; }
    .pledge-sign-up-form-inner { max-width: 600px; }
    .creationSection-inner { padding-bottom: 100px; }
    .creation-section h2 { margin-bottom: 40px; }
    .lets-grow-danimal-text { max-width: 680px; }
    
     .summer-photo-page-section .main-layout { padding-bottom: 0; }
}
@media (max-width:991px){
    p { font-size:24px; line-height: 30px; }
    ul li { font-size:24px; line-height: 30px; }
    .home-banner-content h1 { font-size: 60px; line-height: 30px; }
    h2, .h2 { font-size: 50px; line-height: 50px; }
    h3, .h3 { font-size: 35px; line-height: 45px; }
    .dnmls-pfes figure { max-width: 100px; }  
    .dnmls-pfes { right: 40px; top: 40px; }
    .cloud-image-top-lft { left: 20px; top: 20px; width: 150px; }
    .home-banner-content strong { font-size: 150px; line-height: 150px; letter-spacing: 0; }
    .home-banner-content span { font-size: 35px; line-height: 55px; }
    .home-banner-content .let-them-title { background-size: 70% 100%; }
    .home-banner-content .let-them-title { left: 50px; top: -85px; }
    .home-banner-inner { padding: 65px 0 0 0; }
    .cloud-image-center-rt { right: -60px; width: 170px; top: 25%; }
    .home-banner-content p { font-size: 22px; line-height: 32px; }
    .home-banner-content p strong { font-size: 22px; line-height: 32px; }
    .butterfly-solo-btm-lft { left: 20px; bottom: 30%; width: 120px; }
/*    .homer-banner-btm-rt { left: 20px; bottom: 30%; width: 120px; }*/
    .two-column-image-with-content-wrap .two-column-checkbox { padding-bottom: 15px; }
    .two-column-image-with-content { padding: 40px 0 40px 0; }
    .the-pledge-wrap-inner-content { flex-wrap: wrap; }
    .the-pledge-wrap .the-pledge-left { padding-right: 0; width: 100%; margin-bottom: 30px; }
    .the-pledge-wrap .the-pledge-right { width: 100%; padding-left: 0; padding-bottom: 150px;}
    .the-pledge .the-pledge-wrap { padding: 25px 25px 0px 25px; }
    .the-pledge-wrap .the-pledge-image-btm { margin: 0 -30px; }
    .the-pledge-wrap ul li:before { width: 30px; height: 30px; }
    .the-pledge-wrap ul { padding: 15px 0; }
    .the-pledge-wrap .subtitle { margin-bottom: 20px; }
    .the-pledge-wrap .the-pledge-right h5 { font-size: 18px; line-height: 24px; }
    .three-box-section-wrap .three-box-item { width: 50%; }
    .expert-support-desc p { font-size: 24px; line-height: 34px; margin-bottom: 15px; }
    .danimals-good-sources-img figure { width: 100px; }
    .pledge-benefits-row .pledge-benefits-col h5 { font-size: 24px; line-height: 30px; }
    .pledge-benefits-row .pledge-benefits-col p { font-size: 22px; line-height: 28px; }
    .pledge-benefits-row .pledge-benefits-col { margin-bottom: 25px; }
    .pledge-benefits { padding: 50px 0 180px; }
    .content-with-img-box-left h2 { font-size: 30px; line-height: 40px; }
    .content-with-img-box-wrap { padding: 30px 25px; }
    button, .btn { padding: 15px 50px 15px 50px !important; font-size: 28px !important; line-height: 36px !important; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 15px; }
    .logo-with-content-wrap .logo-with-content-lft p { margin-bottom: 20px; font-size: 26px; line-height: 34px; }
    .footer-social-icon ul li img { width: 35px; height: 35px; }
    footer { padding: 30px 0 0 0; }
    .footer-social-icon ul li { width: 40px; }
    .footer-logo figure { max-width: 280px; }
    .pledge-sign-up-form-inner form input { padding: 15px 15px !important; }
    .pledge-sign-up-form-inner form select { padding: 15px 30px 15px 15px  !important; }
     .pledge-sign-up-form-inner form label { font-size: 24px; }
    .pledge-checkboxes .wpcf7-list-item-label:before { padding: 14px;  top: 0; }
    .pledge-checkboxes .wpcf7-list-item-label { padding: 0 0 0 50px; }
    .pledge-sign-up:before { top: 0; width: 8%; }
    .pledge-sign-up:after { bottom: 10%; width:16%; }
    .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 40px; }
    .pledge-sign-up-heading { margin-bottom: 30px; }
    .pledge-checkboxes input:checked + .wpcf7-list-item-label:after { top: 4px; left: 12px; width: 7px; height: 18px; }
    .two-column-image-with-content-wrap .two-column-desc h3 { font-size: 22px; }

    .inner-banner-content strong { font-size: 120px; line-height: 120px; }
    .inner-banner-content .let-them-title { left: 130px; }
    .inner-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .inner-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .summer-photo-submission-banner-content strong { font-size: 120px; line-height: 120px; }
    .summer-photo-submission-banner-content .let-them-title { left: 130px; }
    .summer-photo-submission-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .summer-photo-submission-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .lets-grow-banner-content strong { font-size: 90px; line-height: 90px; }
    .lets-grow-banner-content .let-them-title { left: calc((100% - 380px) / 2); }
    .lets-grow-banner-content span { font-size: 30px; line-height: 30px; min-width: 200px; }
    .lets-grow-banner-content h1 { font-size: 40px; line-height: 40px; }
    
    .for-submitting-banner-content p { font-size: 26px; line-height: 34px; }
    
    .error-page-section h1 { font-size: 50px; line-height: 58px; padding: 0; }
    .main-con-sec.error-main { max-width: 520px; }
    .error-page-Umbrella-top { left: -30px; }
    .error-page-section .page-content-section { padding: 35px 0 90px; }
    .official-rules-banner .official-butterfly-solo { left: 40px; top: 150px; }
    .official-cloud-image-top-lft { top: 30px;left: -10px;  }
    .official-rules-banner-content h1 { font-size: 60px; line-height: 70px; }
    .official-rules-banner-content { max-width: 510px; }
    
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 60px; line-height: 70px; }
    .official-rules-banner-wrap .for-submitting-banner-content { max-width: 510px; }
    
    .official-rules-content-wrap { padding: 30px 20px 10px 20px; }
    .official-rules-content-wrap p { font-size: 20px; line-height: 24px; margin-bottom: 25px; }
    .official-rules-content-section { padding: 70px 0 50px 0; }
    
    .for-submitting-banner .cloud-image-top-lft { top: 30px;left: -10px;  }
    .for-submitting-banner-wrap { padding: 50px 0 100px 0; }
    .for-submitting-banner-content h1 { margin-bottom: 25px; }
    .for-submitting-butterfly-solo { top: 30px; left: 11%; width: 12%; }
    .summer-cta .summer-cta-content h2 { font-size: 34px; line-height: 44px; }
    .entries-closed-banner .entries-closed-bee { top: 45px; left: 130px; }
    
    .entries-closed-banner-content h1 { font-size: 45px; line-height: 55px; margin-bottom: 30px; }
    .entries-closed-banner-content h2 { font-size: 26px; line-height: 34px; }
    .entries-closed-content-wrap p { font-size: 24px; line-height: 34px; }
    .entries-closed-content-wrap h2 { margin: 40px 0 0; font-size: 32px; line-height: 42px; }
    .entries-closed-content-wrap { margin-bottom: 70px; }
    .entries-closed-content-center-logo a { font-size: 18px; line-height: 22px; } 
    .error-page-section .content-404 .error-page-pledge-benefits { width: 230px; }
    .inner-banner .cloud-image-top-lft { left: -20px; top: 20px; width: 120px; }
    .inner-banner .butterfly-solo-btm-lft { left: 20px; top: 25%; width: 90px; }
    .inner-banner .leaf-clusters-top { width: 120px; }
    .main-layout { gap: 25px; display: inline-block;}
    /* .photo-frame { width: 250px; height: 250px; } */
    .summer-photo-content-wrap { padding-bottom: 30px; }
    .summer-photo-page-section { padding: 30px 0 45px; }
    .summer-photo-page-section .poster-card { margin-bottom: 40px; }
    .summer-photo-leaf { opacity: 0; }
    .summer-photo-bottle { opacity: 0; }
    .poster-bottom { padding: 110px 20px 35px; }
    .summer-photo-page-section textarea { min-height: 220px; }
    .summer-photo-content-wrap { border-bottom: 3px solid #ed3a3d; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:60px; line-height: 70px; }
    .creation-leaf-kiwi { top: 7%; }
    .creationSection-inner { padding-bottom: 60px; }
    .download-title h4 { font-size: 30px; line-height: 44px; }
    .creation-card-wrap { margin-bottom: 45px; }
    .creationSection-inner .poster-bottom { padding: 150px 20px 35px; }
    .lets-grow-danimal-text { max-width: 600px; padding-right: 20px; }
    .lets-grow-danimal-section { padding: 0px 0 90px 0; }
    .slider-item-inner:after { width: 700px; height: 680px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 32px; line-height: 40px; }
    .lets-grow-danimal-slider-heading span { font-size: 32px; line-height: 40px; margin-top: 10px; }
    .danimal-slider-pattern-rt { width: 60px; }
    .danimal-slider-pattern-lft { width: 60px; }
    .slider-item-inner { max-width: 100%; padding: 90px 50px 90px 50px; min-height: 650px; }
    .slider-item-inner:after { width: 100%; height: 100%; left: -60px; }
    .slider-item-center { padding: 0 40px 0 20px; }
    .slider-item-inner h4 { padding: 0; max-width: 550px; margin: 0 auto; }
    .lets-grow-danimal-slider-inner .slick-next { right: 0; }
    .lets-grow-danimal-slider-inner .slick-prev { left: 0; }
    .lets-grow-danimal-slider-inner .slick-dots { bottom: -20px; left: 0; }
    .slider-item-inner h4 { font-size: 28px; line-height: 38px; }
    .slider-item-inner span { font-size: 30px; line-height: 42px; max-width: 400px; margin-bottom: 30px; }
    .logo-with-content-wrap .logo-with-content-lft { padding-right: 60px; }
    .creation-section .download-btn { padding: 18px 50px 15px 50px !important; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 250px; }
    .form-field-checkbox label:before { padding: 10px; top: -4px; }
    .pledge-sign-up-form-inner .form-field.form-field-checkbox label { padding: 0 0 0 40px; }
    .pledge-sign-up-form-inner .form-field.form-field-checkbox { margin-bottom: 20px; }
    .form-field-checkbox input:checked + label:after { top:0px; left: 9px; width: 5px; height: 13px; }
    .pledge-sign-up-heading { max-width: 550px; margin: 0 auto; margin-bottom: 30px; } 
    .pledge-sign-up-form-inner .form-field.form-field-submit button { margin-top: 40px; }
    .expert-support-desc-inner ul li { font-size: 24px; line-height: 34px; }
    .pledge-benefits-row { padding-bottom: 20px; }
    .danimals-magna-tiles-box-render-btm { width: 25%; }
    .home-banner .butterfly-solo-btm-lft { top: -400px; width: auto; }
    .butterfly-solo-btm-lft figure { max-width: 130px; }
    .home-banner .left-leaf-banner { left: -70px; width: 70%; }
    .homer-banner-btm-lft {  left: 120px; }
    .homer-banner-btm-rt { right: 65px; }
    .summer-photo-page-section .main-layout { padding-bottom:0px; }
    .pledge-sign-up-checkbox { max-width: 600px; }
    .pledge-sign-up-checkbox label { padding: 0 0 0 40px; }
}
@media (max-width:767px){
    header .header-logo { max-width: 280px; }   
    .home-banner-content.pledge-content h1 {
    font-size: 38px;}
    .pledge-content-inner{
        padding:30px 0
    }
    .dnmls-pfes { right: 20px; top: 20px; }
    .dnmls-pfes figure { max-width: 80px; }
    .cloud-image-top-lft { left: 15px; top: 15px; width: 120px; }
    .home-banner-content strong { font-size: 100px; line-height: 100px; letter-spacing: 0; }
    h1 { font-size: 45px; line-height: 30px; }
    h3, .h3 { font-size: 30px; line-height: 40px; }
    .home-banner-content p { font-size: 20px; line-height: 30px; }
    .home-banner-content p strong { font-size: 20px; line-height: 30px; }
    button, .btn { padding: 14px 40px 14px 40px !important; font-size: 28px !important; line-height: 36px !important; }
    .butterfly-solo-btm-lft figure { max-width: 80px; }
    .cloud-image-center-rt { width: 140px; }
    .home-banner-content .btn { margin-top: 10px; }
    .home-banner-content { max-width: 480px; }
    .home-banner-content .let-them-title { left: 0px; }
    .homer-banner-btm-lft { top: 20px; left: 90px; }
    .homer-banner-btm-rt { top: 10px; right: 70px; }
    .home-banner-inner:after {height: 40px; }
    .home-banner .left-leaf-banner { left: -60px; width: 70%; bottom: 50px; }
    .homer-banner-btm-img { padding: 45px 0 25px 0; }
    .two-column-image-with-content-wrap { flex-wrap: wrap; }
    .two-column-image-with-content-wrap .two-column-image { width: 100%; padding-right: 0; margin-bottom: 30px; }
    .two-column-image-with-content-wrap .two-column-desc { width: 100%; }
    .the-pledge-image-rt figure { max-width: 120px; right: 20px; }
    .the-pledge .the-pledge-wrap { border-radius: 25px; }
    .the-pledge-wrap .the-pledge-left img { border-radius: 25px; }
    .two-column-image-with-content-wrap .checkbox span { font-size: 20px; line-height: 36px; padding: 0 0 0 35px; }
    .two-column-image-with-content-wrap .checkbox:before { width: 28px; height: 28px; top: 3px; }
    .the-pledge-wrap .bee-image { max-width: 80px; }
    .expert-support-wrap { flex-wrap: wrap; }
    .expert-support-wrap .expert-support-desc { width: 100%; padding-bottom: 30px; }
    .expert-support-wrap .expert-support-img { width: 100%;  }
    .expert-support-wrap .expert-support-img figure { max-width: 100%; margin-left: 0; }
    .expert-support-wrap { padding-bottom: 30px; }
    .expert-support { padding: 30px 0 70px 0; }
    .pledge-benefits-row .pledge-benefits-col { width: 50%; }
    .pledge-benefits-logo { margin-bottom: 30px; width: 200px; }
    .pledge-benefits-wrap .section-head { margin-bottom: 30px; }
    .simple-content .butterfly-solo-btm-lft figure { max-width: 60px; }
    .simple-content .cloud-image-top-lft figure { width: 160px; }
    .simple-content { padding: 130px 0 80px; }
    .simple-content:after { height: 40px; }
    .content-with-img-box-wrap { flex-wrap: wrap; }
    .content-with-img-box-wrap .content-with-img-box-left { width: 100%; margin-bottom: 0px; order: 2; }
    .content-with-img-box-wrap .content-with-img-box-rt { width: 100%; order:1; margin-bottom: 30px; }
    .content-with-img-box-wrap .content-with-img-box-rt figure { text-align: left; max-width: 100%; margin-left: 0; }
    .content-with-img-box-wrap { border-radius: 25px; }
    .content-with-img-box-wrap .content-with-img-box-rt img { padding-left: 0; }
    .content-with-img-box-wrap .content-with-img-box-left .btn { margin-top: 0; }
    .official-rules-wrap { flex-wrap: wrap; border-radius: 25px; }
    .official-rules-wrap .official-rules-left { width: 100%; padding-right:0px; margin-bottom: 30px; }
    .official-rules-wrap .official-rules-rt { width: 100%; }
    .official-rules-wrap .official-rules-left .btn { margin-top: 0; }
    .official-rules-section .leaf-clusters-btm-rt { width: 40%; }
    .logo-with-content-wrap { flex-wrap: wrap; }
    .logo-with-content-wrap .logo-with-content-lft { width: 100%; padding-right:0px; order:2; text-align: center; }
    .logo-with-content-wrap .logo-with-content-rt { width: 100%; order: 1; max-width: 250px; margin: 0 auto; margin-bottom: 30px; }
    footer:before { height: 40px; }
    .two-column-image-with-content { padding: 20px 0px 30px 0; }
    .pledge-sign-up-form-inner .wpcf7-submit { font-size: 30px !important; line-height: 32px !important;  }
    .pledge-sign-up-form-inner form .wpcf7-spinner { top: 23px; }
    .pledge-sign-up:before { display: none; }
    .pledge-sign-up:after { display: none; }
    .pledge-sign-up-form-inner { max-width: 100%; }
    .pledge-checkboxes .wpcf7-list-item-label:before { padding: 10px; }
    .pledge-checkboxes .wpcf7-list-item-label { padding: 0 0 0 38px; }
    .pledge-checkboxes .wpcf7-list-item-label:before { top: 1px; }
    .pledge-checkboxes .wpcf7-list-item-label { font-size: 22px; }
    .pledge-checkboxes input:checked + .wpcf7-list-item-label:after { top: 5px; left: 9px; width: 5px; height: 13px; }
    .pledge-sign-up-form-inner form .pledge-checkboxes { padding: 10px 0 0; }
    
    .inner-banner .let-them-title-wrap { max-width: 410px; }
    .inner-banner-content .let-them-title { left: 45px; }
    .inner-banner-content strong { font-size: 100px; line-height: 100px; }
    .inner-banner-content h1 { font-size: 35px; line-height: 35px; }
    .inner-banner-content h4 { font-size: 20px; line-height: 25px; }
    .inner-banner-content { max-width: 600px; }
    .inner-banner-wrap:after { height: 40px; }
    
    .summer-photo-submission-banner-content .let-them-title { left: 45px; }
    .summer-photo-submission-banner-content strong { font-size: 100px; line-height: 100px; }
    .summer-photo-submission-banner-content h1 { font-size: 35px; line-height: 35px; }
    .summer-photo-submission-banner-content h4 { font-size: 20px; line-height: 25px; }
    .summer-photo-submission-banner-content { max-width: 600px; }
    .summer-photo-submission-banner-wrap:after { height: 40px; }
    .summer-photo-submission-banner .let-them-title-wrap { max-width: 410px; }
    .summer-photo-submission-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .lets-grow-banner-content .let-them-title { left: calc((100% - 350px) / 2); top: -85px; }
    .lets-grow-banner-content strong { font-size: 70px; line-height: 70px; }
    .lets-grow-banner-content h1 { font-size: 35px; line-height: 35px; }
    .lets-grow-banner-content h4 { font-size: 20px; line-height: 25px; }
    .lets-grow-banner-wrap:after { height: 40px; }
    .lets-grow-banner .let-them-title-wrap { max-width: 100%; }
    .lets-grow-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .for-submitting-banner-content h1 { font-size: 70px; line-height: 70px; }
    .for-submitting-banner-content p { font-size: 24px; line-height: 32px; }
    .for-submitting-banner-wrap:after { height: 40px; }
    .for-submitting-banner .cloud-image-top-lft {left: -20px;top: 30px;width: 120px; }
    
    .pledge-benefits-row .pledge-benefits-col:nth-child(5n) p { padding-right: 0; }
    .logo-with-content-wrap .logo-with-content-lft + .logo-with-content-rt { width: 100%; }
    .error-page-section .error-page-section-inner:after { height: 40px; }
    .error-page-section .content-404 p { font-size: 26px; line-height: 36px; }
    .official-rules-banner .official-butterfly-solo { left: 15px; top: 100px; }
    .official-rules-banner-content h1 { font-size: 50px; line-height: 60px; }
    .official-rules-banner-content { max-width: 420px; }
    
    .official-rules-banner-wrap .for-submitting-banner-content h1 { font-size: 50px; line-height: 60px; }
    .official-rules-banner-wrap .for-submitting-banner-content { max-width: 420px; }
    
    .official-cloud-image-top-lft { top: 20px; left: -10px; width: 100px; }
    .official-rules-banner .official-butterfly-solo { left: 15px; top: 120px; width: 70px; }
    .official-rules-banner-wrap { padding: 0 0 80px 0; }
    .official-rules-banner-wrap:after { height: 40px; }
    .official-rules-content-section:before { height: 40px; top: -15px; }
    .for-submitting-butterfly-solo { top: 15px; left: 65px; width: 70px; }
    .summer-cta .summer-cta-content h2 { font-size: 30px; line-height: 40px; }
    .summer-cta .summer-cta-content { padding: 60px 25px 30px; }
    .entries-closed-image-top-lft { top: 20px; left: -20px; width: 100px; }
    .entries-closed-banner .entries-closed-bee { top: 20px; left: 100px; width: 70px; }
    .entries-closed-banner .entries-closed-leaf-clusters-top { width: 100px; }
    .entries-closed-banner-content h1 { font-size: 40px; line-height: 50px; }
    .entries-closed-banner-wrap:after { height: 40px; }
    .entries-closed-banner-wrap { padding: 0 0 80px 0; }
    .entries-closed-banner { padding: 40px 0 0 0; }
    .entries-closed-content-wrap h2 { margin: 40px 0 0; font-size: 30px; line-height: 40px; }
    .entries-closed-content-wrap { margin-bottom: 60px; }
    .entries-closed-content-center-logo figure { max-width: 200px; }
    .entries-closed-content-center-logo figure { margin-bottom: 25px; }
    .entries-closed-pattern-img { position: absolute; bottom: 20px; left: 0; width: 130px; }
    .entries-closed-pattern-flower { right: 20px; width: 240px; bottom: 20px; }
    .error-page-leaf-clusters-top { width: 100px; }
    .error-page-section .content-404 .error-page-pledge-benefits { width:170px; }
    .error-page-triangle { width: 90px; }
    .error-page-Umbrella-top { width: 170px;}
    .error-page-section .page-content-section { padding: 40px 0 70px; }
     .inner-banner .leaf-clusters-top { width: 100px; }
     .inner-banner .cloud-image-top-lft { width: 100px; }
    .poster-bottom { padding: 160px 20px 35px; }
    .summer-photo-page-section .file-label { font-size: 24px !important; line-height: 34px !important; }
    .checkbox-row span { font-size: 20px; line-height: 30px; }
    .checkbox-row span:before { padding: 10px; }
    .summer-photo-page-section .form-group label { font-size: 22px; line-height: 32px; }
    .checkbox-row input:checked + span:after { top: 4px; left: 9px; width: 5px; height: 12px; }
    .checkbox-row  { margin: 20px 0 20px; }
    .official-rules-content-section { padding: 40px 0 40px 0; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:50px; line-height: 60px; }
    .creationSection-inner .poster-bottom { padding: 160px 20px 35px; }
    .download-title h4 { font-size: 26px; line-height: 38px; }
    .creation-section .download-btn { margin-top: 10px; }
    .creation-flavor-lockups { width: 120px; }
    .creation-section h2 { font-size: 34px; line-height: 42px; margin-bottom: 30px;}
    .lets-grow-danimal-text { max-width: 100%; padding-right: 0; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { right: 0; width: 100px; top: 15px; }
    .lets-grow-danimal-content { padding: 40px 0 0 0; }
    .lets-grow-danimal-section .lets-grow-leaf-one { width: 200px; }
    .lets-grow-danimal-text h3 { margin-bottom: 20px; }
    .lets-grow-danimal-text p { margin-bottom: 20px; }
    .lets-grow-danimal-section .lets-grow-blocks-design { width: 200px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 28px; line-height: 36px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 28px; line-height: 36px; }
    .lets-grow-danimal-slider-heading span { font-size: 28px; line-height: 36px; margin-top: 0; }
    .slider-item-inner h4 { font-size: 28px; line-height: 38px; padding: 0 10px; }
    .slider-item-center { padding: 0 50px 0 50px; }
    .slider-item-inner { max-width: 100%; padding: 90px 10px 60px 10px; min-height: 470px; }
    .slider-item-inner:after { width: 100%; height: 100%; left: -25px; }
    .slider-item-inner h4 { font-size: 24px; line-height: 35px; max-width: 420px; }
    .lets-grow-danimal-slider-heading { margin-bottom: 10px; }
    .official-rules-content-section:after { height: 800px; }
    .the-pledge-wrap .the-pledge-image-btm { width:500px; }
    .pledge-benefits-row .pledge-benefits-col:nth-child(2) { width: 50%; }
    .danimals-magna-tiles-box-render-btm { bottom: 0; top: auto; right: 0; left: 15%; margin: 0 auto; }
    .pledge-sign-up-form-inner .form-field.form-field-submit { margin: 0; }
    .pledge-sign-up-form-inner form .form-row .form-field { width: 100% !important; padding: 0 !important; }
    .pledge-sign-up-form-inner form p { font-size: 22px; }
    .danimals-magna-tiles-box-render-btm { width: 30%; }
    .home-banner .butterfly-solo-btm-lft { top: -350px; }
}
@media (max-width:575px){
    p { font-size:22px; line-height: 28px; }
    ul li { font-size:22px; line-height: 28px; }
    h1 { font-size: 35px; line-height: 30px; }
    h2, .h2 { font-size: 35px; line-height: 40px; }
    button, .btn { padding: 14px 30px 14px 30px !important; font-size: 24px !important; line-height: 30px !important; }
    .home-banner-content strong { font-size: 80px; line-height: 80px; }   
    .dnmls-pfes figure { max-width: 60px; } 
    .home-banner-content .let-them-title { background-size: 100% 100%; padding: 30px 20px 30px 20px; }
    .home-banner-content span { font-size: 25px; line-height: 55px; }
    .home-banner-content .let-them-title { left: 35px; top: -65px; }
    .home-banner-inner { padding: 50px 0 0 0; }
    .cloud-image-center-rt { width: 120px; }
    .butterfly-solo-btm-lft figure { max-width: 60px; }
    .butterfly-solo-btm-lft { left: 10px; bottom: 35%; width: 120px; }
    .home-banner-content { max-width: 350px; }
    header .header-logo { max-width: 250px; }
    .homer-banner-btm-lft { top: 20px; left: 50px; }
    .home-banner .left-leaf-banner { left: -40px; width: 90%; bottom: 20px; }
    .homer-banner-btm-rt { top: 5px; right: 30px; }
    .three-box-section-wrap .three-box-item { width: 100%; }
    .three-box-section-wrap .three-col-box { padding: 30px 15px 40px 15px; }
    .pledge-benefits-row .pledge-benefits-col { width: 100%; }
    .danimals-magna-tiles-box-render-btm { bottom: 0; width:80%; position: relative; padding: 0 20px; margin-top: 2px; left: 0; }
    .pledge-benefits { padding: 50px 0 100px; }
    .pledge-benefits-row .pledge-benefits-col { margin-bottom: 20px; }
        .official-rules-section .leaf-clusters-btm-rt { width: 50%; }
    .pledge-sign-up-form-inner .wpcf7-submit { margin-top: 25px; }
    
    .inner-banner-content strong { font-size:80px; line-height:80px; }
    .inner-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .inner-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -50px; left: 30px; }
    .inner-banner .let-them-title-wrap { max-width: 300px; }
    .inner-banner-wrap { padding: 60px 0 80px 0; }
    .inner-banner-wrap:after { height: 35px; }
    
    .summer-photo-submission-banner-content strong { font-size:80px; line-height:80px; }
    .summer-photo-submission-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .summer-photo-submission-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -50px; left: 30px; }
    .summer-photo-submission-banner .let-them-title-wrap { max-width: 300px; }
    .summer-photo-submission-banner-wrap { padding: 60px 0 80px 0; }
    .summer-photo-submission-banner-wrap:after { height: 35px; }
    .summer-photo-submission-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    
    .lets-grow-banner-content strong { font-size:60px; line-height:60px; }
    .lets-grow-banner-content span { font-size: 25px; line-height: 25px; min-width: 170px; }
    .lets-grow-banner-content .let-them-title { padding: 30px 20px 30px 20px; top: -60px; left: calc((100% - 300px) / 2); }
    .lets-grow-banner-wrap { padding: 60px 0 80px 0; }
    .lets-grow-banner-wrap:after { height: 35px; }
    .lets-grow-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    
    .for-submitting-banner .cloud-image-top-lft { width: 100px; top: 20px; }
    .for-submitting-banner-wrap { padding: 35px 0 80px 0; }
    .for-submitting-banner .leaf-clusters-top { width: 80px; }
    
    .error-page-section h1 { font-size: 38px; line-height: 50px; }
    .official-rules-banner .official-butterfly-solo { left: 5px; top: 140px; width: 50px; }
    .official-rules-banner .leaf-clusters-top { width: 80px; }
    .official-rules-content-wrap p { font-size: 18px; margin-bottom: 20px; }
    .official-rules-content-section:before { height: 30px; }
    .entries-closed-banner-content h2 { font-size: 24px; line-height: 32px; }
    .entries-closed-pattern-flower { right: 5px; width: 180px; bottom: 20px; } 
    .error-page-section .content-404 .error-page-pledge-benefits { width: 140px; }
    .error-page-Umbrella-top { width: 150px;}
    .inner-banner .butterfly-solo-btm-lft { left: 10px; top: 1%; width: 60px; }
    .poster-bottom { padding: 180px 20px 35px; }
    .poster-info-col-lft { width: 100%; padding: 0 0 24px 0; }
    .poster-info-col-rt { width: 100%; margin-bottom: 30px; }
    .poster-info { flex-wrap: wrap; }
    .photo-frame{padding: 16px;}
     .creationSection-inner .poster-bottom { padding: 180px 20px 35px; }
     .creation-flavor-lockups { width: 100px; left: 10px; bottom: -8px; }
    .creation-Waterm-leaf-btm { width: 70px; }
    .creation-section .share-text p { font-size: 22px; line-height: 32px; }
    .creation-leaf-kiwi { top: 0; width: 50px; }
    .creation-section h2 { max-width: 270px; margin: 0 auto; margin-bottom: 30px; }
    .lets-grow-danimal-section .lets-grow-leaf-one { width: 180px; }
    .lets-grow-danimal-section .lets-grow-danimals-bottles { width: 80px; top: 10px; }
    .slider-item-inner { max-width: 100%; padding: 10px 10px 50px 10px; min-height: 420px; }
    .slider-item-center { padding: 0 20px 0 20px; }
    .slider-item-inner h4 { font-size: 20px; line-height: 30px; }
    .slider-item-inner span { font-size: 24px; line-height: 36px; max-width: 350px; margin-bottom: 20px; }
    .lets-grow-danimal-slider-inner .slick-dots li button { width: 20px; height: 20px; }
    .lets-grow-danimal-slider-inner .slick-prev { left: -10px; width: 28px; height: 28px; }
    .lets-grow-danimal-slider-inner .slick-next { right: -10px; width: 28px; height: 28px; }
    .danimal-slider-pattern-lft { width: 40px; top: 28%; }
    .danimal-slider-pattern-rt { width: 40px; bottom: 0px; }
    .lets-grow-danimal-slider-heading h5 { font-size: 24px; line-height: 32px; }
    .lets-grow-danimal-slider-heading h4 { font-size: 24px; line-height: 32px; }
    .the-pledge-wrap .the-pledge-image-btm { width: 400px; }
    .the-pledge-wrap .the-pledge-right { padding-bottom: 120px; }
    .pledge-benefits-row .pledge-benefits-col:nth-child(2) { width: 100%; }
    .pledge-benefits-row .pledge-benefits-col-inner { max-width: 100%; }
    .danimals-flower-img { width: 90px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { margin-top: 25px; }
    .pledge-sign-up-form-inner .form-field.form-field-submit button { font-size: 24px !important; line-height: 30px !important; padding: 20px 30px 20px 30px !important; }
    .home-banner .butterfly-solo-btm-lft { animation: cloudMoveTop 6s ease-in-out infinite; } 
    .pledge-sign-up-wrap h4 br { display: none; }
     .home-banner-content   h1 {
        font-size: 35px;
        line-height: 30px;
    }
    .pledge-content {
        padding-bottom: 80px;
    }
}

@media (max-width:480px){
    header .header-logo { max-width: 220px; }
    .for-submitting-banner .for-submitting-banner-content h1 { font-size:40px; line-height: 50px; }
    .for-submitting-banner-content p { font-size: 22px; line-height: 30px; }
    .summer-cta .summer-cta-content h2 { font-size: 26px; line-height:38px; }
    .summer-cta .summer-cta-content { padding: 50px 15px 20px; }
    .entries-closed-banner-content h1 { font-size: 35px; line-height: 45px; }
    .error-page-section .content-404 p { font-size: 24px; line-height: 32px; }
    .photo-frame-main{bottom: -70px;}
    .poster-bottom { padding: 92px 20px 35px; }
    .creationSection-inner .poster-bottom { padding: 116px 20px 35px; }
    .slider-item-inner { max-width: 100%; padding: 5px 5px 20px 5px; min-height: 320px; }
    .slider-item-inner h4 { font-size: 18px; line-height: 26px; max-width: 280px; }
    .slider-item-inner span { font-size: 20px; line-height: 32px; margin-bottom: 10px; max-width: 280px; }
    .danimal-slider-pattern-lft { top: 34%; }
    .danimal-slider-pattern-rt { width: 30px; bottom: 10px; }
    .the-pledge-wrap .the-pledge-right { padding-bottom: 100px; }
    .logo-with-content-wrap .logo-with-content-lft h3 { font-size: 25px; }
    .home-banner .butterfly-solo-btm-lft { top: -180px; }
    .home-banner-content .btn { padding: 14px 20px 14px 20px !important; }
    h4, .h4 { font-size: 26px; line-height: 36px; }
    .form-panel label {
    font-size: 20px;}
}
/* Reponsive css end here */
