@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: blue;
    --bs-dark: #000;
    --bs-primary-rgb: 0, 0, 255;
    --bs-dark-rgb: 0, 0, 0;
    --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: #dee2e6;
    --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: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --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 {
    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);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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: 1rem;
    margin-top: 0
}

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

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
}

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

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

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

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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,
kbd,
pre,
samp {
    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 {
    color: var(--bs-code-color);
    font-size: .875em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

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

tbody,
td,
tfoot,
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,
optgroup,
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
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

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
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

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-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

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

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.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,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

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

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

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

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

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

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

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

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

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

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

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

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

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

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

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 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-group-divider {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

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

.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-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000
}

.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000
}

.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000
}

.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000
}

.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff
}

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

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

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

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.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: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .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 {
    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
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .25rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

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

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

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

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

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

.form-control-color {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem;
    width: 3rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-select {
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    width: 100%;
    -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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .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-select-sm {
    border-radius: .25rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.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-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -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: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.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: #0d6efd;
    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: #0d6efd
}

.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-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    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='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

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

.form-switch .form-check-input:focus {
    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='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    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='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

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

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

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

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

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

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

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

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

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

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

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

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

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

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

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: .25rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

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

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

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: #198754;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    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"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .375rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    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"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.1rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --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: 0.375rem;
    --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), 0.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: blue;
    --bs-btn-border-color: blue;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0000d9;
    --bs-btn-hover-border-color: #00c;
    --bs-btn-focus-shadow-rgb: 38, 38, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00c;
    --bs-btn-active-border-color: #0000bf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: blue;
    --bs-btn-disabled-border-color: blue
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #1a1a1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000
}

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

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

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

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

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

.btn-group-sm>.btn,
.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,
.dropend,
.dropstart,
.dropup,
.dropup-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: #0d6efd;
    --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
    }
}

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

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

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

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

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

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

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

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

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

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

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

.dropstart .dropdown-toggle:before {
    vertical-align: 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: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.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-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

.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: .5625rem;
    padding-right: .5625rem
}

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

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

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

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

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

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

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.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-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

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

.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-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .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: 0.25rem;
    --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-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.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-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.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
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

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

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

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

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

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

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

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

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@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-nav-scroll {
        overflow: visible
    }

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

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

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

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

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

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

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

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

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

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

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

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

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

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

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

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

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1);
    --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(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.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;
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
    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)
}

.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>.card-header+.list-group,
.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-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
}

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

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 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-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

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

.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.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' fill='%23212529' viewBox='0 0 16 16'%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-.708'/%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' fill='%230c63e4' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.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
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.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(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    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
}

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

.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    z-index: 2
}

.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled>.page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius)
}

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

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

.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-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    --bs-alert-color: #009;
    --bs-alert-bg: #ccf;
    --bs-alert-border-color: #b3b3ff
}

.alert-primary .alert-link {
    color: #00007a
}

.alert-dark {
    --bs-alert-color: #000;
    --bs-alert-bg: #ccc;
    --bs-alert-border-color: #b3b3b3
}

.alert-dark .alert-link {
    color: #000
}

@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: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height)
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

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

.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: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.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)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
}

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

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

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

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

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

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

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

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

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

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

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

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

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

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

.list-group-item-primary {
    background-color: #ccf;
    color: #009
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #b8b8e6;
    color: #009
}

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

.list-group-item-dark {
    background-color: #ccc;
    color: #000
}

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

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

.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.414'/%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(13, 110, 253, .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
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-header-border-color: rgba(0, 0, 0, .05);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width)
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--bs-toast-zindex)
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color: var(--bs-toast-header-color);
    display: flex;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x)*-.5)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.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
    }
}

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

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

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

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

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top: -1px
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right: -1px
}

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

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

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

.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width)
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width)*-.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}

.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 {
    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' fill='%23fff' viewBox='0 0 16 16'%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 0'/%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' fill='%23fff' viewBox='0 0 16 16'%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-.708'/%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
}

.spinner-border,
.spinner-grow {
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

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

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

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

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

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075)
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform .3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
}

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

.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

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

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

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

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

.placeholder-wave {
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

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

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

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

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

.link-primary {
    color: blue !important
}

.link-primary:focus,
.link-primary:hover {
    color: #00c !important
}

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

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

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

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

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

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

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

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

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

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

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

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

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

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

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

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

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

.align-text-bottom {
    vertical-align: text-bottom !important
}

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !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 {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.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-end-0 {
    border-right: 0 !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-start-0 {
    border-left: 0 !important
}

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

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-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
}

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
    flex-shrink: 0 !important
}

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

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

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !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-baseline {
    align-items: baseline !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-auto {
    margin: auto !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-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !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
}

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

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

.mt-1 {
    margin-top: .25rem !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-auto {
    margin-top: auto !important
}

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

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

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

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

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

.me-5 {
    margin-right: 3rem !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-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !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
}

.ms-auto {
    margin-left: auto !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
}

.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
}

.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
}

.pt-0 {
    padding-top: 0 !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
}

.pe-0 {
    padding-right: 0 !important
}

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

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

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

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

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

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

.pb-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
}

.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-4 {
    padding-left: 1.5rem !important
}

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

.gap-0 {
    gap: 0 !important
}

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

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

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

.gap-4 {
    gap: 1.5rem !important
}

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

.font-monospace {
    font-family: var(--bs-font-monospace) !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
}

.fs-6 {
    font-size: 1rem !important
}

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

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

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

.fw-lighter {
    font-weight: lighter !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
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

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

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

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

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

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

.text-decoration-line-through {
    text-decoration: line-through !important
}

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

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

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

.text-wrap {
    white-space: normal !important
}

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

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

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

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

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

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

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

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

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

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

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

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

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

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

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

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

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

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

.bg-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
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

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

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

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

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

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

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

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

.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
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

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

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

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

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

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

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

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

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

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

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pe-sm-0 {
        padding-right: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

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

    .gap-sm-4 {
        gap: 1.5rem !important
    }

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

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

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

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

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

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

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

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

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

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

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

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

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

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

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

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

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

    .m-md-0 {
        margin: 0 !important
    }

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

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

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

    .m-md-4 {
        margin: 1.5rem !important
    }

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

    .m-md-auto {
        margin: auto !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pe-md-0 {
        padding-right: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

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

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

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

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

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

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

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

    .align-content-lg-center {
        align-content: center !important
    }

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

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

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

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

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

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

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

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

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

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

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

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

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

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

    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .m-lg-auto {
        margin: auto !important
    }

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

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

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

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

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !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-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

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

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

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !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-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

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

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

    .mt-lg-2 {
        margin-top: .5rem !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-auto {
        margin-top: auto !important
    }

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

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

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

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

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

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

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

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

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

    .mb-lg-2 {
        margin-bottom: .5rem !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-auto {
        margin-bottom: auto !important
    }

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

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !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-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !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-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !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
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .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
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0px;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

:root {
    --orange: #ff5722;
    --blue: #009ac9
}

body {
    font-family: Libre Caslon Text, serif;
    padding-top: 150px
}

@media (min-width:1024px) {
    body {
        padding-top: 200px
    }
}

@media (max-width:768px) {
    .main-block {
        overflow: hidden
    }
}

.container-xl {
    max-width: 1260px
}

input:focus,
input:invalid:focus {
    box-shadow: none
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    box-shadow: none
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none
}

.custom-select {
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.709' height='7.23'%3E%3Cpath fill='%23262e35' d='m1.376 0 4.479 4.469L10.333 0l1.376 1.376L5.854 7.23 0 1.376Z' data-name='Path 54'/%3E%3C/svg%3E") right 1rem center/12px 10px no-repeat
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.709' height='7.23'%3E%3Cpath fill='%23262e35' d='m1.376 0 4.479 4.469L10.333 0l1.376 1.376L5.854 7.23 0 1.376Z' data-name='Path 54'/%3E%3C/svg%3E") right 1rem center/12px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 2.1rem /calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.709' height='7.23'%3E%3Cpath fill='%23262e35' d='m1.376 0 4.479 4.469L10.333 0l1.376 1.376L5.854 7.23 0 1.376Z' data-name='Path 54'/%3E%3C/svg%3E") right 1rem center/12px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E") center right 2.1rem /calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.block-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width:1024px) {
    .block-title {
        font-size: 40px
    }
}

.block-title span {
    align-items: center;
    display: inline-flex;
    gap: 23px
}

.block-title span i {
    font-style: normal
}

.block-title span:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.121' height='21.414'%3E%3Cg fill='none' stroke='%23000'%3E%3Cpath d='m1.061.354 10 10'/%3E%3Cpath stroke-width='3' d='m1.061 20.354 10-10'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: 0 0 13px;
    height: 22px;
    width: 13px
}

.block-title.no-arrow span:after {
    display: none
}

.bt-lg {
    font-size: 1.625rem
}

.bt-sm {
    font-size: 1.25rem
}

@media (min-width:1260px) {
    .fs-1 {
        font-size: 2.75rem !important
    }

    .fs-2 {
        font-size: 2.5rem !important
    }

    .fs-3 {
        font-size: 1.875rem !important
    }

    .fs-4 {
        font-size: 1.75rem !important
    }

    .fs-5 {
        font-size: 1.625rem !important
    }

    .fs-6 {
        font-size: 1.5rem !important
    }
}

@media (min-width:768px) {
    .fs-7 {
        font-size: 1.375rem !important
    }
}

@media (min-width:1260px) {
    .fs-8 {
        font-size: 1.25rem !important
    }

    .fs-9 {
        font-size: 1.125rem !important
    }
}

@media (min-width:768px) {
    .fs-10 {
        font-size: 1rem !important
    }

    .fs-11 {
        font-size: .813rem !important
    }
}

.common-nav-tabs {
    border-bottom: 1px solid #707070;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    overflow-x: auto;
    white-space: nowrap
}

.common-nav-tabs .nav-link {
    color: #000;
    font-size: .75rem;
    letter-spacing: .03em
}

.common-nav-tabs .nav-link.active {
    font-weight: 700
}

.common-nav-tabs.nav-pills .nav-link.active {
    background-color: #000
}

.dnh-hr {
    border-top-color: #707070;
    opacity: 1
}

.hr-black {
    border-top: 7px solid #000;
    opacity: 1
}

.common-card {
    border: 0;
    transition: all .3 ease-in
}

.common-card .card-bottom p {
    color: #333;
    font-size: .625rem;
    letter-spacing: .01em;
    line-height: 18px
}

.common-card .card-bottom p.new-category {
    color: #333;
    font-weight: 700;
    margin-bottom: 0
}

.common-card .card-bottom p.region-name {
    color: #666;
    margin-bottom: 0;
    text-align: right
}

.common-card .card-bottom p.time-stamp {
    color: #666;
    font-size: .563rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 0
}

.common-card .user-status {
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    margin-top: 8px;
    padding: 3px 0
}

.common-card .user-status>.row {
    align-items: center
}

.common-card:hover .card-horizontal .img-square-wrapper img {
    transform: scale(1.1)
}

@media (min-width:768px) {
    .same-h {
        min-height: 189px
    }

    .mh-114 {
        min-height: 97px
    }
}

@media (min-width:1024px) {
    .mh-114 {
        min-height: 97px
    }
}

@media (min-width:1260px) {
    .mh-114 {
        min-height: 114px
    }
}

@media (min-width:768px) {
    .mh-120 {
        min-height: 120px
    }

    .mh-143 {
        min-height: 143px
    }
}

.user-action {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

.user-action>li {
    list-style: none
}

.user-action>li .icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12'%3E%3Cg fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' transform='translate(-2.5 -1.533)'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(10 2.033)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(3 6.033)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(10 10.033)'/%3E%3Cpath d='m6.084 8.35 3.768 2.2M9.846 4.488 6.084 6.684'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    display: inline-block;
    flex: 0 0 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -99999px;
    width: 12px
}

.user-action>li .share {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12'%3E%3Cg fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' transform='translate(-2.5 -1.533)'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(10 2.033)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(3 6.033)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='translate(10 10.033)'/%3E%3Cpath d='m6.084 8.35 3.768 2.2M9.846 4.488 6.084 6.684'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: 10px 11px
}

.user-action>li .like {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.763' height='12.331'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='square' stroke-miterlimit='10' d='M12.047 1.716a3.35 3.35 0 0 0-5.166.518 3.353 3.353 0 1 0-5.165 4.224l5.165 5.166 5.166-5.166a3.353 3.353 0 0 0 0-4.742Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.user-action>li .like.act,
.user-action>li .like.active {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.763' height='12.331'%3E%3Cpath fill='%23fc4500' stroke='%23fc4500' stroke-linecap='square' stroke-miterlimit='10' d='M12.047 1.716a3.35 3.35 0 0 0-5.166.518 3.353 3.353 0 1 0-5.165 4.224l5.165 5.166 5.166-5.166a3.353 3.353 0 0 0 0-4.742Z' data-name='Path 3'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.user-action>li .like.liked {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.948' height='16.218'%3E%3Cpath fill='none' stroke='%23ff5721' stroke-linecap='square' stroke-miterlimit='10' d='M16.094 1.853a4.62 4.62 0 0 0-7.12.715 4.622 4.622 0 1 0-7.12 5.823l7.12 7.12 7.12-7.12a4.62 4.62 0 0 0 0-6.538Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.user-action>li .dots {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2'%3E%3Cpath fill-rule='evenodd' d='M0 1a1 1 0 1 1 1 1 1 1 0 0 1-1-1m5 0a1 1 0 1 1 1 1 1 1 0 0 1-1-1m5 0a1 1 0 1 1 1 1 1 1 0 0 1-1-1'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.user-action>li .close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.545' height='8.545'%3E%3Cpath fill='%23ff5722' d='M8.545.863 7.683 0l-3.41 3.41L.863 0 0 .863l3.41 3.41L0 7.683l.863.863 3.41-3.41 3.41 3.41.863-.863-3.41-3.41Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    opacity: 1 !important
}

.news-source {
    color: #666;
    font-size: .75rem
}

.number-badge {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    border-radius: 0 0 2px 3px;
    color: #fff;
    display: flex;
    font-size: 60px;
    justify-content: center;
    left: 10px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 52px
}

.number-badge,
.only-no-badge {
    font-weight: 700;
    letter-spacing: .01em;
    line-height: .9
}

.only-no-badge {
    color: #333;
    font-size: 30px
}

.card-horizontal {
    display: flex;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .card-horizontal {
        margin-bottom: 24px
    }
}

.card-horizontal .img-square-wrapper {
    flex: 0 0 107px;
    position: relative
}

.card-horizontal .img-square-wrapper a {
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    width: 100%
}

.card-horizontal .img-square-wrapper img {
    background: #c3c3c3;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease-in;
    width: 100%
}

.card-horizontal .card-body {
    padding: 0 0 0 12px
}

.card-horizontal .news-source {
    color: #666;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 18px
}

.card-horizontal .news-source a {
    color: #666;
    text-decoration: none
}

.card-horizontal .news-source a:hover {
    text-decoration: none
}

.card-horizontal .card-title {
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
    margin-bottom: 0
}

.card-horizontal .card-title a {
    color: #333;
    text-decoration: none
}

.card-horizontal .card-title a:hover {
    text-decoration: none
}

.card-profile-photo {
    padding-bottom: 40px
}

.card-profile-photo .card-pp-inner {
    align-items: flex-end;
    background: #e5d2d2 url(/_nuxt/pink-bg.Cq-WPNjd.jpg) no-repeat 50%;
    background-size: cover;
    display: flex;
    height: 295px;
    justify-content: center;
    position: relative;
    width: 100%
}

.card-profile-photo .card-pp-inner.tail {
    background: #e4e5d2 url(/_nuxt/tail-bg.97B2xs81.jpg) no-repeat 50%;
    background-size: cover
}

.card-profile-photo .card-pp-inner.blue {
    background: #d2d9e5 url(/_nuxt/blue-bg.BF4F9zWs.jpg) no-repeat 50%;
    background-size: cover
}

.card-profile-photo .card-pp-inner.purple {
    background: #e1d2e5 url(/_nuxt/purple-bg.C6d4Z-Bb.jpg) no-repeat 50%;
    background-size: cover
}

.card-profile-photo .card-pp-inner img {
    background-color: #f7f7f7;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: -40px;
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 205px
}

a.mic-icon,
a.play-icon {
    bottom: 15px;
    display: block;
    height: 24px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    width: 24px !important
}

a.play-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cg transform='translate(.5 .5)'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff' data-name='Ellipse 100'/%3E%3Cpath fill-rule='evenodd' stroke='%23fff' d='M0 12a12 12 0 1 1 12 12A12 12 0 0 1 0 12Zm10-3.891a.8.8 0 0 1 .8 0l5.6 3.2a.8.8 0 0 1 0 1.389l-5.6 3.2a.8.8 0 0 1-1.2-.698V8.8a.8.8 0 0 1 .4-.691Z' data-name='Path 5694'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain
}

a.mic-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cg transform='translate(-83 -2529)'%3E%3Ccircle cx='12' cy='12' r='12' stroke='%23fff' transform='translate(83.5 2529.5)'/%3E%3Cpath fill='%23fff' d='M95.5 2542.714a1.92 1.92 0 0 0 1.922-1.929l.006-3.857a1.929 1.929 0 1 0-3.857 0v3.858a1.926 1.926 0 0 0 1.929 1.928m4.5-1.928h-1.093a3.336 3.336 0 0 1-3.407 3.278 3.336 3.336 0 0 1-3.407-3.278H91a4.49 4.49 0 0 0 3.857 4.32v2.109h1.286v-2.109a4.49 4.49 0 0 0 3.857-4.32'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain
}

.news-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0
}

@media (min-width:700px) {
    .news-card .card-body {
        margin-top: 0;
        padding-left: 30px
    }
}

.news-card .card-horizontal {
    margin-bottom: 0
}

@media (max-width:699px) {
    .news-card .card-horizontal {
        display: block
    }
}

@media (min-width:700px) {
    .news-card .card-horizontal .img-square-wrapper {
        flex: 0 0 49.04%;
        width: 49.04%
    }
}

.news-card .card-horizontal .img-square-wrapper img {
    width: 100%
}

.news-card .card-horizontal .news-source {
    font-size: .75rem
}

.news-card .card-horizontal .card-title {
    font-size: 1.625rem;
    line-height: 1.4
}

@media (min-width:700px) {
    .news-card .card-horizontal .card-title {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .news-card .card-horizontal .card-title {
        font-size: 1.825rem
    }
}

@media (min-width:1150px) {
    .news-card .card-horizontal .card-title {
        font-size: 2.75rem;
        line-height: 50px
    }
}

.news-card .card-bottom {
    margin-top: 15px
}

@media (min-width:992px) {
    .news-card .card-bottom {
        margin-top: 0
    }
}

.source-card {
    background: #faf8f2;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
    padding: 21px 17px
}

.source-card .card-horizontal .img-square-wrapper {
    flex: 0 0 41%;
    width: 41%
}

.card-block .card-body {
    margin-top: 10px;
    padding-left: 0
}

.card-block .card-horizontal {
    display: block;
    margin-bottom: 0
}

.card-block .card-horizontal .news-source {
    font-size: .75rem
}

.card-block .card-horizontal .card-title {
    font-size: 1.625rem;
    line-height: 1.4
}

@media (min-width:700px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.825rem
    }
}

@media (min-width:1150px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.875rem;
        line-height: 1.2
    }
}

.card-block .card-bottom {
    margin-top: 15px
}

@media (min-width:992px) {
    .card-block .card-bottom {
        margin-top: 10px
    }
}

.card-block-small .card-body {
    padding-left: 0
}

.card-block-small .card-horizontal {
    display: block;
    margin-bottom: 0
}

.card-block-small .card-profile-photo img {
    transition: all .09s linear
}

.card-block-small:hover .card-profile-photo img {
    transform: scale(1.1)
}

.slick-dots li {
    height: 13px;
    margin: 0 3px;
    width: 13px
}

.slick-dots li button {
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active button {
    background-color: #aa9213;
    border: 1px solid #aa9213
}

.slick-dotted-top .slick-dots {
    bottom: inherit;
    text-align: right;
    top: -58px
}

.dnh-loading {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 13px;
    justify-content: center;
    line-height: 40px;
    position: relative;
    text-align: center
}

.dnh-loading:before {
    background: url(/_nuxt/ajax-loader.BcnMEykj.gif) 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: 0 0 20px;
    height: 20px;
    width: 20px
}

.btn-load {
    align-items: center;
    border: .5px solid #999;
    border-radius: 4px;
    color: #666;
    display: inline-flex;
    gap: 20px;
    justify-content: center;
    line-height: 1.4;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%
}

@media (min-width:768px) {
    .btn-load {
        font-size: 10px;
        padding: 18px 20px
    }
}

.btn-load:hover {
    border-color: #000;
    color: #000;
    text-decoration: none
}

.common-sec {
    padding-top: 45px
}

.link-text {
    color: #000
}

.link-text:hover {
    color: #009ac9
}

.scroll-theme::-webkit-scrollbar {
    width: 6px
}

.scroll-theme::-webkit-scrollbar-track {
    background: transparent
}

.scroll-theme::-webkit-scrollbar-thumb {
    background: #262e35;
    border-radius: 4px
}

.scroll-theme::-webkit-scrollbar-thumb:hover {
    background: #262e35
}

.source-details {
    margin-top: 35px
}

.source-details .nav-link {
    color: #333;
    letter-spacing: .01em
}

@media (min-width:768px) {
    .source-details .nav-link {
        font-size: 20px
    }
}

.source-details .nav-link.active {
    border-bottom: 2px solid #ff5722;
    color: #000;
    font-weight: 700
}

.source-head {
    align-items: center;
    display: flex;
    gap: 22px
}

.source-head .source-category {
    border-bottom: 1px solid #ff5722;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.4
}

.source-head .source-col {
    align-items: center;
    display: flex;
    gap: 15px
}

.source-head .source-col .source-name {
    color: #333;
    font-size: 13px
}

.source-head .source-col .source-name em {
    display: block;
    font-style: normal;
    font-weight: 700
}

.source-head .source-col .source-logo {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain
}

.share-cta {
    align-items: center;
    display: flex;
    gap: 10px
}

.share-cta .icon.btn-close {
    display: none
}

.share-cta .social-media {
    display: none;
    gap: 10px
}

.share-cta .social-icon {
    height: 14px;
    width: 14px
}

.latest-news-list .social-card .card-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4
}

@media (min-width:576px) {
    .latest-news-list .social-card .card-title {
        display: block;
        display: -webkit-box;
        font-size: 16px;
        height: 67.2px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.latest-news-list .social-card .card-title a {
    color: #333
}

.latest-news-list .social-card .card-title a:hover {
    text-decoration: none
}

.social-card {
    border: 1px solid #f1f1f1;
    min-height: 363px
}

.social-card .hash-tag {
    color: #ff5722;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .01em;
    margin-top: 10px
}

.social-card .editor {
    border-bottom: 0;
    min-width: auto;
    padding-bottom: 0
}

.social-card .editor:hover {
    text-decoration: none
}

.social-card .editor-name {
    text-align: right
}

.social-card .img-fluid {
    width: 100%
}

.social-card .img-square-wrapper {
    position: relative
}

.social-card .social-user {
    padding: 0 1rem 1rem
}

.social-card .social-icon {
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px
}

.twitter-card {
    border: 1px solid #55adee
}

.twitter-card .social-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49'%3E%3Cg transform='translate(-1038 -1187)'%3E%3Ccircle cx='24.5' cy='24.5' r='24.5' fill='%2355adee' data-name='Ellipse 103' transform='translate(1038 1187)'/%3E%3Cpath fill='%23fff' d='M1075.527 1203.49a10.8 10.8 0 0 1-3.012.817 5.27 5.27 0 0 0 2.31-2.9 10.5 10.5 0 0 1-3.331 1.276 5.233 5.233 0 0 0-8.935 4.774 14.86 14.86 0 0 1-10.785-5.473 5.3 5.3 0 0 0-.7 2.642 5.22 5.22 0 0 0 2.326 4.353 5.2 5.2 0 0 1-2.374-.651v.064a5.23 5.23 0 0 0 4.212 5.105 5 5 0 0 1-1.4.217 6 6 0 0 1-.983-.089 5.25 5.25 0 0 0 4.88 3.626 10.5 10.5 0 0 1-6.458 2.246 10 10 0 0 1-1.277-.078 14.77 14.77 0 0 0 8.028 2.361 14.793 14.793 0 0 0 14.947-14.907v-.677a10.8 10.8 0 0 0 2.552-2.706' data-name='Path 5682'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.instagram-card {
    border: 1px solid #a146d1
}

.instagram-card .social-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49'%3E%3Cg transform='translate(-1522 -1187)'%3E%3Ccircle cx='24.5' cy='24.5' r='24.5' fill='%23a146d1' data-name='Ellipse 103' transform='translate(1522 1187)'/%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1535 1200)'%3E%3Crect width='20' height='20' data-name='Rectangle 242' rx='5' transform='translate(2 2)'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37' data-name='Path 5683'/%3E%3Cpath d='M17.5 6.5h.01' data-name='Path 5684'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.facebook-card {
    border: 1px solid #385dab
}

.facebook-card .social-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49'%3E%3Cg transform='translate(-1522 -1610)'%3E%3Ccircle cx='24.5' cy='24.5' r='24.5' fill='%23385dab' data-name='Ellipse 104' transform='translate(1522 1610)'/%3E%3Cpath fill='%23fff' d='M1549.815 1627.82h1.88v-3.18a26 26 0 0 0-2.74-.14c-2.72 0-4.58 1.66-4.58 4.7v2.62h-3.07v3.56h3.07v9.12h3.68v-9.12h3.06l.46-3.56h-3.52v-2.27c0-1.05.28-1.73 1.76-1.73' data-name='Path 5685'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

@media (min-width:1300px) {
    .modal-xl {
        --bs-modal-width: 1260px
    }
}

.dnh-header {
    background-color: #fff;
    transition: all .3s ease-in
}

.dnh-header.active {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .3)
}

