footer a{font-family:"BNYM_CORPORATE_Akkurat_Pro_Regular";display:block;font-size:14px;text-decoration:none}
footer .transferDocument-container-fullwidth{background:#f6f6f6;color:#000;border:0}
footer .footer-container{max-width:80pc;width:calc(100% - 2rem) !important;margin:0 auto;padding:32px 0}
footer .footer-links-container{display:flex;flex-direction:column-reverse}
footer .footer-links-container .footer-links a{color:#000;font-size:14px;text-decoration:none;font-family:"BNYM_CORPORATE_Akkurat_Pro_Regular";font-weight:700;margin-bottom:10px;width:fit-content;border-bottom:2px solid transparent}
footer .footer-links-container .footer-links a:hover{border-bottom:2px solid #000}
footer .footer-links-container .footer-links{display:grid;grid-template-areas:"service about" "privacy privacy" "investor investor";grid-template-columns:1fr 1fr;column-gap:10px;row-gap:20px}
footer .footer-below-text-container{padding:8px 0 16px 0;font-family:"BNYM_CORPORATE_Akkurat_Pro_Regular"}
footer p{font-family:"BNYM_CORPORATE_Akkurat_Pro_Regular";font-size:14px !important;color:#666;margin:0 !important}
footer hr{margin:10px 0 !important}
footer .footer-below-text-container a{color:#000;font-weight:700;text-decoration:none;border-bottom:2px solid #666;display:inline-block;padding-bottom:0}
footer .footer-below-text-container a:hover{background-color:#000;color:#FFF !important;border-color:#000}
@media(min-width:768px){footer .footer-links-container{flex-direction:row}
footer .footer-links-container .footer-links{grid-template-areas:"service about privacy" "investor investor investor";grid-template-columns:unset;width:58%}
footer .footer-country-container{width:42%;padding-left:30px}
}
@media(min-width:1024px){footer .footer-links-container .footer-links{grid-template-areas:"service about privacy investor investor";grid-template-columns:unset;width:100%}
footer .footer-links-container:has(.footer-country-container) .footer-links{grid-template-areas:"service about privacy investor";grid-template-columns:unset;width:75%}
footer .footer-country-container{width:25%}
}