@import url(/dist/images/css2);

@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1c36cd;
    --bs-secondary: #193c48;
    --bs-success: #387721;
    --bs-info: #17f3c7;
    --bs-warning: #f3d117;
    --bs-warning-light: #ffcc58;
    --bs-danger: #ec1e24;
    --bs-light: #f4f4f4;
    --bs-dark: #303030;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-600: #6c757d;
    --bs-black: #000;
    --bs-success-light: #4b9f2c;
    --bs-success-lighter: #5ec737;
    --bs-danger-light: #f04d52;
    --bs-light-darker: #f0f0f0;
    --bs-secondary-dark: #0c1c22;
    --bs-black-light: #0d1214;
    --bs-info-alt: #06baad;
    --bs-info-alt-lighter: #b7e5e2;
    --bs-primary-rgb: 28, 54, 205;
    --bs-secondary-rgb: 25, 60, 72;
    --bs-success-rgb: 56, 119, 33;
    --bs-info-rgb: 23, 243, 199;
    --bs-warning-rgb: 243, 209, 23;
    --bs-warning-light-rgb: 255, 204, 88;
    --bs-danger-rgb: 236, 30, 36;
    --bs-light-rgb: 244, 244, 244;
    --bs-dark-rgb: 48, 48, 48;
    --bs-gray-100-rgb: 248, 249, 250;
    --bs-gray-200-rgb: 233, 236, 239;
    --bs-gray-600-rgb: 108, 117, 125;
    --bs-success-light-rgb: 75, 159, 44;
    --bs-success-lighter-rgb: 94, 199, 55;
    --bs-danger-light-rgb: 240, 77, 82;
    --bs-light-darker-rgb: 240, 240, 240;
    --bs-secondary-dark-rgb: 12, 28, 34;
    --bs-black-light-rgb: 13, 18, 20;
    --bs-info-alt-rgb: 6, 186, 173;
    --bs-info-alt-lighter-rgb: 183, 229, 226;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: rgba(25, 60, 72, .3);
    --bs-border-color-translucent: rgba(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-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #1c36cd;
    --bs-link-hover-color: #162ba4;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

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

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

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

hr {
    border: 0;
    border-top: 1px solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

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

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

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

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

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

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

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

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

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

.h6, h6 {
    font-size: 1rem
}

p {
    margin-bottom: .75rem;
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

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

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

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

code, pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a > code {
    color: inherit
}

img, svg {
    vertical-align: middle
}

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

output {
    display: inline-block
}

iframe {
    border: 0
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

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

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

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

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

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

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

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-xxl {
        max-width: 1320px
    }
}

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }
}

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

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

    .gy-md-7 {
        --bs-gutter-y: 6rem
    }
}

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

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

    .g-lg-10 {
        --bs-gutter-x: 10.5rem;
        --bs-gutter-y: 10.5rem
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width: 1400px) {
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

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

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

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

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

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

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

.form-label {
    margin-bottom: .5rem
}

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

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

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

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

.form-control:focus {
    background-color: #fff;
    border-color: #8e9be6;
    box-shadow: 0 0 0 .25rem rgba(28, 54, 205, .25);
    color: #212529;
    outline: 0
}

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

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

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

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

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

.form-select:focus {
    border-color: #8e9be6;
    box-shadow: 0 0 0 .25rem rgba(28, 54, 205, .25);
    outline: 0
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: #e9ecef
}

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

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

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

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

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

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

.form-check-input:focus {
    border-color: #8e9be6;
    box-shadow: 0 0 0 .25rem rgba(28, 54, 205, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #1c36cd;
    border-color: #1c36cd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #1c36cd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #1c36cd
}

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

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

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

.btn {
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.825rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 50rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(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);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    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);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check + .btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1c36cd;
    --bs-btn-border-color: #1c36cd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #182eae;
    --bs-btn-hover-border-color: #162ba4;
    --bs-btn-focus-shadow-rgb: 62, 84, 213;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #162ba4;
    --bs-btn-active-border-color: #15299a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1c36cd;
    --bs-btn-disabled-border-color: #1c36cd
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff4521;
    --bs-btn-border-color: #ff4521;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4521;
    --bs-btn-hover-border-color: #ff4521;
    --bs-btn-focus-shadow-rgb: 20, 207, 169;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4521;
    --bs-btn-active-border-color: #ff4521;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff4521;
    --bs-btn-disabled-border-color: #ff4521
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3d117;
    --bs-btn-border-color: #f3d117;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5d83a;
    --bs-btn-hover-border-color: #f4d62e;
    --bs-btn-focus-shadow-rgb: 207, 178, 20;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5da45;
    --bs-btn-active-border-color: #f4d62e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3d117;
    --bs-btn-disabled-border-color: #f3d117
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ec1e24;
    --bs-btn-border-color: #ec1e24;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ef4045;
    --bs-btn-hover-border-color: #ee353a;
    --bs-btn-focus-shadow-rgb: 201, 26, 31;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f04b50;
    --bs-btn-active-border-color: #ee353a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ec1e24;
    --bs-btn-disabled-border-color: #ec1e24
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f4f4f4;
    --bs-btn-border-color: #f4f4f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cfcfcf;
    --bs-btn-hover-border-color: #c3c3c3;
    --bs-btn-focus-shadow-rgb: 207, 207, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c3c3c3;
    --bs-btn-active-border-color: #b7b7b7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f4f4f4;
    --bs-btn-disabled-border-color: #f4f4f4
}

.btn-info-alt {
    --bs-btn-color: #000;
    --bs-btn-bg: #06baad;
    --bs-btn-border-color: #06baad;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #2bc4b9;
    --bs-btn-hover-border-color: #1fc1b5;
    --bs-btn-focus-shadow-rgb: 5, 158, 147;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38c8bd;
    --bs-btn-active-border-color: #1fc1b5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #06baad;
    --bs-btn-disabled-border-color: #06baad
}

.btn-outline-primary {
    --bs-btn-color: #1c36cd;
    --bs-btn-border-color: #1c36cd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1c36cd;
    --bs-btn-hover-border-color: #1c36cd;
    --bs-btn-focus-shadow-rgb: 28, 54, 205;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1c36cd;
    --bs-btn-active-border-color: #1c36cd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #1c36cd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1c36cd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #193c48;
    --bs-btn-border-color: #193c48;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #193c48;
    --bs-btn-hover-border-color: #193c48;
    --bs-btn-focus-shadow-rgb: 25, 60, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #193c48;
    --bs-btn-active-border-color: #193c48;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #193c48;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #193c48;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #17f3c7;
    --bs-btn-border-color: #17f3c7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #17f3c7;
    --bs-btn-hover-border-color: #17f3c7;
    --bs-btn-focus-shadow-rgb: 23, 243, 199;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #17f3c7;
    --bs-btn-active-border-color: #17f3c7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #17f3c7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17f3c7;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f4f4f4;
    --bs-btn-border-color: #f4f4f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f4f4f4;
    --bs-btn-hover-border-color: #f4f4f4;
    --bs-btn-focus-shadow-rgb: 244, 244, 244;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4f4f4;
    --bs-btn-active-border-color: #f4f4f4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f4f4f4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f4f4f4;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #303030;
    --bs-btn-border-color: #303030;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #303030;
    --bs-btn-hover-border-color: #303030;
    --bs-btn-focus-shadow-rgb: 48, 48, 48;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #303030;
    --bs-btn-active-border-color: #303030;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #303030;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #303030;
    --bs-gradient: none
}

.btn-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 50rem
}

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

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

.dropdown, .dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #1c36cd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

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

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

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

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #1c36cd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group > .btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group {
    border-radius: 50rem
}

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

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-sm + .dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-lg + .dropdown-toggle-split {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #1c36cd
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-fill .nav-item .nav-link {
    width: 100%
}

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: none;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

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

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: var(--bs-navbar-active-color)
}

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

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

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

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

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

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

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

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

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

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

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(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: 0.75rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative
}

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

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

.card > .list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card > .list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

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

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

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

.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    width: 100%
}

.accordion {
    --bs-accordion-color: #212529;
    --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: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231931b9'%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: #8e9be6;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(28, 54, 205, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #1931b9;
    --bs-accordion-active-bg: #e8ebfa
}

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

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

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

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

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

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

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

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

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

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

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

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(28, 54, 205, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #1c36cd;
    --bs-pagination-active-border-color: #1c36cd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    list-style: none;
    padding-left: 0
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

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

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

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

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

.alert-info {
    --bs-alert-color: #096150;
    --bs-alert-bg: #d1fdf4;
    --bs-alert-border-color: #b9fbee
}

.alert-danger {
    --bs-alert-color: #8e1216;
    --bs-alert-bg: #fbd2d3;
    --bs-alert-border-color: #f9bcbd
}

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

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #1c36cd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #1c36cd;
    --bs-list-group-active-border-color: #1c36cd;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative;
    text-decoration: none
}

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

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

.list-group-item.disabled, .list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

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

.list-group-item + .list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width) * -1)
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

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

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(28, 54, 205, .25);
    opacity: 1;
    outline: 0
}

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

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

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

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto;
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5)
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

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

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

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

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

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

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

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

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

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.link-primary {
    color: #1c36cd !important
}

.link-primary:focus, .link-primary:hover {
    color: #162ba4 !important
}

.link-secondary {
    color: #193c48 !important
}

.link-secondary:focus, .link-secondary:hover {
    color: #14303a !important
}

.link-info {
    color: #17f3c7 !important
}

.link-info:focus, .link-info:hover {
    color: #45f5d2 !important
}

.link-light {
    color: #f4f4f4 !important
}

.link-light:focus, .link-light:hover {
    color: #f6f6f6 !important
}

.link-gray-600 {
    color: #6c757d !important
}

.link-gray-600:focus, .link-gray-600:hover {
    color: #565e64 !important
}

.link-info-alt {
    color: #06baad !important
}

