﻿@font-face {
    font-family: "Spline Sans";
    src: local("Spline Sans Medium"), local("SplineSans-Medium"), url("../fonts/SplineSans-Medium.woff2") format("woff2"), url("../fonts/SplineSans-Medium.woff") format("woff"), url("../fonts/SplineSans-Medium.ttf") format("truetype"), url("../fonts/SplineSans-Medium.svg#SplineSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Spline Sans";
    src: local("Spline Sans Regular"), local("SplineSans-Regular"), url("../fonts/SplineSans-Regular.woff2") format("woff2"), url("../fonts/SplineSans-Regular.woff") format("woff"), url("../fonts/SplineSans-Regular.ttf") format("truetype"), url("../fonts/SplineSans-Regular.svg#SplineSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Spline Sans";
    src: local("Spline Sans Bold"), local("SplineSans-Bold"), url("../fonts/SplineSans-Bold.woff2") format("woff2"), url("../fonts/SplineSans-Bold.woff") format("woff"), url("../fonts/SplineSans-Bold.ttf") format("truetype"), url("../fonts/SplineSans-Bold.svg#SplineSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #a425fe;
    --bs-purple: #6f42c1;
    --bs-pink: #FF2D59;
    --bs-red: #ce5a56;
    --bs-orange: #fd7e14;
    --bs-yellow: #f7c239;
    --bs-green: #198754;
    --bs-teal: #55b59e;
    --bs-cyan: #39baf6;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6b7989;
    --bs-gray-dark: #1d1e22;
    --bs-gray-50: #fcfcfc;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #f4f7fa;
    --bs-gray-300: #dce3ed;
    --bs-gray-400: #8b97a6;
    --bs-gray-500: #76808e;
    --bs-gray-600: #6b7989;
    --bs-gray-700: #495057;
    --bs-gray-800: #293a51;
    --bs-gray-900: #1d1e22;
    --bs-primary: #3f3eed;
    --bs-secondary: #1d1e22;
    --bs-success: #55b59e;
    --bs-info: #39baf6;
    --bs-warning: #f7c239;
    --bs-danger: #ce5a56;
    --bs-light: #f8f9fa;
    --bs-dark: #293a51;
    --bs-darker: #1d1e22;
    --bs-primary-rgb: 63, 62, 237;
    --bs-secondary-rgb: 29, 30, 34;
    --bs-success-rgb: 85, 181, 158;
    --bs-info-rgb: 57, 186, 246;
    --bs-warning-rgb: 247, 194, 57;
    --bs-danger-rgb: 206, 90, 86;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 41, 58, 81;
    --bs-darker-rgb: 29, 30, 34;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 107, 121, 137;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Spline Sans", sans-serif;
    --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-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #6b7989;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dce3ed;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.875rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #3f3eed;
    --bs-link-hover-color: #3232be;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

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

:root {
    font-size: var(--bs-root-font-size)
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #293a51
}

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

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3rem
    }
}

h2, .h2 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.25rem
    }
}

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

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

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

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

.lead {
    font-size: 1.125rem;
    font-weight: 400
}

.display-1 {
    font-size: calc(1.875rem + 7.5vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 7.5rem
    }
}

.display-2 {
    font-size: calc(1.775rem + 6.3vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 6.5rem
    }
}

.display-3 {
    font-size: calc(1.7rem + 5.4vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 5.75rem
    }
}

.display-4 {
    font-size: calc(1.625rem + 4.5vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

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

.display-5 {
    font-size: calc(1.575rem + 3.9vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 4.5rem
    }
}

.display-6 {
    font-size: calc(1.5rem + 3vw);
    font-family: "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25
}

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

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6b7989
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1240px
    }
}

.row {
    --bs-gutter-x: 2rem;
    --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))
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-0-5, .gx-0-5 {
    --bs-gutter-x: 0.125rem
}

.g-0-5, .gy-0-5 {
    --bs-gutter-y: 0.125rem
}

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

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

.g-2, .gx-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: 2rem
}

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

.g-6, .gx-6 {
    --bs-gutter-x: 3.5rem
}

.g-6, .gy-6 {
    --bs-gutter-y: 3.5rem
}

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

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

.g-8, .gx-8 {
    --bs-gutter-x: 4.5rem
}

.g-8, .gy-8 {
    --bs-gutter-y: 4.5rem
}

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

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

.g-10, .gx-10 {
    --bs-gutter-x: 6rem
}

.g-10, .gy-10 {
    --bs-gutter-y: 6rem
}

.g-11, .gx-11 {
    --bs-gutter-x: 7rem
}

.g-11, .gy-11 {
    --bs-gutter-y: 7rem
}

.g-12, .gx-12 {
    --bs-gutter-x: 8rem
}

.g-12, .gy-12 {
    --bs-gutter-y: 8rem
}

.g-gs, .gx-gs {
    --bs-gutter-x: 2rem
}

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

.g-10p, .gx-10p {
    --bs-gutter-x: 10%
}

.g-10p, .gy-10p {
    --bs-gutter-y: 10%
}

.g-20p, .gx-20p {
    --bs-gutter-x: 20%
}

.g-20p, .gy-20p {
    --bs-gutter-y: 20%
}



.g-25p, .gx-25p {
    --bs-gutter-x: 25%
}

.g-25p, .gy-25p {
    --bs-gutter-y: 25%
}

.g-30p, .gx-30p {
    --bs-gutter-x: 30%
}

.g-30p, .gy-30p {
    --bs-gutter-y: 30%
}

.g-40p, .gx-40p {
    --bs-gutter-x: 40%
}

.g-40p, .gy-40p {
    --bs-gutter-y: 40%
}

.g-50p, .gx-50p {
    --bs-gutter-x: 50%
}

.g-50p, .gy-50p {
    --bs-gutter-y: 50%
}

.g-60p, .gx-60p {
    --bs-gutter-x: 60%
}

.g-60p, .gy-60p {
    --bs-gutter-y: 60%
}

.g-70p, .gx-70p {
    --bs-gutter-x: 70%
}

.g-70p, .gy-70p {
    --bs-gutter-y: 70%
}

.g-75p, .gx-75p {
    --bs-gutter-x: 75%
}

.g-75p, .gy-75p {
    --bs-gutter-y: 75%
}

.g-80p, .gx-80p {
    --bs-gutter-x: 80%
}

.g-80p, .gy-80p {
    --bs-gutter-y: 80%
}

.g-90p, .gx-90p {
    --bs-gutter-x: 90%
}

.g-90p, .gy-90p {
    --bs-gutter-y: 90%
}

.g-100p, .gx-100p {
    --bs-gutter-x: 100%
}

.g-100p, .gy-100p {
    --bs-gutter-y: 100%
}

@media (min-width: 576px) {
	.g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-0-5, .gx-sm-0-5 {
        --bs-gutter-x: 0.125rem
    }

    .g-sm-0-5, .gy-sm-0-5 {
        --bs-gutter-y: 0.125rem
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

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

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

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

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

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

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 2rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 2rem
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 3.5rem
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 3.5rem
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 4rem
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 4rem
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 5rem
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 5rem
    }

    .g-sm-10, .gx-sm-10 {
        --bs-gutter-x: 6rem
    }

    .g-sm-10, .gy-sm-10 {
        --bs-gutter-y: 6rem
    }

    .g-sm-11, .gx-sm-11 {
        --bs-gutter-x: 7rem
    }

    .g-sm-11, .gy-sm-11 {
        --bs-gutter-y: 7rem
    }

    .g-sm-12, .gx-sm-12 {
        --bs-gutter-x: 8rem
    }

    .g-sm-12, .gy-sm-12 {
        --bs-gutter-y: 8rem
    }

    .g-sm-gs, .gx-sm-gs {
        --bs-gutter-x: 2rem
    }

    .g-sm-gs, .gy-sm-gs {
        --bs-gutter-y: 2rem
    }

    .g-sm-10p, .gx-sm-10p {
        --bs-gutter-x: 10%
    }

    .g-sm-10p, .gy-sm-10p {
        --bs-gutter-y: 10%
    }

    .g-sm-20p, .gx-sm-20p {
        --bs-gutter-x: 20%
    }

    .g-sm-20p, .gy-sm-20p {
        --bs-gutter-y: 20%
    }

    .g-sm-25p, .gx-sm-25p {
        --bs-gutter-x: 25%
    }

    .g-sm-25p, .gy-sm-25p {
        --bs-gutter-y: 25%
    }

    .g-sm-30p, .gx-sm-30p {
        --bs-gutter-x: 30%
    }

    .g-sm-30p, .gy-sm-30p {
        --bs-gutter-y: 30%
    }

    .g-sm-40p, .gx-sm-40p {
        --bs-gutter-x: 40%
    }

    .g-sm-40p, .gy-sm-40p {
        --bs-gutter-y: 40%
    }

    .g-sm-50p, .gx-sm-50p {
        --bs-gutter-x: 50%
    }

    .g-sm-50p, .gy-sm-50p {
        --bs-gutter-y: 50%
    }

    .g-sm-60p, .gx-sm-60p {
        --bs-gutter-x: 60%
    }

    .g-sm-60p, .gy-sm-60p {
        --bs-gutter-y: 60%
    }

    .g-sm-70p, .gx-sm-70p {
        --bs-gutter-x: 70%
    }

    .g-sm-70p, .gy-sm-70p {
        --bs-gutter-y: 70%
    }

    .g-sm-75p, .gx-sm-75p {
        --bs-gutter-x: 75%
    }

    .g-sm-75p, .gy-sm-75p {
        --bs-gutter-y: 75%
    }

    .g-sm-80p, .gx-sm-80p {
        --bs-gutter-x: 80%
    }

    .g-sm-80p, .gy-sm-80p {
        --bs-gutter-y: 80%
    }

    .g-sm-90p, .gx-sm-90p {
        --bs-gutter-x: 90%
    }

    .g-sm-90p, .gy-sm-90p {
        --bs-gutter-y: 90%
    }

    .g-sm-100p, .gx-sm-100p {
        --bs-gutter-x: 100%
    }

    .g-sm-100p, .gy-sm-100p {
        --bs-gutter-y: 100%
    }
}

@media (min-width: 768px) {
	.g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-0-5, .gx-md-0-5 {
        --bs-gutter-x: 0.125rem
    }

    .g-md-0-5, .gy-md-0-5 {
        --bs-gutter-y: 0.125rem
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

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

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

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

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

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

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 2rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 2rem
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 3.5rem
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 3.5rem
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 4rem
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 4rem
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 5rem
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 5rem
    }

    .g-md-10, .gx-md-10 {
        --bs-gutter-x: 6rem
    }

    .g-md-10, .gy-md-10 {
        --bs-gutter-y: 6rem
    }

    .g-md-11, .gx-md-11 {
        --bs-gutter-x: 7rem
    }

    .g-md-11, .gy-md-11 {
        --bs-gutter-y: 7rem
    }

    .g-md-12, .gx-md-12 {
        --bs-gutter-x: 8rem
    }

    .g-md-12, .gy-md-12 {
        --bs-gutter-y: 8rem
    }

    .g-md-gs, .gx-md-gs {
        --bs-gutter-x: 2rem
    }

    .g-md-gs, .gy-md-gs {
        --bs-gutter-y: 2rem
    }

    .g-md-10p, .gx-md-10p {
        --bs-gutter-x: 10%
    }

    .g-md-10p, .gy-md-10p {
        --bs-gutter-y: 10%
    }

    .g-md-20p, .gx-md-20p {
        --bs-gutter-x: 20%
    }

    .g-md-20p, .gy-md-20p {
        --bs-gutter-y: 20%
    }

    .g-md-25p, .gx-md-25p {
        --bs-gutter-x: 25%
    }

    .g-md-25p, .gy-md-25p {
        --bs-gutter-y: 25%
    }

    .g-md-30p, .gx-md-30p {
        --bs-gutter-x: 30%
    }

    .g-md-30p, .gy-md-30p {
        --bs-gutter-y: 30%
    }

    .g-md-40p, .gx-md-40p {
        --bs-gutter-x: 40%
    }

    .g-md-40p, .gy-md-40p {
        --bs-gutter-y: 40%
    }

    .g-md-50p, .gx-md-50p {
        --bs-gutter-x: 50%
    }

    .g-md-50p, .gy-md-50p {
        --bs-gutter-y: 50%
    }

    .g-md-60p, .gx-md-60p {
        --bs-gutter-x: 60%
    }

    .g-md-60p, .gy-md-60p {
        --bs-gutter-y: 60%
    }

    .g-md-70p, .gx-md-70p {
        --bs-gutter-x: 70%
    }

    .g-md-70p, .gy-md-70p {
        --bs-gutter-y: 70%
    }

    .g-md-75p, .gx-md-75p {
        --bs-gutter-x: 75%
    }

    .g-md-75p, .gy-md-75p {
        --bs-gutter-y: 75%
    }

    .g-md-80p, .gx-md-80p {
        --bs-gutter-x: 80%
    }

    .g-md-80p, .gy-md-80p {
        --bs-gutter-y: 80%
    }

    .g-md-90p, .gx-md-90p {
        --bs-gutter-x: 90%
    }

    .g-md-90p, .gy-md-90p {
        --bs-gutter-y: 90%
    }

    .g-md-100p, .gx-md-100p {
        --bs-gutter-x: 100%
    }

    .g-md-100p, .gy-md-100p {
        --bs-gutter-y: 100%
    }
}

@media (min-width: 992px) {
	.g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-0-5, .gx-lg-0-5 {
        --bs-gutter-x: 0.125rem
    }

    .g-lg-0-5, .gy-lg-0-5 {
        --bs-gutter-y: 0.125rem
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

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

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

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

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

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

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

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 3.5rem
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 3.5rem
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 4rem
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 4rem
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 4.5rem
    }

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

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 5rem
    }

    .g-lg-10, .gx-lg-10 {
        --bs-gutter-x: 6rem
    }

    .g-lg-10, .gy-lg-10 {
        --bs-gutter-y: 6rem
    }

    .g-lg-11, .gx-lg-11 {
        --bs-gutter-x: 7rem
    }

    .g-lg-11, .gy-lg-11 {
        --bs-gutter-y: 7rem
    }

    .g-lg-12, .gx-lg-12 {
        --bs-gutter-x: 8rem
    }

    .g-lg-12, .gy-lg-12 {
        --bs-gutter-y: 8rem
    }

    .g-lg-gs, .gx-lg-gs {
        --bs-gutter-x: 2rem
    }

    .g-lg-gs, .gy-lg-gs {
        --bs-gutter-y: 2rem
    }

    .g-lg-10p, .gx-lg-10p {
        --bs-gutter-x: 10%
    }

    .g-lg-10p, .gy-lg-10p {
        --bs-gutter-y: 10%
    }

    .g-lg-20p, .gx-lg-20p {
        --bs-gutter-x: 20%
    }

    .g-lg-20p, .gy-lg-20p {
        --bs-gutter-y: 20%
    }

    .g-lg-25p, .gx-lg-25p {
        --bs-gutter-x: 25%
    }

    .g-lg-25p, .gy-lg-25p {
        --bs-gutter-y: 25%
    }

    .g-lg-30p, .gx-lg-30p {
        --bs-gutter-x: 30%
    }

    .g-lg-30p, .gy-lg-30p {
        --bs-gutter-y: 30%
    }

    .g-lg-40p, .gx-lg-40p {
        --bs-gutter-x: 40%
    }

    .g-lg-40p, .gy-lg-40p {
        --bs-gutter-y: 40%
    }

    .g-lg-50p, .gx-lg-50p {
        --bs-gutter-x: 50%
    }

    .g-lg-50p, .gy-lg-50p {
        --bs-gutter-y: 50%
    }

    .g-lg-60p, .gx-lg-60p {
        --bs-gutter-x: 60%
    }

    .g-lg-60p, .gy-lg-60p {
        --bs-gutter-y: 60%
    }

    .g-lg-70p, .gx-lg-70p {
        --bs-gutter-x: 70%
    }

    .g-lg-70p, .gy-lg-70p {
        --bs-gutter-y: 70%
    }

    .g-lg-75p, .gx-lg-75p {
        --bs-gutter-x: 75%
    }

    .g-lg-75p, .gy-lg-75p {
        --bs-gutter-y: 75%
    }

    .g-lg-80p, .gx-lg-80p {
        --bs-gutter-x: 80%
    }

    .g-lg-80p, .gy-lg-80p {
        --bs-gutter-y: 80%
    }

    .g-lg-90p, .gx-lg-90p {
        --bs-gutter-x: 90%
    }

    .g-lg-90p, .gy-lg-90p {
        --bs-gutter-y: 90%
    }

    .g-lg-100p, .gx-lg-100p {
        --bs-gutter-x: 100%
    }

    .g-lg-100p, .gy-lg-100p {
        --bs-gutter-y: 100%
    }
}

@media (min-width: 1200px) {
	.g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-0-5, .gx-xl-0-5 {
        --bs-gutter-x: 0.125rem
    }

    .g-xl-0-5, .gy-xl-0-5 {
        --bs-gutter-y: 0.125rem
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

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

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

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

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

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

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 3.5rem
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 3.5rem
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 4rem
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 4.5rem
    }

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 5rem
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 5rem
    }

    .g-xl-10, .gx-xl-10 {
        --bs-gutter-x: 6rem
    }

    .g-xl-10, .gy-xl-10 {
        --bs-gutter-y: 6rem
    }

    .g-xl-11, .gx-xl-11 {
        --bs-gutter-x: 7rem
    }

    .g-xl-11, .gy-xl-11 {
        --bs-gutter-y: 7rem
    }

    .g-xl-12, .gx-xl-12 {
        --bs-gutter-x: 8rem
    }

    .g-xl-12, .gy-xl-12 {
        --bs-gutter-y: 8rem
    }

    .g-xl-gs, .gx-xl-gs {
        --bs-gutter-x: 2rem
    }

    .g-xl-gs, .gy-xl-gs {
        --bs-gutter-y: 2rem
    }

    .g-xl-10p, .gx-xl-10p {
        --bs-gutter-x: 10%
    }

    .g-xl-10p, .gy-xl-10p {
        --bs-gutter-y: 10%
    }

    .g-xl-20p, .gx-xl-20p {
        --bs-gutter-x: 20%
    }

    .g-xl-20p, .gy-xl-20p {
        --bs-gutter-y: 20%
    }

    .g-xl-25p, .gx-xl-25p {
        --bs-gutter-x: 25%
    }

    .g-xl-25p, .gy-xl-25p {
        --bs-gutter-y: 25%
    }

    .g-xl-30p, .gx-xl-30p {
        --bs-gutter-x: 30%
    }

    .g-xl-30p, .gy-xl-30p {
        --bs-gutter-y: 30%
    }

    .g-xl-40p, .gx-xl-40p {
        --bs-gutter-x: 40%
    }

    .g-xl-40p, .gy-xl-40p {
        --bs-gutter-y: 40%
    }

    .g-xl-50p, .gx-xl-50p {
        --bs-gutter-x: 50%
    }

    .g-xl-50p, .gy-xl-50p {
        --bs-gutter-y: 50%
    }

    .g-xl-60p, .gx-xl-60p {
        --bs-gutter-x: 60%
    }

    .g-xl-60p, .gy-xl-60p {
        --bs-gutter-y: 60%
    }

    .g-xl-70p, .gx-xl-70p {
        --bs-gutter-x: 70%
    }

    .g-xl-70p, .gy-xl-70p {
        --bs-gutter-y: 70%
    }

    .g-xl-75p, .gx-xl-75p {
        --bs-gutter-x: 75%
    }

    .g-xl-75p, .gy-xl-75p {
        --bs-gutter-y: 75%
    }

    .g-xl-80p, .gx-xl-80p {
        --bs-gutter-x: 80%
    }

    .g-xl-80p, .gy-xl-80p {
        --bs-gutter-y: 80%
    }

    .g-xl-90p, .gx-xl-90p {
        --bs-gutter-x: 90%
    }

    .g-xl-90p, .gy-xl-90p {
        --bs-gutter-y: 90%
    }

    .g-xl-100p, .gx-xl-100p {
        --bs-gutter-x: 100%
    }

    .g-xl-100p, .gy-xl-100p {
        --bs-gutter-y: 100%
    }
}

@media (min-width: 1400px) {
	.g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-0-5, .gx-xxl-0-5 {
        --bs-gutter-x: 0.125rem
    }

    .g-xxl-0-5, .gy-xxl-0-5 {
        --bs-gutter-y: 0.125rem
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

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

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

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

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

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

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 3.5rem
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 3.5rem
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 4rem
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 4.5rem
    }

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 5rem
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 5rem
    }

    .g-xxl-10, .gx-xxl-10 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-10, .gy-xxl-10 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-11, .gx-xxl-11 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-11, .gy-xxl-11 {
        --bs-gutter-y: 7rem
    }

    .g-xxl-12, .gx-xxl-12 {
        --bs-gutter-x: 8rem
    }

    .g-xxl-12, .gy-xxl-12 {
        --bs-gutter-y: 8rem
    }

    .g-xxl-gs, .gx-xxl-gs {
        --bs-gutter-x: 2rem
    }

    .g-xxl-gs, .gy-xxl-gs {
        --bs-gutter-y: 2rem
    }

    .g-xxl-10p, .gx-xxl-10p {
        --bs-gutter-x: 10%
    }

    .g-xxl-10p, .gy-xxl-10p {
        --bs-gutter-y: 10%
    }

    .g-xxl-20p, .gx-xxl-20p {
        --bs-gutter-x: 20%
    }

    .g-xxl-20p, .gy-xxl-20p {
        --bs-gutter-y: 20%
    }

    .g-xxl-25p, .gx-xxl-25p {
        --bs-gutter-x: 25%
    }

    .g-xxl-25p, .gy-xxl-25p {
        --bs-gutter-y: 25%
    }

    .g-xxl-30p, .gx-xxl-30p {
        --bs-gutter-x: 30%
    }

    .g-xxl-30p, .gy-xxl-30p {
        --bs-gutter-y: 30%
    }

    .g-xxl-40p, .gx-xxl-40p {
        --bs-gutter-x: 40%
    }

    .g-xxl-40p, .gy-xxl-40p {
        --bs-gutter-y: 40%
    }

    .g-xxl-50p, .gx-xxl-50p {
        --bs-gutter-x: 50%
    }

    .g-xxl-50p, .gy-xxl-50p {
        --bs-gutter-y: 50%
    }

    .g-xxl-60p, .gx-xxl-60p {
        --bs-gutter-x: 60%
    }

    .g-xxl-60p, .gy-xxl-60p {
        --bs-gutter-y: 60%
    }

    .g-xxl-70p, .gx-xxl-70p {
        --bs-gutter-x: 70%
    }

    .g-xxl-70p, .gy-xxl-70p {
        --bs-gutter-y: 70%
    }

    .g-xxl-75p, .gx-xxl-75p {
        --bs-gutter-x: 75%
    }

    .g-xxl-75p, .gy-xxl-75p {
        --bs-gutter-y: 75%
    }

    .g-xxl-80p, .gx-xxl-80p {
        --bs-gutter-x: 80%
    }

    .g-xxl-80p, .gy-xxl-80p {
        --bs-gutter-y: 80%
    }

    .g-xxl-90p, .gx-xxl-90p {
        --bs-gutter-x: 90%
    }

    .g-xxl-90p, .gy-xxl-90p {
        --bs-gutter-y: 90%
    }

    .g-xxl-100p, .gx-xxl-100p {
        --bs-gutter-x: 100%
    }

    .g-xxl-100p, .gy-xxl-100p {
        --bs-gutter-y: 100%
    }
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.875em;
    font-weight: 500
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5rem
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 0.875rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .4375rem .875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #6b7989;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #dce3ed;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #6b7989;
    background-color: #fff;
    border-color: rgba(63, 62, 237, .65);
    outline: 0;
    box-shadow: 0 0 5px 0px rgba(95, 56, 249, .2)
}

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

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

.form-control::file-selector-button {
    padding: .4375rem .875rem;
    margin: -0.4375rem -0.875rem;
    margin-inline-end: .875rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: .0625rem;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #6b7989;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: .0625rem 0
}

.form-control-sm {
    min-height: 1.875rem;
    padding: .125rem .75rem;
    font-size: 0.703125rem;
    border-radius: .25rem
}

.form-control-sm::file-selector-button {
    padding: .125rem .75rem;
    margin: -0.125rem -0.75rem;
    margin-inline-end: .75rem
}

.form-control-lg {
    min-height: 3rem;
    padding: .6875rem 1rem;
    font-size: 0.875rem;
    border-radius: .5rem
}

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

textarea.form-control {
    min-height: 2.5rem
}

textarea.form-control-sm {
    min-height: 1.875rem
}

textarea.form-control-lg {
    min-height: 3rem
}

.form-control-color {
    width: 3rem;
    height: 2.5rem;
    padding: .4375rem
}

.form-control-color.form-control-sm {
    height: 1.875rem
}

.form-control-color.form-control-lg {
    height: 3rem
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #212529
}

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

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

.form-check-reverse {
    padding-right: 1.25rem;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.25rem;
    margin-left: 0
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .175rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #dce3ed;
    appearance: none;
    print-color-adjust: exact
}

.form-check-input:focus {
    border-color: rgba(63, 62, 237, .65);
    outline: 0;
    box-shadow: 0 0 5px 0px rgba(95, 56, 249, .2)
}

.form-check-input:checked {
    background-color: #3f3eed;
    border-color: #3f3eed
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #3f3eed;
    border-color: #3f3eed;
    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='%233f3eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-switch {
    padding-left: 2.5rem
}

.form-switch .form-check-input {
    width: 2rem;
    margin-left: -2.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dce3ed'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2rem;
    transition: background-position .15s ease-in-out
}

.form-switch.form-check-reverse {
    padding-right: 2.5rem;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5rem;
    margin-left: 0
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    appearance: none
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: .0625rem solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: .0625rem 0
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: .0625rem solid #ced4da;
    border-radius: .375rem
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .6875rem 1rem;
    font-size: 0.875rem;
    border-radius: .5rem
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .625rem center;
    background-size: 1.25rem 1.25rem
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.5rem;
    background-position: top .625rem right .625rem
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: 5.5rem
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .625rem center;
    background-size: 1.25rem 1.25rem
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.5rem;
    background-position: top .625rem right .625rem
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: 5.5rem
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Spline Sans, sans-serif;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.5rem;
    --bs-btn-color: #6b7989;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 0.125rem;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3f3eed;
    --bs-btn-border-color: #3f3eed;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3635c9;
    --bs-btn-hover-border-color: #3232be;
    --bs-btn-focus-shadow-rgb: 92, 91, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3232be;
    --bs-btn-active-border-color: #2f2fb2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3f3eed;
    --bs-btn-disabled-border-color: #3f3eed
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1d1e22;
    --bs-btn-border-color: #1d1e22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #191a1d;
    --bs-btn-hover-border-color: #17181b;
    --bs-btn-focus-shadow-rgb: 63, 64, 67;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #17181b;
    --bs-btn-active-border-color: #16171a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1d1e22;
    --bs-btn-disabled-border-color: #1d1e22
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #55b59e;
    --bs-btn-border-color: #55b59e;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #6fc0ad;
    --bs-btn-hover-border-color: #66bca8;
    --bs-btn-focus-shadow-rgb: 72, 154, 134;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #77c4b1;
    --bs-btn-active-border-color: #66bca8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #55b59e;
    --bs-btn-disabled-border-color: #55b59e
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #39baf6;
    --bs-btn-border-color: #39baf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #57c4f7;
    --bs-btn-hover-border-color: #4dc1f7;
    --bs-btn-focus-shadow-rgb: 48, 158, 209;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #61c8f8;
    --bs-btn-active-border-color: #4dc1f7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #39baf6;
    --bs-btn-disabled-border-color: #39baf6
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #f7c239;
    --bs-btn-border-color: #f7c239;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8cb57;
    --bs-btn-hover-border-color: #f8c84d;
    --bs-btn-focus-shadow-rgb: 210, 165, 48;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9ce61;
    --bs-btn-active-border-color: #f8c84d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f7c239;
    --bs-btn-disabled-border-color: #f7c239
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ce5a56;
    --bs-btn-border-color: #ce5a56;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #af4d49;
    --bs-btn-hover-border-color: #a54845;
    --bs-btn-focus-shadow-rgb: 213, 115, 111;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a54845;
    --bs-btn-active-border-color: #9b4441;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ce5a56;
    --bs-btn-disabled-border-color: #ce5a56
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #293a51;
    --bs-btn-border-color: #293a51;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #49586b;
    --bs-btn-hover-border-color: #3e4e62;
    --bs-btn-focus-shadow-rgb: 73, 88, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #546174;
    --bs-btn-active-border-color: #3e4e62;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #293a51;
    --bs-btn-disabled-border-color: #293a51
}