.dnh-header.active .world-header {
    margin-top: -90px
}

@media (min-width:768px) {
    .dnh-header.active .world-header {
        margin-top: -50px
    }
}

.dnh-header.active .dnh-navbar {
    padding-bottom: 0;
    padding-top: .625rem
}

@media (max-width:1024px) {
    .dnh-header.active .dnh-navbar {
        padding-left: 0;
        padding-right: 0;
        padding-top: .625rem
    }
}

.dnh-header .subscription-row .s-heading {
    font-size: 9px
}

@media (min-width:1024px) {
    .dnh-header .subscription-row .s-heading {
        font-size: 12px
    }
}

@media (min-width:1260px) {
    .dnh-header .subscription-row .s-heading {
        font-size: 16px
    }
}

.world-header {
    background-color: #f7f7f7;
    transition: all .3s ease-in
}

@media (max-width:768px) {
    .world-header {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.world-header .form-select {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4'%3E%3Cpath d='M3 4 0 0h6Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    border: 0;
    border-radius: 0;
    border-right: .5px solid #c3c3c3;
    color: #009ac9;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .01em;
    padding-bottom: 1rem;
    padding-top: 1rem
}

@media (max-width:768px) {
    .world-header .form-select {
        padding-right: 20px
    }
}

.world-header .form-select:focus {
    box-shadow: none
}

.countries-dropdown .dropdown-toggle {
    align-items: center;
    border: 0;
    border-radius: 0;
    border-right: .5px solid #c3c3c3;
    color: #009ac9;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .01em;
    padding: 1rem 1rem 2rem;
    text-align: left;
    width: 100%
}

@media (max-width:768px) {
    .countries-dropdown .dropdown-toggle {
        padding-right: 20px
    }
}

.countries-dropdown .dropdown-toggle:after {
    color: #000
}

.countries-dropdown .dropdown-toggle:active,
.countries-dropdown .dropdown-toggle:focus {
    border-right-color: #c3c3c3;
    box-shadow: none;
    color: #009ac9
}

.countries-dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-family: Libre Caslon Text, serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.4;
    max-height: 240px
}

.countries-dropdown .dropdown-menu:after,
.countries-dropdown .dropdown-menu:before {
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 70%;
    pointer-events: none;
    position: absolute;
    width: 0
}

.countries-dropdown .dropdown-menu:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 11px;
    margin-left: -11px
}

.countries-dropdown .dropdown-menu:before {
    border-color: hsla(0, 0%, 60%, 0) hsla(0, 0%, 60%, 0) #999;
    border-width: 12px;
    margin-left: -12px
}

.countries-dropdown .dropdown-menu>ul {
    list-style: none;
    margin-bottom: 0;
    max-height: 198px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0
}

.countries-dropdown .dropdown-menu>ul>li>a.active,
.countries-dropdown .dropdown-menu>ul>li>a:active {
    background-color: #1f1f1f;
    color: #fff
}

.live-indicator {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-top: 1rem;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.live-indicator::-webkit-scrollbar {
    display: none
}

.live-indicator>li {
    align-items: center;
    color: #333;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    gap: 10px;
    letter-spacing: .01em;
    list-style-type: none
}

.live-indicator>li:first-child {
    color: #000;
    font-family: Libre Caslon Text, serif;
    font-size: .725rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em
}

.live-indicator>li:first-child i {
    color: #666
}

.live-indicator>li>span:nth-child(2) {
    color: #000;
    font-size: .875rem;
    font-weight: 700
}

.live-indicator>li>span:nth-child(2) sub {
    bottom: 0;
    font-size: .625rem;
    font-weight: 400
}

.live-indicator>li>span.icon-indicator {
    display: inline-flex;
    height: 13px;
    overflow: hidden;
    text-indent: -99999px;
    width: 6px
}

.live-indicator>li>span.icon-indicator.up {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.707' height='13.354'%3E%3Cg fill='none' stroke='%23378837'%3E%3Cpath d='M3.354 1.354v12M.354 3.354l3-3M6.354 3.354l-3-3'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.live-indicator>li>span.icon-indicator.down {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.707' height='13.354'%3E%3Cg fill='none' stroke='%23cc3f4f'%3E%3Cpath d='M3.354 12V0M.354 10l3 3M6.354 10l-3 3'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.live-indicator>li>span.icon-indicator.right {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.426' height='7.437'%3E%3Cpath fill='none' stroke='%23707070' d='m.354.35 3.365 3.365L.354 7.08'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    margin-top: -2px
}

.bg-dark {
    background-color: #262e35 !important
}

.navbar-brand {
    display: inline-block;
    height: 30px;
    padding: 0;
    width: 98px
}

@media (min-width:1024px) {
    .navbar-brand {
        height: 50px;
        width: 164px
    }
}

@media (min-width:1285px) {
    .navbar-brand {
        margin-left: 0
    }
}

.navbar-brand .brand-logo {
    height: auto;
    width: 100%
}

.dnh-navbar {
    padding: .188rem 0;
    transition: all .3s ease-in
}

@media (min-width:1024px) {
    .dnh-navbar {
        padding: 1.625rem 1rem
    }
}

.dnh-navbar .dnh-navbar-nav {
    align-items: center;
    display: flex
}

.dnh-navbar .dnh-navbar-nav .nav-link {
    color: #000;
    font-family: Montserrat, sans-serif;
    padding-left: .625rem;
    padding-right: .625rem
}

@media (min-width:1024px) {
    .dnh-navbar .dnh-navbar-nav .nav-link {
        padding-left: 1.125rem;
        padding-right: 1.125rem
    }
}

.dnh-navbar .dnh-navbar-nav .nav-link:hover {
    color: #000
}

.dnh-navbar .dnh-navbar-nav .dropdown-toggle:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.293' height='3.268'%3E%3Cpath fill='%23fff' d='m.622 0 2.024 2.02L4.67 0l.622.622-2.646 2.646L0 .622Z'/%3E%3C/svg%3E") 50% no-repeat;
    border: 0;
    filter: invert(100%);
    height: 4px;
    margin-left: 10px;
    width: 6px
}

.dnh-navbar .location-dropdown .dropdown-toggle {
    position: relative
}

.dnh-navbar .location-dropdown .dropdown-toggle:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.595' height='14.953'%3E%3Cpath fill='none' stroke='%23fff' d='M5.3.5A4.794 4.794 0 0 0 .5 5.3c0 3.6 4.8 8.91 4.8 8.91s4.8-5.312 4.8-8.91A4.794 4.794 0 0 0 5.3.5Zm0 6.511A1.713 1.713 0 1 1 7.011 5.3 1.714 1.714 0 0 1 5.3 7.011Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 0;
    margin-top: 2px;
    width: 12px
}

@media (min-width:1024px) {
    .dnh-navbar .location-dropdown .dropdown-toggle:before {
        height: 20px;
        margin-right: .625rem;
        width: 15px
    }
}

@media (min-width:1180px) {
    .dnh-navbar .location-dropdown .dropdown-toggle:before {
        height: 13px;
        width: 10px
    }
}

@media (max-width:1024px) {

    .dnh-navbar .location-dropdown .dropdown-toggle:after,
    .dnh-navbar .location-dropdown .dropdown-toggle>span {
        display: none
    }
}

.dnh-navbar .location-dropdown .dropdown-menu {
    border: .5px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .09);
    left: -50px;
    padding: 0
}

@media (min-width:768px) {
    .dnh-navbar .location-dropdown .dropdown-menu {
        left: inherit;
        margin-top: 10px;
        right: 0;
        width: 395px
    }
}

@media (max-width:1024px) {
    .dnh-navbar .location-dropdown .dropdown-menu .border-right {
        border-right: 0 !important
    }
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-1,
.dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-2 {
    padding: 1rem .625rem
}

@media (min-width:1024px) {

    .dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-1,
    .dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-2 {
        padding: 1rem 0
    }

    .dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-1 {
        padding-left: 1rem
    }
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-2 {
    border-top: 1px solid #ccc
}

@media (min-width:1024px) {
    .dnh-navbar .location-dropdown .dropdown-menu .dropdown-inner-2 {
        border-top: 0;
        padding-right: 1rem
    }
}

.dnh-navbar .location-dropdown .dropdown-menu .h6,
.dnh-navbar .location-dropdown .dropdown-menu h6 {
    font-size: .875rem;
    font-weight: 900;
    padding: 0 .625rem
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-scroll {
    max-height: 188px;
    overflow-x: auto
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-scroll::-webkit-scrollbar {
    width: 6px
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-scroll::-webkit-scrollbar-track {
    background: transparent
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-scroll::-webkit-scrollbar-thumb {
    background: #262e35;
    border-radius: 4px
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-scroll::-webkit-scrollbar-thumb:hover {
    background: #262e35
}

.dnh-navbar .location-dropdown .dropdown-menu .dropdown-item {
    font-size: .75rem;
    padding: .25rem .625rem
}

.dnh-navbar .nav-link {
    font-size: .625rem;
    font-weight: 700
}

.dnh-navbar .nav-link-customize,
.dnh-navbar .nav-link-personalise {
    align-items: center;
    display: flex;
    position: relative
}

@media (max-width:1024px) {

    .dnh-navbar .nav-link-customize>span,
    .dnh-navbar .nav-link-personalise>span {
        display: none
    }
}

.dnh-navbar .nav-link-customize:before,
.dnh-navbar .nav-link-personalise:before {
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: .625rem;
    width: 15px
}

.dnh-navbar .nav-link-personalise:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='none' stroke='%23fff' d='M0 .5h15m-12 5h9m-7 5h5'/%3E%3C/svg%3E") 50% no-repeat;
    filter: invert(100%)
}

.dnh-navbar .nav-link-customize:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.053' height='16.053'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' transform='translate(-.5 -.5)'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(6 6.053)'/%3E%3Cpath d='M13.59 10.579a1.13 1.13 0 0 0 .226 1.245l.041.041A1.369 1.369 0 1 1 11.92 13.8l-.041-.041a1.138 1.138 0 0 0-1.93.807v.116a1.369 1.369 0 0 1-2.737 0v-.062a1.13 1.13 0 0 0-.739-1.033 1.13 1.13 0 0 0-1.245.226l-.041.041a1.369 1.369 0 1 1-1.936-1.934l.041-.041a1.138 1.138 0 0 0-.807-1.93h-.117a1.369 1.369 0 1 1 0-2.737h.062a1.13 1.13 0 0 0 1.033-.739 1.13 1.13 0 0 0-.226-1.245L3.2 5.187a1.369 1.369 0 1 1 1.933-1.936l.041.041a1.13 1.13 0 0 0 1.245.226h.055a1.13 1.13 0 0 0 .684-1.033v-.117a1.369 1.369 0 0 1 2.737 0v.062a1.138 1.138 0 0 0 1.93.807l.041-.041A1.369 1.369 0 1 1 13.8 5.133l-.041.041a1.13 1.13 0 0 0-.226 1.245v.055a1.13 1.13 0 0 0 1.033.684h.116a1.369 1.369 0 0 1 0 2.737h-.062a1.13 1.13 0 0 0-1.03.684'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.dnh-navbar .nav-login {
    align-items: center;
    display: flex
}

@media (max-width:1024px) {
    .dnh-navbar .nav-login .login-text {
        display: none
    }
}

.dnh-navbar .nav-login .url-link {
    color: #fff
}

.dnh-navbar .nav-login .url-link:hover {
    color: #009ac9;
    text-decoration: none
}

@media (max-width:1180px) {
    .post-login .dropdown-menu {
        left: inherit;
        right: 0
    }
}

.post-login .dropdown-item {
    color: #000;
    font-size: .75rem
}

.user-photo {
    background-color: #fff;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.74' height='12'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' transform='translate(-3.5 -2.427)'%3E%3Cpath d='M13.74 13.928V12.71a2.435 2.435 0 0 0-2.435-2.435h-4.87A2.435 2.435 0 0 0 4 12.71v1.218'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='translate(6 2.927)'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 30px
}

.user-photo img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1024px) {
    .user-photo {
        margin-right: .625rem
    }
}

@media (min-width:768px) {
    .main-search {
        margin-right: 32px
    }
}

.main-search-inner {
    display: none;
    max-width: 310px;
    position: relative
}

@media (min-width:768px) {
    .main-search-inner {
        display: block
    }
}

.main-search-inner .form-control {
    border: 1px solid #a2a2a2;
    border-radius: 0;
    color: var(--dark);
    font-family: Montserrat, sans-serif;
    min-height: 44px;
    padding-right: 54px;
    transition: all .3s ease;
    width: 100%
}

.main-search-inner .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 44%, .5)
}

@media (min-width:768px) and (max-width:992px) {
    .main-search-inner .form-control {
        min-height: 34px;
        padding-right: 35px
    }
}

.main-search-inner .form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.main-search-inner .form-control::placeholder {
    color: #666;
    opacity: 1
}

.main-search-inner .form-control:-ms-input-placeholder {
    color: #666
}

.main-search-inner .form-control::-ms-input-placeholder {
    color: #666
}

.main-search-inner .btn-search {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='16.524'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(-2 -1.973)'%3E%3Ccircle cx='6' cy='6' r='6' transform='translate(3 2.973)'/%3E%3Cpath d='m17.086 17.083-3.4-3.4'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 44px
}

@media (min-width:768px) and (max-width:992px) {
    .main-search-inner .btn-search {
        height: 36px;
        width: 34px
    }
}

.btn-search-mobile {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.891' height='14.914'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' transform='translate(-2.5 -2.473)'%3E%3Ccircle cx='5.829' cy='5.829' r='5.829' transform='translate(3 2.973)'/%3E%3Cpath d='m16.684 16.68-3.307-3.307'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    filter: grayscale(1) invert(1);
    height: 17px;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -99999px;
    width: 17px
}

@media (min-width:768px) {
    .btn-search-mobile {
        display: none
    }
}

.main-nav {
    border-bottom: .5px solid #707070
}

.main-nav .nav-scroller {
    overflow-y: auto
}

@media (max-width:1180px) {
    .main-nav .nav-scroller {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .main-nav .nav-scroller::-webkit-scrollbar {
        display: none
    }
}

.main-nav .nav {
    gap: 20px
}

.main-nav .nav>a.nav-link {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .03em;
    padding-bottom: .625rem;
    padding-top: .625rem;
    text-transform: uppercase
}

.main-nav .nav>a.nav-link.active,
.main-nav .nav>a.nav-link.router-link-active {
    border-bottom: 2px solid #ff5722;
    font-weight: 700;
    text-decoration: none
}

@media (min-width:768px) {
    .main-nav .nav>a.nav-link:hover {
        border-bottom: 2px solid #ff5722;
        text-decoration: none
    }
}

@media (min-width:1180px) {
    .main-nav .nav>a.nav-link {
        padding-left: 0;
        padding-right: 0
    }
}

.main-nav .nav a.nav-link-discover {
    border: 1px solid var(--orange);
    border-radius: 20px;
    font-size: .625rem;
    font-weight: 700;
    margin: 5px 0;
    padding-bottom: 7px;
    padding-top: 7px
}

@media (min-width:1200px) {
    .main-nav .nav a.nav-link-discover {
        margin-left: 20px
    }
}

.main-nav .nav a.nav-link-discover:hover {
    border: 1px solid var(--orange)
}

.main-nav .nav a.sponsor-name {
    border-left: 1px dashed #525c65;
    color: #05c2fc;
    font-size: .688rem;
    letter-spacing: .03em
}

.main-nav .blue-active>a.nav-link.active {
    border-bottom-color: #009ac9
}

@media (min-width:768px) {
    .main-nav .blue-active>a.nav-link:hover {
        border-bottom-color: #009ac9
    }
}

.main-nav-group {
    align-items: center;
    display: flex
}

.main-nav-group .nav {
    flex-wrap: nowrap;
    white-space: nowrap
}

.btn-mobile {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 0h19v2H0zM0 12h14v2H0zM0 6h20v2H0z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    filter: grayscale(1) invert(1);
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -99999px;
    width: 20px
}

@media (min-width:768px) {
    .btn-mobile {
        display: none
    }
}

.btn-offmenu-close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14'%3E%3Cg fill='%23ff5722'%3E%3Cpath d='M0 0h19v2H0zM0 12h14v2H0zM0 6h20v2H0z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 7px;
    overflow: hidden;
    padding: 19px;
    text-indent: -99999px;
    width: 20px
}

.offcanvas-menu {
    background: rgba(14, 23, 31, .94);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 53px);
    left: -100%;
    max-width: 340px;
    position: fixed;
    top: 53px;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 9999
}

@media (min-width:768px) {
    .offcanvas-menu {
        display: none
    }
}

.offcanvas-menu.open {
    left: 0
}

.offcanvas-menu .nav {
    flex-direction: column
}

.offcanvas-menu .nav-link {
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .03em;
    position: relative;
    text-align: left
}

.offcanvas-menu .nav-link-location,
.offcanvas-menu .nav-link-personalise,
.offcanvas-menu .nav-link-search {
    align-items: center;
    display: flex
}

.offcanvas-menu .nav-link-location:before,
.offcanvas-menu .nav-link-personalise:before,
.offcanvas-menu .nav-link-search:before {
    content: " ";
    height: 14px;
    margin-right: 10px;
    overflow: hidden;
    width: 14px
}

.offcanvas-menu .nav-link-search:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.891' height='14.914'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' transform='translate(-2.5 -2.473)'%3E%3Ccircle cx='5.829' cy='5.829' r='5.829' transform='translate(3 2.973)'/%3E%3Cpath d='m16.684 16.68-3.307-3.307'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.offcanvas-menu .nav-link-location:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.595' height='14.953'%3E%3Cpath fill='none' stroke='%23fff' d='M5.3.5A4.794 4.794 0 0 0 .5 5.3c0 3.6 4.8 8.91 4.8 8.91s4.8-5.312 4.8-8.91A4.794 4.794 0 0 0 5.3.5Zm0 6.511A1.713 1.713 0 1 1 7.011 5.3 1.714 1.714 0 0 1 5.3 7.011Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.offcanvas-menu .nav-link-personalise:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11'%3E%3Cpath fill='none' stroke='%23fff' d='M0 .5h15m-12 5h9m-7 5h5'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.offcanvas-menu .h6,
.offcanvas-menu h6 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 26px;
    margin-top: 35px;
    padding: 0 1rem
}