.link-info-alt:focus, .link-info-alt:hover {
    color: #38c8bd !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.end-0 {
    right: 0 !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

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

.w-auto {
    width: auto !important
}

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

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

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

.h-auto {
    height: auto !important
}

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

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

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

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

.flex-grow-1 {
    flex-grow: 1 !important
}

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

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

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

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

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

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

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

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

.align-items-stretch {
    align-items: stretch !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
    margin-right: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-n10 {
    margin-bottom: -10.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

.p-6 {
    padding: 4.5rem !important
}

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

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

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

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

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

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

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

.px-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
}

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

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

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

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

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

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

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

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

.py-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
}

.py-10 {
    padding-bottom: 10.5rem !important;
    padding-top: 10.5rem !important
}

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

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

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

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

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

.pt-6 {
    padding-top: 4.5rem !important
}

.pt-7 {
    padding-top: 6rem !important
}

.pt-8 {
    padding-top: 7.5rem !important
}

.pt-10 {
    padding-top: 10.5rem !important
}

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

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

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

.pe-8 {
    padding-right: 7.5rem !important
}

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

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

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

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

.pb-4 {
    padding-bottom: 1.5rem !important
}

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

.pb-6 {
    padding-bottom: 4.5rem !important
}

.pb-7 {
    padding-bottom: 6rem !important
}

.pb-8 {
    padding-bottom: 7.5rem !important
}

.pb-9 {
    padding-bottom: 9rem !important
}

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

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

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

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

.ps-6 {
    padding-left: 4.5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-5 {
    gap: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

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

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-semibold {
    font-weight: 600 !important
}

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

.lh-1 {
    line-height: 1 !important
}

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

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

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

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

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

.text-uppercase {
    text-transform: uppercase !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: #1c36cd !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: #193c48 !important
}

.text-info {
    --bs-text-opacity: 1;
    color: #17f3c7 !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: #f3d117 !important
}

.text-warning-light {
    --bs-text-opacity: 1;
    color: #ffcc58 !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: #ec1e24 !important
}

.text-light {
    --bs-text-opacity: 1;
    color: #f4f4f4 !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: #303030 !important
}

.text-gray-600 {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black {
    --bs-text-opacity: 1;
    color: #000 !important
}

.text-success-light {
    --bs-text-opacity: 1;
    color: #4b9f2c !important
}

.text-success-lighter {
    --bs-text-opacity: 1;
    color: #5ec737 !important
}

.text-danger-light {
    --bs-text-opacity: 1;
    color: #f04d52 !important
}

.text-info-alt {
    --bs-text-opacity: 1;
    color: #06baad !important
}

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

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #191C2F !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #193c48 !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: #387721 !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: #17f3c7 !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #f3d117 !important
}

.bg-warning-light {
    --bs-bg-opacity: 1;
    background-color: #ffcc58 !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #ec1e24 !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #f4f4f4 !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #303030 !important
}

.bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: #e9ecef !important
}

.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: #6c757d !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: #000 !important
}

.bg-success-light {
    --bs-bg-opacity: 1;
    background-color: #4b9f2c !important
}

.bg-success-lighter {
    --bs-bg-opacity: 1;
    background-color: #5ec737 !important
}

.bg-danger-light {
    --bs-bg-opacity: 1;
    background-color: #f04d52 !important
}

.bg-light-darker {
    --bs-bg-opacity: 1;
    background-color: #f0f0f0 !important
}

.bg-secondary-dark {
    --bs-bg-opacity: 1;
    background-color: #0c1c22 !important
}

.bg-black-light {
    --bs-bg-opacity: 1;
    background-color: #0d1214 !important
}

.bg-info-alt {
    --bs-bg-opacity: 1;
    background-color: #06baad !important
}

.bg-info-alt-lighter {
    --bs-bg-opacity: 1;
    background-color: #b7e5e2 !important
}

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

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

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

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.rounded {
    border-radius: .375rem !important
}

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

.rounded-3, .rounded-5 {
    border-radius: .5rem !important
}

.rounded-6 {
    border-radius: .6rem !important
}

.rounded-7 {
    border-radius: .7rem !important
}

.rounded-9 {
    border-radius: .9rem !important
}

.rounded-10 {
    border-radius: 1rem !important
}

.rounded-15 {
    border-radius: 1.5rem !important
}

.rounded-20 {
    border-radius: 2rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

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

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-end, .rounded-top {
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom, .rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom, .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-top-left-radius: var(--bs-border-radius) !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

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

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pb-sm-6 {
        padding-bottom: 4.5rem !important
    }

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

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

    .ps-sm-5 {
        padding-left: 3rem !important
    }

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

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

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important
    }

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

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

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

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

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

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

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

    .order-md-0 {
        order: 0 !important
    }

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

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

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

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

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

    .me-md-0 {
        margin-right: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .px-md-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

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

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

    .pt-md-0 {
        padding-top: 0 !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-table-row {
        display: table-row !important
    }

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

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

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

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

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

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

    .align-items-lg-start {
        align-items: flex-start !important
    }

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

    .order-lg-0 {
        order: 0 !important
    }

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

    .order-lg-2 {
        order: 2 !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .px-lg-6 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

    .pt-lg-0 {
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-lg-8 {
        padding-top: 7.5rem !important
    }

    .pt-lg-9 {
        padding-top: 9rem !important
    }

    .pt-lg-10 {
        padding-top: 10.5rem !important
    }

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

    .pe-lg-6 {
        padding-right: 4.5rem !important
    }

    .pe-lg-8 {
        padding-right: 7.5rem !important
    }

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

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

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 6rem !important
    }

    .pb-lg-9 {
        padding-bottom: 9rem !important
    }

    .pb-lg-10 {
        padding-bottom: 10.5rem !important
    }

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

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

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

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

    .ps-lg-6 {
        padding-left: 4.5rem !important
    }

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

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

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

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }

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

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

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

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

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

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

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

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

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

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

    .mb-xl-n10 {
        margin-bottom: -10.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

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

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

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

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

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

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

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

    .py-xl-10 {
        padding-bottom: 10.5rem !important;
        padding-top: 10.5rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-8 {
        padding-top: 7.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

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

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-10 {
        padding-left: 10.5rem !important
    }

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

    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

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

.btn:not(.transitions-0) {
    transition: transform .25s ease
}

.btn:not(.transitions-0):hover {
    transform: translateY(-4px)
}

.slide-in-top {
    animation: slide-in-top .15s cubic-bezier(.25, .46, .45, .94) both
}

@keyframes slide-in-top {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.slide-in-bottom {
    animation: slide-in-bottom .15s cubic-bezier(.25, .46, .45, .94) both
}

@keyframes slide-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bg-white-90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-pos-left {
    background-position: 0
}

.bg-pos-right {
    background-position: 100%
}

.bg-pos-top-right {
    background-position: 100% 0
}

.bg-pos-center {
    background-position: 50%
}

.bg-pos-bottom-center {
    background-position: bottom
}

.bg-pos-center-start {
    background-position: top
}

.bg-pos-center-end {
    background-position: bottom
}

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

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

.bg-repeat-none {
    background-repeat: no-repeat
}

.bg-horizontal-line-info:after {
    background-color: #17f3c7;
    bottom: 20%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -1
}

.border-transparent {
    border-color: transparent !important
}

.border-light-lighter {
    border-color: hsla(0, 0%, 96%, .3) !important
}

.border-dark-lighter {
    border-color: rgba(48, 48, 48, .3) !important
}

.smaller {
    font-size: .75rem
}

.fw-500 {
    font-weight: 500
}

.acuity_bardtext .h1, .acuity_bardtext .h2, .acuity_bardtext .h3, .acuity_bardtext .h4, .acuity_bardtext .h5, .acuity_bardtext .h6, .acuity_bardtext h1, .acuity_bardtext h2, .acuity_bardtext h3, .acuity_bardtext h4, .acuity_bardtext h5, .acuity_bardtext h6 {
    padding-bottom: 18px;
    padding-top: 37px
}

@media (max-width: 575.98px) {
    .br-sm-none > br {
        display: none
    }
}

@media (max-width: 991.98px) {
    .br-lg-none > br {
        display: none
    }
}

.links-white a {
    color: #fff !important
}

.links-info a {
    color: #17f3c7 !important
}

.p-last-mb-0 p:last-child {
    margin-bottom: 0 !important
}

.li-p-d-inline li p {
    display: inline
}

.li-p-mb-0 li p, .td-p-mb-0 td p, .th-p-mb-0 th p {
    margin-bottom: 0
}

.fs-12 {
    font-size: .75rem !important
}

.fs-13 {
    font-size: .8125rem !important
}

.fs-14 {
    font-size: .875rem !important
}

.fs-16 {
    font-size: 1rem !important
}

.fs-18 {
    font-size: 1.125rem !important
}

.fs-19 {
    font-size: 1.1875rem !important
}

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

.fs-22 {
    font-size: 1.375rem !important
}

.fs-23 {
    font-size: 1.4375rem !important
}

.fs-24 {
    font-size: 1.5rem !important
}

.fs-26 {
    font-size: 1.625rem !important
}

.fs-28 {
    font-size: 1.75rem !important
}

.fs-30 {
    font-size: 1.875rem !important
}

.fs-32 {
    font-size: 2rem !important
}

.fs-36 {
    font-size: 2.25rem !important
}

.fs-48 {
    font-size: 3rem !important
}

.fs-56 {
    font-size: 3.5rem !important
}

.fs-72 {
    font-size: 4.5rem !important
}

.fs-96 {
    font-size: 6rem !important
}

.fs-148 {
    font-size: 9.25rem !important
}

@media (min-width: 576px) {
    .fs-sm-14 {
        font-size: .875rem !important
    }

    .fs-sm-16 {
        font-size: 1rem !important
    }

    .fs-sm-18 {
        font-size: 1.125rem !important
    }

    .fs-sm-24 {
        font-size: 1.5rem !important
    }

    .fs-sm-36 {
        font-size: 2.25rem !important
    }
}

@media (min-width: 768px) {
    .fs-md-14 {
        font-size: .875rem !important
    }

    .fs-md-16 {
        font-size: 1rem !important
    }

    .fs-md-18 {
        font-size: 1.125rem !important
    }

    .fs-md-28 {
        font-size: 1.75rem !important
    }

    .fs-md-36 {
        font-size: 2.25rem !important
    }

    .fs-md-44 {
        font-size: 2.75rem !important
    }

    .fs-md-160 {
        font-size: 10rem !important
    }
}

@media (min-width: 992px) {
    .fs-lg-14 {
        font-size: .875rem !important
    }

    .fs-lg-18 {
        font-size: 1.125rem !important
    }

    .fs-lg-20 {
        font-size: 1.25rem !important
    }

    .fs-lg-24 {
        font-size: 1.5rem !important
    }

    .fs-lg-25 {
        font-size: 1.5625rem !important
    }

    .fs-lg-26 {
        font-size: 1.625rem !important
    }

    .fs-lg-28 {
        font-size: 1.75rem !important
    }

    .fs-lg-30 {
        font-size: 1.875rem !important
    }

    .fs-lg-42 {
        font-size: 2.625rem !important
    }

    .fs-lg-48 {
        font-size: 3rem !important
    }

    .fs-lg-56 {
        font-size: 3.5rem !important
    }
}

@media (min-width: 1200px) {
    .fs-xl-16 {
        font-size: 1rem !important
    }

    .fs-xl-18 {
        font-size: 1.125rem !important
    }

    .fs-xl-96 {
        font-size: 6rem !important
    }
}

.text-shadow {
    text-shadow: 1px 1px 8px #303030
}

.text-shadow-light {
    text-shadow: 1px 1px 8px #f4f4f4
}

.w-16 {
    width: 16px !important
}

.w-24 {
    width: 24px !important
}

.mw-24 {
    max-width: 24px !important
}

.w-32 {
    width: 32px !important
}

.w-48 {
    width: 48px !important
}

.w-56 {
    width: 56px !important
}

.w-64 {
    width: 64px !important
}

.w-72 {
    width: 72px !important
}

.w-80 {
    width: 80px !important
}

.w-88 {
    width: 88px !important
}

.mw-88 {
    max-width: 88px !important
}

.w-96 {
    width: 96px !important
}

.w-104 {
    width: 104px !important
}

.w-112 {
    width: 112px !important
}

.w-120 {
    width: 120px !important
}

.mw-120 {
    max-width: 120px !important
}

.w-128 {
    width: 128px !important
}

.w-136 {
    width: 136px !important
}

.w-144 {
    width: 144px !important
}

.w-152 {
    width: 152px !important
}

.w-160 {
    width: 160px !important
}

.mw-176 {
    max-width: 176px !important
}

.w-184 {
    width: 184px !important
}

.w-192 {
    width: 192px !important
}

.w-200 {
    width: 200px !important
}

.w-208 {
    width: 208px !important
}

.mw-240 {
    max-width: 240px !important
}

.w-248 {
    width: 248px !important
}

.w-264 {
    width: 264px !important
}

.mw-280 {
    max-width: 280px !important
}

.mw-288 {
    max-width: 288px !important
}

.mw-296 {
    max-width: 296px !important
}

.min-w-304 {
    min-width: 304px !important
}

.mw-304 {
    max-width: 304px !important
}

.w-320 {
    width: 320px !important
}

.mw-320 {
    max-width: 320px !important
}

.mw-336 {
    max-width: 336px !important
}

.mw-360 {
    max-width: 360px !important
}

.mw-384 {
    max-width: 384px !important
}

.mw-400 {
    max-width: 400px !important
}

.w-408 {
    width: 408px !important
}

.mw-424 {
    max-width: 424px !important
}

.mw-440 {
    max-width: 440px !important
}

.mw-456 {
    max-width: 456px !important
}

.mw-480 {
    max-width: 480px !important
}

.w-504 {
    width: 504px !important
}

.mw-504 {
    max-width: 504px !important
}

.mw-560 {
    max-width: 560px !important
}

.mw-576 {
    max-width: 576px !important
}

.mw-600 {
    max-width: 600px !important
}

.mw-616 {
    max-width: 616px !important
}

.w-632 {
    width: 632px !important
}

.w-640 {
    width: 640px !important
}

.mw-640 {
    max-width: 640px !important
}

.mw-648 {
    max-width: 648px !important
}

.mw-672 {
    max-width: 672px !important
}

.mw-720 {
    max-width: 720px !important
}

.mw-800 {
    max-width: 800px !important
}

.mw-824 {
    max-width: 824px !important
}

.mw-840 {
    max-width: 840px !important
}

.w-904 {
    width: 904px !important
}

.mw-920 {
    max-width: 920px !important
}

.mw-960 {
    max-width: 960px !important
}

.mw-1024 {
    max-width: 1024px !important
}

@media (min-width: 576px) {
    .w-sm-296 {
        width: 296px !important
    }

    .w-sm-360 {
        width: 360px !important
    }

    .mw-sm-504 {
        max-width: 504px !important
    }
}

@media (min-width: 768px) {
    .w-md-96 {
        width: 96px !important
    }

    .w-md-144 {
        width: 144px !important
    }

    .w-md-240 {
        width: 240px !important
    }

    .w-md-320 {
        width: 320px !important
    }

    .mw-md-480 {
        max-width: 480px !important
    }

    .mw-md-520 {
        max-width: 520px !important
    }

    .mw-md-528 {
        max-width: 528px !important
    }

    .mw-md-560 {
        max-width: 560px !important
    }

    .mw-md-640 {
        max-width: 640px !important
    }

    .mw-md-672 {
        max-width: 672px !important
    }

    .mw-md-696 {
        max-width: 696px !important
    }

    .w-md-904 {
        width: 904px !important
    }
}

@media (min-width: 992px) {
    .w-lg-56 {
        width: 56px !important
    }

    .w-lg-112 {
        width: 112px !important
    }

    .mw-lg-200 {
        max-width: 200px !important
    }

    .w-lg-208 {
        width: 208px !important
    }

    .mw-lg-272 {
        max-width: 272px !important
    }

    .mw-lg-304 {
        max-width: 304px !important
    }

    .w-lg-344 {
        width: 344px !important
    }

    .w-lg-352 {
        width: 352px !important
    }

    .mw-lg-360 {
        max-width: 360px !important
    }

    .mw-lg-392 {
        max-width: 392px !important
    }

    .w-lg-400 {
        width: 400px !important
    }

    .mw-lg-400 {
        max-width: 400px !important
    }

    .mw-lg-464 {
        max-width: 464px !important
    }

    .mw-lg-480 {
        max-width: 480px !important
    }

    .mw-lg-520 {
        max-width: 520px !important
    }

    .mw-lg-560 {
        max-width: 560px !important
    }

    .mw-lg-600 {
        max-width: 600px !important
    }

    .w-lg-624 {
        width: 624px !important
    }

    .mw-lg-640 {
        max-width: 640px !important
    }

    .mw-lg-656 {
        max-width: 656px !important
    }

    .mw-lg-672 {
        max-width: 672px !important
    }

    .mw-lg-720 {
        max-width: 720px !important
    }

    .mw-lg-744 {
        max-width: 744px !important
    }

    .mw-lg-752 {
        max-width: 752px !important
    }

    .mw-lg-760 {
        max-width: 760px !important
    }

    .mw-lg-800 {
        max-width: 800px !important
    }

    .w-lg-808 {
        width: 808px !important
    }

    .w-lg-856 {
        width: 856px !important
    }

    .mw-lg-944 {
        max-width: 944px !important
    }

    .w-lg-1024 {
        width: 1024px !important
    }

    .mw-lg-1024 {
        max-width: 1024px !important
    }
}

@media (min-width: 1200px) {
    .w-xl-624 {
        width: 624px !important
    }

    .w-xl-856 {
        width: 856px !important
    }

    .w-xl-1024 {
        width: 1024px !important
    }
}

@media (min-width: 1400px) {
    .w-xxl-144 {
        width: 144px !important
    }

    .w-xxl-216 {
        width: 216px !important
    }

    .w-xxl-856 {
        width: 856px !important
    }

    .mw-xxl-904 {
        max-width: 904px !important
    }

    .w-xxl-1024 {
        width: 1024px !important
    }
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important
    }

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

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

.h-16 {
    height: 16px !important
}

.h-24 {
    height: 24px !important
}

.h-32 {
    height: 32px !important
}

.h-40 {
    height: 40px !important
}

.min-h-40 {
    min-height: 40px !important
}

.h-48 {
    height: 48px !important
}

.min-h-48 {
    min-height: 48px !important
}

.h-56 {
    height: 56px !important
}

.min-h-56 {
    min-height: 56px !important
}

.h-64 {
    height: 64px !important
}

.h-72 {
    height: 72px !important
}

.h-80 {
    height: 80px !important
}

.h-88 {
    height: 88px !important
}

.h-96 {
    height: 96px !important
}

.mh-96 {
    max-height: 96px !important
}

.h-104 {
    height: 104px !important
}

.h-120 {
    height: 120px !important
}

.h-128 {
    height: 128px !important
}

.h-136 {
    height: 136px !important
}

.h-144 {
    height: 144px !important
}

.h-152 {
    height: 152px !important
}

.h-160 {
    height: 160px !important
}

.h-176 {
    height: 176px !important
}

.h-184 {
    height: 184px !important
}

.h-200 {
    height: 200px !important
}

.h-248 {
    height: 248px !important
}

.h-280 {
    height: 280px !important
}

.h-320 {
    height: 320px !important
}

.min-h-320 {
    min-height: 320px !important
}

.h-376 {
    height: 376px !important
}

.min-h-400 {
    min-height: 400px !important
}

.min-h-600 {
    min-height: 600px !important
}

@media (min-width: 768px) {
    .h-md-48 {
        height: 48px !important
    }

    .min-h-md-64 {
        min-height: 64px !important
    }

    .h-md-320 {
        height: 320px !important
    }

    .h-md-480 {
        height: 480px !important
    }

    .min-h-md-480 {
        min-height: 480px !important
    }
}

@media (min-width: 992px) {
    .min-h-lg-48 {
        min-height: 48px !important
    }

    .h-lg-56 {
        height: 56px !important
    }

    .h-lg-64 {
        height: 64px !important
    }

    .h-lg-472 {
        height: 472px !important
    }

    .min-h-lg-696 {
        min-height: 696px !important
    }

    .min-h-lg-832 {
        min-height: 832px !important
    }
}

@media (min-width: 1200px) {
    .h-xl-224 {
        height: 224px !important
    }
}

.h-screen {
    height: 100vh !important
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

.hr-2 {
    height: 2px !important
}

.hr-4 {
    height: 4px !important
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.img-glow-secondary-sm {
    filter: drop-shadow(0 0 .5rem #193C48)
}

.img-glow-secondary-lg {
    filter: drop-shadow(0 0 .5rem #193C48) drop-shadow(0 0 1rem #204c5b) drop-shadow(0 0 2rem #265c6e)
}

.img-grayscale\:hover {
    filter: grayscale(95%) contrast(35%);
    transition: filter .25s ease
}

.img-grayscale\:hover:hover {
    filter: none
}

.img-render-optimize {
    image-rendering: -webkit-optimize-contrast
}

.hover\:underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline !important
}

.hover\:bg-white {
    transition: background-color .25s ease
}

.hover\:bg-white:hover {
    background-color: #fff !important
}

.hover\:bg-primary {
    transition: background-color .25s ease
}

.hover\:bg-primary:hover {
    background-color: #1c36cd !important
}

.hover\:bg-info {
    transition: background-color .25s ease
}

.hover\:bg-info:hover {
    background-color: #17f3c7 !important
}

.hover\:border-info {
    transition: border-color .25s ease
}

.hover\:border-info:hover {
    border-color: #17f3c7 !important
}

.hover\:border-primary {
    transition: border-color .25s ease
}

.hover\:border-primary:hover {
    border-color: #1c36cd !important
}

.hover\:expand {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: auto
}

.hover\:expand .expand-details {
    background-color: hsla(0, 0%, 100%, .9);
    bottom: 0;
    height: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: max-height .25s ease;
    width: 100%
}

.hover\:expand:hover .expand-details {
    max-height: 700px
}

.hover\:expand:hover .expand-hide {
    opacity: 0
}

.form-control-custom {
    border-bottom: 2px solid #a1a8ae;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid transparent;
    display: block;
    padding: .375rem .75rem;
    transition: border-color .25s ease;
    width: 100%
}

.form-control-custom:focus {
    border-bottom: 2px solid #17f3c7;
    outline: 0
}

.form-select-custom {
    border: 0;
    border-bottom: 2px solid #a1a8ae;
    padding: .375rem .75rem;
    transition: border-color .25s ease;
    width: 100%
}

.form-select-custom:focus {
    border-bottom: 2px solid #17f3c7;
    outline: 0
}

.form-transparent-light .form-check-label, .form-transparent-light .form-label {
    color: #fff
}

.form-transparent-light .form-control-custom {
    background-color: transparent;
    color: #17f3c7
}

.form-transparent-light .form-check-input {
    background-color: transparent;
    border-color: #f4f4f4
}

.form-transparent-light .form-check-input:checked {
    background-color: #17f3c7;
    border-color: #fff
}

.form-transparent-light .iti__selected-dial-code {
    color: #17f3c7
}

.form-transparent-dark .form-check-label, .form-transparent-dark .form-label {
    color: #000
}

.form-transparent-dark .form-control-custom {
    background-color: transparent;
    color: #000
}

.form-transparent-dark .form-check-input {
    background-color: transparent;
    border-color: #6c757d
}

.form-transparent-dark .form-check-input:checked {
    background-color: #17f3c7;
    border-color: #fff
}

.form-transparent-dark .form-select-custom {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.form-transparent-dark .iti__selected-dial-code {
    color: #000
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-1p25 {
    line-height: 1.25 !important
}

.cursor-pointer {
    cursor: pointer
}

.bg-video-parent {
    overflow: hidden;
    position: relative
}

.bg-video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0
}

.bg-video-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.list-group-striped .list-group-item:nth-child(odd) {
    background-color: #f4f4f4
}

.mt-n12 {
    margin-top: -6.5rem
}

@media (min-width: 768px) {
    .mt-md-n15 {
        margin-top: -18.75rem
    }
}

@media (min-width: 992px) {
    .mt-lg-n15 {
        margin-top: -18.75rem
    }

    .ms-lg-n11 {
        margin-left: -11.75rem
    }

    .mt-lg-n17 {
        margin-top: -31.75rem
    }

    .mt-lg-n18 {
        margin-top: -40.625rem
    }
}

@media (min-width: 1200px) {
    .ms-xl-n14 {
        margin-left: -14.75rem
    }

    .mt-xl-n17 {
        margin-top: -31.75rem
    }

    .mt-xl-n18 {
        margin-top: -40.625rem
    }
}

@media (min-width: 1400px) {
    .mt-xxl-n23 {
        margin-top: -49.625rem
    }
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa, .fa-regular, .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-regular, .fa-solid {
    font-family: Font Awesome\ 6 Free
}

@keyframes fa-beat {
    0%, 90% {
        transform: scale(1)
    }
    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }
    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }
    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }
    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }
    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
    64% {
        transform: scale(1) translateY(0)
    }
    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {
    0%, to {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }
    4% {
        transform: rotate(15deg)
    }
    24%, 8% {
        transform: rotate(-18deg)
    }
    12%, 28% {
        transform: rotate(18deg)
    }
    16% {
        transform: rotate(-22deg)
    }
    20% {
        transform: rotate(22deg)
    }
    32% {
        transform: rotate(-12deg)
    }
    36% {
        transform: rotate(12deg)
    }
    40%, to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-star:before {
    content: "\f005"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quote-left:before {
    content: "\f10d"
}

.h1, .h2, .h3, .h4, .h5, .h6, body, button, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif
}

.mark, mark {
    background-color: rgba(243, 209, 23, .75);
    border-radius: .25rem;
    padding: 0 .1rem
}

@media (min-width: 1200px) {
    .animate-xl {
        animation-duration: .35s;
        animation-fill-mode: both
    }
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
    0% {
        opacity: 0;
        transform: translateY(1rem)
    }
}

.slideIn {
    animation-name: slideIn
}

.floating {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-timing-function: ease-in-out
}

@keyframes floating {
    0% {
        transform: translate(0)
    }
    65% {
        transform: translateY(12px)
    }
    to {
        transform: translate(0)
    }
}

.navbar-toggler .navbar-toggler-icon-custom .bar1, .navbar-toggler .navbar-toggler-icon-custom .bar2, .navbar-toggler .navbar-toggler-icon-custom .bar3 {
    background-color: #193c48;
    border-radius: 25px;
    display: block;
    height: 4px;
    margin: 4px 0;
    transition: .25s;
    width: 34px
}

.navbar-toggler .navbar-toggler-icon-custom .bar3 {
    width: 17px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-custom .bar1 {
    transform: rotate(-45deg) translate(-7px, 4px)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-custom .bar2 {
    opacity: 0
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-custom .bar3 {
    transform: rotate(45deg) translate(-7px, -4px);
    width: 34px
}

#app-menu .navbar .nav-link, #app-menu .top-bar .dropdown-locale a, #app-menu .top-bar .link-search a, #app-menu .top-header-links .header-link, #app-menu .top-header-links .small {
    color: #303030
}

#app-menu .navbar .nav-link.show, #app-menu .navbar .nav-link:hover {
    color: #1c36cd
}

#app-menu .navbar .dropdown-menu .dropdown-item {
    color: #303030;
    padding: .5rem 1rem
}

#app-menu .navbar .dropdown-menu .dropdown-item.disabled {
    color: #1c36cd
}

#app-menu .navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(173, 181, 189, .3)
}

#app-menu .navbar .dropdown-menu .dropdown-divider {
    background-color: #adb5bd
}

@media (min-width: 1200px) {
    #app-menu.menu-transparent .top-header-links.top-header-links-transparent {
        background-color: transparent !important;
        border-color: hsla(0, 0%, 96%, .3) !important
    }

    #app-menu.menu-transparent .top-header-links.top-header-links-transparent .header-link, #app-menu.menu-transparent .top-header-links.top-header-links-transparent .small {
        color: #fff !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent {
        background-color: transparent !important;
        border-color: hsla(0, 0%, 96%, .3) !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .logo-dark {
        display: none !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .logo-light {
        display: block !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .link-search {
        border-color: hsla(0, 0%, 96%, .3) !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .link-search a {
        color: #fff
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .dropdown-locale {
        border-color: hsla(0, 0%, 96%, .3) !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .dropdown-locale a {
        color: #fff
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .btn-partners-dark {
        display: none !important
    }

    #app-menu.menu-transparent .top-bar.top-bar-transparent .btn-partners-light {
        display: inline-block !important
    }

    #app-menu.menu-transparent nav.navbar-transparent {
        background-color: transparent !important;
        border-color: hsla(0, 0%, 96%, .3) !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .nav-link {
        color: #fff !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .nav-link.show, #app-menu.menu-transparent nav.navbar-transparent .nav-link:hover {
        color: #adb5bd !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .dropdown-menu {
        background-color: rgba(10, 19, 70, .95) !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .dropdown-menu .dropdown-item {
        color: #fff !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .dropdown-menu .dropdown-item.disabled {
        color: #adb5bd !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .dropdown-menu .dropdown-item:hover {
        background-color: rgba(173, 181, 189, .3) !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .dropdown-menu .dropdown-divider {
        background-color: #fff !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .btn-login-dark {
        display: none !important
    }

    #app-menu.menu-transparent nav.navbar-transparent .btn-login-light {
        display: inline-block !important
    }
}

.iphone-x {
    background-color: #f5f5f5;
    border-radius: 3.438em;
    box-shadow: inset 0 0 6px 0 #babeca;
    height: 45.5em;
    position: relative;
    width: 22.563em
}

.iphone-x.iphone-x-dark {
    background-color: #000
}

.iphone-x.iphone-x-dark .bezel {
    background: #000;
    border-color: #000 !important
}

.iphone-x.iphone-x-dark .bezel:after {
    background: #000
}

.iphone-x.iphone-x-dark .divider {
    background: #3e3e3e
}

.iphone-x.iphone-x-dark .screen:after {
    background: #000
}

.iphone-x.iphone-x-dark .button {
    background-color: #000;
    border-color: #000 !important
}

.iphone-x.iphone-x-dark .speaker {
    background-color: #3e3e3e;
    box-shadow: inset 0 1px 2px #3e3e3e
}

.iphone-x.iphone-x-dark .camera {
    background-color: #3e3e3e;
    box-shadow: inset 0 0 4px #3e3e3e
}

.iphone-x:after {
    border-radius: 3.438em;
    box-shadow: 0 0 20px 0 #979eaf;
    content: "";
    height: 45.5em;
    left: 0;
    position: absolute;
    top: 0;
    width: 22.563em
}

.iphone-x .divider {
    background: #ddd;
    height: .313em;
    position: absolute;
    width: 100%
}

.iphone-x .divider:first-of-type {
    top: 9%
}

.iphone-x .divider:last-of-type {
    bottom: 9%
}

.iphone-x .bezel {
    background: #f5f5f5;
    border: 1px solid #e2e4e9;
    border-radius: 3em;
    height: calc(100% - 14px);
    left: 7px;
    position: relative;
    top: 7px;
    width: calc(100% - 14px);
    z-index: 2
}

.iphone-x .bezel:after {
    background: #f5f5f5;
    border-radius: 2.5em;
    content: "";
    height: calc(100% - .875em);
    left: .438em;
    position: absolute;
    top: .438em;
    width: calc(100% - .875em)
}

.iphone-x .screen {
    border-radius: 2.5em;
    height: 43.25em;
    left: 1.063em;
    overflow: hidden;
    position: absolute;
    top: 1.063em;
    width: 20.25em;
    z-index: 3
}

.iphone-x .screen:after {
    background: #f5f5f5;
    border-radius: 0 0 1.25em 1.25em;
    content: "";
    height: 4%;
    top: 0;
    width: 56%
}

.iphone-x .screen:after, .iphone-x .speaker {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0
}

.iphone-x .speaker {
    background-color: #e2e4e9;
    border-radius: .188em;
    box-shadow: inset 0 1px 2px #c4c4c4;
    height: .375em;
    top: 3.75%;
    width: 3em;
    z-index: 4
}

.iphone-x .camera {
    background-image: radial-gradient(center, #021a3c 0, #313e4f 8%, #1f3e6c 21%, #021a3c 56%, #021a3c 100%);
    border-radius: 50%;
    box-shadow: inset 0 0 4px #c4c4c4;
    height: .625em;
    right: 38%;
    top: 3.5%;
    width: .625em;
    z-index: 4
}

.iphone-x .button, .iphone-x .camera {
    background-color: #e2e4e9;
    position: absolute
}

.iphone-x .button {
    border-left: none;
    border-right: 1px solid #ddd;
    width: .188em;
    z-index: 5
}

.iphone-x .button.mute {
    height: 1.75em;
    left: -.188em;
    top: 13%
}

.iphone-x .button.vol-down, .iphone-x .button.vol-up {
    height: 3.313em;
    left: -.188em
}

.iphone-x .button.vol-up {
    top: 21%
}

.iphone-x .button.vol-down {
    top: 30%
}

.iphone-x .button.btnRight {
    border-left: 1px solid #ddd;
    border-right: none;
    height: 84px;
    right: -3px;
    top: 23.5%
}

.iphone-x .appWrap {
    background-color: #e2e4e9;
    height: 100%;
    position: relative;
    width: 100%
}

.laptop {
    display: inline-block;
    height: 12.125em;
    text-align: center;
    width: auto
}

.laptop .monitor {
    background-color: #000;
    border: .063em solid #dee2e6;
    border-radius: .625em .625em 0 0;
    display: block;
    height: 10.75em;
    margin: 0 auto;
    padding: .563em;
    width: 16.33em
}

.laptop .base {
    background: #dee2e6;
    border-radius: 0 0 .375em .375em;
    display: block;
    height: .625em;
    margin: 0 auto;
    width: 20em
}

.table.table-primary-custom thead > tr {
    background-color: #1c36cd;
    color: #fff !important
}

.table.table-primary-custom thead > tr th:first-child {
    border-top-left-radius: 20px
}

.table.table-primary-custom thead > tr th:last-child {
    border-top-right-radius: 20px
}

.table.table-primary-custom tbody, .table.table-primary-custom td, .table.table-primary-custom tr {
    border: 0;
    color: #193c48 !important
}

.table.table-primary-custom tbody tr > td:last-child {
    color: #fff !important
}

.table.table-primary-custom tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px
}

.table.table-primary-custom tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px
}

.table.table-primary-custom:not(caption) > * > * {
    background-color: #fff
}

.table.table-primary-custom.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4
}

.table-striped-info-custom tbody td:nth-of-type(odd), .table-striped-info-custom tbody tr:nth-of-type(odd), .table-striped-info-custom thead th:nth-of-type(odd) {
    background: rgba(23, 243, 199, .3)
}

.prose-ul\:triangle > ul, .ul-triangle ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2.2em
}

.prose-ul\:triangle > ul li:before, .ul-triangle ul li:before {
    border-color: transparent #ec1e24;
    border-style: solid;
    border-width: .5em 0 .5em .65em;
    content: "";
    display: block;
    height: 0;
    left: -1.2em;
    position: relative;
    top: 1.3em;
    width: 0
}

.list-info li::marker {
    color: #17f3c7
}

.list-danger li::marker {
    color: #ec1e24
}

.list-location-info {
    list-style: none
}

.list-location-info li {
    list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 395.71 395.71' fill='%2317F3C7' style='enable-background:new 0 0 395.71 395.71' xml:space='preserve'%3E%3Cpath d='M197.849 0C122.131 0 60.531 61.609 60.531 137.329c0 72.887 124.591 243.177 129.896 250.388l4.951 6.738a3.064 3.064 0 0 0 2.471 1.255 3.08 3.08 0 0 0 2.486-1.255l4.948-6.738c5.308-7.211 129.896-177.501 129.896-250.388C335.179 61.609 273.569 0 197.849 0zm0 88.138c27.13 0 49.191 22.062 49.191 49.191 0 27.115-22.062 49.191-49.191 49.191-27.114 0-49.191-22.076-49.191-49.191 0-27.129 22.076-49.191 49.191-49.191z'/%3E%3C/svg%3E");
    padding-left: .25rem
}

.prose-ul\:pos-inside > ul {
    list-style-position: inside
}

.portfolio_lists .portfolio_item:nth-child(5n+1) hr {
    border: 2px solid #1c36cd
}

.portfolio_lists .portfolio_item:nth-child(5n+1) .vline_col {
    left: 30%
}

.portfolio_lists .portfolio_item:nth-child(5n+1) .vl {
    height: 150px
}

.portfolio_lists .portfolio_item:nth-child(5n+1) .circle, .portfolio_lists .portfolio_item:nth-child(5n+1) .vr {
    background-color: #1c36cd
}

.portfolio_lists .portfolio_item:nth-child(5n+2) hr {
    border: 2px solid #ec1e24
}

.portfolio_lists .portfolio_item:nth-child(5n+2) .vline_col {
    left: 35%
}

.portfolio_lists .portfolio_item:nth-child(5n+2) .vl {
    height: 320px
}

.portfolio_lists .portfolio_item:nth-child(5n+2) .circle, .portfolio_lists .portfolio_item:nth-child(5n+2) .vr {
    background-color: #ec1e24
}

.portfolio_lists .portfolio_item:nth-child(5n+3) hr {
    border: 2px solid #5ec737
}

.portfolio_lists .portfolio_item:nth-child(5n+3) .vline_col {
    left: 41%
}

.portfolio_lists .portfolio_item:nth-child(5n+3) .vl {
    height: 170px
}

.portfolio_lists .portfolio_item:nth-child(5n+3) .circle, .portfolio_lists .portfolio_item:nth-child(5n+3) .vr {
    background-color: #5ec737
}

.portfolio_lists .portfolio_item:nth-child(5n+4) hr {
    border: 2px solid #f3d117
}

.portfolio_lists .portfolio_item:nth-child(5n+4) .vline_col {
    left: 35%
}

.portfolio_lists .portfolio_item:nth-child(5n+4) .vl {
    height: 50px
}

.portfolio_lists .portfolio_item:nth-child(5n+4) .circle, .portfolio_lists .portfolio_item:nth-child(5n+4) .vr {
    background-color: #f3d117
}

.portfolio_lists .portfolio_item:nth-child(5n+5) hr {
    border: 2px solid #17f3c7
}

.portfolio_lists .portfolio_item:nth-child(5n+5) .vline_col {
    left: 41%
}

.portfolio_lists .portfolio_item:nth-child(5n+5) .vl {
    height: 170px
}

.portfolio_lists .portfolio_item:nth-child(5n+5) .circle, .portfolio_lists .portfolio_item:nth-child(5n+5) .vr {
    background-color: #17f3c7
}

.nav-pills-primary-custom .nav-link {
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.nav-pills-primary-custom .nav-link.active {
    background-color: rgba(28, 54, 205, .1) !important;
    color: #193c48 !important;
    font-weight: 700
}

.nav-pills-primary-custom .nav-link:focus {
    outline: 0
}

.nav-pills-primary-custom :first-child .nav-link {
    border-top-left-radius: 1rem !important
}

.nav-pills-primary-custom :last-child .nav-link {
    border-top-right-radius: 1rem !important
}

.nav-pills-primary-custom-2 {
    gap: .5rem
}

.nav-pills-primary-custom-2 .nav-item {
    flex: 1 1 auto
}

@media (max-width: 991.98px) {
    .nav-pills-primary-custom-2 .nav-item {
        flex: 30%
    }
}

.nav-pills-primary-custom-2 .nav-link {
    border-radius: .3125rem
}

.nav-pills-primary-custom-2 .nav-link:not(.active) {
    background-color: transparent;
    border: 2px solid #17f3c7;
    color: #193c48;
    font-weight: 600
}

.nav-pills-primary-custom-2 .nav-link.active {
    border: 2px solid #1c36cd;
    font-weight: 600
}

.nav-pills-primary-custom-2 .nav-link:focus {
    outline: 0
}

.nav-pills-primary-custom-3 {
    gap: .5rem
}

.nav-pills-primary-custom-3 .nav-link:not(.active) {
    background-color: transparent;
    color: #193c48;
    font-weight: 800
}

.nav-pills-primary-custom-3 .nav-link.active {
    background-color: #17f3c7;
    color: #193c48;
    font-weight: 800
}

.nav-pills-primary-custom-3 .nav-link:focus {
    outline: 0
}

.nav-pills-outline-info .nav-link {
    border-radius: 2rem;
    font-size: .875rem
}

.nav-pills-outline-info .nav-link:not(.active) {
    background-color: transparent;
    border: 2px solid #17f3c7;
    color: #193c48;
    font-weight: 400
}

.nav-pills-outline-info .nav-link.active {
    background-color: #17f3c7;
    border: 2px solid #17f3c7;
    color: #193c48;
    font-weight: 600
}

.nav-pills-outline-info .nav-link:focus {
    outline: 0
}

.nav-border-bottom .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px inset #193c48;
    color: #193c48
}

.nav-border-bottom .nav-link.active {
    border-bottom-color: #ec1e24;
    font-weight: 700
}

#pills-commodities-tab.active {
    background-color: #5ec737;
    border-color: #5ec737
}

#pills-indices-tab.active {
    background-color: #ec1e24;
    border-color: #ec1e24
}

#pills-shares-tab.active {
    background-color: #f3d117;
    border-color: #f3d117
}

#pills-cryptos-tab.active {
    background-color: #06baad;
    border-color: #06baad
}

#pills-futures-tab.active {
    background-color: #fd7e14;
    border-color: #fd7e14
}

li:nth-child(5n+2) .category_btn.active {
    background-color: #5ec737;
    border-color: #5ec737
}

li:nth-child(5n+3) .category_btn.active {
    background-color: #ec1e24;
    border-color: #ec1e24
}

li:nth-child(5n+4) .category_btn.active {
    background-color: #f3d117;
    border-color: #f3d117
}

li:nth-child(5n+5) .category_btn.active {
    background-color: #06baad;
    border-color: #06baad
}

.tab-pane:nth-child(5n+2) ul li .subcategory_btn.active {
    background-color: #5ec737;
    border-color: #5ec737
}

.tab-pane:nth-child(5n+3) ul li .subcategory_btn.active {
    background-color: #ec1e24;
    border-color: #ec1e24
}

.tab-pane:nth-child(5n+4) ul li .subcategory_btn.active {
    background-color: #f3d117;
    border-color: #f3d117
}

.tab-pane:nth-child(5n+5) ul li .subcategory_btn.active {
    background-color: #06baad;
    border-color: #06baad
}

.accordion-icon-danger .accordion-button.collapsed:after {
    transform: rotate(0deg) scale(1.1)
}

.accordion-icon-danger .accordion-button.collapsed:after, .accordion-icon-danger .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4a1 1 0 0 0-1 1v6H5a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6V5a1 1 0 0 0-1-1Z' fill='currentColor'/%3E%3C/svg%3E");
    filter: invert(16%) sepia(84%) saturate(6825%) hue-rotate(352deg) brightness(97%) contrast(91%)
}

.accordion-icon-danger .accordion-button:not(.collapsed):after {
    transform: rotate(135deg) scale(1.1)
}

.triple-h {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1
}

ul.pagination {
    flex-wrap: wrap;
    justify-content: center
}

ul.pagination li {
    border-radius: 50%;
    color: #193c48;
    margin: 0 .125rem;
    text-align: center
}

ul.pagination li:first-child, ul.pagination li:last-child {
    font-size: 1.5rem;
    line-height: 1
}

ul.pagination li a, ul.pagination li span {
    horiz-align: center;
    border: 1px solid #ced4da;
    border-radius: 50% !important;
    color: #193c48;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    line-height: normal;
    text-decoration: none;
    width: 48px
}

ul.pagination li a.disabled, ul.pagination li span.disabled {
    border: inherit
}

ul.pagination li a:hover {
    background-color: #dee2e6
}

ul.pagination li.active {
    background-color: #17f3c7
}

.gg-arrow-down {
    box-sizing: border-box;
    display: block;
    height: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px
}

.gg-arrow-down:after, .gg-arrow-down:before {
    bottom: 4px;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute
}

.gg-arrow-down:after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: 8px;
    left: 7px;
    transform: rotate(-45deg);
    width: 8px
}

.gg-arrow-down:before {
    background: currentColor;
    height: 16px;
    left: 10px;
    width: 2px
}

.gg-arrow-long-right {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    box-sizing: border-box;
    display: block;
    height: 6px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px
}

.gg-arrow-long-right:after {
    border-right: 2px solid;
    border-top: 2px solid;
    bottom: -2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 6px
}

.gg-arrow-right {
    box-sizing: border-box;
    display: block;
    height: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px
}

.gg-arrow-right:after, .gg-arrow-right:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    right: 3px
}

.gg-arrow-right:after {
    border-right: 2px solid;
    border-top: 2px solid;
    bottom: 7px;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.gg-arrow-right:before {
    background: currentColor;
    bottom: 10px;
    height: 2px;
    width: 16px
}

.gg-arrow-up {
    box-sizing: border-box;
    display: block;
    height: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px
}

.gg-arrow-up:after, .gg-arrow-up:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 4px
}

.gg-arrow-up:after {
    border-left: 2px solid;
    border-top: 2px solid;
    height: 8px;
    left: 7px;
    transform: rotate(45deg);
    width: 8px
}

.gg-arrow-up:before {
    background: currentColor;
    height: 16px;
    left: 10px;
    width: 2px
}

.gg-arrows-exchange {
    box-sizing: border-box;
    display: block;
    height: 14px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px
}

.gg-arrows-exchange:after, .gg-arrows-exchange:before {
    background: currentColor;
    border-radius: 4px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 2px;
    position: absolute
}

.gg-arrows-exchange:before {
    box-shadow: 2px -13px 0;
    top: 10px;
    transform: rotate(45deg);
    width: 6px
}

.gg-arrows-exchange:after {
    box-shadow: -4px 4px 0;
    left: 4px;
    top: 4px;
    width: 12px
}

.gg-check {
    border: 2px solid transparent;
    border-radius: 100px;
    height: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px
}

.gg-check, .gg-check:after {
    box-sizing: border-box;
    display: block
}

.gg-check:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    transform-origin: bottom left;
    width: 6px
}

.gg-chevron-down {
    border: 2px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    display: block;
    height: 22px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 22px
}

.gg-chevron-down:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 10px
}