.btn-darker {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1d1e22;
    --bs-btn-border-color: #1d1e22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #191a1d;
    --bs-btn-hover-border-color: #17181b;
    --bs-btn-focus-shadow-rgb: 63, 64, 67;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #17181b;
    --bs-btn-active-border-color: #16171a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1d1e22;
    --bs-btn-disabled-border-color: #1d1e22
}

.btn-outline-primary {
    --bs-btn-color: #3f3eed;
    --bs-btn-border-color: #3f3eed;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3f3eed;
    --bs-btn-hover-border-color: #3f3eed;
    --bs-btn-focus-shadow-rgb: 63, 62, 237;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3f3eed;
    --bs-btn-active-border-color: #3f3eed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3f3eed;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3f3eed;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #1d1e22;
    --bs-btn-border-color: #1d1e22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d1e22;
    --bs-btn-hover-border-color: #1d1e22;
    --bs-btn-focus-shadow-rgb: 29, 30, 34;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1d1e22;
    --bs-btn-active-border-color: #1d1e22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1d1e22;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1d1e22;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #55b59e;
    --bs-btn-border-color: #55b59e;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #55b59e;
    --bs-btn-hover-border-color: #55b59e;
    --bs-btn-focus-shadow-rgb: 85, 181, 158;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #55b59e;
    --bs-btn-active-border-color: #55b59e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #55b59e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #55b59e;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #39baf6;
    --bs-btn-border-color: #39baf6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #39baf6;
    --bs-btn-hover-border-color: #39baf6;
    --bs-btn-focus-shadow-rgb: 57, 186, 246;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #39baf6;
    --bs-btn-active-border-color: #39baf6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #39baf6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #39baf6;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #f7c239;
    --bs-btn-border-color: #f7c239;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7c239;
    --bs-btn-hover-border-color: #f7c239;
    --bs-btn-focus-shadow-rgb: 247, 194, 57;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7c239;
    --bs-btn-active-border-color: #f7c239;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f7c239;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f7c239;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ce5a56;
    --bs-btn-border-color: #ce5a56;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ce5a56;
    --bs-btn-hover-border-color: #ce5a56;
    --bs-btn-focus-shadow-rgb: 206, 90, 86;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ce5a56;
    --bs-btn-active-border-color: #ce5a56;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ce5a56;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ce5a56;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #293a51;
    --bs-btn-border-color: #293a51;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #293a51;
    --bs-btn-hover-border-color: #293a51;
    --bs-btn-focus-shadow-rgb: 41, 58, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #293a51;
    --bs-btn-active-border-color: #293a51;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #293a51;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #293a51;
    --bs-gradient: none
}

.btn-outline-darker {
    --bs-btn-color: #1d1e22;
    --bs-btn-border-color: #1d1e22;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d1e22;
    --bs-btn-hover-border-color: #1d1e22;
    --bs-btn-focus-shadow-rgb: 29, 30, 34;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1d1e22;
    --bs-btn-active-border-color: #1d1e22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1d1e22;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1d1e22;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6b7989;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 92, 91, 240;
    text-decoration: underline
}

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.0625rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 0.703125rem;
    --bs-btn-border-radius: 0.25rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.703125rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
    margin-left: -0.125rem
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -0.125rem
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

.navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.card {
    --bs-card-spacer-y: 2rem;
    --bs-card-spacer-x: 2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: #dce3ed;
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 2rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.accordion {
    --bs-accordion-color: #6b7989;
    --bs-accordion-bg: #fff;
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1.5rem;
    --bs-accordion-btn-color: #6b7989;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    --bs-accordion-btn-focus-border-color: rgba(63, 62, 237, 0.65);
    --bs-accordion-btn-focus-box-shadow: 0 0 5px 0px rgba(95, 56, 249, 0.2);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1.5rem;
    --bs-accordion-active-color: #3938d5;
    --bs-accordion-active-bg: #ececfd
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 0.9375rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.171875rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.703125rem;
    --bs-pagination-border-radius: 0.25rem
}

.alert-primary {
    --bs-alert-color: #26258e;
    --bs-alert-bg: #d9d8fb;
    --bs-alert-border-color: #c5c5fa
}

.alert-primary .alert-link {
    color: #1e1e72
}

.alert-secondary {
    --bs-alert-color: #111214;
    --bs-alert-bg: #d2d2d3;
    --bs-alert-border-color: #bbbcbd
}

.alert-secondary .alert-link {
    color: #0e0e10
}

.alert-success {
    --bs-alert-color: #336d5f;
    --bs-alert-bg: #ddf0ec;
    --bs-alert-border-color: #cce9e2
}

.alert-success .alert-link {
    color: #29574c
}

.alert-info {
    --bs-alert-color: #227094;
    --bs-alert-bg: #d7f1fd;
    --bs-alert-border-color: #c4eafc
}

.alert-info .alert-link {
    color: #1b5a76
}

.alert-warning {
    --bs-alert-color: #947422;
    --bs-alert-bg: #fdf3d7;
    --bs-alert-border-color: #fdedc4
}

.alert-warning .alert-link {
    color: #765d1b
}

.alert-danger {
    --bs-alert-color: #7c3634;
    --bs-alert-bg: #f5dedd;
    --bs-alert-border-color: #f0cecc
}

.alert-danger .alert-link {
    color: #632b2a
}

.alert-light {
    --bs-alert-color: #959596;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #777778
}

.alert-dark {
    --bs-alert-color: #192331;
    --bs-alert-bg: #d4d8dc;
    --bs-alert-border-color: #bfc4cb
}

.alert-dark .alert-link {
    color: #141c27
}

.alert-darker {
    --bs-alert-color: #111214;
    --bs-alert-bg: #d2d2d3;
    --bs-alert-border-color: #bbbcbd
}

.alert-darker .alert-link {
    color: #0e0e10
}

.list-group-item-primary {
    color: #26258e;
    background-color: #d9d8fb
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #26258e;
    background-color: #c3c2e2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #26258e;
    border-color: #26258e
}

.list-group-item-secondary {
    color: #111214;
    background-color: #d2d2d3
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #111214;
    background-color: #bdbdbe
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #111214;
    border-color: #111214
}

.list-group-item-success {
    color: #336d5f;
    background-color: #ddf0ec
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #336d5f;
    background-color: #c7d8d4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #336d5f;
    border-color: #336d5f
}

.list-group-item-info {
    color: #227094;
    background-color: #d7f1fd
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #227094;
    background-color: #c2d9e4
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #227094;
    border-color: #227094
}

.list-group-item-warning {
    color: #947422;
    background-color: #fdf3d7
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #947422;
    background-color: #e4dbc2
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #947422;
    border-color: #947422
}

.list-group-item-danger {
    color: #7c3634;
    background-color: #f5dedd
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c3634;
    background-color: #ddc8c7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c3634;
    border-color: #7c3634
}

.list-group-item-light {
    color: #959596;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #959596;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #959596;
    border-color: #959596
}

.list-group-item-dark {
    color: #192331;
    background-color: #d4d8dc
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #192331;
    background-color: #bfc2c6
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #192331;
    border-color: #192331
}

.list-group-item-darker {
    color: #111214;
    background-color: #d2d2d3
}

.list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
    color: #111214;
    background-color: #bdbdbe
}

.list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #111214;
    border-color: #111214
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: #293a51;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0
}

.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 rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    transition: opacity .6s ease
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0)
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(63, 62, 237, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(29, 30, 34, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(85, 181, 158, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(57, 186, 246, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(247, 194, 57, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(206, 90, 86, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(41, 58, 81, var(--bs-bg-opacity, 1)) !important
}

.text-bg-darker {
    color: #fff !important;
    background-color: RGBA(29, 30, 34, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #3f3eed !important
}

.link-primary:hover, .link-primary:focus {
    color: #3232be !important
}

.link-secondary {
    color: #1d1e22 !important
}

.link-secondary:hover, .link-secondary:focus {
    color: #17181b !important
}

.link-success {
    color: #55b59e !important
}

.link-success:hover, .link-success:focus {
    color: #77c4b1 !important
}

.link-info {
    color: #39baf6 !important
}

.link-info:hover, .link-info:focus {
    color: #61c8f8 !important
}

.link-warning {
    color: #f7c239 !important
}

.link-warning:hover, .link-warning:focus {
    color: #f9ce61 !important
}

.link-danger {
    color: #ce5a56 !important
}

.link-danger:hover, .link-danger:focus {
    color: #a54845 !important
}

.link-dark {
    color: #293a51 !important
}

.link-dark:hover, .link-dark:focus {
    color: #212e41 !important
}

.link-darker {
    color: #1d1e22 !important
}

.link-darker:hover, .link-darker:focus {
    color: #17181b !important
}

.opacity-10 {
    opacity: .1 !important
}

.opacity-20 {
    opacity: .2 !important
}

.opacity-30 {
    opacity: .3 !important
}

.opacity-40 {
    opacity: .4 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.shadow-tiny {
    box-shadow: 0px 4px 10px 0px rgba(63, 62, 237, .05) !important
}

.shadow-xs {
    box-shadow: 0px 4px 12px 0px rgba(63, 62, 237, .1) !important
}

.top-auto {
    top: auto !important
}

.start-auto {
    left: auto !important
}

.end-auto {
    right: auto !important
}

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

.w-1rem {
    width: 1rem !important
}

.w-2rem {
    width: 2rem !important
}

.w-3rem {
    width: 3rem !important
}

.w-4rem {
    width: 4rem !important
}

.w-5rem {
    width: 5rem !important
}

.w-6rem {
    width: 6rem !important
}

.w-7rem {
    width: 7rem !important
}

.w-8rem {
    width: 8rem !important
}

.h-1rem {
    height: 1rem !important
}

.h-2rem {
    height: 2rem !important
}

.h-3rem {
    height: 3rem !important
}

.h-4rem {
    height: 4rem !important
}

.h-5rem {
    height: 5rem !important
}

.h-6rem {
    height: 6rem !important
}

.h-7rem {
    height: 7rem !important
}

.h-8rem {
    height: 8rem !important
}

.mh-75vh {
    max-height: 75vh !important
}

.mh-50vh {
    max-height: 50vh !important
}

.mh-100vh {
    max-height: 100vh !important
}

.m-0-5 {
    margin: .125rem !important
}

.m-6 {
    margin: 3.5rem !important
}

.m-7 {
    margin: 4rem !important
}

.m-8 {
    margin: 4.5rem !important
}

.m-9 {
    margin: 5rem !important
}

.m-10 {
    margin: 6rem !important
}

.m-11 {
    margin: 7rem !important
}

.m-12 {
    margin: 8rem !important
}

.m-gs {
    margin: 2rem !important
}

.m-10p {
    margin: 10% !important
}

.m-20p {
    margin: 20% !important
}

.m-25p {
    margin: 25% !important
}

.m-30p {
    margin: 30% !important
}

.m-40p {
    margin: 40% !important
}

.m-50p {
    margin: 50% !important
}

.m-60p {
    margin: 60% !important
}

.m-70p {
    margin: 70% !important
}

.m-75p {
    margin: 75% !important
}

.m-80p {
    margin: 80% !important
}

.m-90p {
    margin: 90% !important
}

.m-100p {
    margin: 100% !important
}

.mx-0-5 {
    margin-right: .125rem !important;
    margin-left: .125rem !important
}

.mx-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.mx-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important
}

.mx-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.mx-8 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important
}

.mx-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}

.mx-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important
}

.mx-11 {
    margin-right: 7rem !important;
    margin-left: 7rem !important
}

.mx-12 {
    margin-right: 8rem !important;
    margin-left: 8rem !important
}

.mx-gs {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.mx-10p {
    margin-right: 10% !important;
    margin-left: 10% !important
}

.mx-20p {
    margin-right: 20% !important;
    margin-left: 20% !important
}

.mx-25p {
    margin-right: 25% !important;
    margin-left: 25% !important
}

.mx-30p {
    margin-right: 30% !important;
    margin-left: 30% !important
}

.mx-40p {
    margin-right: 40% !important;
    margin-left: 40% !important
}

.mx-50p {
    margin-right: 50% !important;
    margin-left: 50% !important
}

.mx-60p {
    margin-right: 60% !important;
    margin-left: 60% !important
}

.mx-70p {
    margin-right: 70% !important;
    margin-left: 70% !important
}

.mx-75p {
    margin-right: 75% !important;
    margin-left: 75% !important
}

.mx-80p {
    margin-right: 80% !important;
    margin-left: 80% !important
}

.mx-90p {
    margin-right: 90% !important;
    margin-left: 90% !important
}

.mx-100p {
    margin-right: 100% !important;
    margin-left: 100% !important
}

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

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

.my-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

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

.my-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

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

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
}

.my-11 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
}

.my-12 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
}

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

.my-10p {
    margin-top: 10% !important;
    margin-bottom: 10% !important
}

.my-20p {
    margin-top: 20% !important;
    margin-bottom: 20% !important
}

.my-25p {
    margin-top: 25% !important;
    margin-bottom: 25% !important
}

.my-30p {
    margin-top: 30% !important;
    margin-bottom: 30% !important
}

.my-40p {
    margin-top: 40% !important;
    margin-bottom: 40% !important
}

.my-50p {
    margin-top: 50% !important;
    margin-bottom: 50% !important
}

.my-60p {
    margin-top: 60% !important;
    margin-bottom: 60% !important
}

.my-70p {
    margin-top: 70% !important;
    margin-bottom: 70% !important
}

.my-75p {
    margin-top: 75% !important;
    margin-bottom: 75% !important
}

.my-80p {
    margin-top: 80% !important;
    margin-bottom: 80% !important
}

.my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important
}

.my-100p {
    margin-top: 100% !important;
    margin-bottom: 100% !important
}

.mt-0-5 {
    margin-top: .125rem !important
}

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

.mt-6 {
    margin-top: 3.5rem !important
}

.mt-7 {
    margin-top: 4rem !important
}

.mt-8 {
    margin-top: 4.5rem !important
}

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

.mt-10 {
    margin-top: 6rem !important
}

.mt-11 {
    margin-top: 7rem !important
}

.mt-12 {
    margin-top: 8rem !important
}

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

.mt-10p {
    margin-top: 10% !important
}

.mt-20p {
    margin-top: 20% !important
}

.mt-25p {
    margin-top: 25% !important
}

.mt-30p {
    margin-top: 30% !important
}

.mt-40p {
    margin-top: 40% !important
}

.mt-50p {
    margin-top: 50% !important
}

.mt-60p {
    margin-top: 60% !important
}

.mt-70p {
    margin-top: 70% !important
}

.mt-75p {
    margin-top: 75% !important
}

.mt-80p {
    margin-top: 80% !important
}

.mt-90p {
    margin-top: 90% !important
}

.mt-100p {
    margin-top: 100% !important
}

.me-0-5 {
    margin-right: .125rem !important
}

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

.me-6 {
    margin-right: 3.5rem !important
}

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

.me-8 {
    margin-right: 4.5rem !important
}

.me-9 {
    margin-right: 5rem !important
}

.me-10 {
    margin-right: 6rem !important
}

.me-11 {
    margin-right: 7rem !important
}

.me-12 {
    margin-right: 8rem !important
}

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

.me-10p {
    margin-right: 10% !important
}

.me-20p {
    margin-right: 20% !important
}

.me-25p {
    margin-right: 25% !important
}

.me-30p {
    margin-right: 30% !important
}

.me-40p {
    margin-right: 40% !important
}

.me-50p {
    margin-right: 50% !important
}

.me-60p {
    margin-right: 60% !important
}

.me-70p {
    margin-right: 70% !important
}

.me-75p {
    margin-right: 75% !important
}

.me-80p {
    margin-right: 80% !important
}

.me-90p {
    margin-right: 90% !important
}

.me-100p {
    margin-right: 100% !important
}

.mb-0-5 {
    margin-bottom: .125rem !important
}

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

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

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

.mb-8 {
    margin-bottom: 4.5rem !important
}

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

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

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

.mb-12 {
    margin-bottom: 8rem !important
}

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

.mb-10p {
    margin-bottom: 10% !important
}

.mb-20p {
    margin-bottom: 20% !important
}

.mb-25p {
    margin-bottom: 25% !important
}

.mb-30p {
    margin-bottom: 30% !important
}

.mb-40p {
    margin-bottom: 40% !important
}

.mb-50p {
    margin-bottom: 50% !important
}

.mb-60p {
    margin-bottom: 60% !important
}

.mb-70p {
    margin-bottom: 70% !important
}

.mb-75p {
    margin-bottom: 75% !important
}

.mb-80p {
    margin-bottom: 80% !important
}

.mb-90p {
    margin-bottom: 90% !important
}

.mb-100p {
    margin-bottom: 100% !important
}

.ms-0-5 {
    margin-left: .125rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 3.5rem !important
}

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

.ms-8 {
    margin-left: 4.5rem !important
}

.ms-9 {
    margin-left: 5rem !important
}

.ms-10 {
    margin-left: 6rem !important
}

.ms-11 {
    margin-left: 7rem !important
}

.ms-12 {
    margin-left: 8rem !important
}

.ms-gs {
    margin-left: 2rem !important
}

.ms-10p {
    margin-left: 10% !important
}

.ms-20p {
    margin-left: 20% !important
}

.ms-25p {
    margin-left: 25% !important
}

.ms-30p {
    margin-left: 30% !important
}

.ms-40p {
    margin-left: 40% !important
}

.ms-50p {
    margin-left: 50% !important
}

.ms-60p {
    margin-left: 60% !important
}

.ms-70p {
    margin-left: 70% !important
}

.ms-75p {
    margin-left: 75% !important
}

.ms-80p {
    margin-left: 80% !important
}

.ms-90p {
    margin-left: 90% !important
}

.ms-100p {
    margin-left: 100% !important
}

.m-n0-5 {
    margin: -0.125rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.m-n6 {
    margin: -3.5rem !important
}

.m-n7 {
    margin: -4rem !important
}

.m-n8 {
    margin: -4.5rem !important
}

.m-n9 {
    margin: -5rem !important
}

.m-n10 {
    margin: -6rem !important
}

.m-n11 {
    margin: -7rem !important
}

.m-n12 {
    margin: -8rem !important
}

.m-ngs {
    margin: -2rem !important
}

.m-n10p {
    margin: -10% !important
}

.m-n20p {
    margin: -20% !important
}

.m-n25p {
    margin: -25% !important
}

.m-n30p {
    margin: -30% !important
}

.m-n40p {
    margin: -40% !important
}

.m-n50p {
    margin: -50% !important
}

.m-n60p {
    margin: -60% !important
}

.m-n70p {
    margin: -70% !important
}

.m-n75p {
    margin: -75% !important
}

.m-n80p {
    margin: -80% !important
}

.m-n90p {
    margin: -90% !important
}

.m-n100p {
    margin: -100% !important
}

.mx-n0-5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

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

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

.mx-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important
}

.mx-n6 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important
}

.mx-n7 {
    margin-right: -4rem !important;
    margin-left: -4rem !important
}

.mx-n8 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important
}

.mx-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important
}

.mx-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important
}

.mx-n11 {
    margin-right: -7rem !important;
    margin-left: -7rem !important
}

.mx-n12 {
    margin-right: -8rem !important;
    margin-left: -8rem !important
}

.mx-ngs {
    margin-right: -2rem !important;
    margin-left: -2rem !important
}

.mx-n10p {
    margin-right: -10% !important;
    margin-left: -10% !important
}

.mx-n20p {
    margin-right: -20% !important;
    margin-left: -20% !important
}

.mx-n25p {
    margin-right: -25% !important;
    margin-left: -25% !important
}

.mx-n30p {
    margin-right: -30% !important;
    margin-left: -30% !important
}

.mx-n40p {
    margin-right: -40% !important;
    margin-left: -40% !important
}

.mx-n50p {
    margin-right: -50% !important;
    margin-left: -50% !important
}

.mx-n60p {
    margin-right: -60% !important;
    margin-left: -60% !important
}

.mx-n70p {
    margin-right: -70% !important;
    margin-left: -70% !important
}

.mx-n75p {
    margin-right: -75% !important;
    margin-left: -75% !important
}

.mx-n80p {
    margin-right: -80% !important;
    margin-left: -80% !important
}

.mx-n90p {
    margin-right: -90% !important;
    margin-left: -90% !important
}

.mx-n100p {
    margin-right: -100% !important;
    margin-left: -100% !important
}

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

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

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

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

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

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

.my-n6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
}

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

.my-n8 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
}

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

.my-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
}

.my-n11 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
}

.my-n12 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
}

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

.my-n10p {
    margin-top: -10% !important;
    margin-bottom: -10% !important
}

.my-n20p {
    margin-top: -20% !important;
    margin-bottom: -20% !important
}

.my-n25p {
    margin-top: -25% !important;
    margin-bottom: -25% !important
}

.my-n30p {
    margin-top: -30% !important;
    margin-bottom: -30% !important
}

.my-n40p {
    margin-top: -40% !important;
    margin-bottom: -40% !important
}

.my-n50p {
    margin-top: -50% !important;
    margin-bottom: -50% !important
}

.my-n60p {
    margin-top: -60% !important;
    margin-bottom: -60% !important
}

.my-n70p {
    margin-top: -70% !important;
    margin-bottom: -70% !important
}

.my-n75p {
    margin-top: -75% !important;
    margin-bottom: -75% !important
}

.my-n80p {
    margin-top: -80% !important;
    margin-bottom: -80% !important
}

.my-n90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important
}

.my-n100p {
    margin-top: -100% !important;
    margin-bottom: -100% !important
}

.mt-n0-5 {
    margin-top: -0.125rem !important
}

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

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

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

.mt-n4 {
    margin-top: -1.5rem !important
}

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

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

.mt-n7 {
    margin-top: -4rem !important
}

.mt-n8 {
    margin-top: -4.5rem !important
}

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

.mt-n10 {
    margin-top: -6rem !important
}

.mt-n11 {
    margin-top: -7rem !important
}

.mt-n12 {
    margin-top: -8rem !important
}

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

.mt-n10p {
    margin-top: -10% !important
}

.mt-n20p {
    margin-top: -20% !important
}

.mt-n25p {
    margin-top: -25% !important
}

.mt-n30p {
    margin-top: -30% !important
}

.mt-n40p {
    margin-top: -40% !important
}

.mt-n50p {
    margin-top: -50% !important
}

.mt-n60p {
    margin-top: -60% !important
}

.mt-n70p {
    margin-top: -70% !important
}

.mt-n75p {
    margin-top: -75% !important
}

.mt-n80p {
    margin-top: -80% !important
}

.mt-n90p {
    margin-top: -90% !important
}

.mt-n100p {
    margin-top: -100% !important
}

.me-n0-5 {
    margin-right: -0.125rem !important
}

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

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

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

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

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

.me-n6 {
    margin-right: -3.5rem !important
}

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

.me-n8 {
    margin-right: -4.5rem !important
}

.me-n9 {
    margin-right: -5rem !important
}

.me-n10 {
    margin-right: -6rem !important
}

.me-n11 {
    margin-right: -7rem !important
}

.me-n12 {
    margin-right: -8rem !important
}

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

.me-n10p {
    margin-right: -10% !important
}

.me-n20p {
    margin-right: -20% !important
}

.me-n25p {
    margin-right: -25% !important
}

.me-n30p {
    margin-right: -30% !important
}

.me-n40p {
    margin-right: -40% !important
}

.me-n50p {
    margin-right: -50% !important
}

.me-n60p {
    margin-right: -60% !important
}

.me-n70p {
    margin-right: -70% !important
}

.me-n75p {
    margin-right: -75% !important
}

.me-n80p {
    margin-right: -80% !important
}

.me-n90p {
    margin-right: -90% !important
}

.me-n100p {
    margin-right: -100% !important
}

.mb-n0-5 {
    margin-bottom: -0.125rem !important
}

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

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

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

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

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

.mb-n6 {
    margin-bottom: -3.5rem !important
}

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

.mb-n8 {
    margin-bottom: -4.5rem !important
}

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

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

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

.mb-n12 {
    margin-bottom: -8rem !important
}

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

.mb-n10p {
    margin-bottom: -10% !important
}

.mb-n20p {
    margin-bottom: -20% !important
}

.mb-n25p {
    margin-bottom: -25% !important
}

.mb-n30p {
    margin-bottom: -30% !important
}

.mb-n40p {
    margin-bottom: -40% !important
}

.mb-n50p {
    margin-bottom: -50% !important
}

.mb-n60p {
    margin-bottom: -60% !important
}

.mb-n70p {
    margin-bottom: -70% !important
}

.mb-n75p {
    margin-bottom: -75% !important
}

.mb-n80p {
    margin-bottom: -80% !important
}

.mb-n90p {
    margin-bottom: -90% !important
}

.mb-n100p {
    margin-bottom: -100% !important
}

.ms-n0-5 {
    margin-left: -0.125rem !important
}

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

.ms-n2 {
    margin-left: -0.5rem !important
}

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

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

.ms-n5 {
    margin-left: -2rem !important
}

.ms-n6 {
    margin-left: -3.5rem !important
}

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

.ms-n8 {
    margin-left: -4.5rem !important
}

.ms-n9 {
    margin-left: -5rem !important
}

.ms-n10 {
    margin-left: -6rem !important
}

.ms-n11 {
    margin-left: -7rem !important
}

.ms-n12 {
    margin-left: -8rem !important
}

.ms-ngs {
    margin-left: -2rem !important
}

.ms-n10p {
    margin-left: -10% !important
}

.ms-n20p {
    margin-left: -20% !important
}

.ms-n25p {
    margin-left: -25% !important
}

.ms-n30p {
    margin-left: -30% !important
}

.ms-n40p {
    margin-left: -40% !important
}

.ms-n50p {
    margin-left: -50% !important
}

.ms-n60p {
    margin-left: -60% !important
}

.ms-n70p {
    margin-left: -70% !important
}

.ms-n75p {
    margin-left: -75% !important
}

.ms-n80p {
    margin-left: -80% !important
}

.ms-n90p {
    margin-left: -90% !important
}

.ms-n100p {
    margin-left: -100% !important
}

.p-0-5 {
    padding: .125rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3.5rem !important
}

.p-7 {
    padding: 4rem !important
}

.p-8 {
    padding: 4.5rem !important
}

.p-9 {
    padding: 5rem !important
}

.p-10 {
    padding: 6rem !important
}

.p-11 {
    padding: 7rem !important
}

.p-12 {
    padding: 8rem !important
}

.p-gs {
    padding: 2rem !important
}

.p-10p {
    padding: 10% !important
}

.p-20p {
    padding: 20% !important
}

.p-25p {
    padding: 25% !important
}

.p-30p {
    padding: 30% !important
}

.p-40p {
    padding: 40% !important
}

.p-50p {
    padding: 50% !important
}

.p-60p {
    padding: 60% !important
}

.p-70p {
    padding: 70% !important
}

.p-75p {
    padding: 75% !important
}

.p-80p {
    padding: 80% !important
}

.p-90p {
    padding: 90% !important
}

.p-100p {
    padding: 100% !important
}

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

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

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

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

.px-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

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

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

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

.px-12 {
    padding-right: 8rem !important;
    padding-left: 8rem !important
}

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

.px-10p {
    padding-right: 10% !important;
    padding-left: 10% !important
}

.px-20p {
    padding-right: 20% !important;
    padding-left: 20% !important
}

.px-25p {
    padding-right: 25% !important;
    padding-left: 25% !important
}

.px-30p {
    padding-right: 30% !important;
    padding-left: 30% !important
}

.px-40p {
    padding-right: 40% !important;
    padding-left: 40% !important
}

.px-50p {
    padding-right: 50% !important;
    padding-left: 50% !important
}

.px-60p {
    padding-right: 60% !important;
    padding-left: 60% !important
}

.px-70p {
    padding-right: 70% !important;
    padding-left: 70% !important
}

.px-75p {
    padding-right: 75% !important;
    padding-left: 75% !important
}

