/* Aero 10 */
/* Footer Top */
.footer-top {
   background-color: #f2f6ff;
   border-top: 16px solid #dbe3f5;
   box-shadow: 0 -8px 0 var(--color-primary);
}

.footer-top .region-footer-top .footer-top-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.footer-top .region-footer-top .footer-top-wrapper .footer-logo {
   max-width: 27.5rem;
}

.footer-top .region-footer-top .footer-top-wrapper .footer-social h5 {
   color: var(--color-primary);
   white-space: nowrap;
   margin-left: 3rem;
}

.footer-top .region-footer-top .footer-top-wrapper .footer-social .social-icons {
   display: flex;
   gap: 0.5rem;
   justify-content: flex-end;
}

/* Footer Bottom */
.footer-bottom-blocks .footer-bottom-blocks-container {
   flex-direction: row;
   gap: 0;
}

.footer-bottom-blocks .footer-bottom-block-right .footer-bottom-right {
   display: flex;
   justify-content: flex-end;
   gap: 32px;
   font-size: 0.875rem;
   font-weight: 500;
}

.footer-bottom-blocks .footer-bottom-block-right .footer-bottom-right a {
   position: relative;
}
.footer-bottom-blocks .footer-bottom-block-right .footer-bottom-right > a + a::before {
   content: "";
   background: #d2dcf2;
   position: absolute;
   bottom: 24%;
   left: -16px;
   height: 50%;
   width: 1px;
}

footer.footer-bottom.footer {
   display: none;
}