@keyframes loadbaralt {
    0%, to {
        left: 0;
        right: 80%
    }
    25%, 75% {
        left: 0;
        right: 0
    }
    50% {
        left: 80%;
        right: 0
    }
}

@keyframes gg-doc {
    0% {
        left: -16px
    }
    60%, to {
        left: 0
    }
}

@keyframes gg-bar {
    10% {
        box-shadow: inset 0 -4px 0
    }
    30% {
        box-shadow: inset 0 -10px 0
    }
    60% {
        box-shadow: inset 0 -6px 0
    }
    80% {
        box-shadow: inset 0 -8px 0
    }
    to {
        box-shadow: inset 0 -2px 0
    }
}

@keyframes loadbar {
    0%, to {
        left: 0;
        right: 80%
    }
    25%, 75% {
        left: 0;
        right: 0
    }
    50% {
        left: 80%;
        right: 0
    }
}

.gg-search {
    border: 2px solid;
    border-radius: 100%;
    height: 16px;
    margin-left: -4px;
    margin-top: -4px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px
}

.gg-search, .gg-search:after {
    box-sizing: border-box;
    display: block
}

.gg-search:after {
    background: currentColor;
    border-radius: 3px;
    content: "";
    height: 8px;
    left: 12px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 2px
}

.gg-software-download {
    border: 2px solid;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 0;
    box-sizing: border-box;
    display: block;
    height: 6px;
    margin-top: 8px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 16px
}

