.videoblock{
    text-align: right;
}

.videoblock img{
    width: 100%;
}

.maxw-40{
    max-width: 40rem;
}

.logo-bg{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.logo-bg>img{
    width: auto;
    height: 150%;
}

.fs-18{
    font-size: 18px;
    line-height: 25px;
}

.maxw-44{
    max-width: 44rem;
}

.maxw-50{
    max-width: 50rem;
}

footer{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: calc(1rem - 4px);
    line-height: calc((1rem - 4px) * 1.38);
    padding-top: 1rem;
    border-top: 1px solid #84A7CE;;
}

.footer-left{
    max-width: calc((1rem - 4px) * 16);
}

.footer-right{
    max-width: calc((1rem - 2px) * 14);
}

.footer-left a img{
    width: 6rem;
}

.footer-left a{
    display: block;
    text-decoration: underline solid #000000;
}

.footer-left a:first-child{
    padding-bottom: 8px;
}

.footer-left a:nth-child(2){
    padding-bottom: 5px;
}

.footer-right p:first-child{
    font-size: calc(1rem - 2px);
    line-height: calc((1rem - 2px) * 1.38);
    font-weight: 500;
    padding-bottom: 5px;
}

.footer-right p:last-child{
    font-weight: 500;
    padding-top: 5px;
}