.footer-top-banner {background: #012D61;padding: 48px 0px;color: #fff;}
.footer-top-banner .ch-container *:last-child {margin-bottom: 0;}
.footer-top-banner p {color: inherit;}

.footer-main {padding-top:46px;padding-bottom: 53px;background-color: #f6f6f6;font-size:16px;line-height: 20px;}

.footer-main nav {display: flex;flex-direction: column;gap:16px;}
.footer-main nav a {color: inherit;}
.footer-main nav + nav {margin-top:32px;}

.footer-header {font-size:24px;line-height: 32px;}

.footer-main-link {border-radius: 8px;border: 2px solid rgba(0, 0, 0, 0.20);padding:24px 16px;display: block;color: inherit;font-size: 20px;line-height: 24px;position: relative;}
.footer-main-link:after {content: " "; position: absolute;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.70697 13.707L4.29297 12.293L8.58597 7.99997L4.29297 3.70697L5.70697 2.29297L11.414 7.99997L5.70697 13.707Z' fill='%23080808'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: center;width:16px;height: 24px;position: absolute;right: 16px;}
.footer-main-link:hover {border: 2px solid #080808;background: #080808;color: #fff;text-decoration: none;}
.footer-main-link:hover:after {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.70697 13.707L4.29297 12.293L8.58597 7.99997L4.29297 3.70697L5.70697 2.29297L11.414 7.99997L5.70697 13.707Z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat: no-repeat;}
.footer-main-link:focus {text-decoration: none;}

.footer-social {display: flex;gap:12px;}
.footer-social-header {margin-top:32px;margin-bottom:16px;font-size:20px;line-height: 24px;}
.footer-social-icon {border:2px solid rgba(0, 0, 0, 0.20); border-radius: 100px; width:48px;height: 48px;display: flex;justify-content: center;align-items: center;}
.footer-social-icon:hover {border:2px solid #080808;}
.footer-social-icon:focus {outline-style: dotted;outline-color:#080808; outline-width: 2px; outline-offset: 2px; text-decoration: none;}
.footer-social-icon:active {border:2px solid #080808;background:#080808;}
.footer-social-icon:active svg {fill: #fff;}

.footer-bottom {padding-top:40px;padding-bottom: 32px;font-size:16px;line-height: 20px;}
.footer-bottom nav {display: flex;padding-bottom: 40px;gap:31px;}
.footer-bottom nav a {color: inherit;}
.footer-bottom .copyright {color: #686868;padding-top:30px;border-top: 1px solid #9d9d9d;}

@media (min-width: 601px) {
    .footer-main .footer-col-row {display: flex;gap: 24px;flex-wrap: wrap;}
    .footer-main .footer-col {flex-basis: calc(50% - 24px);flex-shrink: 0;}
    .footer-main-link {margin-right:56px;}
}
@media (min-width: 904px) {
    .footer-main .footer-col {flex-basis: 0;flex-grow: 1;}
}
@media (max-width: 600px) {
    .footer-main .footer-col-row {display: flex;gap: 32px;flex-wrap: wrap;}
    .footer-main .footer-col {flex-basis: 100%;}
    .footer-bottom nav {flex-direction: column;gap:16px;}
}