.login-mobile {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 28px;
    margin-top: 5px;
    padding: 0 1rem
}

.login-mobile .login-text {
    display: inline-block;
    margin-left: 10px
}

.offcanvas-menu-inner {
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 45px
}

.mobile-search {
    background: rgba(0, 0, 0, .66);
    display: flex;
    height: 100vh;
    left: -100%;
    position: fixed;
    top: 0;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 9999
}

@media (min-width:768px) {
    .mobile-search {
        display: none
    }
}

.mobile-search.open {
    left: 0
}

.mobile-search .main-search-inner {
    display: block;
    width: 100%
}

.mobile-search .search-count {
    border-bottom: 1px solid #000;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 28px;
    padding: 10px 0
}

.mobile-search-inner {
    background: #262e35;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    position: relative;
    top: 110px;
    width: 100%
}

.search-results {
    overflow-x: auto
}

.search-card {
    border-bottom: 1px solid #05080b;
    padding: 10px 0;
    position: relative
}

.search-card .news-source {
    color: #cbcbcb;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 18px
}

.search-card .h5,
.search-card h5 {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 24px;
    margin-bottom: 0
}

.ab-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0
}

.breadcrumb .breadcrumb-item {
    font-size: .688rem
}

.breadcrumb .breadcrumb-item>a {
    color: #333;
    font-weight: 700
}

.common-filter {
    display: flex;
    justify-content: flex-end
}

.common-filter .dropdown-menu {
    width: 220px
}

@media (min-width:576px) {
    .common-filter .dropdown-menu {
        width: 420px
    }
}

.common-filter .dropdown-menu:after,
.common-filter .dropdown-menu:before {
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 85.5%;
    pointer-events: none;
    position: absolute;
    width: 0
}

.common-filter .dropdown-menu:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 12px;
    margin-left: -12px
}

.common-filter .dropdown-menu:before {
    border-color: hsla(0, 0%, 60%, 0) hsla(0, 0%, 60%, 0) #999;
    border-width: 13px;
    margin-left: -13px
}

.common-filter .dropdown-menu {
    top: 110%
}

.btn-filter {
    color: #333;
    font-size: .688rem
}

@media (max-width:576px) {
    .btn-filter {
        padding-right: 0
    }
}

.btn-filter:focus {
    border: 0;
    box-shadow: none
}

.btn-filter:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17'%3E%3Cg fill='none' stroke='%23707070' stroke-width='.8'%3E%3Cg data-name='Group 5985'%3E%3Cpath d='M0 2.5h5' data-name='Line 725'/%3E%3Cpath d='M11 2.5h9' data-name='Line 726'/%3E%3Cg data-name='Ellipse 63' transform='translate(4.5)'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' stroke='none'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.1'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Group 5986'%3E%3Cpath d='M0 14.5h5' data-name='Line 725'/%3E%3Cpath d='M11 14.5h9' data-name='Line 726'/%3E%3Cg data-name='Ellipse 63' transform='translate(4.5 12)'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' stroke='none'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.1'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Group 5987'%3E%3Cpath d='M20 8.5h-5' data-name='Line 725'/%3E%3Cpath d='M9 8.5H0' data-name='Line 726'/%3E%3Cg data-name='Ellipse 63' transform='translate(10.5 6)'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' stroke='none'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    content: " ";
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    vertical-align: -.35em;
    width: 20px
}

.btn-filter:after {
    display: none
}

.filter-source .h6,
.filter-source h6 {
    font-size: .875rem;
    font-weight: 900
}

.filter-source .btn-location {
    font-size: .75rem
}

.filter-source .btn-select:after {
    top: 7px
}

.source-search {
    background: #eaeff2
}

.btn-sel-des {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 18px;
    margin-bottom: 0;
    padding-left: 36px;
    position: relative;
    text-align: left
}

.btn-sel-des:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%2305c2fc' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    left: 12px;
    position: absolute;
    top: 7px;
    width: 15px;
    z-index: 0
}

.modal-footer-sources .btn {
    background: #262e35;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 151px
}

@media (min-width:1024px) {
    .modal-footer-sources .btn {
        font-size: 20px;
        height: 62px
    }
}

.modal-footer-sources .btn.btn-sources-reset {
    background: #bcc0d5;
    border-color: transparent;
    margin-right: 18px
}

.modal-footer-sources .btn.btn-save {
    background: #262e35;
    color: #fff
}

.source-block {
    background-color: #f7f9fa;
    padding: 16px 20px 16px 10px
}

.source-block .source-heading {
    padding-left: 10px
}

.source-scroll-theme {
    max-height: 160px;
    overflow-y: auto
}

.modal-search {
    position: relative
}

.search-overlay {
    background: #fff;
    border: 1px solid #a2a2a2;
    display: none;
    left: 0;
    max-width: 310px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.search-overlay .btn-group {
    background-color: #d8d8d8;
    border-radius: 16px;
    margin-bottom: 10px;
    width: 100%
}

.search-overlay .btn-group .btn {
    background-color: #d8d8d8;
    color: #272e35;
    font-size: 10px;
    letter-spacing: .01em;
    line-height: 1;
    padding: 10px;
    text-align: center
}

.search-overlay .btn-group .btn:last-child {
    border-radius: 16px
}

.search-overlay .btn-group>.btn-check:checked+.btn {
    background-color: #272e35;
    border-radius: 16px;
    color: #fff
}

.search-overlay .btn-group>.btn-check:first-child+.btn {
    border-radius: 16px
}

.search-overlay .results-list {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-height: 290px;
    overflow-y: auto;
    padding: 0
}

.search-overlay .results-list>li {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px 8px 0
}

.search-overlay .results-list>li .btn-keyword-select {
    background-color: transparent;
    border: 0;
    flex: 0 0 15px;
    height: 15px;
    overflow: hidden;
    position: relative;
    text-indent: -99999px
}

.search-overlay .results-list>li .btn-keyword-select:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23cecece' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 0
}

.search-overlay .results-list>li .btn-keyword-select.selected:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%2305c2fc' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain
}

.footer {
    background-color: #0e171f;
    color: #fff;
    padding-top: 70px
}

@media (min-width:1260px) {
    .footer .gutter-30 {
        margin-left: -30px;
        margin-right: -30px
    }

    .footer .gutter-30>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}

.footer .h5,
.footer h5 {
    font-size: 1.125rem;
    font-weight: 900
}

.footer .nav-link {
    color: #fff;
    color: #9b9b9b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    padding: 0
}

.footer .nav-link:hover {
    color: #fff
}

.footer .border-right {
    border-right: 0 !important
}

@media (min-width:1024px) {
    .footer .border-right {
        border-right: .3px solid #2f2f2f !important
    }
}

.footer .news-category-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .news-category-list>li {
    padding: 0
}

.footer .link-email,
.footer .link-mobile {
    align-items: center;
    display: flex;
    gap: 10px
}

.footer .link-email:before,
.footer .link-mobile:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    flex: 0 0 15px;
    height: 15px;
    width: 15px
}

.footer .link-mobile:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.001' height='16.031'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M15.5 11.753v2.263a1.51 1.51 0 0 1-1.644 1.508 14.9 14.9 0 0 1-6.509-2.315 14.7 14.7 0 0 1-4.525-4.525 14.9 14.9 0 0 1-2.315-6.54A1.51 1.51 0 0 1 2.008.5H4.27a1.51 1.51 0 0 1 1.509 1.3 9.7 9.7 0 0 0 .528 2.119 1.51 1.51 0 0 1-.339 1.591l-.958.958a12.07 12.07 0 0 0 4.525 4.525l.958-.958a1.51 1.51 0 0 1 1.591-.339 9.7 9.7 0 0 0 2.119.528 1.51 1.51 0 0 1 1.3 1.531Z'/%3E%3C/svg%3E")
}

.footer .link-email:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAABHNCSVQICAgIfAhkiAAAANdJREFUKFNj/P//vx0DA0M7EFsBMSngGFBxGSPQgCOMjIw2pOiEqQXrBRL/gQYwkmnAf7gBQHPOAQ2JA5p1BZ9hQHV6QPk5QHVmYMuRXQBkXwJKdgIll2IzBCgfCxQvBsobgOQxDIAKLgbSL4CKSpENASruAfJFgeLxSGGA6gIkiWIg2w2o2B1q6C4gvQPI70MzFLsBUE2uQBrkGhCIAWreg+4trF5As0EMxAdqfoUjTHC7gJhoJegCQoZQzQCykjLQdimgC1eCEpI1KPEAMYgmBfwHKjYCAFUMls0N8/iuAAAAAElFTkSuQmCC")
}

.footer .copyright {
    border-top: 1px solid #6f6f6f;
    color: #909090;
    font-size: .813rem;
    font-weight: 400;
    margin-top: 35px;
    padding: 35px 0;
    text-align: center
}

@media (min-width:768px) {
    .footer .copyright {
        margin-top: 60px
    }
}

.footer-middle {
    margin-top: 40px
}

@media (min-width:1024px) {
    .footer-middle {
        margin-top: 90px
    }
}

.footer-middle>.row {
    align-items: center
}

.subscribe-box {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .subscribe-box {
        align-items: center;
        display: flex;
        gap: 20px;
        margin-bottom: 0
    }
}

.subscribe-box .form-control {
    font-size: .75rem
}

.subscribe-box .main-search-inner {
    display: block;
    margin-top: 12px;
    max-width: 400px;
    width: 100%
}

@media (min-width:768px) {
    .subscribe-box .main-search-inner {
        margin-top: 0;
        width: 310px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .subscribe-box .main-search-inner {
        width: 280px
    }
}

.subscribe-box .main-search-inner .btn-search {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.207' height='5.414'%3E%3Cpath d='m4.146 4.353-.353.354.707.707.354-.353ZM6.5 2.707l.354.354.353-.354-.353-.354ZM4.854.353 4.5 0l-.707.707.353.354Zm0 4.708 2-2-.708-.708-2 2Zm2-2.708-2-2-.708.708 2 2ZM6.5 2.207H0v1h6.5Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 17px 13px;
    height: 43px
}

@media (min-width:768px) and (max-width:992px) {
    .subscribe-box .main-search-inner .btn-search {
        height: 33px
    }
}

.social-media {
    display: flex;
    gap: 30px
}

.social-media.black .social-icon.whatsapp {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.61' height='24.61'%3E%3Cpath d='m3.117 19.2.733.368.226-.454-.3-.405Zm2.3 2.3.492-.656-.405-.3-.454.226.368.733ZM.82 23.79l-.733-.368a.82.82 0 0 0 1.1 1.1ZM7.383 7.383 6.929 6.7a.82.82 0 0 0-.366.683Zm9.844 9.844v.82a.82.82 0 0 0 .683-.366Zm-6.966-8.981.809-.136Zm.23 1.372-.809.135Zm-.709 1.636.454.683Zm7.678 5.624.683.454Zm-1.1-2.528.136-.809Zm-1.372-.23-.135.809Zm-1.636.709-.683-.454ZM0 12.3a12.25 12.25 0 0 0 2.461 7.383l1.313-.983a10.6 10.6 0 0 1-2.133-6.4ZM12.3 0A12.3 12.3 0 0 0 0 12.3h1.641A10.664 10.664 0 0 1 12.3 1.641Zm12.3 12.3A12.3 12.3 0 0 0 12.3 0v1.641A10.664 10.664 0 0 1 22.969 12.3ZM12.3 24.61a12.3 12.3 0 0 0 12.3-12.3h-1.631A10.664 10.664 0 0 1 12.3 22.969Zm-7.378-2.461A12.26 12.26 0 0 0 12.3 24.61v-1.641a10.6 10.6 0 0 1-6.4-2.133Zm-3.736 2.374 4.594-2.3-.735-1.467-4.594 2.3zm1.2-5.693-2.3 4.594 1.467.733 2.3-4.594ZM6.563 7.383v1.641H8.2V7.383Zm9.024 10.664h1.641v-1.64h-1.642ZM6.563 9.024a9.024 9.024 0 0 0 9.024 9.024v-1.641A7.383 7.383 0 0 1 8.2 9.024Zm1.275-.958.351-.233-.911-1.366-.349.233.909 1.365Zm1.614.315.23 1.372 1.618-.27-.23-1.373Zm-.125 2.19-1.578 1.051.909 1.365 1.578-1.052Zm.354-.819a.82.82 0 0 1-.354.819l.909 1.365A2.46 2.46 0 0 0 11.3 9.483ZM8.189 7.833a.82.82 0 0 1 1.263.548l1.618-.271a2.46 2.46 0 0 0-3.792-1.643l.911 1.365Zm9.721 9.849.233-.349-1.365-.911-.233.351zM16.5 13.54l-1.372-.23-.269 1.619 1.372.228zm-3.823.833-1.053 1.578 1.365.909 1.052-1.578-1.365-.909Zm2.451-1.063a2.46 2.46 0 0 0-2.453 1.063l1.365.909a.82.82 0 0 1 .819-.354zm3.016 4.021A2.46 2.46 0 0 0 16.5 13.54l-.271 1.618a.82.82 0 0 1 .548 1.263l1.365.911Z' data-name='Path 5335'/%3E%3C/svg%3E")
}

.social-media.black .social-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.469' height='24.469'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M12.235 23.719a11.485 11.485 0 1 1 11.484-11.484 11.485 11.485 0 0 1-11.484 11.484Zm0 0V10.594a3.28 3.28 0 0 1 3.281-3.281h.82m-8.2 6.563h8.2' data-name='Path 5336'/%3E%3C/svg%3E")
}

.social-media.black .social-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.611' height='21.329'%3E%3Cpath d='m23.755.82.82-.054a.82.82 0 0 0-1.429-.494Zm-.817 4.855a.82.82 0 0 0-1.641 0ZM.822 18.868v-.82a.82.82 0 0 0-.456 1.5ZM2.459.82l.769-.287a.82.82 0 0 0-1.5-.079Zm6.553 14.766.581.579a.82.82 0 0 0-.32-1.357ZM20.864 2.417l-.607.551.3.326.435-.066-.123-.812ZM22.938.875a6.6 6.6 0 0 1-.2 2.635 4.2 4.2 0 0 1-1.188 1.64l1.135 1.185a5.8 5.8 0 0 0 1.6-2.277 8.2 8.2 0 0 0 .29-3.291zm0 5.995V5.677h-1.637v1.194h1.641ZM11.47 5.81v1.573h1.641V5.81zm0 1.573V8.2h1.641v-.82H11.47ZM17.269 0a5.806 5.806 0 0 0-5.8 5.81h1.641a4.166 4.166 0 0 1 4.161-4.169V0Zm4.027 6.87A12.805 12.805 0 0 1 8.501 19.688v1.641A14.45 14.45 0 0 0 22.938 6.87h-1.637ZM1.691 1.108a11.42 11.42 0 0 0 10.6 7.1V6.563A9.78 9.78 0 0 1 3.227.533zm.034-.653C.008 3.893-.256 7.23.992 10.072s3.924 5.012 7.76 6.292l.52-1.555c-3.536-1.181-5.772-3.1-6.779-5.4s-.858-5.1.7-8.225zm6.706 14.552a11.68 11.68 0 0 1-7.609 3.04v1.641a13.3 13.3 0 0 0 8.771-3.523Zm13.042-13.14A5.65 5.65 0 0 0 17.271 0v1.641a4.01 4.01 0 0 1 2.986 1.327l1.214-1.1Zm-.486 1.362a5.76 5.76 0 0 0 3.38-1.861l-1.221-1.1a4.13 4.13 0 0 1-2.405 1.338zM.366 19.55c2.692 1.795 5.514 1.778 8.134 1.778v-1.64c-2.674 0-5-.018-7.222-1.5z' data-name='Path 5337'/%3E%3C/svg%3E")
}

.social-media.black .social-icon.linkedin {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAARRJREFUSEvtlP0NgjAUxMsGbCAbKBOIE6gbuIEygTiBjqAT6AbiBOoGHUEn0DvSJg2pqTTPP0xo8qNAwh3voy9RSo3AFhRAcmmInUCZ4FIbo52kg9GcYs9p8gIbUAmbUK7R7k2+zWwwXey2MTgAdkrMCpqwEdZgYjrwJyYxou1vgpFk+GIALiAFQ3AHD/PMPbSCJjZdbHPW5wx4gmeOco37Etw+uEWZUIvR7E00K+wUyoH2GEWZ0ICzzq7MRMEIF1ImTE17xtGAtWM07RUVia+dKyiz1Vm73qRJQwHYwuLp8qS486tg4TsrxhT+/0w0fvkK5hK/7mhwxh2py87hCV4KG1i5J25Se0o5j9zpKuHJycyRo95Qsn6aed9YBQAAAABJRU5ErkJggg==")
}

.social-media.black .social-icon.instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.469' height='24.469'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M17.977 5.672h1.641M7.313.75h9.844a6.563 6.563 0 0 1 6.563 6.563v9.844a6.563 6.563 0 0 1-6.563 6.563H7.313A6.563 6.563 0 0 1 .75 17.157V7.313A6.563 6.563 0 0 1 7.313.75Zm4.922 16.407a4.922 4.922 0 1 1 4.922-4.922 4.92 4.92 0 0 1-4.922 4.922Z' data-name='Path 5339'/%3E%3C/svg%3E")
}

