/* About page: introduction followed by the supplied two-by-two linked topics. */
.about-reference{background:#fff;color:#20386e;padding:38px 0 64px}
.about-reference .about-copy{font-size:1.08rem;line-height:1.95;margin-bottom:34px}
.about-copy h1{font-size:2rem;font-weight:500;line-height:1.3;margin:0 0 22px}
.about-copy p{margin:0 0 15px}
.about-business{display:flex;flex-wrap:wrap;gap:8px 24px;padding-top:3px}
.about-business a:hover{text-decoration:underline}
.about-topics{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.about-topic{display:flex;flex-direction:column;border:1px solid #dfe6f7;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 3px 12px rgba(24,45,92,.07);color:#20386e;transition:box-shadow .18s,border-color .18s}
.about-topic:hover{border-color:#879bc5;box-shadow:0 7px 20px rgba(24,45,92,.12)}
.about-topic:focus-visible{outline:3px solid #087ea9;outline-offset:4px}
.about-topic img{display:block;width:100%;height:176px;object-fit:cover;object-position:center}
.about-topic[data-topic="careers"] img{object-position:50% 45%}
.about-topic .topic-body{padding:20px 18px 18px;display:flex;flex-direction:column;flex:1}
.about-topic h2{font-size:1.25rem;font-weight:500;margin:0 0 12px}
.about-topic p{font-size:1rem;line-height:1.8;margin:0 0 16px}
.about-topic .topic-more{font-size:.95rem;margin-top:auto}
.about-topic:hover .topic-more{text-decoration:underline;text-underline-offset:4px}
.about-language-note{max-width:1200px;margin:20px auto 0;font-size:.875rem;color:#64718c}
@media(max-width:760px){.about-reference{padding:28px 0 44px}.about-reference .about-copy{font-size:1rem}.about-copy h1{font-size:1.7rem}.about-topics{grid-template-columns:1fr}.about-topic img{height:190px}.about-business{display:block}.about-business span{display:block}}
@media(prefers-reduced-motion:reduce){.about-topic{transition:none}}
