<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bcel_footer #ftnew {
    padding: 60px 40px 30px;
}

#bcel_footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

#bcel_footer .wrap-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-areas:
        "grid-1 grid-3 grid-3"
        "grid-2 grid-3 grid-3"
        "grid-4 grid-4 grid-4";
    gap: 20px;
}

#bcel_footer .grid-item.grid-1 {
    grid-area: grid-1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bcel_footer .grid-item.grid-2 {
    grid-area: grid-2;
}

#bcel_footer .grid-item.grid-3 {
    grid-area: grid-3;
    display: flex;
    gap: 20px;
}

#bcel_footer .grid-item-content-1,
#bcel_footer .grid-item-content-2 {
    width: 50%;
    display: flex;
}

#bcel_footer .grid-item-content-1 {
    justify-content: center;
}

#bcel_footer .grid-item.grid-4 {
    grid-area: grid-4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-block: 30px;
}

#bcel_footer .wrap-foot {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 43px 0 13px;
    border-top: 2px solid #fff;
}

#bcel_footer .grid-item.grid-1 &gt; span {
    display: block;
    text-align: center;
}

#bcel_footer .grid-item.grid-1 &gt; span &gt; svg {
    width: 350px;
    height: 78px;
}

#bcel_footer .grid-item.grid-1 .g {
    align-items: center;
    flex-grow: 1;
    gap: 35px;
}

#bcel_footer .grid-item.grid-1 #footers {
    margin: 20px 0 0;
    justify-content: center;
}

#bcel_footer .grid-item.grid-2 &gt; span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

#bcel_footer .grid-item.grid-2 &gt; span &gt; b {
    font-weight: 700;
}

#bcel_footer #ftnew .fa-social {
    margin: 0 40px 0 0;
    gap: 10px;
    flex-grow: 1;
    padding-block: 30px 0;
}

#bcel_footer #ftnew .fa-social a {
    background-image: none;
    float: inherit;
    height: fit-content;
    width: fit-content;
}

#bcel_footer #ftnew_n {
    width: 100%;
}

#bcel_footer #ftnew_n .t,
#bcel_footer .grid-item-content-1 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

#bcel_footer #ftnew_n .p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 98%;
}

#bcel_footer #ftnew_n .tc {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 13px;
}

#bcel_footer #ftnew_n .tc input[type="checkbox"] {
    display: none;
}

#bcel_footer label {
    cursor: pointer;
}

#bcel_footer label.tnc-custom-checkbox {
    user-select: none;
    position: relative;
}

#bcel_footer label.tnc-custom-checkbox:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}

#bcel_footer span.tc {
    position: relative;
}

#bcel_footer .tc input[type="checkbox"]:checked + label.tnc-custom-checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

#bcel_footer #ftnew label a {
    color: #fff;
    text-decoration: underline;
}

#bcel_footer .grid-item-content-1 p {
    text-transform: uppercase;
}

#bcel_footer .ul-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#bcel_footer .ul-list &gt; p {
    margin-bottom: 10px;
}

#bcel_footer #ftnew_n .u1,
#bcel_footer #ftnew_n .u2 {
    width: 100%;
    border-radius: 5px;
    padding: 16px 20px;
    height: fit-content;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 13px;
    color: #4E525D;
}

#bcel_footer .ul-list a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

#bcel_footer #newslettersubmit_b {
    width: 100%;
    margin: 0;
    background: #3DA333;
    border: none;
    padding-block: 14.5px;
    height: fit-content;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    text-shadow: none;
    cursor: pointer;
}

#movetotop {
    background: #242e3a;
    text-align: center;
    border-radius: 5px;
}

#movetotop &gt; svg {
    vertical-align: middle;
    display: inline-block;
    margin-top: 9px;
    height: 22px;
    width: 22px;
}

@media (max-width: 1290px) {
    #bcel_footer .wrapper {
        width: 100%;
    }

    #bcel_footer #ftnew {
        padding-inline: 20px;
    }
}