.px-80p {
    padding-right: 80% !important;
    padding-left: 80% !important
}

.px-90p {
    padding-right: 90% !important;
    padding-left: 90% !important
}

.px-100p {
    padding-right: 100% !important;
    padding-left: 100% !important
}

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

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

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

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

.py-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

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

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

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

.py-12 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

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

.py-10p {
    padding-top: 10% !important;
    padding-bottom: 10% !important
}

.py-20p {
    padding-top: 20% !important;
    padding-bottom: 20% !important
}

.py-25p {
    padding-top: 25% !important;
    padding-bottom: 25% !important
}

.py-30p {
    padding-top: 30% !important;
    padding-bottom: 30% !important
}

.py-40p {
    padding-top: 40% !important;
    padding-bottom: 40% !important
}

.py-50p {
    padding-top: 50% !important;
    padding-bottom: 50% !important
}

.py-60p {
    padding-top: 60% !important;
    padding-bottom: 60% !important
}

.py-70p {
    padding-top: 70% !important;
    padding-bottom: 70% !important
}

.py-75p {
    padding-top: 75% !important;
    padding-bottom: 75% !important
}

.py-80p {
    padding-top: 80% !important;
    padding-bottom: 80% !important
}

.py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important
}

.py-100p {
    padding-top: 100% !important;
    padding-bottom: 100% !important
}

.pt-0-5 {
    padding-top: .125rem !important
}

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

.pt-6 {
    padding-top: 3.5rem !important
}

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

.pt-8 {
    padding-top: 4.5rem !important
}

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

.pt-10 {
    padding-top: 6rem !important
}

.pt-11 {
    padding-top: 7rem !important
}

.pt-12 {
    padding-top: 8rem !important
}

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

.pt-10p {
    padding-top: 10% !important
}

.pt-20p {
    padding-top: 20% !important
}

.pt-25p {
    padding-top: 25% !important
}

.pt-30p {
    padding-top: 30% !important
}

.pt-40p {
    padding-top: 40% !important
}

.pt-50p {
    padding-top: 50% !important
}

.pt-60p {
    padding-top: 60% !important
}

.pt-70p {
    padding-top: 70% !important
}

.pt-75p {
    padding-top: 75% !important
}

.pt-80p {
    padding-top: 80% !important
}

.pt-90p {
    padding-top: 90% !important
}

.pt-100p {
    padding-top: 100% !important
}

.pe-0-5 {
    padding-right: .125rem !important
}

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

.pe-6 {
    padding-right: 3.5rem !important
}

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

.pe-8 {
    padding-right: 4.5rem !important
}

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

.pe-10 {
    padding-right: 6rem !important
}

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

.pe-12 {
    padding-right: 8rem !important
}

.pe-gs {
    padding-right: 2rem !important
}

.pe-10p {
    padding-right: 10% !important
}

.pe-20p {
    padding-right: 20% !important
}

.pe-25p {
    padding-right: 25% !important
}

.pe-30p {
    padding-right: 30% !important
}

.pe-40p {
    padding-right: 40% !important
}

.pe-50p {
    padding-right: 50% !important
}

.pe-60p {
    padding-right: 60% !important
}

.pe-70p {
    padding-right: 70% !important
}

.pe-75p {
    padding-right: 75% !important
}

.pe-80p {
    padding-right: 80% !important
}

.pe-90p {
    padding-right: 90% !important
}

.pe-100p {
    padding-right: 100% !important
}

.pb-0-5 {
    padding-bottom: .125rem !important
}

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

.pb-6 {
    padding-bottom: 3.5rem !important
}

.pb-7 {
    padding-bottom: 4rem !important
}

.pb-8 {
    padding-bottom: 4.5rem !important
}

.pb-9 {
    padding-bottom: 5rem !important
}

.pb-10 {
    padding-bottom: 6rem !important
}

.pb-11 {
    padding-bottom: 7rem !important
}

.pb-12 {
    padding-bottom: 8rem !important
}

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

.pb-10p {
    padding-bottom: 10% !important
}

.pb-20p {
    padding-bottom: 20% !important
}

.pb-25p {
    padding-bottom: 25% !important
}

.pb-30p {
    padding-bottom: 30% !important
}

.pb-40p {
    padding-bottom: 40% !important
}

.pb-50p {
    padding-bottom: 50% !important
}

.pb-60p {
    padding-bottom: 60% !important
}

.pb-70p {
    padding-bottom: 70% !important
}

.pb-75p {
    padding-bottom: 75% !important
}

.pb-80p {
    padding-bottom: 80% !important
}

.pb-90p {
    padding-bottom: 90% !important
}

.pb-100p {
    padding-bottom: 100% !important
}

.ps-0-5 {
    padding-left: .125rem !important
}

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

.ps-6 {
    padding-left: 3.5rem !important
}

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

.ps-8 {
    padding-left: 4.5rem !important
}

.ps-9 {
    padding-left: 5rem !important
}

.ps-10 {
    padding-left: 6rem !important
}

.ps-11 {
    padding-left: 7rem !important
}

.ps-12 {
    padding-left: 8rem !important
}

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

.ps-10p {
    padding-left: 10% !important
}

.ps-20p {
    padding-left: 20% !important
}

.ps-25p {
    padding-left: 25% !important
}

.ps-30p {
    padding-left: 30% !important
}

.ps-40p {
    padding-left: 40% !important
}

.ps-50p {
    padding-left: 50% !important
}

.ps-60p {
    padding-left: 60% !important
}

.ps-70p {
    padding-left: 70% !important
}

.ps-75p {
    padding-left: 75% !important
}

.ps-80p {
    padding-left: 80% !important
}

.ps-90p {
    padding-left: 90% !important
}

.ps-100p {
    padding-left: 100% !important
}

.gap-0-5 {
    gap: .125rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 3.5rem !important
}

.gap-7 {
    gap: 4rem !important
}

.gap-8 {
    gap: 4.5rem !important
}

.gap-9 {
    gap: 5rem !important
}

.gap-10 {
    gap: 6rem !important
}

.gap-11 {
    gap: 7rem !important
}

.gap-12 {
    gap: 8rem !important
}

.gap-gs {
    gap: 2rem !important
}

.gap-10p {
    gap: 10% !important
}

.gap-20p {
    gap: 20% !important
}

.gap-25p {
    gap: 25% !important
}

.gap-30p {
    gap: 30% !important
}

.gap-40p {
    gap: 40% !important
}

.gap-50p {
    gap: 50% !important
}

.gap-60p {
    gap: 60% !important
}

.gap-70p {
    gap: 70% !important
}

.gap-75p {
    gap: 75% !important
}

.gap-80p {
    gap: 80% !important
}

.gap-90p {
    gap: 90% !important
}

.gap-100p {
    gap: 100% !important
}

.fs-1 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-2 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important
}

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

.fs-5 {
    font-size: 1.125rem !important
}

.fw-medium {
    font-weight: 500 !important
}

.lh-base {
    line-height: 1.6 !important
}

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

.text-muted {
    --bs-text-opacity: 1;
    color: #6b7989 !important
}

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

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2
}

.bg-opacity-30 {
    --bs-bg-opacity: 0.3
}

.bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.bg-opacity-60 {
    --bs-bg-opacity: 0.6
}

.bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.rounded-6 {
    border-radius: var(--bs-border-radius-3xl) !important
}

.rounded-7 {
    border-radius: var(--bs-border-radius-4xl) !important
}

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

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-top-6 {
    border-top-left-radius: var(--bs-border-radius-3xl) !important;
    border-top-right-radius: var(--bs-border-radius-3xl) !important
}

