<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer-section {
    /* display: none; */
    position: relative;
    background-color: rgba(var(--custom-rgb-color-white),1);
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section,
#footer-site-section&gt;.container {
    position: relative;    
}
#footer-site-section {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}
#footer-site-section&gt;.container {
    height: 100%;
    display: flex;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-site-section .title {
    font-size: 17px;
    font-weight: 600;
    color: rgba(var(--custom-rgb-color-black),1);
}

/* footer row */
#footer-site-section .footer-row,
#footer-site-section .footer-row&gt;.footer-col {
    position: relative;
}
#footer-site-section .footer-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
#footer-site-section .footer-row&gt;.footer-col {
    width: 50%;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-menu {
    /* width: calc(100% - 600px); */
    border-right: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
#footer-site-section .footer-row&gt;.footer-col.this-col-contact {
    /* width: 600px; */
    padding-left: 60px;
}

/* footer menu row */
#footer-site-section .footer-menu-row,
#footer-site-section .footer-menu-row&gt;.footer-menu-col {
    position: relative;
}
#footer-site-section .footer-menu-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
/* #footer-site-section .footer-menu-row&gt;.footer-menu-col {
    padding-right: 60px;
} */
#footer-site-section .footer-menu-row&gt;.footer-menu-col.this-col-menu-property,
#footer-site-section .footer-menu-row&gt;.footer-menu-col.this-col-menu-other {
    width: 180px;
}
#footer-site-section .footer-menu-row&gt;.footer-menu-col.this-col-menu-category {
    width: calc(100% - 360px);
}

#footer-site-section ul.menu-group,
#footer-site-section ul.menu-group&gt;li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
#footer-site-section ul.menu-group {
    display: flex;
    flex-wrap: wrap;
}
#footer-site-section ul.menu-group&gt;li.w-col-100-per {
    width: 100%;
}
#footer-site-section ul.menu-group&gt;li.w-col-50-per {
    width: 50%;
}
#footer-site-section,
#footer-site-section ul.menu-group a {
    color: rgba(var(--custom-rgb-color-black),0.7);
}
#footer-site-section ul.menu-group a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#footer-site-section ul.menu-group a:hover {
    color: rgba(var(--custom-rgb-color-black),1);
}


/* contact */
#footer-site-section .contact-row,
#footer-site-section .contact-row&gt;.contact-col {
    position: relative;
}
#footer-site-section .contact-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    flex-direction: row-reverse;
    margin-top: 25px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-social {}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact {
    text-align: center;
    padding-left: 30px;
    margin-left: 30px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact::before {
    position: absolute;
    content: "";
    height: 50px;
    top: 50%;
    left: 0;
    margin-top: -25px;
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1) !important;
}

/* social */
#footer-site-section .social-row,
#footer-site-section .social-row&gt;.social-col {
    position: relative;
}
#footer-site-section .social-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#footer-site-section .social-row&gt;.social-col.this-col-label {
    text-align: right;
}
#footer-site-section .social-row&gt;.social-col.this-col-social {
    padding-left: 20px;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer copyright ---------------------- */
/* --------------------------------------------------------------- */

#footer-copyright-section,
#footer-copyright-section&gt;.container {
    position: relative;    
}
#footer-copyright-section {
    font-size: 12px;
    height: 60px;
    background-color: rgba(var(--custom-rgb-color-black-default),1);
}

#footer-copyright-section,
#footer-copyright-section a {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#footer-copyright-section&gt;.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
}

}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
}

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

/* menu */
#footer-site-section ul.menu-group&gt;li.w-col-50-per {
    width: 100%;
}
#footer-site-section .footer-menu-row&gt;.footer-menu-col {
    width: calc(100% / 3) !important;
}

/* contact */
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact,
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact:before {
    display: none;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

/* #footer-site-section .footer-row&gt;.footer-col.this-col-menu {
    width: 40%;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-contact {
    width: 60%;
} */

/* menu */
#footer-site-section .footer-menu-row {
    flex-wrap: wrap;
}
#footer-site-section .footer-menu-col {
    width: 100% !important;
}
#footer-site-section .footer-menu-col+.footer-menu-col {
    margin-top: 20px;
}
#footer-site-section ul.menu-group&gt;li.w-col-100-per {
    width: 50%;
}

