<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer Component Styles */
.footer {
    padding: 120px 0 45px;
}
@media (max-width: 992px) {
    .footer {
        padding: 44px 0 29px;
   }
}
.footer .footer__top {
    padding-bottom: 50px;
   /* border-bottom: 1px solid $dark-grey;
    */
    border-bottom: 1px solid #ececee;
}
@media (max-width: 992px) {
    .footer .footer__top {
        padding-bottom: 45.5px;
   }
}
.footer .footer__top .subheader {
    margin-bottom: 20px;
}
.footer .footer__top .footer__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 40px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__lists {
        padding-right: 20px;
   }
}
.footer .footer__top .footer__lists ul {
    list-style: none;
    padding-left: 0;
}
.footer .footer__top .footer__lists ul li.menu-item {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #1c172c;
    margin-bottom: 5px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__lists .footer__virtuance {
        margin-bottom: 46px;
   }
}
@media (max-width: 992px) {
    .footer .footer__top .footer__lists .footer__learn {
        margin-bottom: 67px;
   }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer .footer__top .footer__additional {
        margin-top: 30px;
   }
}
.footer .footer__top .footer__additional .footer__newsletter {
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__additional .footer__newsletter {
        margin-bottom: 60px;
   }
}
.footer .footer__top .footer__additional .footer__newsletter .newsletter__form {
    position: relative;
    width: 100%;
    height: 100%;
}
.footer .footer__top .footer__additional .footer__newsletter .newsletter__form .input-email {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 2px;
    background-color: rgba(28, 23, 44, 0.08);
    color: #1c172c;
    padding: 0 190px 0 17px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__additional .footer__newsletter .newsletter__form .input-email {
        padding-right: 17px;
        margin-bottom: 18px;
   }
}
.footer .footer__top .footer__additional .footer__newsletter .newsletter__form .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 228px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__additional .footer__newsletter .newsletter__form .submit {
        position: static;
        width: 100%;
   }
}
@media (max-width: 992px) {
    .footer .footer__top .footer__additional .footer__blog .blog__item {
        margin-bottom: 30px;
   }
    .footer .footer__top .footer__additional .footer__blog .blog__item:last-child {
        margin-bottom: 0;
   }
}
.footer .footer__top .footer__additional .footer__blog .blog__item .blog__image {
    position: relative;
    height: 90px;
    margin-bottom: 5px;
}
@media (max-width: 992px) {
    .footer .footer__top .footer__additional .footer__blog .blog__item .blog__image {
        margin-bottom: 21px;
        height: 163px;
   }
}
.footer .footer__top .footer__additional .footer__blog .blog__item .blog__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}
.footer .footer__bottom {
    padding: 40px 0 50px;
}
@media (max-width: 992px) {
    .footer .footer__bottom {
        padding: 46px 0 60px;
   }
}
.footer .footer__bottom .footer__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer .footer__bottom .footer__buttons {
        margin-bottom: 20px;
        justify-content: space-between;
   }
}
.footer .footer__bottom .footer__buttons .footer__madein {
    margin-right: 70px;
}
@media (max-width: 992px) {
    .footer .footer__bottom .footer__buttons .footer__madein {
        margin-bottom: 38px;
   }
}
.footer .footer__bottom .footer__buttons .footer__madein .subheader {
    margin-right: 10px;
}
.footer .footer__bottom .footer__buttons .footer__social-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 992px) {
    .footer .footer__bottom .footer__buttons .footer__social-btn {
        margin-bottom: 35px;
   }
}
.footer .footer__bottom .footer__buttons .footer__social-btn .subheader {
    margin-right: 13px;
    margin-bottom: 0;
}
.footer .footer__bottom .footer__buttons .footer__social-btn .icon {
    margin-right: 20px;
    height: 30px;
}
.footer .footer__bottom .footer__buttons .footer__social-btn .icon:last-child {
    margin-right: 0;
}
.footer .footer__bottom .footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 50px;
}
.footer .footer__bottom .footer__info p {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1c172c;
}
@media (max-width: 992px) {
    .footer .footer__bottom .footer__info p {
        margin-bottom: 30px;
   }
    .footer .footer__bottom .footer__info p:last-child {
        margin-bottom: 0;
   }
}
.footer .footer__copyright {
    text-align: center;
}
@media (max-width: 992px) {
    .footer .footer__copyright &gt; .col-xl-12 {
        display: flex;
        justify-content: space-between;
   }
}
.footer .footer__copyright span {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1c172c;
    margin-right: 30px;
}
@media (max-width: 992px) {
    .footer .footer__copyright span {
        margin-right: 0;
   }
}
.footer .footer__copyright span:last-child {
    margin-right: 0;
}
</pre></body></html>