.footer-container {
    width: 100%;
    padding: 6.25rem 0;
    background: #000000;
}
.footer-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-brand-logo{
    width: 8.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-brand-logo-img{
    width: 8.3125rem;
    object-fit: contain;
}
.footer-brand-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: bold;
    color: #ffffff;
}
.footer-brand-logo-bottom{
    width: 24.375rem;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-brand-logo-bottom-img{
    width: 24.375rem;
    object-fit: contain;
}
.footer-container-header-right{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-menu-list{
    width: 12.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3.75rem;
}
.footer-menu:last-of-type{
    margin-bottom: 0;
}
.footer-menu-header{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.footer-menu-header:hover{
    color: #209443;
}
.footer-menu-items{
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-menu-item{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #b2b2b2;
    text-decoration: none;
    margin-bottom: 0.9375rem;
}
.footer-menu-item:hover{
    color: #209443;
}
.footer-menu-item:last-of-type{
    margin-bottom: 0;
}
.footer-contact-info{
    width: 26.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
}
.footer-contact-info-body{
    width: 100%;
    padding-top: 1.875rem;
}
.footer-contact-info-address{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #b2b2b2;
}
.footer-contact-info-methods{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-method{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #b2b2b2;
    text-decoration: none;
    margin-bottom: 0.9375rem;
}
.footer-contact-info-method:hover{
    color: #209443;
}
.footer-contact-info-method:last-of-type{
    margin-bottom: 0;
}
.footer-contact-info-footer{
    width: 100%;
    padding-top: 3.75rem;
}
.footer-contact-info-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-action{
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 1.875rem;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    background: #209443;
}
.footer-contact-info-action:hover{
    background: #ffffff;
    color: #209443;
}
.footer-container-footer{
    width: 100%;
    padding-top: 9.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-container-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-copyright{
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 500;
}
.footer-container-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-solution-provider{
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 500;
}
.footer-solution-provider a{
    color: #ffffff;
    text-decoration: none;
}
.footer-solution-provider a:hover{
    color: #209443;
}