/*=== VARIABLES ===*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --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: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
/*=== END VARIABLES ===*/

/*=== COLORS ===*/
@media screen {
    .bg-yellow {color: #013252 !important; background-color: #FDE354 !important;}
    .bg-darkblue {color: #fff !important; background-color: #013252 !important;}
    .bg-lightblue {color: #fff !important; background-color: #54bfee !important;}

}
/*=== COLORS END ===*/

/*=== DISPLAY ===*/
@media screen {
    .d-inline {display: inline !important;}
    .d-inline-block {display: inline-block !important;}
    .d-block {display: block !important;}
    .d-grid {display: grid !important;}
    .d-inline-grid {display: inline-grid !important;}
    .d-table {display: table !important;}
    .d-table-row {display: table-row !important;}
    .d-table-cell {display: table-cell !important;}
    .d-flex {display: flex !important;}
    .d-inline-flex {display: inline-flex !important;}
    .d-none {display: none !important;}
}
/*=== END DISPLAY ===*/

/*=== FLEXBOX ===*/
@media screen {

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

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

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

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

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

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

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

    .flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

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

    .flex-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

    .align-items-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row!important;
    }
}
/*=== END FLEXBOX ===*/

/*=== SPACING ===*/
@media screen {
    .m-0         {margin: 0 !important;}
    .mt-0, .my-0 {margin-top: 0 !important;}
    .mr-0, .mx-0 {margin-right: 0 !important;}
    .mb-0, .my-0 {margin-bottom: 0 !important;}
    .ml-0, .mx-0 {margin-left: 0 !important;}
    .m-1         {margin: 0.25rem !important;}
    .mt-1, .my-1 {margin-top: 0.25rem !important;}
    .mr-1, .mx-1 {margin-right: 0.25rem !important;}
    .mb-1, .my-1 {margin-bottom: 0.25rem !important;}
    .ml-1, .mx-1 {margin-left: 0.25rem !important;}
    .m-2         {margin: 0.5rem !important;}
    .mt-2, .my-2 {margin-top: 0.5rem !important;}
    .mr-2, .mx-2 {margin-right: 0.5rem !important;}
    .mb-2, .my-2 {margin-bottom: 0.5rem !important;}
    .ml-2, .mx-2 {margin-left: 0.5rem !important;}
    .m-3         {margin: 1rem !important;}
    .mt-3, .my-3 {margin-top: 1rem !important;}
    .mr-3, .mx-3 {margin-right: 1rem !important;}
    .mb-3, .my-3 {margin-bottom: 1rem !important;}
    .ml-3, .mx-3 {margin-left: 1rem !important;}
    .m-4         {margin: 1.5rem !important;}
    .mt-4, .my-4 {margin-top: 1.5rem !important;}
    .mr-4, .mx-4 {margin-right: 1.5rem !important;}
    .mb-4, .my-4 {margin-bottom: 1.5rem !important;}
    .ml-4, .mx-4 {margin-left: 1.5rem !important;}
    .m-5         {margin: 3rem !important;}
    .mt-5, .my-5 {margin-top: 3rem !important;}
    .mr-5, .mx-5 {margin-right: 3rem !important;}
    .mb-5, .my-5 {margin-bottom: 3rem !important;}
    .ml-5, .mx-5 {margin-left: 3rem !important;}
    .m-6         {margin: 4rem !important;}
    .mt-6, .my-6 {margin-top: 4rem !important;}
    .mr-6, .mx-6 {margin-right: 4rem !important;}
    .mb-6, .my-6 {margin-bottom: 4rem !important;}
    .ml-6, .mx-6 {margin-left: 4rem !important;}
    .m-7         {margin: 5rem !important;}
    .mt-7, .my-7 {margin-top: 5rem !important;}
    .mr-7, .mx-7 {margin-right: 5rem !important;}
    .mb-7, .my-7 {margin-bottom: 5rem !important;}
    .ml-7, .mx-7 {margin-left: 5rem !important;}
    .m-8         {margin: 6rem !important;}
    .mt-8, .my-8 {margin-top: 6rem !important;}
    .mr-8, .mx-8 {margin-right: 6rem !important;}
    .mb-8, .my-8 {margin-bottom: 6rem !important;}
    .ml-8, .mx-8 {margin-left: 6rem !important;}

    .p-0         {padding: 0 !important;}
    .pt-0, .py-0 {padding-top: 0 !important;}
    .pr-0, .px-0 {padding-right: 0 !important;}
    .pb-0, .py-0 {padding-bottom: 0 !important;}
    .pl-0, .px-0 {padding-left: 0 !important;}
    .p-1         {padding: 0.25rem !important;}
    .pt-1, .py-1 {padding-top: 0.25rem !important;}
    .pr-1, .px-1 {padding-right: 0.25rem !important;}
    .pb-1, .py-1 {padding-bottom: 0.25rem !important;}
    .pl-1, .px-1 {padding-left: 0.25rem !important;}
    .p-2         {padding: 0.5rem !important;}
    .pt-2, .py-2 {padding-top: 0.5rem !important;}
    .pr-2, .px-2 {padding-right: 0.5rem !important;}
    .pb-2, .py-2 {padding-bottom: 0.5rem !important;}
    .pl-2, .px-2 {padding-left: 0.5rem !important;}
    .p-3         {padding: 1rem !important;}
    .pt-3, .py-3 {padding-top: 1rem !important;}
    .pr-3, .px-3 {padding-right: 1rem !important;}
    .pb-3, .py-3 {padding-bottom: 1rem !important;}
    .pl-3, .px-3 {padding-left: 1rem !important;}
    .p-4         {padding: 1.5rem !important;}
    .pt-4, .py-4 {padding-top: 1.5rem !important;}
    .pr-4, .px-4 {padding-right: 1.5rem !important;}
    .pb-4, .py-4 {padding-bottom: 1.5rem !important;}
    .pl-4, .px-4 {padding-left: 1.5rem !important;}
    .p-5         {padding: 3rem !important;}
    .pt-5, .py-5 {padding-top: 3rem !important;}
    .pr-5, .px-5 {padding-right: 3rem !important;}
    .pb-5, .py-5 {padding-bottom: 3rem !important;}
    .pl-5, .px-5 {padding-left: 3rem !important;}

    .p-6         {padding: 4rem !important;}
    .pt-6, .py-6 {padding-top: 4rem !important;}
    .pr-6, .px-6 {padding-right: 4rem !important;}
    .pb-6, .py-6 {padding-bottom: 4rem !important;}
    .pl-6, .px-6 {padding-left: 4rem !important;}

    .p-7         {padding: 5rem !important;}
    .pt-7, .py-7 {padding-top: 5rem !important;}
    .pr-7, .px-7 {padding-right: 5rem !important;}
    .pb-7, .py-7 {padding-bottom: 5rem !important;}
    .pl-7, .px-7 {padding-left: 5rem !important;}

    .p-8         {padding: 6rem !important;}
    .pt-8, .py-8 {padding-top: 6rem !important;}
    .pr-8, .px-8 {padding-right: 6rem !important;}
    .pb-8, .py-8 {padding-bottom: 6rem !important;}
    .pl-8, .px-8 {padding-left: 6rem !important;}


    .m-n1          {margin: -0.25rem !important;}
    .mt-n1, .my-n1 {margin-top: -0.25rem !important;}
    .mr-n1, .mx-n1 {margin-right: -0.25rem !important;}
    .mb-n1, .my-n1 {margin-bottom: -0.25rem !important;}
    .ml-n1, .mx-n1 {margin-left: -0.25rem !important;}
    .m-n2          {margin: -0.5rem !important;}
    .mt-n2, .my-n2 {margin-top: -0.5rem !important;}
    .mr-n2, .mx-n2 {margin-right: -0.5rem !important;}
    .mb-n2, .my-n2 {margin-bottom: -0.5rem !important;}
    .ml-n2, .mx-n2 {margin-left: -0.5rem !important;}
    .m-n3          {margin: -1rem !important;}
    .mt-n3, .my-n3 {margin-top: -1rem !important;}
    .mr-n3, .mx-n3 {margin-right: -1rem !important;}
    .mb-n3, .my-n3 {margin-bottom: -1rem !important;}
    .ml-n3, .mx-n3 {margin-left: -1rem !important;}
    .m-n4          {margin: -1.5rem !important;}
    .mt-n4, .my-n4 {margin-top: -1.5rem !important;}
    .mr-n4, .mx-n4 {margin-right: -1.5rem !important;}
    .mb-n4, .my-n4 {margin-bottom: -1.5rem !important;}
    .ml-n4, .mx-n4 {margin-left: -1.5rem !important;}
    .m-n5          {margin: -3rem !important;}
    .mt-n5, .my-n5 {margin-top: -3rem !important;}
    .mr-n5, .mx-n5 {margin-right: -3rem !important;}
    .mb-n5, .my-n5 {margin-bottom: -3rem !important;}
    .ml-n5, .mx-n5 {margin-left: -3rem !important;}
    .m-n6          {margin: -4rem !important;}
    .mt-n6, .my-n6 {margin-top: -4rem !important;}
    .mr-n6, .mx-n6 {margin-right: -4rem !important;}
    .mb-n6, .my-n6 {margin-bottom: -4rem !important;}
    .ml-n6, .mx-n6 {margin-left: -4rem !important;}
    .m-n7          {margin: -5rem !important;}
    .mt-n7, .my-n7 {margin-top: -5rem !important;}
    .mr-n7, .mx-n7 {margin-right: -5rem !important;}
    .mb-n7, .my-n7 {margin-bottom: -5rem !important;}
    .ml-n7, .mx-n7 {margin-left: -5rem !important;}
    .m-n8          {margin: -6rem !important;}
    .mt-n8, .my-n8 {margin-top: -6rem !important;}
    .mr-n8, .mx-n8 {margin-right: -6rem !important;}
    .mb-n8, .my-n8 {margin-bottom: -6rem !important;}
    .ml-n8, .mx-n8 {margin-left: -6rem !important;}

    .m-auto        {margin: auto !important;}
    .mt-auto, .my-auto {margin-top: auto !important;}
    .mr-auto, .mx-auto {margin-right: auto !important;}
    .mb-auto, .my-auto {margin-bottom: auto !important;}
    .ml-auto, .mx-auto {margin-left: auto !important;}
}
/*=== SPACING END ===*/

/*=== SIZING ===*/
@media screen {
    .w-25{width:25%!important}
    .w-50{width:50%!important}
    .w-75{width:75%!important}
    .w-100{width:100%!important}
    .w-auto{width:auto!important}
    .h-25{height:25%!important}
    .h-50{height:50%!important}
    .h-75{height:75%!important}
    .h-100{height:100%!important}
    .h-auto{height:auto!important}
    .mw-100{max-width:100%!important}
    .mh-100{max-height:100%!important}
    .min-vw-100{min-width:100vw!important}
    .min-vh-100{min-height:100vh!important}
    .vw-100{width:100vw!important}
    .vh-100{height:100vh!important}
}
/*=== SPACING END ===*/

/*=== POSITION ===*/
@media screen {
    .position-static {position: static !important;}
    .position-relative {position: relative !important;}
    .position-absolute {position: absolute !important;}
    .position-fixed {position: fixed !important;}
    .position-sticky {position: -webkit-sticky !important; position: sticky !important;}
    .top-0 {top: 0 !important;}
    .top-50 {top: 50% !important;}
    .top-100 {top: 100% !important;}
    .bottom-0 {bottom: 0 !important;}
    .bottom-50 {bottom: 50% !important;}
    .bottom-100 {bottom: 100% !important;}
    .start-0 {left: 0 !important;}
    .start-50 {left: 50% !important;}
    .start-100 {left: 100% !important;}
    .end-0 {right: 0 !important;}
    .end-50 {right: 50% !important;}
    .end-100 {right: 100% !important;}
    .translate-middle {transform: translate(-50%, -50%) !important;}
    .translate-middle-x {transform: translateX(-50%) !important;}
    .translate-middle-y {transform: translateY(-50%) !important;}
}
/*=== POSITION END ===*/

/*=== BORDER ===*/
@media screen {
    .rounded {border-radius: var(--bs-border-radius) !important;}
    .rounded-0 {border-radius: 0 !important;}
    .rounded-1 {border-radius: var(--bs-border-radius-sm) !important;}
    .rounded-2 {border-radius: var(--bs-border-radius) !important;}
    .rounded-3 {border-radius: var(--bs-border-radius-lg) !important;}
    .rounded-4 {border-radius: var(--bs-border-radius-xl) !important;}
    .rounded-5 {border-radius: var(--bs-border-radius-xxl) !important;}
    .rounded-circle {border-radius: 50% !important;}
    .rounded-pill {border-radius: var(--bs-border-radius-pill) !important;}
    .rounded-top {border-top-left-radius: var(--bs-border-radius) !important; border-top-right-radius: var(--bs-border-radius) !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-xxl) !important; border-top-right-radius: var(--bs-border-radius-xxl) !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 {border-top-right-radius: var(--bs-border-radius) !important; border-bottom-right-radius: var(--bs-border-radius) !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-xxl) !important; border-bottom-right-radius: var(--bs-border-radius-xxl) !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-xxl) !important; border-bottom-left-radius: var(--bs-border-radius-xxl) !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 {border-bottom-left-radius: var(--bs-border-radius) !important; border-top-left-radius: var(--bs-border-radius) !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-xxl) !important; border-top-left-radius: var(--bs-border-radius-xxl) !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;}
}
/*=== BORDER END ===*/

