:root {
    --bg: #f5f8fc;
    --surface: #ffffff;
    --surface-alt: #eef4fb;
    --text: #213246;
    --muted: #637488;
    --primary: #1a4e7d;
    --primary-strong: #143f67;
    --accent: #1f7f8d;
    --border: #d5e1ef;
    --shadow-sm: 0 8px 18px rgba(20,56,92,0.08);
    --shadow-md: 0 16px 38px rgba(19,54,89,0.12)
}

* {
    box-sizing: border-box
}

html,body {
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: 'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 10% -20%,#ffffff 0%,#f5f8fc 55%,#edf3fb 100%);
    line-height: 1.72
}

.skip-link {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.skip-link:focus {
    position: fixed;
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 1000
}

button.skip-link {
    border: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

a {
    color: var(--primary);
    text-decoration: none
}

a:hover {
    color: var(--primary-strong)
}

a[href]:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 3px solid #0f2f4d;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(15,47,77,0.16)
}

p a,li a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.nav-link,a.btn,.service-tile,.report-links a,.report-side-nav .report-nav-link,.footer-links a,.footer-policy a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Source Serif 4',Georgia,serif;
    color: var(--primary-strong);
    line-height: 1.23;
    letter-spacing: 0.1px
}

.site-header {
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(176,197,221,0.5)
}

.site-header.scrolled {
    box-shadow: 0 10px 24px rgba(18,54,88,0.12)
}

.navbar {
    min-height: 102px
}

.navbar-brand img {
    height: 60px;
    width: auto
}

.navbar-light .navbar-nav .nav-link {
    color: #345370;
    font-weight: 700;
    font-size: 0.93rem;
    letter-spacing: 0.2px;
    padding: 0.72rem 0.68rem;
    border-radius: 0;
    background: transparent;
    position: relative;
    transition: color 0.2s ease
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0.68rem;
    right: 0.68rem;
    bottom: 0.42rem;
    height: 2px;
    background: #2a2a5e;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active {
    color: #2a2a5e
}

.navbar-light .navbar-nav .nav-link:hover::after,.navbar-light .navbar-nav .nav-link.active::after {
    transform: scaleX(1)
}

.navbar-toggler {
    border-color: #bdd0e6
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(20,63,103,0.28)
}

.navbar-light .navbar-nav .nav-link:focus-visible {
    outline: 3px solid #0f2f4d;
    outline-offset: 3px;
    border-radius: 6px
}

.btn-accent {
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 0.64rem 1.2rem;
    border: 1px solid transparent;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(30,126,140,0.25)
}

.btn-accent:hover {
    background: #196d79;
    color: #fff
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--hero-bg,linear-gradient(150deg,#f0f5fb,#e2edf8));
    background-size: cover;
    background-position: center;
    min-height: 430px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dbe6f2
}

.hero-section.hero-inner {
    min-height: 172px
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,rgba(247,251,255,0.94),rgba(234,243,252,0.84))
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
    color: var(--text)
}

.hero-controls {
    position: absolute;
    top: .9rem;
    right: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .45rem
}

.hero-control {
    z-index: 2;
    border: 1px solid rgba(20,63,103,0.35);
    background: rgba(255,255,255,0.92);
    color: #143f67;
    border-radius: 999px;
    padding: .34rem .74rem;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.2
}

.hero-control:hover {
    color: #143f67;
    background: #fff
}

.hero-control:focus-visible {
    outline: 3px solid #0f2f4d;
    outline-offset: 2px;
    border-color: #0f2f4d
}

.hero-section.hero-inner .hero-content {
    padding: 1.45rem 0
}

.hero-eyebrow {
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 1.6px;
    color: #145e6a;
    margin-bottom: 0.72rem
}

.hero-content h1 {
    color: var(--primary-strong);
    font-size: clamp(2rem,4.5vw,3.2rem);
    margin-bottom: 1rem
}

.hero-section.hero-inner .hero-content h1 {
    font-size: clamp(1.45rem,2.3vw,2rem);
    margin-bottom: 0.45rem
}

.hero-subtitle {
    max-width: 780px;
    color: #3f5871;
    font-size: 1.05rem;
    transition: opacity 0.26s ease,transform 0.26s ease
}

.hero-content h1 {
    transition: opacity 0.26s ease,transform 0.26s ease
}

.hero-swap-out {
    opacity: 0;
    transform: translateY(5px)
}

.hero-section.hero-inner .hero-subtitle {
    font-size: 0.93rem;
    margin-bottom: 0
}