.social-media.black .social-icon.link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.463' height='15.463'%3E%3Cpath fill='none' stroke='%23000' d='M4.632.5h6.2a4.13 4.13 0 0 1 4.132 4.132v6.2a4.13 4.13 0 0 1-4.132 4.132h-6.2A4.13 4.13 0 0 1 .5 10.83v-6.2A4.13 4.13 0 0 1 4.632.5Z' data-name='Path 5339'/%3E%3Cpath d='m6.856 10.125-.755.734a1.056 1.056 0 1 1-1.493-1.493l1.936-1.941a1.05 1.05 0 0 1 1.446-.036l.051.043a.428.428 0 1 0 .6-.61 1 1 0 0 0-.077-.09 1.9 1.9 0 0 0-2.6.094L4.002 8.764a1.911 1.911 0 0 0 2.7 2.7l.738-.721a.427.427 0 0 0-.584-.619Zm4.56-6.075a1.915 1.915 0 0 0-2.7 0l-.738.721a.427.427 0 0 0 .584.619l.738-.734a1.056 1.056 0 0 1 1.493 1.493l-1.937 1.94a1.05 1.05 0 0 1-1.446.038l-.051-.038a.428.428 0 1 0-.6.61 1 1 0 0 0 .1.09 1.907 1.907 0 0 0 2.6-.094l1.94-1.944a1.915 1.915 0 0 0 .017-2.7Z' data-name='Path 5576'/%3E%3C/svg%3E")
}

.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    text-indent: -99999px;
    width: 24px
}

.social-icon.whatsapp {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.61' height='24.61'%3E%3Cpath fill='%23fff' d='m3.117 19.2.733.368.226-.454-.3-.405Zm2.3 2.3.492-.656-.405-.3-.454.226.368.733ZM.82 23.79l-.733-.368a.82.82 0 0 0 1.1 1.1ZM7.383 7.383 6.929 6.7a.82.82 0 0 0-.366.683Zm9.844 9.844v.82a.82.82 0 0 0 .683-.366Zm-6.966-8.981.809-.136Zm.23 1.372-.809.135Zm-.709 1.636.454.683Zm7.678 5.624.683.454Zm-1.1-2.528.136-.809Zm-1.372-.23-.135.809Zm-1.636.709-.683-.454ZM0 12.3a12.25 12.25 0 0 0 2.461 7.383l1.313-.983a10.6 10.6 0 0 1-2.133-6.4ZM12.3 0A12.3 12.3 0 0 0 0 12.3h1.641A10.664 10.664 0 0 1 12.3 1.641Zm12.3 12.3A12.3 12.3 0 0 0 12.3 0v1.641A10.664 10.664 0 0 1 22.969 12.3ZM12.3 24.61a12.3 12.3 0 0 0 12.3-12.3h-1.631A10.664 10.664 0 0 1 12.3 22.969Zm-7.378-2.461A12.26 12.26 0 0 0 12.3 24.61v-1.641a10.6 10.6 0 0 1-6.4-2.133Zm-3.736 2.374 4.594-2.3-.735-1.467-4.594 2.3zm1.2-5.693-2.3 4.594 1.467.733 2.3-4.594ZM6.563 7.383v1.641H8.2V7.383Zm9.024 10.664h1.641v-1.64h-1.642ZM6.563 9.024a9.024 9.024 0 0 0 9.024 9.024v-1.641A7.383 7.383 0 0 1 8.2 9.024Zm1.275-.958.351-.233-.911-1.366-.349.233.909 1.365Zm1.614.315.23 1.372 1.618-.27-.23-1.373Zm-.125 2.19-1.578 1.051.909 1.365 1.578-1.052Zm.354-.819a.82.82 0 0 1-.354.819l.909 1.365A2.46 2.46 0 0 0 11.3 9.483ZM8.189 7.833a.82.82 0 0 1 1.263.548l1.618-.271a2.46 2.46 0 0 0-3.792-1.643l.911 1.365Zm9.721 9.849.233-.349-1.365-.911-.233.351zM16.5 13.54l-1.372-.23-.269 1.619 1.372.228zm-3.823.833-1.053 1.578 1.365.909 1.052-1.578-1.365-.909Zm2.451-1.063a2.46 2.46 0 0 0-2.453 1.063l1.365.909a.82.82 0 0 1 .819-.354zm3.016 4.021A2.46 2.46 0 0 0 16.5 13.54l-.271 1.618a.82.82 0 0 1 .548 1.263l1.365.911Z'/%3E%3C/svg%3E")
}

.social-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.469' height='24.469'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' d='M12.235 23.719a11.485 11.485 0 1 1 11.484-11.484 11.485 11.485 0 0 1-11.484 11.484Zm0 0V10.594a3.28 3.28 0 0 1 3.281-3.281h.82m-8.2 6.563h8.2'/%3E%3C/svg%3E")
}

.social-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.611' height='21.329'%3E%3Cpath fill='%23fff' d='m23.755.82.82-.054a.82.82 0 0 0-1.429-.494Zm-.817 4.855a.82.82 0 0 0-1.641 0ZM.822 18.868v-.82a.82.82 0 0 0-.456 1.5ZM2.459.82l.769-.287a.82.82 0 0 0-1.5-.079Zm6.553 14.766.581.579a.82.82 0 0 0-.32-1.357ZM20.864 2.417l-.607.551.3.326.435-.066-.123-.812ZM22.938.875a6.6 6.6 0 0 1-.2 2.635 4.2 4.2 0 0 1-1.188 1.64l1.135 1.185a5.8 5.8 0 0 0 1.6-2.277 8.2 8.2 0 0 0 .29-3.291zm0 5.995V5.677h-1.637v1.194h1.641ZM11.47 5.81v1.573h1.641V5.81zm0 1.573V8.2h1.641v-.82H11.47ZM17.269 0a5.806 5.806 0 0 0-5.8 5.81h1.641a4.166 4.166 0 0 1 4.161-4.169V0Zm4.027 6.87A12.805 12.805 0 0 1 8.501 19.688v1.641A14.45 14.45 0 0 0 22.938 6.87h-1.637ZM1.691 1.108a11.42 11.42 0 0 0 10.6 7.1V6.563A9.78 9.78 0 0 1 3.227.533zm.034-.653C.008 3.893-.256 7.23.992 10.072s3.924 5.012 7.76 6.292l.52-1.555c-3.536-1.181-5.772-3.1-6.779-5.4s-.858-5.1.7-8.225zm6.706 14.552a11.68 11.68 0 0 1-7.609 3.04v1.641a13.3 13.3 0 0 0 8.771-3.523Zm13.042-13.14A5.65 5.65 0 0 0 17.271 0v1.641a4.01 4.01 0 0 1 2.986 1.327l1.214-1.1Zm-.486 1.362a5.76 5.76 0 0 0 3.38-1.861l-1.221-1.1a4.13 4.13 0 0 1-2.405 1.338zM.366 19.55c2.692 1.795 5.514 1.778 8.134 1.778v-1.64c-2.674 0-5-.018-7.222-1.5z'/%3E%3C/svg%3E")
}

.social-icon.linkedin {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAASZJREFUSEvtlOERwUAQhe860AEdkApQAelAB6gAFVACFdABKhAdKIEK4nsmY4iYu8vcL+Nm3uRusnkv+253bZ7nHWPMEvRAzHWBbGetnVpEDhwktIqpUHAOeCYSydksUJxHFjFP7r+Ij7VOuwhQtXXBhvtSpQQvHxEVwgz0EVEFBi+nSDBjxQdOEQJafNckiyP7Bvs2OHO+6qyn60d8RB52QaZe0v3swQ4MX8hl45SQrEqwroi4zmANlN0EqJmTquKoKyK7NIIeq7BUWWhGjcrZ1BWRNW8zDiJZqLtLYol8lDMiz7v7i5RLOK5drkbzee+sLh8SV8xvilxI+0Qzpa70Q95jlWbcFqQafurgcQhBQOyNn2/YYgZpHr1O1wCer6EZAho55g6twFlncqTKxwAAAABJRU5ErkJggg==")
}

.social-icon.instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.469' height='24.469'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' d='M17.977 5.672h1.641M7.313.75h9.844a6.563 6.563 0 0 1 6.563 6.563v9.844a6.563 6.563 0 0 1-6.563 6.563H7.313A6.563 6.563 0 0 1 .75 17.157V7.313A6.563 6.563 0 0 1 7.313.75Zm4.922 16.407a4.922 4.922 0 1 1 4.922-4.922 4.92 4.92 0 0 1-4.922 4.922Z'/%3E%3C/svg%3E")
}

.subscription-footer {
    background-color: #f4f6f7;
    bottom: 0;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .2);
    left: 0;
    padding: 9px 0;
    position: fixed;
    width: 100%;
    z-index: 9
}

.subscription-row {
    align-items: center
}

.subscription-row .s-heading {
    color: #000;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 0
}

@media (max-width:767px) {
    .subscription-row .s-heading {
        text-align: center
    }
}

@media (min-width:1260px) {
    .subscription-row .s-heading {
        font-size: 18px
    }
}

.subscription-row .s-heading span {
    font-weight: 700
}

.subscription-row .s-heading span i {
    background: hsla(74, 90%, 69%, .63);
    font-style: normal;
    padding: 5px
}

.subscription-row .subcribe-cta {
    display: flex;
    justify-content: center
}

@media (min-width:1024px) {
    .subscription-row .subcribe-cta {
        justify-content: flex-end
    }
}

.btn-subcribe {
    align-items: center;
    background: #262e35;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    padding: 7px 5px
}

@media (max-width:767px) {
    .btn-subcribe {
        margin-top: 10px
    }
}

.btn-subcribe:after {
    border-style: solid;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ff5722;
    border-right: 0;
    border-top: 7px solid transparent;
    content: " ";
    display: block;
    height: 0;
    transition: all .3s ease-in-out;
    width: 0
}

.btn-subcribe:hover {
    background: #262e35
}

.btn-subcribe:hover:after {
    margin-left: 3px
}

.btn-subcribe .sn-title {
    border-right: 1px dotted #b7b7b7;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding-right: 10px
}

@media (min-width:1260px) {
    .btn-subcribe .sn-title {
        font-size: 14px
    }
}

.btn-subcribe .trial-text {
    color: #f4f6f7;
    font-size: 8px;
    font-style: italic
}

@media (min-width:1260px) {
    .btn-subcribe .trial-text {
        font-size: 13px
    }
}

.masthead-wrapper {
    margin-bottom: 60px;
    margin-top: 39px;
    padding: 40px 0 20px;
    text-align: center
}

.masthead-wrapper .h2,
.masthead-wrapper h2 {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    max-width: 733px
}

@media (min-width:768px) {

    .masthead-wrapper .h2,
    .masthead-wrapper h2 {
        font-size: 2.5rem
    }
}

.masthead-wrapper .mast-heading {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: .625rem;
    position: relative;
    top: -75px;
    width: 280px
}

.masthead-wrapper .mast-heading>span {
    background: #fff;
    border-bottom: 1px solid #675d3f;
    border-top: 1px solid #675d3f;
    padding: 8px;
    width: 100%
}

.masthead-wrapper .mast-heading:after,
.masthead-wrapper .mast-heading:before {
    content: "";
    display: inline-flex;
    height: 37px;
    width: 14.7px
}

.masthead-wrapper .mast-heading:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.695' height='37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' stroke='%23675d3f' d='M-12829-154h14.7v37h-14.7Z' opacity='.88'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(12829 154)'%3E%3Cg fill='%23fff'%3E%3Cpath d='M-12549.5-117.5h-278.589l11.807-18.537.178-.281-.19-.273-11.75-16.909h278.544z'/%3E%3Cpath fill='%23675d3f' d='m-12827.087-153 11.584 16.67-11.674 18.33H-12550v-35zm-1.913-1h280v37h-280l12.296-19.306z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50%
}

.masthead-wrapper .mast-heading:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.695' height='37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' stroke='%23675d3f' d='M14.7 0H0v37h14.7Z' opacity='.88'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M13.784 36.5h-278.589V.5H13.739L1.989 17.409l-.19.273.178.28z'/%3E%3Cpath fill='%23675d3f' d='M-264.305 1v35H12.872L1.198 17.67 12.782 1zm-1-1h280L2.399 17.694 14.695 37h-280z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%
}

.masthead-wrapper .breaking-slider {
    margin-top: -68px
}

.masthead-wrapper .breaking-slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.masthead-wrapper .source {
    margin-bottom: 17px
}

.masthead-wrapper .source-name {
    font-size: 16px
}

.masthead-wrapper .publish-time,
.masthead-wrapper .source-name {
    font-family: Libre Caslon Text;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 18px
}

.masthead-wrapper .publish-time {
    font-size: 12px
}

.masthead-wrapper.blue-slide,
.masthead-wrapper.red-slide {
    color: #fff
}

.masthead-wrapper.blue-slide .slick-dots,
.masthead-wrapper.red-slide .slick-dots {
    bottom: -50px
}

.masthead-wrapper.blue-slide .slick-dots li button,
.masthead-wrapper.red-slide .slick-dots li button {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    height: 9px;
    width: 9px
}

.masthead-wrapper.blue-slide {
    background-color: #009ac9
}

.masthead-wrapper.blue-slide .slick-dots li.slick-active button {
    background-color: #009ac9;
    border: 1px solid #009ac9
}

.masthead-wrapper.red-slide {
    background-color: #9f3737
}

.masthead-wrapper.red-slide .slick-dots li.slick-active button {
    background-color: #9f3737;
    border: 1px solid #9f3737
}

.home-trending-globally {
    padding: 20px 0 45px
}

@media (min-width:1024px) {
    .home-trending-globally {
        padding: 20px 0 70px
    }
}

.trending-masthead .card-horizontal {
    margin-bottom: 10px
}