/*=== TEXT ===*/
@media screen {

    .fs-1 {font-size: calc(1.375rem + 1.5vw) !important;}
    .fs-2 {font-size: calc(1.325rem + 0.9vw) !important;}
    .fs-3 {font-size: calc(1.3rem + 0.6vw) !important;}
    .fs-4 {font-size: calc(1.275rem + 0.3vw) !important;}
    .fs-5 {font-size: 1.25rem !important;}
    .fs-6 {font-size: 1rem !important;}
    .fst-italic {font-style: italic !important;}
    .fst-normal {font-style: normal !important;}

    .fw-lighter {font-weight: lighter !important;}
    .fw-light {font-weight: 300 !important;}
    .fw-normal {font-weight: 400 !important;}
    .fw-medium {font-weight: 500 !important;}
    .fw-semibold {font-weight: 600 !important;}
    .fw-bold {font-weight: 700 !important;}
    .fw-bolder {font-weight: bolder !important;}

    .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2;}
    .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2;}
    .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2;}
    .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2;}
    .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2;}
    .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2;}

    @media (min-width: 1200px) {
        .display-1 { font-size: 5rem;}
        .display-2 { font-size: 4.5rem;}
        .display-3 { font-size: 4rem;}
        .display-4 { font-size: 3.5rem;}
        .display-5 { font-size: 3rem;}
        .display-6 {font-size: 2.5rem;}
    }

}
/*=== TEXT END ===*/