.section-space {
    padding: 44px 0
}

.section-space>.container {
    --section-inset: 1.5rem
}

.section-space>.container>:not(.panel) {
    padding-left: var(--section-inset);
    padding-right: var(--section-inset)
}

.section-heading {
    margin-bottom: 1rem
}

.section-lead {
    color: var(--muted);
    margin-bottom: 1.2rem
}

.panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none
}

.service-tile {
    border: 1px solid #e3ecf7;
    border-radius: 10px;
    background: #fff;
    padding: 1.2rem;
    height: 100%;
    position: relative;
    box-shadow: 0 3px 10px rgba(15,58,95,0.05);
    transition: border-color 0.22s ease,transform 0.22s ease
}

.service-tile:hover {
    transform: translateY(-4px);
    border-color: #c5daee;
    box-shadow: 0 8px 16px rgba(15,58,95,0.09)
}

.service-tile img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 0.9rem
}

.service-tile h2,.service-tile h3 {
    font-size: 1.3rem;
    margin-bottom: 0.45rem
}

.service-tile p {
    color: var(--muted);
    margin-bottom: 0;
    font-size: 0.95rem
}

.service-tile-link {
    color: inherit;
    text-decoration: none
}

.service-tile-link:hover {
    color: inherit
}

.service-tile-link:focus-visible {
    outline: 3px solid #0f2f4d;
    outline-offset: 4px;
    border-radius: 6px
}

.service-tile:focus-within {
    border-color: #0f2f4d;
    box-shadow: 0 0 0 3px rgba(15,47,77,0.2),0 8px 16px rgba(15,58,95,0.09)
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.stat-item {
    background: transparent;
    border: 0;
    border-left: 2px solid #bfd4e9;
    border-radius: 0;
    padding: 0.35rem 0 0.35rem 0.9rem
}

.stat-value {
    font-size: 1.95rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1
}

.stat-label {
    color: var(--muted);
    margin-top: 0.62rem;
    font-size: 0.9rem
}

.approach-grid,.card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px
}

.approach-card,.info-card,.report-card,.company-card {
    background: linear-gradient(180deg,#ffffff,#fbfdff);
    border-radius: 12px;
    border: 1px solid #dde8f5;
    padding: 1.1rem 1.15rem;
    box-shadow: none;
    height: 100%
}

.approach-card h3,.approach-card h4,.info-card h3,.info-card h4,.company-card h3,.company-card h4 {
    font-size: 1.15rem;
    margin-bottom: 0.52rem
}

.approach-card p,.info-card p,.company-card p {
    color: var(--muted);
    margin-bottom: 0;
    font-size: 0.95rem
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px
}

.leader-profile {
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 14px;
    align-items: start;
    padding: 0.95rem 0 0.95rem 0.2rem;
    border-bottom: 1px dashed #d1e0f1
}

.leader-profile img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #deebf8
}

.leader-profile h3 {
    margin-bottom: 0.35rem;
    font-size: 1.34rem
}

.leader-profile p {
    margin-bottom: 0;
    color: var(--muted)
}

.leadership-alt-list {
    display: grid;
    gap: 0.7rem
}

.leader-alt {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1.2rem;
    align-items: start;
    padding: 1rem 0;
    border-bottom: 1px dashed #d1e0f1
}

.leader-alt:last-child {
    border-bottom: 0
}

.leader-alt.reverse {
    grid-template-columns: 1fr 220px
}

.leader-alt.reverse .leader-media {
    order: 2
}

.leader-alt.reverse .leader-copy {
    order: 1
}

.leader-media img {
    width: 220px;
    height: 255px;
    border-radius: 16px;
    object-fit: cover;
    border: 2px solid #d7e6f4
}

.leader-copy h3,.leader-copy h4 {
    margin-bottom: 0.25rem;
    font-size: 1.24rem
}

.leader-copy p {
    color: var(--muted)
}

.leader-copy p:last-child {
    margin-bottom: 0
}

.person-role {
    color: #143f67;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0.35rem
}

.leadership-grid .leader-profile .person-role {
    color: #0f2f4d !important
}

.founder-content h3 {
    margin-bottom: 0.45rem
}

.founder-content p {
    margin-bottom: 0;
    color: var(--muted)
}