.gg-software-download:after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: 4px;
    height: 8px;
    left: 2px;
    transform: rotate(-45deg);
    width: 8px
}

.gg-software-download:after, .gg-software-download:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute
}

.gg-software-download:before {
    background: currentColor;
    border-radius: 3px;
    bottom: 5px;
    height: 10px;
    left: 5px;
    width: 2px
}

@keyframes spinneralt {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes spinner-two-alt {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes spinner-two {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.gg-sync {
    border-color: currentcolor transparent;
    border-radius: 40px;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    display: block;
    height: 18px;
    margin: 1px;
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 18px
}

.gg-sync:after, .gg-sync:before {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    transform: rotate(-45deg);
    width: 0
}

.gg-sync:before {
    border-left: 6px solid;
    bottom: -1px;
    right: -3px
}

.gg-sync:after {
    border-right: 6px solid;
    left: -3px;
    top: -1px
}

.gg-24 {
    --ggs: 1.5
}

.gg-32 {
    --ggs: 2
}

.gg-search.custom {
    height: 14px !important;
    width: 14px !important
}

.gg-search.custom:after {
    height: 10px !important;
    top: 8px !important
}

.ggfs-10 {
    --ggs: 0.625
}

.gg-x-0:after {
    left: 0 !important;
    right: 0 !important
}

.bootstrap-table .fixed-table-toolbar:after {
    clear: both;
    content: "";
    display: block
}

.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
    border-radius: 0
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    -ms-overflow-style: scrollbar;
    max-height: 300px;
    overflow: auto;
    text-align: left;
    z-index: 1001
}

.bootstrap-table .fixed-table-toolbar .columns label {
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.4286;
    padding: 3px 20px
}

.bootstrap-table .fixed-table-toolbar .columns-left {
    margin-right: 5px
}

.bootstrap-table .fixed-table-toolbar .columns-right {
    margin-left: 5px
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
    left: auto;
    right: 0
}

.bootstrap-table .fixed-table-container {
    clear: both;
    position: relative
}

.bootstrap-table .fixed-table-container .table {
    margin-bottom: 0 !important;
    width: 100%
}

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
    box-sizing: border-box;
    vertical-align: middle
}

.bootstrap-table .fixed-table-container .table thead th {
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.bootstrap-table .fixed-table-container .table thead th:focus {
    outline: 0 solid transparent
}

.bootstrap-table .fixed-table-container .table thead th.detail {
    width: 30px
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    overflow: hidden;
    padding: .75rem;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 30px !important
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
}

.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")
}

.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=")
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: rgba(0, 0, 0, .075)
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    text-align: center
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
    display: flex
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    display: inline-block;
    font-weight: 700;
    min-width: 30%;
    text-align: left !important;
    width: auto !important
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
    text-align: left !important;
    width: 100% !important
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
    text-align: center
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
    margin-bottom: 0
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox], .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
    margin: 0 auto !important
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: .3rem
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 1px solid #dee2e6
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid #dee2e6
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
    border-bottom: 1px solid #32383e
}