.trending-masthead .card-horizontal .card-title {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    height: 58.8px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .trending-masthead .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 14px;
        height: 78.4px;
        line-height: 1.4;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.masthead-slider .slick-dots {
    bottom: -40px
}

@media (min-width:1024px) {
    .masthead-slider .slick-dots {
        bottom: inherit;
        padding: 0 15px;
        text-align: right;
        top: -58px
    }
}

@media (min-width:1200px) {
    .masthead-slider.slick-dotted.slick-slider {
        margin-bottom: 0
    }
}

@media (max-width:1020px) {
    .masthead-slider .slick-list {
        padding: 0 10% 0 0 !important
    }
}

.home-latest-news {
    padding-bottom: 25px
}

.latest-news-list {
    margin-top: 20px
}

@media (min-width:1200px) {
    .latest-news-list {
        margin-top: 57px
    }
}

.latest-news-list .common-card {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .latest-news-list .common-card {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    .latest-news-list .card-horizontal {
        display: block;
        margin-bottom: 15px
    }

    .latest-news-list .card-horizontal .img-square-wrapper {
        flex: 0 0 100%
    }

    .latest-news-list .card-horizontal .img-square-wrapper img {
        width: 100%
    }

    .latest-news-list .card-horizontal .card-body {
        padding: 10px 0 0
    }

    .latest-news-list .card-horizontal .news-source {
        margin-bottom: 5px
    }
}

.latest-news-list .card-horizontal .card-title>a {
    font-size: 1rem;
    line-height: 1.4
}

@media (min-width:1200px) {
    .latest-news-list .card-horizontal .card-title>a {
        display: block;
        display: -webkit-box;
        font-size: 22px;
        height: 99px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.home-global-news {
    margin-top: 20px
}

@media (min-width:1200px) {
    .home-global-news {
        margin-top: 57px
    }
}

.home-global-news .common-card {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .home-global-news .common-card {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    .home-global-news .card-horizontal {
        display: block;
        margin-bottom: 5px
    }

    .home-global-news .card-horizontal .img-square-wrapper {
        flex: 0 0 100%
    }

    .home-global-news .card-horizontal .img-square-wrapper img {
        width: 100%
    }

    .home-global-news .card-horizontal .card-body {
        padding: 10px 0 0
    }

    .home-global-news .card-horizontal .news-source {
        margin-bottom: 5px
    }
}

.home-global-news .global-master-news .card-title>a {
    font-size: 1rem;
    line-height: 1.4
}

@media (min-width:1200px) {
    .home-global-news .global-master-news .card-title>a {
        display: block;
        display: -webkit-box;
        font-size: 40px;
        height: 180px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.home-global-news .global-left-news .card-title>a {
    font-size: 1rem;
    line-height: 1.4
}

@media (min-width:1200px) {
    .home-global-news .global-left-news .card-title>a {
        display: block;
        display: -webkit-box;
        font-size: 22px;
        height: 28.6px;
        line-height: 1.3;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.home-global-news .global-bottom-news .card-title>a,
.home-global-news .global-right-news .card-title>a {
    font-size: 1rem;
    line-height: 1.4
}

@media (min-width:1200px) {

    .home-global-news .global-bottom-news .card-title>a,
    .home-global-news .global-right-news .card-title>a {
        display: block;
        display: -webkit-box;
        font-size: 22px;
        height: 99px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.global-map-block {
    margin: 15px auto;
    max-width: 700px;
    position: relative
}

@media (min-width:768px) {
    .global-map-block {
        margin: 5px auto
    }
}

.country-point {
    background-color: #ff5722;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 10px
}

.country-point.active {
    background-color: #fff;
    border: 5px solid #ff5722;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .53));
    height: 18px;
    width: 18px
}

.live-wall-slider {
    max-width: 440px
}

.live-wall-slider .slick-next,
.live-wall-slider .slick-prev {
    border: 1px solid #c3c3c3;
    height: 34px;
    top: 20px;
    width: 34px
}

.live-wall-slider .slick-next:before,
.live-wall-slider .slick-prev:before {
    display: none
}

.live-wall-slider .slick-next:after,
.live-wall-slider .slick-prev:after {
    content: " ";
    display: inline-block;
    height: 12px;
    width: 8px
}

.live-wall-slider .slick-prev {
    left: inherit;
    right: -40px
}

.live-wall-slider .slick-prev:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12'%3E%3Cpath d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6Z' data-name='Path 5686' opacity='.11'/%3E%3C/svg%3E") 50% no-repeat
}

.live-wall-slider .slick-prev:hover:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12'%3E%3Cpath d='M7.41 10.59 2.83 6l4.58-4.59L6 0 0 6l6 6Z' data-name='Path 5686'/%3E%3C/svg%3E") 50% no-repeat
}

.live-wall-slider .slick-next {
    right: -73px
}

.live-wall-slider .slick-next:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6Z' data-name='Path 5686' opacity='.11'/%3E%3C/svg%3E") 50% no-repeat
}

.live-wall-slider .slick-next:hover:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12'%3E%3Cpath d='M0 10.59 4.58 6 0 1.41 1.41 0l6 6-6 6Z' data-name='Path 5686'/%3E%3C/svg%3E") 50% no-repeat
}

.lw-card {
    display: flex;
    gap: 16px
}

.lw-card .lw-img {
    flex: 0 0 86px;
    width: 86px
}

.lw-card .lw-img img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover
}

.lw-card .h5,
.lw-card h5 {
    color: #333;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 2px
}

.lw-card a {
    color: #333
}

.lw-card a:hover {
    text-decoration: none
}

.lw-card p {
    color: #333;
    font-size: 10px
}

.lw-card p>span {
    padding: 0 5px
}

.lw-card p>span:not(:first-child) {
    color: #666
}

.lw-card p>span:first-child {
    font-weight: 700;
    padding-left: 0
}

@media (min-width:1200px) {
    .home-leadership .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 22px;
        height: 123.2px;
        line-height: 1.4;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home-local-news .card-block.card-first .card-horizontal .card-title>a {
        display: block;
        display: -webkit-box;
        font-size: 30px;
        height: 180px;
        line-height: 1.2;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home-local-news .card-horizontal .card-title.fs-4>a {
        height: 100.8px;
        -webkit-line-clamp: 3
    }

    .home-local-news .card-block.last .card-horizontal .card-title.fs-4>a,
    .home-local-news .card-horizontal .card-title.fs-4>a {
        display: block;
        display: -webkit-box;
        font-size: 28px;
        line-height: 1.2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home-local-news .card-block.last .card-horizontal .card-title.fs-4>a {
        height: 67.2px;
        -webkit-line-clamp: 2
    }
}

.home-subscription-section {
    align-items: center;
    padding-bottom: 40px
}

.home-subscription-section .s-heading {
    color: #000;
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:768px) {
    .home-subscription-section .s-heading {
        font-size: 21px
    }
}

@media (min-width:1150px) {
    .home-subscription-section .s-heading {
        font-size: 30px
    }
}

@media (min-width:1260px) {
    .home-subscription-section .s-heading {
        font-size: 40px
    }
}

.home-subscription-section .s-heading span {
    font-weight: 700
}

.home-subscription-section .s-heading span i {
    background: hsla(74, 90%, 69%, .63);
    font-style: normal;
    padding: 5px
}

.home-subscription-section .subcribe-cta {
    display: flex;
    justify-content: center
}

@media (min-width:1024px) {
    .home-subscription-section .subcribe-cta {
        justify-content: flex-end
    }
}

.btn-subcribe-big {
    align-items: center;
    background-color: #262e35;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 22px 25px;
    position: relative;
    width: -moz-max-content;
    width: max-content
}

@media (min-width:1260px) {
    .btn-subcribe-big {
        margin-top: 60px;
        padding: 22px 32px
    }
}

.btn-subcribe-big:before {
    border: 15px solid rgba(38, 46, 53, 0);
    border-right-color: #262e35;
    content: "";
    height: 0;
    margin-top: -15px;
    pointer-events: none;
    position: absolute;
    width: 0
}

@media (max-width:768px) {
    .btn-subcribe-big:before {
        border-color: rgba(38, 46, 53, 0) rgba(38, 46, 53, 0) #262e35;
        border-width: 15px;
        bottom: 100%;
        left: 50%;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .btn-subcribe-big:before {
        right: 100%;
        top: 50%
    }
}

.btn-subcribe-big:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='29'%3E%3Cpath fill='%23ff5722' d='M16 14.5 0 29l9.047-14.469L0 0Z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    height: 16px;
    transition: all .3s ease-in-out;
    width: 29px
}

.btn-subcribe-big:active,
.btn-subcribe-big:first-child:active,
.btn-subcribe-big:hover {
    background-color: #262e35
}

.btn-subcribe-big:active:after,
.btn-subcribe-big:first-child:active:after,
.btn-subcribe-big:hover:after {
    margin-left: 3px
}

.btn-subcribe-big .sn-title {
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1
}

@media (min-width:768px) {
    .btn-subcribe-big .sn-title {
        font-size: 20px
    }
}

@media (min-width:1260px) {
    .btn-subcribe-big .sn-title {
        font-size: 30px
    }
}

.btn-subcribe-big .trial-text {
    color: #f4f6f7;
    display: block;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .08em
}

@media (min-width:768px) {
    .btn-subcribe-big .trial-text {
        font-size: 16px
    }
}

@media (min-width:1260px) {
    .btn-subcribe-big .trial-text {
        font-size: 23px
    }
}

.home-world-news {
    padding-bottom: 50px
}

@media (max-width:1020px) {
    .world-news-slider .slick-list {
        padding: 0 43% 0 0 !important
    }
}

@media (max-width:767px) {
    .world-news-slider.slick-dotted.slick-slider {
        margin-bottom: 50px
    }

    .world-news-slider .slick-dots {
        bottom: -35px
    }

    .world-news-slider .common-card {
        margin-bottom: 0
    }
}

@media (max-width:1020px) {
    .world-news-slider .card-bottom {
        margin-top: 15px
    }

    .world-news-slider .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 16px;
        height: 76.8px;
        line-height: 1.2;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:1021px) and (max-width:1199px) {
    .world-news-slider .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 16px;
        height: 57.6px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:1020px) {
    .mobile-card-slider .slick-list {
        padding: 0 15% 0 0 !important
    }

    .mobile-card-slider .common-card,
    .mobile-text-slider .common-card {
        padding: 0 10px
    }
}

.world-col-groups {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:576px) {
    .world-news-list-1 .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 16px;
        height: 57.6px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .world-news-list-1 .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 22px;
        height: 132px;
        line-height: 1.2;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.global-subscriber-box {
    background-color: #f3f3f4;
    border-radius: 4px;
    min-height: 120px;
    padding: 20px 15px 0 25px;
    position: relative
}

@media (min-width:630px) {
    .global-subscriber-box {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        padding: 20px 25px 0 35px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .global-subscriber-box {
        min-height: auto;
        overflow: hidden
    }
}

.global-subscriber-box:before {
    background-color: #ff5722;
    content: "";
    display: inline-block;
    height: 90%;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.global-subscriber-box .gsb-col:last-child {
    flex: 0 0 14.9792%;
    width: 14.9792%
}

@media (max-width:630px) {
    .global-subscriber-box .gsb-col:last-child {
        display: none
    }
}

.global-subscriber-box .h3,
.global-subscriber-box h3 {
    color: #000;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: normal
}

@media (min-width:576px) {

    .global-subscriber-box .h3,
    .global-subscriber-box h3 {
        font-size: 1.375rem
    }
}

@media (min-width:992px) and (max-width:1200px) {

    .global-subscriber-box .h3,
    .global-subscriber-box h3 {
        font-size: 1.175rem
    }
}

.global-subscriber-box .dnh-ss {
    margin-top: 13px;
    transform: scale(1.15)
}

@media (min-width:768px) and (max-width:992px) {
    .global-subscriber-box .dnh-ss {
        margin-top: 0
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .global-subscriber-box .dnh-ss {
        margin-top: 23px
    }
}

.global-subscriber-box .subscribe-box {
    margin-bottom: 15px
}

@media (min-width:630px) {
    .global-subscriber-box .subscribe-box {
        align-items: center;
        display: flex;
        gap: 20px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .global-subscriber-box .subscribe-box {
        font-size: .75rem
    }
}

.global-subscriber-box .subscribe-box .form-control {
    border: 1px solid #bcbcbc
}

.global-subscriber-box .subscribe-box .main-search-inner {
    margin-top: 0;
    width: 304px
}

@media (min-width:992px) and (max-width:1200px) {
    .global-subscriber-box .subscribe-box .main-search-inner {
        margin-top: 12px;
        width: 230px
    }
}

@media (max-width:768px) {
    .global-subscriber-box .subscribe-box .main-search-inner {
        max-width: 100%;
        width: 100%
    }
}

.global-subscriber-box .main-search {
    margin-right: 0
}

.subs-box-inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width:630px) {
    .dnh-ss-box {
        display: none
    }
}

.world-news-bottom {
    display: none;
    margin-top: 65px
}

@media (min-width:768px) {
    .world-news-bottom {
        display: block
    }

    .world-news-bottom .news-card {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .world-news-bottom .news-card {
        margin-top: 0
    }

    .world-news-bottom .news-card .card-title {
        display: block;
        display: -webkit-box;
        font-size: 24px;
        height: 100.8px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:1200px) {
    .world-news-bottom .news-card .card-title {
        display: block;
        display: -webkit-box;
        font-size: 24px;
        height: 115.2px;
        line-height: 1.2;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.world-news-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:992px) {
    .home-quickreads-sec .mobile-quickreads-slider {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .home-quickreads-sec .mobile-quickreads-slider .card-block {
        padding: 0 10px
    }
}

@media (min-width:992px) and (max-width:1120px) {
    .home-quickreads-sec .mobile-quickreads-slider .card-block .card-horizontal .card-title>a {
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .home-quickreads-sec .card-horizontal .card-title.fs-4>a {
        font-size: 28px;
        height: 156.8px;
        -webkit-line-clamp: 4
    }

    .home-quickreads-sec .card-horizontal .card-title.fs-4>a,
    .home-quickreads-sec .card-horizontal .card-title.fs-9>a {
        display: block;
        display: -webkit-box;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home-quickreads-sec .card-horizontal .card-title.fs-9>a {
        font-size: 18px;
        height: 151.2px;
        -webkit-line-clamp: 6
    }
}

.topliners-section .nav-tabs {
    align-items: center;
    border-color: transparent;
    flex-wrap: nowrap;
    white-space: nowrap
}

@media (max-width:1024px) {
    .topliners-section .nav-tabs {
        overflow-x: auto
    }
}

@media (min-width:1024px) {
    .topliners-section .nav-tabs {
        justify-content: center
    }
}

.topliners-section .nav-tabs .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 700
}

.topliners-section .nav-tabs .nav-link.dropdown-toggle {
    font-size: 1.625rem;
    width: 93px
}

.topliners-section .nav-tabs .nav-link.dropdown-toggle:after {
    border: 0
}

.topliners-section .nav-tabs .nav-link.active {
    align-items: center;
    display: flex;
    font-size: 1.625rem;
    gap: 10px
}

.topliners-section .nav-tabs .nav-link.active:after,
.topliners-section .nav-tabs .nav-link.active:before {
    color: #009ac9;
    font-size: 2.5rem
}

.topliners-section .nav-tabs .nav-link.active:before {
    content: "["
}

.topliners-section .nav-tabs .nav-link.active:after {
    border: 0;
    content: "]"
}

.topliners-section .nav-tabs .nav-link.active,
.topliners-section .nav-tabs .nav-link:active,
.topliners-section .nav-tabs .nav-link:focus,
.topliners-section .nav-tabs .nav-link:hover {
    border-color: transparent
}

.topliners-section .nav-tabs .dropdown-menu .nav-link {
    font-size: .75rem
}

.heading-brown {
    color: #aa9213;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-top: 22px;
    text-align: center
}

@media (min-width:768px) {
    .heading-brown {
        font-size: 1.5rem
    }
}

.swiper-container {
    max-width: 1150px;
    padding-bottom: 5px;
    padding-top: 10px
}

@media screen and (max-width:480px) {
    .swiper-container {
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%
    }
}

.swiper-slide {
    max-width: 954px
}

@media screen and (max-width:480px) {
    .swiper-slide {
        width: 80%
    }
}

.gallery-thumbs {
    margin-bottom: 40px;
    margin-top: 0;
    padding: 0
}

.gallery-thumbs .swiper-slide-thumbs {
    min-height: 150px
}

@media (min-width:1024px) {
    .gallery-thumbs .swiper-slide-thumbs {
        min-height: 200px
    }
}

.gallery-thumbs .swiper-slide-thumbs p {
    color: #333;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0 30px;
    text-align: center
}

@media (min-width:1260px) {
    .gallery-thumbs .swiper-slide-thumbs p {
        border-right: 1px solid #707070;
        font-size: 1.5rem
    }
}

.gallery-thumbs .swiper-slide-thumbs.swiper-slide-thumb-active p {
    font-weight: 700
}

.gallery-thumbs .swiper-slide-thumbs.swiper-slide-visible.swiper-slide-next p {
    border-right: 1px solid transparent
}

.gallery-thumbs .swiper-pagination-bullet-active {
    background-color: #aa9213
}

.gallery-thumbs .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: .9;
    transform: scale(1);
    transition: all .2s linear
}

@media (min-width:768px) {
    .gallery-thumbs .swiper-slide {
        height: 150px
    }
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

@media (max-width:768px) {
    .gallery-thumbs .swiper-pagination-bullets {
        bottom: -6px
    }
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

@media (max-width:992px) {
    .leader-card-wrapper .news-card .card-body {
        padding-left: 0
    }

    .leader-card-wrapper .news-card .card-horizontal {
        display: block
    }

    .leader-card-wrapper .news-card .card-horizontal .img-square-wrapper {
        width: 100%
    }
}

.home-bou-section {
    background-color: #1f1f1f;
    background: repeating-linear-gradient(-45deg, #f77fb5, #f77fb5 1px, #1f1f1f 0, #1f1f1f 27.5px);
    margin-bottom: 50px;
    margin-top: 70px;
    opacity: 1
}

.bou-wrapper {
    background-color: #1f1f1f;
    color: #fff;
    height: 100%;
    margin-left: -34px;
    margin-right: -34px;
    padding-left: 34px;
    padding-right: 34px
}

.bou-left {
    margin-top: -70px
}

.bou-left .bou-content {
    margin-top: 20px
}

@media (min-width:768px) {
    .bou-left .bou-content {
        margin-top: 47px
    }
}

.bou-left .h4,
.bou-left h4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1
}

.bou-left p {
    color: #aaa;
    font-size: 1.125rem;
    letter-spacing: .01em;
    line-height: 1.4
}

@media (min-width:1024px) {
    .bou-left p {
        max-width: 232px
    }
}

.bou-right {
    display: flex;
    padding: 10px 0 34px
}

@media (min-width:1024px) {
    .bou-right {
        padding-top: 50px
    }
}

.bou-right .bou-content {
    position: relative
}

@media (min-width:1024px) {
    .bou-right .bou-content {
        padding-left: 104px
    }
}

.bou-right .bou-content:after,
.bou-right .bou-content:before {
    background-color: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 1px
}

@media (max-width:1024px) {

    .bou-right .bou-content:after,
    .bou-right .bou-content:before {
        display: none
    }
}

.bou-right .bou-content:before {
    left: 0;
    top: 0
}

.bou-right .bou-content:after {
    height: 90%;
    left: 7px;
    top: 50%;
    transform: translateY(-50%)
}

.bou-right .bou-photo {
    position: relative
}

.bou-right .bou-photo:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA7CAYAAAAw23kDAAAABHNCSVQICAgIfAhkiAAAAW1JREFUaEPtms0NwjAMhW2EypUNGAHYhEX42YAyAYIJGAk2gDHoAZOCOEGFkyDXVK9nx7Hfl7jSa1m2NKR+saQbzYh5QkJn6smB59WGEh8POVl2RRkaWr/1ILLhZVWm9OYhJ8t+cA7Fjz40dgyNTZMac5CzbkyaiufFlRMbaz1nMzGSEy+qSWJjn0+BYc4O37F6KvaKFXGYisTjQOhCEqZi4uCoCT+mYss5k+5QyvG0XoPGrBXP3Q/EchW0Xg9i1orn7gdiuQparwcxa8Vz9wOxXAWt14OYteK5+4FYroLW69mDB6hpOrbODnseDjxAFbHIOuEralR9xTS6y/AV32WM/R7wnIote4Ca0xBbJ17QGlU9xYCYJxqaWkBMo5KnGBDzRENTC4hpVPIUA2KeaGhqATGNSp5iQMwTDU0t3SUW69dp1PKQE76ihtRXl0rE7B9I+Io/IQZfEb5i43+V3X2Pxdydf4oFsX+iVdd6B7sIsEuOC1ZuAAAAAElFTkSuQmCC") no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 59px;
    left: -60px;
    position: absolute;
    top: 20px;
    width: 54px
}

@media (max-width:768px) {
    .bou-right .bou-photo:before {
        display: none
    }
}

.bou-right .bou-photo img {
    border-radius: 15px
}

.bou-right .h6,
.bou-right h6 {
    color: #1ecb40;
    font-family: Galano Grotesque;
    font-size: 9px;
    font-weight: 500;
    line-height: 9px;
    margin-bottom: 0;
    margin-top: 27px
}

.bou-right .h3,
.bou-right h3 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1
}

.bou-right .h3,
.bou-right h3,
.bou-right p {
    font-family: Montserrat, sans-serif;
    letter-spacing: -.02em
}

.bou-right p {
    color: #b7b7b7;
    font-size: .75rem
}

.bou-right .btn-outline-primary {
    --bs-btn-color: #707070;
    --bs-btn-border-color: #707070;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #707070;
    --bs-btn-hover-border-color: #707070;
    --bs-btn-focus-shadow-rgb: 0, 0, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #707070;
    --bs-btn-active-border-color: #707070;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #707070;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #707070;
    --bs-gradient: none;
    --bs-btn-padding-y: 0.52rem;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    font-weight: 600;
    gap: 10px;
    line-height: 10px;
    text-align: center
}

.bou-right .btn-outline-primary:after {
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.207' height='5.414'%3E%3Cpath fill='%23fff' d='m4.146 4.353-.353.354.707.707.354-.353ZM6.5 2.707l.354.354.353-.354-.353-.354ZM4.854.353 4.5 0l-.707.707.353.354Zm0 4.708 2-2-.708-.708-2 2Zm2-2.708-2-2-.708.708 2 2ZM6.5 2.207H0v1h6.5Z'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-flex;
    height: 5.41px;
    width: 7.21px
}

.home-npp-section {
    background-color: #1f1f1f;
    color: #fff
}

.home-npp-section .bt-white {
    margin-bottom: 40px
}

.home-npp-section .bt-white span:after {
    filter: invert(100%)
}

.home-npp-section .common-card {
    background-color: transparent
}

.home-npp-section .common-card .card-bottom p,
.home-npp-section .common-card .news-source {
    color: #a2a2a2
}

.home-npp-section .common-card .card-title a {
    color: #fff
}

.home-npp-section .common-card .icon,
.home-npp-section .common-card .social-icon {
    filter: invert(100%);
    opacity: .5
}

.home-npp-section .source-card {
    border: 0;
    padding: 0
}

.home-npp-section .source-card .card-title {
    color: #fff;
    font-size: .75rem
}

.npp-list .block-title {
    color: #30c5cb;
    font-size: .75rem;
    margin-bottom: 15px;
    text-align: left
}

.npp-list .block-title span {
    gap: 10px
}

.npp-list .block-title span i {
    font-style: italic
}

.npp-list .block-title span:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.711' height='10.593'%3E%3Cg fill='none' stroke='%2330c5cb'%3E%3Cpath d='M1.061.354 5.65 4.943'/%3E%3Cpath stroke-width='3' d='M1.061 9.532 5.65 4.943'/%3E%3C/g%3E%3C/svg%3E");
    transform: scale(.5)
}

.npp-slider {
    position: relative
}

.npp-slider:after {
    background: #1f1f1f;
    background: linear-gradient(270deg, #1f1f1f, rgba(31, 31, 31, 0));
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    z-index: 9
}

.npp-slider .card-title {
    font-size: .75rem;
    font-weight: 400
}

.npp-slider .slick-list {
    padding: 0 20% 0 0 !important
}

.npp-slider.slick-dotted.slick-slider {
    margin-bottom: 50px
}

.npp-slider .slick-dots {
    bottom: -35px
}

.npp-slider .slick-dots li button {
    background-color: #484848;
    border: 1px solid #484848
}

.npp-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border: 1px solid #fff
}

@media (max-width:767px) {
    .source-slider-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:768px) {
    .source-logo-wrapper {
        overflow-x: auto
    }

    .source-logo-wrapper img {
        max-width: none
    }
}

.source-section {
    background-color: #faf8f2
}

.source-section .common-card {
    background-color: transparent
}

.source-tabs-wrapper .nav {
    gap: 10px;
    padding-right: 75px
}

.source-tabs-wrapper .nav-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 26px;
    color: #000;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    letter-spacing: .01em;
    opacity: .5;
    padding-left: 24px;
    padding-right: 24px
}

.source-tabs-wrapper .nav-link:first-child {
    min-width: 118px
}

.source-tabs-wrapper .nav-link.active {
    background-color: #fff;
    border: 1px solid #31a0db;
    color: #000;
    opacity: 1
}

.source-tabs-wrapper .blue-tick .nav-link {
    opacity: 1
}

.source-tabs-wrapper .blue-tick .active {
    position: relative
}

.source-tabs-wrapper .blue-tick .active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%2305c2fc' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 15px;
    z-index: 0
}

.source-tabs-wrapper .slick-slide {
    margin: 0 5px
}

.source-tabs-wrapper .slick-list {
    margin: 0 -5px
}

.source-tabs-wrapper .slick-arrow {
    height: 68px;
    width: 55px;
    z-index: 9
}

.source-tabs-wrapper .slick-arrow:before {
    display: none
}

.source-tabs-wrapper .slick-prev {
    background: url(/_nuxt/slick-arrow-left.BfP-nCao.svg) 50% no-repeat;
    left: -70px
}

.source-tabs-wrapper .slick-next {
    background: url(/_nuxt/slick-arrow-right.DIEaFhA7.svg) 50% no-repeat;
    right: 0
}

@media (min-width:1200px) {
    .home-sources-sec .card-horizontal .card-title.fs-10>a {
        display: block;
        display: -webkit-box;
        font-size: 16px;
        height: 80px;
        line-height: 1.25;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.globe-title {
    position: relative
}

.globe-title:after,
.globe-title:before {
    background-color: #333;
    content: "";
    display: inline-flex;
    height: .5px;
    position: absolute
}

.globe-title:before {
    top: 16px;
    width: 90%
}

.globe-title:after {
    height: .5px;
    top: px;
    width: 83px
}

@media (min-width:768px) {
    .globe-title:after {
        top: 80px
    }
}

.globe-title span {
    color: #333;
    display: block;
    font-style: italic;
    letter-spacing: -.02em;
    line-height: 1.1;
    position: relative;
    z-index: 2
}

.globe-title span i {
    background: #fff;
    padding-right: 30px
}

.globe-title span:first-child {
    font-size: 1.875rem
}

@media (min-width:768px) {
    .globe-title span:first-child {
        font-size: 2.5rem
    }
}

.globe-title span:last-child {
    font-size: 2.5rem;
    padding-left: 80px
}

@media (min-width:1024px) {
    .globe-title span:last-child {
        font-size: 4.375rem
    }
}

.globe-title span:last-child i {
    padding-left: 30px
}

.home-ab-section .live-wall-slider {
    max-width: 100%
}

.home-ab-section .live-wall-slider .slick-next,
.home-ab-section .live-wall-slider .slick-prev {
    background-color: #fff;
    height: 52px;
    width: 52px;
    z-index: 2
}

@media (max-width:767px) {

    .home-ab-section .live-wall-slider .slick-next,
    .home-ab-section .live-wall-slider .slick-prev {
        top: 50%
    }
}

.home-ab-section .live-wall-slider .slick-next:after,
.home-ab-section .live-wall-slider .slick-prev:after {
    background-size: contain;
    height: 18px;
    width: 12px
}

.home-ab-section .live-wall-slider .slick-prev {
    left: 0
}

@media (min-width:768px) {
    .home-ab-section .live-wall-slider .slick-prev {
        left: -151px
    }
}

.home-ab-section .live-wall-slider .slick-next {
    right: 0
}

@media (min-width:768px) {
    .home-ab-section .live-wall-slider .slick-next {
        left: -100px
    }
}

.choose-your-interest {
    background-color: #f3f3f4;
    border-radius: 4px;
    padding: 24px 20px;
    position: relative
}

@media (max-width:576px) {
    .choose-your-interest {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:576px) {
    .choose-your-interest {
        padding: 24px 57px
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .choose-your-interest {
        padding: 24px 27px
    }
}

.choose-your-interest:before {
    background-color: #ff5722;
    content: "";
    display: inline-block;
    height: 90%;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media (min-width:576px) {
    .choose-your-interest:before {
        left: 7px
    }
}

.choose-your-interest .h3,
.choose-your-interest h3 {
    color: #000;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: normal
}

@media (min-width:576px) {

    .choose-your-interest .h3,
    .choose-your-interest h3 {
        font-size: 1.375rem
    }
}

@media (min-width:992px) and (max-width:1200px) {

    .choose-your-interest .h3,
    .choose-your-interest h3 {
        font-size: 1.175rem
    }
}

.cyi-head {
    margin-bottom: 15px
}

.cyi-head .h4,
.cyi-head h4 {
    color: #000;
    font-size: .813rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center
}

.cyi-head .h4 span,
.cyi-head h4 span {
    align-items: center;
    display: inline-flex;
    gap: 10px
}

.cyi-head .h4 span:after,
.cyi-head .h4 span:before,
.cyi-head h4 span:after,
.cyi-head h4 span:before {
    background-color: #ff5722;
    content: "";
    display: inline-block;
    height: 1px;
    width: 48px
}

.cyi-head p {
    color: #666;
    font-size: .625rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center
}

.interest-item {
    max-width: 90px;
    text-align: center;
    width: 100%
}

.interest-item:hover .h5,
.interest-item:hover h5 {
    color: #ff5722
}

.interest-item .h5,
.interest-item h5 {
    color: #333;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center
}

.interest-item.active .ii-icon:before {
    background-color: rgba(0, 0, 0, .57);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.284' height='18.284'%3E%3Cpath fill='none' stroke='%23ff5722' stroke-width='1.5' d='m4.7 8.892 3.6 3 4.8-5.994M8.9 17.287a8.392 8.392 0 1 1 8.392-8.392 8.39 8.39 0 0 1-8.4 8.389Z' style='isolation:isolate' transform='translate(.25 .25)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ii-icon {
    border-radius: 50%;
    display: inline-block;
    font-size: .625rem;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px
}

.ii-icon:after {
    border: 1px solid #707070;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ii-icon img {
    -o-object-fit: cover;
    object-fit: cover
}

.world-news-bottom-2 {
    margin-top: 30px
}

.world-news-bottom-2 .card-block .card-horizontal .card-title {
    display: block;
    display: -webkit-box;
    font-size: 22px;
    height: 154px;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-business {
    padding-top: 30px
}

@media (min-width:1150px) {
    .latest-masthead .card-block .card-horizontal .card-title {
        display: block;
        display: -webkit-box;
        font-size: 44px;
        height: 211.2px;
        line-height: 1.2;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .latest-masthead .card-block .card-bottom {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .latest-masthead+.latest-news-list {
        margin-top: 33px
    }
}

.personalize-banner {
    background-color: #000;
    color: #fff;
    margin-bottom: 64px;
    padding: 20px
}

@media (min-width:1024px) {
    .personalize-banner {
        padding: 28px 45px
    }
}

.personalize-banner .h4,
.personalize-banner h4 {
    font-size: 18px;
    font-style: italic
}

@media (min-width:1024px) {

    .personalize-banner .h4,
    .personalize-banner h4 {
        font-size: 24px
    }
}

.personalize-banner .h4 span,
.personalize-banner h4 span {
    color: #ff5721;
    font-style: normal;
    font-weight: 700
}

.personalize-banner p {
    color: #ccc;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    opacity: .81;
    text-align: right
}

@media (min-width:1024px) {
    .personalize-banner p {
        font-size: 18px
    }
}

.personalize-banner .btn {
    background: #ff5721;
    border-radius: 35px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: center
}

@media (min-width:1024px) {
    .personalize-banner .btn {
        font-size: 20px;
        padding: 20px 31px
    }
}

.personalize-cta {
    position: relative
}

@media (max-width:1024px) {
    .personalize-cta {
        margin-top: 15px
    }
}

.personalize-cta:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAB3CAYAAABMtGMpAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAX9SURBVHhe3ZyPS5x1HMd35zlbaxUiQ47VWmutVUjIWqu1VmuFiIisrNZoDBE5/K3nTGSYa2OI6Kl3njkb4xgiCxtrrYaIiKxWrLUaQ8RkNdaaDRF/UXNynvZ6xKAf2/x1z3PP5/v8Ace9eL0/7+f7fb7PnWWRIld2dvYai8Wy36IIz6KcnJzDExMT3ygBVFBQsNTv99+oqalZpgQQdoqJ273V1dV7VQG6MTY2FlNfX98nHgg7b9MDScRth9YHKgCdJW4FxO1b8UDYeRaYWmCe+7utRRvKzc09Ojk52UrcGsUD5eXlRXLf6QEm6p/3UrGGWBl8oIG43e59SgAxPwPMz6PMz5B4IGB2AbMVmN3/XbqJjBxA5ykDB3G7IB6IZtsETBllsPl2C2txhgD6BKBPAWoWD5Senh4dHh7+AzD2O217RBmiqg8CMsLslCkBRBn8abVao6qqqkbFA2EnlareQNzS7rbLFhM5gC4B8i5x6xQPRLNtpdmKsbNtpmcgIgwxOycA8mHnpHigjIyMlTabrQM7q2aCEbHBw04Fdnqx41IFyN/b23tPc3NzQDwQzZZBVT9B3LJmA2P6yBG37vHx8USv19sjHgg7cdjJxk78bGFMbQg7pykDusDdIh5IO0kA4gtg1s4FxrSGsOPBTjdAXvFAycnJYXa7/RazEz5XGFMawk4eZbCCByBOVYCuUNUvU9VXxQNhJxE7KdhJmg+M6SIHUBtABwFqFw9EVT8NRBPNFjNfGFMZYhN3iKr+nnb7WDwQJwlLOEnoB2bpQmBMY4i4FfFl7iduxUoAUQbXKYP1lMHv4oGASQbmTWC0w98FXyF/SALQVwAVAXR2wTR8QEiBaLZYmq2BMlgfDJiQlwJAPoDaAToqHgiYB4H5BZjIYMGE1BCzU8LsWJmdUlWA+jlJeJyThAHxQFlZWTuBiSNu7wUTJmSRY37OMT+ZAJ0XDwTM88BUALMp2DAhMUQZNAH0Oeu2Y+KBHA7H8oiIiEvYidYDxnBDxO0Adm4CpB3+6nIZuvQhbiO87Gqvq6v7QxcaI9dyVHUKVf0CdlL1gjE0csTtInHbBZB2+KvbZUjksLMFO6XAvKIbyfQHGwLE7BzHTiNVfUI8UH5+/kOBQOBr7KzUG8aQGcJOOXb6sFOhCtDY6OjofQ0NDX7xQDyecrDniSFu6UbA6B454tbF/Gyvra3tFg9EVb9OVedjJ84oGF0NYecUj3frPR7Pl+KBsLMaOy3Y0Q5/Db10ubFip4aqvkxVewyl0WtxCtAEdqxGw+gyQ1R1DlX9CEB5SgBh52eqehtVfUU8EDAJ2Enj4WFiKGCCHjmAWqnqcqq6TTwQG7h106/wPxUqmKAaws5HfOBFyuCQeCBupBHMzhD3nSWhhAmaIezsASiKMnhfFaBrLHU2cpJwXTwQdt7AzjvYSQ41TFAiR7t10G4llMEZ8UDAPAPMEWBizQCzYEPE7QhxO0PcfOKBCgsLl/GT/9+w84BZYBZkCDt7sbMYOyWqAPXxq5EnKysr+8UDUQY7KIME4rbTTDDzjhxx0/6MIRegc+KBWLdtYFXgBmaj2WDmZYgtdiNlcBqgJvFATqczinequ4BZbkaYORtidvZRBuNsE/YrAUTchgB6mC32iHggqno3MC8RtxSzwswpcsTtAg9AUrHzo3ggqnozVX0AO1vMDDNrQ8StmbgdA+i4eKDMzEx7WFjYd8CsMDvMrAwxO2XYGaCqy1UBujk8PBzp8/luiQfivpPGMieWuDkkwMwYOeLWSVW/RVV3iQfCzqtAFDE7r0mBuash7JzEzmHsnBIPRFWvoqrbmJ3VkmDuaAg7Luz8ip1qVYAC2LEBMykeiDLIoqofAyhHGsxtI0fceliIxnOScFk8EHbisZOOnQSJMP8zhJ0WysBFGbSKBwJG+zOGz7CzTirMvwwB5MVOJ3a0w1+x19TLS6WlpbbBwUHtFf7FYkmmv/gUEHaclEE0Jwl7VAG6ylLnRZfLdU08EM8LkqZf4d8uHWaqFIhbO3H7kLh1qAK0ljL4SQUYjeEvsle6NIsJjOYAAAAASUVORK5CYII=") 50% no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    height: 119px;
    left: -40px;
    position: absolute;
    top: -22px;
    transition: all .3s ease-in-out;
    width: 52px
}

@media (max-width:1024px) {
    .personalize-cta:before {
        display: none
    }
}

.ts-block {
    padding-top: 20px
}

.ts-block .h6,
.ts-block h6 {
    font-weight: 700
}

.ts-block p {
    color: #333
}

.log-sign-sec {
    margin-top: 46px
}

.log-sign-sec .ls-img-2 {
    margin-top: 152px
}

.ls-image-box {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 35px
}

@media (min-width:1024px) {
    .ls-image-box {
        gap: 25px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1024px) {
    .ls-image-box .ls-col {
        flex: 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%
    }

    .ls-image-box .ls-col img {
        width: 100%
    }
}

.img-credit {
    color: #666;
    font-size: 9px;
    font-weight: 400;
    margin-top: 12px;
    text-align: right
}

.ls-form-box {
    position: relative
}

@media (min-width:1024px) {
    .ls-form-box {
        background-size: 127%
    }
}

.ls-form-box-inner {
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:1200px) {
    .ls-form-box-inner {
        padding-left: 115px
    }
}

.login-block {
    background-size: cover
}

@media (min-width:1200px) {
    .login-block {
        background-size: 115%;
        padding-bottom: 80px
    }

    .login-block .ls-form-box-inner {
        max-width: 615px;
        padding-left: 150px
    }
}

.ls-header {
    text-align: center
}

.ls-header .h2,
.ls-header h2 {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.5
}

@media (min-width:1024px) {

    .ls-header .h2,
    .ls-header h2 {
        font-size: 40px
    }
}

.ls-header p {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:576px) {
    .ls-header p {
        font-size: 20px
    }
}

.ls-header .lsh-lg {
    color: #000;
    display: block;
    font-family: Libre Caslon Text;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 18px
}

@media (min-width:1024px) {
    .ls-header .lsh-lg {
        display: inline-block;
        font-size: 40px
    }
}

.ls-header .lsh-sm {
    color: #aa9213;
    display: block;
    font-family: Libre Caslon Text;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 38px;
    text-align: center
}

@media (min-width:1024px) {
    .ls-header .lsh-sm {
        display: inline-block;
        font-size: 24px
    }
}

.social-login-signup {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 26px 0
}

@media (min-width:1024px) {
    .social-login-signup {
        margin: 50px 0 26px
    }
}

.social-login-signup>a {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    overflow: hidden;
    padding: 19px;
    text-align: center;
    text-indent: -99999px;
    width: 160px
}

.social-login-signup>a,
.social-login-signup>a.google {
    background-color: #e9654a;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.896' height='19.026'%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23fff' stroke-width='2' d='M1 9.577a8.448 8.448 0 0 1 14.483-5.912l-.8.789a7.322 7.322 0 1 0 2.069 5.687h-6.741V9.014H17.9v.563a8.45 8.45 0 1 1-16.9 0Z' data-name='Path 67'/%3E%3C/svg%3E")
}

.social-login-signup>a.google:hover {
    background-color: rgba(233, 101, 74, .94)
}

.social-login-signup>a.facebook {
    background-color: #537bbd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.39' height='20'%3E%3Cpath fill='%23fff' d='M8.51 3.32h1.88V.14A26 26 0 0 0 7.65 0C4.93 0 3.07 1.66 3.07 4.7v2.62H0v3.56h3.07V20h3.68v-9.12h3.06l.46-3.56H6.75V5.05c0-1.05.28-1.73 1.76-1.73' data-name='Path 68'/%3E%3C/svg%3E")
}

.social-login-signup>a.facebook:hover {
    background-color: rgba(83, 123, 189, .94)
}

.social-login-signup>a.linkedin {
    background-color: #0273b1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.428' height='25.582'%3E%3Cpath fill='%23fff' d='M0 3h24v21H0z' data-name='Rectangle 126'/%3E%3Cpath fill='%230273b1' d='M23.547 0H1.879a1.855 1.855 0 0 0-1.88 1.829v21.924a1.855 1.855 0 0 0 1.88 1.829h21.668a1.855 1.855 0 0 0 1.88-1.829V1.829A1.855 1.855 0 0 0 23.547 0M7.712 21.412H3.875V9.9h3.837ZM5.793 8.288a2 2 0 1 1 0-3.991 2.008 2.008 0 1 1 0 3.991m15.759 13.124h-3.838v-6.178c0-1.548-.55-2.558-1.944-2.558a2.11 2.11 0 0 0-1.97 1.394 2.6 2.6 0 0 0-.128.934v6.4H9.839V9.887h3.837v1.624a3.84 3.84 0 0 1 3.463-1.918c2.558 0 4.413 1.65 4.413 5.193Z' data-name='Path 69'/%3E%3C/svg%3E")
}

.social-login-signup>a.linkedin:hover {
    background-color: rgba(2, 115, 177, .94)
}

.ls-form .h5,
.ls-form h5 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px
}

.ls-form .form-group {
    margin-bottom: 25px
}

.ls-form label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px
}

.ls-form .custom-select,
.ls-form .form-control {
    border: 1px solid #bcc0d5;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    height: 62px
}

@media (min-width:768px) {

    .ls-form .custom-select,
    .ls-form .form-control {
        font-size: 20px
    }
}

.ls-form .custom-select:focus,
.ls-form .form-control:focus {
    border: 1px solid #009ac9;
    box-shadow: none
}

.ls-form textarea.form-control {
    height: inherit;
    min-height: 96px
}

.ls-form .form-control {
    background: #fff
}

.btn-submit {
    background: #262e35;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .btn-submit {
        font-size: 20px;
        height: 62px
    }
}

.btn-submit:focus {
    border: 1px solid #009ac9;
    box-shadow: none
}

.btn-submit:hover {
    background-color: #009ac9;
    color: #fff
}

.btn-reset {
    border: 1px solid #262e35;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .btn-reset {
        font-size: 20px;
        height: 62px
    }
}

.btn-reset:focus {
    border: 1px solid #009ac9;
    box-shadow: none
}

.btn-reset:hover {
    background-color: #009ac9;
    border: 1px solid #009ac9;
    color: #fff
}

.form-cta .btn-reset,
.form-cta .btn-submit {
    padding-left: 54px;
    padding-right: 54px
}

.form-cta .btn-reset {
    background: transparent;
    border: 1px solid #bcc0d5;
    color: #bababa
}

.login-box,
.or {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center
}

.login-box {
    margin-top: 25px
}

.login-box a {
    color: #333;
    font-weight: 700;
    text-decoration: none
}

.login-box a:hover {
    color: #009ac9
}

.link-black {
    color: #333;
    font-size: 20px;
    font-weight: 700
}

.link-black:hover {
    color: #009ac9
}

.link-forgot {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    text-decoration: underline
}

.link-forgot:hover {
    color: #009ac9
}

.form-title {
    color: #333;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .02em;
    margin-bottom: 45px;
    text-align: center
}

@media (min-width:576px) {
    .form-title {
        font-size: 37px
    }
}

.sign-display .h4,
.sign-display h4 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

@media (min-width:768px) {

    .sign-display .h4,
    .sign-display h4 {
        font-size: 44px
    }
}

.sign-display .h5,
.sign-display h5 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    text-align: left
}

@media (min-width:768px) {

    .sign-display .h5,
    .sign-display h5 {
        font-size: 26px
    }
}

.login-display .h4,
.login-display h4 {
    color: #333;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px
}

.login-display .h5,
.login-display h5 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px
}

.form-heading {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.form-heading .h2,
.form-heading h2 {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0
}

@media (min-width:1024px) {

    .form-heading .h2,
    .form-heading h2 {
        font-size: 20px
    }
}

.form-heading:after {
    border: 1px solid #02c2fc;
    content: "";
    display: inline-block;
    height: 0;
    width: 25%
}

.form-heading.pass-heading:after {
    width: 50%
}

@media (min-width:1024px) {
    .form-heading.pass-heading:after {
        width: 61%
    }
}

.my-liked .nav-tabs .nav-link {
    border: 4px solid transparent;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4
}

@media (min-width:768px) {
    .my-liked .nav-tabs .nav-link {
        font-size: 18px
    }
}

.my-liked .nav-tabs .nav-link.active {
    border-bottom: 4px solid #ff5721;
    font-weight: 600
}

.personalise-sec {
    margin-top: 30px
}

@media (min-width:576px) {
    .personalise-sec {
        margin-top: 46px
    }
}

@media (max-width:576px) {
    .personalise-sec .form-title {
        margin-bottom: 0
    }
}

.pi-wrapper {
    padding-left: 36px;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .pi-wrapper {
        margin-top: 40px;
        padding-right: 20px
    }
}

.pi-wrapper:before {
    background: url(/_nuxt/bg-img-03.DpjBGZF5.png) 0 0 no-repeat;
    border-radius: 13px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 0
}

@media (max-width:369px) {
    .pi-wrapper:before {
        background-size: 382%;
        height: 551px;
        width: 91%
    }
}

@media (min-width:370px) and (max-width:575px) {
    .pi-wrapper:before {
        background-size: 320%;
        height: 542px;
        width: 91%
    }
}

@media (min-width:576px) and (max-width:576px) {
    .pi-wrapper:before {
        background-size: 229%;
        height: 530px;
        width: 91%
    }
}

@media (min-width:576px) and (max-width:780px) {
    .pi-wrapper:before {
        background-size: 229%;
        height: 429px;
        max-width: 570px;
        width: 92%
    }
}

.pi-wrapper:after {
    background: url(/_nuxt/bg-img-04.BVLlWWwT.png) 50% no-repeat;
    background-size: 120%;
    content: "";
    display: inline-block;
    height: 660px;
    left: -100px;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 0
}

@media (max-width:576px) {
    .pi-wrapper:after {
        background-size: 170%;
        left: -15px
    }
}

@media (min-width:768px) {
    .pi-wrapper:after {
        width: 660px
    }
}

.pi-inner {
    position: relative;
    z-index: 1
}

@media (max-width:768px) {
    .pi-inner {
        margin-bottom: 40px
    }
}

.pi-feature {
    margin-top: 50px;
    padding: 0
}

@media (max-width:768px) {
    .pi-feature {
        left: -15px;
        position: relative
    }
}

@media (min-width:576px) {
    .pi-feature {
        margin-top: 100px
    }
}

.pi-feature>li {
    color: #333;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.5;
    list-style: none;
    padding-left: 40px;
    position: relative;
    text-align: left
}

.pi-feature>li:not(:last-child) {
    margin-bottom: 20px
}

.pi-feature>li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23ff5722' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 15px;
    z-index: 0
}

.personalise-interest {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .11);
    max-width: 575px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1
}

@media (min-width:576px) {
    .personalise-interest:before {
        left: 10px
    }
}

.personalise-interest .cyi-head {
    margin-bottom: 27px
}

.personalise-interest .interest-item {
    margin-bottom: 42px
}

.link-more {
    color: #ff5722;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0
}

.link-more:hover {
    color: #ff5722;
    text-decoration: none
}

.ppr-heading {
    margin-top: 30px;
    padding-bottom: 40px
}

@media (min-width:576px) {
    .ppr-heading {
        margin-top: 46px
    }
}

.ppr-heading .form-title {
    margin-bottom: 0
}

.ppr-head {
    position: relative
}

.location-scroll {
    max-height: 240px;
    overflow-y: auto;
    padding-right: 15px
}

.ppr-location {
    padding: 10px 0 15px
}

.ppr-location .h4,
.ppr-location h4 {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .03em;
    margin-bottom: 20px
}

.btn-location {
    border-radius: 2px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    margin-bottom: 5px;
    padding-left: 36px;
    position: relative;
    text-align: left;
    width: 100%
}

.btn-location:hover {
    color: #009ac9
}

.btn-location:focus {
    box-shadow: none
}

.btn-location:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23cecece' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    left: 12px;
    position: absolute;
    top: 11px;
    width: 15px;
    z-index: 0
}

.btn-select {
    background: #eaeff2
}

.btn-select:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%2305c2fc' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    left: 12px;
    position: absolute;
    top: 11px;
    width: 15px;
    z-index: 0
}

.ppr-middle {
    background-color: #f5f7f8;
    margin-top: -266px;
    padding-bottom: 55px;
    padding-top: 292px
}

@media (max-width:1024px) {
    .ppr-middle .border-right {
        border-right: 0 !important
    }
}

@media (min-width:1024px) {
    .ppr-buttom {
        margin-top: 77px
    }
}

.prr-news-interest {
    position: relative
}

@media (max-width:1024px) {
    .prr-news-interest {
        margin-top: 60px
    }

    .prr-news-interest .dnh-popup-error.right {
        top: -33px
    }
}

.dnh-popup-error {
    align-items: center;
    background: rgba(255, 87, 34, .18);
    border-radius: 3px;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    gap: 10px;
    height: 33px;
    letter-spacing: .01em;
    padding: 9px 14px;
    width: 190px
}

.dnh-popup-error.right {
    position: absolute;
    right: 22px;
    top: 24px;
    z-index: 1
}

.dnh-popup-error:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23ff5722' fill-rule='evenodd' d='M0 7.5A7.5 7.5 0 1 1 7.5 15 7.5 7.5 0 0 1 0 7.5m7.072 3.21 4.318-5.4-.78-.624-3.682 4.6-2.608-2.17-.64.768z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: 0 0 15px;
    height: 15px;
    width: 15px
}

.dnh-popup-error p {
    margin-bottom: 0
}

.dnh-popup-error span {
    font-weight: 700
}

.ppr-topics-search {
    background: url(/_nuxt/bg-img-07.DOsV3Dbk.png) 50% no-repeat;
    background-size: 107%;
    padding: 95px 0
}

@media (max-width:768px) {
    .ppr-topics-search {
        background: url(/_nuxt/bg-img-07.DOsV3Dbk.png) center -50px no-repeat;
        background-size: 340%;
        margin-left: -15px;
        margin-right: -15px;
        padding: 50px 15px
    }
}

.ppr-topics-search .h4,
.ppr-topics-search h4 {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .03em;
    margin-bottom: 20px
}

.ppr-topics-search .main-search {
    margin-right: 0
}

.ppr-topics-search .main-search-inner {
    display: block;
    width: 100%
}

.ppr-topics-search .main-search-inner .form-control {
    border: 1px solid #bfbfbf;
    border-radius: 6px
}

.topics-list {
    margin-top: 15px
}

.topics-list .btn {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 24px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 15px;
    min-width: 128px;
    opacity: .8;
    padding: .688rem .75rem
}

.topics-list .btn:hover {
    color: #009ac9
}

.about-sec {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 46px;
    overflow: hidden;
    padding: 0 15px;
    position: relative
}

.about-sec:before {
    background: url(/_nuxt/bg-img-06.DdnYca0R.png) 50% no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1050px;
    left: 50%;
    position: absolute;
    top: -45px;
    transform: translateX(-50%);
    width: 1050px;
    z-index: 0
}

.about-sec .choose-your-interest {
    background: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .11);
    margin-bottom: 60px
}

@media (max-width:576px) {
    .about-sec .choose-your-interest {
        margin-left: 0;
        margin-right: 0
    }
}

.about-sec .choose-your-interest .h2,
.about-sec .choose-your-interest h2 {
    color: #333;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1123px;
    text-align: center
}

@media (min-width:576px) {

    .about-sec .choose-your-interest .h2,
    .about-sec .choose-your-interest h2 {
        font-size: 37px;
        line-height: 56px
    }
}

.about-sec .choose-your-interest .h2 span,
.about-sec .choose-your-interest h2 span,
.about-us {
    font-weight: 400
}

.about-us {
    color: #333;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0 auto 48px;
    max-width: 1188px;
    text-align: center;
    width: 100%
}

@media (min-width:576px) {
    .about-us {
        font-size: 26px;
        line-height: 46px
    }
}

.about-founder {
    color: #333
}

.about-founder .h5,
.about-founder h5 {
    color: #333;
    font-size: 30px;
    font-weight: 700
}

.about-founder .h6,
.about-founder h6 {
    color: #333;
    font-size: 25;
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .about-founder p {
        font-size: 20px
    }
}

.founder-photo {
    border-radius: 12px;
    display: inline-block;
    font-size: .625rem;
    height: 178px;
    margin-bottom: 23px;
    overflow: hidden;
    position: relative;
    width: 154px
}

.founder-photo:after {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.founder-photo img {
    -o-object-fit: cover;
    object-fit: cover
}

.founder-details {
    max-width: 506px;
    width: 100%
}

@media (min-width:506px) and (max-width:768px) {
    .founder-details {
        max-width: 100%
    }
}

.linkedin-link {
    align-items: center;
    color: #0278ca;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    gap: 16px;
    margin-top: 47px;
    position: relative
}

.linkedin-link:hover {
    color: #0278ca
}

.linkedin-link:before {
    background: #0c66c2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.428' height='25.582'%3E%3Cpath fill='%23fff' d='M0 3h24v21H0z' data-name='Rectangle 126'/%3E%3Cpath fill='%230273b1' d='M23.547 0H1.879a1.855 1.855 0 0 0-1.88 1.829v21.924a1.855 1.855 0 0 0 1.88 1.829h21.668a1.855 1.855 0 0 0 1.88-1.829V1.829A1.855 1.855 0 0 0 23.547 0M7.712 21.412H3.875V9.9h3.837ZM5.793 8.288a2 2 0 1 1 0-3.991 2.008 2.008 0 1 1 0 3.991m15.759 13.124h-3.838v-6.178c0-1.548-.55-2.558-1.944-2.558a2.11 2.11 0 0 0-1.97 1.394 2.6 2.6 0 0 0-.128.934v6.4H9.839V9.887h3.837v1.624a3.84 3.84 0 0 1 3.463-1.918c2.558 0 4.413 1.65 4.413 5.193Z' data-name='Path 69'/%3E%3C/svg%3E") 50% no-repeat;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: inline-block;
    flex: 0 0 47px;
    height: 47px;
    width: 47px
}

.linkedin-link>span {
    font-size: 15px;
    word-break: break-all
}

.awu-sec {
    background: url(/_nuxt/bg-img-01.BnUEn0Xs.png) top no-repeat;
    margin-top: 30px
}

@media (min-width:768px) {
    .awu-sec {
        margin-top: 16px
    }
}

@media (min-width:992px) {
    .awu-sec {
        background: url(/_nuxt/bg-img-01.BnUEn0Xs.png) 100% 0 no-repeat;
        background-position: 330px -25px
    }
}

@media (max-width:1200px) {
    .awu-sec {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.awu-head {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .awu-head {
        margin-bottom: 42px
    }
}

@media (max-width:576px) {
    .awu-head .gutter-10 {
        margin-left: 0;
        margin-right: 0
    }

    .awu-head .gutter-10>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.gutter-10 {
    margin-left: -10px;
    margin-right: -10px
}

.gutter-10>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

img[class*=img-awu] {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:576px) {
    img[class*=img-awu] {
        transform: scale(1.1)
    }
}

.img-awu-1 {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    margin-top: 5px
}

@media (min-width:576px) {
    .img-awu-1 {
        margin-top: 23px
    }
}

.img-awu-2 {
    margin-top: 20px
}

@media (min-width:576px) {
    .img-awu-2 {
        margin-top: 50px
    }
}

@media (max-width:576px) {
    .img-awu-3 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .adw-box {
        background-size: 105%
    }
}

.ad-with-us {
    padding-bottom: 30px
}

.ad-with-us .h4,
.ad-with-us h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.6
}

.ad-with-us .h4 strong,
.ad-with-us h4 strong {
    text-decoration: underline
}

@media (min-width:1024px) {

    .ad-with-us .h4,
    .ad-with-us h4 {
        font-size: 26px;
        line-height: 2
    }
}

.awu-item {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 9px 18px rgba(0, 0, 0, .11);
    margin-bottom: 20px;
    padding: 30px 24px
}

.awu-item .h5,
.awu-item h5 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.4;
    text-align: left
}

@media (min-width:576px) {

    .awu-item .h5,
    .awu-item h5 {
        font-size: 34px
    }
}

.awu-item p {
    color: #ff5722;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left
}

.reach-box {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .reach-box {
        margin-bottom: 0;
        margin-top: 60px
    }
}

.reach-box .h3,
.reach-box h3 {
    font-size: 26px;
    font-weight: 900
}

.reach-box .h3,
.reach-box a,
.reach-box h3 {
    color: #000;
    letter-spacing: .02em;
    line-height: 1.4
}

.reach-box a {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    gap: 24px
}

@media (min-width:768px) {
    .reach-box a {
        font-size: 20px
    }
}

.reach-box a:hover {
    color: #009ac9
}

.reach-box a:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.27' height='20.301'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' data-name='Group 189'%3E%3Cpath d='M21.286 19.8H1.985A1.485 1.485 0 0 1 .5 18.316V1.985A1.485 1.485 0 0 1 1.985.5h19.3a1.485 1.485 0 0 1 1.485 1.485v16.331a1.485 1.485 0 0 1-1.484 1.484' data-name='Path 239'/%3E%3Cpath d='m1.248 2.315 10.386 9.32 10.811-9.32' data-name='Path 240'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: 0 0 22px;
    height: 20px;
    width: 22px
}

.awu-form-title {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .awu-form-title {
        font-size: 26px
    }
}

[class*=discover-sec] {
    margin-top: 30px
}

@media (min-width:768px) {
    [class*=discover-sec] {
        margin-top: 60px
    }
}

.orange-line {
    position: relative
}

.orange-line:before {
    background-color: #ff5722;
    content: "";
    display: inline-block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 80px
}

.discover-sec-02 {
    background: #f5f7f8;
    margin-top: 80px;
    padding-bottom: 50px
}

@media (min-width:1024px) {
    .discover-sec-02 {
        background: #f5f7f8 url(/_nuxt/discover-glob-bg.CMrrE5z-.jpg) 50% no-repeat;
        height: 674px;
        margin-top: 0;
        padding-bottom: 0
    }
}

.discover-sec-02 .dt-2 {
    display: flex;
    justify-content: flex-end
}

@media (max-width:1024px) {
    .discover-sec-02 .discover-title {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .discover-sec-02 .discover-title {
        max-width: 351px;
        text-align: right
    }
}

.discover-img-02 {
    margin-top: -50px
}

.discover-sec-03 {
    padding: 40px 0 0
}

@media (min-width:768px) {
    .discover-sec-03 {
        padding: 80px 0
    }
}

@media (max-width:1024px) {
    .discover-sec-03 .pi-wrapper {
        margin-top: 40px
    }
}

.discover-sec-03 .pi-wrapper:after {
    background-size: 80%;
    height: 489px
}

.discover-sec-04 {
    background: #f5f7f8 url(/_nuxt/discover-img-05.BN6pN-iY.png) 34% no-repeat;
    background-size: 57%;
    padding: 60px 0
}

.discover-sec-04 .dt-4 {
    display: flex;
    justify-content: flex-end
}

@media (max-width:768px) {
    .discover-sec-04 .discover-title {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .discover-sec-04 .discover-title {
        max-width: 390px;
        text-align: right
    }
}

.discover-sec-04 .link-more-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: -70px;
    max-width: 625px
}

@media (min-width:1024px) {
    .discover-sec-04 .link-more {
        font-size: 20px
    }
}

.discover-title {
    color: #333;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.2
}

@media (max-width:1024px) {
    .discover-title {
        text-align: center
    }
}

@media (min-width:576px) {
    .discover-title {
        font-size: 50px
    }
}

@media (min-width:1024px) {
    .discover-title {
        margin-top: 110px
    }
}

.common-articles {
    margin-top: 22px
}

.common-articles .img-ar-16by9 {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.source-info {
    color: #333;
    font-size: .75rem;
    margin-bottom: 10px;
    text-align: center
}

.source-info>span:not(:first-child) {
    color: #666
}

.source-info>span:first-child {
    font-weight: 700
}

article .h1,
article h1 {
    color: #000;
    font-size: 2.375rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center
}

@media (min-width:1024px) {

    article .h1,
    article h1 {
        font-size: 3.375rem
    }
}

@media (min-width:1260px) {

    article .h1,
    article h1 {
        font-size: 5.375rem
    }
}

.news-read {
    background-color: #fff;
    margin-top: -15%;
    position: relative
}

@media (min-width:1260px) {
    .news-read {
        margin-top: -360px
    }
}

.news-head {
    padding: 10px 15px
}

@media (min-width:1260px) {
    .news-head {
        padding: 40px 50px
    }
}

.news-head .h2,
.news-head h2 {
    color: #000;
    font-size: 1.813rem;
    line-height: 1.4;
    margin-bottom: 60px
}

@media (min-width:1024px) {

    .news-head .h2,
    .news-head h2 {
        font-size: 2.813rem
    }
}

@media (min-width:1260px) {

    .news-head .h2,
    .news-head h2 {
        font-size: 2.813rem
    }
}

.editor {
    align-items: center;
    border-bottom: 1px solid #ff5722;
    display: inline-flex;
    gap: 10px;
    min-width: 280px;
    padding-bottom: 25px
}

.editor .editor-photo {
    flex: 0 0 40px;
    width: 40px
}

.editor .editor-photo img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.editor .h5,
.editor h5 {
    color: #000;
    font-size: .938rem;
    font-weight: 700
}

.editor .h5,
.editor h5,
.editor p {
    letter-spacing: .01em;
    margin-bottom: 0
}

.editor p {
    color: #666;
    font-size: .75rem;
    font-size: normal
}

.news-reading p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.25rem
}

@media (min-width:768px) {
    .news-reading p {
        font-size: 1.5rem;
        line-height: 1.4
    }
}

.news-reading .first-letter:first-letter {
    color: #000;
    float: left;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 3rem;
    margin-bottom: 0;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top
}

@media (min-width:768px) {
    .news-reading .first-letter:first-letter {
        font-size: 12.5rem;
        line-height: 9rem;
        margin-bottom: 20px
    }
}

.news-reading .blockquote {
    border-left: 5px solid #ff7042;
    color: #333;
    float: left;
    max-width: 500px;
    padding: 0 15px
}

@media (min-width:1024px) {
    .news-reading .blockquote {
        border-left: 10px solid #ff7042;
        padding: 0 50px
    }
}

.news-reading .blockquote .h3,
.news-reading .blockquote h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4
}

@media (min-width:768px) {

    .news-reading .blockquote .h3,
    .news-reading .blockquote h3 {
        font-size: 1.875rem
    }
}

.news-reading .mark,
.news-reading mark {
    background-color: #f5f3b0
}

.next-article {
    border-top: 5px solid #000;
    margin-top: 35px 0;
    text-align: center
}

@media (min-width:768px) {
    .next-article {
        border-top: 10px solid #000;
        margin: 65px 0
    }
}

.next-article .btn {
    background-color: #000;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .05em;
    padding-bottom: .2rem;
    padding-top: .2rem;
    text-transform: uppercase
}

@media (min-width:768px) {
    .next-article .btn {
        font-size: 1.125rem
    }
}

.sponsor-banner {
    align-items: center;
    display: flex;
    gap: 14px
}

.sponsor-banner .h6,
.sponsor-banner h6 {
    color: #666;
    font-size: 14px;
    font-style: italic;
    letter-spacing: -.02em;
    line-height: 18px
}

.subscribe-banner-sec {
    background: url(/_nuxt/subcribing-banner-bg.Dlj4ee_X.jpg) 0 0 repeat;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 50px 20px
}

@media (min-width:1024px) {
    .subscribe-banner-sec {
        margin-bottom: 100px;
        margin-top: 70px;
        padding: 84px 112px
    }
}

.subscribe-banner {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1100px;
    padding: 15px
}

@media (min-width:1024px) {
    .subscribe-banner {
        padding: 32px 48px
    }
}

.subscribe-banner .subscribe-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

@media (min-width:1024px) {
    .subscribe-banner .subscribe-inner {
        gap: 50px
    }
}

.subscribe-banner .subscribe-inner:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='116.479' height='77.652'%3E%3Cpath fill='%23039ac9' d='M48.533 0v48.533H21.84l16.986 29.12h-21.84L0 48.533V0Zm67.946 48.533H89.786l16.986 29.12h-21.84l-16.986-29.12V0h48.533Z'/%3E%3C/svg%3E") top no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: 0 0 24px;
    height: 30px;
    width: 24px
}

@media (min-width:1024px) {
    .subscribe-banner .subscribe-inner:before {
        flex: 0 0 116px;
        height: 77px;
        width: 116px
    }
}

.subscribe-banner .h2,
.subscribe-banner h2 {
    color: #000;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:1024px) {

    .subscribe-banner .h2,
    .subscribe-banner h2 {
        font-size: 33px;
        margin-top: 40px
    }
}

.subscribe-banner .people-group {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px
}

@media (min-width:1024px) {
    .subscribe-banner .people-group {
        gap: 35px;
        margin-top: 62px
    }
}

.subscribe-banner .people-group:before {
    border: 1px solid #707070;
    content: "";
    display: inline-block;
    height: 0;
    width: 100%
}

@media (max-width:768px) {
    .subscribe-banner .people-group .img-fluid {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .subscribe-banner .people-group .img-fluid {
        width: 20%
    }
}

.learship-page .card-profile-photo .card-pp-inner {
    background-image: none;
    height: 185px
}

.card-horizontal .img-square-wrapper.circle-block {
    flex: 0 0 90px
}

.card-horizontal .img-square-wrapper.circle-block img {
    aspect-ratio: 1/1;
    border: 5px solid #f2f2f2;
    border-radius: 50%
}

.card-horizontal .img-square-wrapper.leader-img {
    flex: 0 0 150px
}

.card-horizontal .img-square-wrapper.leader-img a {
    height: 140px
}

.card-horizontal .img-square-wrapper.leader-img a:before {
    background-color: #e5d2d2;
    content: "";
    display: inline-block;
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 93px
}

.card-horizontal .img-square-wrapper.leader-img a.tail:before {
    background-color: #e4e5d2
}

.card-horizontal .img-square-wrapper.leader-img a.purple:before {
    background-color: #e1d2e5
}

.card-horizontal .img-square-wrapper.leader-img img {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 114px;
    margin-left: 30px;
    margin-top: 0;
    position: relative;
    width: 114px
}

@media (min-width:768px) {
    .leader-card .img-square-wrapper {
        padding-top: 20px
    }
}

.leader-card .card-body {
    background-color: #d2d9e5;
    border-bottom: 5px solid #000;
    padding: 20px 38px
}

@media (min-width:700px) {
    .quick-heading-block .news-card .card-horizontal .img-square-wrapper {
        flex: 0 0 29.5%;
        width: 29.5%
    }
}

.card-quickread,
.card-quickread .card-img {
    border-radius: 0
}

.card-quickread .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.card-quickread .common-card {
    background: linear-gradient(transparent, rgba(0, 0, 0, .8) 33.99%, #000);
    color: #fff;
    margin: 0 -15px;
    padding: 15px
}

.card-quickread .card-horizontal .card-title a,
.card-quickread .common-card .card-bottom p.new-category,
.card-quickread .common-card .card-bottom p.region-name,
.card-quickread .common-card .card-bottom p.time-stamp,
.card-quickread .new-category,
.card-quickread .news-source,
.card-quickread .region-name {
    color: #fff
}

.card-quickread .social-icon,
.card-quickread .user-action>li .icon {
    filter: brightness(0) invert(1)
}

.swiper.mySwiper {
    width: 370px
}

.swiper.mySwiper .swiper-slide {
    background: #fff;
    box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, .2);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.swiper.mySwiper .swiper-slide.swiper-slide-active .card-quickread,
.swiper.mySwiper .swiper-slide.swiper-slide-active .swiper-img {
    visibility: visible
}

.swiper.mySwiper .swiper-slide .swiper-img {
    aspect-ratio: 2/3;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease;
    visibility: hidden
}

.swiper.mySwiper .swiper-slide .card-quickread {
    transition: all .3s ease;
    visibility: hidden
}

.btn-submit-small {
    font-size: 17px;
    height: auto;
    width: 200px
}

.topics-list .btn {
    min-width: 10px
}

body {
    background-color: #fff
}

.latest-news-list .card-horizontal .card-body {
    overflow: hidden
}

.world-news-slider.row .card-block .card-body {
    height: 86px;
    overflow: hidden
}

.share-icons-v2 {
    display: none;
    transition: all .3s
}

.share-icons-v2 img {
    display: inline !important;
    height: 0;
    width: 0
}

.share-icons-v2-container.active,
.share-icons-v2-container:focus,
.share-icons-v2-container:hover {
    background: #fff;
    border: 1px solid #00bcd4;
    border-radius: 15px;
    min-width: 115px;
    padding: 0 5px
}

.share-icons-v2-container.active .share-icons-v2,
.share-icons-v2-container:focus .share-icons-v2,
.share-icons-v2-container:hover .share-icons-v2 {
    display: inline-block
}

.share-icons-v2-container.active .share-icons-v2 img,
.share-icons-v2-container:focus .share-icons-v2 img,
.share-icons-v2-container:hover .share-icons-v2 img {
    cursor: pointer;
    height: 13px;
    transition: all .3s;
    vertical-align: unset;
    width: 13px
}

.share-icons-v2-container.active .share-icons-v2 img:hover,
.share-icons-v2-container:focus .share-icons-v2 img:hover,
.share-icons-v2-container:hover .share-icons-v2 img:hover {
    transform: scale(2)
}

.loadArchive {
    padding: 20px 0 0;
    text-align: center
}

.loadArchive a {
    background: #fff;
    box-shadow: 0 2px 20px 3px hsla(0, 0%, 71%, .5);
    color: #03c2fc;
    display: inline-block;
    font-size: 16px;
    line-height: 3;
    padding: 0 15px;
    text-decoration: none
}

.main-search-inner .form-control {
    width: 100%
}

.main-nav .nav>a.nav-link {
    padding-right: .5rem
}

button {
    border: none
}

.location-scroll {
    overflow-x: hidden
}

.iframe-container {
    overflow: hidden;
    padding-top: 57%;
    position: relative
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.country-point.active {
    height: 20px !important;
    padding: 3px 5px;
    width: 20px
}

.country-point {
    height: 12px !important;
    padding: 0;
    width: 12px
}

.country-point.canada {
    left: 14%;
    top: 18%
}

.country-point.canada.active {
    left: 13%;
    top: 17%
}

.country-point.usa {
    left: 16%;
    top: 34%
}

.country-point.usa.active {
    left: 15%;
    top: 33%
}

.country-point.brz {
    left: 28%;
    top: 67%
}

.country-point.brz.active {
    left: 27%;
    top: 66%
}

.country-point.icl {
    left: 37%;
    top: 18%
}

.country-point.icl.active {
    left: 36%;
    top: 17%
}

.country-point.alg {
    left: 41%;
    top: 43%
}

.country-point.alg.active {
    left: 40%;
    top: 42%
}

.country-point.in {
    left: 59.4%;
    top: 48%
}

.country-point.in.active {
    left: 58.4%;
    top: 47%
}

.country-point.ru {
    left: 70%;
    top: 15%
}

.country-point.ru.active {
    left: 69%;
    top: 14%
}

.country-point.ch {
    left: 65%;
    top: 38%
}

.country-point.ch.active {
    left: 64%;
    top: 37%
}

.country-point.au {
    left: 74%;
    top: 77%
}

.country-point.au.active {
    left: 73%;
    top: 76%
}

.breadcrumb {
    background-color: #fff !important
}

.no-a {
    color: inherit;
    text-decoration: none
}

.no-a:hover {
    color: inherit;
    text-decoration: underline
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.alert-danger {
    background: rgba(255, 0, 0, .078);
    color: red
}

.alert-success {
    background: rgba(21, 255, 0, .078);
    color: #139e21
}

.btn-location {
    white-space: unset
}

.black-divider {
    background: #000;
    height: 4px;
    width: 100%
}

.big-section-title {
    background: repeating-linear-gradient(300deg, #f3f3f3, hsla(0, 0%, 95%, 0) 3px, hsla(0, 0%, 95%, 0) 9px, hsla(0, 0%, 100%, 0) 10px);
    border-top: 1px solid #f3f3f3;
    font-family: Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 70px;
    font-style: italic;
    font-weight: 200;
    line-height: 1;
    padding: 5px 0 0;
    text-align: center
}

.editor {
    padding-bottom: 15px
}

.news-head {
    padding-bottom: 0 !important
}

.select2-container {
    width: 100% !important
}

.masthead-wrapper .mast-heading {
    width: auto
}

.masthead-wrapper .mast-heading>span {
    width: auto !important
}

.masthead-wrapper .mast-heading:after,
.masthead-wrapper .mast-heading:before {
    height: 38px !important
}

.main-block {
    margin-top: 30px
}

.masthead-wrapper.blue-slide .breaking-slider-container {
    max-height: 250px !important
}

.countries-dropdown .dropdown-menu:after,
.countries-dropdown .dropdown-menu:before {
    margin-left: -200px
}

.logout_button {
    background-color: transparent;
    font-size: .75rem;
    font-weight: 700
}

@media (max-width:767px) {
    .big-section-title {
        font-size: 65px
    }
}

@media (min-width:1260px) {

    article .h1,
    article h1 {
        font-size: 3.3rem;
        font-weight: 400
    }

    .news-head {
        padding: 20px 20px 50px
    }
}

@media (max-width:400px) {
    .main-block {
        margin-top: 20px
    }
}

@media (max-width:676px) {
    .main-nav .nav>a.nav-link {
        padding-right: 0
    }
}

.img-placeholder {
    animation: animate-img-placeholder 1.2s infinite forwards;
    aspect-ratio: 16/9;
    background: linear-gradient(90deg, #f3f5f7 8%, #eaedf1 18%, #f3f5f7 33%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@keyframes animate-img-placeholder {
    0% {
        background-position: -550px 0
    }

    to {
        background-position: 550px 0
    }
}

body {
    padding-top: 126px
}

@media (min-width:1024px) {
    body {
        padding-top: 157px
    }
}

@media (max-width:450px) {
    body {
        padding-top: 113px
    }
}

.share-icons-v2-container.active .share-icons-v2 img,
.share-icons-v2-container:focus .share-icons-v2 img,
.share-icons-v2-container:hover .share-icons-v2 img {
    margin-left: 5px
}

.__modal[data-v-e4078c95] {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10
}

.close-btn[data-v-e4078c95] {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s
}

.close-btn[data-v-e4078c95]:hover {
    transform: scale(1.2)
}

.full-page[data-v-e4078c95] {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    height: 100%
}

div[data-v-e4078c95],
header[data-v-e4078c95] {
    display: block
}

.css-68379f-HiddenInput[data-v-e4078c95] {
    border-width: 0;
    display: block;
    margin: 0;
    max-height: 0;
    outline: none
}

.css-bho3kg-buttonWrapper-buttonStyles-Button[data-v-e4078c95] {
    margin: 0;
    padding-top: 16px;
    width: 100%
}

.css-stk443-Separator[data-v-e4078c95] {
    color: #000;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 12px 0 0;
    position: relative;
    text-align: center
}

.css-stk443-Separator[data-v-e4078c95]:before {
    left: 0;
    margin-right: .5em
}

.css-stk443-Separator[data-v-e4078c95]:after,
.css-stk443-Separator[data-v-e4078c95]:before {
    border-bottom: 1px solid #e2e2e2;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    top: 50%;
    width: calc(50% - 1em)
}

.css-stk443-Separator span[data-v-e4078c95] {
    display: inline-block;
    height: 14px
}

.css-stk443-Separator[data-v-e4078c95]:after {
    margin-left: .5em;
    right: 0
}

.css-1k28tcn-formStyles-formStyles-EnterEmailSsoBottom .legal-disclaimer[data-v-e4078c95] {
    margin: 12px 0 0
}

.css-1nire9v-legalDisclaimer-legalDisclaimer-LegalDisclaimer[data-v-e4078c95] {
    font-size: 14px;
    padding: 0;
    text-align: center
}

.css-1k28tcn-formStyles-formStyles-EnterEmailSsoBottom .legal-disclaimer p[data-v-e4078c95] {
    color: #000;
    font-family: nyt-franklin, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px
}

.css-1nire9v-legalDisclaimer-legalDisclaimer-LegalDisclaimer p[data-v-e4078c95] {
    color: #000;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.css-eo2erm-FormBox p[data-v-e4078c95] {
    font-size: .875em;
    line-height: 1.3em;
    margin: 1em 0
}

p[data-v-e4078c95] {
    display: block;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0
}

.css-1k28tcn-formStyles-formStyles-EnterEmailSsoBottom .legal-disclaimer p a[data-v-e4078c95],
.css-1nire9v-legalDisclaimer-legalDisclaimer-LegalDisclaimer p a[data-v-e4078c95] {
    color: #000
}

.css-eo2erm-FormBox p *[data-v-e4078c95] {
    font-size: inherit
}

.css-emaox7-ButtonsMainContainer[data-v-e4078c95] {
    margin: 0;
    padding: 11px 0 0
}

.css-1efeuj4-ButtonContainer[data-v-e4078c95] {
    align-items: center;
    animation-duration: .4s;
    animation-name: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding-top: .5em;
    transition-timing-function: ease-in-out
}

.css-1efeuj4-ButtonContainer a[data-v-e4078c95],
.css-1efeuj4-ButtonContainer button[data-v-e4078c95] {
    transition: all .15s ease-in 0s
}

.css-1g8ewsb-Button[data-v-e4078c95] {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: nyt-franklin;
    font-size: 1em;
    height: 44px;
    line-height: 24px;
    overflow: inherit;
    padding: 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.css-oxvjfq-ButtonIcon[data-v-e4078c95] {
    margin-right: .25em
}

.css-1g8ewsb-Button *[data-v-e4078c95] {
    color: #121212;
    pointer-events: none
}

.css-oxvjfq-ButtonIcon svg[data-v-e4078c95] {
    margin-top: -3px;
    vertical-align: middle
}

.css-1fy0ir9-ButtonText[data-v-e4078c95] {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    left: calc(50% - 4.625em + 13px);
    margin-left: 8px;
    top: calc(50% - .5em + 1px)
}

.css-1yfirsb-B2BText[data-v-e4078c95] {
    cursor: pointer;
    display: block;
    font-family: nyt-franklin;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    width: 100%
}

.css-qzy83k-container-PageHeader[data-v-e4078c95] {
    box-shadow: 0 .125em .1875em rgba(0, 0, 0, .1);
    width: 100%
}

.css-1yq0s96-nytLogo-nytLogo-PageHeader[data-v-e4078c95] {
    align-items: center;
    display: flex;
    height: 3.75em;
    justify-content: center
}

.css-1yq0s96-nytLogo-nytLogo-PageHeader a[data-v-e4078c95] {
    height: 1.5625em;
    margin-top: .2em;
    width: 11.625em
}

a[data-v-e4078c95]:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
}

image[data-v-e4078c95] {
    overflow: hidden
}

.css-1hct2t-Container[data-v-e4078c95] {
    flex: 1 1 auto;
    margin: 2.5em auto 0;
    max-width: 450px;
    min-width: 450px;
    padding: 0;
    width: 100%
}

.css-b4bd13-Body[data-v-e4078c95] {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    height: 100%;
    padding: 0
}

.css-d4tm4z-StyledForm[data-v-e4078c95] {
    height: 100%;
    margin: 0 auto
}

form[data-v-e4078c95] {
    display: block;
    margin-top: 0
}

.css-eo2erm-FormBox[data-v-e4078c95] {
    background-color: #fff;
    flex: 1 1 auto;
    font-size: 1em;
    height: 100%;
    line-height: normal;
    margin: 0;
    max-width: 450px;
    padding: 0;
    position: relative
}

.css-kngh30[data-v-e4078c95] {
    color: #000;
    font-family: nyt-cheltenham, georgia, times new roman, times, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center
}

h2[data-v-e4078c95] {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin-block-end: .83em;
    margin-block-start: .83em;
    margin-inline-end: 0;
    margin-inline-start: 0
}

.css-bgwg67-FieldHolder[data-v-e4078c95] {
    border: none;
    display: block;
    margin: 0;
    padding: 16px 0 0;
    position: relative
}

fieldset[data-v-e4078c95] {
    border: 2px groove silver;
    -o-border-image: initial;
    border-image: initial;
    display: block;
    margin-inline-end: 2px;
    margin-inline-start: 2px;
    min-inline-size: -moz-min-content;
    min-inline-size: min-content;
    padding-block-end: .625em;
    padding-block-start: .35em;
    padding-inline-end: .75em;
    padding-inline-start: .75em
}

.css-sfogtm-InputLabel[data-v-e4078c95] {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

label[data-v-e4078c95] {
    cursor: default
}

.css-1g8s7vj-FieldWrapper[data-v-e4078c95] {
    margin: 0;
    padding: .25em 0 0;
    position: relative
}

.css-1cswx9g-FieldBox[data-v-e4078c95] {
    border: 1px solid #888;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0;
    opacity: .4;
    outline: none;
    padding: 0;
    transition: border-color .15s ease-in 0s
}

.css-e478v4-InputBox[data-v-e4078c95]:disabled {
    background-color: #fff;
    color: #767676
}

.css-e478v4-InputBox[data-v-e4078c95] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    height: 2.75rem;
    letter-spacing: normal;
    opacity: 1;
    outline: none;
    overflow: hidden;
    padding: 0 .75rem;
    transition: box-shadow .2s linear 0s;
    width: calc(100% - 3.75rem)
}

input[data-v-e4078c95]:disabled {
    background-color: -internal-light-dark(hsla(0, 0%, 94%, .3), rgba(59, 59, 59, .3));
    border-color: hsla(0, 0%, 46%, .3);
    color: -internal-light-dark(#545454, #aaa);
    cursor: default
}

input[type=email i][data-v-e4078c95] {
    padding-block: 1px;
    padding-inline: 2px
}

input[data-v-e4078c95] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    color: fieldtext;
    display: inline-block;
    letter-spacing: normal;
    line-height: normal;
    text-align: start;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
    -webkit-rtl-ordering: logical;
    background-color: field;
    border: 2px inset -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
    cursor: text;
    margin: 0;
    padding: 1px 0;
    padding-block: 1px;
    padding-inline: 2px
}

.css-5dftu1-WidgetButton[data-v-e4078c95] {
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #000;
    cursor: pointer;
    float: right;
    font-family: nyt-franklin;
    font-size: 16px;
    font-weight: 600;
    height: 2.75rem;
    line-height: 24px;
    margin: 0;
    padding: 0;
    transition: all .15s ease-in 0s;
    white-space: nowrap;
    width: 56px;
    z-index: 100
}

button[data-v-e4078c95] {
    align-items: flex-start;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: buttonface;
    border: 2px outset buttonborder;
    -o-border-image: initial;
    border-image: initial;
    box-sizing: border-box;
    color: buttontext;
    cursor: default;
    display: inline-block;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding-block: 1px;
    padding-inline: 6px;
    text-align: center;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal
}

.css-1ivqm8h-FieldHolder[data-v-e4078c95] {
    border: none;
    display: none;
    margin: 0;
    padding: 16px 0 0;
    position: relative
}

.css-1aaraqy-FieldBox[data-v-e4078c95] {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    transition: border-color .15s ease-in 0s
}

.css-11g480x-InputBox[data-v-e4078c95],
.css-1aaraqy-FieldBox[data-v-e4078c95] {
    border-radius: 3px;
    box-sizing: border-box;
    opacity: 1;
    outline: none
}

.css-11g480x-InputBox[data-v-e4078c95] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    height: 2.75rem;
    letter-spacing: normal;
    overflow: hidden;
    padding: 0 .75rem;
    transition: box-shadow .2s linear 0s;
    width: 100%
}

input[type=hidden i][data-v-e4078c95] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial;
    border: initial;
    cursor: default;
    display: none !important;
    padding: initial
}

.css-1tqimwb-AnimatedDiv[data-v-e4078c95] {
    max-height: 20em;
    overflow: visible;
    transition: max-height .2s ease-in-out 0s
}

input[type=password i][data-v-e4078c95] {
    -webkit-text-security: disc !important;
    padding-block: 1px;
    padding-inline: 2px
}

.css-gbkugs-LegalElements[data-v-e4078c95] {
    margin: 0;
    padding-top: 1em
}

.css-sl3tn0-CheckboxHolder[data-v-e4078c95] {
    margin: 0;
    padding-top: 0
}

.css-45qis5-CheckBox-CheckBox[data-v-e4078c95] {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.css-vyfb2e-CheckBoxWrapper[data-v-e4078c95] {
    align-items: flex-start;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin: 0;
    opacity: 1;
    padding: 0;
    pointer-events: auto;
    transition: all .15s ease-in 0s
}

.css-1wb8ig0-CheckBox-CheckBox[data-v-e4078c95] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    height: 16px;
    margin: 4px 0 0;
    padding: 0;
    transition: all .15s ease-in 0s;
    width: 16px
}

input[type=checkbox i][data-v-e4078c95] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: initial;
    border: initial;
    box-sizing: border-box;
    cursor: default;
    margin: 3px 3px 3px 4px;
    padding: initial
}

.css-13yx7za-CheckBox-CheckBox[data-v-e4078c95] {
    border: 0;
    cursor: pointer;
    display: inline-block;
    flex: 1 1 0%;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 0 0 0 8px
}

.css-9zfs72-IconCheckHolder[data-v-e4078c95] {
    cursor: pointer;
    left: 2px;
    position: absolute;
    top: 2px
}

.css-9zfs72-IconCheckHolder svg[data-v-e4078c95] {
    visibility: hidden
}

svg[data-v-e4078c95]:not(:root) {
    overflow: hidden;
    overflow-clip-margin: content-box
}

[data-v-e4078c95]:not(svg) {
    transform-origin: 0 0
}

.css-1nmct5f-ConsentChildren[data-v-e4078c95] {
    color: #121212
}

.css-ue4csf-legaleseLinks-legaleseLinks-DefaultLegaleseLinks[data-v-e4078c95] {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding-top: 16px
}

.css-ue4csf-legaleseLinks-legaleseLinks-DefaultLegaleseLinks span[data-v-e4078c95] {
    text-align: left
}

.css-ue4csf-legaleseLinks-legaleseLinks-DefaultLegaleseLinks span a[data-v-e4078c95] {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-decoration: underline
}

.css-eo2erm-FormBox a[data-v-e4078c95],
.css-eo2erm-FormBox button[data-v-e4078c95]:not([type=submit]) {
    color: #000;
    transition: all .1s ease-in-out 0s
}

.css-17rcxw5-buttonWrapper-Button[data-v-e4078c95] {
    margin: 0;
    padding-top: 1em;
    width: 100%
}

.css-1i3jzoq-buttonBox-buttonBox-primaryButton-primaryButton-Button[data-v-e4078c95] {
    border: .0625em solid #121212;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 44px;
    line-height: 2.375em;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #121212;
    background-image: none;
    color: #fff;
    transition: all .15s ease-in 0s
}

.css-1wb1rwr-footer-footer-PageFooter[data-v-e4078c95] {
    border-top: .0625em solid #ccc;
    margin: 1.5em 0 0;
    padding: .5em 1em 1em;
    text-align: center
}

footer[data-v-e4078c95] {
    display: block
}

.css-16l09k2-GoogleLegal[data-v-e4078c95] {
    color: #767676;
    font-size: .75em;
    line-height: 1.25em;
    margin: 0 auto;
    padding-top: .5rem;
    text-align: center
}

.css-16l09k2-GoogleLegal a[data-v-e4078c95] {
    color: #767676;
    transition: all .1s ease-in-out 0s
}

.css-t33rj8-Nowrap[data-v-e4078c95] {
    white-space: nowrap
}

.css-1iezlgc-footerItems-footerItems-PageFooter[data-v-e4078c95] {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

ul[data-v-e4078c95] {
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 40px
}

.css-1iezlgc-footerItems-footerItems-PageFooter li[data-v-e4078c95] {
    display: inline-block;
    font-size: .75em;
    margin: 0;
    padding: .5rem .5rem 0
}

li[data-v-e4078c95] {
    display: list-item;
    text-align: -webkit-match-parent
}

.css-1ug969w-copyright-copyright-PageFooter[data-v-e4078c95] {
    color: #767676
}

.archived-page {
    padding-top: 75px
}

.archived-page header {
    background-color: #f0f8ff
}

.archived-page .collapse.navbar-collapse,
.archived-page .dropdown.countries-dropdown {
    display: none !important;
    opacity: 0 !important
}

.archived-page .main-nav {
    display: none
}
