@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;600;700&display=swap');

.ig-section-821f36a9 {
    background-color: #0a1628;
    padding: 60px 40px;
    font-family: 'Barlow Condensed', sans-serif;
    box-sizing: border-box;
}

.ig-title-821f36a9 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.ig-highlight-821f36a9 {
    color: #f5c800;
}

.ig-line-821f36a9 {
    width: 48px;
    height: 3px;
    background-color: #f5c800;
    border-radius: 2px;
    margin-bottom: 28px;
}

.ig-grid-821f36a9 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media(min-width: 768px) {
    .ig-grid-821f36a9 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ig-card-821f36a9 {
    background-color: #122850;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 24px;
    transition: border-color 0.3s ease;
    opacity: 0; /* For fadeUp animation */
    transform: translateY(24px); /* For fadeUp animation */
    box-sizing: border-box;
}

.ig-card-821f36a9.ig-fadeup-821f36a9 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.ig-card-821f36a9:hover {
    border-color: rgba(245, 200, 0, 0.25);
}

.ig-card-header-821f36a9 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ig-card-icon-821f36a9 {
    width: 36px;
    height: 36px;
    background-color: rgba(245, 200, 0, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ig-card-title-821f36a9 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.ig-card-sep-821f36a9 {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.06);
    margin: 14px 0;
}

.ig-card-text-821f36a9 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
    margin: 0;
}

.ig-card-text-821f36a9 strong {
    font-weight: bold;
    color: #f5c800;
}