.bootstrap-table .fixed-table-container .fixed-table-header {
    overflow: hidden
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    transition: visibility 0s, opacity .15s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    opacity: 1;
    visibility: visible
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
    align-items: baseline;
    display: flex;
    justify-content: center
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    margin-right: 6px
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
    align-items: center;
    display: flex;
    justify-content: center
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap:after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap:before {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    background: #212529;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    margin: 0 4px;
    opacity: 0;
    width: 5px
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
    animation-delay: .3s
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap:after {
    animation-delay: .6s
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
    background: #212529
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap:after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap:before {
    background: #fff
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
    overflow: hidden
}

.bootstrap-table .fixed-table-pagination:after {
    clear: both;
    content: "";
    display: block
}

.bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail {
    margin-bottom: 10px;
    margin-top: 10px
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: 34px;
    margin-right: 5px
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
    display: inline-block
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
    margin-bottom: 0
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    margin: 0
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
    color: #c8c8c8
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:before {
    content: "⬅"
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:after {
    content: "➡"
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
    cursor: default;
    pointer-events: none
}

.bootstrap-table.fullscreen {
    background: #fff;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1050
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
    padding: .5rem 1rem
}

.bootstrap-table.bootstrap5 .float-left {
    float: left
}

.bootstrap-table.bootstrap5 .float-right {
    float: right
}

div.fixed-table-scroll-inner {
    height: 200px;
    width: 100%
}

div.fixed-table-scroll-outer {
    height: 150px;
    left: 0;
    overflow: hidden;
    top: 0;
    visibility: hidden;
    width: 200px
}

@keyframes loading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.table-shadow .bootstrap-table .fixed-table-body {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.bootstrap-table .table-head-whitespace-normal thead th .th-inner {
    white-space: normal !important
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0 !important
}

.iti {
    display: inline-block;
    position: relative
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    position: relative;
    z-index: 0
}

.iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0
}

.iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px 0 8px;
    position: relative;
    z-index: 1
}

.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    margin-left: 6px;
    width: 0
}

.iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none
}

.iti__country-list {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    list-style: none;
    margin: 0 0 0 -1px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 2
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.iti__country {
    outline: none;
    padding: 5px 10px
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
    vertical-align: middle
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    left: -1000px;
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    background-position: 0 0;
    height: 10px
}

.iti__flag.iti__ad {
    background-position: -22px 0;
    height: 14px
}

.iti__flag.iti__ae {
    background-position: -44px 0;
    height: 10px
}

.iti__flag.iti__af {
    background-position: -66px 0;
    height: 14px
}

.iti__flag.iti__ag {
    background-position: -88px 0;
    height: 14px
}

.iti__flag.iti__ai {
    background-position: -110px 0;
    height: 10px
}

.iti__flag.iti__al {
    background-position: -132px 0;
    height: 15px
}

.iti__flag.iti__am {
    background-position: -154px 0;
    height: 10px
}

.iti__flag.iti__ao {
    background-position: -176px 0;
    height: 14px
}

.iti__flag.iti__aq {
    background-position: -198px 0;
    height: 14px
}

.iti__flag.iti__ar {
    background-position: -220px 0;
    height: 13px
}

.iti__flag.iti__as {
    background-position: -242px 0;
    height: 10px
}

.iti__flag.iti__at {
    background-position: -264px 0;
    height: 14px
}

.iti__flag.iti__au {
    background-position: -286px 0;
    height: 10px
}

.iti__flag.iti__aw {
    background-position: -308px 0;
    height: 14px
}

.iti__flag.iti__ax {
    background-position: -330px 0;
    height: 13px
}

.iti__flag.iti__az {
    background-position: -352px 0;
    height: 10px
}

.iti__flag.iti__ba {
    background-position: -374px 0;
    height: 10px
}

.iti__flag.iti__bb {
    background-position: -396px 0;
    height: 14px
}

.iti__flag.iti__bd {
    background-position: -418px 0;
    height: 12px
}

.iti__flag.iti__be {
    background-position: -440px 0;
    height: 15px
}

.iti__flag.iti__bf {
    background-position: -460px 0;
    height: 14px
}

.iti__flag.iti__bg {
    background-position: -482px 0;
    height: 12px
}

.iti__flag.iti__bh {
    background-position: -504px 0;
    height: 12px
}

.iti__flag.iti__bi {
    background-position: -526px 0;
    height: 12px
}

.iti__flag.iti__bj {
    background-position: -548px 0;
    height: 14px
}

.iti__flag.iti__bl {
    background-position: -570px 0;
    height: 14px
}

.iti__flag.iti__bm {
    background-position: -592px 0;
    height: 10px
}

.iti__flag.iti__bn {
    background-position: -614px 0;
    height: 10px
}

.iti__flag.iti__bo {
    background-position: -636px 0;
    height: 14px
}

.iti__flag.iti__bq {
    background-position: -658px 0;
    height: 14px
}

.iti__flag.iti__br {
    background-position: -680px 0;
    height: 14px
}

.iti__flag.iti__bs {
    background-position: -702px 0;
    height: 10px
}

.iti__flag.iti__bt {
    background-position: -724px 0;
    height: 14px
}

.iti__flag.iti__bv {
    background-position: -746px 0;
    height: 15px
}

.iti__flag.iti__bw {
    background-position: -768px 0;
    height: 14px
}

.iti__flag.iti__by {
    background-position: -790px 0;
    height: 10px
}

.iti__flag.iti__bz {
    background-position: -812px 0;
    height: 14px
}

.iti__flag.iti__ca {
    background-position: -834px 0;
    height: 10px
}

.iti__flag.iti__cc {
    background-position: -856px 0;
    height: 10px
}

.iti__flag.iti__cd {
    background-position: -878px 0;
    height: 15px
}

.iti__flag.iti__cf {
    background-position: -900px 0;
    height: 14px
}

.iti__flag.iti__cg {
    background-position: -922px 0;
    height: 14px
}

.iti__flag.iti__ch {
    background-position: -944px 0;
    height: 15px
}

.iti__flag.iti__ci {
    background-position: -961px 0;
    height: 14px
}

.iti__flag.iti__ck {
    background-position: -983px 0;
    height: 10px
}

.iti__flag.iti__cl {
    background-position: -1005px 0;
    height: 14px
}

.iti__flag.iti__cm {
    background-position: -1027px 0;
    height: 14px
}

.iti__flag.iti__cn {
    background-position: -1049px 0;
    height: 14px
}

.iti__flag.iti__co {
    background-position: -1071px 0;
    height: 14px
}

.iti__flag.iti__cp {
    background-position: -1093px 0;
    height: 14px
}

.iti__flag.iti__cr {
    background-position: -1115px 0;
    height: 12px
}

.iti__flag.iti__cu {
    background-position: -1137px 0;
    height: 10px
}

.iti__flag.iti__cv {
    background-position: -1159px 0;
    height: 12px
}

.iti__flag.iti__cw {
    background-position: -1181px 0;
    height: 14px
}

.iti__flag.iti__cx {
    background-position: -1203px 0;
    height: 10px
}

.iti__flag.iti__cy {
    background-position: -1225px 0;
    height: 14px
}

.iti__flag.iti__cz {
    background-position: -1247px 0;
    height: 14px
}

.iti__flag.iti__de {
    background-position: -1269px 0;
    height: 12px
}

.iti__flag.iti__dg {
    background-position: -1291px 0;
    height: 10px
}

.iti__flag.iti__dj {
    background-position: -1313px 0;
    height: 14px
}

.iti__flag.iti__dk {
    background-position: -1335px 0;
    height: 15px
}

.iti__flag.iti__dm {
    background-position: -1357px 0;
    height: 10px
}

.iti__flag.iti__do {
    background-position: -1379px 0;
    height: 14px
}

.iti__flag.iti__dz {
    background-position: -1401px 0;
    height: 14px
}

.iti__flag.iti__ea {
    background-position: -1423px 0;
    height: 14px
}

.iti__flag.iti__ec {
    background-position: -1445px 0;
    height: 14px
}

.iti__flag.iti__ee {
    background-position: -1467px 0;
    height: 13px
}

.iti__flag.iti__eg {
    background-position: -1489px 0;
    height: 14px
}

.iti__flag.iti__eh {
    background-position: -1511px 0;
    height: 10px
}

.iti__flag.iti__er {
    background-position: -1533px 0;
    height: 10px
}

.iti__flag.iti__es {
    background-position: -1555px 0;
    height: 14px
}

.iti__flag.iti__et {
    background-position: -1577px 0;
    height: 10px
}

.iti__flag.iti__eu {
    background-position: -1599px 0;
    height: 14px
}

.iti__flag.iti__fi {
    background-position: -1621px 0;
    height: 12px
}

.iti__flag.iti__fj {
    background-position: -1643px 0;
    height: 10px
}

.iti__flag.iti__fk {
    background-position: -1665px 0;
    height: 10px
}

.iti__flag.iti__fm {
    background-position: -1687px 0;
    height: 11px
}

.iti__flag.iti__fo {
    background-position: -1709px 0;
    height: 15px
}

.iti__flag.iti__fr {
    background-position: -1731px 0;
    height: 14px
}

.iti__flag.iti__ga {
    background-position: -1753px 0;
    height: 15px
}

.iti__flag.iti__gb {
    background-position: -1775px 0;
    height: 10px
}

.iti__flag.iti__gd {
    background-position: -1797px 0;
    height: 12px
}

.iti__flag.iti__ge {
    background-position: -1819px 0;
    height: 14px
}

.iti__flag.iti__gf {
    background-position: -1841px 0;
    height: 14px
}

.iti__flag.iti__gg {
    background-position: -1863px 0;
    height: 14px
}

.iti__flag.iti__gh {
    background-position: -1885px 0;
    height: 14px
}

.iti__flag.iti__gi {
    background-position: -1907px 0;
    height: 10px
}

.iti__flag.iti__gl {
    background-position: -1929px 0;
    height: 14px
}

.iti__flag.iti__gm {
    background-position: -1951px 0;
    height: 14px
}

.iti__flag.iti__gn {
    background-position: -1973px 0;
    height: 14px
}

.iti__flag.iti__gp {
    background-position: -1995px 0;
    height: 14px
}

.iti__flag.iti__gq {
    background-position: -2017px 0;
    height: 14px
}

.iti__flag.iti__gr {
    background-position: -2039px 0;
    height: 14px
}

.iti__flag.iti__gs {
    background-position: -2061px 0;
    height: 10px
}

.iti__flag.iti__gt {
    background-position: -2083px 0;
    height: 13px
}

.iti__flag.iti__gu {
    background-position: -2105px 0;
    height: 11px
}

.iti__flag.iti__gw {
    background-position: -2127px 0;
    height: 10px
}

.iti__flag.iti__gy {
    background-position: -2149px 0;
    height: 12px
}

.iti__flag.iti__hk {
    background-position: -2171px 0;
    height: 14px
}

.iti__flag.iti__hm {
    background-position: -2193px 0;
    height: 10px
}

.iti__flag.iti__hn {
    background-position: -2215px 0;
    height: 10px
}

.iti__flag.iti__hr {
    background-position: -2237px 0;
    height: 10px
}

.iti__flag.iti__ht {
    background-position: -2259px 0;
    height: 12px
}

.iti__flag.iti__hu {
    background-position: -2281px 0;
    height: 10px
}

.iti__flag.iti__ic {
    background-position: -2303px 0;
    height: 14px
}

.iti__flag.iti__id {
    background-position: -2325px 0;
    height: 14px
}

.iti__flag.iti__ie {
    background-position: -2347px 0;
    height: 10px
}

.iti__flag.iti__il {
    background-position: -2369px 0;
    height: 15px
}

.iti__flag.iti__im {
    background-position: -2391px 0;
    height: 10px
}

.iti__flag.iti__in {
    background-position: -2413px 0;
    height: 14px
}

.iti__flag.iti__io {
    background-position: -2435px 0;
    height: 10px
}

.iti__flag.iti__iq {
    background-position: -2457px 0;
    height: 14px
}

.iti__flag.iti__ir {
    background-position: -2479px 0;
    height: 12px
}

.iti__flag.iti__is {
    background-position: -2501px 0;
    height: 15px
}

.iti__flag.iti__it {
    background-position: -2523px 0;
    height: 14px
}

.iti__flag.iti__je {
    background-position: -2545px 0;
    height: 12px
}

.iti__flag.iti__jm {
    background-position: -2567px 0;
    height: 10px
}

.iti__flag.iti__jo {
    background-position: -2589px 0;
    height: 10px
}

.iti__flag.iti__jp {
    background-position: -2611px 0;
    height: 14px
}

.iti__flag.iti__ke {
    background-position: -2633px 0;
    height: 14px
}

.iti__flag.iti__kg {
    background-position: -2655px 0;
    height: 12px
}

.iti__flag.iti__kh {
    background-position: -2677px 0;
    height: 13px
}

.iti__flag.iti__ki {
    background-position: -2699px 0;
    height: 10px
}

.iti__flag.iti__km {
    background-position: -2721px 0;
    height: 12px
}

.iti__flag.iti__kn {
    background-position: -2743px 0;
    height: 14px
}

.iti__flag.iti__kp {
    background-position: -2765px 0;
    height: 10px
}

.iti__flag.iti__kr {
    background-position: -2787px 0;
    height: 14px
}

.iti__flag.iti__kw {
    background-position: -2809px 0;
    height: 10px
}

.iti__flag.iti__ky {
    background-position: -2831px 0;
    height: 10px
}

.iti__flag.iti__kz {
    background-position: -2853px 0;
    height: 10px
}

.iti__flag.iti__la {
    background-position: -2875px 0;
    height: 14px
}

.iti__flag.iti__lb {
    background-position: -2897px 0;
    height: 14px
}

.iti__flag.iti__lc {
    background-position: -2919px 0;
    height: 10px
}

.iti__flag.iti__li {
    background-position: -2941px 0;
    height: 12px
}

.iti__flag.iti__lk {
    background-position: -2963px 0;
    height: 10px
}

.iti__flag.iti__lr {
    background-position: -2985px 0;
    height: 11px
}

.iti__flag.iti__ls {
    background-position: -3007px 0;
    height: 14px
}

.iti__flag.iti__lt {
    background-position: -3029px 0;
    height: 12px
}

.iti__flag.iti__lu {
    background-position: -3051px 0;
    height: 12px
}

.iti__flag.iti__lv {
    background-position: -3073px 0;
    height: 10px
}

.iti__flag.iti__ly {
    background-position: -3095px 0;
    height: 10px
}

.iti__flag.iti__ma {
    background-position: -3117px 0;
    height: 14px
}

.iti__flag.iti__mc {
    background-position: -3139px 0;
    height: 15px
}

.iti__flag.iti__md {
    background-position: -3160px 0;
    height: 10px
}

.iti__flag.iti__me {
    background-position: -3182px 0;
    height: 10px
}

.iti__flag.iti__mf {
    background-position: -3204px 0;
    height: 14px
}

.iti__flag.iti__mg {
    background-position: -3226px 0;
    height: 14px
}

.iti__flag.iti__mh {
    background-position: -3248px 0;
    height: 11px
}

.iti__flag.iti__mk {
    background-position: -3270px 0;
    height: 10px
}

.iti__flag.iti__ml {
    background-position: -3292px 0;
    height: 14px
}

.iti__flag.iti__mm {
    background-position: -3314px 0;
    height: 14px
}

.iti__flag.iti__mn {
    background-position: -3336px 0;
    height: 10px
}

.iti__flag.iti__mo {
    background-position: -3358px 0;
    height: 14px
}

.iti__flag.iti__mp {
    background-position: -3380px 0;
    height: 10px
}

.iti__flag.iti__mq {
    background-position: -3402px 0;
    height: 14px
}

.iti__flag.iti__mr {
    background-position: -3424px 0;
    height: 14px
}

.iti__flag.iti__ms {
    background-position: -3446px 0;
    height: 10px
}

.iti__flag.iti__mt {
    background-position: -3468px 0;
    height: 14px
}

.iti__flag.iti__mu {
    background-position: -3490px 0;
    height: 14px
}

.iti__flag.iti__mv {
    background-position: -3512px 0;
    height: 14px
}

.iti__flag.iti__mw {
    background-position: -3534px 0;
    height: 14px
}

.iti__flag.iti__mx {
    background-position: -3556px 0;
    height: 12px
}

.iti__flag.iti__my {
    background-position: -3578px 0;
    height: 10px
}

.iti__flag.iti__mz {
    background-position: -3600px 0;
    height: 14px
}

.iti__flag.iti__na {
    background-position: -3622px 0;
    height: 14px
}

.iti__flag.iti__nc {
    background-position: -3644px 0;
    height: 10px
}

.iti__flag.iti__ne {
    background-position: -3666px 0;
    height: 15px
}

.iti__flag.iti__nf {
    background-position: -3686px 0;
    height: 10px
}

.iti__flag.iti__ng {
    background-position: -3708px 0;
    height: 10px
}

.iti__flag.iti__ni {
    background-position: -3730px 0;
    height: 12px
}

.iti__flag.iti__nl {
    background-position: -3752px 0;
    height: 14px
}

.iti__flag.iti__no {
    background-position: -3774px 0;
    height: 15px
}

.iti__flag.iti__np {
    background-position: -3796px 0;
    height: 15px
}

.iti__flag.iti__nr {
    background-position: -3811px 0;
    height: 10px
}

.iti__flag.iti__nu {
    background-position: -3833px 0;
    height: 10px
}

.iti__flag.iti__nz {
    background-position: -3855px 0;
    height: 10px
}

.iti__flag.iti__om {
    background-position: -3877px 0;
    height: 10px
}

.iti__flag.iti__pa {
    background-position: -3899px 0;
    height: 14px
}

.iti__flag.iti__pe {
    background-position: -3921px 0;
    height: 14px
}

.iti__flag.iti__pf {
    background-position: -3943px 0;
    height: 14px
}

.iti__flag.iti__pg {
    background-position: -3965px 0;
    height: 15px
}

.iti__flag.iti__ph {
    background-position: -3987px 0;
    height: 10px
}

.iti__flag.iti__pk {
    background-position: -4009px 0;
    height: 14px
}

.iti__flag.iti__pl {
    background-position: -4031px 0;
    height: 13px
}

.iti__flag.iti__pm {
    background-position: -4053px 0;
    height: 14px
}

.iti__flag.iti__pn {
    background-position: -4075px 0;
    height: 10px
}

.iti__flag.iti__pr {
    background-position: -4097px 0;
    height: 14px
}

.iti__flag.iti__ps {
    background-position: -4119px 0;
    height: 10px
}

.iti__flag.iti__pt {
    background-position: -4141px 0;
    height: 14px
}

.iti__flag.iti__pw {
    background-position: -4163px 0;
    height: 13px
}

.iti__flag.iti__py {
    background-position: -4185px 0;
    height: 11px
}

.iti__flag.iti__qa {
    background-position: -4207px 0;
    height: 8px
}

.iti__flag.iti__re {
    background-position: -4229px 0;
    height: 14px
}

.iti__flag.iti__ro {
    background-position: -4251px 0;
    height: 14px
}

.iti__flag.iti__rs {
    background-position: -4273px 0;
    height: 14px
}

.iti__flag.iti__ru {
    background-position: -4295px 0;
    height: 14px
}

.iti__flag.iti__rw {
    background-position: -4317px 0;
    height: 14px
}

.iti__flag.iti__sa {
    background-position: -4339px 0;
    height: 14px
}

.iti__flag.iti__sb {
    background-position: -4361px 0;
    height: 10px
}

.iti__flag.iti__sc {
    background-position: -4383px 0;
    height: 10px
}

.iti__flag.iti__sd {
    background-position: -4405px 0;
    height: 10px
}

.iti__flag.iti__se {
    background-position: -4427px 0;
    height: 13px
}

.iti__flag.iti__sg {
    background-position: -4449px 0;
    height: 14px
}

.iti__flag.iti__sh {
    background-position: -4471px 0;
    height: 10px
}

.iti__flag.iti__si {
    background-position: -4493px 0;
    height: 10px
}

.iti__flag.iti__sj {
    background-position: -4515px 0;
    height: 15px
}

.iti__flag.iti__sk {
    background-position: -4537px 0;
    height: 14px
}

.iti__flag.iti__sl {
    background-position: -4559px 0;
    height: 14px
}

.iti__flag.iti__sm {
    background-position: -4581px 0;
    height: 15px
}

.iti__flag.iti__sn {
    background-position: -4603px 0;
    height: 14px
}

.iti__flag.iti__so {
    background-position: -4625px 0;
    height: 14px
}

.iti__flag.iti__sr {
    background-position: -4647px 0;
    height: 14px
}

.iti__flag.iti__ss {
    background-position: -4669px 0;
    height: 10px
}

.iti__flag.iti__st {
    background-position: -4691px 0;
    height: 10px
}

.iti__flag.iti__sv {
    background-position: -4713px 0;
    height: 12px
}

.iti__flag.iti__sx {
    background-position: -4735px 0;
    height: 14px
}

.iti__flag.iti__sy {
    background-position: -4757px 0;
    height: 14px
}

.iti__flag.iti__sz {
    background-position: -4779px 0;
    height: 14px
}

.iti__flag.iti__ta {
    background-position: -4801px 0;
    height: 10px
}

.iti__flag.iti__tc {
    background-position: -4823px 0;
    height: 10px
}

.iti__flag.iti__td {
    background-position: -4845px 0;
    height: 14px
}

.iti__flag.iti__tf {
    background-position: -4867px 0;
    height: 14px
}

.iti__flag.iti__tg {
    background-position: -4889px 0;
    height: 13px
}

.iti__flag.iti__th {
    background-position: -4911px 0;
    height: 14px
}

.iti__flag.iti__tj {
    background-position: -4933px 0;
    height: 10px
}

.iti__flag.iti__tk {
    background-position: -4955px 0;
    height: 10px
}

.iti__flag.iti__tl {
    background-position: -4977px 0;
    height: 10px
}

.iti__flag.iti__tm {
    background-position: -4999px 0;
    height: 14px
}

.iti__flag.iti__tn {
    background-position: -5021px 0;
    height: 14px
}

.iti__flag.iti__to {
    background-position: -5043px 0;
    height: 10px
}

.iti__flag.iti__tr {
    background-position: -5065px 0;
    height: 14px
}

.iti__flag.iti__tt {
    background-position: -5087px 0;
    height: 12px
}

.iti__flag.iti__tv {
    background-position: -5109px 0;
    height: 10px
}

.iti__flag.iti__tw {
    background-position: -5131px 0;
    height: 14px
}

.iti__flag.iti__tz {
    background-position: -5153px 0;
    height: 14px
}

.iti__flag.iti__ua {
    background-position: -5175px 0;
    height: 14px
}

.iti__flag.iti__ug {
    background-position: -5197px 0;
    height: 14px
}

.iti__flag.iti__um {
    background-position: -5219px 0;
    height: 11px
}

.iti__flag.iti__un {
    background-position: -5241px 0;
    height: 14px
}

.iti__flag.iti__us {
    background-position: -5263px 0;
    height: 11px
}

.iti__flag.iti__uy {
    background-position: -5285px 0;
    height: 14px
}

.iti__flag.iti__uz {
    background-position: -5307px 0;
    height: 10px
}

.iti__flag.iti__va {
    background-position: -5329px 0;
    height: 15px
}

.iti__flag.iti__vc {
    background-position: -5346px 0;
    height: 14px
}

.iti__flag.iti__ve {
    background-position: -5368px 0;
    height: 14px
}

.iti__flag.iti__vg {
    background-position: -5390px 0;
    height: 10px
}

.iti__flag.iti__vi {
    background-position: -5412px 0;
    height: 14px
}

.iti__flag.iti__vn {
    background-position: -5434px 0;
    height: 14px
}

.iti__flag.iti__vu {
    background-position: -5456px 0;
    height: 12px
}

.iti__flag.iti__wf {
    background-position: -5478px 0;
    height: 14px
}

.iti__flag.iti__ws {
    background-position: -5500px 0;
    height: 10px
}

.iti__flag.iti__xk {
    background-position: -5522px 0;
    height: 15px
}

.iti__flag.iti__ye {
    background-position: -5544px 0;
    height: 14px
}

.iti__flag.iti__yt {
    background-position: -5566px 0;
    height: 14px
}

.iti__flag.iti__za {
    background-position: -5588px 0;
    height: 14px
}

.iti__flag.iti__zm {
    background-position: -5610px 0;
    height: 14px
}

.iti__flag.iti__zw {
    background-position: -5632px 0;
    height: 10px
}

.iti__flag {
    background-color: #dbdbdb;
    background-image: url(/dist/images/flags.png);
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px 0 #888;
    height: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(/dist/images/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.iti {
    display: block
}

.hf-warning {
    color: #ec1e24;
    font-size: .875rem;
    margin-top: .25rem
}

.form-control-custom.hf-validated.hf-invalid {
    border-bottom: 2px solid #ec1e24
}

input[type=radio].hf-validated.hf-invalid ~ label {
    color: #ec1e24
}

.glightbox-container {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    z-index: 999999 !important
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9999
}

.glightbox-container .gslider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.glightbox-container .gslide, .glightbox-container .gslider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%
}

.glightbox-container .gslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glightbox-container .gslide.current {
    opacity: 1;
    position: relative;
    z-index: 99999
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe, .gslide video {
    -webkit-overflow-scrolling: touch;
    border: none;
    min-height: 165px;
    outline: none !important;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    border: none;
    display: block;
    float: none;
    height: auto;
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
    max-width: 100%;
    width: auto
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    max-width: 100vh;
    position: relative;
    width: 100% !important
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none
}

.gslide-video .gvideo-wrapper {
    margin: auto;
    width: 100%
}

.gslide-video:before {
    background: rgba(255, 0, 0, .34);
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.gslide-video.playing:before {
    display: none
}

.gslide-video.fullscreen {
    height: 75vh;
    max-width: 100% !important;
    min-width: 100%
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    margin: auto;
    max-height: calc(100vh - 40px);
    max-width: 100%;
    overflow: auto;
    text-align: left
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.ginlined-content {
    display: block !important;
    opacity: 1;
    overflow: auto
}

.gslide-external {
    background: #fff;
    height: 100%;
    max-height: 75vh;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    width: 100%
}

.gslide-external, .gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gslide-media {
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

.gslide-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative
}

.gslide-description.description-left, .gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.glightbox-button-hidden, .zoomed .gslide-description {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .75));
    bottom: 0;
    height: auto !important;
    max-height: 78vh;
    max-width: 100vw !important;
    order: 2 !important;
    overflow: auto !important;
    padding: 19px 11px 50px;
    position: absolute;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 100%
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    opacity: .4;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    -webkit-animation: lightboxLoader .8s linear infinite;
    animation: lightboxLoader .8s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    display: block;
    height: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 47%;
    width: 25px;
    z-index: 9999
}

.goverlay {
    height: calc(100vh + 1px);
    left: 0;
    position: fixed;
    top: -1px;
    width: 100%;
    will-change: opacity
}

.glightbox-mobile .goverlay, .goverlay {
    background: #000
}

.gclose, .gnext, .gprev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    width: 26px;
    z-index: 99999
}

.gclose svg, .gnext svg, .gprev svg {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 25px
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
    opacity: .1
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    color: #000;
    font-family: arial;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 19px
}

.glightbox-clean .gslide-desc {
    font-family: arial;
    font-size: .86em;
    line-height: 1.4em;
    margin-bottom: 0
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    left: 30px
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
    height: 50px;
    position: absolute;
    top: -100%;
    width: 40px
}

.glightbox-clean .gnext {
    right: 30px
}

.glightbox-clean .gclose {
    height: 35px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 35px
}

.glightbox-clean .gclose svg {
    height: auto;
    width: 18px
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        width: auto
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
        height: 100%;
        overflow-y: auto;
        position: absolute
    }

    .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
        background-color: rgba(0, 0, 0, .32)
    }

    .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .glightbox-clean .gnext, .glightbox-clean .gprev {
        top: 45%
    }
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

.v-select {
    font-family: inherit;
    position: relative
}

.v-select, .v-select * {
    box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active, .vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter, .vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
    background-color: #f8f8f8;
    cursor: not-allowed
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    display: flex;
    padding: 0 0 4px;
    white-space: normal
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    align-items: center;
    display: flex;
    padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: #333;
    transform: scale(.8);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(.8)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: #333;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    padding: 0
}

.vs__dropdown-menu {
    background: #fff;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 0 0 4px 4px;
    border-top-style: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 1000
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    clear: both;
    color: #333;
    cursor: pointer;
    display: block;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff
}

.vs__dropdown-option--deselect {
    background: #fb5858;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: rgba(60, 60, 60, .5);
    cursor: inherit
}

.vs__selected {
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    display: flex;
    line-height: 1.5;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    fill: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    margin-left: 4px;
    padding: 0;
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--loading .vs__selected, .vs--single.vs--open .vs__selected {
    opacity: .4;
    position: absolute
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search, .vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    flex-grow: 1;
    font-size: 1em;
    line-height: 1.5;
    margin: 4px 0 0;
    max-width: 100%;
    outline: none;
    padding: 0 7px;
    width: 0;
    z-index: 1
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    animation: vSelectSpinner 1.1s linear infinite;
    border: .9em solid hsla(0, 0%, 39%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    font-size: 5px;
    opacity: 0;
    overflow: hidden;
    text-indent: -9999em;
    transform: translateZ(0);
    transition: opacity .1s
}

.vs__spinner, .vs__spinner:after {
    border-radius: 50%;
    height: 5em;
    width: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.vs__search::-moz-placeholder {
    background: #fff;
    color: inherit
}

.vs__dropdown-menu, .vs__dropdown-toggle, .vs__search::placeholder {
    background: #fff;
    color: inherit
}

.vs__selected {
    padding: .06em .375em
}

.vs__actions {
    padding: .25em .75em 0 .25em
}

svg [aria-labelledby=id-66-title] {
    display: none
}

.number-circle {
    border-radius: 50%;
    font-size: 1rem;
    height: 1.75rem;
    line-height: 1rem;
    padding: .4rem 0;
    text-align: center;
    width: 1.75rem
}

@media (min-width: 992px) {
    .bg-vline-lg-center-primary {
        background-image: linear-gradient(rgba(28, 54, 205, .9), rgba(28, 54, 205, .9))
    }

    .bg-vline-lg-center-primary, .bg-vline-lg-center-success {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 220px 100%
    }

    .bg-vline-lg-center-success {
        background-image: linear-gradient(rgba(94, 199, 55, .9), rgba(94, 199, 55, .9))
    }

    .bg-vline-lg-center-info {
        background-image: linear-gradient(rgba(23, 243, 199, .9), rgba(23, 243, 199, .9))
    }

    .bg-vline-lg-center-info, .bg-vline-lg-center-warning {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 220px 100%
    }

    .bg-vline-lg-center-warning {
        background-image: linear-gradient(rgba(243, 209, 23, .9), rgba(243, 209, 23, .9))
    }

    .bg-vline-lg-center-danger {
        background-image: linear-gradient(rgba(236, 30, 36, .9), rgba(236, 30, 36, .9))
    }

    .bg-vline-lg-center-danger, .bg-vline-lg-center-light {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 220px 100%
    }

    .bg-vline-lg-center-light {
        background-image: linear-gradient(#dbdbdb, #dbdbdb)
    }
}

.gallery {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 0;
    column-gap: 0;
    line-height: 0
}

.gallery img {
    height: auto !important;
    width: 100% !important
}

@media (max-width: 991.98px) {
    .gallery {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (max-width: 767.98px) {
    .gallery {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (max-width: 575.98px) {
    .gallery {
        -moz-column-count: 2;
        column-count: 2
    }
}

.square {
    position: relative
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.content {
    height: 100%;
    position: absolute
}

#BambooHR, .content {
    width: 100%
}

#BambooHR .BambooHR-ATS-board .h2, #BambooHR .BambooHR-ATS-board h2 {
    display: none
}

#BambooHR .BambooHR-ATS-Department-Item:not(:last-of-type) {
    margin-bottom: 2.5rem !important
}

@media (min-width: 768px) {
    #BambooHR .BambooHR-ATS-Department-Item:not(:last-of-type) {
        margin-bottom: 3.5rem !important
    }
}

#BambooHR .BambooHR-ATS-Department-Header {
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2.125rem;
    opacity: .5
}

@media (min-width: 768px) {
    #BambooHR .BambooHR-ATS-Department-Header {
        padding-left: 2.875rem
    }
}

#BambooHR .BambooHR-ATS-Jobs-List {
    border: none !important;
    padding: 0 !important
}

#BambooHR .BambooHR-ATS-Jobs-Item {
    background-color: #fff;
    box-shadow: 0 .625rem .625rem 0 rgba(0, 0, 0, .02);
    display: flex;
    -webkit-transition: all .37s ease;
    transition: all .37s ease
}

#BambooHR .BambooHR-ATS-Jobs-Item:not(:last-of-type) {
    margin-bottom: 1.5rem !important
}

#BambooHR .BambooHR-ATS-Jobs-Item:hover {
    box-shadow: none
}

#BambooHR .BambooHR-ATS-Jobs-Item a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 1.0625rem;
    font-weight: 700;
    justify-content: space-between;
    padding: 1.125rem 1.5rem;
    width: 100%
}

#BambooHR .BambooHR-ATS-Jobs-Item a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.91 122.88' fill='%231c36cd' style='enable-background:new 0 0 66.91 122.88' xml:space='preserve'%3E%3Cpath d='M1.95 111.2a6.875 6.875 0 0 0 .14 9.73 6.875 6.875 0 0 0 9.73-.14L64.94 66l-4.93-4.79 4.95 4.8c2.65-2.74 2.59-7.11-.15-9.76-.08-.08-.16-.15-.24-.22L11.81 2.09c-2.65-2.73-7-2.79-9.73-.14-2.72 2.65-2.78 7-.13 9.73l48.46 49.55L1.95 111.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 1.3125rem;
    margin-left: .625rem;
    min-width: .75rem;
    transition: all .37s ease;
    width: .75rem
}

