.noveo_footer{
    padding-top: 144px;
    padding-bottom: 72px;
    background-color: #232323;
    background-image: url('content/footerBackground.svg');
    background-position: calc(50% + 324px) bottom;
    background-repeat: no-repeat;
}

.noveo_footer h3{
    color: #FCFCFC;
    margin-bottom: 72px;
}
.noveo_footer p{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #FCFCFC;
}
.noveo_footer p a{
    color: #FCFCFC;
    transition-duration: 0.4s;
}
.noveo_footer p a:hover{
    color: #1780C1;
}
.noveo_footer p strong{
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 16px;
}

.noveo_footer .top_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.noveo_footer .logo{
    display: block;
    margin-bottom: 72px;
}
.noveo_footer .menu{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.noveo_footer .menu a{
    font-size: 1.4rem;
    line-height: 100%;
    color: #FCFCFC;
    font-weight: 800;
    transition-duration: 0.4s;
}
.noveo_footer .menu a:hover{
    color: #1780C1;
}
.noveo_footer .noveo_btn{
    margin-top: calc(72px - 24px);
}
.noveo_footer .hours{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.noveo_footer .hours>div{
    width: calc(50% - 12px);
}
.noveo_footer .hours>div>*:last-child{
    margin-bottom: 0px;
}

.noveo_footer .bottom_box{
    margin-top: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.noveo_footer .bottom_box p{
    margin-bottom: 0px;
}
.noveo_footer .bottom_box a{
    font-weight: 800;
}

.wcag_panel{
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 39;
}
.wcag_panel a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #1780C1;
    border-radius: 4px 0px 0px 4px;
    transition-duration: 0.4s;
}
.wcag_panel a:hover{
    background-color: #E3A326;
}
.wcag_panel a:focus-visible{
    outline: 2px solid;
}
.wcag_panel a img{
    width: 32px;
}