.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-6b57b6bd-4ad7-b35d-72e6-327369c768ea {
background: #F6F8FF;
}.lfr-layout-structure-item-b3db77bd-354d-65b9-da10-4e0a6c6deb68 {
margin-left: auto !important;
margin-right: auto !important;
max-width: 1248px !important;
padding-bottom: 24px !important;
padding-left: 16px !important;
padding-right: 16px !important;
}
.lfr-layout-structure-item-b3db77bd-354d-65b9-da10-4e0a6c6deb68 {
.view-more-btn-cover{
  display: none;
}
}.lfr-layout-structure-item-17f3b3ad-5d6b-7897-0a2e-1d5db4d29077 {
font-family: 'Inter', sans-serif;

    .gap-2 {
        gap: 8px;
    }

    button:focus {
        outline: none !important;
    }

    /* Navigation Bar */
    .navbar {
        background-color: #2B3990;
        color: white;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .nav-links {
        display: flex;
        align-items: center;
        list-style: none;
        max-width: 1248px;
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-weight: 500;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 100%;
        opacity: .8;
        display: inline-block;
    }

    .nav-links a.active {
        border-bottom: 4px solid #EA7330;
        opacity: 1;
        font-weight: 700;
    }
}