:root {
    --theme-primary: #01346F;
    --background: #F5F8FC;
}

html {
    font-family: "Inter";
    font-size: 16px;
}

body {
    min-height: 100vh;
    color: #333;
    background-color: var(--background);
    margin: 0;
    padding: 0;
    font-family: "Inter", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

    body.noscroll {
        overflow: hidden;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.page-header {
    padding-top: 10px;
    padding-bottom: 5px;
}

    .page-header .page-header-label {
        margin-bottom: 8px;
        color: var(--theme-primary);
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
    }

    .page-header .page-header-text {
        color: var(--theme-primary);
        font-family: 'Inter';
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: 45px;
        /*letter-spacing: -0.8px;*/
    }

.section-divider-line {
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
footer.footer-sticky {
    background-color: #fff;
    position: sticky;
    top: calc(100vh - 50px);
    height: 50px;
    display: flex;
    align-items: center;
}

body body {
    min-height: 0;
}
