<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer4.bd-footer-area {
    background: #FFF; 
    color: #23282d;
}

.footer4 .bd-footer__logo {
    width: 267px;
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer__logo {
        width: 200px;
    }
}

.footer4 .bd-footer__logo img {
    width: auto;
    height: 70px;
}

.footer4 .bd-footer__logo-wrap span {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.25em;
    color: #6C6C6C; 
    display: inline-block;
    margin-top: 30px;
}

.footer4 .bd-footer__widget {
    position: relative;
}

.footer4 .bd-footer__widget::before {
    content: "";
    position: absolute;
    height: 193px;
    width: 1px;
    background-color: #e1e1e1;
    right: 50px;
    top: 0;
}

@media (max-width: 1199.98px) {
    .footer4 .bd-footer__widget::before {
        right: 0px;
    }
}

@media (max-width: 991.98px) {
    .footer4 .bd-footer__widget::before {
        content: none;
    }
}

.footer4 .bd-footer__widget-3::before {
    content: none;
}

.footer4 .bd-footer__widget-title {
    color: #23282d;
    text-transform: capitalize;
}

.footer4 .bd-footer__widget-content p {
    color: #23282d;
    font-size: 16px;
    line-height: 28px;
}

.footer4 .bd-footer__meta a {
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #23282d;
    display: inline-flex;
}

.footer4 .bd-footer__meta a i {
    transform: rotate(-45deg) translateY(-1px);
}

.footer4 .bd-footer__meta a span {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    text-transform: none;
}

.footer4 .bd-footer__meta a:hover {
    color: #23282d;
}

.footer4 .bd-footer__list ul {
    display: flex;
    row-gap: 10px;
    column-gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .footer4 .bd-footer__list ul {
        gap: 20px;
    }
}

.footer4 .bd-footer__list ul li {
    list-style-type: none;
    position: relative;
}

.footer4 .bd-footer__list ul li::before {
    content: "|";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #23282d;
}

.footer4 .bd-footer__list ul li:last-child::before {
    content: none;
}

.footer4 .bd-footer__list ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #23282d;
}

.footer4 .bd-footer__list ul li a:hover {
    color: #23282d;
}

.footer4 .bd-footer__social-wrapper {
    display: flex;
    gap: 17px;
    align-items: center;
}

.footer4 .bd-footer__social a {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    color: #23282d;
    border: 1px solid #23282d; 
    opacity: 0.7;
    display: inline-block;
    line-height: 37px;
    text-align: center;
}

.footer4 .bd-footer__social a:hover {
    opacity: 1;
    border-color: #23282d; 
    background-color: #23282d; 
    color: #FFF; 
}

.footer4 .bd-footer__social.is-black a {
    color: #000000; 
    border-color: #000000; 
}

.footer4 .bd-footer__social.is-black a:hover {
    opacity: 1;
    border-color: #EEC78C; 
    background-color: #EEC78C; 
    color: #000000; 
}

.footer4 .bd-footer__copyright-text p {
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #6C6C6C;
    margin-bottom: 0;
}

.footer4 .bd-footer__copyright-text p a:hover {
    color: #EEC78C; 
}

.footer4 .bd-footer-newsletter__input {
    position: relative;
}

.footer4 .bd-footer-newsletter__input input {
    width: 100%;
    height: 70px;
    background-color: transparent;
    color: #FFFFFF; 
    padding-left: 25px;
    padding-right: 200px;
    border: 1px solid #414141;
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer-newsletter__input input {
        padding-right: 25px;
    }
}

.footer4 .bd-footer-newsletter__input input::placeholder {
    color: #6C6C6C;
}

.footer4 .bd-footer-newsletter__input button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    font-weight: 500;
    line-height: 70px;
    color: #FFFFFF;
}

.footer4 .bd-footer-newsletter__input button::before {
    content: "";
    height: 55%;
    width: 1px;
    background: #6C6C6C;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer-newsletter__input button::before {
        content: none;
    }
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer-newsletter__input button {
        position: static;
        margin-top: 15px;
        height: 70px;
        border: 1px solid #D9D9D9;
    }
}

.footer4 .bd-footer-newsletter__input button:hover {
    color: #EEC78C; 
    border-color: #EEC78C;
}

.footer4 .bd-footer-newsletter__input button i {
    transform: rotate(-45deg);
}

.footer4 .bd-footer-newsletter__input.is-black input {
    color: #000000;
}

.footer4 .bd-footer-newsletter__input.is-black button {
    color: #000000;
}

.footer4 .bd-footer-line hr {
    color: #e1e1e1;
    opacity: 1;
}

.footer4 .bd-footer-link ul {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
}

.footer4 .bd-footer-link ul li {
    width: 50%;
    color: #000000;
    font-size: 16px;
    margin-bottom: 6px;
    list-style: none;
}

.footer4 .bd-footer-link ul li:hover a {
    color: #FFA455;
}

.footer4 .bd-footer-widget-title h5 {
    font-size: 20px;
    letter-spacing: 5px;
    color: #000000; 
    margin-bottom: 35px;
    text-transform: uppercase;
}

.footer4 .bd-footer-contact ul {
    margin-bottom: 30px;
}

.footer4 .bd-footer-contact ul li {
    font-size: 16px;
    color: #000000; 
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer4 .bd-footer-contact ul li a {
    margin-left: 7px;
}

.footer4 .bd-footer-contact ul li a:hover {
    color: #FFA455; 
}

.footer4 .bd-footer-contact ul li i {
    margin-right: 20px;
    color: #FFA455; 
    margin-top: 8px;
}

.footer4 .bd-footer-contact ul li i:hover {
    color: #F8F5F0;
}

.footer4 .bd-footer-bottom {
    font-size: 14px;
    border-top: 1px solid #D9D9D9;
    padding: 22px 0;
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer-bottom {
        padding: 15px 0;
    }
}

.footer4 .bd-footer-bottom .bd-footer-copyright p {
    font-size: 15px;
    margin: 0;
    color: #4d4d4d;
}

@media (max-width: 575.98px) {
    .footer4 .bd-footer-bottom .bd-footer-copyright p {
        text-align: center;
        padding-bottom: 10px;
    }
}

.footer4 .payment-methods {
    display: flex;
    align-items: center;
}

.footer4 .payment-methods-icons {
    margin-left: 10px;
}

.footer4 .payment-methods-icons span {
    margin-left: 5px;
    font-size: 22px;
    color: #373a3f;
}

.footer4 .mb-15 {
    margin-bottom: 15px;
}

.footer4 .mb-35 {
    margin-bottom: 35px;
}

.footer4 .pt-45 {
    padding-top: 45px;
}

.footer4 .pb-35 {
    padding-bottom: 35px;
}

.footer4 .pt-15 {
    padding-top: 15px;
}

.footer4 .mb-25 {
    margin-bottom: 25px;
}

.footer4 .mb-40 {
    margin-bottom: 40px;
}

.footer4 .mb-50 {
    margin-bottom: 50px;
}

.footer4 .pt-140 {
    padding-top: 100px;
}
</pre></body></html>