.gff-section-links--bg-light{max-width:1120px;margin:0 auto}
.gff-section-links--bg-dark{background-color:#001f3f}
.gff-section-links__header{margin-bottom:48px}
.gff-section-links__header--left{text-align:left}
.gff-section-links__header--center{text-align:center}
.gff-section-links__title{font-size:28px;font-weight:600;line-height:34px;color:var(--color-title,#151d2c);letter-spacing:-1px;margin:0}
.gff-section-links__grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:32px;row-gap:40px;max-width:1360px;margin:0 auto}
.gff-section-links__column{display:flex;flex-direction:column;gap:24px}
.gff-section-links__block{display:flex;flex-direction:column}
.gff-section-links__subtitle{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:24px}
.gff-section-links__subtitle-text{font-size:20px;line-height:26px;letter-spacing:-1px;color:var(--color-subtitle,#00429c)}
.gff-section-links__subtitle-icon{height:20px;width:20px;object-fit:cover;border-radius:50%}
.gff-section-links__description p{line-height:24px;letter-spacing:-0.5px;color:#151d2c;margin:0;margin-bottom:16px}
.gff-section-links__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.gff-section-links__list li{display:flex;align-items:center;gap:4px}
.gff-section-links__link{font-weight:600;color:#00429c;text-decoration:none;border-bottom:1px solid #006ffd}
.gff-section-links__link:hover{color:#4071b5}
.gff-section-links__link:hover+.gff-section-links__link-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(69%) saturate(519%) hue-rotate(175deg) brightness(92%) contrast(84%)}
.gff-section-links__link-icon{height:20px;width:20px;object-fit:contain}
@media(min-width:768px){.gff-section-links__block:not(:has(.gff-section-links__subtitle))::before{content:"";display:block;height:32px;margin-bottom:24px}
}
@media(max-width:1024px) and (min-width:768px){.gff-section-links--bg-light{margin:0 32px}
.gff-section-links__grid{column-gap:16px}
.gff-section-links__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:767px){.gff-section-links--bg-light{margin:0 16px}
.gff-section-links__grid{grid-template-columns:1fr;row-gap:24px}
.gff-section-links__header{margin-bottom:32px}
.gff-section-links__title{font-size:22px;line-height:28px}
.gff-section-links__subtitle{margin-bottom:16px}
.gff-section-links__subtitle-text{font-size:18px;letter-spacing:-0.5px}
.gff-section-links__link{font-size:14px;line-height:18px}
}