.contact-strip {
    background: linear-gradient(90deg,#e5eef8,#dce9f7);
    padding: 38px 0;
    border-top: 1px solid #cfdff1;
    border-bottom: 1px solid #cfdff1
}

.contact-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.contact-strip h2 {
    color: var(--primary-strong);
    margin: 0;
    font-size: clamp(1.35rem,2.8vw,1.95rem)
}

.contact-strip .btn-light {
    background: #fff;
    color: var(--primary);
    border: 1px solid #b8cde3;
    border-radius: 999px;
    padding: 0.58rem 1.1rem;
    font-weight: 700
}

.contact-strip .btn-light:hover {
    background: #f3f8fe;
    color: var(--primary-strong)
}

.contact-strip .btn-light:focus-visible {
    background: #fff;
    color: var(--primary-strong);
    border-color: #0f2f4d
}

.site-footer {
    background: #edf3fa;
    color: #3f5871;
    padding: 58px 0 26px;
    border-top: 1px solid #d2e0ef
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 12px
}

.site-footer h6 {
    color: var(--primary-strong);
    margin-bottom: 0.9rem;
    font-size: 1.02rem
}

.footer-copy,.site-footer p,.site-footer a {
    color: #4f667f;
    font-size: 0.94rem
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: 0.48rem
}

.footer-meta {
    border-top: 1px solid #c9daed;
    margin-top: 22px;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap
}

.footer-meta p {
    margin: 0
}

.footer-policy {
    display: flex;
    gap: 12px
}

.footer-policy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.gallery-grid li {
    margin: 0
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid var(--border)
}

.badge-soft {
    background: linear-gradient(120deg,#f0f7ff,#dcedff);
    border: 1px solid #bed5ef;
    color: #104c7e;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.36rem 0.84rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.7rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    box-shadow: inset 0 1px 0 #fff
}

.badge-heading {
    font-family: 'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    line-height: 1.1
}

.badge-soft::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg,#2ca0c3,#13739f)
}

.nav-pills {
    gap: 10px
}

.aif-tabs {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 992px) {
    .aif-tabs {
        padding-left:3rem;
        padding-right: 3rem
    }
}

.nav-pills .nav-link {
    border-radius: 999px;
    border: 1px solid #7894b1;
    color: var(--primary);
    font-weight: 700;
    background: #fff
}

.nav-pills .nav-link:focus-visible {
    outline: 3px solid #0f2f4d;
    outline-offset: 2px;
    border-color: #0f2f4d
}

.nav-pills .nav-link.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.list-clean {
    margin: 0;
    padding-left: 1.1rem
}

.list-clean li {
    margin-bottom: 0.35rem;
    color: var(--muted)
}

.icon-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.58rem
}

.icon-bullets li {
    position: relative;
    padding-left: 1.85rem;
    color: #4c627a
}

.icon-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(140deg,#2f95ba,#1c6f99);
    box-shadow: 0 6px 12px rgba(26,101,141,0.24)
}

.icon-bullets li::after {
    content: "\2713";
    position: absolute;
    left: 4px;
    top: 1px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700
}

.number-list {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.72rem
}

.number-list li {
    counter-increment: item;
    position: relative;
    padding-left: 2.1rem;
    color: #4c627a
}

.number-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0.04rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #bed5eb;
    background: #eff6ff;
    color: #1a5d90;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.45rem;
    text-align: center
}

.feature-split {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 18px
}

.service-lines {
    display: grid;
    gap: 0.85rem
}

.service-line {
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #d5e4f5
}

.service-line h3,.service-line h4 {
    margin-bottom: 0.25rem;
    font-size: 1.08rem
}

.service-line p {
    margin-bottom: 0;
    color: var(--muted)
}