@media (min-width: 768px) {
    #BambooHR .BambooHR-ATS-Jobs-Item a {
        padding: 1.25rem 2.875rem
    }
}

#BambooHR .BambooHR-ATS-Jobs-Item a:hover:after {
    transform: translateX(.625rem)
}

#BambooHR .BambooHR-ATS-Location {
    display: none
}

.challenges_row:before {
    background-image: url(/dist/images/left_line.png);
    height: 100px;
    left: 8px;
    width: 110px
}

.challenges_row:after, .challenges_row:before {
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    position: absolute;
    top: 30%
}

.challenges_row:after {
    background-image: url(/dist/images/right_line.png);
    height: 110px;
    right: 20px;
    width: 100px
}

@media (max-width: 1199px) {
    .challenges_row:after, .challenges_row:before {
        content: none
    }
}

.circular_col .ui-widgets {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #4fb1a1, #b833c9) border-box;
    border-color: transparent #fff #fff transparent;
    border-radius: 8em;
    border-style: solid;
    border-width: 20px;
    box-shadow: inset 0 0 7px grey;
    height: 15rem;
    transform: rotate(45deg);
    width: 15rem;
    z-index: 2
}

.circular_col:nth-child(2) .ui-widgets {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e13c5a, #fdb828) border-box;
    transform: rotate(225deg)
}