.rounded-top-7 {
    border-top-left-radius: var(--bs-border-radius-4xl) !important;
    border-top-right-radius: var(--bs-border-radius-4xl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-end-6 {
    border-top-right-radius: var(--bs-border-radius-3xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-3xl) !important
}

.rounded-end-7 {
    border-top-right-radius: var(--bs-border-radius-4xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-4xl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

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

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-bottom-6 {
    border-bottom-right-radius: var(--bs-border-radius-3xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-3xl) !important
}

.rounded-bottom-7 {
    border-bottom-right-radius: var(--bs-border-radius-4xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-4xl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

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

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-start-6 {
    border-bottom-left-radius: var(--bs-border-radius-3xl) !important;
    border-top-left-radius: var(--bs-border-radius-3xl) !important
}

.rounded-start-7 {
    border-bottom-left-radius: var(--bs-border-radius-4xl) !important;
    border-top-left-radius: var(--bs-border-radius-4xl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.text-tracking-1 {
    letter-spacing: .05em !important
}

.text-tracking-2 {
    letter-spacing: .1em !important
}

.text-tracking-n1 {
    letter-spacing: -0.05em !important
}

.text-tracking-n2 {
    letter-spacing: -0.1em !important
}

@media (min-width: 576px) {
	.top-sm-auto {
	    top: auto !important
	}

	.top-sm-0 {
	    top: 0 !important
	}

	.top-sm-50 {
	    top: 50% !important
	}

	.top-sm-100 {
	    top: 100% !important
	}

	.bottom-sm-auto {
	    bottom: auto !important
	}

	.bottom-sm-0 {
	    bottom: 0 !important
	}

	.bottom-sm-50 {
	    bottom: 50% !important
	}

	.bottom-sm-100 {
	    bottom: 100% !important
	}

	.start-sm-auto {
	    left: auto !important
	}

	.start-sm-0 {
	    left: 0 !important
	}

	.start-sm-50 {
	    left: 50% !important
	}

	.start-sm-100 {
	    left: 100% !important
	}

	.end-sm-auto {
	    right: auto !important
	}

	.end-sm-0 {
	    right: 0 !important
	}

	.end-sm-50 {
	    right: 50% !important
	}

	.end-sm-100 {
	    right: 100% !important
	}

	.translate-middle-sm {
	    transform: translate(-50%, -50%) !important
	}

	.translate-middle-sm-x {
	    transform: translateX(-50%) !important
	}

	.translate-middle-sm-y {
	    transform: translateY(-50%) !important
	}

	.w-sm-25 {
	    width: 25% !important
	}

	.w-sm-50 {
	    width: 50% !important
	}

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

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

	.w-sm-auto {
	    width: auto !important
	}

	.w-sm-1rem {
	    width: 1rem !important
	}

	.w-sm-2rem {
	    width: 2rem !important
	}

	.w-sm-3rem {
	    width: 3rem !important
	}

	.w-sm-4rem {
	    width: 4rem !important
	}

	.w-sm-5rem {
	    width: 5rem !important
	}

	.w-sm-6rem {
	    width: 6rem !important
	}

	.w-sm-7rem {
	    width: 7rem !important
	}

	.w-sm-8rem {
	    width: 8rem !important
	}

	.h-sm-25 {
	    height: 25% !important
	}

	.h-sm-50 {
	    height: 50% !important
	}

	.h-sm-75 {
	    height: 75% !important
	}

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

	.h-sm-auto {
	    height: auto !important
	}

	.h-sm-1rem {
	    height: 1rem !important
	}

	.h-sm-2rem {
	    height: 2rem !important
	}

	.h-sm-3rem {
	    height: 3rem !important
	}

	.h-sm-4rem {
	    height: 4rem !important
	}

	.h-sm-5rem {
	    height: 5rem !important
	}

	.h-sm-6rem {
	    height: 6rem !important
	}

	.h-sm-7rem {
	    height: 7rem !important
	}

	.h-sm-8rem {
	    height: 8rem !important
	}

	.m-sm-0-5 {
	    margin: .125rem !important
	}

	.m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 3.5rem !important
    }

    .m-sm-7 {
        margin: 4rem !important
    }

    .m-sm-8 {
        margin: 4.5rem !important
    }

    .m-sm-9 {
        margin: 5rem !important
    }

    .m-sm-10 {
        margin: 6rem !important
    }

    .m-sm-11 {
        margin: 7rem !important
    }

    .m-sm-12 {
        margin: 8rem !important
    }

    .m-sm-gs {
        margin: 2rem !important
    }

    .m-sm-10p {
        margin: 10% !important
    }

    .m-sm-20p {
        margin: 20% !important
    }

    .m-sm-25p {
        margin: 25% !important
    }

    .m-sm-30p {
        margin: 30% !important
    }

    .m-sm-40p {
        margin: 40% !important
    }

    .m-sm-50p {
        margin: 50% !important
    }

    .m-sm-60p {
        margin: 60% !important
    }

    .m-sm-70p {
        margin: 70% !important
    }

    .m-sm-75p {
        margin: 75% !important
    }

    .m-sm-80p {
        margin: 80% !important
    }

    .m-sm-90p {
        margin: 90% !important
    }

    .m-sm-100p {
        margin: 100% !important
    }
    
    .mx-sm-0-5 {
        margin-right: .125rem !important;
        margin-left: .125rem !important
    }
    
    .mx-sm-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-sm-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-sm-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-sm-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-sm-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }

    .mx-sm-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }

    .mx-sm-11 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }

    .mx-sm-12 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }

    .mx-sm-gs {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-sm-10p {
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .mx-sm-20p {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .mx-sm-25p {
        margin-right: 25% !important;
        margin-left: 25% !important
    }

    .mx-sm-30p {
        margin-right: 30% !important;
        margin-left: 30% !important
    }

    .mx-sm-40p {
        margin-right: 40% !important;
        margin-left: 40% !important
    }

    .mx-sm-50p {
        margin-right: 50% !important;
        margin-left: 50% !important
    }

    .mx-sm-60p {
        margin-right: 60% !important;
        margin-left: 60% !important
    }

    .mx-sm-70p {
        margin-right: 70% !important;
        margin-left: 70% !important
    }

    .mx-sm-75p {
        margin-right: 75% !important;
        margin-left: 75% !important
    }

    .mx-sm-80p {
        margin-right: 80% !important;
        margin-left: 80% !important
    }

    .mx-sm-90p {
        margin-right: 90% !important;
        margin-left: 90% !important
    }

    .mx-sm-100p {
        margin-right: 100% !important;
        margin-left: 100% !important
    }
    
    .my-sm-0-5 {
        margin-top: .125rem !important;
        margin-bottom: .125rem !important
    }
    
    .my-sm-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-sm-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

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

    .my-sm-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

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

    .my-sm-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .my-sm-11 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .my-sm-12 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

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

    .my-sm-10p {
        margin-top: 10% !important;
        margin-bottom: 10% !important
    }

    .my-sm-20p {
        margin-top: 20% !important;
        margin-bottom: 20% !important
    }

    .my-sm-25p {
        margin-top: 25% !important;
        margin-bottom: 25% !important
    }

    .my-sm-30p {
        margin-top: 30% !important;
        margin-bottom: 30% !important
    }

    .my-sm-40p {
        margin-top: 40% !important;
        margin-bottom: 40% !important
    }

    .my-sm-50p {
        margin-top: 50% !important;
        margin-bottom: 50% !important
    }

    .my-sm-60p {
        margin-top: 60% !important;
        margin-bottom: 60% !important
    }

    .my-sm-70p {
        margin-top: 70% !important;
        margin-bottom: 70% !important
    }

    .my-sm-75p {
        margin-top: 75% !important;
        margin-bottom: 75% !important
    }

    .my-sm-80p {
        margin-top: 80% !important;
        margin-bottom: 80% !important
    }

    .my-sm-90p {
        margin-top: 90% !important;
        margin-bottom: 90% !important
    }

    .my-sm-100p {
        margin-top: 100% !important;
        margin-bottom: 100% !important
    }
    
    .mt-sm-0-5 {
        margin-top: .125rem !important
    }
    
    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 3.5rem !important
    }

    .mt-sm-7 {
        margin-top: 4rem !important
    }

    .mt-sm-8 {
        margin-top: 4.5rem !important
    }

    .mt-sm-9 {
        margin-top: 5rem !important
    }

    .mt-sm-10 {
        margin-top: 6rem !important
    }

    .mt-sm-11 {
        margin-top: 7rem !important
    }

    .mt-sm-12 {
        margin-top: 8rem !important
    }

    .mt-sm-gs {
        margin-top: 2rem !important
    }

    .mt-sm-10p {
        margin-top: 10% !important
    }

    .mt-sm-20p {
        margin-top: 20% !important
    }

    .mt-sm-25p {
        margin-top: 25% !important
    }

    .mt-sm-30p {
        margin-top: 30% !important
    }

    .mt-sm-40p {
        margin-top: 40% !important
    }

    .mt-sm-50p {
        margin-top: 50% !important
    }

    .mt-sm-60p {
        margin-top: 60% !important
    }

    .mt-sm-70p {
        margin-top: 70% !important
    }

    .mt-sm-75p {
        margin-top: 75% !important
    }

    .mt-sm-80p {
        margin-top: 80% !important
    }

    .mt-sm-90p {
        margin-top: 90% !important
    }

    .mt-sm-100p {
        margin-top: 100% !important
    }
    
    .me-sm-0-5 {
        margin-right: .125rem !important
    }
    
    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 3.5rem !important
    }

    .me-sm-7 {
        margin-right: 4rem !important
    }

    .me-sm-8 {
        margin-right: 4.5rem !important
    }

    .me-sm-9 {
        margin-right: 5rem !important
    }

    .me-sm-10 {
        margin-right: 6rem !important
    }

    .me-sm-11 {
        margin-right: 7rem !important
    }

    .me-sm-12 {
        margin-right: 8rem !important
    }

    .me-sm-gs {
        margin-right: 2rem !important
    }

    .me-sm-10p {
        margin-right: 10% !important
    }

    .me-sm-20p {
        margin-right: 20% !important
    }

    .me-sm-25p {
        margin-right: 25% !important
    }

    .me-sm-30p {
        margin-right: 30% !important
    }

    .me-sm-40p {
        margin-right: 40% !important
    }

    .me-sm-50p {
        margin-right: 50% !important
    }

    .me-sm-60p {
        margin-right: 60% !important
    }

    .me-sm-70p {
        margin-right: 70% !important
    }

    .me-sm-75p {
        margin-right: 75% !important
    }

    .me-sm-80p {
        margin-right: 80% !important
    }

    .me-sm-90p {
        margin-right: 90% !important
    }

    .me-sm-100p {
        margin-right: 100% !important
    }
    
    .mb-sm-0-5 {
        margin-bottom: .125rem !important
    }
    
    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3.5rem !important
    }

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

    .mb-sm-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-9 {
        margin-bottom: 5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 6rem !important
    }

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

    .mb-sm-12 {
        margin-bottom: 8rem !important
    }

    .mb-sm-gs {
        margin-bottom: 2rem !important
    }

    .mb-sm-10p {
        margin-bottom: 10% !important
    }

    .mb-sm-20p {
        margin-bottom: 20% !important
    }

    .mb-sm-25p {
        margin-bottom: 25% !important
    }

    .mb-sm-30p {
        margin-bottom: 30% !important
    }

    .mb-sm-40p {
        margin-bottom: 40% !important
    }

    .mb-sm-50p {
        margin-bottom: 50% !important
    }

    .mb-sm-60p {
        margin-bottom: 60% !important
    }

    .mb-sm-70p {
        margin-bottom: 70% !important
    }

    .mb-sm-75p {
        margin-bottom: 75% !important
    }

    .mb-sm-80p {
        margin-bottom: 80% !important
    }

    .mb-sm-90p {
        margin-bottom: 90% !important
    }

    .mb-sm-100p {
        margin-bottom: 100% !important
    }
    
    .ms-sm-0-5 {
        margin-left: .125rem !important
    }
    
    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 3.5rem !important
    }

    .ms-sm-7 {
        margin-left: 4rem !important
    }

    .ms-sm-8 {
        margin-left: 4.5rem !important
    }

    .ms-sm-9 {
        margin-left: 5rem !important
    }

    .ms-sm-10 {
        margin-left: 6rem !important
    }

    .ms-sm-11 {
        margin-left: 7rem !important
    }

    .ms-sm-12 {
        margin-left: 8rem !important
    }

    .ms-sm-gs {
        margin-left: 2rem !important
    }

    .ms-sm-10p {
        margin-left: 10% !important
    }

    .ms-sm-20p {
        margin-left: 20% !important
    }

    .ms-sm-25p {
        margin-left: 25% !important
    }

    .ms-sm-30p {
        margin-left: 30% !important
    }

    .ms-sm-40p {
        margin-left: 40% !important
    }

    .ms-sm-50p {
        margin-left: 50% !important
    }

    .ms-sm-60p {
        margin-left: 60% !important
    }

    .ms-sm-70p {
        margin-left: 70% !important
    }

    .ms-sm-75p {
        margin-left: 75% !important
    }

    .ms-sm-80p {
        margin-left: 80% !important
    }

    .ms-sm-90p {
        margin-left: 90% !important
    }

    .ms-sm-100p {
        margin-left: 100% !important
    }
    
    .m-sm-n0-5 {
        margin: -0.125rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .m-sm-n6 {
        margin: -3.5rem !important
    }

    .m-sm-n7 {
        margin: -4rem !important
    }

    .m-sm-n8 {
        margin: -4.5rem !important
    }

    .m-sm-n9 {
        margin: -5rem !important
    }

    .m-sm-n10 {
        margin: -6rem !important
    }

    .m-sm-n11 {
        margin: -7rem !important
    }

    .m-sm-n12 {
        margin: -8rem !important
    }

    .m-sm-ngs {
        margin: -2rem !important
    }

    .m-sm-n10p {
        margin: -10% !important
    }

    .m-sm-n20p {
        margin: -20% !important
    }

    .m-sm-n25p {
        margin: -25% !important
    }

    .m-sm-n30p {
        margin: -30% !important
    }

    .m-sm-n40p {
        margin: -40% !important
    }

    .m-sm-n50p {
        margin: -50% !important
    }

    .m-sm-n60p {
        margin: -60% !important
    }

    .m-sm-n70p {
        margin: -70% !important
    }

    .m-sm-n75p {
        margin: -75% !important
    }

    .m-sm-n80p {
        margin: -80% !important
    }

    .m-sm-n90p {
        margin: -90% !important
    }

    .m-sm-n100p {
        margin: -100% !important
    }

    .mx-sm-n0-5 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

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

    .mx-sm-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-sm-n6 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-sm-n7 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-sm-n8 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .mx-sm-n9 {
        margin-right: -5rem !important;
        margin-left: -5rem !important
    }

    .mx-sm-n10 {
        margin-right: -6rem !important;
        margin-left: -6rem !important
    }

    .mx-sm-n11 {
        margin-right: -7rem !important;
        margin-left: -7rem !important
    }

    .mx-sm-n12 {
        margin-right: -8rem !important;
        margin-left: -8rem !important
    }

    .mx-sm-ngs {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-sm-n10p {
        margin-right: -10% !important;
        margin-left: -10% !important
    }

    .mx-sm-n20p {
        margin-right: -20% !important;
        margin-left: -20% !important
    }

    .mx-sm-n25p {
        margin-right: -25% !important;
        margin-left: -25% !important
    }

    .mx-sm-n30p {
        margin-right: -30% !important;
        margin-left: -30% !important
    }

    .mx-sm-n40p {
        margin-right: -40% !important;
        margin-left: -40% !important
    }

    .mx-sm-n50p {
        margin-right: -50% !important;
        margin-left: -50% !important
    }

    .mx-sm-n60p {
        margin-right: -60% !important;
        margin-left: -60% !important
    }

    .mx-sm-n70p {
        margin-right: -70% !important;
        margin-left: -70% !important
    }

    .mx-sm-n75p {
        margin-right: -75% !important;
        margin-left: -75% !important
    }

    .mx-sm-n80p {
        margin-right: -80% !important;
        margin-left: -80% !important
    }

    .mx-sm-n90p {
        margin-right: -90% !important;
        margin-left: -90% !important
    }

    .mx-sm-n100p {
        margin-right: -100% !important;
        margin-left: -100% !important
    }

    .my-sm-n0-5 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important
    }

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

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

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

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

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

    .my-sm-n6 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

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

    .my-sm-n8 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

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

    .my-sm-n10 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important
    }

    .my-sm-n11 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important
    }

    .my-sm-n12 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important
    }

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

    .my-sm-n10p {
        margin-top: -10% !important;
        margin-bottom: -10% !important
    }

    .my-sm-n20p {
        margin-top: -20% !important;
        margin-bottom: -20% !important
    }

    .my-sm-n25p {
        margin-top: -25% !important;
        margin-bottom: -25% !important
    }

    .my-sm-n30p {
        margin-top: -30% !important;
        margin-bottom: -30% !important
    }

    .my-sm-n40p {
        margin-top: -40% !important;
        margin-bottom: -40% !important
    }

    .my-sm-n50p {
        margin-top: -50% !important;
        margin-bottom: -50% !important
    }

    .my-sm-n60p {
        margin-top: -60% !important;
        margin-bottom: -60% !important
    }

    .my-sm-n70p {
        margin-top: -70% !important;
        margin-bottom: -70% !important
    }

    .my-sm-n75p {
        margin-top: -75% !important;
        margin-bottom: -75% !important
    }

    .my-sm-n80p {
        margin-top: -80% !important;
        margin-bottom: -80% !important
    }

    .my-sm-n90p {
        margin-top: -90% !important;
        margin-bottom: -90% !important
    }

    .my-sm-n100p {
        margin-top: -100% !important;
        margin-bottom: -100% !important
    }

    .mt-sm-n0-5 {
        margin-top: -0.125rem !important
    }

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

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

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -2rem !important
    }

    .mt-sm-n6 {
        margin-top: -3.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -4rem !important
    }

    .mt-sm-n8 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n9 {
        margin-top: -5rem !important
    }

    .mt-sm-n10 {
        margin-top: -6rem !important
    }

    .mt-sm-n11 {
        margin-top: -7rem !important
    }

    .mt-sm-n12 {
        margin-top: -8rem !important
    }

    .mt-sm-ngs {
        margin-top: -2rem !important
    }

    .mt-sm-n10p {
        margin-top: -10% !important
    }

    .mt-sm-n20p {
        margin-top: -20% !important
    }

    .mt-sm-n25p {
        margin-top: -25% !important
    }

    .mt-sm-n30p {
        margin-top: -30% !important
    }

    .mt-sm-n40p {
        margin-top: -40% !important
    }

    .mt-sm-n50p {
        margin-top: -50% !important
    }

    .mt-sm-n60p {
        margin-top: -60% !important
    }

    .mt-sm-n70p {
        margin-top: -70% !important
    }

    .mt-sm-n75p {
        margin-top: -75% !important
    }

    .mt-sm-n80p {
        margin-top: -80% !important
    }

    .mt-sm-n90p {
        margin-top: -90% !important
    }

    .mt-sm-n100p {
        margin-top: -100% !important
    }

    .me-sm-n0-5 {
        margin-right: -0.125rem !important
    }

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

    .me-sm-n2 {
        margin-right: -0.5rem !important
    }

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

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -2rem !important
    }

    .me-sm-n6 {
        margin-right: -3.5rem !important
    }

    .me-sm-n7 {
        margin-right: -4rem !important
    }

    .me-sm-n8 {
        margin-right: -4.5rem !important
    }

    .me-sm-n9 {
        margin-right: -5rem !important
    }

    .me-sm-n10 {
        margin-right: -6rem !important
    }

    .me-sm-n11 {
        margin-right: -7rem !important
    }

    .me-sm-n12 {
        margin-right: -8rem !important
    }

    .me-sm-ngs {
        margin-right: -2rem !important
    }

    .me-sm-n10p {
        margin-right: -10% !important
    }

    .me-sm-n20p {
        margin-right: -20% !important
    }

    .me-sm-n25p {
        margin-right: -25% !important
    }

    .me-sm-n30p {
        margin-right: -30% !important
    }

    .me-sm-n40p {
        margin-right: -40% !important
    }

    .me-sm-n50p {
        margin-right: -50% !important
    }

    .me-sm-n60p {
        margin-right: -60% !important
    }

    .me-sm-n70p {
        margin-right: -70% !important
    }

    .me-sm-n75p {
        margin-right: -75% !important
    }

    .me-sm-n80p {
        margin-right: -80% !important
    }

    .me-sm-n90p {
        margin-right: -90% !important
    }

    .me-sm-n100p {
        margin-right: -100% !important
    }

    .mb-sm-n0-5 {
        margin-bottom: -0.125rem !important
    }

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

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

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

    .mb-sm-n5 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -3.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -5rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -6rem !important
    }

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

    .mb-sm-n12 {
        margin-bottom: -8rem !important
    }

    .mb-sm-ngs {
        margin-bottom: -2rem !important
    }

    .mb-sm-n10p {
        margin-bottom: -10% !important
    }

    .mb-sm-n20p {
        margin-bottom: -20% !important
    }

    .mb-sm-n25p {
        margin-bottom: -25% !important
    }

    .mb-sm-n30p {
        margin-bottom: -30% !important
    }

    .mb-sm-n40p {
        margin-bottom: -40% !important
    }

    .mb-sm-n50p {
        margin-bottom: -50% !important
    }

    .mb-sm-n60p {
        margin-bottom: -60% !important
    }

    .mb-sm-n70p {
        margin-bottom: -70% !important
    }

    .mb-sm-n75p {
        margin-bottom: -75% !important
    }

    .mb-sm-n80p {
        margin-bottom: -80% !important
    }

    .mb-sm-n90p {
        margin-bottom: -90% !important
    }

    .mb-sm-n100p {
        margin-bottom: -100% !important
    }

    .ms-sm-n0-5 {
        margin-left: -0.125rem !important
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -2rem !important
    }

    .ms-sm-n6 {
        margin-left: -3.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -4rem !important
    }

    .ms-sm-n8 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n9 {
        margin-left: -5rem !important
    }

    .ms-sm-n10 {
        margin-left: -6rem !important
    }

    .ms-sm-n11 {
        margin-left: -7rem !important
    }

    .ms-sm-n12 {
        margin-left: -8rem !important
    }

    .ms-sm-ngs {
        margin-left: -2rem !important
    }

    .ms-sm-n10p {
        margin-left: -10% !important
    }

    .ms-sm-n20p {
        margin-left: -20% !important
    }

    .ms-sm-n25p {
        margin-left: -25% !important
    }

    .ms-sm-n30p {
        margin-left: -30% !important
    }

    .ms-sm-n40p {
        margin-left: -40% !important
    }

    .ms-sm-n50p {
        margin-left: -50% !important
    }

    .ms-sm-n60p {
        margin-left: -60% !important
    }

    .ms-sm-n70p {
        margin-left: -70% !important
    }

    .ms-sm-n75p {
        margin-left: -75% !important
    }

    .ms-sm-n80p {
        margin-left: -80% !important
    }

    .ms-sm-n90p {
        margin-left: -90% !important
    }

    .ms-sm-n100p {
        margin-left: -100% !important
    }
    
    .p-sm-0-5 {
        padding: .125rem !important
    }
    
    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 3.5rem !important
    }

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

    .p-sm-8 {
        padding: 4.5rem !important
    }

    .p-sm-9 {
        padding: 5rem !important
    }

    .p-sm-10 {
        padding: 6rem !important
    }

    .p-sm-11 {
        padding: 7rem !important
    }

    .p-sm-12 {
        padding: 8rem !important
    }

    .p-sm-gs {
        padding: 2rem !important
    }

    .p-sm-10p {
        padding: 10% !important
    }

    .p-sm-20p {
        padding: 20% !important
    }

    .p-sm-25p {
        padding: 25% !important
    }

    .p-sm-30p {
        padding: 30% !important
    }

    .p-sm-40p {
        padding: 40% !important
    }

    .p-sm-50p {
        padding: 50% !important
    }

    .p-sm-60p {
        padding: 60% !important
    }

    .p-sm-70p {
        padding: 70% !important
    }

    .p-sm-75p {
        padding: 75% !important
    }

    .p-sm-80p {
        padding: 80% !important
    }

    .p-sm-90p {
        padding: 90% !important
    }

    .p-sm-100p {
        padding: 100% !important
    }
    
    .px-sm-0-5 {
        padding-right: .125rem !important;
        padding-left: .125rem !important
    }
    
    .px-sm-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .px-sm-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

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

    .px-sm-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

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

    .px-sm-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

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

    .px-sm-12 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

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

    .px-sm-10p {
        padding-right: 10% !important;
        padding-left: 10% !important
    }

    .px-sm-20p {
        padding-right: 20% !important;
        padding-left: 20% !important
    }

    .px-sm-25p {
        padding-right: 25% !important;
        padding-left: 25% !important
    }

    .px-sm-30p {
        padding-right: 30% !important;
        padding-left: 30% !important
    }

    .px-sm-40p {
        padding-right: 40% !important;
        padding-left: 40% !important
    }

    .px-sm-50p {
        padding-right: 50% !important;
        padding-left: 50% !important
    }

    .px-sm-60p {
        padding-right: 60% !important;
        padding-left: 60% !important
    }

    .px-sm-70p {
        padding-right: 70% !important;
        padding-left: 70% !important
    }

    .px-sm-75p {
        padding-right: 75% !important;
        padding-left: 75% !important
    }

    .px-sm-80p {
        padding-right: 80% !important;
        padding-left: 80% !important
    }

    .px-sm-90p {
        padding-right: 90% !important;
        padding-left: 90% !important
    }

    .px-sm-100p {
        padding-right: 100% !important;
        padding-left: 100% !important
    }
    
    .py-sm-0-5 {
        padding-top: .125rem !important;
        padding-bottom: .125rem !important
    }
    
    .py-sm-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-sm-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

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

    .py-sm-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

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

    .py-sm-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

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

    .py-sm-12 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

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

    .py-sm-10p {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .py-sm-20p {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .py-sm-25p {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .py-sm-30p {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .py-sm-40p {
        padding-top: 40% !important;
        padding-bottom: 40% !important
    }

    .py-sm-50p {
        padding-top: 50% !important;
        padding-bottom: 50% !important
    }

    .py-sm-60p {
        padding-top: 60% !important;
        padding-bottom: 60% !important
    }

    .py-sm-70p {
        padding-top: 70% !important;
        padding-bottom: 70% !important
    }

    .py-sm-75p {
        padding-top: 75% !important;
        padding-bottom: 75% !important
    }

    .py-sm-80p {
        padding-top: 80% !important;
        padding-bottom: 80% !important
    }

    .py-sm-90p {
        padding-top: 90% !important;
        padding-bottom: 90% !important
    }

    .py-sm-100p {
        padding-top: 100% !important;
        padding-bottom: 100% !important
    }
    
    .pt-sm-0-5 {
        padding-top: .125rem !important
    }
    
    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 3.5rem !important
    }

    .pt-sm-7 {
        padding-top: 4rem !important
    }

    .pt-sm-8 {
        padding-top: 4.5rem !important
    }

    .pt-sm-9 {
        padding-top: 5rem !important
    }

    .pt-sm-10 {
        padding-top: 6rem !important
    }

    .pt-sm-11 {
        padding-top: 7rem !important
    }

    .pt-sm-12 {
        padding-top: 8rem !important
    }

    .pt-sm-gs {
        padding-top: 2rem !important
    }

    .pt-sm-10p {
        padding-top: 10% !important
    }

    .pt-sm-20p {
        padding-top: 20% !important
    }

    .pt-sm-25p {
        padding-top: 25% !important
    }

    .pt-sm-30p {
        padding-top: 30% !important
    }

    .pt-sm-40p {
        padding-top: 40% !important
    }

    .pt-sm-50p {
        padding-top: 50% !important
    }

    .pt-sm-60p {
        padding-top: 60% !important
    }

    .pt-sm-70p {
        padding-top: 70% !important
    }

    .pt-sm-75p {
        padding-top: 75% !important
    }

    .pt-sm-80p {
        padding-top: 80% !important
    }

    .pt-sm-90p {
        padding-top: 90% !important
    }

    .pt-sm-100p {
        padding-top: 100% !important
    }
    
    .pe-sm-0-5 {
        padding-right: .125rem !important
    }
    
    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 3.5rem !important
    }

    .pe-sm-7 {
        padding-right: 4rem !important
    }

    .pe-sm-8 {
        padding-right: 4.5rem !important
    }

    .pe-sm-9 {
        padding-right: 5rem !important
    }

    .pe-sm-10 {
        padding-right: 6rem !important
    }

    .pe-sm-11 {
        padding-right: 7rem !important
    }

    .pe-sm-12 {
        padding-right: 8rem !important
    }

    .pe-sm-gs {
        padding-right: 2rem !important
    }

    .pe-sm-10p {
        padding-right: 10% !important
    }

    .pe-sm-20p {
        padding-right: 20% !important
    }

    .pe-sm-25p {
        padding-right: 25% !important
    }

    .pe-sm-30p {
        padding-right: 30% !important
    }

    .pe-sm-40p {
        padding-right: 40% !important
    }

    .pe-sm-50p {
        padding-right: 50% !important
    }

    .pe-sm-60p {
        padding-right: 60% !important
    }

    .pe-sm-70p {
        padding-right: 70% !important
    }

    .pe-sm-75p {
        padding-right: 75% !important
    }

    .pe-sm-80p {
        padding-right: 80% !important
    }

    .pe-sm-90p {
        padding-right: 90% !important
    }

    .pe-sm-100p {
        padding-right: 100% !important
    }
    
    .pb-sm-0-5 {
        padding-bottom: .125rem !important
    }
    
    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 4rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-9 {
        padding-bottom: 5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 6rem !important
    }

    .pb-sm-11 {
        padding-bottom: 7rem !important
    }

    .pb-sm-12 {
        padding-bottom: 8rem !important
    }

    .pb-sm-gs {
        padding-bottom: 2rem !important
    }

    .pb-sm-10p {
        padding-bottom: 10% !important
    }

    .pb-sm-20p {
        padding-bottom: 20% !important
    }

    .pb-sm-25p {
        padding-bottom: 25% !important
    }

    .pb-sm-30p {
        padding-bottom: 30% !important
    }

    .pb-sm-40p {
        padding-bottom: 40% !important
    }

    .pb-sm-50p {
        padding-bottom: 50% !important
    }

    .pb-sm-60p {
        padding-bottom: 60% !important
    }

    .pb-sm-70p {
        padding-bottom: 70% !important
    }

    .pb-sm-75p {
        padding-bottom: 75% !important
    }

    .pb-sm-80p {
        padding-bottom: 80% !important
    }

    .pb-sm-90p {
        padding-bottom: 90% !important
    }

    .pb-sm-100p {
        padding-bottom: 100% !important
    }
    
    .ps-sm-0-5 {
        padding-left: .125rem !important
    }
    
    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 3.5rem !important
    }

    .ps-sm-7 {
        padding-left: 4rem !important
    }

    .ps-sm-8 {
        padding-left: 4.5rem !important
    }

    .ps-sm-9 {
        padding-left: 5rem !important
    }

    .ps-sm-10 {
        padding-left: 6rem !important
    }

    .ps-sm-11 {
        padding-left: 7rem !important
    }

    .ps-sm-12 {
        padding-left: 8rem !important
    }

    .ps-sm-gs {
        padding-left: 2rem !important
    }

    .ps-sm-10p {
        padding-left: 10% !important
    }

    .ps-sm-20p {
        padding-left: 20% !important
    }

    .ps-sm-25p {
        padding-left: 25% !important
    }

    .ps-sm-30p {
        padding-left: 30% !important
    }

    .ps-sm-40p {
        padding-left: 40% !important
    }

    .ps-sm-50p {
        padding-left: 50% !important
    }

    .ps-sm-60p {
        padding-left: 60% !important
    }

    .ps-sm-70p {
        padding-left: 70% !important
    }

    .ps-sm-75p {
        padding-left: 75% !important
    }

    .ps-sm-80p {
        padding-left: 80% !important
    }

    .ps-sm-90p {
        padding-left: 90% !important
    }

    .ps-sm-100p {
        padding-left: 100% !important
    }
    
    .gap-sm-0-5 {
        gap: .125rem !important
    }
    
    .gap-sm-5 {
        gap: 2rem !important
    }

    .gap-sm-6 {
        gap: 3.5rem !important
    }

    .gap-sm-7 {
        gap: 4rem !important
    }

    .gap-sm-8 {
        gap: 4.5rem !important
    }

    .gap-sm-9 {
        gap: 5rem !important
    }

    .gap-sm-10 {
        gap: 6rem !important
    }

    .gap-sm-11 {
        gap: 7rem !important
    }

    .gap-sm-12 {
        gap: 8rem !important
    }

    .gap-sm-gs {
        gap: 2rem !important
    }

    .gap-sm-10p {
        gap: 10% !important
    }

    .gap-sm-20p {
        gap: 20% !important
    }

    .gap-sm-25p {
        gap: 25% !important
    }

    .gap-sm-30p {
        gap: 30% !important
    }

    .gap-sm-40p {
        gap: 40% !important
    }

    .gap-sm-50p {
        gap: 50% !important
    }

    .gap-sm-60p {
        gap: 60% !important
    }

    .gap-sm-70p {
        gap: 70% !important
    }

    .gap-sm-75p {
        gap: 75% !important
    }

    .gap-sm-80p {
        gap: 80% !important
    }

    .gap-sm-90p {
        gap: 90% !important
    }

    .gap-sm-100p {
        gap: 100% !important
    }
    
    .top-md-auto {
        top: auto !important
    }

    .top-md-0 {
        top: 0 !important
    }

    .top-md-50 {
        top: 50% !important
    }

    .top-md-100 {
        top: 100% !important
    }

    .bottom-md-auto {
        bottom: auto !important
    }

    .bottom-md-0 {
        bottom: 0 !important
    }

    .bottom-md-50 {
        bottom: 50% !important
    }

    .bottom-md-100 {
        bottom: 100% !important
    }

    .start-md-auto {
        left: auto !important
    }

    .start-md-0 {
        left: 0 !important
    }

    .start-md-50 {
        left: 50% !important
    }

    .start-md-100 {
        left: 100% !important
    }

    .end-md-auto {
        right: auto !important
    }

    .end-md-0 {
        right: 0 !important
    }

    .end-md-50 {
        right: 50% !important
    }

    .end-md-100 {
        right: 100% !important
    }

    .translate-middle-md {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-md-x {
        transform: translateX(-50%) !important
    }

    .translate-middle-md-y {
        transform: translateY(-50%) !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-50 {
        width: 50% !important
    }

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

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

    .w-md-auto {
        width: auto !important
    }

    .w-md-1rem {
        width: 1rem !important
    }

    .w-md-2rem {
        width: 2rem !important
    }

    .w-md-3rem {
        width: 3rem !important
    }

    .w-md-4rem {
        width: 4rem !important
    }

    .w-md-5rem {
        width: 5rem !important
    }

    .w-md-6rem {
        width: 6rem !important
    }

    .w-md-7rem {
        width: 7rem !important
    }

    .w-md-8rem {
        width: 8rem !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-75 {
        height: 75% !important
    }

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

    .h-md-auto {
        height: auto !important
    }

    .h-md-1rem {
        height: 1rem !important
    }

    .h-md-2rem {
        height: 2rem !important
    }

    .h-md-3rem {
        height: 3rem !important
    }

    .h-md-4rem {
        height: 4rem !important
    }

    .h-md-5rem {
        height: 5rem !important
    }

    .h-md-6rem {
        height: 6rem !important
    }

    .h-md-7rem {
        height: 7rem !important
    }

    .h-md-8rem {
        height: 8rem !important
    }
    
    .m-md-0-5 {
        margin: .125rem !important
    }
    
    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 3.5rem !important
    }

    .m-md-7 {
        margin: 4rem !important
    }

    .m-md-8 {
        margin: 4.5rem !important
    }

    .m-md-9 {
        margin: 5rem !important
    }

    .m-md-10 {
        margin: 6rem !important
    }

    .m-md-11 {
        margin: 7rem !important
    }

    .m-md-12 {
        margin: 8rem !important
    }

    .m-md-gs {
        margin: 2rem !important
    }

    .m-md-10p {
        margin: 10% !important
    }

    .m-md-20p {
        margin: 20% !important
    }

    .m-md-25p {
        margin: 25% !important
    }

    .m-md-30p {
        margin: 30% !important
    }

    .m-md-40p {
        margin: 40% !important
    }

    .m-md-50p {
        margin: 50% !important
    }

    .m-md-60p {
        margin: 60% !important
    }

    .m-md-70p {
        margin: 70% !important
    }

    .m-md-75p {
        margin: 75% !important
    }

    .m-md-80p {
        margin: 80% !important
    }

    .m-md-90p {
        margin: 90% !important
    }

    .m-md-100p {
        margin: 100% !important
    }
    
    .mx-md-0-5 {
        margin-right: .125rem !important;
        margin-left: .125rem !important
    }
    
    .mx-md-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-md-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-md-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-md-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-md-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }

    .mx-md-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }

    .mx-md-11 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }

    .mx-md-12 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }

    .mx-md-gs {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-md-10p {
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .mx-md-20p {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .mx-md-25p {
        margin-right: 25% !important;
        margin-left: 25% !important
    }

    .mx-md-30p {
        margin-right: 30% !important;
        margin-left: 30% !important
    }

    .mx-md-40p {
        margin-right: 40% !important;
        margin-left: 40% !important
    }

    .mx-md-50p {
        margin-right: 50% !important;
        margin-left: 50% !important
    }

    .mx-md-60p {
        margin-right: 60% !important;
        margin-left: 60% !important
    }

    .mx-md-70p {
        margin-right: 70% !important;
        margin-left: 70% !important
    }

    .mx-md-75p {
        margin-right: 75% !important;
        margin-left: 75% !important
    }

    .mx-md-80p {
        margin-right: 80% !important;
        margin-left: 80% !important
    }

    .mx-md-90p {
        margin-right: 90% !important;
        margin-left: 90% !important
    }

    .mx-md-100p {
        margin-right: 100% !important;
        margin-left: 100% !important
    }
    
    .my-md-0-5 {
        margin-top: .125rem !important;
        margin-bottom: .125rem !important
    }
    
    .my-md-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-md-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

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

    .my-md-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

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

    .my-md-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .my-md-11 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .my-md-12 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

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

    .my-md-10p {
        margin-top: 10% !important;
        margin-bottom: 10% !important
    }

    .my-md-20p {
        margin-top: 20% !important;
        margin-bottom: 20% !important
    }

    .my-md-25p {
        margin-top: 25% !important;
        margin-bottom: 25% !important
    }

    .my-md-30p {
        margin-top: 30% !important;
        margin-bottom: 30% !important
    }

    .my-md-40p {
        margin-top: 40% !important;
        margin-bottom: 40% !important
    }

    .my-md-50p {
        margin-top: 50% !important;
        margin-bottom: 50% !important
    }

    .my-md-60p {
        margin-top: 60% !important;
        margin-bottom: 60% !important
    }

    .my-md-70p {
        margin-top: 70% !important;
        margin-bottom: 70% !important
    }

    .my-md-75p {
        margin-top: 75% !important;
        margin-bottom: 75% !important
    }

    .my-md-80p {
        margin-top: 80% !important;
        margin-bottom: 80% !important
    }

    .my-md-90p {
        margin-top: 90% !important;
        margin-bottom: 90% !important
    }

    .my-md-100p {
        margin-top: 100% !important;
        margin-bottom: 100% !important
    }
    
    .mt-md-0-5 {
        margin-top: .125rem !important
    }
    
    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 3.5rem !important
    }

    .mt-md-7 {
        margin-top: 4rem !important
    }

    .mt-md-8 {
        margin-top: 4.5rem !important
    }

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

    .mt-md-10 {
        margin-top: 6rem !important
    }

    .mt-md-11 {
        margin-top: 7rem !important
    }

    .mt-md-12 {
        margin-top: 8rem !important
    }

    .mt-md-gs {
        margin-top: 2rem !important
    }

    .mt-md-10p {
        margin-top: 10% !important
    }

    .mt-md-20p {
        margin-top: 20% !important
    }

    .mt-md-25p {
        margin-top: 25% !important
    }

    .mt-md-30p {
        margin-top: 30% !important
    }

    .mt-md-40p {
        margin-top: 40% !important
    }

    .mt-md-50p {
        margin-top: 50% !important
    }

    .mt-md-60p {
        margin-top: 60% !important
    }

    .mt-md-70p {
        margin-top: 70% !important
    }

    .mt-md-75p {
        margin-top: 75% !important
    }

    .mt-md-80p {
        margin-top: 80% !important
    }

    .mt-md-90p {
        margin-top: 90% !important
    }

    .mt-md-100p {
        margin-top: 100% !important
    }
    
    .me-md-0-5 {
        margin-right: .125rem !important
    }
    
    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 3.5rem !important
    }

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

    .me-md-8 {
        margin-right: 4.5rem !important
    }

    .me-md-9 {
        margin-right: 5rem !important
    }

    .me-md-10 {
        margin-right: 6rem !important
    }

    .me-md-11 {
        margin-right: 7rem !important
    }

    .me-md-12 {
        margin-right: 8rem !important
    }

    .me-md-gs {
        margin-right: 2rem !important
    }

    .me-md-10p {
        margin-right: 10% !important
    }

    .me-md-20p {
        margin-right: 20% !important
    }

    .me-md-25p {
        margin-right: 25% !important
    }

    .me-md-30p {
        margin-right: 30% !important
    }

    .me-md-40p {
        margin-right: 40% !important
    }

    .me-md-50p {
        margin-right: 50% !important
    }

    .me-md-60p {
        margin-right: 60% !important
    }

    .me-md-70p {
        margin-right: 70% !important
    }

    .me-md-75p {
        margin-right: 75% !important
    }

    .me-md-80p {
        margin-right: 80% !important
    }

    .me-md-90p {
        margin-right: 90% !important
    }

    .me-md-100p {
        margin-right: 100% !important
    }
    
    .mb-md-0-5 {
        margin-bottom: .125rem !important
    }
    
    .mb-md-5 {
        margin-bottom: 2rem !important
    }

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

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

    .mb-md-8 {
        margin-bottom: 4.5rem !important
    }

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

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

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

    .mb-md-12 {
        margin-bottom: 8rem !important
    }

    .mb-md-gs {
        margin-bottom: 2rem !important
    }

    .mb-md-10p {
        margin-bottom: 10% !important
    }

    .mb-md-20p {
        margin-bottom: 20% !important
    }

    .mb-md-25p {
        margin-bottom: 25% !important
    }

    .mb-md-30p {
        margin-bottom: 30% !important
    }

    .mb-md-40p {
        margin-bottom: 40% !important
    }

    .mb-md-50p {
        margin-bottom: 50% !important
    }

    .mb-md-60p {
        margin-bottom: 60% !important
    }

    .mb-md-70p {
        margin-bottom: 70% !important
    }

    .mb-md-75p {
        margin-bottom: 75% !important
    }

    .mb-md-80p {
        margin-bottom: 80% !important
    }

    .mb-md-90p {
        margin-bottom: 90% !important
    }

    .mb-md-100p {
        margin-bottom: 100% !important
    }
    
    .ms-md-0-5 {
        margin-left: .125rem !important
    }
    
    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 3.5rem !important
    }

    .ms-md-7 {
        margin-left: 4rem !important
    }

    .ms-md-8 {
        margin-left: 4.5rem !important
    }

    .ms-md-9 {
        margin-left: 5rem !important
    }

    .ms-md-10 {
        margin-left: 6rem !important
    }

    .ms-md-11 {
        margin-left: 7rem !important
    }

    .ms-md-12 {
        margin-left: 8rem !important
    }

    .ms-md-gs {
        margin-left: 2rem !important
    }

    .ms-md-10p {
        margin-left: 10% !important
    }

    .ms-md-20p {
        margin-left: 20% !important
    }

    .ms-md-25p {
        margin-left: 25% !important
    }

    .ms-md-30p {
        margin-left: 30% !important
    }

    .ms-md-40p {
        margin-left: 40% !important
    }

    .ms-md-50p {
        margin-left: 50% !important
    }

    .ms-md-60p {
        margin-left: 60% !important
    }

    .ms-md-70p {
        margin-left: 70% !important
    }

    .ms-md-75p {
        margin-left: 75% !important
    }

    .ms-md-80p {
        margin-left: 80% !important
    }

    .ms-md-90p {
        margin-left: 90% !important
    }

    .ms-md-100p {
        margin-left: 100% !important
    }
    
    .m-md-n0-5 {
        margin: -0.125rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .m-md-n6 {
        margin: -3.5rem !important
    }

    .m-md-n7 {
        margin: -4rem !important
    }

    .m-md-n8 {
        margin: -4.5rem !important
    }

    .m-md-n9 {
        margin: -5rem !important
    }

    .m-md-n10 {
        margin: -6rem !important
    }

    .m-md-n11 {
        margin: -7rem !important
    }

    .m-md-n12 {
        margin: -8rem !important
    }

    .m-md-ngs {
        margin: -2rem !important
    }

    .m-md-n10p {
        margin: -10% !important
    }

    .m-md-n20p {
        margin: -20% !important
    }

    .m-md-n25p {
        margin: -25% !important
    }

    .m-md-n30p {
        margin: -30% !important
    }

    .m-md-n40p {
        margin: -40% !important
    }

    .m-md-n50p {
        margin: -50% !important
    }

    .m-md-n60p {
        margin: -60% !important
    }

    .m-md-n70p {
        margin: -70% !important
    }

    .m-md-n75p {
        margin: -75% !important
    }

    .m-md-n80p {
        margin: -80% !important
    }

    .m-md-n90p {
        margin: -90% !important
    }

    .m-md-n100p {
        margin: -100% !important
    }

    .mx-md-n0-5 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

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

    .mx-md-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-md-n6 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-md-n7 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-md-n8 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .mx-md-n9 {
        margin-right: -5rem !important;
        margin-left: -5rem !important
    }

    .mx-md-n10 {
        margin-right: -6rem !important;
        margin-left: -6rem !important
    }

    .mx-md-n11 {
        margin-right: -7rem !important;
        margin-left: -7rem !important
    }

    .mx-md-n12 {
        margin-right: -8rem !important;
        margin-left: -8rem !important
    }

    .mx-md-ngs {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-md-n10p {
        margin-right: -10% !important;
        margin-left: -10% !important
    }

    .mx-md-n20p {
        margin-right: -20% !important;
        margin-left: -20% !important
    }

    .mx-md-n25p {
        margin-right: -25% !important;
        margin-left: -25% !important
    }

    .mx-md-n30p {
        margin-right: -30% !important;
        margin-left: -30% !important
    }

    .mx-md-n40p {
        margin-right: -40% !important;
        margin-left: -40% !important
    }

    .mx-md-n50p {
        margin-right: -50% !important;
        margin-left: -50% !important
    }

    .mx-md-n60p {
        margin-right: -60% !important;
        margin-left: -60% !important
    }

    .mx-md-n70p {
        margin-right: -70% !important;
        margin-left: -70% !important
    }

    .mx-md-n75p {
        margin-right: -75% !important;
        margin-left: -75% !important
    }

    .mx-md-n80p {
        margin-right: -80% !important;
        margin-left: -80% !important
    }

    .mx-md-n90p {
        margin-right: -90% !important;
        margin-left: -90% !important
    }

    .mx-md-n100p {
        margin-right: -100% !important;
        margin-left: -100% !important
    }

    .my-md-n0-5 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important
    }

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

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

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

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

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

    .my-md-n6 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

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

    .my-md-n8 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

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

    .my-md-n10 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important
    }

    .my-md-n11 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important
    }

    .my-md-n12 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important
    }

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

    .my-md-n10p {
        margin-top: -10% !important;
        margin-bottom: -10% !important
    }

    .my-md-n20p {
        margin-top: -20% !important;
        margin-bottom: -20% !important
    }

    .my-md-n25p {
        margin-top: -25% !important;
        margin-bottom: -25% !important
    }

    .my-md-n30p {
        margin-top: -30% !important;
        margin-bottom: -30% !important
    }

    .my-md-n40p {
        margin-top: -40% !important;
        margin-bottom: -40% !important
    }

    .my-md-n50p {
        margin-top: -50% !important;
        margin-bottom: -50% !important
    }

    .my-md-n60p {
        margin-top: -60% !important;
        margin-bottom: -60% !important
    }

    .my-md-n70p {
        margin-top: -70% !important;
        margin-bottom: -70% !important
    }

    .my-md-n75p {
        margin-top: -75% !important;
        margin-bottom: -75% !important
    }

    .my-md-n80p {
        margin-top: -80% !important;
        margin-bottom: -80% !important
    }

    .my-md-n90p {
        margin-top: -90% !important;
        margin-bottom: -90% !important
    }

    .my-md-n100p {
        margin-top: -100% !important;
        margin-bottom: -100% !important
    }

    .mt-md-n0-5 {
        margin-top: -0.125rem !important
    }

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

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

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -2rem !important
    }

    .mt-md-n6 {
        margin-top: -3.5rem !important
    }

    .mt-md-n7 {
        margin-top: -4rem !important
    }

    .mt-md-n8 {
        margin-top: -4.5rem !important
    }

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

    .mt-md-n10 {
        margin-top: -6rem !important
    }

    .mt-md-n11 {
        margin-top: -7rem !important
    }

    .mt-md-n12 {
        margin-top: -8rem !important
    }

    .mt-md-ngs {
        margin-top: -2rem !important
    }

    .mt-md-n10p {
        margin-top: -10% !important
    }

    .mt-md-n20p {
        margin-top: -20% !important
    }

    .mt-md-n25p {
        margin-top: -25% !important
    }

    .mt-md-n30p {
        margin-top: -30% !important
    }

    .mt-md-n40p {
        margin-top: -40% !important
    }

    .mt-md-n50p {
        margin-top: -50% !important
    }

    .mt-md-n60p {
        margin-top: -60% !important
    }

    .mt-md-n70p {
        margin-top: -70% !important
    }

    .mt-md-n75p {
        margin-top: -75% !important
    }

    .mt-md-n80p {
        margin-top: -80% !important
    }

    .mt-md-n90p {
        margin-top: -90% !important
    }

    .mt-md-n100p {
        margin-top: -100% !important
    }

    .me-md-n0-5 {
        margin-right: -0.125rem !important
    }

    .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .me-md-n2 {
        margin-right: -0.5rem !important
    }

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

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

    .me-md-n5 {
        margin-right: -2rem !important
    }

    .me-md-n6 {
        margin-right: -3.5rem !important
    }

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

    .me-md-n8 {
        margin-right: -4.5rem !important
    }

    .me-md-n9 {
        margin-right: -5rem !important
    }

    .me-md-n10 {
        margin-right: -6rem !important
    }

    .me-md-n11 {
        margin-right: -7rem !important
    }

    .me-md-n12 {
        margin-right: -8rem !important
    }

    .me-md-ngs {
        margin-right: -2rem !important
    }

    .me-md-n10p {
        margin-right: -10% !important
    }

    .me-md-n20p {
        margin-right: -20% !important
    }

    .me-md-n25p {
        margin-right: -25% !important
    }

    .me-md-n30p {
        margin-right: -30% !important
    }

    .me-md-n40p {
        margin-right: -40% !important
    }

    .me-md-n50p {
        margin-right: -50% !important
    }

    .me-md-n60p {
        margin-right: -60% !important
    }

    .me-md-n70p {
        margin-right: -70% !important
    }

    .me-md-n75p {
        margin-right: -75% !important
    }

    .me-md-n80p {
        margin-right: -80% !important
    }

    .me-md-n90p {
        margin-right: -90% !important
    }

    .me-md-n100p {
        margin-right: -100% !important
    }

    .mb-md-n0-5 {
        margin-bottom: -0.125rem !important
    }

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

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

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

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

    .mb-md-n5 {
        margin-bottom: -2rem !important
    }

    .mb-md-n6 {
        margin-bottom: -3.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -4rem !important
    }

    .mb-md-n8 {
        margin-bottom: -4.5rem !important
    }

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

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

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

    .mb-md-n12 {
        margin-bottom: -8rem !important
    }

    .mb-md-ngs {
        margin-bottom: -2rem !important
    }

    .mb-md-n10p {
        margin-bottom: -10% !important
    }

    .mb-md-n20p {
        margin-bottom: -20% !important
    }

    .mb-md-n25p {
        margin-bottom: -25% !important
    }

    .mb-md-n30p {
        margin-bottom: -30% !important
    }

    .mb-md-n40p {
        margin-bottom: -40% !important
    }

    .mb-md-n50p {
        margin-bottom: -50% !important
    }

    .mb-md-n60p {
        margin-bottom: -60% !important
    }

    .mb-md-n70p {
        margin-bottom: -70% !important
    }

    .mb-md-n75p {
        margin-bottom: -75% !important
    }

    .mb-md-n80p {
        margin-bottom: -80% !important
    }

    .mb-md-n90p {
        margin-bottom: -90% !important
    }

    .mb-md-n100p {
        margin-bottom: -100% !important
    }

    .ms-md-n0-5 {
        margin-left: -0.125rem !important
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -2rem !important
    }

    .ms-md-n6 {
        margin-left: -3.5rem !important
    }

    .ms-md-n7 {
        margin-left: -4rem !important
    }

    .ms-md-n8 {
        margin-left: -4.5rem !important
    }

    .ms-md-n9 {
        margin-left: -5rem !important
    }

    .ms-md-n10 {
        margin-left: -6rem !important
    }

    .ms-md-n11 {
        margin-left: -7rem !important
    }

    .ms-md-n12 {
        margin-left: -8rem !important
    }

    .ms-md-ngs {
        margin-left: -2rem !important
    }

    .ms-md-n10p {
        margin-left: -10% !important
    }

    .ms-md-n20p {
        margin-left: -20% !important
    }

    .ms-md-n25p {
        margin-left: -25% !important
    }

    .ms-md-n30p {
        margin-left: -30% !important
    }

    .ms-md-n40p {
        margin-left: -40% !important
    }

    .ms-md-n50p {
        margin-left: -50% !important
    }

    .ms-md-n60p {
        margin-left: -60% !important
    }

    .ms-md-n70p {
        margin-left: -70% !important
    }

    .ms-md-n75p {
        margin-left: -75% !important
    }

    .ms-md-n80p {
        margin-left: -80% !important
    }

    .ms-md-n90p {
        margin-left: -90% !important
    }

    .ms-md-n100p {
        margin-left: -100% !important
    }
    
    .p-md-0-5 {
        padding: .125rem !important
    }
    
    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 3.5rem !important
    }

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

    .p-md-8 {
        padding: 4.5rem !important
    }

    .p-md-9 {
        padding: 5rem !important
    }

    .p-md-10 {
        padding: 6rem !important
    }

    .p-md-11 {
        padding: 7rem !important
    }

    .p-md-12 {
        padding: 8rem !important
    }

    .p-md-gs {
        padding: 2rem !important
    }

    .p-md-10p {
        padding: 10% !important
    }

    .p-md-20p {
        padding: 20% !important
    }

    .p-md-25p {
        padding: 25% !important
    }

    .p-md-30p {
        padding: 30% !important
    }

    .p-md-40p {
        padding: 40% !important
    }

    .p-md-50p {
        padding: 50% !important
    }

    .p-md-60p {
        padding: 60% !important
    }

    .p-md-70p {
        padding: 70% !important
    }

    .p-md-75p {
        padding: 75% !important
    }

    .p-md-80p {
        padding: 80% !important
    }

    .p-md-90p {
        padding: 90% !important
    }

    .p-md-100p {
        padding: 100% !important
    }
    
    .px-md-0-5 {
        padding-right: .125rem !important;
        padding-left: .125rem !important
    }
    
    .px-md-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .px-md-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

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

    .px-md-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

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

    .px-md-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

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

    .px-md-12 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

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

    .px-md-10p {
        padding-right: 10% !important;
        padding-left: 10% !important
    }

    .px-md-20p {
        padding-right: 20% !important;
        padding-left: 20% !important
    }

    .px-md-25p {
        padding-right: 25% !important;
        padding-left: 25% !important
    }

    .px-md-30p {
        padding-right: 30% !important;
        padding-left: 30% !important
    }

    .px-md-40p {
        padding-right: 40% !important;
        padding-left: 40% !important
    }

    .px-md-50p {
        padding-right: 50% !important;
        padding-left: 50% !important
    }

    .px-md-60p {
        padding-right: 60% !important;
        padding-left: 60% !important
    }

    .px-md-70p {
        padding-right: 70% !important;
        padding-left: 70% !important
    }

    .px-md-75p {
        padding-right: 75% !important;
        padding-left: 75% !important
    }

    .px-md-80p {
        padding-right: 80% !important;
        padding-left: 80% !important
    }

    .px-md-90p {
        padding-right: 90% !important;
        padding-left: 90% !important
    }

    .px-md-100p {
        padding-right: 100% !important;
        padding-left: 100% !important
    }
    
    .py-md-0-5 {
        padding-top: .125rem !important;
        padding-bottom: .125rem !important
    }
    
    .py-md-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-md-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

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

    .py-md-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

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

    .py-md-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

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

    .py-md-12 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

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

    .py-md-10p {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .py-md-20p {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .py-md-25p {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .py-md-30p {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .py-md-40p {
        padding-top: 40% !important;
        padding-bottom: 40% !important
    }

    .py-md-50p {
        padding-top: 50% !important;
        padding-bottom: 50% !important
    }

    .py-md-60p {
        padding-top: 60% !important;
        padding-bottom: 60% !important
    }

    .py-md-70p {
        padding-top: 70% !important;
        padding-bottom: 70% !important
    }

    .py-md-75p {
        padding-top: 75% !important;
        padding-bottom: 75% !important
    }

    .py-md-80p {
        padding-top: 80% !important;
        padding-bottom: 80% !important
    }

    .py-md-90p {
        padding-top: 90% !important;
        padding-bottom: 90% !important
    }

    .py-md-100p {
        padding-top: 100% !important;
        padding-bottom: 100% !important
    }
    
    .pt-md-0-5 {
        padding-top: .125rem !important
    }
    
    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 3.5rem !important
    }

    .pt-md-7 {
        padding-top: 4rem !important
    }

    .pt-md-8 {
        padding-top: 4.5rem !important
    }

    .pt-md-9 {
        padding-top: 5rem !important
    }

    .pt-md-10 {
        padding-top: 6rem !important
    }

    .pt-md-11 {
        padding-top: 7rem !important
    }

    .pt-md-12 {
        padding-top: 8rem !important
    }

    .pt-md-gs {
        padding-top: 2rem !important
    }

    .pt-md-10p {
        padding-top: 10% !important
    }

    .pt-md-20p {
        padding-top: 20% !important
    }

    .pt-md-25p {
        padding-top: 25% !important
    }

    .pt-md-30p {
        padding-top: 30% !important
    }

    .pt-md-40p {
        padding-top: 40% !important
    }

    .pt-md-50p {
        padding-top: 50% !important
    }

    .pt-md-60p {
        padding-top: 60% !important
    }

    .pt-md-70p {
        padding-top: 70% !important
    }

    .pt-md-75p {
        padding-top: 75% !important
    }

    .pt-md-80p {
        padding-top: 80% !important
    }

    .pt-md-90p {
        padding-top: 90% !important
    }

    .pt-md-100p {
        padding-top: 100% !important
    }
    
    .pe-md-0-5 {
        padding-right: .125rem !important
    }
    
    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 3.5rem !important
    }

    .pe-md-7 {
        padding-right: 4rem !important
    }

    .pe-md-8 {
        padding-right: 4.5rem !important
    }

    .pe-md-9 {
        padding-right: 5rem !important
    }

    .pe-md-10 {
        padding-right: 6rem !important
    }

    .pe-md-11 {
        padding-right: 7rem !important
    }

    .pe-md-12 {
        padding-right: 8rem !important
    }

    .pe-md-gs {
        padding-right: 2rem !important
    }

    .pe-md-10p {
        padding-right: 10% !important
    }

    .pe-md-20p {
        padding-right: 20% !important
    }

    .pe-md-25p {
        padding-right: 25% !important
    }

    .pe-md-30p {
        padding-right: 30% !important
    }

    .pe-md-40p {
        padding-right: 40% !important
    }

    .pe-md-50p {
        padding-right: 50% !important
    }

    .pe-md-60p {
        padding-right: 60% !important
    }

    .pe-md-70p {
        padding-right: 70% !important
    }

    .pe-md-75p {
        padding-right: 75% !important
    }

    .pe-md-80p {
        padding-right: 80% !important
    }

    .pe-md-90p {
        padding-right: 90% !important
    }

    .pe-md-100p {
        padding-right: 100% !important
    }
    
    .pb-md-0-5 {
        padding-bottom: .125rem !important
    }
    
    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 4rem !important
    }

    .pb-md-8 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-9 {
        padding-bottom: 5rem !important
    }

    .pb-md-10 {
        padding-bottom: 6rem !important
    }

    .pb-md-11 {
        padding-bottom: 7rem !important
    }

    .pb-md-12 {
        padding-bottom: 8rem !important
    }

    .pb-md-gs {
        padding-bottom: 2rem !important
    }

    .pb-md-10p {
        padding-bottom: 10% !important
    }

    .pb-md-20p {
        padding-bottom: 20% !important
    }

    .pb-md-25p {
        padding-bottom: 25% !important
    }

    .pb-md-30p {
        padding-bottom: 30% !important
    }

    .pb-md-40p {
        padding-bottom: 40% !important
    }

    .pb-md-50p {
        padding-bottom: 50% !important
    }

    .pb-md-60p {
        padding-bottom: 60% !important
    }

    .pb-md-70p {
        padding-bottom: 70% !important
    }

    .pb-md-75p {
        padding-bottom: 75% !important
    }

    .pb-md-80p {
        padding-bottom: 80% !important
    }

    .pb-md-90p {
        padding-bottom: 90% !important
    }

    .pb-md-100p {
        padding-bottom: 100% !important
    }
    
    .ps-md-0-5 {
        padding-left: .125rem !important
    }
    
    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 3.5rem !important
    }

    .ps-md-7 {
        padding-left: 4rem !important
    }

    .ps-md-8 {
        padding-left: 4.5rem !important
    }

    .ps-md-9 {
        padding-left: 5rem !important
    }

    .ps-md-10 {
        padding-left: 6rem !important
    }

    .ps-md-11 {
        padding-left: 7rem !important
    }

    .ps-md-12 {
        padding-left: 8rem !important
    }

    .ps-md-gs {
        padding-left: 2rem !important
    }

    .ps-md-10p {
        padding-left: 10% !important
    }

    .ps-md-20p {
        padding-left: 20% !important
    }

    .ps-md-25p {
        padding-left: 25% !important
    }

    .ps-md-30p {
        padding-left: 30% !important
    }

    .ps-md-40p {
        padding-left: 40% !important
    }

    .ps-md-50p {
        padding-left: 50% !important
    }

    .ps-md-60p {
        padding-left: 60% !important
    }

    .ps-md-70p {
        padding-left: 70% !important
    }

    .ps-md-75p {
        padding-left: 75% !important
    }

    .ps-md-80p {
        padding-left: 80% !important
    }

    .ps-md-90p {
        padding-left: 90% !important
    }

    .ps-md-100p {
        padding-left: 100% !important
    }
    
    .gap-md-0-5 {
        gap: .125rem !important
    }
    
    .gap-md-5 {
        gap: 2rem !important
    }

    .gap-md-6 {
        gap: 3.5rem !important
    }

    .gap-md-7 {
        gap: 4rem !important
    }

    .gap-md-8 {
        gap: 4.5rem !important
    }

    .gap-md-9 {
        gap: 5rem !important
    }

    .gap-md-10 {
        gap: 6rem !important
    }

    .gap-md-11 {
        gap: 7rem !important
    }

    .gap-md-12 {
        gap: 8rem !important
    }

    .gap-md-gs {
        gap: 2rem !important
    }

    .gap-md-10p {
        gap: 10% !important
    }

    .gap-md-20p {
        gap: 20% !important
    }

    .gap-md-25p {
        gap: 25% !important
    }

    .gap-md-30p {
        gap: 30% !important
    }

    .gap-md-40p {
        gap: 40% !important
    }

    .gap-md-50p {
        gap: 50% !important
    }

    .gap-md-60p {
        gap: 60% !important
    }

    .gap-md-70p {
        gap: 70% !important
    }

    .gap-md-75p {
        gap: 75% !important
    }

    .gap-md-80p {
        gap: 80% !important
    }

    .gap-md-90p {
        gap: 90% !important
    }

    .gap-md-100p {
        gap: 100% !important
    }
    
    .top-lg-auto {
        top: auto !important
    }

    .top-lg-0 {
        top: 0 !important
    }

    .top-lg-50 {
        top: 50% !important
    }

    .top-lg-100 {
        top: 100% !important
    }

    .bottom-lg-auto {
        bottom: auto !important
    }

    .bottom-lg-0 {
        bottom: 0 !important
    }

    .bottom-lg-50 {
        bottom: 50% !important
    }

    .bottom-lg-100 {
        bottom: 100% !important
    }

    .start-lg-auto {
        left: auto !important
    }

    .start-lg-0 {
        left: 0 !important
    }

    .start-lg-50 {
        left: 50% !important
    }

    .start-lg-100 {
        left: 100% !important
    }

    .end-lg-auto {
        right: auto !important
    }

    .end-lg-0 {
        right: 0 !important
    }

    .end-lg-50 {
        right: 50% !important
    }

    .end-lg-100 {
        right: 100% !important
    }

    .translate-middle-lg {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-lg-x {
        transform: translateX(-50%) !important
    }

    .translate-middle-lg-y {
        transform: translateY(-50%) !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

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

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

    .w-lg-auto {
        width: auto !important
    }

    .w-lg-1rem {
        width: 1rem !important
    }

    .w-lg-2rem {
        width: 2rem !important
    }

    .w-lg-3rem {
        width: 3rem !important
    }

    .w-lg-4rem {
        width: 4rem !important
    }

    .w-lg-5rem {
        width: 5rem !important
    }

    .w-lg-6rem {
        width: 6rem !important
    }

    .w-lg-7rem {
        width: 7rem !important
    }

    .w-lg-8rem {
        width: 8rem !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

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

    .h-lg-auto {
        height: auto !important
    }

    .h-lg-1rem {
        height: 1rem !important
    }

    .h-lg-2rem {
        height: 2rem !important
    }

    .h-lg-3rem {
        height: 3rem !important
    }

    .h-lg-4rem {
        height: 4rem !important
    }

    .h-lg-5rem {
        height: 5rem !important
    }

    .h-lg-6rem {
        height: 6rem !important
    }

    .h-lg-7rem {
        height: 7rem !important
    }

    .h-lg-8rem {
        height: 8rem !important
    }
    
    .m-lg-0-5 {
        margin: .125rem !important
    }
    
    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 3.5rem !important
    }

    .m-lg-7 {
        margin: 4rem !important
    }

    .m-lg-8 {
        margin: 4.5rem !important
    }

    .m-lg-9 {
        margin: 5rem !important
    }

    .m-lg-10 {
        margin: 6rem !important
    }

    .m-lg-11 {
        margin: 7rem !important
    }

    .m-lg-12 {
        margin: 8rem !important
    }

    .m-lg-gs {
        margin: 2rem !important
    }

    .m-lg-10p {
        margin: 10% !important
    }

    .m-lg-20p {
        margin: 20% !important
    }

    .m-lg-25p {
        margin: 25% !important
    }

    .m-lg-30p {
        margin: 30% !important
    }

    .m-lg-40p {
        margin: 40% !important
    }

    .m-lg-50p {
        margin: 50% !important
    }

    .m-lg-60p {
        margin: 60% !important
    }

    .m-lg-70p {
        margin: 70% !important
    }

    .m-lg-75p {
        margin: 75% !important
    }

    .m-lg-80p {
        margin: 80% !important
    }

    .m-lg-90p {
        margin: 90% !important
    }

    .m-lg-100p {
        margin: 100% !important
    }
    
    .mx-lg-0-5 {
        margin-right: .125rem !important;
        margin-left: .125rem !important
    }
    
    .mx-lg-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-lg-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-lg-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-lg-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-lg-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }

    .mx-lg-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }

    .mx-lg-11 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }

    .mx-lg-12 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }

    .mx-lg-gs {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-lg-10p {
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .mx-lg-20p {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .mx-lg-25p {
        margin-right: 25% !important;
        margin-left: 25% !important
    }

    .mx-lg-30p {
        margin-right: 30% !important;
        margin-left: 30% !important
    }

    .mx-lg-40p {
        margin-right: 40% !important;
        margin-left: 40% !important
    }

    .mx-lg-50p {
        margin-right: 50% !important;
        margin-left: 50% !important
    }

    .mx-lg-60p {
        margin-right: 60% !important;
        margin-left: 60% !important
    }

    .mx-lg-70p {
        margin-right: 70% !important;
        margin-left: 70% !important
    }

    .mx-lg-75p {
        margin-right: 75% !important;
        margin-left: 75% !important
    }

    .mx-lg-80p {
        margin-right: 80% !important;
        margin-left: 80% !important
    }

    .mx-lg-90p {
        margin-right: 90% !important;
        margin-left: 90% !important
    }

    .mx-lg-100p {
        margin-right: 100% !important;
        margin-left: 100% !important
    }
    
    .my-lg-0-5 {
        margin-top: .125rem !important;
        margin-bottom: .125rem !important
    }
    
    .my-lg-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-lg-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

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

    .my-lg-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

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

    .my-lg-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .my-lg-11 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .my-lg-12 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

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

    .my-lg-10p {
        margin-top: 10% !important;
        margin-bottom: 10% !important
    }

    .my-lg-20p {
        margin-top: 20% !important;
        margin-bottom: 20% !important
    }

    .my-lg-25p {
        margin-top: 25% !important;
        margin-bottom: 25% !important
    }

    .my-lg-30p {
        margin-top: 30% !important;
        margin-bottom: 30% !important
    }

    .my-lg-40p {
        margin-top: 40% !important;
        margin-bottom: 40% !important
    }

    .my-lg-50p {
        margin-top: 50% !important;
        margin-bottom: 50% !important
    }

    .my-lg-60p {
        margin-top: 60% !important;
        margin-bottom: 60% !important
    }

    .my-lg-70p {
        margin-top: 70% !important;
        margin-bottom: 70% !important
    }

    .my-lg-75p {
        margin-top: 75% !important;
        margin-bottom: 75% !important
    }

    .my-lg-80p {
        margin-top: 80% !important;
        margin-bottom: 80% !important
    }

    .my-lg-90p {
        margin-top: 90% !important;
        margin-bottom: 90% !important
    }

    .my-lg-100p {
        margin-top: 100% !important;
        margin-bottom: 100% !important
    }
    
    .mt-lg-0-5 {
        margin-top: .125rem !important
    }
    
    .mt-lg-5 {
        margin-top: 2rem !important
    }

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

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

    .mt-lg-8 {
        margin-top: 4.5rem !important
    }

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

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

    .mt-lg-11 {
        margin-top: 7rem !important
    }

    .mt-lg-12 {
        margin-top: 8rem !important
    }

    .mt-lg-gs {
        margin-top: 2rem !important
    }

    .mt-lg-10p {
        margin-top: 10% !important
    }

    .mt-lg-20p {
        margin-top: 20% !important
    }

    .mt-lg-25p {
        margin-top: 25% !important
    }

    .mt-lg-30p {
        margin-top: 30% !important
    }

    .mt-lg-40p {
        margin-top: 40% !important
    }

    .mt-lg-50p {
        margin-top: 50% !important
    }

    .mt-lg-60p {
        margin-top: 60% !important
    }

    .mt-lg-70p {
        margin-top: 70% !important
    }

    .mt-lg-75p {
        margin-top: 75% !important
    }

    .mt-lg-80p {
        margin-top: 80% !important
    }

    .mt-lg-90p {
        margin-top: 90% !important
    }

    .mt-lg-100p {
        margin-top: 100% !important
    }
    
    .me-lg-0-5 {
        margin-right: .125rem !important
    }
    
    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 3.5rem !important
    }

    .me-lg-7 {
        margin-right: 4rem !important
    }

    .me-lg-8 {
        margin-right: 4.5rem !important
    }

    .me-lg-9 {
        margin-right: 5rem !important
    }

    .me-lg-10 {
        margin-right: 6rem !important
    }

    .me-lg-11 {
        margin-right: 7rem !important
    }

    .me-lg-12 {
        margin-right: 8rem !important
    }

    .me-lg-gs {
        margin-right: 2rem !important
    }

    .me-lg-10p {
        margin-right: 10% !important
    }

    .me-lg-20p {
        margin-right: 20% !important
    }

    .me-lg-25p {
        margin-right: 25% !important
    }

    .me-lg-30p {
        margin-right: 30% !important
    }

    .me-lg-40p {
        margin-right: 40% !important
    }

    .me-lg-50p {
        margin-right: 50% !important
    }

    .me-lg-60p {
        margin-right: 60% !important
    }

    .me-lg-70p {
        margin-right: 70% !important
    }

    .me-lg-75p {
        margin-right: 75% !important
    }

    .me-lg-80p {
        margin-right: 80% !important
    }

    .me-lg-90p {
        margin-right: 90% !important
    }

    .me-lg-100p {
        margin-right: 100% !important
    }
    
    .mb-lg-0-5 {
        margin-bottom: .125rem !important
    }
    
    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

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

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

    .mb-lg-8 {
        margin-bottom: 4.5rem !important
    }

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

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

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

    .mb-lg-12 {
        margin-bottom: 8rem !important
    }

    .mb-lg-gs {
        margin-bottom: 2rem !important
    }

    .mb-lg-10p {
        margin-bottom: 10% !important
    }

    .mb-lg-20p {
        margin-bottom: 20% !important
    }

    .mb-lg-25p {
        margin-bottom: 25% !important
    }

    .mb-lg-30p {
        margin-bottom: 30% !important
    }

    .mb-lg-40p {
        margin-bottom: 40% !important
    }

    .mb-lg-50p {
        margin-bottom: 50% !important
    }

    .mb-lg-60p {
        margin-bottom: 60% !important
    }

    .mb-lg-70p {
        margin-bottom: 70% !important
    }

    .mb-lg-75p {
        margin-bottom: 75% !important
    }

    .mb-lg-80p {
        margin-bottom: 80% !important
    }

    .mb-lg-90p {
        margin-bottom: 90% !important
    }

    .mb-lg-100p {
        margin-bottom: 100% !important
    }
    
    .ms-lg-0-5 {
        margin-left: .125rem !important
    }
    
    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 3.5rem !important
    }

    .ms-lg-7 {
        margin-left: 4rem !important
    }

    .ms-lg-8 {
        margin-left: 4.5rem !important
    }

    .ms-lg-9 {
        margin-left: 5rem !important
    }

    .ms-lg-10 {
        margin-left: 6rem !important
    }

    .ms-lg-11 {
        margin-left: 7rem !important
    }

    .ms-lg-12 {
        margin-left: 8rem !important
    }

    .ms-lg-gs {
        margin-left: 2rem !important
    }

    .ms-lg-10p {
        margin-left: 10% !important
    }

    .ms-lg-20p {
        margin-left: 20% !important
    }

    .ms-lg-25p {
        margin-left: 25% !important
    }

    .ms-lg-30p {
        margin-left: 30% !important
    }

    .ms-lg-40p {
        margin-left: 40% !important
    }

    .ms-lg-50p {
        margin-left: 50% !important
    }

    .ms-lg-60p {
        margin-left: 60% !important
    }

    .ms-lg-70p {
        margin-left: 70% !important
    }

    .ms-lg-75p {
        margin-left: 75% !important
    }

    .ms-lg-80p {
        margin-left: 80% !important
    }

    .ms-lg-90p {
        margin-left: 90% !important
    }

    .ms-lg-100p {
        margin-left: 100% !important
    }
    
    .m-lg-n0-5 {
        margin: -0.125rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .m-lg-n6 {
        margin: -3.5rem !important
    }

    .m-lg-n7 {
        margin: -4rem !important
    }

    .m-lg-n8 {
        margin: -4.5rem !important
    }

    .m-lg-n9 {
        margin: -5rem !important
    }

    .m-lg-n10 {
        margin: -6rem !important
    }

    .m-lg-n11 {
        margin: -7rem !important
    }

    .m-lg-n12 {
        margin: -8rem !important
    }

    .m-lg-ngs {
        margin: -2rem !important
    }

    .m-lg-n10p {
        margin: -10% !important
    }

    .m-lg-n20p {
        margin: -20% !important
    }

    .m-lg-n25p {
        margin: -25% !important
    }

    .m-lg-n30p {
        margin: -30% !important
    }

    .m-lg-n40p {
        margin: -40% !important
    }

    .m-lg-n50p {
        margin: -50% !important
    }

    .m-lg-n60p {
        margin: -60% !important
    }

    .m-lg-n70p {
        margin: -70% !important
    }

    .m-lg-n75p {
        margin: -75% !important
    }

    .m-lg-n80p {
        margin: -80% !important
    }

    .m-lg-n90p {
        margin: -90% !important
    }

    .m-lg-n100p {
        margin: -100% !important
    }

    .mx-lg-n0-5 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

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

    .mx-lg-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-lg-n6 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-lg-n7 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-lg-n8 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .mx-lg-n9 {
        margin-right: -5rem !important;
        margin-left: -5rem !important
    }

    .mx-lg-n10 {
        margin-right: -6rem !important;
        margin-left: -6rem !important
    }

    .mx-lg-n11 {
        margin-right: -7rem !important;
        margin-left: -7rem !important
    }

    .mx-lg-n12 {
        margin-right: -8rem !important;
        margin-left: -8rem !important
    }

    .mx-lg-ngs {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-lg-n10p {
        margin-right: -10% !important;
        margin-left: -10% !important
    }

    .mx-lg-n20p {
        margin-right: -20% !important;
        margin-left: -20% !important
    }

    .mx-lg-n25p {
        margin-right: -25% !important;
        margin-left: -25% !important
    }

    .mx-lg-n30p {
        margin-right: -30% !important;
        margin-left: -30% !important
    }

    .mx-lg-n40p {
        margin-right: -40% !important;
        margin-left: -40% !important
    }

    .mx-lg-n50p {
        margin-right: -50% !important;
        margin-left: -50% !important
    }

    .mx-lg-n60p {
        margin-right: -60% !important;
        margin-left: -60% !important
    }

    .mx-lg-n70p {
        margin-right: -70% !important;
        margin-left: -70% !important
    }

    .mx-lg-n75p {
        margin-right: -75% !important;
        margin-left: -75% !important
    }

    .mx-lg-n80p {
        margin-right: -80% !important;
        margin-left: -80% !important
    }

    .mx-lg-n90p {
        margin-right: -90% !important;
        margin-left: -90% !important
    }

    .mx-lg-n100p {
        margin-right: -100% !important;
        margin-left: -100% !important
    }

    .my-lg-n0-5 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important
    }

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

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

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

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

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

    .my-lg-n6 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

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

    .my-lg-n8 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

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

    .my-lg-n10 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important
    }

    .my-lg-n11 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important
    }

    .my-lg-n12 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important
    }

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

    .my-lg-n10p {
        margin-top: -10% !important;
        margin-bottom: -10% !important
    }

    .my-lg-n20p {
        margin-top: -20% !important;
        margin-bottom: -20% !important
    }

    .my-lg-n25p {
        margin-top: -25% !important;
        margin-bottom: -25% !important
    }

    .my-lg-n30p {
        margin-top: -30% !important;
        margin-bottom: -30% !important
    }

    .my-lg-n40p {
        margin-top: -40% !important;
        margin-bottom: -40% !important
    }

    .my-lg-n50p {
        margin-top: -50% !important;
        margin-bottom: -50% !important
    }

    .my-lg-n60p {
        margin-top: -60% !important;
        margin-bottom: -60% !important
    }

    .my-lg-n70p {
        margin-top: -70% !important;
        margin-bottom: -70% !important
    }

    .my-lg-n75p {
        margin-top: -75% !important;
        margin-bottom: -75% !important
    }

    .my-lg-n80p {
        margin-top: -80% !important;
        margin-bottom: -80% !important
    }

    .my-lg-n90p {
        margin-top: -90% !important;
        margin-bottom: -90% !important
    }

    .my-lg-n100p {
        margin-top: -100% !important;
        margin-bottom: -100% !important
    }

    .mt-lg-n0-5 {
        margin-top: -0.125rem !important
    }

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

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

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

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

    .mt-lg-n5 {
        margin-top: -2rem !important
    }

    .mt-lg-n6 {
        margin-top: -3.5rem !important
    }

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

    .mt-lg-n8 {
        margin-top: -4.5rem !important
    }

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

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

    .mt-lg-n11 {
        margin-top: -7rem !important
    }

    .mt-lg-n12 {
        margin-top: -8rem !important
    }

    .mt-lg-ngs {
        margin-top: -2rem !important
    }

    .mt-lg-n10p {
        margin-top: -10% !important
    }

    .mt-lg-n20p {
        margin-top: -20% !important
    }

    .mt-lg-n25p {
        margin-top: -25% !important
    }

    .mt-lg-n30p {
        margin-top: -30% !important
    }

    .mt-lg-n40p {
        margin-top: -40% !important
    }

    .mt-lg-n50p {
        margin-top: -50% !important
    }

    .mt-lg-n60p {
        margin-top: -60% !important
    }

    .mt-lg-n70p {
        margin-top: -70% !important
    }

    .mt-lg-n75p {
        margin-top: -75% !important
    }

    .mt-lg-n80p {
        margin-top: -80% !important
    }

    .mt-lg-n90p {
        margin-top: -90% !important
    }

    .mt-lg-n100p {
        margin-top: -100% !important
    }

    .me-lg-n0-5 {
        margin-right: -0.125rem !important
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important
    }

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

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

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

    .me-lg-n6 {
        margin-right: -3.5rem !important
    }

    .me-lg-n7 {
        margin-right: -4rem !important
    }

    .me-lg-n8 {
        margin-right: -4.5rem !important
    }

    .me-lg-n9 {
        margin-right: -5rem !important
    }

    .me-lg-n10 {
        margin-right: -6rem !important
    }

    .me-lg-n11 {
        margin-right: -7rem !important
    }

    .me-lg-n12 {
        margin-right: -8rem !important
    }

    .me-lg-ngs {
        margin-right: -2rem !important
    }

    .me-lg-n10p {
        margin-right: -10% !important
    }

    .me-lg-n20p {
        margin-right: -20% !important
    }

    .me-lg-n25p {
        margin-right: -25% !important
    }

    .me-lg-n30p {
        margin-right: -30% !important
    }

    .me-lg-n40p {
        margin-right: -40% !important
    }

    .me-lg-n50p {
        margin-right: -50% !important
    }

    .me-lg-n60p {
        margin-right: -60% !important
    }

    .me-lg-n70p {
        margin-right: -70% !important
    }

    .me-lg-n75p {
        margin-right: -75% !important
    }

    .me-lg-n80p {
        margin-right: -80% !important
    }

    .me-lg-n90p {
        margin-right: -90% !important
    }

    .me-lg-n100p {
        margin-right: -100% !important
    }

    .mb-lg-n0-5 {
        margin-bottom: -0.125rem !important
    }

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

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

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

    .mb-lg-n5 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -3.5rem !important
    }

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

    .mb-lg-n8 {
        margin-bottom: -4.5rem !important
    }

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

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

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

    .mb-lg-n12 {
        margin-bottom: -8rem !important
    }

    .mb-lg-ngs {
        margin-bottom: -2rem !important
    }

    .mb-lg-n10p {
        margin-bottom: -10% !important
    }

    .mb-lg-n20p {
        margin-bottom: -20% !important
    }

    .mb-lg-n25p {
        margin-bottom: -25% !important
    }

    .mb-lg-n30p {
        margin-bottom: -30% !important
    }

    .mb-lg-n40p {
        margin-bottom: -40% !important
    }

    .mb-lg-n50p {
        margin-bottom: -50% !important
    }

    .mb-lg-n60p {
        margin-bottom: -60% !important
    }

    .mb-lg-n70p {
        margin-bottom: -70% !important
    }

    .mb-lg-n75p {
        margin-bottom: -75% !important
    }

    .mb-lg-n80p {
        margin-bottom: -80% !important
    }

    .mb-lg-n90p {
        margin-bottom: -90% !important
    }

    .mb-lg-n100p {
        margin-bottom: -100% !important
    }

    .ms-lg-n0-5 {
        margin-left: -0.125rem !important
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -2rem !important
    }

    .ms-lg-n6 {
        margin-left: -3.5rem !important
    }

    .ms-lg-n7 {
        margin-left: -4rem !important
    }

    .ms-lg-n8 {
        margin-left: -4.5rem !important
    }

    .ms-lg-n9 {
        margin-left: -5rem !important
    }

    .ms-lg-n10 {
        margin-left: -6rem !important
    }

    .ms-lg-n11 {
        margin-left: -7rem !important
    }

    .ms-lg-n12 {
        margin-left: -8rem !important
    }

    .ms-lg-ngs {
        margin-left: -2rem !important
    }

    .ms-lg-n10p {
        margin-left: -10% !important
    }

    .ms-lg-n20p {
        margin-left: -20% !important
    }

    .ms-lg-n25p {
        margin-left: -25% !important
    }

    .ms-lg-n30p {
        margin-left: -30% !important
    }

    .ms-lg-n40p {
        margin-left: -40% !important
    }

    .ms-lg-n50p {
        margin-left: -50% !important
    }

    .ms-lg-n60p {
        margin-left: -60% !important
    }

    .ms-lg-n70p {
        margin-left: -70% !important
    }

    .ms-lg-n75p {
        margin-left: -75% !important
    }

    .ms-lg-n80p {
        margin-left: -80% !important
    }

    .ms-lg-n90p {
        margin-left: -90% !important
    }

    .ms-lg-n100p {
        margin-left: -100% !important
    }
    
    .p-lg-0-5 {
        padding: .125rem !important
    }
    
    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 3.5rem !important
    }

    .p-lg-7 {
        padding: 4rem !important
    }

    .p-lg-8 {
        padding: 4.5rem !important
    }

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

    .p-lg-10 {
        padding: 6rem !important
    }

    .p-lg-11 {
        padding: 7rem !important
    }

    .p-lg-12 {
        padding: 8rem !important
    }

    .p-lg-gs {
        padding: 2rem !important
    }

    .p-lg-10p {
        padding: 10% !important
    }

    .p-lg-20p {
        padding: 20% !important
    }

    .p-lg-25p {
        padding: 25% !important
    }

    .p-lg-30p {
        padding: 30% !important
    }

    .p-lg-40p {
        padding: 40% !important
    }

    .p-lg-50p {
        padding: 50% !important
    }

    .p-lg-60p {
        padding: 60% !important
    }

    .p-lg-70p {
        padding: 70% !important
    }

    .p-lg-75p {
        padding: 75% !important
    }

    .p-lg-80p {
        padding: 80% !important
    }

    .p-lg-90p {
        padding: 90% !important
    }

    .p-lg-100p {
        padding: 100% !important
    }
    
    .px-lg-0-5 {
        padding-right: .125rem !important;
        padding-left: .125rem !important
    }
    
    .px-lg-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .px-lg-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

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

    .px-lg-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

    .px-lg-9 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }

    .px-lg-10 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

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

    .px-lg-12 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

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

    .px-lg-10p {
        padding-right: 10% !important;
        padding-left: 10% !important
    }

    .px-lg-20p {
        padding-right: 20% !important;
        padding-left: 20% !important
    }

    .px-lg-25p {
        padding-right: 25% !important;
        padding-left: 25% !important
    }

    .px-lg-30p {
        padding-right: 30% !important;
        padding-left: 30% !important
    }

    .px-lg-40p {
        padding-right: 40% !important;
        padding-left: 40% !important
    }

    .px-lg-50p {
        padding-right: 50% !important;
        padding-left: 50% !important
    }

    .px-lg-60p {
        padding-right: 60% !important;
        padding-left: 60% !important
    }

    .px-lg-70p {
        padding-right: 70% !important;
        padding-left: 70% !important
    }

    .px-lg-75p {
        padding-right: 75% !important;
        padding-left: 75% !important
    }

    .px-lg-80p {
        padding-right: 80% !important;
        padding-left: 80% !important
    }

    .px-lg-90p {
        padding-right: 90% !important;
        padding-left: 90% !important
    }

    .px-lg-100p {
        padding-right: 100% !important;
        padding-left: 100% !important
    }
    
    .py-lg-0-5 {
        padding-top: .125rem !important;
        padding-bottom: .125rem !important
    }
    
    .py-lg-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

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

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

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

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

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

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

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

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

    .py-lg-10p {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .py-lg-20p {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .py-lg-25p {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .py-lg-30p {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .py-lg-40p {
        padding-top: 40% !important;
        padding-bottom: 40% !important
    }

    .py-lg-50p {
        padding-top: 50% !important;
        padding-bottom: 50% !important
    }

    .py-lg-60p {
        padding-top: 60% !important;
        padding-bottom: 60% !important
    }

    .py-lg-70p {
        padding-top: 70% !important;
        padding-bottom: 70% !important
    }

    .py-lg-75p {
        padding-top: 75% !important;
        padding-bottom: 75% !important
    }

    .py-lg-80p {
        padding-top: 80% !important;
        padding-bottom: 80% !important
    }

    .py-lg-90p {
        padding-top: 90% !important;
        padding-bottom: 90% !important
    }

    .py-lg-100p {
        padding-top: 100% !important;
        padding-bottom: 100% !important
    }
    
    .pt-lg-0-5 {
        padding-top: .125rem !important
    }
    
    .pt-lg-5 {
        padding-top: 2rem !important
    }

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

    .pt-lg-7 {
        padding-top: 4rem !important
    }

    .pt-lg-8 {
        padding-top: 4.5rem !important
    }

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

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

    .pt-lg-11 {
        padding-top: 7rem !important
    }

    .pt-lg-12 {
        padding-top: 8rem !important
    }

    .pt-lg-gs {
        padding-top: 2rem !important
    }

    .pt-lg-10p {
        padding-top: 10% !important
    }

    .pt-lg-20p {
        padding-top: 20% !important
    }

    .pt-lg-25p {
        padding-top: 25% !important
    }

    .pt-lg-30p {
        padding-top: 30% !important
    }

    .pt-lg-40p {
        padding-top: 40% !important
    }

    .pt-lg-50p {
        padding-top: 50% !important
    }

    .pt-lg-60p {
        padding-top: 60% !important
    }

    .pt-lg-70p {
        padding-top: 70% !important
    }

    .pt-lg-75p {
        padding-top: 75% !important
    }

    .pt-lg-80p {
        padding-top: 80% !important
    }

    .pt-lg-90p {
        padding-top: 90% !important
    }

    .pt-lg-100p {
        padding-top: 100% !important
    }
    
    .pe-lg-0-5 {
        padding-right: .125rem !important
    }
    
    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 3.5rem !important
    }

    .pe-lg-7 {
        padding-right: 4rem !important
    }

    .pe-lg-8 {
        padding-right: 4.5rem !important
    }

    .pe-lg-9 {
        padding-right: 5rem !important
    }

    .pe-lg-10 {
        padding-right: 6rem !important
    }

    .pe-lg-11 {
        padding-right: 7rem !important
    }

    .pe-lg-12 {
        padding-right: 8rem !important
    }

    .pe-lg-gs {
        padding-right: 2rem !important
    }

    .pe-lg-10p {
        padding-right: 10% !important
    }

    .pe-lg-20p {
        padding-right: 20% !important
    }

    .pe-lg-25p {
        padding-right: 25% !important
    }

    .pe-lg-30p {
        padding-right: 30% !important
    }

    .pe-lg-40p {
        padding-right: 40% !important
    }

    .pe-lg-50p {
        padding-right: 50% !important
    }

    .pe-lg-60p {
        padding-right: 60% !important
    }

    .pe-lg-70p {
        padding-right: 70% !important
    }

    .pe-lg-75p {
        padding-right: 75% !important
    }

    .pe-lg-80p {
        padding-right: 80% !important
    }

    .pe-lg-90p {
        padding-right: 90% !important
    }

    .pe-lg-100p {
        padding-right: 100% !important
    }
    
    .pb-lg-0-5 {
        padding-bottom: .125rem !important
    }
    
    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 4rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-9 {
        padding-bottom: 5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 6rem !important
    }

    .pb-lg-11 {
        padding-bottom: 7rem !important
    }

    .pb-lg-12 {
        padding-bottom: 8rem !important
    }

    .pb-lg-gs {
        padding-bottom: 2rem !important
    }

    .pb-lg-10p {
        padding-bottom: 10% !important
    }

    .pb-lg-20p {
        padding-bottom: 20% !important
    }

    .pb-lg-25p {
        padding-bottom: 25% !important
    }

    .pb-lg-30p {
        padding-bottom: 30% !important
    }

    .pb-lg-40p {
        padding-bottom: 40% !important
    }

    .pb-lg-50p {
        padding-bottom: 50% !important
    }

    .pb-lg-60p {
        padding-bottom: 60% !important
    }

    .pb-lg-70p {
        padding-bottom: 70% !important
    }

    .pb-lg-75p {
        padding-bottom: 75% !important
    }

    .pb-lg-80p {
        padding-bottom: 80% !important
    }

    .pb-lg-90p {
        padding-bottom: 90% !important
    }

    .pb-lg-100p {
        padding-bottom: 100% !important
    }
    
    .ps-lg-0-5 {
        padding-left: .125rem !important
    }
    
    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 3.5rem !important
    }

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

    .ps-lg-8 {
        padding-left: 4.5rem !important
    }

    .ps-lg-9 {
        padding-left: 5rem !important
    }

    .ps-lg-10 {
        padding-left: 6rem !important
    }

    .ps-lg-11 {
        padding-left: 7rem !important
    }

    .ps-lg-12 {
        padding-left: 8rem !important
    }

    .ps-lg-gs {
        padding-left: 2rem !important
    }

    .ps-lg-10p {
        padding-left: 10% !important
    }

    .ps-lg-20p {
        padding-left: 20% !important
    }

    .ps-lg-25p {
        padding-left: 25% !important
    }

    .ps-lg-30p {
        padding-left: 30% !important
    }

    .ps-lg-40p {
        padding-left: 40% !important
    }

    .ps-lg-50p {
        padding-left: 50% !important
    }

    .ps-lg-60p {
        padding-left: 60% !important
    }

    .ps-lg-70p {
        padding-left: 70% !important
    }

    .ps-lg-75p {
        padding-left: 75% !important
    }

    .ps-lg-80p {
        padding-left: 80% !important
    }

    .ps-lg-90p {
        padding-left: 90% !important
    }

    .ps-lg-100p {
        padding-left: 100% !important
    }
    
    .gap-lg-0-5 {
        gap: .125rem !important
    }
    
    .gap-lg-5 {
        gap: 2rem !important
    }

    .gap-lg-6 {
        gap: 3.5rem !important
    }

    .gap-lg-7 {
        gap: 4rem !important
    }

    .gap-lg-8 {
        gap: 4.5rem !important
    }

    .gap-lg-9 {
        gap: 5rem !important
    }

    .gap-lg-10 {
        gap: 6rem !important
    }

    .gap-lg-11 {
        gap: 7rem !important
    }

    .gap-lg-12 {
        gap: 8rem !important
    }

    .gap-lg-gs {
        gap: 2rem !important
    }

    .gap-lg-10p {
        gap: 10% !important
    }

    .gap-lg-20p {
        gap: 20% !important
    }

    .gap-lg-25p {
        gap: 25% !important
    }

    .gap-lg-30p {
        gap: 30% !important
    }

    .gap-lg-40p {
        gap: 40% !important
    }

    .gap-lg-50p {
        gap: 50% !important
    }

    .gap-lg-60p {
        gap: 60% !important
    }

    .gap-lg-70p {
        gap: 70% !important
    }

    .gap-lg-75p {
        gap: 75% !important
    }

    .gap-lg-80p {
        gap: 80% !important
    }

    .gap-lg-90p {
        gap: 90% !important
    }

    .gap-lg-100p {
        gap: 100% !important
    }
    
    .top-xl-auto {
        top: auto !important
    }

    .top-xl-0 {
        top: 0 !important
    }

    .top-xl-50 {
        top: 50% !important
    }

    .top-xl-100 {
        top: 100% !important
    }

    .bottom-xl-auto {
        bottom: auto !important
    }

    .bottom-xl-0 {
        bottom: 0 !important
    }

    .bottom-xl-50 {
        bottom: 50% !important
    }

    .bottom-xl-100 {
        bottom: 100% !important
    }

    .start-xl-auto {
        left: auto !important
    }

    .start-xl-0 {
        left: 0 !important
    }

    .start-xl-50 {
        left: 50% !important
    }

    .start-xl-100 {
        left: 100% !important
    }

    .end-xl-auto {
        right: auto !important
    }

    .end-xl-0 {
        right: 0 !important
    }

    .end-xl-50 {
        right: 50% !important
    }

    .end-xl-100 {
        right: 100% !important
    }

    .translate-middle-xl {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-xl-x {
        transform: translateX(-50%) !important
    }

    .translate-middle-xl-y {
        transform: translateY(-50%) !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

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

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

    .w-xl-auto {
        width: auto !important
    }

    .w-xl-1rem {
        width: 1rem !important
    }

    .w-xl-2rem {
        width: 2rem !important
    }

    .w-xl-3rem {
        width: 3rem !important
    }

    .w-xl-4rem {
        width: 4rem !important
    }

    .w-xl-5rem {
        width: 5rem !important
    }

    .w-xl-6rem {
        width: 6rem !important
    }

    .w-xl-7rem {
        width: 7rem !important
    }

    .w-xl-8rem {
        width: 8rem !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

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

    .h-xl-auto {
        height: auto !important
    }

    .h-xl-1rem {
        height: 1rem !important
    }

    .h-xl-2rem {
        height: 2rem !important
    }

    .h-xl-3rem {
        height: 3rem !important
    }

    .h-xl-4rem {
        height: 4rem !important
    }

    .h-xl-5rem {
        height: 5rem !important
    }

    .h-xl-6rem {
        height: 6rem !important
    }

    .h-xl-7rem {
        height: 7rem !important
    }

    .h-xl-8rem {
        height: 8rem !important
    }
    
    .m-xl-0-5 {
        margin: .125rem !important
    }
    
    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 3.5rem !important
    }

    .m-xl-7 {
        margin: 4rem !important
    }

    .m-xl-8 {
        margin: 4.5rem !important
    }

    .m-xl-9 {
        margin: 5rem !important
    }

    .m-xl-10 {
        margin: 6rem !important
    }

    .m-xl-11 {
        margin: 7rem !important
    }

    .m-xl-12 {
        margin: 8rem !important
    }

    .m-xl-gs {
        margin: 2rem !important
    }

    .m-xl-10p {
        margin: 10% !important
    }

    .m-xl-20p {
        margin: 20% !important
    }

    .m-xl-25p {
        margin: 25% !important
    }

    .m-xl-30p {
        margin: 30% !important
    }

    .m-xl-40p {
        margin: 40% !important
    }

    .m-xl-50p {
        margin: 50% !important
    }

    .m-xl-60p {
        margin: 60% !important
    }

    .m-xl-70p {
        margin: 70% !important
    }

    .m-xl-75p {
        margin: 75% !important
    }

    .m-xl-80p {
        margin: 80% !important
    }

    .m-xl-90p {
        margin: 90% !important
    }

    .m-xl-100p {
        margin: 100% !important
    }
    
    .mx-xl-0-5 {
        margin-right: .125rem !important;
        margin-left: .125rem !important
    }
    
    .mx-xl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xl-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-xl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-xl-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xl-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }

    .mx-xl-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }

    .mx-xl-11 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }

    .mx-xl-12 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }

    .mx-xl-gs {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xl-10p {
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .mx-xl-20p {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .mx-xl-25p {
        margin-right: 25% !important;
        margin-left: 25% !important
    }

    .mx-xl-30p {
        margin-right: 30% !important;
        margin-left: 30% !important
    }

    .mx-xl-40p {
        margin-right: 40% !important;
        margin-left: 40% !important
    }

    .mx-xl-50p {
        margin-right: 50% !important;
        margin-left: 50% !important
    }

    .mx-xl-60p {
        margin-right: 60% !important;
        margin-left: 60% !important
    }

    .mx-xl-70p {
        margin-right: 70% !important;
        margin-left: 70% !important
    }

    .mx-xl-75p {
        margin-right: 75% !important;
        margin-left: 75% !important
    }

    .mx-xl-80p {
        margin-right: 80% !important;
        margin-left: 80% !important
    }

    .mx-xl-90p {
        margin-right: 90% !important;
        margin-left: 90% !important
    }

    .mx-xl-100p {
        margin-right: 100% !important;
        margin-left: 100% !important
    }
    
    .my-xl-0-5 {
        margin-top: .125rem !important;
        margin-bottom: .125rem !important
    }
    
    .my-xl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xl-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

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

    .my-xl-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

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

    .my-xl-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .my-xl-11 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .my-xl-12 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

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

    .my-xl-10p {
        margin-top: 10% !important;
        margin-bottom: 10% !important
    }

    .my-xl-20p {
        margin-top: 20% !important;
        margin-bottom: 20% !important
    }

    .my-xl-25p {
        margin-top: 25% !important;
        margin-bottom: 25% !important
    }

    .my-xl-30p {
        margin-top: 30% !important;
        margin-bottom: 30% !important
    }

    .my-xl-40p {
        margin-top: 40% !important;
        margin-bottom: 40% !important
    }

    .my-xl-50p {
        margin-top: 50% !important;
        margin-bottom: 50% !important
    }

    .my-xl-60p {
        margin-top: 60% !important;
        margin-bottom: 60% !important
    }

    .my-xl-70p {
        margin-top: 70% !important;
        margin-bottom: 70% !important
    }

    .my-xl-75p {
        margin-top: 75% !important;
        margin-bottom: 75% !important
    }

    .my-xl-80p {
        margin-top: 80% !important;
        margin-bottom: 80% !important
    }

    .my-xl-90p {
        margin-top: 90% !important;
        margin-bottom: 90% !important
    }

    .my-xl-100p {
        margin-top: 100% !important;
        margin-bottom: 100% !important
    }
    
    .mt-xl-0-5 {
        margin-top: .125rem !important
    }
    
    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 3.5rem !important
    }

    .mt-xl-7 {
        margin-top: 4rem !important
    }

    .mt-xl-8 {
        margin-top: 4.5rem !important
    }

    .mt-xl-9 {
        margin-top: 5rem !important
    }

    .mt-xl-10 {
        margin-top: 6rem !important
    }

    .mt-xl-11 {
        margin-top: 7rem !important
    }

    .mt-xl-12 {
        margin-top: 8rem !important
    }

    .mt-xl-gs {
        margin-top: 2rem !important
    }

    .mt-xl-10p {
        margin-top: 10% !important
    }

    .mt-xl-20p {
        margin-top: 20% !important
    }

    .mt-xl-25p {
        margin-top: 25% !important
    }

    .mt-xl-30p {
        margin-top: 30% !important
    }

    .mt-xl-40p {
        margin-top: 40% !important
    }

    .mt-xl-50p {
        margin-top: 50% !important
    }

    .mt-xl-60p {
        margin-top: 60% !important
    }

    .mt-xl-70p {
        margin-top: 70% !important
    }

    .mt-xl-75p {
        margin-top: 75% !important
    }

    .mt-xl-80p {
        margin-top: 80% !important
    }

    .mt-xl-90p {
        margin-top: 90% !important
    }

    .mt-xl-100p {
        margin-top: 100% !important
    }
    
    .me-xl-0-5 {
        margin-right: .125rem !important
    }
    
    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 3.5rem !important
    }

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

    .me-xl-8 {
        margin-right: 4.5rem !important
    }

    .me-xl-9 {
        margin-right: 5rem !important
    }

    .me-xl-10 {
        margin-right: 6rem !important
    }

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

    .me-xl-12 {
        margin-right: 8rem !important
    }

    .me-xl-gs {
        margin-right: 2rem !important
    }

    .me-xl-10p {
        margin-right: 10% !important
    }

    .me-xl-20p {
        margin-right: 20% !important
    }

    .me-xl-25p {
        margin-right: 25% !important
    }

    .me-xl-30p {
        margin-right: 30% !important
    }

    .me-xl-40p {
        margin-right: 40% !important
    }

    .me-xl-50p {
        margin-right: 50% !important
    }

    .me-xl-60p {
        margin-right: 60% !important
    }

    .me-xl-70p {
        margin-right: 70% !important
    }

    .me-xl-75p {
        margin-right: 75% !important
    }

    .me-xl-80p {
        margin-right: 80% !important
    }

    .me-xl-90p {
        margin-right: 90% !important
    }

    .me-xl-100p {
        margin-right: 100% !important
    }
    
    .mb-xl-0-5 {
        margin-bottom: .125rem !important
    }
    
    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

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

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

    .mb-xl-8 {
        margin-bottom: 4.5rem !important
    }

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

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

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

    .mb-xl-12 {
        margin-bottom: 8rem !important
    }

    .mb-xl-gs {
        margin-bottom: 2rem !important
    }

    .mb-xl-10p {
        margin-bottom: 10% !important
    }

    .mb-xl-20p {
        margin-bottom: 20% !important
    }

    .mb-xl-25p {
        margin-bottom: 25% !important
    }

    .mb-xl-30p {
        margin-bottom: 30% !important
    }

    .mb-xl-40p {
        margin-bottom: 40% !important
    }

    .mb-xl-50p {
        margin-bottom: 50% !important
    }

    .mb-xl-60p {
        margin-bottom: 60% !important
    }

    .mb-xl-70p {
        margin-bottom: 70% !important
    }

    .mb-xl-75p {
        margin-bottom: 75% !important
    }

    .mb-xl-80p {
        margin-bottom: 80% !important
    }

    .mb-xl-90p {
        margin-bottom: 90% !important
    }

    .mb-xl-100p {
        margin-bottom: 100% !important
    }
    
    .ms-xl-0-5 {
        margin-left: .125rem !important
    }
    
    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 3.5rem !important
    }

    .ms-xl-7 {
        margin-left: 4rem !important
    }

    .ms-xl-8 {
        margin-left: 4.5rem !important
    }

    .ms-xl-9 {
        margin-left: 5rem !important
    }

    .ms-xl-10 {
        margin-left: 6rem !important
    }

    .ms-xl-11 {
        margin-left: 7rem !important
    }

    .ms-xl-12 {
        margin-left: 8rem !important
    }

    .ms-xl-gs {
        margin-left: 2rem !important
    }

    .ms-xl-10p {
        margin-left: 10% !important
    }

    .ms-xl-20p {
        margin-left: 20% !important
    }

    .ms-xl-25p {
        margin-left: 25% !important
    }

    .ms-xl-30p {
        margin-left: 30% !important
    }

    .ms-xl-40p {
        margin-left: 40% !important
    }

    .ms-xl-50p {
        margin-left: 50% !important
    }

    .ms-xl-60p {
        margin-left: 60% !important
    }

    .ms-xl-70p {
        margin-left: 70% !important
    }

    .ms-xl-75p {
        margin-left: 75% !important
    }

    .ms-xl-80p {
        margin-left: 80% !important
    }

    .ms-xl-90p {
        margin-left: 90% !important
    }

    .ms-xl-100p {
        margin-left: 100% !important
    }
    
    .m-xl-n0-5 {
        margin: -0.125rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .m-xl-n6 {
        margin: -3.5rem !important
    }

    .m-xl-n7 {
        margin: -4rem !important
    }

    .m-xl-n8 {
        margin: -4.5rem !important
    }

    .m-xl-n9 {
        margin: -5rem !important
    }

    .m-xl-n10 {
        margin: -6rem !important
    }

    .m-xl-n11 {
        margin: -7rem !important
    }

    .m-xl-n12 {
        margin: -8rem !important
    }

    .m-xl-ngs {
        margin: -2rem !important
    }

    .m-xl-n10p {
        margin: -10% !important
    }

    .m-xl-n20p {
        margin: -20% !important
    }

    .m-xl-n25p {
        margin: -25% !important
    }

    .m-xl-n30p {
        margin: -30% !important
    }

    .m-xl-n40p {
        margin: -40% !important
    }

    .m-xl-n50p {
        margin: -50% !important
    }

    .m-xl-n60p {
        margin: -60% !important
    }

    .m-xl-n70p {
        margin: -70% !important
    }

    .m-xl-n75p {
        margin: -75% !important
    }

    .m-xl-n80p {
        margin: -80% !important
    }

    .m-xl-n90p {
        margin: -90% !important
    }

    .m-xl-n100p {
        margin: -100% !important
    }

    .mx-xl-n0-5 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

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

    .mx-xl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-xl-n6 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-xl-n7 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-xl-n8 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .mx-xl-n9 {
        margin-right: -5rem !important;
        margin-left: -5rem !important
    }

    .mx-xl-n10 {
        margin-right: -6rem !important;
        margin-left: -6rem !important
    }

    .mx-xl-n11 {
        margin-right: -7rem !important;
        margin-left: -7rem !important
    }

    .mx-xl-n12 {
        margin-right: -8rem !important;
        margin-left: -8rem !important
    }

    .mx-xl-ngs {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-xl-n10p {
        margin-right: -10% !important;
        margin-left: -10% !important
    }

    .mx-xl-n20p {
        margin-right: -20% !important;
        margin-left: -20% !important
    }

    .mx-xl-n25p {
        margin-right: -25% !important;
        margin-left: -25% !important
    }

    .mx-xl-n30p {
        margin-right: -30% !important;
        margin-left: -30% !important
    }

    .mx-xl-n40p {
        margin-right: -40% !important;
        margin-left: -40% !important
    }

    .mx-xl-n50p {
        margin-right: -50% !important;
        margin-left: -50% !important
    }

    .mx-xl-n60p {
        margin-right: -60% !important;
        margin-left: -60% !important
    }

    .mx-xl-n70p {
        margin-right: -70% !important;
        margin-left: -70% !important
    }

    .mx-xl-n75p {
        margin-right: -75% !important;
        margin-left: -75% !important
    }

    .mx-xl-n80p {
        margin-right: -80% !important;
        margin-left: -80% !important
    }

    .mx-xl-n90p {
        margin-right: -90% !important;
        margin-left: -90% !important
    }

    .mx-xl-n100p {
        margin-right: -100% !important;
        margin-left: -100% !important
    }

    .my-xl-n0-5 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important
    }

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

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

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

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

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

    .my-xl-n6 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

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

    .my-xl-n8 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

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

    .my-xl-n10 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important
    }

    .my-xl-n11 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important
    }

    .my-xl-n12 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important
    }

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

    .my-xl-n10p {
        margin-top: -10% !important;
        margin-bottom: -10% !important
    }

    .my-xl-n20p {
        margin-top: -20% !important;
        margin-bottom: -20% !important
    }

    .my-xl-n25p {
        margin-top: -25% !important;
        margin-bottom: -25% !important
    }

    .my-xl-n30p {
        margin-top: -30% !important;
        margin-bottom: -30% !important
    }

    .my-xl-n40p {
        margin-top: -40% !important;
        margin-bottom: -40% !important
    }

    .my-xl-n50p {
        margin-top: -50% !important;
        margin-bottom: -50% !important
    }

    .my-xl-n60p {
        margin-top: -60% !important;
        margin-bottom: -60% !important
    }

    .my-xl-n70p {
        margin-top: -70% !important;
        margin-bottom: -70% !important
    }

    .my-xl-n75p {
        margin-top: -75% !important;
        margin-bottom: -75% !important
    }

    .my-xl-n80p {
        margin-top: -80% !important;
        margin-bottom: -80% !important
    }

    .my-xl-n90p {
        margin-top: -90% !important;
        margin-bottom: -90% !important
    }

    .my-xl-n100p {
        margin-top: -100% !important;
        margin-bottom: -100% !important
    }

    .mt-xl-n0-5 {
        margin-top: -0.125rem !important
    }

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

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

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -2rem !important
    }

    .mt-xl-n6 {
        margin-top: -3.5rem !important
    }

    .mt-xl-n7 {
        margin-top: -4rem !important
    }

    .mt-xl-n8 {
        margin-top: -4.5rem !important
    }

    .mt-xl-n9 {
        margin-top: -5rem !important
    }

    .mt-xl-n10 {
        margin-top: -6rem !important
    }

    .mt-xl-n11 {
        margin-top: -7rem !important
    }

    .mt-xl-n12 {
        margin-top: -8rem !important
    }

    .mt-xl-ngs {
        margin-top: -2rem !important
    }

    .mt-xl-n10p {
        margin-top: -10% !important
    }

    .mt-xl-n20p {
        margin-top: -20% !important
    }

    .mt-xl-n25p {
        margin-top: -25% !important
    }

    .mt-xl-n30p {
        margin-top: -30% !important
    }

    .mt-xl-n40p {
        margin-top: -40% !important
    }

    .mt-xl-n50p {
        margin-top: -50% !important
    }

    .mt-xl-n60p {
        margin-top: -60% !important
    }

    .mt-xl-n70p {
        margin-top: -70% !important
    }

    .mt-xl-n75p {
        margin-top: -75% !important
    }

    .mt-xl-n80p {
        margin-top: -80% !important
    }

    .mt-xl-n90p {
        margin-top: -90% !important
    }

    .mt-xl-n100p {
        margin-top: -100% !important
    }

    .me-xl-n0-5 {
        margin-right: -0.125rem !important
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important
    }

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

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -2rem !important
    }

    .me-xl-n6 {
        margin-right: -3.5rem !important
    }

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

    .me-xl-n8 {
        margin-right: -4.5rem !important
    }

    .me-xl-n9 {
        margin-right: -5rem !important
    }

    .me-xl-n10 {
        margin-right: -6rem !important
    }

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

    .me-xl-n12 {
        margin-right: -8rem !important
    }

    .me-xl-ngs {
        margin-right: -2rem !important
    }

    .me-xl-n10p {
        margin-right: -10% !important
    }

    .me-xl-n20p {
        margin-right: -20% !important
    }

    .me-xl-n25p {
        margin-right: -25% !important
    }

    .me-xl-n30p {
        margin-right: -30% !important
    }

    .me-xl-n40p {
        margin-right: -40% !important
    }

    .me-xl-n50p {
        margin-right: -50% !important
    }

    .me-xl-n60p {
        margin-right: -60% !important
    }

    .me-xl-n70p {
        margin-right: -70% !important
    }

    .me-xl-n75p {
        margin-right: -75% !important
    }

    .me-xl-n80p {
        margin-right: -80% !important
    }

    .me-xl-n90p {
        margin-right: -90% !important
    }

    .me-xl-n100p {
        margin-right: -100% !important
    }

    .mb-xl-n0-5 {
        margin-bottom: -0.125rem !important
    }

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

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

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

    .mb-xl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -3.5rem !important
    }

    .mb-xl-n7 {
        margin-bottom: -4rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -4.5rem !important
    }

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

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

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

    .mb-xl-n12 {
        margin-bottom: -8rem !important
    }

    .mb-xl-ngs {
        margin-bottom: -2rem !important
    }

    .mb-xl-n10p {
        margin-bottom: -10% !important
    }

    .mb-xl-n20p {
        margin-bottom: -20% !important
    }

    .mb-xl-n25p {
        margin-bottom: -25% !important
    }

    .mb-xl-n30p {
        margin-bottom: -30% !important
    }

    .mb-xl-n40p {
        margin-bottom: -40% !important
    }

    .mb-xl-n50p {
        margin-bottom: -50% !important
    }

    .mb-xl-n60p {
        margin-bottom: -60% !important
    }

    .mb-xl-n70p {
        margin-bottom: -70% !important
    }

    .mb-xl-n75p {
        margin-bottom: -75% !important
    }

    .mb-xl-n80p {
        margin-bottom: -80% !important
    }

    .mb-xl-n90p {
        margin-bottom: -90% !important
    }

    .mb-xl-n100p {
        margin-bottom: -100% !important
    }

    .ms-xl-n0-5 {
        margin-left: -0.125rem !important
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -2rem !important
    }

    .ms-xl-n6 {
        margin-left: -3.5rem !important
    }

    .ms-xl-n7 {
        margin-left: -4rem !important
    }

    .ms-xl-n8 {
        margin-left: -4.5rem !important
    }

    .ms-xl-n9 {
        margin-left: -5rem !important
    }

    .ms-xl-n10 {
        margin-left: -6rem !important
    }

    .ms-xl-n11 {
        margin-left: -7rem !important
    }

    .ms-xl-n12 {
        margin-left: -8rem !important
    }

    .ms-xl-ngs {
        margin-left: -2rem !important
    }

    .ms-xl-n10p {
        margin-left: -10% !important
    }

    .ms-xl-n20p {
        margin-left: -20% !important
    }

    .ms-xl-n25p {
        margin-left: -25% !important
    }

    .ms-xl-n30p {
        margin-left: -30% !important
    }

    .ms-xl-n40p {
        margin-left: -40% !important
    }

    .ms-xl-n50p {
        margin-left: -50% !important
    }

    .ms-xl-n60p {
        margin-left: -60% !important
    }

    .ms-xl-n70p {
        margin-left: -70% !important
    }

    .ms-xl-n75p {
        margin-left: -75% !important
    }

    .ms-xl-n80p {
        margin-left: -80% !important
    }

    .ms-xl-n90p {
        margin-left: -90% !important
    }

    .ms-xl-n100p {
        margin-left: -100% !important
    }
    
    .p-xl-0-5 {
        padding: .125rem !important
    }
    
    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 3.5rem !important
    }

    .p-xl-7 {
        padding: 4rem !important
    }

    .p-xl-8 {
        padding: 4.5rem !important
    }

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

    .p-xl-10 {
        padding: 6rem !important
    }

    .p-xl-11 {
        padding: 7rem !important
    }

    .p-xl-12 {
        padding: 8rem !important
    }

    .p-xl-gs {
        padding: 2rem !important
    }

    .p-xl-10p {
        padding: 10% !important
    }

    .p-xl-20p {
        padding: 20% !important
    }

    .p-xl-25p {
        padding: 25% !important
    }

    .p-xl-30p {
        padding: 30% !important
    }

    .p-xl-40p {
        padding: 40% !important
    }

    .p-xl-50p {
        padding: 50% !important
    }

    .p-xl-60p {
        padding: 60% !important
    }

    .p-xl-70p {
        padding: 70% !important
    }

    .p-xl-75p {
        padding: 75% !important
    }

    .p-xl-80p {
        padding: 80% !important
    }

    .p-xl-90p {
        padding: 90% !important
    }

    .p-xl-100p {
        padding: 100% !important
    }
    
    .px-xl-0-5 {
        padding-right: .125rem !important;
        padding-left: .125rem !important
    }
    
    .px-xl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

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

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

    .px-xl-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }

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

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

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

    .px-xl-12 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

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

    .px-xl-10p {
        padding-right: 10% !important;
        padding-left: 10% !important
    }

    .px-xl-20p {
        padding-right: 20% !important;
        padding-left: 20% !important
    }

    .px-xl-25p {
        padding-right: 25% !important;
        padding-left: 25% !important
    }

    .px-xl-30p {
        padding-right: 30% !important;
        padding-left: 30% !important
    }

    .px-xl-40p {
        padding-right: 40% !important;
        padding-left: 40% !important
    }

    .px-xl-50p {
        padding-right: 50% !important;
        padding-left: 50% !important
    }

    .px-xl-60p {
        padding-right: 60% !important;
        padding-left: 60% !important
    }

    .px-xl-70p {
        padding-right: 70% !important;
        padding-left: 70% !important
    }

    .px-xl-75p {
        padding-right: 75% !important;
        padding-left: 75% !important
    }

    .px-xl-80p {
        padding-right: 80% !important;
        padding-left: 80% !important
    }

    .px-xl-90p {
        padding-right: 90% !important;
        padding-left: 90% !important
    }

    .px-xl-100p {
        padding-right: 100% !important;
        padding-left: 100% !important
    }
    
    .py-xl-0-5 {
        padding-top: .125rem !important;
        padding-bottom: .125rem !important
    }
    
    .py-xl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

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

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

    .py-xl-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

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

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

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

    .py-xl-12 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

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

    .py-xl-10p {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .py-xl-20p {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .py-xl-25p {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .py-xl-30p {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .py-xl-40p {
        padding-top: 40% !important;
        padding-bottom: 40% !important
    }

    .py-xl-50p {
        padding-top: 50% !important;
        padding-bottom: 50% !important
    }

    .py-xl-60p {
        padding-top: 60% !important;
        padding-bottom: 60% !important
    }

    .py-xl-70p {
        padding-top: 70% !important;
        padding-bottom: 70% !important
    }

    .py-xl-75p {
        padding-top: 75% !important;
        padding-bottom: 75% !important
    }

    .py-xl-80p {
        padding-top: 80% !important;
        padding-bottom: 80% !important
    }

    .py-xl-90p {
        padding-top: 90% !important;
        padding-bottom: 90% !important
    }

    .py-xl-100p {
        padding-top: 100% !important;
        padding-bottom: 100% !important
    }
    
    .pt-xl-0-5 {
        padding-top: .125rem !important
    }
    
    .pt-xl-5 {
        padding-top: 2rem !important
    }

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

    .pt-xl-7 {
        padding-top: 4rem !important
    }

    .pt-xl-8 {
        padding-top: 4.5rem !important
    }

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

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

    .pt-xl-11 {
        padding-top: 7rem !important
    }

    .pt-xl-12 {
        padding-top: 8rem !important
    }

    .pt-xl-gs {
        padding-top: 2rem !important
    }

    .pt-xl-10p {
        padding-top: 10% !important
    }

    .pt-xl-20p {
        padding-top: 20% !important
    }

    .pt-xl-25p {
        padding-top: 25% !important
    }

    .pt-xl-30p {
        padding-top: 30% !important
    }

    .pt-xl-40p {
        padding-top: 40% !important
    }

    .pt-xl-50p {
        padding-top: 50% !important
    }

    .pt-xl-60p {
        padding-top: 60% !important
    }

    .pt-xl-70p {
        padding-top: 70% !important
    }

    .pt-xl-75p {
        padding-top: 75% !important
    }

    .pt-xl-80p {
        padding-top: 80% !important
    }

    .pt-xl-90p {
        padding-top: 90% !important
    }

    .pt-xl-100p {
        padding-top: 100% !important
    }
    
    .pe-xl-0-5 {
        padding-right: .125rem !important
    }
    
    .pe-xl-5 {
        padding-right: 2rem !important
    }

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

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

    .pe-xl-8 {
        padding-right: 4.5rem !important
    }

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

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

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

    .pe-xl-12 {
        padding-right: 8rem !important
    }

    .pe-xl-gs {
        padding-right: 2rem !important
    }

    .pe-xl-10p {
        padding-right: 10% !important
    }

    .pe-xl-20p {
        padding-right: 20% !important
    }

    .pe-xl-25p {
        padding-right: 25% !important
    }

    .pe-xl-30p {
        padding-right: 30% !important
    }

    .pe-xl-40p {
        padding-right: 40% !important
    }

    .pe-xl-50p {
        padding-right: 50% !important
    }

    .pe-xl-60p {
        padding-right: 60% !important
    }

    .pe-xl-70p {
        padding-right: 70% !important
    }

    .pe-xl-75p {
        padding-right: 75% !important
    }

    .pe-xl-80p {
        padding-right: 80% !important
    }

    .pe-xl-90p {
        padding-right: 90% !important
    }

    .pe-xl-100p {
        padding-right: 100% !important
    }
    
    .pb-xl-0-5 {
        padding-bottom: .125rem !important
    }
    
    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xl-8 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-9 {
        padding-bottom: 5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 6rem !important
    }

    .pb-xl-11 {
        padding-bottom: 7rem !important
    }

    .pb-xl-12 {
        padding-bottom: 8rem !important
    }

    .pb-xl-gs {
        padding-bottom: 2rem !important
    }

    .pb-xl-10p {
        padding-bottom: 10% !important
    }

    .pb-xl-20p {
        padding-bottom: 20% !important
    }

    .pb-xl-25p {
        padding-bottom: 25% !important
    }

    .pb-xl-30p {
        padding-bottom: 30% !important
    }

    .pb-xl-40p {
        padding-bottom: 40% !important
    }

    .pb-xl-50p {
        padding-bottom: 50% !important
    }

    .pb-xl-60p {
        padding-bottom: 60% !important
    }

    .pb-xl-70p {
        padding-bottom: 70% !important
    }

    .pb-xl-75p {
        padding-bottom: 75% !important
    }

    .pb-xl-80p {
        padding-bottom: 80% !important
    }

    .pb-xl-90p {
        padding-bottom: 90% !important
    }

    .pb-xl-100p {
        padding-bottom: 100% !important
    }
    
    .ps-xl-0-5 {
        padding-left: .125rem !important
    }
    
    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 3.5rem !important
    }

    .ps-xl-7 {
        padding-left: 4rem !important
    }

    .ps-xl-8 {
        padding-left: 4.5rem !important
    }

    .ps-xl-9 {
        padding-left: 5rem !important
    }

    .ps-xl-10 {
        padding-left: 6rem !important
    }

    .ps-xl-11 {
        padding-left: 7rem !important
    }

    .ps-xl-12 {
        padding-left: 8rem !important
    }

    .ps-xl-gs {
        padding-left: 2rem !important
    }

    .ps-xl-10p {
        padding-left: 10% !important
    }

    .ps-xl-20p {
        padding-left: 20% !important
    }

    .ps-xl-25p {
        padding-left: 25% !important
    }

    .ps-xl-30p {
        padding-left: 30% !important
    }

    .ps-xl-40p {
        padding-left: 40% !important
    }

    .ps-xl-50p {
        padding-left: 50% !important
    }

    .ps-xl-60p {
        padding-left: 60% !important
    }

    .ps-xl-70p {
        padding-left: 70% !important
    }

    .ps-xl-75p {
        padding-left: 75% !important
    }

    .ps-xl-80p {
        padding-left: 80% !important
    }

    .ps-xl-90p {
        padding-left: 90% !important
    }

    .ps-xl-100p {
        padding-left: 100% !important
    }
    
    .gap-xl-0-5 {
        gap: .125rem !important
    }
    
    .gap-xl-5 {
        gap: 2rem !important
    }

    .gap-xl-6 {
        gap: 3.5rem !important
    }

    .gap-xl-7 {
        gap: 4rem !important
    }

    .gap-xl-8 {
        gap: 4.5rem !important
    }

    .gap-xl-9 {
        gap: 5rem !important
    }

    .gap-xl-10 {
        gap: 6rem !important
    }

    .gap-xl-11 {
        gap: 7rem !important
    }

    .gap-xl-12 {
        gap: 8rem !important
    }

    .gap-xl-gs {
        gap: 2rem !important
    }

    .gap-xl-10p {
        gap: 10% !important
    }

    .gap-xl-20p {
        gap: 20% !important
    }

    .gap-xl-25p {
        gap: 25% !important
    }

    .gap-xl-30p {
        gap: 30% !important
    }

    .gap-xl-40p {
        gap: 40% !important
    }

    .gap-xl-50p {
        gap: 50% !important
    }

    .gap-xl-60p {
        gap: 60% !important
    }

    .gap-xl-70p {
        gap: 70% !important
    }

    .gap-xl-75p {
        gap: 75% !important
    }

    .gap-xl-80p {
        gap: 80% !important
    }

    .gap-xl-90p {
        gap: 90% !important
    }

    .gap-xl-100p {
        gap: 100% !important
    }
}

@media (min-width: 1400px) {
	.top-xxl-auto {
        top: auto !important
    }

    .top-xxl-0 {
        top: 0 !important
    }

    .top-xxl-50 {
        top: 50% !important
    }

    .top-xxl-100 {
        top: 100% !important
    }

    .bottom-xxl-auto {
        bottom: auto !important
    }

    .bottom-xxl-0 {
        bottom: 0 !important
    }

    .bottom-xxl-50 {
        bottom: 50% !important
    }

    .bottom-xxl-100 {
        bottom: 100% !important
    }

    .start-xxl-auto {
        left: auto !important
    }

    .start-xxl-0 {
        left: 0 !important
    }

    .start-xxl-50 {
        left: 50% !important
    }

    .start-xxl-100 {
        left: 100% !important
    }

    .end-xxl-auto {
        right: auto !important
    }

    .end-xxl-0 {
        right: 0 !important
    }

    .end-xxl-50 {
        right: 50% !important
    }

    .end-xxl-100 {
        right: 100% !important
    }

    .translate-middle-xxl {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-xxl-x {
        transform: translateX(-50%) !important
    }

    .translate-middle-xxl-y {
        transform: translateY(-50%) !important
    }

    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

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

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

    .w-xxl-auto {
        width: auto !important
    }

    .w-xxl-1rem {
        width: 1rem !important
    }

    .w-xxl-2rem {
        width: 2rem !important
    }

    .w-xxl-3rem {
        width: 3rem !important
    }

    .w-xxl-4rem {
        width: 4rem !important
    }

    .w-xxl-5rem {
        width: 5rem !important
    }

    .w-xxl-6rem {
        width: 6rem !important
    }

    .w-xxl-7rem {
        width: 7rem !important
    }

    .w-xxl-8rem {
        width: 8rem !important
    }

    .h-xxl-25 {
        height: 25% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }

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

    .h-xxl-auto {
        height: auto !important
    }

    .h-xxl-1rem {
        height: 1rem !important
    }

    .h-xxl-2rem {
        height: 2rem !important
    }

    .h-xxl-3rem {
        height: 3rem !important
    }

    .h-xxl-4rem {
        height: 4rem !important
    }

    .h-xxl-5rem {
        height: 5rem !important
    }

    .h-xxl-6rem {
        height: 6rem !important
    }

    .h-xxl-7rem {
        height: 7rem !important
    }

    .h-xxl-8rem {
        height: 8rem !important
    }
    
    .m-xxl-0-5 {
        margin: .125rem !important
    }
    
    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 3.5rem !important
    }

    .m-xxl-7 {
        margin: 4rem !important
    }

    .m-xxl-8 {
        margin: 4.5rem !important
    }

    .m-xxl-9 {
        margin: 5rem !important
    }

    .m-xxl-10 {
        margin: 6rem !important
    }

    .m-xxl-11 {
        margin: 7rem !important
    }

    .m-xxl-12 {
        margin: 8rem !important
    }

    .m-xxl-gs {
        margin: 2rem !important
    }

    .m-xxl-10p {
        margin: 10% !important
    }

    .m-xxl-20p {
        margin: 20% !important
    }

    .m-xxl-25p {
        margin: 25% !important
    }

    .m-xxl-30p {
        margin: 30% !important
    }

    .m-xxl-40p {
        margin: 40% !important
    }

    .m-xxl-50p {
        margin: 50% !important
    }

    .m-xxl-60p {
        margin: 60% !important
    }

    .m-xxl-70p {
        margin: 70% !important
    }

    .m-xxl-75p {
        margin: 75% !important
    }

    .m-xxl-80p {
        margin: 80% !important
    }

    .m-xxl-90p {
        margin: 90% !important
    }

    .m-xxl-100p {
        margin: 100% !important
    }
    
    .mx-xxl-0-5 {
        margin-right: .125rem !important;
        margin-left: .125rem !important
    }
    
    .mx-xxl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xxl-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-xxl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-xxl-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }

    .mx-xxl-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }

    .mx-xxl-10 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }

    .mx-xxl-11 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }

    .mx-xxl-12 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }

    .mx-xxl-gs {
        margin-right: 2rem !important;
        margin-left: 2rem !important
    }

    .mx-xxl-10p {
        margin-right: 10% !important;
        margin-left: 10% !important
    }

    .mx-xxl-20p {
        margin-right: 20% !important;
        margin-left: 20% !important
    }

    .mx-xxl-25p {
        margin-right: 25% !important;
        margin-left: 25% !important
    }

    .mx-xxl-30p {
        margin-right: 30% !important;
        margin-left: 30% !important
    }

    .mx-xxl-40p {
        margin-right: 40% !important;
        margin-left: 40% !important
    }

    .mx-xxl-50p {
        margin-right: 50% !important;
        margin-left: 50% !important
    }

    .mx-xxl-60p {
        margin-right: 60% !important;
        margin-left: 60% !important
    }

    .mx-xxl-70p {
        margin-right: 70% !important;
        margin-left: 70% !important
    }

    .mx-xxl-75p {
        margin-right: 75% !important;
        margin-left: 75% !important
    }

    .mx-xxl-80p {
        margin-right: 80% !important;
        margin-left: 80% !important
    }

    .mx-xxl-90p {
        margin-right: 90% !important;
        margin-left: 90% !important
    }

    .mx-xxl-100p {
        margin-right: 100% !important;
        margin-left: 100% !important
    }
    
    .my-xxl-0-5 {
        margin-top: .125rem !important;
        margin-bottom: .125rem !important
    }
    
    .my-xxl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .my-xxl-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

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

    .my-xxl-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

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

    .my-xxl-10 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .my-xxl-11 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .my-xxl-12 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

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

    .my-xxl-10p {
        margin-top: 10% !important;
        margin-bottom: 10% !important
    }

    .my-xxl-20p {
        margin-top: 20% !important;
        margin-bottom: 20% !important
    }

    .my-xxl-25p {
        margin-top: 25% !important;
        margin-bottom: 25% !important
    }

    .my-xxl-30p {
        margin-top: 30% !important;
        margin-bottom: 30% !important
    }

    .my-xxl-40p {
        margin-top: 40% !important;
        margin-bottom: 40% !important
    }

    .my-xxl-50p {
        margin-top: 50% !important;
        margin-bottom: 50% !important
    }

    .my-xxl-60p {
        margin-top: 60% !important;
        margin-bottom: 60% !important
    }

    .my-xxl-70p {
        margin-top: 70% !important;
        margin-bottom: 70% !important
    }

    .my-xxl-75p {
        margin-top: 75% !important;
        margin-bottom: 75% !important
    }

    .my-xxl-80p {
        margin-top: 80% !important;
        margin-bottom: 80% !important
    }

    .my-xxl-90p {
        margin-top: 90% !important;
        margin-bottom: 90% !important
    }

    .my-xxl-100p {
        margin-top: 100% !important;
        margin-bottom: 100% !important
    }
    
    .mt-xxl-0-5 {
        margin-top: .125rem !important
    }
    
    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 3.5rem !important
    }

    .mt-xxl-7 {
        margin-top: 4rem !important
    }

    .mt-xxl-8 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-9 {
        margin-top: 5rem !important
    }

    .mt-xxl-10 {
        margin-top: 6rem !important
    }

    .mt-xxl-11 {
        margin-top: 7rem !important
    }

    .mt-xxl-12 {
        margin-top: 8rem !important
    }

    .mt-xxl-gs {
        margin-top: 2rem !important
    }

    .mt-xxl-10p {
        margin-top: 10% !important
    }

    .mt-xxl-20p {
        margin-top: 20% !important
    }

    .mt-xxl-25p {
        margin-top: 25% !important
    }

    .mt-xxl-30p {
        margin-top: 30% !important
    }

    .mt-xxl-40p {
        margin-top: 40% !important
    }

    .mt-xxl-50p {
        margin-top: 50% !important
    }

    .mt-xxl-60p {
        margin-top: 60% !important
    }

    .mt-xxl-70p {
        margin-top: 70% !important
    }

    .mt-xxl-75p {
        margin-top: 75% !important
    }

    .mt-xxl-80p {
        margin-top: 80% !important
    }

    .mt-xxl-90p {
        margin-top: 90% !important
    }

    .mt-xxl-100p {
        margin-top: 100% !important
    }
    
    .me-xxl-0-5 {
        margin-right: .125rem !important
    }
    
    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 3.5rem !important
    }

    .me-xxl-7 {
        margin-right: 4rem !important
    }

    .me-xxl-8 {
        margin-right: 4.5rem !important
    }

    .me-xxl-9 {
        margin-right: 5rem !important
    }

    .me-xxl-10 {
        margin-right: 6rem !important
    }

    .me-xxl-11 {
        margin-right: 7rem !important
    }

    .me-xxl-12 {
        margin-right: 8rem !important
    }

    .me-xxl-gs {
        margin-right: 2rem !important
    }

    .me-xxl-10p {
        margin-right: 10% !important
    }

    .me-xxl-20p {
        margin-right: 20% !important
    }

    .me-xxl-25p {
        margin-right: 25% !important
    }

    .me-xxl-30p {
        margin-right: 30% !important
    }

    .me-xxl-40p {
        margin-right: 40% !important
    }

    .me-xxl-50p {
        margin-right: 50% !important
    }

    .me-xxl-60p {
        margin-right: 60% !important
    }

    .me-xxl-70p {
        margin-right: 70% !important
    }

    .me-xxl-75p {
        margin-right: 75% !important
    }

    .me-xxl-80p {
        margin-right: 80% !important
    }

    .me-xxl-90p {
        margin-right: 90% !important
    }

    .me-xxl-100p {
        margin-right: 100% !important
    }
    
    .mb-xxl-0-5 {
        margin-bottom: .125rem !important
    }
    
    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3.5rem !important
    }

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

    .mb-xxl-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 6rem !important
    }

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

    .mb-xxl-12 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-gs {
        margin-bottom: 2rem !important
    }

    .mb-xxl-10p {
        margin-bottom: 10% !important
    }

    .mb-xxl-20p {
        margin-bottom: 20% !important
    }

    .mb-xxl-25p {
        margin-bottom: 25% !important
    }

    .mb-xxl-30p {
        margin-bottom: 30% !important
    }

    .mb-xxl-40p {
        margin-bottom: 40% !important
    }

    .mb-xxl-50p {
        margin-bottom: 50% !important
    }

    .mb-xxl-60p {
        margin-bottom: 60% !important
    }

    .mb-xxl-70p {
        margin-bottom: 70% !important
    }

    .mb-xxl-75p {
        margin-bottom: 75% !important
    }

    .mb-xxl-80p {
        margin-bottom: 80% !important
    }

    .mb-xxl-90p {
        margin-bottom: 90% !important
    }

    .mb-xxl-100p {
        margin-bottom: 100% !important
    }
    
    .ms-xxl-0-5 {
        margin-left: .125rem !important
    }
    
    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 3.5rem !important
    }

    .ms-xxl-7 {
        margin-left: 4rem !important
    }

    .ms-xxl-8 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-9 {
        margin-left: 5rem !important
    }

    .ms-xxl-10 {
        margin-left: 6rem !important
    }

    .ms-xxl-11 {
        margin-left: 7rem !important
    }

    .ms-xxl-12 {
        margin-left: 8rem !important
    }

    .ms-xxl-gs {
        margin-left: 2rem !important
    }

    .ms-xxl-10p {
        margin-left: 10% !important
    }

    .ms-xxl-20p {
        margin-left: 20% !important
    }

    .ms-xxl-25p {
        margin-left: 25% !important
    }

    .ms-xxl-30p {
        margin-left: 30% !important
    }

    .ms-xxl-40p {
        margin-left: 40% !important
    }

    .ms-xxl-50p {
        margin-left: 50% !important
    }

    .ms-xxl-60p {
        margin-left: 60% !important
    }

    .ms-xxl-70p {
        margin-left: 70% !important
    }

    .ms-xxl-75p {
        margin-left: 75% !important
    }

    .ms-xxl-80p {
        margin-left: 80% !important
    }

    .ms-xxl-90p {
        margin-left: 90% !important
    }

    .ms-xxl-100p {
        margin-left: 100% !important
    }
    
    .m-xxl-n0-5 {
        margin: -0.125rem !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -2rem !important
    }

    .m-xxl-n6 {
        margin: -3.5rem !important
    }

    .m-xxl-n7 {
        margin: -4rem !important
    }

    .m-xxl-n8 {
        margin: -4.5rem !important
    }

    .m-xxl-n9 {
        margin: -5rem !important
    }

    .m-xxl-n10 {
        margin: -6rem !important
    }

    .m-xxl-n11 {
        margin: -7rem !important
    }

    .m-xxl-n12 {
        margin: -8rem !important
    }

    .m-xxl-ngs {
        margin: -2rem !important
    }

    .m-xxl-n10p {
        margin: -10% !important
    }

    .m-xxl-n20p {
        margin: -20% !important
    }

    .m-xxl-n25p {
        margin: -25% !important
    }

    .m-xxl-n30p {
        margin: -30% !important
    }

    .m-xxl-n40p {
        margin: -40% !important
    }

    .m-xxl-n50p {
        margin: -50% !important
    }

    .m-xxl-n60p {
        margin: -60% !important
    }

    .m-xxl-n70p {
        margin: -70% !important
    }

    .m-xxl-n75p {
        margin: -75% !important
    }

    .m-xxl-n80p {
        margin: -80% !important
    }

    .m-xxl-n90p {
        margin: -90% !important
    }

    .m-xxl-n100p {
        margin: -100% !important
    }

    .mx-xxl-n0-5 {
        margin-right: -0.125rem !important;
        margin-left: -0.125rem !important
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

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

    .mx-xxl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-xxl-n6 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-xxl-n7 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-xxl-n8 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important
    }

    .mx-xxl-n9 {
        margin-right: -5rem !important;
        margin-left: -5rem !important
    }

    .mx-xxl-n10 {
        margin-right: -6rem !important;
        margin-left: -6rem !important
    }

    .mx-xxl-n11 {
        margin-right: -7rem !important;
        margin-left: -7rem !important
    }

    .mx-xxl-n12 {
        margin-right: -8rem !important;
        margin-left: -8rem !important
    }

    .mx-xxl-ngs {
        margin-right: -2rem !important;
        margin-left: -2rem !important
    }

    .mx-xxl-n10p {
        margin-right: -10% !important;
        margin-left: -10% !important
    }

    .mx-xxl-n20p {
        margin-right: -20% !important;
        margin-left: -20% !important
    }

    .mx-xxl-n25p {
        margin-right: -25% !important;
        margin-left: -25% !important
    }

    .mx-xxl-n30p {
        margin-right: -30% !important;
        margin-left: -30% !important
    }

    .mx-xxl-n40p {
        margin-right: -40% !important;
        margin-left: -40% !important
    }

    .mx-xxl-n50p {
        margin-right: -50% !important;
        margin-left: -50% !important
    }

    .mx-xxl-n60p {
        margin-right: -60% !important;
        margin-left: -60% !important
    }

    .mx-xxl-n70p {
        margin-right: -70% !important;
        margin-left: -70% !important
    }

    .mx-xxl-n75p {
        margin-right: -75% !important;
        margin-left: -75% !important
    }

    .mx-xxl-n80p {
        margin-right: -80% !important;
        margin-left: -80% !important
    }

    .mx-xxl-n90p {
        margin-right: -90% !important;
        margin-left: -90% !important
    }

    .mx-xxl-n100p {
        margin-right: -100% !important;
        margin-left: -100% !important
    }

    .my-xxl-n0-5 {
        margin-top: -0.125rem !important;
        margin-bottom: -0.125rem !important
    }

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

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

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

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

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

    .my-xxl-n6 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

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

    .my-xxl-n8 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important
    }

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

    .my-xxl-n10 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important
    }

    .my-xxl-n11 {
        margin-top: -7rem !important;
        margin-bottom: -7rem !important
    }

    .my-xxl-n12 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important
    }

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

    .my-xxl-n10p {
        margin-top: -10% !important;
        margin-bottom: -10% !important
    }

    .my-xxl-n20p {
        margin-top: -20% !important;
        margin-bottom: -20% !important
    }

    .my-xxl-n25p {
        margin-top: -25% !important;
        margin-bottom: -25% !important
    }

    .my-xxl-n30p {
        margin-top: -30% !important;
        margin-bottom: -30% !important
    }

    .my-xxl-n40p {
        margin-top: -40% !important;
        margin-bottom: -40% !important
    }

    .my-xxl-n50p {
        margin-top: -50% !important;
        margin-bottom: -50% !important
    }

    .my-xxl-n60p {
        margin-top: -60% !important;
        margin-bottom: -60% !important
    }

    .my-xxl-n70p {
        margin-top: -70% !important;
        margin-bottom: -70% !important
    }

    .my-xxl-n75p {
        margin-top: -75% !important;
        margin-bottom: -75% !important
    }

    .my-xxl-n80p {
        margin-top: -80% !important;
        margin-bottom: -80% !important
    }

    .my-xxl-n90p {
        margin-top: -90% !important;
        margin-bottom: -90% !important
    }

    .my-xxl-n100p {
        margin-top: -100% !important;
        margin-bottom: -100% !important
    }

    .mt-xxl-n0-5 {
        margin-top: -0.125rem !important
    }

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

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

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -2rem !important
    }

    .mt-xxl-n6 {
        margin-top: -3.5rem !important
    }

    .mt-xxl-n7 {
        margin-top: -4rem !important
    }

    .mt-xxl-n8 {
        margin-top: -4.5rem !important
    }

    .mt-xxl-n9 {
        margin-top: -5rem !important
    }

    .mt-xxl-n10 {
        margin-top: -6rem !important
    }

    .mt-xxl-n11 {
        margin-top: -7rem !important
    }

    .mt-xxl-n12 {
        margin-top: -8rem !important
    }

    .mt-xxl-ngs {
        margin-top: -2rem !important
    }

    .mt-xxl-n10p {
        margin-top: -10% !important
    }

    .mt-xxl-n20p {
        margin-top: -20% !important
    }

    .mt-xxl-n25p {
        margin-top: -25% !important
    }

    .mt-xxl-n30p {
        margin-top: -30% !important
    }

    .mt-xxl-n40p {
        margin-top: -40% !important
    }

    .mt-xxl-n50p {
        margin-top: -50% !important
    }

    .mt-xxl-n60p {
        margin-top: -60% !important
    }

    .mt-xxl-n70p {
        margin-top: -70% !important
    }

    .mt-xxl-n75p {
        margin-top: -75% !important
    }

    .mt-xxl-n80p {
        margin-top: -80% !important
    }

    .mt-xxl-n90p {
        margin-top: -90% !important
    }

    .mt-xxl-n100p {
        margin-top: -100% !important
    }

    .me-xxl-n0-5 {
        margin-right: -0.125rem !important
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important
    }

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

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -2rem !important
    }

    .me-xxl-n6 {
        margin-right: -3.5rem !important
    }

    .me-xxl-n7 {
        margin-right: -4rem !important
    }

    .me-xxl-n8 {
        margin-right: -4.5rem !important
    }

    .me-xxl-n9 {
        margin-right: -5rem !important
    }

    .me-xxl-n10 {
        margin-right: -6rem !important
    }

    .me-xxl-n11 {
        margin-right: -7rem !important
    }

    .me-xxl-n12 {
        margin-right: -8rem !important
    }

    .me-xxl-ngs {
        margin-right: -2rem !important
    }

    .me-xxl-n10p {
        margin-right: -10% !important
    }

    .me-xxl-n20p {
        margin-right: -20% !important
    }

    .me-xxl-n25p {
        margin-right: -25% !important
    }

    .me-xxl-n30p {
        margin-right: -30% !important
    }

    .me-xxl-n40p {
        margin-right: -40% !important
    }

    .me-xxl-n50p {
        margin-right: -50% !important
    }

    .me-xxl-n60p {
        margin-right: -60% !important
    }

    .me-xxl-n70p {
        margin-right: -70% !important
    }

    .me-xxl-n75p {
        margin-right: -75% !important
    }

    .me-xxl-n80p {
        margin-right: -80% !important
    }

    .me-xxl-n90p {
        margin-right: -90% !important
    }

    .me-xxl-n100p {
        margin-right: -100% !important
    }

    .mb-xxl-n0-5 {
        margin-bottom: -0.125rem !important
    }

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

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

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

    .mb-xxl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -3.5rem !important
    }

    .mb-xxl-n7 {
        margin-bottom: -4rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -4.5rem !important
    }

    .mb-xxl-n9 {
        margin-bottom: -5rem !important
    }

    .mb-xxl-n10 {
        margin-bottom: -6rem !important
    }

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

    .mb-xxl-n12 {
        margin-bottom: -8rem !important
    }

    .mb-xxl-ngs {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n10p {
        margin-bottom: -10% !important
    }

    .mb-xxl-n20p {
        margin-bottom: -20% !important
    }

    .mb-xxl-n25p {
        margin-bottom: -25% !important
    }

    .mb-xxl-n30p {
        margin-bottom: -30% !important
    }

    .mb-xxl-n40p {
        margin-bottom: -40% !important
    }

    .mb-xxl-n50p {
        margin-bottom: -50% !important
    }

    .mb-xxl-n60p {
        margin-bottom: -60% !important
    }

    .mb-xxl-n70p {
        margin-bottom: -70% !important
    }

    .mb-xxl-n75p {
        margin-bottom: -75% !important
    }

    .mb-xxl-n80p {
        margin-bottom: -80% !important
    }

    .mb-xxl-n90p {
        margin-bottom: -90% !important
    }

    .mb-xxl-n100p {
        margin-bottom: -100% !important
    }

    .ms-xxl-n0-5 {
        margin-left: -0.125rem !important
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -2rem !important
    }

    .ms-xxl-n6 {
        margin-left: -3.5rem !important
    }

    .ms-xxl-n7 {
        margin-left: -4rem !important
    }

    .ms-xxl-n8 {
        margin-left: -4.5rem !important
    }

    .ms-xxl-n9 {
        margin-left: -5rem !important
    }

    .ms-xxl-n10 {
        margin-left: -6rem !important
    }

    .ms-xxl-n11 {
        margin-left: -7rem !important
    }

    .ms-xxl-n12 {
        margin-left: -8rem !important
    }

    .ms-xxl-ngs {
        margin-left: -2rem !important
    }

    .ms-xxl-n10p {
        margin-left: -10% !important
    }

    .ms-xxl-n20p {
        margin-left: -20% !important
    }

    .ms-xxl-n25p {
        margin-left: -25% !important
    }

    .ms-xxl-n30p {
        margin-left: -30% !important
    }

    .ms-xxl-n40p {
        margin-left: -40% !important
    }

    .ms-xxl-n50p {
        margin-left: -50% !important
    }

    .ms-xxl-n60p {
        margin-left: -60% !important
    }

    .ms-xxl-n70p {
        margin-left: -70% !important
    }

    .ms-xxl-n75p {
        margin-left: -75% !important
    }

    .ms-xxl-n80p {
        margin-left: -80% !important
    }

    .ms-xxl-n90p {
        margin-left: -90% !important
    }

    .ms-xxl-n100p {
        margin-left: -100% !important
    }
    
    .p-xxl-0-5 {
        padding: .125rem !important
    }
    
    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 3.5rem !important
    }

    .p-xxl-7 {
        padding: 4rem !important
    }

    .p-xxl-8 {
        padding: 4.5rem !important
    }

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

    .p-xxl-10 {
        padding: 6rem !important
    }

    .p-xxl-11 {
        padding: 7rem !important
    }

    .p-xxl-12 {
        padding: 8rem !important
    }

    .p-xxl-gs {
        padding: 2rem !important
    }

    .p-xxl-10p {
        padding: 10% !important
    }

    .p-xxl-20p {
        padding: 20% !important
    }

    .p-xxl-25p {
        padding: 25% !important
    }

    .p-xxl-30p {
        padding: 30% !important
    }

    .p-xxl-40p {
        padding: 40% !important
    }

    .p-xxl-50p {
        padding: 50% !important
    }

    .p-xxl-60p {
        padding: 60% !important
    }

    .p-xxl-70p {
        padding: 70% !important
    }

    .p-xxl-75p {
        padding: 75% !important
    }

    .p-xxl-80p {
        padding: 80% !important
    }

    .p-xxl-90p {
        padding: 90% !important
    }

    .p-xxl-100p {
        padding: 100% !important
    }
    
    .px-xxl-0-5 {
        padding-right: .125rem !important;
        padding-left: .125rem !important
    }
    
    .px-xxl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

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

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

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

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

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

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

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

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

    .px-xxl-10p {
        padding-right: 10% !important;
        padding-left: 10% !important
    }

    .px-xxl-20p {
        padding-right: 20% !important;
        padding-left: 20% !important
    }

    .px-xxl-25p {
        padding-right: 25% !important;
        padding-left: 25% !important
    }

    .px-xxl-30p {
        padding-right: 30% !important;
        padding-left: 30% !important
    }

    .px-xxl-40p {
        padding-right: 40% !important;
        padding-left: 40% !important
    }

    .px-xxl-50p {
        padding-right: 50% !important;
        padding-left: 50% !important
    }

    .px-xxl-60p {
        padding-right: 60% !important;
        padding-left: 60% !important
    }

    .px-xxl-70p {
        padding-right: 70% !important;
        padding-left: 70% !important
    }

    .px-xxl-75p {
        padding-right: 75% !important;
        padding-left: 75% !important
    }

    .px-xxl-80p {
        padding-right: 80% !important;
        padding-left: 80% !important
    }

    .px-xxl-90p {
        padding-right: 90% !important;
        padding-left: 90% !important
    }

    .px-xxl-100p {
        padding-right: 100% !important;
        padding-left: 100% !important
    }
    
    .py-xxl-0-5 {
        padding-top: .125rem !important;
        padding-bottom: .125rem !important
    }
    
    .py-xxl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xxl-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

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

    .py-xxl-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

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

    .py-xxl-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

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

    .py-xxl-12 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

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

    .py-xxl-10p {
        padding-top: 10% !important;
        padding-bottom: 10% !important
    }

    .py-xxl-20p {
        padding-top: 20% !important;
        padding-bottom: 20% !important
    }

    .py-xxl-25p {
        padding-top: 25% !important;
        padding-bottom: 25% !important
    }

    .py-xxl-30p {
        padding-top: 30% !important;
        padding-bottom: 30% !important
    }

    .py-xxl-40p {
        padding-top: 40% !important;
        padding-bottom: 40% !important
    }

    .py-xxl-50p {
        padding-top: 50% !important;
        padding-bottom: 50% !important
    }

    .py-xxl-60p {
        padding-top: 60% !important;
        padding-bottom: 60% !important
    }

    .py-xxl-70p {
        padding-top: 70% !important;
        padding-bottom: 70% !important
    }

    .py-xxl-75p {
        padding-top: 75% !important;
        padding-bottom: 75% !important
    }

    .py-xxl-80p {
        padding-top: 80% !important;
        padding-bottom: 80% !important
    }

    .py-xxl-90p {
        padding-top: 90% !important;
        padding-bottom: 90% !important
    }

    .py-xxl-100p {
        padding-top: 100% !important;
        padding-bottom: 100% !important
    }
    
    .pt-xxl-0-5 {
        padding-top: .125rem !important
    }
    
    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 3.5rem !important
    }

    .pt-xxl-7 {
        padding-top: 4rem !important
    }

    .pt-xxl-8 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-9 {
        padding-top: 5rem !important
    }

    .pt-xxl-10 {
        padding-top: 6rem !important
    }

    .pt-xxl-11 {
        padding-top: 7rem !important
    }

    .pt-xxl-12 {
        padding-top: 8rem !important
    }

    .pt-xxl-gs {
        padding-top: 2rem !important
    }

    .pt-xxl-10p {
        padding-top: 10% !important
    }

    .pt-xxl-20p {
        padding-top: 20% !important
    }

    .pt-xxl-25p {
        padding-top: 25% !important
    }

    .pt-xxl-30p {
        padding-top: 30% !important
    }

    .pt-xxl-40p {
        padding-top: 40% !important
    }

    .pt-xxl-50p {
        padding-top: 50% !important
    }

    .pt-xxl-60p {
        padding-top: 60% !important
    }

    .pt-xxl-70p {
        padding-top: 70% !important
    }

    .pt-xxl-75p {
        padding-top: 75% !important
    }

    .pt-xxl-80p {
        padding-top: 80% !important
    }

    .pt-xxl-90p {
        padding-top: 90% !important
    }

    .pt-xxl-100p {
        padding-top: 100% !important
    }
    
    .pe-xxl-0-5 {
        padding-right: .125rem !important
    }
    
    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 3.5rem !important
    }

    .pe-xxl-7 {
        padding-right: 4rem !important
    }

    .pe-xxl-8 {
        padding-right: 4.5rem !important
    }

    .pe-xxl-9 {
        padding-right: 5rem !important
    }

    .pe-xxl-10 {
        padding-right: 6rem !important
    }

    .pe-xxl-11 {
        padding-right: 7rem !important
    }

    .pe-xxl-12 {
        padding-right: 8rem !important
    }

    .pe-xxl-gs {
        padding-right: 2rem !important
    }

    .pe-xxl-10p {
        padding-right: 10% !important
    }

    .pe-xxl-20p {
        padding-right: 20% !important
    }

    .pe-xxl-25p {
        padding-right: 25% !important
    }

    .pe-xxl-30p {
        padding-right: 30% !important
    }

    .pe-xxl-40p {
        padding-right: 40% !important
    }

    .pe-xxl-50p {
        padding-right: 50% !important
    }

    .pe-xxl-60p {
        padding-right: 60% !important
    }

    .pe-xxl-70p {
        padding-right: 70% !important
    }

    .pe-xxl-75p {
        padding-right: 75% !important
    }

    .pe-xxl-80p {
        padding-right: 80% !important
    }

    .pe-xxl-90p {
        padding-right: 90% !important
    }

    .pe-xxl-100p {
        padding-right: 100% !important
    }
    
    .pb-xxl-0-5 {
        padding-bottom: .125rem !important
    }
    
    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3.5rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 5rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-11 {
        padding-bottom: 7rem !important
    }

    .pb-xxl-12 {
        padding-bottom: 8rem !important
    }

    .pb-xxl-gs {
        padding-bottom: 2rem !important
    }

    .pb-xxl-10p {
        padding-bottom: 10% !important
    }

    .pb-xxl-20p {
        padding-bottom: 20% !important
    }

    .pb-xxl-25p {
        padding-bottom: 25% !important
    }

    .pb-xxl-30p {
        padding-bottom: 30% !important
    }

    .pb-xxl-40p {
        padding-bottom: 40% !important
    }

    .pb-xxl-50p {
        padding-bottom: 50% !important
    }

    .pb-xxl-60p {
        padding-bottom: 60% !important
    }

    .pb-xxl-70p {
        padding-bottom: 70% !important
    }

    .pb-xxl-75p {
        padding-bottom: 75% !important
    }

    .pb-xxl-80p {
        padding-bottom: 80% !important
    }

    .pb-xxl-90p {
        padding-bottom: 90% !important
    }

    .pb-xxl-100p {
        padding-bottom: 100% !important
    }
    
    .ps-xxl-0-5 {
        padding-left: .125rem !important
    }
    
    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 3.5rem !important
    }

    .ps-xxl-7 {
        padding-left: 4rem !important
    }

    .ps-xxl-8 {
        padding-left: 4.5rem !important
    }

    .ps-xxl-9 {
        padding-left: 5rem !important
    }

    .ps-xxl-10 {
        padding-left: 6rem !important
    }

    .ps-xxl-11 {
        padding-left: 7rem !important
    }

    .ps-xxl-12 {
        padding-left: 8rem !important
    }

    .ps-xxl-gs {
        padding-left: 2rem !important
    }

    .ps-xxl-10p {
        padding-left: 10% !important
    }

    .ps-xxl-20p {
        padding-left: 20% !important
    }

    .ps-xxl-25p {
        padding-left: 25% !important
    }

    .ps-xxl-30p {
        padding-left: 30% !important
    }

    .ps-xxl-40p {
        padding-left: 40% !important
    }

    .ps-xxl-50p {
        padding-left: 50% !important
    }

    .ps-xxl-60p {
        padding-left: 60% !important
    }

    .ps-xxl-70p {
        padding-left: 70% !important
    }

    .ps-xxl-75p {
        padding-left: 75% !important
    }

    .ps-xxl-80p {
        padding-left: 80% !important
    }

    .ps-xxl-90p {
        padding-left: 90% !important
    }

    .ps-xxl-100p {
        padding-left: 100% !important
    }
    
    .gap-xxl-0-5 {
        gap: .125rem !important
    }
    
    .gap-xxl-5 {
        gap: 2rem !important
    }

    .gap-xxl-6 {
        gap: 3.5rem !important
    }

    .gap-xxl-7 {
        gap: 4rem !important
    }

    .gap-xxl-8 {
        gap: 4.5rem !important
    }

    .gap-xxl-9 {
        gap: 5rem !important
    }

    .gap-xxl-10 {
        gap: 6rem !important
    }

    .gap-xxl-11 {
        gap: 7rem !important
    }

    .gap-xxl-12 {
        gap: 8rem !important
    }

    .gap-xxl-gs {
        gap: 2rem !important
    }

    .gap-xxl-10p {
        gap: 10% !important
    }

    .gap-xxl-20p {
        gap: 20% !important
    }

    .gap-xxl-25p {
        gap: 25% !important
    }

    .gap-xxl-30p {
        gap: 30% !important
    }

    .gap-xxl-40p {
        gap: 40% !important
    }

    .gap-xxl-50p {
        gap: 50% !important
    }

    .gap-xxl-60p {
        gap: 60% !important
    }

    .gap-xxl-70p {
        gap: 70% !important
    }

    .gap-xxl-75p {
        gap: 75% !important
    }

    .gap-xxl-80p {
        gap: 80% !important
    }

    .gap-xxl-90p {
        gap: 90% !important
    }

    .gap-xxl-100p {
        gap: 100% !important
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 3rem !important
    }

    .fs-2 {
        font-size: 2.25rem !important
    }
}

.nav-link {
  white-space: nowrap;
  color: #6b7989;
  font-weight: 700;
}