.inline-highlight {
    background: linear-gradient(160deg,#f5f9ff,#edf5fe);
    border: 1px solid #d7e6f6;
    border-radius: 12px;
    padding: 1rem 1.1rem
}

.fund-sheet {
    display: grid;
    gap: 0.82rem
}

.fund-row {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1rem;
    border-bottom: 1px dashed #d8e6f4;
    padding-bottom: 0.68rem
}

.fund-row:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.fund-row strong {
    color: var(--primary)
}

.aif-list {
    margin-bottom: 0
}

.aif-list>[class*="col-"] {
    display: flex
}

.aif-item {
    padding: 1.05rem 1.1rem;
    border: 1px solid #d7e4f3;
    border-top: 0;
    border-radius: 10px;
    background: linear-gradient(180deg,#ffffff,#fbfdff);
    width: 100%;
    height: 100%
}

.aif-item h4 {
    margin-bottom: 0.4rem
}

.report-card img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 0.9rem
}

.report-links {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.report-links li {
    margin: 0
}

.report-links a {
    border: 1px solid #bfd4ea;
    border-radius: 10px;
    background: #f6fafe;
    padding: 0.65rem 0.75rem;
    color: var(--primary);
    font-weight: 600
}

.report-side-nav {
    gap: 10px
}

.report-side-nav .report-nav-link {
    text-align: left;
    border-radius: 12px;
    border: 1px solid #d4e2f0;
    background: #fff;
    padding: 0.8rem 0.9rem
}

.report-side-nav .report-nav-title {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.2rem
}

.report-side-nav .report-nav-copy {
    display: block;
    font-size: 0.9rem;
    margin: 0;
    color: #62778f
}

.report-side-nav .nav-link.active {
    color: #2a2a5e;
    border-color: #a8c3df;
    background: #f4f9ff;
    box-shadow: inset 3px 0 0 #2a2a5e
}

.report-content-shell {
    border: 1px solid #d7e6f5;
    border-radius: 12px;
    background: #fbfdff;
    padding: 1rem;
    min-height: 280px
}

.empty-report {
    margin: 0;
    color: #6d8299;
    font-weight: 600
}

.form-shell {
    background: #fff;
    border: 1px solid #deebf7;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 4px 12px rgba(19,57,91,0.06)
}

.policy-document {
    width: 100%;
    min-height: 760px;
    border: 1px solid #d7e6f5;
    border-radius: 12px;
    background: #fff
}

.form-control,.form-select {
    border-radius: 10px;
    border-color: #7894b1;
    padding: 0.65rem 0.8rem
}

.form-control:focus,.form-select:focus {
    border-color: #143f67;
    box-shadow: 0 0 0 0.2rem rgba(20,63,103,0.16)
}

.form-note {
    color: var(--muted);
    font-size: 0.95rem
}

.required-field::after {
    content: " *";
    color: #143f67
}

.form-text a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.alert {
    border-radius: 12px
}

@media (max-width: 1199px) {
    .approach-grid,.card-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .stat-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .gallery-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height:94px
    }

    .section-space {
        padding: 34px 0
    }

    .hero-section {
        min-height: 360px
    }

    .hero-content {
        padding: 3.25rem 0
    }

    .hero-controls {
        top: .45rem;
        right: .1rem;
        gap: .3rem
    }

    .hero-control {
        font-size: .72rem;
        padding: .3rem .62rem
    }

    .aif-tabs {
        padding-left: 0.82rem;
        padding-right: 0.82rem
    }

    .approach-grid,.card-grid,.leadership-grid,.gallery-grid,.stat-grid {
        grid-template-columns: 1fr
    }

    .leader-profile {
        grid-template-columns: 84px 1fr;
        gap: 11px
    }

    .leader-profile img {
        width: 84px;
        height: 84px
    }

    .leader-alt,.leader-alt.reverse {
        grid-template-columns: 1fr;
        gap: 0.72rem
    }

    .leader-alt.reverse .leader-media,.leader-alt.reverse .leader-copy {
        order: initial
    }

    .leader-media img {
        width: 100%;
        max-width: 220px;
        height: 200px
    }

    .hero-section.hero-inner {
        min-height: 156px
    }

    .hero-section.hero-inner .hero-content h1 {
        font-size: 1.32rem
    }

    .feature-split {
        grid-template-columns: 1fr
    }

    .section-space>.container {
        --section-inset: 0.82rem
    }

    .fund-row {
        grid-template-columns: 1fr;
        gap: 0.28rem
    }

    .footer-policy,.footer-policy-list {
        flex-wrap: wrap
    }

    .policy-document {
        min-height: 520px
    }
}

.brand-identity {
    display: inline-flex;
    align-items: center;
    gap: .6rem
}

.brand-wordmark {
    font-family: 'Source Serif 4',Georgia,serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--primary-strong);
    text-transform: uppercase;
    line-height: 1
}

.footer-brand {
    display: flex
}

.footer-brand .brand-wordmark {
    font-size: .95rem;
    color: #2a4562
}

@media (max-width: 767px) {
    .brand-wordmark {
        font-size:.84rem
    }
}

.brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .12rem
}

.brand-copy .brand-wordmark {
    font-size: 22px!important;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1
}

.brand-subline {
    font-family: 'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    color: #3b5878;
    white-space: nowrap
}

.footer-brand .brand-subline {
    color: #44617f
}

@media (max-width: 767px) {
    .hero-section .container.hero-content {
        padding-left:1rem;
        padding-right: 1rem
    }

    .hero-section.hero-inner .container.hero-content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