.circular_col:nth-child(3) .ui-widgets {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c933d1, #e9ae2d) border-box
}

@media (max-width: 375px) {
    .circular_col .ui-widgets {
        height: auto;
        width: auto
    }

    .circular_col .circular_text {
        height: 150px;
        width: 150px
    }
}

@media (min-width: 376px) and (max-width: 1199px) {
    .circular_col .ui-widgets {
        height: auto;
        width: auto
    }

    .circular_col .circular_text {
        height: 165px;
        width: 165px
    }
}

.circular_text {
    border-radius: 8em;
    box-shadow: 25px 38px 91px 0 rgba(13, 18, 20, .278);
    height: 198px;
    transform: rotate(316deg);
    vertical-align: middle;
    width: 200px;
    word-spacing: 9999999px
}

.circular_col:nth-child(2) .circular_text {
    transform: rotate(135deg)
}

.circular_col .box {
    background-image: url(/dist/images/challenge_line1.png);
    background-repeat: no-repeat;
    background-size: 250px 270px;
    bottom: 4px;
    height: 100%;
    position: absolute;
    right: -180px;
    width: 302px;
    z-index: 1
}

.circular_col:nth-child(2) .box {
    background-image: url(/dist/images/challenge_line2.png)
}

.red_arrow {
    background-image: url(/dist/images/red_arrow.png)
}