/*=== MISC. ===*/
@media screen {
    .ratio {position: relative;width: 100%;}
    .ratio::before {display: block;padding-top: var(--bs-aspect-ratio);content: "";}
    .ratio > * {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
    .ratio-1x1 {--bs-aspect-ratio: 100%;}
    .ratio-4x3 {--bs-aspect-ratio: 75%;}
    .ratio-16x9 {--bs-aspect-ratio: 56.25%;}
    .ratio-21x9 {--bs-aspect-ratio: 42.8571428571%;}

    .overflow-auto {overflow: auto !important;}
    .overflow-hidden {overflow: hidden !important;}
    .overflow-visible {overflow: visible !important;}
    .overflow-scroll {overflow: scroll !important;}
    .overflow-x-auto {overflow-x: auto !important;}
    .overflow-x-hidden {overflow-x: hidden !important;}
    .overflow-x-visible {overflow-x: visible !important;}
    .overflow-x-scroll {overflow-x: scroll !important;}
    .overflow-y-auto {overflow-y: auto !important;}
    .overflow-y-hidden {overflow-y: hidden !important;}
    .overflow-y-visible {overflow-y: visible !important;}
    .overflow-y-scroll {overflow-y: scroll !important;}

    .object-fit-contain {-o-object-fit: contain !important;object-fit: contain !important;}
    .object-fit-cover {-o-object-fit: cover !important;object-fit: cover !important;}
    .object-fit-fill {-o-object-fit: fill !important;object-fit: fill !important;}
    .object-fit-scale {-o-object-fit: scale-down !important;object-fit: scale-down !important;}
    .object-fit-none {-o-object-fit: none !important;object-fit: none !important;}

    .bg-cover {background-size: cover}
    .bg-contain {background-size: contain}

}
/*=== MISC. END ===*/