/* contact */
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact,
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact:before {
    display: none;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}

/* social */
#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row&gt;.social-col.this-col-label,
#footer-site-section .social-row&gt;.social-col.this-col-social {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
#footer-site-section .social-row&gt;.social-col.this-col-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer copyright ---------------------- */
/* --------------------------------------------------------------- */

#footer-copyright-section {
    font-size: 12px;
    list-style: 22px;
    height: 50px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section .footer-menu-row {
    width: 100% !important;
    padding: 0 50px;
}
#footer-site-section .footer-row {
    flex-wrap: wrap;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-menu {
    border: none !important;
    width: auto !important;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-contact {
    width: 100% !important;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
}
#footer-site-section .contact-row {
    margin-top: 20px;
    justify-content: center;
}

/* --------------------------------------------------------------- */
/* ----------------------- footer copyright ---------------------- */
/* --------------------------------------------------------------- */

#footer-copyright-section {
    font-size: 12px;
    list-style: 22px;
    height: 50px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* #footer-site-section {
    font-size: 12px;
    line-height: 20px;
}
#footer-site-section&gt;.container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-site-section .title {
    font-size: 15px;
    font-weight: 600;
} */

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section .footer-row&gt;.footer-col.this-col-menu {
    display: none !important;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-contact {
    padding: 0 !important;
    width: 100% !important;
}
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact,
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact:before {
    display: none;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}

#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row&gt;.social-col.this-col-label,
#footer-site-section .social-row&gt;.social-col.this-col-social {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
#footer-site-section .social-row&gt;.social-col.this-col-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/* --------------------------------------------------------------- */
/* ----------------------- footer copyright ---------------------- */
/* --------------------------------------------------------------- */

/* #footer-copyright-section {
    font-size: 10px;
    list-style: 20px;
    height: 40px;
} */
#footer-copyright-section ul.slot-text-group &gt; li.copyright {
    padding: 0 !important;
}
#footer-copyright-section ul.slot-text-group &gt; li.copyright:before,
#footer-copyright-section ul.slot-text-group &gt; li.copyright:after {
    display: none !important;
}
#footer-copyright-section ul.slot-text-group &gt; li.policy,
#footer-copyright-section ul.slot-text-group &gt; li.sitemap {
    display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

#footer-site-section {
    font-size: 12px;
    line-height: 18px;
}
#footer-site-section&gt;.container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-site-section .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ------------------------- footer menu ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section .footer-row&gt;.footer-col.this-col-menu {
    display: none !important;
}
#footer-site-section .footer-row&gt;.footer-col.this-col-contact {
    padding: 0 !important;
    width: 100% !important;
}
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact,
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    width: 100%;
    margin: 0;
    padding: 0;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-contact:before {
    display: none;
}
#footer-site-section .contact-row&gt;.contact-col.this-col-social {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}

#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row&gt;.social-col.this-col-label,
#footer-site-section .social-row&gt;.social-col.this-col-social {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
#footer-site-section .social-row&gt;.social-col.this-col-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/* --------------------------------------------------------------- */
/* ----------------------- footer copyright ---------------------- */
/* --------------------------------------------------------------- */

#footer-copyright-section {
    font-size: 10px;
    list-style: 20px;
    height: 40px;
}
#footer-copyright-section ul.slot-text-group &gt; li.copyright {
    padding: 0 !important;
}
#footer-copyright-section ul.slot-text-group &gt; li.copyright:before,
#footer-copyright-section ul.slot-text-group &gt; li.copyright:after {
    display: none !important;
}
#footer-copyright-section ul.slot-text-group &gt; li.policy,
#footer-copyright-section ul.slot-text-group &gt; li.sitemap {
    display: none !important;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
</pre></body></html>