@media (max-width: 1000px) {
    #bcel_footer .wrap-content {
        grid-template-areas:
        "grid-1 grid-1 grid-1"
        "grid-3 grid-3 grid-3"
        "grid-2 grid-2 grid-2"
        "grid-4 grid-4 grid-4";
    }

    #bcel_footer #ftnew_n {
        text-align: center;
    }

    #bcel_footer #ftnew_n .t {
        width: 100%;
    }

    #bcel_footer #ftnew_n .p {
        width: 100%;
    }

    #bcel_footer label.tnc-custom-checkbox {
        margin-left: 24px;
        width: 100%;
        display: block;
    }

    #bcel_footer label.tnc-custom-checkbox:before {
        position: absolute;
        transform: translate(-24px, 3px);
    }

    #bcel_footer .tc input[type="checkbox"]:checked + label.tnc-custom-checkbox:after {
        left: -17px;
    }

    #bcel_footer #ftnew_n .tc,
    #bcel_footer #newslettersubmit_b,
    #bcel_footer #ftnew_n .u1,
    #bcel_footer #ftnew_n .u2 {
        max-width: 87%;
        margin-inline: auto;
    }

    #bcel_footer #ftnew_n .tc {
        text-align: left;
    }

    #bcel_footer .grid-item.grid-1 #footers {
        margin: 0;
        flex-grow: 1;
    }

    #bcel_footer .grid-item.grid-1 &gt; span &gt; svg {
        width: 300px;
        height: 67px;
    }

    #bcel_footer .grid-item.grid-1 {
        flex-direction: row;
        border-bottom: 2px solid #fff;
        padding-bottom: 40px;
        justify-content: space-between;
    }

    #bcel_footer .grid-item.grid-1 .g {
        gap: 20px;
    }

    #bcel_footer #ftnew .fa-social {
        flex-grow: inherit;
        margin: 0;
        padding: 0;
    }

    #bcel_footer .grid-item-content-1 {
        margin-top: 20px;
        text-align: center;
        justify-content: inherit;
    }

    #bcel_footer .ul-list {
        flex-grow: 1;
    }

    #bcel_footer .tc input[type="checkbox"]:checked + label.tnc-custom-checkbox:after {
        top: 7px;
    }

    #bcel_footer .grid-item.grid-2 &gt; span {
        text-align: center;
        display: block;
    }

    #bcel_footer .grid-item.grid-4 {
        text-align: center;
    }

    #bcel_footer .grid-item.grid-2 {
        padding-top: 20px;
    }
}

@media (max-width: 700px) {
    #bcel_footer .wrap-content {
        grid-template-columns: 1fr;
        grid-template-areas:
        "grid-1"
        "grid-3"
        "grid-2"
        "grid-4";
    }

    #bcel_footer .grid-item.grid-1 {
        flex-direction: column;
        justify-content: inherit;
        gap: 40px;
    }

    #bcel_footer .grid-item.grid-3 {
        flex-direction: column-reverse;
    }

    #bcel_footer .grid-item-content-1,
    #bcel_footer .grid-item-content-2 {
        width: 100%;
    }

    #bcel_footer #ftnew_n {
        width: 400px;
        margin: 20px auto 0;
        text-align: center;
    }

    #bcel_footer #ftnew_n .t {
        margin: 0 auto 10px;
    }
}

@media (max-width: 698px) {
    #bcel_footer .wrap-foot {
        text-align: center;
    }

    #bcel_footer .wrap-foot &gt; span &gt; span {
        display: block;
    }
}

@media (max-width: 450px) {
    #bcel_footer #ftnew_n .tc,
    #bcel_footer #newslettersubmit_b,
    #bcel_footer #ftnew_n .u1,
    #bcel_footer #ftnew_n .u2 {
        max-width: 100%;
    }

    #bcel_footer .grid-item.grid-1 &gt; span &gt; svg {
        width: 240px;
        height: 53px;
    }

    #bcel_footer #ftnew_n {
        width: 100%;
    }
}

@media (max-width: 320px) {
    #bcel_footer #ftnew {
        padding-block: 60px;
    }

    #bcel_footer .wrap-foot {
        padding-top: 30px;
    }
}</pre></body></html>