@charset "UTF-8";

/*
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #2B3663;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ECAA14;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #6BABDF;
    --bs-white: #fff;
    --bs-gray: #9096ae;
    --bs-gray-dark: #243454;
    --bs-gray-100: #f6f9fb;
    --bs-gray-200: #edf4f7;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #9096ae;
    --bs-gray-700: #495057;
    --bs-gray-800: #243454;
    --bs-gray-900: #08193B;
    --bs-primary: #2B3663;
    --bs-secondary: #ECAA14;
    --bs-success: #198754;
    --bs-info: #6BABDF;
    --bs-warning: #ECAA14;
    --bs-danger: #dc3545;
    --bs-light: #edf4f7;
    --bs-dark: #08193B;
    --bs-primary-rgb: 43, 54, 99;
    --bs-secondary-rgb: 236, 170, 20;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 107, 171, 223;
    --bs-warning-rgb: 236, 170, 20;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 237, 244, 247;
    --bs-dark-rgb: 8, 25, 59;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "proxima-nova", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.16;
}

hr:not([size]) {
    height: 1px;
}


h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2B3663;
}

h1,
.h1 {
    font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 3rem;
    }
}

h2,
.h2 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2.5rem;
    }
}

h3,
.h3 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.5rem;
    }
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}


ul {
    padding-left: 2rem;
}


ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

small,
.small {
    font-size: 0.875em;
}

a {
    color: #2B3663;
    text-decoration: none;
}

a:hover {
    color: #222b4f;
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    font-weight: 400;
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

iframe {
    border: 0;
}

progress {
    vertical-align: baseline;
}

.lead {
    font-size: 1.125rem;
}

.display-4 {
    font-size: calc(1.5rem + 3vw);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.75rem;
    }
}


.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {

    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {


    .container-lg {
        max-width: 1140px;
    }
}

@media (min-width: 1320px) {


    .container-lg {
        max-width: 1220px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-3 {
    flex: 0 0 auto;
    width: 12.5%;
}

.col-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
}

.col-6 {
    flex: 0 0 auto;
    width: 25%;
}

.col-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-9 {
    flex: 0 0 auto;
    width: 37.5%;
}

.col-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
}

.col-12 {
    flex: 0 0 auto;
    width: 50%;
}

.col-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-24 {
    flex: 0 0 auto;
    width: 100%;
}

.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}

.g-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }

    .col-md-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }

    .col-md-18 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-24 {
        flex: 0 0 auto;
        width: 100%;
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem;
    }


    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }

    .col-lg-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }

    .col-lg-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }

    .col-lg-20 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem;
    }


    .gx-lg-7 {
        --bs-gutter-x: 7rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 20.83333333%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 37.5%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }

    .col-xl-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-15 {
        flex: 0 0 auto;
        width: 62.5%;
    }

    .col-xl-16 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }

    .col-xl-21 {
        flex: 0 0 auto;
        width: 87.5%;
    }


    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }


    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }


    .gx-xl-6 {
        --bs-gutter-x: 5rem;
    }


    .gx-xl-7 {
        --bs-gutter-x: 7rem;
    }
}

@media (min-width: 1320px) {

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 29.16666667%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 45.83333333%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-13 {
        flex: 0 0 auto;
        width: 54.16666667%;
    }

    .col-xxl-14 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-17 {
        flex: 0 0 auto;
        width: 70.83333333%;
    }

    .col-xxl-18 {
        flex: 0 0 auto;
        width: 75%;
    }

    .g-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5 {
        --bs-gutter-y: 3rem;
    }


    .gx-xxl-6 {
        --bs-gutter-x: 5rem;
    }


    .gx-xxl-7 {
        --bs-gutter-x: 7rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #000;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #000;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #dee2e6;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d7e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #6BABDF;
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #adb5bd;
    opacity: 1;
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.form-control:disabled {
    background-color: #edf4f7;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 1.5rem;
    margin: -0.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: #000;
    background-color: #edf4f7;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
    padding: 0.375rem 1.5rem;
    margin: -0.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: #000;
    background-color: #edf4f7;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e1e8eb;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e1e8eb;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 1.5rem;
    margin: -0.375rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: #000;
    background-color: #edf4f7;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e1e8eb;
}

.form-control-lg {
    min-height: calc(1.5em + 1.23rem + 2px);
    padding: 0.615rem 1rem;
    font-size: 1.125rem;
    border-radius: 0;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.615rem 1rem;
    margin: -0.615rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
    padding: 0.615rem 1rem;
    margin: -0.615rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.615rem 1rem;
    margin: -0.615rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1.23rem + 2px);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 4.5rem 0.375rem 1.5rem;
    -moz-padding-start: calc(1.5rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23243454' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 16px 12px;
    border: 1px solid #d5d7e0;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #6BABDF;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(43, 54, 99, 0.25);
}

.form-select:disabled {
    background-color: #edf4f7;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2rem;
}

.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #6BABDF;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #2B3663;
    border-color: #2B3663;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #2B3663;
    border-color: #2B3663;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: none;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: none;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.5625rem;
    background-color: #ECAA14;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ECAA14;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.375rem;
    color: transparent;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
}

.form-range::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ECAA14;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #ECAA14;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.375rem;
    color: transparent;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}


.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-tooltip {
    display: block;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}


.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.54375rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #000;
    text-decoration: none;
}


.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled,
.btn.disabled {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #2B3663;
    border-color: #2B3663;
}

.btn-primary:hover {
    color: #fff;
    background-color: #252e54;
    border-color: #222b4f;
}


.btn-primary:focus {
    color: #fff;
    background-color: #252e54;
    border-color: #222b4f;
    box-shadow: 0 0 0 none rgba(75, 84, 122, 0.5);
}


.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #222b4f;
    border-color: #20294a;
}


.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 none rgba(75, 84, 122, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #2B3663;
    border-color: #2B3663;
}

.btn-secondary {
    color: #000;
    background-color: #ECAA14;
    border-color: #ECAA14;
}

.btn-secondary:hover {
    color: #000;
    background-color: #efb737;
    border-color: #eeb32c;
}


.btn-secondary:focus {
    color: #000;
    background-color: #efb737;
    border-color: #eeb32c;
    box-shadow: 0 0 0 none rgba(201, 145, 17, 0.5);
}


.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #f0bb43;
    border-color: #eeb32c;
}


.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 none rgba(201, 145, 17, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000;
    background-color: #ECAA14;
    border-color: #ECAA14;
}

.btn-light {
    color: #000;
    background-color: #edf4f7;
    border-color: #edf4f7;
}

.btn-light:hover {
    color: #000;
    background-color: #f0f6f8;
    border-color: #eff5f8;
}


.btn-light:focus {
    color: #000;
    background-color: #f0f6f8;
    border-color: #eff5f8;
    box-shadow: 0 0 0 none rgba(201, 207, 210, 0.5);
}


.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f1f6f9;
    border-color: #eff5f8;
}


.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 none rgba(201, 207, 210, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #edf4f7;
    border-color: #edf4f7;
}

.btn-outline-secondary {
    color: #ECAA14;
    border-color: #ECAA14;
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #ECAA14;
    border-color: #ECAA14;
}


.btn-outline-secondary:focus {
    box-shadow: 0 0 0 none rgba(236, 170, 20, 0.5);
}


.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #ECAA14;
    border-color: #ECAA14;
}


.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 none rgba(236, 170, 20, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #ECAA14;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #2B3663;
    text-decoration: none;
}

.btn-link:hover {
    color: #222b4f;
    text-decoration: underline;
}

.btn-link:focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #9096ae;
}

.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    border-radius: 50rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}


.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 3rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #dee2e6;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    clear: both;
    font-weight: 400;
    color: #2B3663;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2B3663;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2B3663;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #2B3663;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #222b4f;
    text-decoration: none;
}

.nav-link.disabled {
    color: #9096ae;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #edf4f7 #edf4f7 #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #9096ae;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.navbar > .container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1.5rem;
    font-size: 1.125rem;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: #2B3663;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #2B3663;
}

.navbar-light .navbar-nav .nav-link {
    color: #2B3663;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #2B3663;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(43, 54, 99, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #2B3663;
}

.navbar-light .navbar-toggler {
    color: #2B3663;
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-footer {
    padding: 0.75rem 1.5rem;
    color: #9096ae;
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}


.card-img-top {
    width: 100%;
}


.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    color: #2B3663;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #273159;
    background-color: none;
    box-shadow: inset 0 -1px 0 rgba(43, 54, 99, 0.2);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23273159'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232B3663'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #6BABDF;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: none;
    border: 1px solid rgba(43, 54, 99, 0.2);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 0.75rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #2B3663;
    background-color: #edf4f7;
    border: 0 solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #222b4f;
    text-decoration: none;
    background-color: #edf4f7;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #222b4f;
    background-color: #edf4f7;
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2B3663;
    border-color: #2B3663;
}

.page-item.disabled .page-link {
    color: #9096ae;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
    padding: 1.1rem 1.1rem;
    font-size: 1.125rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-info {
    color: black;
    background-color: #6babdf;
    border-color: #6babdf;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #edf4f7;
    border-radius: 0;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2B3663;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #08193B;
    border: 1px solid rgba(43, 54, 99, 0.2);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #9096ae;
    pointer-events: none;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2B3663;
    border-color: #2B3663;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 992px) {

    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.16;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #2B3663 !important;
}

.border-2 {
    border-width: 2px !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n6 {
    margin-top: -5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #9096ae !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

@media (min-width: 576px) {

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-6 {
        margin-bottom: 5rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-6 {
        margin-top: 5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n7 {
        margin-bottom: -7rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-6 {
        padding-top: 5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {

    .d-xl-block {
        display: block !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .me-xl-n7 {
        margin-right: -7rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-6 {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }

    .py-xl-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-xl-6 {
        padding-top: 5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pe-xl-6 {
        padding-right: 5rem !important;
    }

    .pe-xl-7 {
        padding-right: 7rem !important;
    }
}

@media (min-width: 1320px) {

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@import url(https://use.typekit.net/mfa2fkm.css);

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-stretch: normal;
    src: url(assets/font/Lora-normal-400.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    font-stretch: normal;
    src: url(assets/font/Lora-normal-700.woff) format("woff");
    unicode-range: U+0-10FFFF;
}

body {
    min-width: 320px;
}

.alert p:last-child,
.alert ul:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.o-header {
    background: #fff;
}

.navbar-nav {
    font-weight: 600;
}

.nav-link .nav-link-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link .nav-link-content {
        transition: none;
    }
}

@media (min-width: 1200px) {

    .nav-link:hover .nav-link-content,
    .nav-link:focus .nav-link-content {
        border-color: #2B3663;
    }
}

.active .nav-link-content,
.active:hover .nav-link-content {
    font-weight: 700;
    border-color: #ECAA14;
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl {
        padding: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav {
        border-top: 1px solid #dee2e6;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        padding: 0;
        margin: -1rem 0 0.5rem;
        border: 0;
    }

    .navbar-expand-xl .dropdown-toggle::after {
        float: right;
        margin-top: -0.25rem;
    }

    .navbar-expand-xl .nav-item {
        padding: 0.25rem 0;
        border-bottom: 1px solid #dee2e6;
    }

    .navbar-expand-xl .nav-item .nav-link {
        padding: 0.5rem;
        font-size: 1.125rem;
    }
}

@media (max-width: 1319.98px) {
    .navbar-expand-xl .nav-item .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.navbar-expand-xl .container-lg {
    max-width: 1440px;
}

.navbar-toggler {
    font-weight: 600;
}

.navbar-toggler .navbar-toggler-open {
    display: none;
}

.navbar-toggler.collapsed .navbar-toggler-close {
    display: none;
}

.navbar-toggler.collapsed .navbar-toggler-open {
    display: inline;
}

.navbar-light .navbar-toggler-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
    vertical-align: -0.1rem;
    background: url(assets/images/navbar-toggler.svg) 50% 100% no-repeat;
}

.navbar-light .collapsed .navbar-toggler-icon {
    background-position: 50% 0;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 100px;
    }
}

.dropdown-menu-search[data-bs-popper] {
    width: 320px;
    padding: 0;
    top: 0;
    left: auto;
    right: 0.5rem;
}

.dropdown-menu-search[data-bs-popper] .form-control {
    border-color: #2B3663;
}

@media (max-width: 1199.98px) {
    .dropdown-menu-search[data-bs-popper] {
        width: 100%;
        right: auto;
    }
}

.btn-search::after {
    display: none;
}

.o-main {
    padding-top: 5.25rem;
}

@media (max-width: 991.98px) {
    .o-main {
        padding-top: 4.5rem;
    }
}

@media (max-width: 575.98px) {
    .o-main {
        padding-top: 3.3rem;
    }
}

.o-main.has-alert {
    padding-top: 8.75rem;
}

@media (max-width: 1199.98px) {
    .o-main.has-alert {
        padding-top: 8.25rem;
    }
}

@media (max-width: 575.98px) {
    .o-main.has-alert {
        padding-top: 8.5rem;
    }
}

.section {
    padding: 7rem 0;
}

.section-top {
    padding-top: 5rem;
}

@media (max-width: 1319.98px) {
    .section {
        padding: 5rem 0;
    }
}

@media (max-width: 1199.98px) {
    .section {
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

h1,
.h1,
h2,
.h2 {
    letter-spacing: -1px;
    font-family: Lora, serif;
    font-weight: 700;
}

h3,
.h3,
h4,
.h4,
h5,
.h5 {
    letter-spacing: 0;
    font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

h1 small,
.h1 small {
    font-size: 50%;
    font-weight: 400;
}

.bg-gray-100 {
    background-color: #f6f9fb;
}

.btn {
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-link {
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0 0.5rem 1.5rem rgba(43, 54, 99, 0.4);
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: 0 0.5rem 1.5rem rgba(236, 170, 20, 0.4);
}

.btn-dropdown {
    padding: 0.6875rem 1rem;
    text-transform: none;
    color: #2B3663;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.btn-dropdown:hover {
    border-color: #6BABDF;
    color: #2B3663;
}

.btn-back {
    width: 38px;
    height: 38px;
    text-indent: 100px;
    overflow: hidden;
    border-radius: 50rem;
    background-image: url(assets/images/ico-back.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ico-arrow {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin: 0 0.25rem;
    border: solid #6BABDF;
    border-width: 2px 2px 0 0;
    vertical-align: 0.05rem;
}

.ico-arrow.arrow-end {
    transform: rotate(45deg);
}

.jumbotron {
    font-size: 1.375rem;
}

@media (max-width: 991.98px) {
    .jumbotron {
        border: 0;
        font-size: 1.125rem;
    }
}

.list-styled {
    list-style: none;
    padding-left: 0;
}

.list-styled li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.list-styled li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.75rem;
    height: 0.4rem;
    border: solid #2B3663;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    content: "";
    z-index: 2;
}

.list-styled-more {
    padding-left: 0.25rem;
}

.list-styled-more li {
    padding-left: 1.875rem;
}

.list-styled-more li::after {
    display: block;
    position: absolute;
    left: -0.35rem;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50rem;
    content: "";
}

.accordion {
    border: rgba(43, 54, 99, 0.2) solid;
    border-width: 1px 0;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 600;
}

.accordion-button::after {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: url(assets/images/accordion-after.svg) 50% 100% no-repeat #edf4f7;
    border-radius: 50rem;
    content: "";
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background: url(assets/images/accordion-after.svg) 50% 0 no-repeat #2B3663;
}

.accordion-body {
    padding-top: 0;
}

.accordion-inverse .accordion-button::after {
    background-color: #fff;
}

.accordion-inverse .accordion-button:not(.collapsed)::after {
    background-color: #2B3663;
}

.accordion-reverse .accordion-button::after {
    order: 1;
    margin: 0 1rem 0 0;
}

.accordion-reverse .accordion-button span {
    order: 2;
}

@media (min-width: 576px) {
    .accordion-reverse .accordion-body {
        padding-left: 4.2rem;
    }
}

.accordion-numbered .accordion-item {
    counter-increment: inst;
}

.accordion-numbered .accordion-button {
    font-size: 1.5rem;
    align-items: flex-start;
}

.accordion-numbered .accordion-button::after {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    margin: -0.1rem 1rem 0 0;
    border: 2px solid #2B3663;
    background: #fff;
    color: #2B3663;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7rem;
    content: counter(inst);
    transform: none;
}

.accordion-numbered .accordion-button:not(.collapsed)::after {
    color: #fff;
    background: #2B3663;
}

@media (min-width: 576px) {
    .accordion-numbered .accordion-body {
        padding-left: 3.75rem;
    }
}

@media (max-width: 991.98px) {
    .accordion-mobile-open {
        border: 0;
    }

    .accordion-mobile-open .collapse,
    .accordion-mobile-open .collapsing {
        display: block;
        height: 100%;
    }

    .accordion-mobile-open .accordion-button {
        cursor: default;
    }

    .accordion-mobile-open .accordion-button::after,
    .accordion-mobile-open .accordion-button:not(.collapsed)::after {
        background: #fff;
        color: #2B3663;
    }

    .accordion-mobile-open .accordion-item {
        border: 0;
    }
}

@media (max-width: 575.98px) {
    .accordion-mobile-open .accordion-button {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-mobile-open .accordion-button::after {
        margin: 0 0 0.5rem;
    }

    .accordion-mobile-open .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }
}

.accordion-provider .accordion-button {
    font-weight: 400;
    color: #000;
}

.accordion-provider .accordion-button:not(.collapsed),
.accordion-provider .accordion-button:hover {
    background: #fff;
}

@media (max-width: 767.98px) {
    .accordion-provider .accordion-button {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .accordion-provider .accordion-button img {
        max-width: 100px;
    }
}

.accordion-provider .accordion-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
}

.accordion-provider .accordion-body {
    padding: 1.875rem 0;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
    .accordion-provider .accordion-body {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.accordion-image {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-image {
        transition: none;
    }
}

@media (min-width: 992px) {
    .accordion-image {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
    .accordion-image {
        right: 5%;
    }
}

@media (min-width: 1320px) {
    .accordion-image {
        right: 8%;
    }
}

.collapsing .accordion-image {
    opacity: 0;
}

.bg-gradark {
    color: #fff;
    background-image: linear-gradient(to right, #243454 0%, #08193B 100%);
}

.bg-gradark .list-group-item,
.bg-gradark .h2 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.form-label-lg {
    font-size: 1.125rem;
}

.form-control-search {
    padding-left: 3rem;
    background-image: url(assets/images/ico-search.svg);
    background-position: 1rem 50%;
    background-repeat: no-repeat;
}

.form-control-search.form-control-search-inpage {
    padding: 0.6875rem 3rem 0.6875rem 1rem;
    background-position: calc(100% - 14px) 50%;
}

.lead-strong {
    font-weight: 600;
}

.dropdown-toggle::after {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.5rem;
    border: solid #6BABDF;
    border-width: 2px 2px 0 0;
    vertical-align: 0.15rem;
    transform: rotate(135deg);
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .dropdown-toggle::after {
        transition: none;
    }
}

.dropdown-toggle.show::after {
    transform: rotate(-45deg);
    vertical-align: -0.05rem;
}

.dropdown-item {
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .dropdown-item {
        transition: none;
    }
}

.dropdown-divider {
    margin-left: 1rem;
    margin-right: 1rem;
    opacity: 1;
}

.dropdown-menu.w-100 {
    max-height: 480px;
    overflow: auto;
}

.nav-investments {
    display: block;
}

.nav-investments .nav-item {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .nav-investments .nav-item {
        margin-bottom: 0.25rem;
    }
}

.nav-investments .nav-link {
    padding: 0;
    font-size: 0.875rem;
    color: #000;
    overflow: hidden;
    background: #fff;
}

@media (min-width: 768px) {
    .nav-investments .nav-link {
        padding-right: 82px;
        background: url(assets/images/nav-investment-item.svg) 100% 50% no-repeat #fff;
        border: 1px solid #dee2e6;
    }
}

.nav-investments .nav-link.disabled-link {
    background: none;
    white-space: nowrap;
    border: 0;
}

.nav-investments .nav-link .text-muted {
    white-space: nowrap;
}

.nav-investments .nav-link strong {
    font-size: 1.125rem;
}

.nav-investments-simple .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
    .nav-investments-simple .nav-item {
        margin-bottom: -1px;
    }

    .nav-investments-simple .nav-link {
        padding-right: 1rem;
        border: solid #dee2e6;
        border-width: 1px 0;
    }
}

.nav-investment-img {
    position: relative;
}

.nav-investment-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-investment-img .badge {
    position: absolute;
    top: 0;
    right: 0.5rem;
}

.nav-investment-info {
    padding: 0.25rem 1.5rem 1rem;
}

@media (min-width: 768px) {
    .nav-investment-info {
        padding: 1.25rem 0.5rem;
    }
}

@media (min-width: 992px) {
    .nav-investment-info {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }
}

.nav-files {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .nav-files {
        flex-direction: column;
    }
}

.nav-files .nav-item {
    flex: 0 1 50%;
}

.nav-files .nav-link {
    padding: 0.25rem 1rem 0.25rem 1.875rem;
    background: url(assets/images/ico-file.svg) 0 0.25rem no-repeat;
}

.btn-tooltip {
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50rem;
    font-weight: 400;
    font-size: 0.5rem;
    text-transform: none;
    vertical-align: 0.15rem;
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 75%;
    }
}

.badge-lg {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

.badge-xl {
    padding: 0.75rem;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.text-deco {
    font-family: Lora, serif;
}

.list-group {
    border: solid rgba(43, 54, 99, 0.2);
    border-width: 1px 0 1px 0;
}

@media (min-width: 768px) {
    .list-group-lg .list-group-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .list-group-lg {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .list-group-lg .list-group-item {
        padding: 0.35rem 0;
        border: 0;
    }
}

.list-group-table .list-group-item {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .list-group-table {
        border-top: 0;
    }
}

.list-group-item.row {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.list-group-item.row > [class*=col] {
    padding-left: 0;
    padding-right: 0;
}

.pagination .page-item {
    padding: 0 0.25rem;
    font-weight: 700;
}

.pagination .page-link {
    font-size: 0.875rem;
    text-align: center;
}

.pagination .page-link:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(43, 54, 99, 0.24);
}

.pagination .active .page-link:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(43, 54, 99, 0.4);
}

.bg-light .page-item:not(.active) .page-link,
.bg-light .page-item:not(.active) .page-link:hover {
    background: #fff;
}

.pagination-lg .page-link {
    width: 3.5rem;
}

.nav-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    background: #fff;
    white-space: nowrap;
    overflow: auto;
    z-index: 100;
}

@media (max-width: 1199.98px) {
    .nav-sticky {
        top: 65px;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .nav-sticky {
        top: 55px;
    }
}

.nav-sticky .active .nav-link-content,
.nav-sticky .active:hover .nav-link-content {
    font-weight: 600;
}

.table-sm {
    font-size: 0.875rem;
}

.table th {
    color: #9096ae;
}

.table > :not(:first-child) {
    border-width: 1px;
    border-color: #dee2e6;
}

.table-bordered {
    border-top-color: transparent;
    border-left-color: transparent;
}

.table-bordered thead,
.table-bordered thead tr,
.table-bordered thead th {
    border-left-color: transparent;
    border-right-color: transparent;
}

.table-bordered tbody tr th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
}

.card-footer {
    font-size: 0.875rem;
}

.card-footer strong {
    font-size: 1rem;
    color: #000;
}

.card-footer::before {
    display: block;
    width: 100%;
    margin-top: -1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #dee2e6;
    content: "";
}

.card-news .badge {
    position: absolute;
    right: 0;
}

.list-details {
    padding: 1.5rem 0;
    border: solid #dee2e6;
    border-width: 1px 0;
    color: #9096ae;
}

.list-details li {
    display: flex;
    margin: 0.5rem 0;
}

.list-details strong {
    margin-left: auto;
    font-weight: 400;
    font-size: 1.125rem;
    color: #000;
}

@media (min-width: 992px) {
    .text-lg-lead {
        font-size: 1.125rem;
    }
}

.nav-side {
    font-size: 1.125rem;
    font-weight: 600;
}

.nav-side .nav-link-content {
    padding: 0;
}

.nav-side-articles {
    border-top: 1px solid #ced4da;
}

.nav-side-articles .nav-item {
    padding: 1rem 0;
    border-bottom: 1px solid #ced4da;
}

.nav-side-articles .nav-link {
    padding: 0;
}

@media (max-width: 1199.98px) {
    .contact-img {
        width: 60px;
    }
}

.map-contact {
    position: relative;
}

@media (min-width: 992px) {
    .map-contact .card {
        position: absolute;
        width: 25%;
        right: 50%;
        bottom: 5rem;
        z-index: 10;
        box-shadow: 0 0.5rem 1.5rem rgba(43, 54, 99, 0.24);
        font-size: 1.125rem;
        transform: translate(50%, 0);
    }
}

@media (max-width: 991.98px) {
    .mobile-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem 5rem;
        z-index: 3;
        background: #fff;
    }
}

@media (max-width: 575.98px) {
    .mobile-fixed {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 992px) {
    .list-large-counted {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

.list-large-counted > [class*=col] {
    counter-increment: list-lg-count;
}

.list-large-counted .h3::before {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 1rem;
    background: #6BABDF;
    color: #fff;
    border-radius: 50rem;
    font-size: 1rem;
    line-height: 38px;
    content: counter(list-lg-count);
}

.list-large-counted .h3.text-secondary::before {
    background: #ECAA14;
}

@media (max-width: 767.98px) {
    .graph-cover {
        width: 800px;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-item {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.nav-tabs .nav-link-tabs {
    padding: 0.625rem 1.875rem;
    font-weight: 700;
    width: 100%;
}

.nav-tabs .nav-link-tabs.active {
    background: none;
    border-color: rgba(222, 226, 230, 0.16);
    color: #fff;
}

.nav-tabs .nav-link-tabs.active:focus .nav-link-content {
    border-color: #ECAA14;
}

.nav-tabs .nav-link-tabs:hover:not(.active) .nav-link-content,
.nav-tabs .nav-link-tabs:focus:not(.active) .nav-link-content {
    border-color: transparent;
}

.nav-tabs-inverse {
    border: 0;
}

.nav-tabs-inverse .nav-link-tabs {
    border: 1px solid rgba(222, 226, 230, 0.16);
    color: #fff;
    border-radius: 0;
}

.nav-tabs-inverse .nav-link-tabs:hover {
    border-color: rgba(222, 226, 230, 0.32);
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected {
    width: 270px;
    padding: 0.6875rem 1rem;
    padding-right: 2.25rem;
    text-transform: none;
    cursor: pointer;
    color: #2B3663;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    /* Point the arrow upwards when the select box is open (active): */
}

