.ssg-section,
.ssg-section *{box-sizing:border-box}
.ssg-section{width:100%;background:#fff;padding:20px 0 0}
.ssg-inner{width:100%;margin:0 auto}
.ssg-heading-wrap{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 24px;text-align:center}
.ssg-heading-text{margin:0;color:#0A2B59;font-family:Arial,Helvetica,sans-serif;font-size:27px;line-height:1.2;font-weight:800;letter-spacing:.2px;text-transform:uppercase}
.ssg-heading-decor{display:inline-flex;align-items:center;flex:0 0 auto}
.ssg-heading-line{display:block;width:72px;height:2px;background:#F2A900}
.ssg-heading-dot{display:block;width:8px;height:8px;border-radius:50%;background:#F2A900;flex:0 0 auto}
.ssg-heading-decor-left .ssg-heading-dot{margin-right:0}
.ssg-heading-decor-right .ssg-heading-dot{margin-left:0}
.ssg-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;border-top:1px solid #E4E7EB;border-left:1px solid #E4E7EB}
.ssg-card{position:relative;display:block;min-width:0;min-height:235px;background:#fff;border-right:1px solid #E4E7EB;border-bottom:1px solid #E4E7EB;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease;overflow:hidden}
.ssg-card:hover{transform:translateY(-4px);z-index:2;box-shadow:0 10px 24px rgba(10,43,89,.10)}
.ssg-card-inner{min-height:inherit;height:100%;padding:28px 15px 18px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}
.ssg-icon{height:74px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.ssg-icon i{font-size:58px;color:#0A2B59;line-height:1}
.ssg-icon svg,.ssg-icon img{display:block;width:58px;height:58px;object-fit:contain;color:#0A2B59;fill:#0A2B59}
.ssg-number{color:#F2A900;font-size:17px;line-height:1.15;font-weight:700;margin-bottom:2px}
.ssg-title{color:#0B1F3A;font-size:14px;line-height:1.2;font-weight:800;text-transform:uppercase;margin-bottom:18px;word-break:normal}
.ssg-card-line{display:block;width:38px;height:2px;background:#F2A900;margin-top:auto}
@media (max-width:1024px){.ssg-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ssg-heading-text{font-size:23px}}
@media (max-width:767px){.ssg-section{padding-top:12px}.ssg-heading-wrap{gap:10px;margin-bottom:16px}.ssg-heading-line{width:34px}.ssg-heading-text{font-size:18px}.ssg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ssg-card{min-height:205px}.ssg-card-inner{padding:22px 10px 16px}.ssg-icon{height:60px}.ssg-icon i{font-size:46px}.ssg-icon svg,.ssg-icon img{width:46px;height:46px}.ssg-title{font-size:12px}}