.green_arrow {
    background-image: url(/dist/images/green_arrow.png)
}

@media (min-width: 1200px) {
    .award_col {
        flex: 1 1 auto
    }
}

.env_col img {
    width: auto
}

@media (max-width: 425px) {
    .env_col img {
        width: 75%
    }
}

@media (max-width: 1199px) {
    .dashed_line {
        background-image: none !important
    }
}

@media (min-width: 1200px) and (max-width: 2560px) {
    .dashed_line {
        background-position: bottom
    }
}

@media (min-width: 2561px) {
    .dashed_line {
        background-image: none !important
    }
}

.modal_onload:before {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media (max-width: 767px) {
    .polygon_img {
        bottom: -13px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .polygon_img {
        bottom: 18px
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .polygon_img {
        bottom: -13px
    }
}

@media (min-width: 1400px) {
    .polygon_img {
        bottom: 64px
    }
}

@media (max-width: 991px) {
    .hero_koren_ib {
        background-position: 0 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero_koren_ib {
        background-position: 0 44px
    }
}

@media (min-width: 1200px) {
    .hero_koren_ib {
        background-position: 0 123px
    }
}

.section-platforms svg image {
    filter: invert(32%) sepia(38%) saturate(2514%) hue-rotate(122deg) brightness(102%) contrast(115%)
}

.section-platforms svg image:hover {
    filter: none
}

@media (max-width: 991px) {
    .hero_mt5_platform .col_side_img {
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .hero_mt5_platform {
        background: linear-gradient(90deg, #1c1c1c 0, #1c1c1c 75%, #fff 0, #fff) !important
    }
}

.index_index .navbar-expand-xl .navbar-nav {
    flex: 1;
    justify-content: center;
}

.navbar-transparent.navbar-expand-xl .navbar-nav {
    flex: auto;
    justify-content: flex-start;
}

img {
    max-width: 100%;
}

.index_index .section-hero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.index_index .section-hero > .container-xxl:first-child {
    flex: 1;
    display: flex;
    align-items: center;
}