.footer-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer-container-body{
    width: 100%;
    background: #1e235a;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-container-body-wrap{
    width: 75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-container-body-left{
    width: 16.25rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-brand-logo{
    width: 9.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-brand-logo-img{
    width: 9.375rem;
    object-fit: contain;
    filter: brightness(1000%) grayscale(100%);
}
.footer-company-name{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
}
.footer-contact-address{
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.7;
}
.footer-contact-methods{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-method{
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
}
.footer-contact-method a{
    text-decoration: none;
    color: rgb(233, 81, 29);
}
.footer-worktime{
    width: 100%;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    color: #ffffff;
    text-align: left;
}
.footer-social-medias{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.25rem;
    width: 100%;
}
.footer-social-media{
    width: 1.75rem;
    height: 1.75rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.875rem;
    background: #ffffff;
    margin-right: 0.625rem;
}
.footer-social-media:last-of-type{
    margin-right: 0;
}
.footer-social-media-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-social-media-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.footer-container-body-right{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
}
.footer-menu-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-group{
    width: 18.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-group-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-group-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}
.footer-menu-items{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-item{
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0.3125rem;
}
.footer-menu-item:hover{
    color: #e9511d;
}
.footer-container-footer{
    width: 100%;
    height: 3.75rem;
    background: rgba(117,119,123,.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-container-footer-wrap{
    width: 75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-container-footer-quick-links{
    width: 18.75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-container-footer-quick-link{
    font-size: 0.875rem;
    color: #e9511d;
    text-decoration: none;
    margin-right: 0.625rem;
}
.footer-container-footer-quick-link:last-of-type{
    margin-right: 0;
}
.footer-container-footer-copyright{
    flex: 1;
    text-align: left;
    font-size: 0.875rem;
    color: #1e235a;
}