.select-selected:hover {
    border-color: #6BABDF;
    color: #2B3663;
}

.select-selected::after {
    position: absolute;
    content: "";
    top: 40%;
    right: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    border: solid #6BABDF;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .select-selected::after {
        transition: none;
    }
}

.select-selected.select-arrow-active:after {
    transform: rotate(-45deg);
    top: calc(40% + 4px);
}

/* Style items (options): */
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    padding: 0.5rem 0;
    z-index: 99;
    border: 1px solid #dee2e6;
    background: #fff;
}

.select-items div {
    padding: 0.425rem 1rem;
    color: #2B3663;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
div.same-as-selected {
    background: #2B3663;
    color: #fff;
}

.o-footer {
    padding: 5rem 0 3rem;
}

@media (max-width: 1319.98px) {
    .o-footer {
        padding: 5rem 0 3rem;
    }
}

@media (max-width: 1199.98px) {
    .o-footer {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .o-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767.98px) {
    .o-footer {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.footer-brand {
    width: 120px;
}

.nav-footer .nav-link {
    padding: 0.3125rem 0;
    font-weight: 600;
}

.nav-social .nav-item {
    margin-right: 0.7rem;
}

.nav-social .nav-item:last-child {
    margin-right: 0;
}

.nav-social .nav-link {
    width: 2rem;
    height: 2rem;
    background: url(assets/images/ico-footer-socials.svg) 0 0 no-repeat #2B3663;
    border-radius: 50rem;
    text-indent: 100px;
    overflow: hidden;
}

.nav-social .nav-link:hover {
    background-color: #ECAA14;
}

.nav-social .nav-link.link-linkedin {
    background-position: -2rem 0;
}

.nav-social .nav-link.link-instagram {
    background-position: -4rem 0;
}

.nav-social .nav-link.link-twitter {
    background-position: -6rem 0;
}

.nav-social .nav-link.link-youtube {
    background-position: -8rem 0;
}

/** CUSTOM STYLES - MU 13.3.2024 */

.text-nowrap {
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.align-items-start {
    align-items: flex-start !important;
}

.accordion-custom-body {
    font-weight: 400;
    margin-bottom: -1.5rem;
}

.accordion-body-main {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.accordion-button-custom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.accordion-button-custom::after {
    width: 0;
    height: 0;
    flex: unset;
    border-radius: unset;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2B3663;
    background: unset !important;
}

.accordion-button-custom:not(.collapsed)::after {
    border-top-color: rgba(42, 54, 99, 0.5);
}

.provider-status {
    font-size: 16px;
}

.accordion-provider .accordion-body {
    padding-bottom: .5rem !important;

}

.accordion.credit-providers-in-due-messages {
    border-bottom: unset !important;
}

.provider-status.provider-status-0 {
    color: #eeac02;
}
.provider-status.provider-status-1 {
    color: #00be00;
}
.provider-status.provider-status-2 {
    color: #00be00;
}
.provider-status.provider-status-3 {
    color: #eeac02;
}
.provider-status.provider-status-4 {
    color: #eeac02;
}
.provider-status.provider-status-5 {
    color: #eeac02;
}
.provider-status.provider-status-6 {
    color: #eeac02;
}
.provider-status.provider-status-7 {
    color: #eeac02;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .accordion-button-custom {
        padding-right: 0.5rem;
    }

    .accordion-provider-date {
        padding-right: 3rem;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .tableHeadFiller {
        display: block;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 576px) {
    .accordion-button-custom {
        padding-left: 0.75rem;
    }

    .accordion-button-custom .accordion-collapse {
        padding: 0;
    }

    .accordion-button-custom::after {
        position: absolute;
        top: 1.75rem;
        right: .5rem;
    }

    .accordion-button:not(.collapsed) .accordion-provider-date {
        margin-bottom: 1.5rem;
    }
}