/*
 Comment not needed components
 */
@font-face {
    font-family: "Roc Grotesk";
    src: url("./fonts/Roc-Grotesk-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roc Grotesk";
    src: url("./fonts/Roc-Grotesk-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roc Grotesk";
    src: url("./fonts/Roc-Grotesk-Wide-Medium.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}
/*
 Comment not needed components
 */
.gradient-4, table td .bcb-btn,
table td .bc-links-link,
table td .cta-button {
    background: linear-gradient(180deg, #E44C8C, #862667); }

.gradient-5 {
    background: linear-gradient(180deg, #4E2564, #311242); }

:root,
[data-bs-theme="light"] {
    --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: #E44C8C;
    --bs-secondary: #862667;
    --bs-success: #278557;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #FF4343;
    --bs-light: #F6F6F7;
    --bs-dark: #0F0F0F;
    --bs-color-1: #E9900C;
    --bs-color-2: #311242;
    --bs-color-3: #1D052A;
    --bs-color-4: #862667;
    --bs-color-5: #4E2564;
    --bs-dark-1: #404040;
    --bs-dark-2: #969696;
    --bs-light-1: #E6E4E6;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-primary-rgb: 228, 76, 140;
    --bs-secondary-rgb: 134, 38, 103;
    --bs-success-rgb: 39, 133, 87;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 255, 67, 67;
    --bs-light-rgb: 246, 246, 247;
    --bs-dark-rgb: 15, 15, 15;
    --bs-color-1-rgb: 233, 144, 12;
    --bs-color-2-rgb: 49, 18, 66;
    --bs-color-3-rgb: 29, 5, 42;
    --bs-color-4-rgb: 134, 38, 103;
    --bs-color-5-rgb: 78, 37, 100;
    --bs-dark-1-rgb: 64, 64, 64;
    --bs-dark-2-rgb: 150, 150, 150;
    --bs-light-1-rgb: 230, 228, 230;
    --bs-black-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 15, 15, 15;
    --bs-body-bg-rgb: 246, 246, 247;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Roc Grotesk", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #0F0F0F;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(15, 15, 15, 0.75);
    --bs-secondary-color-rgb: 15, 15, 15;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(15, 15, 15, 0.5);
    --bs-tertiary-color-rgb: 15, 15, 15;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #F6F6F7;
    --bs-body-bg-rgb: 246, 246, 247;
    --bs-link-color: #E44C8C;
    --bs-link-color-rgb: 228, 76, 140;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #b63d70;
    --bs-link-hover-color-rgb: 182, 61, 112;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.5rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-lg: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px; }

[data-bs-theme="dark"] {
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #f8f9fa;
    --bs-emphasis-color-rgb: 248, 249, 250;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-emphasis-color: #fff;
    --bs-primary-text: #6ea8fe;
    --bs-secondary-text: #dee2e6;
    --bs-success-text: #75b798;
    --bs-info-text: #6edff6;
    --bs-warning-text: #ffda6a;
    --bs-danger-text: #ea868f;
    --bs-light-text: #f8f9fa;
    --bs-dark-text: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #212529;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #495057;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #055160;
    --bs-warning-border-subtle: #664d03;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #fff;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #9ec5fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 158, 197, 254;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15); }

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

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

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

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Roc Grotesk", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit); }

h1, .h1 {
    font-size: calc(1.425rem + 2.1vw); }
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3rem; } }

h2, .h2 {
    font-size: calc(1.35rem + 1.2vw); }
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.25rem; } }

h3, .h3 {
    font-size: calc(1.325rem + 0.9vw); }
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 2rem; } }

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw); }
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem; } }

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

h6, .h6 {
    font-size: 0.875rem; }

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

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

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

ol,
ul {
    padding-left: 2rem; }

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

ol ol,
ul ul,
ol ul,
ul ol {
    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: 0.875em; }

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

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

sub {
    bottom: -.25em; }

sup {
    top: -.5em; }

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline; }
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word; }
a > code {
    color: inherit; }

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem; }
kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
    margin: 0 0 1rem; }

img,
svg {
    vertical-align: middle; }

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

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left; }

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

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

label {
    display: inline-block; }

button {
    border-radius: 0; }

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

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

button,
select {
    text-transform: none; }

[role="button"] {
    cursor: pointer; }

select {
    word-wrap: normal; }
select:disabled {
    opacity: 1; }

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

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

textarea {
    resize: vertical; }

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit; }
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem; } }
legend + * {
    clear: left; }

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

output {
    display: inline-block; }

iframe {
    border: 0; }

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

progress {
    vertical-align: baseline; }

[hidden] {
    display: none !important; }

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem; } }

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem; } }

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem; } }

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem; } }

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem; } }

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2; }
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem; } }

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

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

.list-inline-item {
    display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
.blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d; }
.blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto; }

.figure {
    display: inline-block; }

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

.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color); }

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

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

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

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px; } }

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px; } }

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

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

.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.3333333333%; }

.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.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-5 {
    margin-left: 41.66666667%; }

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

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

.offset-8 {
    margin-left: 66.66666667%; }

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

.offset-10 {
    margin-left: 83.33333333%; }

.offset-11 {
    margin-left: 91.66666667%; }

.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.3333333333%; }
    .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.6666666667%; }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto; }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%; }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%; }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%; }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%; }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%; }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%; }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%; }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%; }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%; }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%; }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%; }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%; }
    .offset-sm-0 {
        margin-left: 0; }
    .offset-sm-1 {
        margin-left: 8.33333333%; }
    .offset-sm-2 {
        margin-left: 16.66666667%; }
    .offset-sm-3 {
        margin-left: 25%; }
    .offset-sm-4 {
        margin-left: 33.33333333%; }
    .offset-sm-5 {
        margin-left: 41.66666667%; }
    .offset-sm-6 {
        margin-left: 50%; }
    .offset-sm-7 {
        margin-left: 58.33333333%; }
    .offset-sm-8 {
        margin-left: 66.66666667%; }
    .offset-sm-9 {
        margin-left: 75%; }
    .offset-sm-10 {
        margin-left: 83.33333333%; }
    .offset-sm-11 {
        margin-left: 91.66666667%; }
    .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.3333333333%; }
    .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.6666666667%; }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto; }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%; }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%; }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%; }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%; }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%; }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%; }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%; }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%; }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%; }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%; }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%; }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%; }
    .offset-md-0 {
        margin-left: 0; }
    .offset-md-1 {
        margin-left: 8.33333333%; }
    .offset-md-2 {
        margin-left: 16.66666667%; }
    .offset-md-3 {
        margin-left: 25%; }
    .offset-md-4 {
        margin-left: 33.33333333%; }
    .offset-md-5 {
        margin-left: 41.66666667%; }
    .offset-md-6 {
        margin-left: 50%; }
    .offset-md-7 {
        margin-left: 58.33333333%; }
    .offset-md-8 {
        margin-left: 66.66666667%; }
    .offset-md-9 {
        margin-left: 75%; }
    .offset-md-10 {
        margin-left: 83.33333333%; }
    .offset-md-11 {
        margin-left: 91.66666667%; }
    .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.3333333333%; }
    .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.6666666667%; }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto; }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%; }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%; }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%; }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%; }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%; }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%; }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%; }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%; }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%; }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%; }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%; }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%; }
    .offset-lg-0 {
        margin-left: 0; }
    .offset-lg-1 {
        margin-left: 8.33333333%; }
    .offset-lg-2 {
        margin-left: 16.66666667%; }
    .offset-lg-3 {
        margin-left: 25%; }
    .offset-lg-4 {
        margin-left: 33.33333333%; }
    .offset-lg-5 {
        margin-left: 41.66666667%; }
    .offset-lg-6 {
        margin-left: 50%; }
    .offset-lg-7 {
        margin-left: 58.33333333%; }
    .offset-lg-8 {
        margin-left: 66.66666667%; }
    .offset-lg-9 {
        margin-left: 75%; }
    .offset-lg-10 {
        margin-left: 83.33333333%; }
    .offset-lg-11 {
        margin-left: 91.66666667%; }
    .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.3333333333%; }
    .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.6666666667%; }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto; }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%; }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%; }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%; }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%; }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%; }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%; }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%; }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%; }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%; }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%; }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%; }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%; }
    .offset-xl-0 {
        margin-left: 0; }
    .offset-xl-1 {
        margin-left: 8.33333333%; }
    .offset-xl-2 {
        margin-left: 16.66666667%; }
    .offset-xl-3 {
        margin-left: 25%; }
    .offset-xl-4 {
        margin-left: 33.33333333%; }
    .offset-xl-5 {
        margin-left: 41.66666667%; }
    .offset-xl-6 {
        margin-left: 50%; }
    .offset-xl-7 {
        margin-left: 58.33333333%; }
    .offset-xl-8 {
        margin-left: 66.66666667%; }
    .offset-xl-9 {
        margin-left: 75%; }
    .offset-xl-10 {
        margin-left: 83.33333333%; }
    .offset-xl-11 {
        margin-left: 91.66666667%; }
    .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.3333333333%; }
    .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.6666666667%; }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto; }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%; }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%; }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%; }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%; }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%; }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%; }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%; }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%; }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%; }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%; }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%; }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%; }
    .offset-xxl-0 {
        margin-left: 0; }
    .offset-xxl-1 {
        margin-left: 8.33333333%; }
    .offset-xxl-2 {
        margin-left: 16.66666667%; }
    .offset-xxl-3 {
        margin-left: 25%; }
    .offset-xxl-4 {
        margin-left: 33.33333333%; }
    .offset-xxl-5 {
        margin-left: 41.66666667%; }
    .offset-xxl-6 {
        margin-left: 50%; }
    .offset-xxl-7 {
        margin-left: 58.33333333%; }
    .offset-xxl-8 {
        margin-left: 66.66666667%; }
    .offset-xxl-9 {
        margin-left: 75%; }
    .offset-xxl-10 {
        margin-left: 83.33333333%; }
    .offset-xxl-11 {
        margin-left: 91.66666667%; }
    .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, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color); }
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
.table > tbody {
    vertical-align: inherit; }
.table > thead {
    vertical-align: bottom; }

.caption-top {
    caption-side: top; }

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --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: #fadbe8;
    --bs-table-border-color: #e1c5d1;
    --bs-table-striped-bg: #eed0dc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e1c5d1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e7cbd7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e7d4e1;
    --bs-table-border-color: #d0bfcb;
    --bs-table-striped-bg: #dbc9d6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d0bfcb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d6c4d0;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d4e7dd;
    --bs-table-border-color: #bfd0c7;
    --bs-table-striped-bg: #c9dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-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;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.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;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #ffd9d9;
    --bs-table-border-color: #e6c3c3;
    --bs-table-striped-bg: #f2cece;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6c3c3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecc9c9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #F6F6F7;
    --bs-table-border-color: #ddddde;
    --bs-table-striped-bg: #eaeaeb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddddde;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4e4e4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #0F0F0F;
    --bs-table-border-color: #272727;
    --bs-table-striped-bg: #1b1b1b;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #272727;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #212121;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color); }

.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: 0.5rem; }

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem; }

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem; }

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color); }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none; } }
.form-control[type="file"] {
    overflow: hidden; }
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer; }
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #f2a6c6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }
.form-control::-webkit-date-and-time-value {
    height: 1.5em; }
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0; }
.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1; }
.form-control:disabled {
    background-color: var(--bs-form-control-disabled-bg);
    opacity: 1; }
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg); }

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0; }
.form-control-plaintext:focus {
    outline: 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem; }
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 1rem; }
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

.form-control-color {
    width: 3rem;
    padding: 0.375rem; }
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.5rem; }
.form-control-color::-webkit-color-swatch {
    border-radius: 0.5rem; }

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%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");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none; } }
.form-select:focus {
    border-color: #f2a6c6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
.form-select:disabled {
    background-color: var(--bs-form-control-disabled-bg); }
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color); }

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem; }

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

[data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); }

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

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right; }
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
    --bs-form-check-bg: var(--bs-form-control-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    print-color-adjust: exact; }
.form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
.form-check-input[type="radio"] {
    border-radius: 50%; }
.form-check-input:active {
    filter: brightness(90%); }
.form-check-input:focus {
    border-color: #f2a6c6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }
.form-check-input:checked {
    background-color: #E44C8C;
    border-color: #E44C8C; }
.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%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: #E44C8C;
    border-color: #E44C8C;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
    padding-left: 2.5em; }
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none; } }
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f2a6c6'/%3e%3c/svg%3e"); }
.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0; }

.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, table td .btn-check[disabled] + .bcb-btn,
table td .btn-check[disabled] + .bc-links-link,
table td .btn-check[disabled] + .cta-button, .btn-check:disabled + .btn, table td .btn-check:disabled + .bcb-btn,
table td .btn-check:disabled + .bc-links-link,
table td .btn-check:disabled + .cta-button {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none; }
.form-range:focus {
    outline: 0; }
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #F6F6F7, 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #F6F6F7, 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }
.form-range::-moz-focus-outer {
    border: 0; }
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #E44C8C;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none; } }
.form-range::-webkit-slider-thumb:active {
    background-color: #f7c9dd; }
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem; }
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #E44C8C;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none; } }
.form-range::-moz-range-thumb:active {
    background-color: #f7c9dd; }
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem; }
.form-range:disabled {
    pointer-events: none; }
.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color); }
.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color); }

.form-floating {
    position: relative; }
.form-floating::before:not(.form-control:disabled) {
    position: absolute;
    top: var(--bs-border-width);
    left: var(--bs-border-width);
    width: calc(100% - (calc(calc(0.375em + 0.1875rem) + calc(0.75em + 0.375rem))));
    height: 1.875em;
    content: "";
    background-color: var(--bs-form-control-bg);
    border-radius: 0.5rem; }
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    line-height: 1.25; }
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none; } }
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: transparent; }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0; }
.form-floating > .form-control:disabled ~ label {
    color: #6c757d; }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
    z-index: 5; }
.input-group .btn, .input-group table td .bcb-btn, table td .input-group .bcb-btn,
.input-group table td .bc-links-link, table td .input-group .bc-links-link,
.input-group table td .cta-button, table td .input-group .cta-button {
    position: relative;
    z-index: 2; }
.input-group .btn:focus, .input-group table td .bcb-btn:focus, table td .input-group .bcb-btn:focus,
.input-group table td .bc-links-link:focus, table td .input-group .bc-links-link:focus,
.input-group table td .cta-button:focus, table td .input-group .cta-button:focus {
    z-index: 5; }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.5rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
table td .input-group-lg > .bcb-btn,
table td .input-group-lg > .bc-links-link,
table td .input-group-lg > .cta-button {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 1rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
table td .input-group-sm > .bcb-btn,
table td .input-group-sm > .bc-links-link,
table td .input-group-sm > .cta-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem; }

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

.input-group:not(.has-validation) > :not(:last-child):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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-success-text); }

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius); }

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-success);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23278557' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-success);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-success); }
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23278557' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-success);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-success); }
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-success-text); }
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-success-text); }

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-danger-text); }

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius); }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: var(--bs-danger);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF4343'%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='%23FF4343' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-danger); }
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF4343'%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='%23FF4343' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-danger); }
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-danger-text); }
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-danger-text); }

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

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

.btn, table td .bcb-btn,
table td .bc-links-link,
table td .cta-button {
    --bs-btn-padding-x: 0.75rem;
    --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: #0F0F0F;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .btn, table td .bcb-btn,
    table td .bc-links-link,
    table td .cta-button {
        transition: none; } }
.btn:hover, table td .bcb-btn:hover,
table td .bc-links-link:hover,
table td .cta-button:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
.btn-check + .btn:hover, table td .btn-check + .bcb-btn:hover,
table td .btn-check + .bc-links-link:hover,
table td .btn-check + .cta-button:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
.btn:focus-visible, table td .bcb-btn:focus-visible,
table td .bc-links-link:focus-visible,
table td .cta-button:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
.btn-check:focus-visible + .btn, table td .btn-check:focus-visible + .bcb-btn,
table td .btn-check:focus-visible + .bc-links-link,
table td .btn-check:focus-visible + .cta-button {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
.btn-check:checked + .btn, table td .btn-check:checked + .bcb-btn,
table td .btn-check:checked + .bc-links-link,
table td .btn-check:checked + .cta-button,
:not(.btn-check) + .btn:active,
table td :not(.btn-check) + .bcb-btn:active,
table td :not(.btn-check) + .bc-links-link:active,
table td :not(.btn-check) + .cta-button:active, .btn:first-child:active, table td .bcb-btn:first-child:active,
table td .bc-links-link:first-child:active,
table td .cta-button:first-child:active, .btn.active, table td .active.bcb-btn,
table td .active.bc-links-link,
table td .active.cta-button, .btn.show, table td .show.bcb-btn,
table td .show.bc-links-link,
table td .show.cta-button {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
.btn-check:checked + .btn:focus-visible, table td .btn-check:checked + .bcb-btn:focus-visible,
table td .btn-check:checked + .bc-links-link:focus-visible,
table td .btn-check:checked + .cta-button:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
table td :not(.btn-check) + .bcb-btn:active:focus-visible,
table td :not(.btn-check) + .bc-links-link:active:focus-visible,
table td :not(.btn-check) + .cta-button:active:focus-visible, .btn:first-child:active:focus-visible, table td .bcb-btn:first-child:active:focus-visible,
table td .bc-links-link:first-child:active:focus-visible,
table td .cta-button:first-child:active:focus-visible, .btn.active:focus-visible, table td .active.bcb-btn:focus-visible,
table td .active.bc-links-link:focus-visible,
table td .active.cta-button:focus-visible, .btn.show:focus-visible, table td .show.bcb-btn:focus-visible,
table td .show.bc-links-link:focus-visible,
table td .show.cta-button:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow); }
.btn:disabled, table td .bcb-btn:disabled,
table td .bc-links-link:disabled,
table td .cta-button:disabled, .btn.disabled, table td .disabled.bcb-btn,
table td .disabled.bc-links-link,
table td .disabled.cta-button,
fieldset:disabled .btn,
fieldset:disabled table td .bcb-btn,
table td fieldset:disabled .bcb-btn,
fieldset:disabled table td .bc-links-link,
table td fieldset:disabled .bc-links-link,
fieldset:disabled table td .cta-button,
table td fieldset:disabled .cta-button {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary, table td .bcb-btn,
table td .bc-links-link,
table td .cta-button {
    --bs-btn-color: #000;
    --bs-btn-bg: #E44C8C;
    --bs-btn-border-color: #E44C8C;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e8679d;
    --bs-btn-hover-border-color: #e75e98;
    --bs-btn-focus-shadow-rgb: 194, 65, 119;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e970a3;
    --bs-btn-active-border-color: #e75e98;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #E44C8C;
    --bs-btn-disabled-border-color: #E44C8C; }

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #862667;
    --bs-btn-border-color: #862667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #722058;
    --bs-btn-hover-border-color: #6b1e52;
    --bs-btn-focus-shadow-rgb: 152, 71, 126;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b1e52;
    --bs-btn-active-border-color: #651d4d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #862667;
    --bs-btn-disabled-border-color: #862667; }

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #278557;
    --bs-btn-border-color: #278557;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #21714a;
    --bs-btn-hover-border-color: #1f6a46;
    --bs-btn-focus-shadow-rgb: 71, 151, 112;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f6a46;
    --bs-btn-active-border-color: #1d6441;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #278557;
    --bs-btn-disabled-border-color: #278557; }

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF4343;
    --bs-btn-border-color: #FF4343;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff5f5f;
    --bs-btn-hover-border-color: #ff5656;
    --bs-btn-focus-shadow-rgb: 217, 57, 57;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff6969;
    --bs-btn-active-border-color: #ff5656;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF4343;
    --bs-btn-disabled-border-color: #FF4343; }

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #F6F6F7;
    --bs-btn-border-color: #F6F6F7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d1d1d2;
    --bs-btn-hover-border-color: #c5c5c6;
    --bs-btn-focus-shadow-rgb: 209, 209, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c5c5c6;
    --bs-btn-active-border-color: #b9b9b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F6F6F7;
    --bs-btn-disabled-border-color: #F6F6F7; }

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0F0F0F;
    --bs-btn-border-color: #0F0F0F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333333;
    --bs-btn-hover-border-color: #272727;
    --bs-btn-focus-shadow-rgb: 51, 51, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3f3f3f;
    --bs-btn-active-border-color: #272727;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0F0F0F;
    --bs-btn-disabled-border-color: #0F0F0F; }

.btn-color-1 {
    --bs-btn-color: #000;
    --bs-btn-bg: #E9900C;
    --bs-btn-border-color: #E9900C;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eca130;
    --bs-btn-hover-border-color: #eb9b24;
    --bs-btn-focus-shadow-rgb: 198, 122, 10;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eda63d;
    --bs-btn-active-border-color: #eb9b24;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #E9900C;
    --bs-btn-disabled-border-color: #E9900C; }

.btn-color-2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #311242;
    --bs-btn-border-color: #311242;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a0f38;
    --bs-btn-hover-border-color: #270e35;
    --bs-btn-focus-shadow-rgb: 80, 54, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #270e35;
    --bs-btn-active-border-color: #250e32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #311242;
    --bs-btn-disabled-border-color: #311242; }

.btn-color-3 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1D052A;
    --bs-btn-border-color: #1D052A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #190424;
    --bs-btn-hover-border-color: #170422;
    --bs-btn-focus-shadow-rgb: 63, 43, 74;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #170422;
    --bs-btn-active-border-color: #160420;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1D052A;
    --bs-btn-disabled-border-color: #1D052A; }

.btn-color-4 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #862667;
    --bs-btn-border-color: #862667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #722058;
    --bs-btn-hover-border-color: #6b1e52;
    --bs-btn-focus-shadow-rgb: 152, 71, 126;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b1e52;
    --bs-btn-active-border-color: #651d4d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #862667;
    --bs-btn-disabled-border-color: #862667; }

.btn-color-5 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4E2564;
    --bs-btn-border-color: #4E2564;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #421f55;
    --bs-btn-hover-border-color: #3e1e50;
    --bs-btn-focus-shadow-rgb: 105, 70, 123;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3e1e50;
    --bs-btn-active-border-color: #3b1c4b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4E2564;
    --bs-btn-disabled-border-color: #4E2564; }

.btn-dark-1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #404040;
    --bs-btn-border-color: #404040;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #363636;
    --bs-btn-hover-border-color: #333333;
    --bs-btn-focus-shadow-rgb: 93, 93, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #303030;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #404040;
    --bs-btn-disabled-border-color: #404040; }

.btn-dark-2 {
    --bs-btn-color: #000;
    --bs-btn-bg: #969696;
    --bs-btn-border-color: #969696;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a6a6a6;
    --bs-btn-hover-border-color: #a1a1a1;
    --bs-btn-focus-shadow-rgb: 128, 128, 128;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ababab;
    --bs-btn-active-border-color: #a1a1a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #969696;
    --bs-btn-disabled-border-color: #969696; }

.btn-light-1 {
    --bs-btn-color: #000;
    --bs-btn-bg: #E6E4E6;
    --bs-btn-border-color: #E6E4E6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eae8ea;
    --bs-btn-hover-border-color: #e9e7e9;
    --bs-btn-focus-shadow-rgb: 196, 194, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebe9eb;
    --bs-btn-active-border-color: #e9e7e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #E6E4E6;
    --bs-btn-disabled-border-color: #E6E4E6; }

.btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000; }

.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff; }

.btn-outline-primary {
    --bs-btn-color: #E44C8C;
    --bs-btn-border-color: #E44C8C;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E44C8C;
    --bs-btn-hover-border-color: #E44C8C;
    --bs-btn-focus-shadow-rgb: 228, 76, 140;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E44C8C;
    --bs-btn-active-border-color: #E44C8C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E44C8C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E44C8C;
    --bs-gradient: none; }

.btn-outline-secondary {
    --bs-btn-color: #862667;
    --bs-btn-border-color: #862667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #862667;
    --bs-btn-hover-border-color: #862667;
    --bs-btn-focus-shadow-rgb: 134, 38, 103;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #862667;
    --bs-btn-active-border-color: #862667;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #862667;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #862667;
    --bs-gradient: none; }

.btn-outline-success {
    --bs-btn-color: #278557;
    --bs-btn-border-color: #278557;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #278557;
    --bs-btn-hover-border-color: #278557;
    --bs-btn-focus-shadow-rgb: 39, 133, 87;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #278557;
    --bs-btn-active-border-color: #278557;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #278557;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #278557;
    --bs-gradient: none; }

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none; }

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

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

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

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

.btn-outline-color-1 {
    --bs-btn-color: #E9900C;
    --bs-btn-border-color: #E9900C;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E9900C;
    --bs-btn-hover-border-color: #E9900C;
    --bs-btn-focus-shadow-rgb: 233, 144, 12;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E9900C;
    --bs-btn-active-border-color: #E9900C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E9900C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E9900C;
    --bs-gradient: none; }

.btn-outline-color-2 {
    --bs-btn-color: #311242;
    --bs-btn-border-color: #311242;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #311242;
    --bs-btn-hover-border-color: #311242;
    --bs-btn-focus-shadow-rgb: 49, 18, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #311242;
    --bs-btn-active-border-color: #311242;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #311242;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #311242;
    --bs-gradient: none; }

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

.btn-outline-color-4 {
    --bs-btn-color: #862667;
    --bs-btn-border-color: #862667;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #862667;
    --bs-btn-hover-border-color: #862667;
    --bs-btn-focus-shadow-rgb: 134, 38, 103;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #862667;
    --bs-btn-active-border-color: #862667;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #862667;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #862667;
    --bs-gradient: none; }

.btn-outline-color-5 {
    --bs-btn-color: #4E2564;
    --bs-btn-border-color: #4E2564;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4E2564;
    --bs-btn-hover-border-color: #4E2564;
    --bs-btn-focus-shadow-rgb: 78, 37, 100;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4E2564;
    --bs-btn-active-border-color: #4E2564;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4E2564;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4E2564;
    --bs-gradient: none; }

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

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

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

.btn-outline-black {
    --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, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none; }

.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --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: 194, 65, 119;
    text-decoration: underline; }
.btn-link:focus-visible {
    color: var(--bs-btn-color); }
.btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn, table td .btn-group-lg > .bcb-btn,
table td .btn-group-lg > .bc-links-link,
table td .btn-group-lg > .cta-button {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 1rem; }

.btn-sm, .btn-group-sm > .btn, table td .btn-group-sm > .bcb-btn,
table td .btn-group-sm > .bc-links-link,
table td .btn-group-sm > .cta-button {
    --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 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none; } }
.fade:not(.show) {
    opacity: 0; }

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

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none; } }
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative; }

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

.dropdown-menu {
    --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: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.5rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc($dropdown-border-radius - $dropdown-border-width);
    --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, 0.075);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #E44C8C;
    --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;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius); }
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .dropdown-menu-sm-end {
        --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto; } }

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .dropdown-menu-md-end {
        --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto; } }

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .dropdown-menu-lg-end {
        --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto; } }

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .dropdown-menu-xl-end {
        --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto; } }

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0; }
    .dropdown-menu-xxl-end {
        --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto; } }

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

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

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

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

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

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

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

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

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

.dropstart .dropdown-toggle::after {
    display: none; }

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

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

.dropstart .dropdown-toggle::before {
    vertical-align: 0; }

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

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

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

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

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

.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: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #E44C8C;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
.btn-group > .btn, table td .btn-group > .bcb-btn,
table td .btn-group > .bc-links-link,
table td .btn-group > .cta-button,
.btn-group-vertical > .btn,
table td .btn-group-vertical > .bcb-btn,
table td .btn-group-vertical > .bc-links-link,
table td .btn-group-vertical > .cta-button {
    position: relative;
    flex: 1 1 auto; }
.btn-group > .btn-check:checked + .btn, table td .btn-group > .btn-check:checked + .bcb-btn,
table td .btn-group > .btn-check:checked + .bc-links-link,
table td .btn-group > .btn-check:checked + .cta-button,
.btn-group > .btn-check:focus + .btn,
table td .btn-group > .btn-check:focus + .bcb-btn,
table td .btn-group > .btn-check:focus + .bc-links-link,
table td .btn-group > .btn-check:focus + .cta-button,
.btn-group > .btn:hover,
table td .btn-group > .bcb-btn:hover,
table td .btn-group > .bc-links-link:hover,
table td .btn-group > .cta-button:hover,
.btn-group > .btn:focus,
table td .btn-group > .bcb-btn:focus,
table td .btn-group > .bc-links-link:focus,
table td .btn-group > .cta-button:focus,
.btn-group > .btn:active,
table td .btn-group > .bcb-btn:active,
table td .btn-group > .bc-links-link:active,
table td .btn-group > .cta-button:active,
.btn-group > .btn.active,
table td .btn-group > .active.bcb-btn,
table td .btn-group > .active.bc-links-link,
table td .btn-group > .active.cta-button,
.btn-group-vertical > .btn-check:checked + .btn,
table td .btn-group-vertical > .btn-check:checked + .bcb-btn,
table td .btn-group-vertical > .btn-check:checked + .bc-links-link,
table td .btn-group-vertical > .btn-check:checked + .cta-button,
.btn-group-vertical > .btn-check:focus + .btn,
table td .btn-group-vertical > .btn-check:focus + .bcb-btn,
table td .btn-group-vertical > .btn-check:focus + .bc-links-link,
table td .btn-group-vertical > .btn-check:focus + .cta-button,
.btn-group-vertical > .btn:hover,
table td .btn-group-vertical > .bcb-btn:hover,
table td .btn-group-vertical > .bc-links-link:hover,
table td .btn-group-vertical > .cta-button:hover,
.btn-group-vertical > .btn:focus,
table td .btn-group-vertical > .bcb-btn:focus,
table td .btn-group-vertical > .bc-links-link:focus,
table td .btn-group-vertical > .cta-button:focus,
.btn-group-vertical > .btn:active,
table td .btn-group-vertical > .bcb-btn:active,
table td .btn-group-vertical > .bc-links-link:active,
table td .btn-group-vertical > .cta-button:active,
.btn-group-vertical > .btn.active,
table td .btn-group-vertical > .active.bcb-btn,
table td .btn-group-vertical > .active.bc-links-link,
table td .btn-group-vertical > .active.cta-button {
    z-index: 1; }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }

.btn-group {
    border-radius: 0.5rem; }
.btn-group > :not(.btn-check:first-child) + .btn, table td .btn-group > :not(.btn-check:first-child) + .bcb-btn,
table td .btn-group > :not(.btn-check:first-child) + .bc-links-link,
table td .btn-group > :not(.btn-check:first-child) + .cta-button,
.btn-group > .btn-group:not(:first-child) {
    margin-left: calc($btn-border-width * -1); }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), table td .btn-group > .bcb-btn:not(:last-child):not(.dropdown-toggle),
table td .btn-group > .bc-links-link:not(:last-child):not(.dropdown-toggle),
table td .btn-group > .cta-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
table td .btn-group > .dropdown-toggle-split.bcb-btn:first-child,
table td .btn-group > .dropdown-toggle-split.bc-links-link:first-child,
table td .btn-group > .dropdown-toggle-split.cta-button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
table td .btn-group > .btn-group:not(:last-child) > .bcb-btn,
table td .btn-group > .btn-group:not(:last-child) > .bc-links-link,
table td .btn-group > .btn-group:not(:last-child) > .cta-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.btn-group > .btn:nth-child(n + 3), table td .btn-group > .bcb-btn:nth-child(n + 3),
table td .btn-group > .bc-links-link:nth-child(n + 3),
table td .btn-group > .cta-button:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
table td .btn-group > :not(.btn-check) + .bcb-btn,
table td .btn-group > :not(.btn-check) + .bc-links-link,
table td .btn-group > :not(.btn-check) + .cta-button,
.btn-group > .btn-group:not(:first-child) > .btn,
table td .btn-group > .btn-group:not(:first-child) > .bcb-btn,
table td .btn-group > .btn-group:not(:first-child) > .bc-links-link,
table td .btn-group > .btn-group:not(:first-child) > .cta-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0; }
.dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, table td .btn-group-sm > .bcb-btn + .dropdown-toggle-split, table td .btn-group-sm > .bc-links-link + .dropdown-toggle-split, table td .btn-group-sm > .cta-button + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, table td .btn-group-lg > .bcb-btn + .dropdown-toggle-split, table td .btn-group-lg > .bc-links-link + .dropdown-toggle-split, table td .btn-group-lg > .cta-button + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

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

.btn-group-vertical > .btn,
table td .btn-group-vertical > .bcb-btn,
table td .btn-group-vertical > .bc-links-link,
table td .btn-group-vertical > .cta-button,
.btn-group-vertical > .btn-group {
    width: 100%; }
.btn-group-vertical > .btn:not(:first-child), table td .btn-group-vertical > .bcb-btn:not(:first-child),
table td .btn-group-vertical > .bc-links-link:not(:first-child),
table td .btn-group-vertical > .cta-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc($btn-border-width * -1); }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), table td .btn-group-vertical > .bcb-btn:not(:last-child):not(.dropdown-toggle),
table td .btn-group-vertical > .bc-links-link:not(:last-child):not(.dropdown-toggle),
table td .btn-group-vertical > .cta-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
table td .btn-group-vertical > .btn-group:not(:last-child) > .bcb-btn,
table td .btn-group-vertical > .btn-group:not(:last-child) > .bc-links-link,
table td .btn-group-vertical > .btn-group:not(:last-child) > .cta-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical > .btn ~ .btn, table td .btn-group-vertical > .bcb-btn ~ .btn, table td .btn-group-vertical > .bc-links-link ~ .btn, table td .btn-group-vertical > .cta-button ~ .btn, table td .btn-group-vertical > .btn ~ .bcb-btn, table td .btn-group-vertical > .bcb-btn ~ .bcb-btn, table td .btn-group-vertical > .bc-links-link ~ .bcb-btn, table td .btn-group-vertical > .cta-button ~ .bcb-btn,
table td .btn-group-vertical > .btn ~ .bc-links-link,
table td .btn-group-vertical > .bcb-btn ~ .bc-links-link,
table td .btn-group-vertical > .bc-links-link ~ .bc-links-link,
table td .btn-group-vertical > .cta-button ~ .bc-links-link,
table td .btn-group-vertical > .btn ~ .cta-button,
table td .btn-group-vertical > .bcb-btn ~ .cta-button,
table td .btn-group-vertical > .bc-links-link ~ .cta-button,
table td .btn-group-vertical > .cta-button ~ .cta-button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
table td .btn-group-vertical > .btn-group:not(:first-child) > .bcb-btn,
table td .btn-group-vertical > .btn-group:not(:first-child) > .bc-links-link,
table td .btn-group-vertical > .btn-group:not(:first-child) > .cta-button {
    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: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none; } }
.nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    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); }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color); }
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
    --bs-nav-pills-border-radius: 0.5rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #E44C8C; }
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
    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(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --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(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 15, 15, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: 0.5rem;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
    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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
.navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color); }
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition); }
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none; } }
.navbar-toggler:hover {
    text-decoration: none; }
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

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

.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-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none; }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@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-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none; }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@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-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none; }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row; }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none; }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@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-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 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 {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none; }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.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-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: 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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
.navbar-expand .offcanvas .offcanvas-header {
    display: none; }
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

[data-bs-theme="dark"] .navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' 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-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius); }
.card > hr {
    margin-right: 0;
    margin-left: 0; }
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius); }
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0; }

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

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

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color); }

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

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

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

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

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0; }
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

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

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

.card-img,
.card-img-top,
.card-img-bottom {
    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-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-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 {
        margin-left: 0;
        border-left: 0; }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0; }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0; } }

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --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: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0F0F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #f2a6c6;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition); }
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none; } }
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform); }
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none; } }
.accordion-button:hover {
    z-index: 2; }
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

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

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-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-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-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-right: 0;
    border-left: 0;
    border-radius: 0; }
.accordion-flush .accordion-item:first-child {
    border-top: 0; }
.accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.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: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius); }

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

.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: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #E44C8C;
    --bs-pagination-active-border-color: #E44C8C;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none; }

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none; } }
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
.page-link.disabled,
.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
    margin-left: calc($pagination-border-width * -1); }

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

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-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: 1rem; }

.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.5rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius); }
.badge:empty {
    display: none; }

.btn .badge, table td .bcb-btn .badge, table td .bc-links-link .badge, table td .cta-button .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: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.5rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius); }

.alert-heading {
    color: inherit; }

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color); }

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

.alert-primary {
    --bs-alert-color: var(--bs-primary-text);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text); }

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text); }

.alert-success {
    --bs-alert-color: var(--bs-success-text);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text); }

.alert-info {
    --bs-alert-color: var(--bs-info-text);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text); }

.alert-warning {
    --bs-alert-color: var(--bs-warning-text);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text); }

.alert-danger {
    --bs-alert-color: var(--bs-danger-text);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text); }

.alert-light {
    --bs-alert-color: var(--bs-light-text);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text); }

.alert-dark {
    --bs-alert-color: var(--bs-dark-text);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text); }

.alert-color-1 {
    --bs-alert-color: var(--bs-color-1-text);
    --bs-alert-bg: var(--bs-color-1-bg-subtle);
    --bs-alert-border-color: var(--bs-color-1-border-subtle);
    --bs-alert-link-color: var(--bs-color-1-text); }

.alert-color-2 {
    --bs-alert-color: var(--bs-color-2-text);
    --bs-alert-bg: var(--bs-color-2-bg-subtle);
    --bs-alert-border-color: var(--bs-color-2-border-subtle);
    --bs-alert-link-color: var(--bs-color-2-text); }

.alert-color-3 {
    --bs-alert-color: var(--bs-color-3-text);
    --bs-alert-bg: var(--bs-color-3-bg-subtle);
    --bs-alert-border-color: var(--bs-color-3-border-subtle);
    --bs-alert-link-color: var(--bs-color-3-text); }

.alert-color-4 {
    --bs-alert-color: var(--bs-color-4-text);
    --bs-alert-bg: var(--bs-color-4-bg-subtle);
    --bs-alert-border-color: var(--bs-color-4-border-subtle);
    --bs-alert-link-color: var(--bs-color-4-text); }

.alert-color-5 {
    --bs-alert-color: var(--bs-color-5-text);
    --bs-alert-bg: var(--bs-color-5-bg-subtle);
    --bs-alert-border-color: var(--bs-color-5-border-subtle);
    --bs-alert-link-color: var(--bs-color-5-text); }

.alert-dark-1 {
    --bs-alert-color: var(--bs-dark-1-text);
    --bs-alert-bg: var(--bs-dark-1-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-1-border-subtle);
    --bs-alert-link-color: var(--bs-dark-1-text); }

.alert-dark-2 {
    --bs-alert-color: var(--bs-dark-2-text);
    --bs-alert-bg: var(--bs-dark-2-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-2-border-subtle);
    --bs-alert-link-color: var(--bs-dark-2-text); }

.alert-light-1 {
    --bs-alert-color: var(--bs-light-1-text);
    --bs-alert-bg: var(--bs-light-1-bg-subtle);
    --bs-alert-border-color: var(--bs-light-1-border-subtle);
    --bs-alert-link-color: var(--bs-light-1-text); }

.alert-black {
    --bs-alert-color: var(--bs-black-text);
    --bs-alert-bg: var(--bs-black-bg-subtle);
    --bs-alert-border-color: var(--bs-black-border-subtle);
    --bs-alert-link-color: var(--bs-black-text); }

.alert-white {
    --bs-alert-color: var(--bs-white-text);
    --bs-alert-bg: var(--bs-white-bg-subtle);
    --bs-alert-border-color: var(--bs-white-border-subtle);
    --bs-alert-link-color: var(--bs-white-text); }

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

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #E44C8C;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius); }

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition); }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none; } }

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-stacked > .progress {
    overflow: visible; }

.progress-stacked > .progress > .progress-bar {
    width: 100%; }

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none; } }

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #E44C8C;
    --bs-list-group-active-border-color: #E44C8C;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius); }

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
.list-group-item + .list-group-item {
    border-top-width: 0; }
.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width); }

.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-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
.list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width); }

@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-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@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-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@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-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@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-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@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-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.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 {
    --bs-list-group-color: var(--bs-primary-text);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle); }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle); }
.list-group-item-primary.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-primary-text);
    --bs-list-group-active-border-color: var(--bs-primary-text); }

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle); }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle); }
.list-group-item-secondary.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-secondary-text);
    --bs-list-group-active-border-color: var(--bs-secondary-text); }

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle); }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle); }
.list-group-item-success.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-success-text);
    --bs-list-group-active-border-color: var(--bs-success-text); }

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle); }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle); }
.list-group-item-info.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-info-text);
    --bs-list-group-active-border-color: var(--bs-info-text); }

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle); }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle); }
.list-group-item-warning.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-warning-text);
    --bs-list-group-active-border-color: var(--bs-warning-text); }

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle); }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle); }
.list-group-item-danger.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-danger-text);
    --bs-list-group-active-border-color: var(--bs-danger-text); }

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle); }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle); }
.list-group-item-light.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-light-text);
    --bs-list-group-active-border-color: var(--bs-light-text); }

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle); }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle); }
.list-group-item-dark.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-dark-text);
    --bs-list-group-active-border-color: var(--bs-dark-text); }

.list-group-item-color-1 {
    --bs-list-group-color: var(--bs-color-1-text);
    --bs-list-group-bg: var(--bs-color-1-bg-subtle);
    --bs-list-group-border-color: var(--bs-color-1-border-subtle); }
.list-group-item-color-1.list-group-item-action:hover, .list-group-item-color-1.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-color-1-border-subtle); }
.list-group-item-color-1.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-color-1-text);
    --bs-list-group-active-border-color: var(--bs-color-1-text); }

.list-group-item-color-2 {
    --bs-list-group-color: var(--bs-color-2-text);
    --bs-list-group-bg: var(--bs-color-2-bg-subtle);
    --bs-list-group-border-color: var(--bs-color-2-border-subtle); }
.list-group-item-color-2.list-group-item-action:hover, .list-group-item-color-2.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-color-2-border-subtle); }
.list-group-item-color-2.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-color-2-text);
    --bs-list-group-active-border-color: var(--bs-color-2-text); }

.list-group-item-color-3 {
    --bs-list-group-color: var(--bs-color-3-text);
    --bs-list-group-bg: var(--bs-color-3-bg-subtle);
    --bs-list-group-border-color: var(--bs-color-3-border-subtle); }
.list-group-item-color-3.list-group-item-action:hover, .list-group-item-color-3.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-color-3-border-subtle); }
.list-group-item-color-3.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-color-3-text);
    --bs-list-group-active-border-color: var(--bs-color-3-text); }

.list-group-item-color-4 {
    --bs-list-group-color: var(--bs-color-4-text);
    --bs-list-group-bg: var(--bs-color-4-bg-subtle);
    --bs-list-group-border-color: var(--bs-color-4-border-subtle); }
.list-group-item-color-4.list-group-item-action:hover, .list-group-item-color-4.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-color-4-border-subtle); }
.list-group-item-color-4.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-color-4-text);
    --bs-list-group-active-border-color: var(--bs-color-4-text); }

.list-group-item-color-5 {
    --bs-list-group-color: var(--bs-color-5-text);
    --bs-list-group-bg: var(--bs-color-5-bg-subtle);
    --bs-list-group-border-color: var(--bs-color-5-border-subtle); }
.list-group-item-color-5.list-group-item-action:hover, .list-group-item-color-5.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-color-5-border-subtle); }
.list-group-item-color-5.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-color-5-text);
    --bs-list-group-active-border-color: var(--bs-color-5-text); }

.list-group-item-dark-1 {
    --bs-list-group-color: var(--bs-dark-1-text);
    --bs-list-group-bg: var(--bs-dark-1-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-1-border-subtle); }
.list-group-item-dark-1.list-group-item-action:hover, .list-group-item-dark-1.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-1-border-subtle); }
.list-group-item-dark-1.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-dark-1-text);
    --bs-list-group-active-border-color: var(--bs-dark-1-text); }

.list-group-item-dark-2 {
    --bs-list-group-color: var(--bs-dark-2-text);
    --bs-list-group-bg: var(--bs-dark-2-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-2-border-subtle); }
.list-group-item-dark-2.list-group-item-action:hover, .list-group-item-dark-2.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-2-border-subtle); }
.list-group-item-dark-2.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-dark-2-text);
    --bs-list-group-active-border-color: var(--bs-dark-2-text); }

.list-group-item-light-1 {
    --bs-list-group-color: var(--bs-light-1-text);
    --bs-list-group-bg: var(--bs-light-1-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-1-border-subtle); }
.list-group-item-light-1.list-group-item-action:hover, .list-group-item-light-1.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-1-border-subtle); }
.list-group-item-light-1.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-light-1-text);
    --bs-list-group-active-border-color: var(--bs-light-1-text); }

.list-group-item-black {
    --bs-list-group-color: var(--bs-black-text);
    --bs-list-group-bg: var(--bs-black-bg-subtle);
    --bs-list-group-border-color: var(--bs-black-border-subtle); }
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-black-border-subtle); }
.list-group-item-black.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-black-text);
    --bs-list-group-active-border-color: var(--bs-black-text); }

.list-group-item-white {
    --bs-list-group-color: var(--bs-white-text);
    --bs-list-group-bg: var(--bs-white-bg-subtle);
    --bs-list-group-border-color: var(--bs-white-border-subtle); }
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-white-border-subtle); }
.list-group-item-white.list-group-item-action:active {
    --bs-list-group-active-color: var(--bs-emphasis-color);
    --bs-list-group-active-bg: var(--bs-white-text);
    --bs-list-group-active-border-color: var(--bs-white-text); }

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.5rem;
    opacity: var(--bs-btn-close-opacity); }
.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
    filter: var(--bs-btn-close-white-filter); }

[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter); }

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 2rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius); }
.toast.showing {
    opacity: 0; }
.toast:not(.show) {
    display: none; }

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none; }
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    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)); }
.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.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: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --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: var(--bs-border-width);
    --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: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none; } }
.modal.show .modal-dialog {
    transform: none; }
.modal.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 {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2); }

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

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

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    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); }
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

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

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

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
.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, 0.075); }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto; }
    .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 {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0; }
.modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto; } }

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0; }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto; } }

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto; } }

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto; } }

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        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: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: "Roc Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0; }
.tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }

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

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

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

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

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

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    --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: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Roc Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius); }
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0; }

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

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width); }
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

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

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width); }
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    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); }
.popover-header:empty {
    display: none; }

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

.carousel {
    position: relative; }

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none; } }

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

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

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

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

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none; } }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

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

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

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none; } }
.carousel-indicators .active {
    opacity: 1; }

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

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

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

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

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100); }

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

[data-bs-theme="dark"] .carousel .carousel-caption {
    color: #000; }

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

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: 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-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
    --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: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5; }

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition); } }
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
        transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
        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 {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important; } }

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition); } }
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
        transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
        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 {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important; } }

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition); } }
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none; } }

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
        transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
        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 {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition); } }
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
        transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
        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 {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition); } }
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
        transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
        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 {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important; } }

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); }
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none; } }
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

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

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

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

.text-bg-primary {
    color: #000;
    background-color: RGBA(228, 76, 140, var(--bs-bg-opacity, 1)); }

.text-bg-secondary {
    color: #fff;
    background-color: RGBA(134, 38, 103, var(--bs-bg-opacity, 1)); }

.text-bg-success {
    color: #fff;
    background-color: RGBA(39, 133, 87, var(--bs-bg-opacity, 1)); }

.text-bg-info {
    color: #000;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)); }

.text-bg-warning {
    color: #000;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)); }

.text-bg-danger {
    color: #000;
    background-color: RGBA(255, 67, 67, var(--bs-bg-opacity, 1)); }

.text-bg-light {
    color: #000;
    background-color: RGBA(246, 246, 247, var(--bs-bg-opacity, 1)); }

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

.text-bg-color-1 {
    color: #000;
    background-color: RGBA(233, 144, 12, var(--bs-bg-opacity, 1)); }

.text-bg-color-2 {
    color: #fff;
    background-color: RGBA(49, 18, 66, var(--bs-bg-opacity, 1)); }

.text-bg-color-3 {
    color: #fff;
    background-color: RGBA(29, 5, 42, var(--bs-bg-opacity, 1)); }

.text-bg-color-4 {
    color: #fff;
    background-color: RGBA(134, 38, 103, var(--bs-bg-opacity, 1)); }

.text-bg-color-5 {
    color: #fff;
    background-color: RGBA(78, 37, 100, var(--bs-bg-opacity, 1)); }

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

.text-bg-dark-2 {
    color: #000;
    background-color: RGBA(150, 150, 150, var(--bs-bg-opacity, 1)); }

.text-bg-light-1 {
    color: #000;
    background-color: RGBA(230, 228, 230, var(--bs-bg-opacity, 1)); }

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

.text-bg-white {
    color: #000;
    background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)); }

.link-primary {
    color: #E44C8C; }
.link-primary:hover, .link-primary:focus {
    color: #e970a3; }

.link-secondary {
    color: #862667; }
.link-secondary:hover, .link-secondary:focus {
    color: #6b1e52; }

.link-success {
    color: #278557; }
.link-success:hover, .link-success:focus {
    color: #1f6a46; }

.link-info {
    color: #0dcaf0; }
.link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
    color: #ffc107; }
.link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
    color: #FF4343; }
.link-danger:hover, .link-danger:focus {
    color: #ff6969; }

.link-light {
    color: #F6F6F7; }
.link-light:hover, .link-light:focus {
    color: #f8f8f9; }

.link-dark {
    color: #0F0F0F; }
.link-dark:hover, .link-dark:focus {
    color: #0c0c0c; }

.link-color-1 {
    color: #E9900C; }
.link-color-1:hover, .link-color-1:focus {
    color: #eda63d; }

.link-color-2 {
    color: #311242; }
.link-color-2:hover, .link-color-2:focus {
    color: #270e35; }

.link-color-3 {
    color: #1D052A; }
.link-color-3:hover, .link-color-3:focus {
    color: #170422; }

.link-color-4 {
    color: #862667; }
.link-color-4:hover, .link-color-4:focus {
    color: #6b1e52; }

.link-color-5 {
    color: #4E2564; }
.link-color-5:hover, .link-color-5:focus {
    color: #3e1e50; }

.link-dark-1 {
    color: #404040; }
.link-dark-1:hover, .link-dark-1:focus {
    color: #333333; }

.link-dark-2 {
    color: #969696; }
.link-dark-2:hover, .link-dark-2:focus {
    color: #ababab; }

.link-light-1 {
    color: #E6E4E6; }
.link-light-1:hover, .link-light-1:focus {
    color: #ebe9eb; }

.link-black {
    color: #000; }
.link-black:hover, .link-black:focus {
    color: black; }

.link-white {
    color: #fff; }
.link-white:hover, .link-white:focus {
    color: white; }

.ratio {
    position: relative;
    width: 100%; }
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
    --bs-aspect-ratio: 100%; }

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; }

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020; }
    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020; } }

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020; }
    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020; } }

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

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020; }
    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020; } }

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020; }
    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020; } }

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch; }

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch; }

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

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

.align-baseline {
    vertical-align: baseline; }

.align-top {
    vertical-align: top; }

.align-middle {
    vertical-align: middle; }

.align-bottom {
    vertical-align: bottom; }

.align-text-bottom {
    vertical-align: text-bottom; }

.align-text-top {
    vertical-align: text-top; }

.float-start {
    float: left; }

.float-end {
    float: right; }

.float-none {
    float: none; }

.object-fit-contain {
    object-fit: contain; }

.object-fit-cover {
    object-fit: cover; }

.object-fit-fill {
    object-fit: fill; }

.object-fit-scale {
    object-fit: scale-down; }

.object-fit-none {
    object-fit: none; }

.opacity-0 {
    opacity: 0; }

.opacity-25 {
    opacity: 0.25; }

.opacity-50 {
    opacity: 0.5; }

.opacity-75 {
    opacity: 0.75; }

.opacity-100 {
    opacity: 1; }

.overflow-auto {
    overflow: auto; }

.overflow-hidden {
    overflow: hidden; }

.overflow-visible {
    overflow: visible; }

.overflow-scroll {
    overflow: scroll; }

.overflow-x-auto {
    overflow-x: auto; }

.overflow-x-hidden {
    overflow-x: hidden; }

.overflow-x-visible {
    overflow-x: visible; }

.overflow-x-scroll {
    overflow-x: scroll; }

.overflow-y-auto {
    overflow-y: auto; }

.overflow-y-hidden {
    overflow-y: hidden; }

.overflow-y-visible {
    overflow-y: visible; }

.overflow-y-scroll {
    overflow-y: scroll; }

.d-inline {
    display: inline; }

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

.d-block {
    display: block; }

.d-grid {
    display: grid; }

.d-table {
    display: table; }

.d-table-row {
    display: table-row; }

.d-table-cell {
    display: table-cell; }

.d-flex {
    display: flex; }

.d-inline-flex {
    display: inline-flex; }

.d-none {
    display: none; }

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }

.shadow-lg {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }

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

.shadow-xs {
    box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }

.shadow-xl {
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }

.position-static {
    position: static; }

.position-relative {
    position: relative; }

.position-absolute {
    position: absolute; }

.position-fixed {
    position: fixed; }

.position-sticky {
    position: sticky; }

.top-0 {
    top: 0px; }

.top-50 {
    top: 50%; }

.top-100 {
    top: 100%; }

.top-0\.5 {
    top: 0.125rem; }

.top-1 {
    top: 0.25rem; }

.top-1\.5 {
    top: 0.375rem; }

.top-2 {
    top: 0.5rem; }

.top-2\.5 {
    top: 0.625rem; }

.top-3 {
    top: 0.75rem; }

.top-3\.5 {
    top: 0.875rem; }

.top-4 {
    top: 1rem; }

.top-5 {
    top: 1.25rem; }

.top-6 {
    top: 1.5rem; }

.top-7 {
    top: 1.75rem; }

.top-8 {
    top: 2rem; }

.top-9 {
    top: 2.25rem; }

.top-10 {
    top: 2.5rem; }

.top-11 {
    top: 2.75rem; }

.top-12 {
    top: 3rem; }

.top-13 {
    top: 3.25rem; }

.top-14 {
    top: 3.5rem; }

.top-15 {
    top: 3.75rem; }

.top-16 {
    top: 4rem; }

.top-20 {
    top: 5rem; }

.top-24 {
    top: 6rem; }

.top-28 {
    top: 7rem; }

.top-32 {
    top: 8rem; }

.top-36 {
    top: 9rem; }

.top-40 {
    top: 10rem; }

.top-44 {
    top: 11rem; }

.top-px {
    top: 1px; }

.top-1\/2 {
    top: 50%; }

.top-1\/3 {
    top: 33.333333%; }

.top-2\/3 {
    top: 66.666667%; }

.top-1\/4 {
    top: 25%; }

.top-2\/4 {
    top: 50%; }

.top-3\/4 {
    top: 75%; }

.top-1\/5 {
    top: 20%; }

.top-2\/5 {
    top: 40%; }

.top-3\/5 {
    top: 60%; }

.top-4\/5 {
    top: 80%; }

.top-1\/6 {
    top: 16.666667%; }

.top-2\/6 {
    top: 33.333333%; }

.top-3\/6 {
    top: 50%; }

.top-4\/6 {
    top: 66.666667%; }

.top-5\/6 {
    top: 83.333333%; }

.top-1\/12 {
    top: 8.333333%; }

.top-2\/12 {
    top: 16.666667%; }

.top-3\/12 {
    top: 25%; }

.top-4\/12 {
    top: 33.333333%; }

.top-5\/12 {
    top: 41.666667%; }

.top-6\/12 {
    top: 50%; }

.top-7\/12 {
    top: 58.333333%; }

.top-8\/12 {
    top: 66.666667%; }

.top-9\/12 {
    top: 75%; }

.top-10\/12 {
    top: 83.333333%; }

.top-11\/12 {
    top: 91.666667%; }

.top-full {
    top: 100%; }

.bottom-0 {
    bottom: 0px; }

.bottom-50 {
    bottom: 50%; }

.bottom-100 {
    bottom: 100%; }

.bottom-0\.5 {
    bottom: 0.125rem; }

.bottom-1 {
    bottom: 0.25rem; }

.bottom-1\.5 {
    bottom: 0.375rem; }

.bottom-2 {
    bottom: 0.5rem; }

.bottom-2\.5 {
    bottom: 0.625rem; }

.bottom-3 {
    bottom: 0.75rem; }

.bottom-3\.5 {
    bottom: 0.875rem; }

.bottom-4 {
    bottom: 1rem; }

.bottom-5 {
    bottom: 1.25rem; }

.bottom-6 {
    bottom: 1.5rem; }

.bottom-7 {
    bottom: 1.75rem; }

.bottom-8 {
    bottom: 2rem; }

.bottom-9 {
    bottom: 2.25rem; }

.bottom-10 {
    bottom: 2.5rem; }

.bottom-11 {
    bottom: 2.75rem; }

.bottom-12 {
    bottom: 3rem; }

.bottom-13 {
    bottom: 3.25rem; }

.bottom-14 {
    bottom: 3.5rem; }

.bottom-15 {
    bottom: 3.75rem; }

.bottom-16 {
    bottom: 4rem; }

.bottom-20 {
    bottom: 5rem; }

.bottom-24 {
    bottom: 6rem; }

.bottom-28 {
    bottom: 7rem; }

.bottom-32 {
    bottom: 8rem; }

.bottom-36 {
    bottom: 9rem; }

.bottom-40 {
    bottom: 10rem; }

.bottom-44 {
    bottom: 11rem; }

.bottom-px {
    bottom: 1px; }

.bottom-1\/2 {
    bottom: 50%; }

.bottom-1\/3 {
    bottom: 33.333333%; }

.bottom-2\/3 {
    bottom: 66.666667%; }

.bottom-1\/4 {
    bottom: 25%; }

.bottom-2\/4 {
    bottom: 50%; }

.bottom-3\/4 {
    bottom: 75%; }

.bottom-1\/5 {
    bottom: 20%; }

.bottom-2\/5 {
    bottom: 40%; }

.bottom-3\/5 {
    bottom: 60%; }

.bottom-4\/5 {
    bottom: 80%; }

.bottom-1\/6 {
    bottom: 16.666667%; }

.bottom-2\/6 {
    bottom: 33.333333%; }

.bottom-3\/6 {
    bottom: 50%; }

.bottom-4\/6 {
    bottom: 66.666667%; }

.bottom-5\/6 {
    bottom: 83.333333%; }

.bottom-1\/12 {
    bottom: 8.333333%; }

.bottom-2\/12 {
    bottom: 16.666667%; }

.bottom-3\/12 {
    bottom: 25%; }

.bottom-4\/12 {
    bottom: 33.333333%; }

.bottom-5\/12 {
    bottom: 41.666667%; }

.bottom-6\/12 {
    bottom: 50%; }

.bottom-7\/12 {
    bottom: 58.333333%; }

.bottom-8\/12 {
    bottom: 66.666667%; }

.bottom-9\/12 {
    bottom: 75%; }

.bottom-10\/12 {
    bottom: 83.333333%; }

.bottom-11\/12 {
    bottom: 91.666667%; }

.bottom-full {
    bottom: 100%; }

.start-0 {
    left: 0px; }

.start-50 {
    left: 50%; }

.start-100 {
    left: 100%; }

.start-0\.5 {
    left: 0.125rem; }

.start-1 {
    left: 0.25rem; }

.start-1\.5 {
    left: 0.375rem; }

.start-2 {
    left: 0.5rem; }

.start-2\.5 {
    left: 0.625rem; }

.start-3 {
    left: 0.75rem; }

.start-3\.5 {
    left: 0.875rem; }

.start-4 {
    left: 1rem; }

.start-5 {
    left: 1.25rem; }

.start-6 {
    left: 1.5rem; }

.start-7 {
    left: 1.75rem; }

.start-8 {
    left: 2rem; }

.start-9 {
    left: 2.25rem; }

.start-10 {
    left: 2.5rem; }

.start-11 {
    left: 2.75rem; }

.start-12 {
    left: 3rem; }

.start-13 {
    left: 3.25rem; }

.start-14 {
    left: 3.5rem; }

.start-15 {
    left: 3.75rem; }

.start-16 {
    left: 4rem; }

.start-20 {
    left: 5rem; }

.start-24 {
    left: 6rem; }

.start-28 {
    left: 7rem; }

.start-32 {
    left: 8rem; }

.start-36 {
    left: 9rem; }

.start-40 {
    left: 10rem; }

.start-44 {
    left: 11rem; }

.start-px {
    left: 1px; }

.start-1\/2 {
    left: 50%; }

.start-1\/3 {
    left: 33.333333%; }

.start-2\/3 {
    left: 66.666667%; }

.start-1\/4 {
    left: 25%; }

.start-2\/4 {
    left: 50%; }

.start-3\/4 {
    left: 75%; }

.start-1\/5 {
    left: 20%; }

.start-2\/5 {
    left: 40%; }

.start-3\/5 {
    left: 60%; }

.start-4\/5 {
    left: 80%; }

.start-1\/6 {
    left: 16.666667%; }

.start-2\/6 {
    left: 33.333333%; }

.start-3\/6 {
    left: 50%; }

.start-4\/6 {
    left: 66.666667%; }

.start-5\/6 {
    left: 83.333333%; }

.start-1\/12 {
    left: 8.333333%; }

.start-2\/12 {
    left: 16.666667%; }

.start-3\/12 {
    left: 25%; }

.start-4\/12 {
    left: 33.333333%; }

.start-5\/12 {
    left: 41.666667%; }

.start-6\/12 {
    left: 50%; }

.start-7\/12 {
    left: 58.333333%; }

.start-8\/12 {
    left: 66.666667%; }

.start-9\/12 {
    left: 75%; }

.start-10\/12 {
    left: 83.333333%; }

.start-11\/12 {
    left: 91.666667%; }

.start-full {
    left: 100%; }

.end-0 {
    right: 0px; }

.end-50 {
    right: 50%; }

.end-100 {
    right: 100%; }

.end-0\.5 {
    right: 0.125rem; }

.end-1 {
    right: 0.25rem; }

.end-1\.5 {
    right: 0.375rem; }

.end-2 {
    right: 0.5rem; }

.end-2\.5 {
    right: 0.625rem; }

.end-3 {
    right: 0.75rem; }

.end-3\.5 {
    right: 0.875rem; }

.end-4 {
    right: 1rem; }

.end-5 {
    right: 1.25rem; }

.end-6 {
    right: 1.5rem; }

.end-7 {
    right: 1.75rem; }

.end-8 {
    right: 2rem; }

.end-9 {
    right: 2.25rem; }

.end-10 {
    right: 2.5rem; }

.end-11 {
    right: 2.75rem; }

.end-12 {
    right: 3rem; }

.end-13 {
    right: 3.25rem; }

.end-14 {
    right: 3.5rem; }

.end-15 {
    right: 3.75rem; }

.end-16 {
    right: 4rem; }

.end-20 {
    right: 5rem; }

.end-24 {
    right: 6rem; }

.end-28 {
    right: 7rem; }

.end-32 {
    right: 8rem; }

.end-36 {
    right: 9rem; }

.end-40 {
    right: 10rem; }

.end-44 {
    right: 11rem; }

.end-px {
    right: 1px; }

.end-1\/2 {
    right: 50%; }

.end-1\/3 {
    right: 33.333333%; }

.end-2\/3 {
    right: 66.666667%; }

.end-1\/4 {
    right: 25%; }

.end-2\/4 {
    right: 50%; }

.end-3\/4 {
    right: 75%; }

.end-1\/5 {
    right: 20%; }

.end-2\/5 {
    right: 40%; }

.end-3\/5 {
    right: 60%; }

.end-4\/5 {
    right: 80%; }

.end-1\/6 {
    right: 16.666667%; }

.end-2\/6 {
    right: 33.333333%; }

.end-3\/6 {
    right: 50%; }

.end-4\/6 {
    right: 66.666667%; }

.end-5\/6 {
    right: 83.333333%; }

.end-1\/12 {
    right: 8.333333%; }

.end-2\/12 {
    right: 16.666667%; }

.end-3\/12 {
    right: 25%; }

.end-4\/12 {
    right: 33.333333%; }

.end-5\/12 {
    right: 41.666667%; }

.end-6\/12 {
    right: 50%; }

.end-7\/12 {
    right: 58.333333%; }

.end-8\/12 {
    right: 66.666667%; }

.end-9\/12 {
    right: 75%; }

.end-10\/12 {
    right: 83.333333%; }

.end-11\/12 {
    right: 91.666667%; }

.end-full {
    right: 100%; }

.translate-middle {
    transform: translate(-50%, -50%); }

.translate-middle-x {
    transform: translateX(-50%); }

.translate-middle-y {
    transform: translateY(-50%); }

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

.border-0 {
    border: 0; }

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

.border-top-0 {
    border-top: 0; }

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

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

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

.border-bottom-0 {
    border-bottom: 0; }

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

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

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

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

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

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

.border-secondary-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)); }

.border-secondary-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)); }

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

.border-success-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)); }

.border-success-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)); }

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

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

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

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

.border-warning-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)); }

.border-warning-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)); }

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

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

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

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

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

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

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

.border-dark-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)); }

.border-dark-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)); }

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

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

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

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

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

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

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

.border-color-2-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-2-rgb), var(--bs-border-opacity)); }

.border-color-2-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-2-rgb), var(--bs-border-opacity)); }

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

.border-color-3-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-3-rgb), var(--bs-border-opacity)); }

.border-color-3-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-3-rgb), var(--bs-border-opacity)); }

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

.border-color-4-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-4-rgb), var(--bs-border-opacity)); }

.border-color-4-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-4-rgb), var(--bs-border-opacity)); }

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

.border-color-5-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-5-rgb), var(--bs-border-opacity)); }

.border-color-5-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-color-5-rgb), var(--bs-border-opacity)); }

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

.border-dark-1-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-1-rgb), var(--bs-border-opacity)); }

.border-dark-1-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-1-rgb), var(--bs-border-opacity)); }

.border-dark-2 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-2-rgb), var(--bs-border-opacity)); }

.border-dark-2-hover:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-2-rgb), var(--bs-border-opacity)); }

.border-dark-2-focus:focus {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-2-rgb), var(--bs-border-opacity)); }

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

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

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

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

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

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

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle); }

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle); }

.border-success-subtle {
    border-color: var(--bs-success-border-subtle); }

.border-info-subtle {
    border-color: var(--bs-info-border-subtle); }

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle); }

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle); }

.border-light-subtle {
    border-color: var(--bs-light-border-subtle); }

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle); }

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

.w-50 {
    width: 50%; }

.w-75 {
    width: 75%; }

.w-100 {
    width: 100%; }

.w-auto {
    width: auto; }

.w-0 {
    width: 0px; }

.w-0\.5 {
    width: 0.125rem; }

.w-1 {
    width: 0.25rem; }

.w-1\.5 {
    width: 0.375rem; }

.w-2 {
    width: 0.5rem; }

.w-2\.5 {
    width: 0.625rem; }

.w-3 {
    width: 0.75rem; }

.w-3\.5 {
    width: 0.875rem; }

.w-4 {
    width: 1rem; }

.w-5 {
    width: 1.25rem; }

.w-6 {
    width: 1.5rem; }

.w-7 {
    width: 1.75rem; }

.w-8 {
    width: 2rem; }

.w-9 {
    width: 2.25rem; }

.w-10 {
    width: 2.5rem; }

.w-11 {
    width: 2.75rem; }

.w-12 {
    width: 3rem; }

.w-13 {
    width: 3.25rem; }

.w-14 {
    width: 3.5rem; }

.w-15 {
    width: 3.75rem; }

.w-16 {
    width: 4rem; }

.w-20 {
    width: 5rem; }

.w-24 {
    width: 6rem; }

.w-28 {
    width: 7rem; }

.w-32 {
    width: 8rem; }

.w-36 {
    width: 9rem; }

.w-40 {
    width: 10rem; }

.w-44 {
    width: 11rem; }

.w-48 {
    width: 12rem; }

.w-52 {
    width: 13rem; }

.w-56 {
    width: 14rem; }

.w-60 {
    width: 15rem; }

.w-64 {
    width: 16rem; }

.w-72 {
    width: 18rem; }

.w-80 {
    width: 20rem; }

.w-96 {
    width: 24rem; }

.w-112 {
    width: 28rem; }

.w-128 {
    width: 32rem; }

.w-144 {
    width: 36rem; }

.w-160 {
    width: 40rem; }

.w-px {
    width: 1px; }

.w-1\/2 {
    width: 50%; }

.w-1\/3 {
    width: 33.333333%; }

.w-2\/3 {
    width: 66.666667%; }

.w-1\/4 {
    width: 25%; }

.w-2\/4 {
    width: 50%; }

.w-3\/4 {
    width: 75%; }

.w-1\/5 {
    width: 20%; }

.w-2\/5 {
    width: 40%; }

.w-3\/5 {
    width: 60%; }

.w-4\/5 {
    width: 80%; }

.w-1\/6 {
    width: 16.666667%; }

.w-2\/6 {
    width: 33.333333%; }

.w-3\/6 {
    width: 50%; }

.w-4\/6 {
    width: 66.666667%; }

.w-5\/6 {
    width: 83.333333%; }

.w-1\/12 {
    width: 8.333333%; }

.w-2\/12 {
    width: 16.666667%; }

.w-3\/12 {
    width: 25%; }

.w-4\/12 {
    width: 33.333333%; }

.w-5\/12 {
    width: 41.666667%; }

.w-6\/12 {
    width: 50%; }

.w-7\/12 {
    width: 58.333333%; }

.w-8\/12 {
    width: 66.666667%; }

.w-9\/12 {
    width: 75%; }

.w-10\/12 {
    width: 83.333333%; }

.w-11\/12 {
    width: 91.666667%; }

.w-full {
    width: 100%; }

.max-w-0 {
    max-width: 0px; }

.max-w-0\.5 {
    max-width: 0.125rem; }

.max-w-1 {
    max-width: 0.25rem; }

.max-w-1\.5 {
    max-width: 0.375rem; }

.max-w-2 {
    max-width: 0.5rem; }

.max-w-2\.5 {
    max-width: 0.625rem; }

.max-w-3 {
    max-width: 0.75rem; }

.max-w-3\.5 {
    max-width: 0.875rem; }

.max-w-4 {
    max-width: 1rem; }

.max-w-5 {
    max-width: 1.25rem; }

.max-w-6 {
    max-width: 1.5rem; }

.max-w-7 {
    max-width: 1.75rem; }

.max-w-8 {
    max-width: 2rem; }

.max-w-9 {
    max-width: 2.25rem; }

.max-w-10 {
    max-width: 2.5rem; }

.max-w-11 {
    max-width: 2.75rem; }

.max-w-12 {
    max-width: 3rem; }

.max-w-13 {
    max-width: 3.25rem; }

.max-w-14 {
    max-width: 3.5rem; }

.max-w-15 {
    max-width: 3.75rem; }

.max-w-16 {
    max-width: 4rem; }

.max-w-20 {
    max-width: 5rem; }

.max-w-24 {
    max-width: 6rem; }

.max-w-28 {
    max-width: 7rem; }

.max-w-32 {
    max-width: 8rem; }

.max-w-36 {
    max-width: 9rem; }

.max-w-40 {
    max-width: 10rem; }

.max-w-44 {
    max-width: 11rem; }

.max-w-48 {
    max-width: 12rem; }

.max-w-52 {
    max-width: 13rem; }

.max-w-56 {
    max-width: 14rem; }

.max-w-60 {
    max-width: 15rem; }

.max-w-64 {
    max-width: 16rem; }

.max-w-72 {
    max-width: 18rem; }

.max-w-80 {
    max-width: 20rem; }

.max-w-96 {
    max-width: 24rem; }

.max-w-112 {
    max-width: 28rem; }

.max-w-128 {
    max-width: 32rem; }

.max-w-144 {
    max-width: 36rem; }

.max-w-160 {
    max-width: 40rem; }

.max-w-px {
    max-width: 1px; }

.max-w-1\/2 {
    max-width: 50%; }

.max-w-1\/3 {
    max-width: 33.333333%; }

.max-w-2\/3 {
    max-width: 66.666667%; }

.max-w-1\/4 {
    max-width: 25%; }

.max-w-2\/4 {
    max-width: 50%; }

.max-w-3\/4 {
    max-width: 75%; }

.max-w-1\/5 {
    max-width: 20%; }

.max-w-2\/5 {
    max-width: 40%; }

.max-w-3\/5 {
    max-width: 60%; }

.max-w-4\/5 {
    max-width: 80%; }

.max-w-1\/6 {
    max-width: 16.666667%; }

.max-w-2\/6 {
    max-width: 33.333333%; }

.max-w-3\/6 {
    max-width: 50%; }

.max-w-4\/6 {
    max-width: 66.666667%; }

.max-w-5\/6 {
    max-width: 83.333333%; }

.max-w-1\/12 {
    max-width: 8.333333%; }

.max-w-2\/12 {
    max-width: 16.666667%; }

.max-w-3\/12 {
    max-width: 25%; }

.max-w-4\/12 {
    max-width: 33.333333%; }

.max-w-5\/12 {
    max-width: 41.666667%; }

.max-w-6\/12 {
    max-width: 50%; }

.max-w-7\/12 {
    max-width: 58.333333%; }

.max-w-8\/12 {
    max-width: 66.666667%; }

.max-w-9\/12 {
    max-width: 75%; }

.max-w-10\/12 {
    max-width: 83.333333%; }

.max-w-11\/12 {
    max-width: 91.666667%; }

.max-w-full {
    max-width: 100%; }

.vw-100 {
    width: 100vw; }

.min-vw-100 {
    min-width: 100vw; }

.h-25 {
    height: 25%; }

.h-50 {
    height: 50%; }

.h-75 {
    height: 75%; }

.h-100 {
    height: 100%; }

.h-auto {
    height: auto; }

.h-0 {
    height: 0px; }

.h-0\.5 {
    height: 0.125rem; }

.h-1 {
    height: 0.25rem; }

.h-1\.5 {
    height: 0.375rem; }

.h-2 {
    height: 0.5rem; }

.h-2\.5 {
    height: 0.625rem; }

.h-3 {
    height: 0.75rem; }

.h-3\.5 {
    height: 0.875rem; }

.h-4 {
    height: 1rem; }

.h-5 {
    height: 1.25rem; }

.h-6 {
    height: 1.5rem; }

.h-7 {
    height: 1.75rem; }

.h-8 {
    height: 2rem; }

.h-9 {
    height: 2.25rem; }

.h-10 {
    height: 2.5rem; }

.h-11 {
    height: 2.75rem; }

.h-12 {
    height: 3rem; }

.h-13 {
    height: 3.25rem; }

.h-14 {
    height: 3.5rem; }

.h-15 {
    height: 3.75rem; }

.h-16 {
    height: 4rem; }

.h-20 {
    height: 5rem; }

.h-24 {
    height: 6rem; }

.h-28 {
    height: 7rem; }

.h-32 {
    height: 8rem; }

.h-36 {
    height: 9rem; }

.h-40 {
    height: 10rem; }

.h-44 {
    height: 11rem; }

.h-48 {
    height: 12rem; }

.h-52 {
    height: 13rem; }

.h-56 {
    height: 14rem; }

.h-60 {
    height: 15rem; }

.h-64 {
    height: 16rem; }

.h-72 {
    height: 18rem; }

.h-80 {
    height: 20rem; }

.h-96 {
    height: 24rem; }

.h-112 {
    height: 28rem; }

.h-128 {
    height: 32rem; }

.h-144 {
    height: 36rem; }

.h-160 {
    height: 40rem; }

.h-px {
    height: 1px; }

.h-1\/2 {
    height: 50%; }

.h-1\/3 {
    height: 33.333333%; }

.h-2\/3 {
    height: 66.666667%; }

.h-1\/4 {
    height: 25%; }

.h-2\/4 {
    height: 50%; }

.h-3\/4 {
    height: 75%; }

.h-1\/5 {
    height: 20%; }

.h-2\/5 {
    height: 40%; }

.h-3\/5 {
    height: 60%; }

.h-4\/5 {
    height: 80%; }

.h-1\/6 {
    height: 16.666667%; }

.h-2\/6 {
    height: 33.333333%; }

.h-3\/6 {
    height: 50%; }

.h-4\/6 {
    height: 66.666667%; }

.h-5\/6 {
    height: 83.333333%; }

.h-1\/12 {
    height: 8.333333%; }

.h-2\/12 {
    height: 16.666667%; }

.h-3\/12 {
    height: 25%; }

.h-4\/12 {
    height: 33.333333%; }

.h-5\/12 {
    height: 41.666667%; }

.h-6\/12 {
    height: 50%; }

.h-7\/12 {
    height: 58.333333%; }

.h-8\/12 {
    height: 66.666667%; }

.h-9\/12 {
    height: 75%; }

.h-10\/12 {
    height: 83.333333%; }

.h-11\/12 {
    height: 91.666667%; }

.h-full {
    height: 100%; }

.mh-100 {
    max-height: 100%; }

.mh-0 {
    max-height: 0px; }

.mh-0\.5 {
    max-height: 0.125rem; }

.mh-1 {
    max-height: 0.25rem; }

.mh-1\.5 {
    max-height: 0.375rem; }

.mh-2 {
    max-height: 0.5rem; }

.mh-2\.5 {
    max-height: 0.625rem; }

.mh-3 {
    max-height: 0.75rem; }

.mh-3\.5 {
    max-height: 0.875rem; }

.mh-4 {
    max-height: 1rem; }

.mh-5 {
    max-height: 1.25rem; }

.mh-6 {
    max-height: 1.5rem; }

.mh-7 {
    max-height: 1.75rem; }

.mh-8 {
    max-height: 2rem; }

.mh-9 {
    max-height: 2.25rem; }

.mh-10 {
    max-height: 2.5rem; }

.mh-11 {
    max-height: 2.75rem; }

.mh-12 {
    max-height: 3rem; }

.mh-13 {
    max-height: 3.25rem; }

.mh-14 {
    max-height: 3.5rem; }

.mh-15 {
    max-height: 3.75rem; }

.mh-16 {
    max-height: 4rem; }

.mh-20 {
    max-height: 5rem; }

.mh-24 {
    max-height: 6rem; }

.mh-28 {
    max-height: 7rem; }

.mh-32 {
    max-height: 8rem; }

.mh-36 {
    max-height: 9rem; }

.mh-40 {
    max-height: 10rem; }

.mh-44 {
    max-height: 11rem; }

.mh-48 {
    max-height: 12rem; }

.mh-52 {
    max-height: 13rem; }

.mh-56 {
    max-height: 14rem; }

.mh-60 {
    max-height: 15rem; }

.mh-64 {
    max-height: 16rem; }

.mh-72 {
    max-height: 18rem; }

.mh-80 {
    max-height: 20rem; }

.mh-96 {
    max-height: 24rem; }

.mh-112 {
    max-height: 28rem; }

.mh-128 {
    max-height: 32rem; }

.mh-144 {
    max-height: 36rem; }

.mh-160 {
    max-height: 40rem; }

.mh-px {
    max-height: 1px; }

.mh-1\/2 {
    max-height: 50%; }

.mh-1\/3 {
    max-height: 33.333333%; }

.mh-2\/3 {
    max-height: 66.666667%; }

.mh-1\/4 {
    max-height: 25%; }

.mh-2\/4 {
    max-height: 50%; }

.mh-3\/4 {
    max-height: 75%; }

.mh-1\/5 {
    max-height: 20%; }

.mh-2\/5 {
    max-height: 40%; }

.mh-3\/5 {
    max-height: 60%; }

.mh-4\/5 {
    max-height: 80%; }

.mh-1\/6 {
    max-height: 16.666667%; }

.mh-2\/6 {
    max-height: 33.333333%; }

.mh-3\/6 {
    max-height: 50%; }

.mh-4\/6 {
    max-height: 66.666667%; }

.mh-5\/6 {
    max-height: 83.333333%; }

.mh-1\/12 {
    max-height: 8.333333%; }

.mh-2\/12 {
    max-height: 16.666667%; }

.mh-3\/12 {
    max-height: 25%; }

.mh-4\/12 {
    max-height: 33.333333%; }

.mh-5\/12 {
    max-height: 41.666667%; }

.mh-6\/12 {
    max-height: 50%; }

.mh-7\/12 {
    max-height: 58.333333%; }

.mh-8\/12 {
    max-height: 66.666667%; }

.mh-9\/12 {
    max-height: 75%; }

.mh-10\/12 {
    max-height: 83.333333%; }

.mh-11\/12 {
    max-height: 91.666667%; }

.mh-full {
    max-height: 100%; }

.vh-100 {
    height: 100vh; }

.min-vh-100 {
    min-height: 100vh; }

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

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

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

.flex-row-reverse {
    flex-direction: row-reverse; }

.flex-column-reverse {
    flex-direction: column-reverse; }

.flex-grow-0 {
    flex-grow: 0; }

.flex-grow-1 {
    flex-grow: 1; }

.flex-shrink-0 {
    flex-shrink: 0; }

.flex-shrink-1 {
    flex-shrink: 1; }

.flex-wrap {
    flex-wrap: wrap; }

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse; }

.justify-content-start {
    justify-content: flex-start; }

.justify-content-end {
    justify-content: flex-end; }

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

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

.justify-content-around {
    justify-content: space-around; }

.justify-content-evenly {
    justify-content: space-evenly; }

.align-items-start {
    align-items: flex-start; }

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

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

.align-items-baseline {
    align-items: baseline; }

.align-items-stretch {
    align-items: stretch; }

.align-content-start {
    align-content: flex-start; }

.align-content-end {
    align-content: flex-end; }

.align-content-center {
    align-content: center; }

.align-content-between {
    align-content: space-between; }

.align-content-around {
    align-content: space-around; }

.align-content-stretch {
    align-content: stretch; }

.align-self-auto {
    align-self: auto; }

.align-self-start {
    align-self: flex-start; }

.align-self-end {
    align-self: flex-end; }

.align-self-center {
    align-self: center; }

.align-self-baseline {
    align-self: baseline; }

.align-self-stretch {
    align-self: stretch; }

.order-first {
    order: -1; }

.order-0 {
    order: 0; }

.order-1 {
    order: 1; }

.order-2 {
    order: 2; }

.order-3 {
    order: 3; }

.order-4 {
    order: 4; }

.order-5 {
    order: 5; }

.order-last {
    order: 15; }

.order-6 {
    order: 6; }

.m-0 {
    margin: 0px; }

.m-0\.5 {
    margin: 0.125rem; }

.m-1 {
    margin: 0.25rem; }

.m-1\.5 {
    margin: 0.375rem; }

.m-2 {
    margin: 0.5rem; }

.m-2\.5 {
    margin: 0.625rem; }

.m-3 {
    margin: 0.75rem; }

.m-3\.5 {
    margin: 0.875rem; }

.m-4 {
    margin: 1rem; }

.m-5 {
    margin: 1.25rem; }

.m-6 {
    margin: 1.5rem; }

.m-7 {
    margin: 1.75rem; }

.m-8 {
    margin: 2rem; }

.m-9 {
    margin: 2.25rem; }

.m-10 {
    margin: 2.5rem; }

.m-11 {
    margin: 2.75rem; }

.m-12 {
    margin: 3rem; }

.m-13 {
    margin: 3.25rem; }

.m-14 {
    margin: 3.5rem; }

.m-15 {
    margin: 3.75rem; }

.m-16 {
    margin: 4rem; }

.m-20 {
    margin: 5rem; }

.m-24 {
    margin: 6rem; }

.m-28 {
    margin: 7rem; }

.m-32 {
    margin: 8rem; }

.m-36 {
    margin: 9rem; }

.m-40 {
    margin: 10rem; }

.m-44 {
    margin: 11rem; }

.m-px {
    margin: 1px; }

.m-1\/2 {
    margin: 50%; }

.m-1\/3 {
    margin: 33.333333%; }

.m-2\/3 {
    margin: 66.666667%; }

.m-1\/4 {
    margin: 25%; }

.m-2\/4 {
    margin: 50%; }

.m-3\/4 {
    margin: 75%; }

.m-1\/5 {
    margin: 20%; }

.m-2\/5 {
    margin: 40%; }

.m-3\/5 {
    margin: 60%; }

.m-4\/5 {
    margin: 80%; }

.m-1\/6 {
    margin: 16.666667%; }

.m-2\/6 {
    margin: 33.333333%; }

.m-3\/6 {
    margin: 50%; }

.m-4\/6 {
    margin: 66.666667%; }

.m-5\/6 {
    margin: 83.333333%; }

.m-1\/12 {
    margin: 8.333333%; }

.m-2\/12 {
    margin: 16.666667%; }

.m-3\/12 {
    margin: 25%; }

.m-4\/12 {
    margin: 33.333333%; }

.m-5\/12 {
    margin: 41.666667%; }

.m-6\/12 {
    margin: 50%; }

.m-7\/12 {
    margin: 58.333333%; }

.m-8\/12 {
    margin: 66.666667%; }

.m-9\/12 {
    margin: 75%; }

.m-10\/12 {
    margin: 83.333333%; }

.m-11\/12 {
    margin: 91.666667%; }

.m-full {
    margin: 100%; }

.m-auto {
    margin: auto; }

.mx-0 {
    margin-right: 0px;
    margin-left: 0px; }

.mx-0\.5 {
    margin-right: 0.125rem;
    margin-left: 0.125rem; }

.mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem; }

.mx-1\.5 {
    margin-right: 0.375rem;
    margin-left: 0.375rem; }

.mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem; }

.mx-2\.5 {
    margin-right: 0.625rem;
    margin-left: 0.625rem; }

.mx-3 {
    margin-right: 0.75rem;
    margin-left: 0.75rem; }

.mx-3\.5 {
    margin-right: 0.875rem;
    margin-left: 0.875rem; }

.mx-4 {
    margin-right: 1rem;
    margin-left: 1rem; }

.mx-5 {
    margin-right: 1.25rem;
    margin-left: 1.25rem; }

.mx-6 {
    margin-right: 1.5rem;
    margin-left: 1.5rem; }

.mx-7 {
    margin-right: 1.75rem;
    margin-left: 1.75rem; }

.mx-8 {
    margin-right: 2rem;
    margin-left: 2rem; }

.mx-9 {
    margin-right: 2.25rem;
    margin-left: 2.25rem; }

.mx-10 {
    margin-right: 2.5rem;
    margin-left: 2.5rem; }

.mx-11 {
    margin-right: 2.75rem;
    margin-left: 2.75rem; }

.mx-12 {
    margin-right: 3rem;
    margin-left: 3rem; }

.mx-13 {
    margin-right: 3.25rem;
    margin-left: 3.25rem; }

.mx-14 {
    margin-right: 3.5rem;
    margin-left: 3.5rem; }

.mx-15 {
    margin-right: 3.75rem;
    margin-left: 3.75rem; }

.mx-16 {
    margin-right: 4rem;
    margin-left: 4rem; }

.mx-20 {
    margin-right: 5rem;
    margin-left: 5rem; }

.mx-24 {
    margin-right: 6rem;
    margin-left: 6rem; }

.mx-28 {
    margin-right: 7rem;
    margin-left: 7rem; }

.mx-32 {
    margin-right: 8rem;
    margin-left: 8rem; }

.mx-36 {
    margin-right: 9rem;
    margin-left: 9rem; }

.mx-40 {
    margin-right: 10rem;
    margin-left: 10rem; }

.mx-44 {
    margin-right: 11rem;
    margin-left: 11rem; }

.mx-px {
    margin-right: 1px;
    margin-left: 1px; }

.mx-1\/2 {
    margin-right: 50%;
    margin-left: 50%; }

.mx-1\/3 {
    margin-right: 33.333333%;
    margin-left: 33.333333%; }

.mx-2\/3 {
    margin-right: 66.666667%;
    margin-left: 66.666667%; }

.mx-1\/4 {
    margin-right: 25%;
    margin-left: 25%; }

.mx-2\/4 {
    margin-right: 50%;
    margin-left: 50%; }

.mx-3\/4 {
    margin-right: 75%;
    margin-left: 75%; }

.mx-1\/5 {
    margin-right: 20%;
    margin-left: 20%; }

.mx-2\/5 {
    margin-right: 40%;
    margin-left: 40%; }

.mx-3\/5 {
    margin-right: 60%;
    margin-left: 60%; }

.mx-4\/5 {
    margin-right: 80%;
    margin-left: 80%; }

.mx-1\/6 {
    margin-right: 16.666667%;
    margin-left: 16.666667%; }

.mx-2\/6 {
    margin-right: 33.333333%;
    margin-left: 33.333333%; }

.mx-3\/6 {
    margin-right: 50%;
    margin-left: 50%; }

.mx-4\/6 {
    margin-right: 66.666667%;
    margin-left: 66.666667%; }

.mx-5\/6 {
    margin-right: 83.333333%;
    margin-left: 83.333333%; }

.mx-1\/12 {
    margin-right: 8.333333%;
    margin-left: 8.333333%; }

.mx-2\/12 {
    margin-right: 16.666667%;
    margin-left: 16.666667%; }

.mx-3\/12 {
    margin-right: 25%;
    margin-left: 25%; }

.mx-4\/12 {
    margin-right: 33.333333%;
    margin-left: 33.333333%; }

.mx-5\/12 {
    margin-right: 41.666667%;
    margin-left: 41.666667%; }

.mx-6\/12 {
    margin-right: 50%;
    margin-left: 50%; }

.mx-7\/12 {
    margin-right: 58.333333%;
    margin-left: 58.333333%; }

.mx-8\/12 {
    margin-right: 66.666667%;
    margin-left: 66.666667%; }

.mx-9\/12 {
    margin-right: 75%;
    margin-left: 75%; }

.mx-10\/12 {
    margin-right: 83.333333%;
    margin-left: 83.333333%; }

.mx-11\/12 {
    margin-right: 91.666667%;
    margin-left: 91.666667%; }

.mx-full {
    margin-right: 100%;
    margin-left: 100%; }

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

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px; }

.my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem; }

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

.my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem; }

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

.my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }

.my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem; }

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem; }

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem; }

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem; }

.my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem; }

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }

.my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem; }

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem; }

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem; }

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem; }

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem; }

.my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem; }

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem; }

.my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem; }

.my-px {
    margin-top: 1px;
    margin-bottom: 1px; }

.my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%; }

.my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%; }

.my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%; }

.my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%; }

.my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%; }

.my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%; }

.my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%; }

.my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%; }

.my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%; }

.my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%; }

.my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%; }

.my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%; }

.my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%; }

.my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%; }

.my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%; }

.my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%; }

.my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%; }

.my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%; }

.my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%; }

.my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%; }

.my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%; }

.my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%; }

.my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%; }

.my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%; }

.my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%; }

.my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%; }

.my-full {
    margin-top: 100%;
    margin-bottom: 100%; }

.my-auto {
    margin-top: auto;
    margin-bottom: auto; }

.mt-0 {
    margin-top: 0px; }

.mt-0\.5 {
    margin-top: 0.125rem; }

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

.mt-1\.5 {
    margin-top: 0.375rem; }

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

.mt-2\.5 {
    margin-top: 0.625rem; }

.mt-3 {
    margin-top: 0.75rem; }

.mt-3\.5 {
    margin-top: 0.875rem; }

.mt-4 {
    margin-top: 1rem; }

.mt-5 {
    margin-top: 1.25rem; }

.mt-6 {
    margin-top: 1.5rem; }

.mt-7 {
    margin-top: 1.75rem; }

.mt-8 {
    margin-top: 2rem; }

.mt-9 {
    margin-top: 2.25rem; }

.mt-10 {
    margin-top: 2.5rem; }

.mt-11 {
    margin-top: 2.75rem; }

.mt-12 {
    margin-top: 3rem; }

.mt-13 {
    margin-top: 3.25rem; }

.mt-14 {
    margin-top: 3.5rem; }

.mt-15 {
    margin-top: 3.75rem; }

.mt-16 {
    margin-top: 4rem; }

.mt-20 {
    margin-top: 5rem; }

.mt-24 {
    margin-top: 6rem; }

.mt-28 {
    margin-top: 7rem; }

.mt-32 {
    margin-top: 8rem; }

.mt-36 {
    margin-top: 9rem; }

.mt-40 {
    margin-top: 10rem; }

.mt-44 {
    margin-top: 11rem; }

.mt-px {
    margin-top: 1px; }

.mt-1\/2 {
    margin-top: 50%; }

.mt-1\/3 {
    margin-top: 33.333333%; }

.mt-2\/3 {
    margin-top: 66.666667%; }

.mt-1\/4 {
    margin-top: 25%; }

.mt-2\/4 {
    margin-top: 50%; }

.mt-3\/4 {
    margin-top: 75%; }

.mt-1\/5 {
    margin-top: 20%; }

.mt-2\/5 {
    margin-top: 40%; }

.mt-3\/5 {
    margin-top: 60%; }

.mt-4\/5 {
    margin-top: 80%; }

.mt-1\/6 {
    margin-top: 16.666667%; }

.mt-2\/6 {
    margin-top: 33.333333%; }

.mt-3\/6 {
    margin-top: 50%; }

.mt-4\/6 {
    margin-top: 66.666667%; }

.mt-5\/6 {
    margin-top: 83.333333%; }

.mt-1\/12 {
    margin-top: 8.333333%; }

.mt-2\/12 {
    margin-top: 16.666667%; }

.mt-3\/12 {
    margin-top: 25%; }

.mt-4\/12 {
    margin-top: 33.333333%; }

.mt-5\/12 {
    margin-top: 41.666667%; }

.mt-6\/12 {
    margin-top: 50%; }

.mt-7\/12 {
    margin-top: 58.333333%; }

.mt-8\/12 {
    margin-top: 66.666667%; }

.mt-9\/12 {
    margin-top: 75%; }

.mt-10\/12 {
    margin-top: 83.333333%; }

.mt-11\/12 {
    margin-top: 91.666667%; }

.mt-full {
    margin-top: 100%; }

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

.me-0 {
    margin-right: 0px; }

.me-0\.5 {
    margin-right: 0.125rem; }

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

.me-1\.5 {
    margin-right: 0.375rem; }

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

.me-2\.5 {
    margin-right: 0.625rem; }

.me-3 {
    margin-right: 0.75rem; }

.me-3\.5 {
    margin-right: 0.875rem; }

.me-4 {
    margin-right: 1rem; }

.me-5 {
    margin-right: 1.25rem; }

.me-6 {
    margin-right: 1.5rem; }

.me-7 {
    margin-right: 1.75rem; }

.me-8 {
    margin-right: 2rem; }

.me-9 {
    margin-right: 2.25rem; }

.me-10 {
    margin-right: 2.5rem; }

.me-11 {
    margin-right: 2.75rem; }

.me-12 {
    margin-right: 3rem; }

.me-13 {
    margin-right: 3.25rem; }

.me-14 {
    margin-right: 3.5rem; }

.me-15 {
    margin-right: 3.75rem; }

.me-16 {
    margin-right: 4rem; }

.me-20 {
    margin-right: 5rem; }

.me-24 {
    margin-right: 6rem; }

.me-28 {
    margin-right: 7rem; }

.me-32 {
    margin-right: 8rem; }

.me-36 {
    margin-right: 9rem; }

.me-40 {
    margin-right: 10rem; }

.me-44 {
    margin-right: 11rem; }

.me-px {
    margin-right: 1px; }

.me-1\/2 {
    margin-right: 50%; }

.me-1\/3 {
    margin-right: 33.333333%; }

.me-2\/3 {
    margin-right: 66.666667%; }

.me-1\/4 {
    margin-right: 25%; }

.me-2\/4 {
    margin-right: 50%; }

.me-3\/4 {
    margin-right: 75%; }

.me-1\/5 {
    margin-right: 20%; }

.me-2\/5 {
    margin-right: 40%; }

.me-3\/5 {
    margin-right: 60%; }

.me-4\/5 {
    margin-right: 80%; }

.me-1\/6 {
    margin-right: 16.666667%; }

.me-2\/6 {
    margin-right: 33.333333%; }

.me-3\/6 {
    margin-right: 50%; }

.me-4\/6 {
    margin-right: 66.666667%; }

.me-5\/6 {
    margin-right: 83.333333%; }

.me-1\/12 {
    margin-right: 8.333333%; }

.me-2\/12 {
    margin-right: 16.666667%; }

.me-3\/12 {
    margin-right: 25%; }

.me-4\/12 {
    margin-right: 33.333333%; }

.me-5\/12 {
    margin-right: 41.666667%; }

.me-6\/12 {
    margin-right: 50%; }

.me-7\/12 {
    margin-right: 58.333333%; }

.me-8\/12 {
    margin-right: 66.666667%; }

.me-9\/12 {
    margin-right: 75%; }

.me-10\/12 {
    margin-right: 83.333333%; }

.me-11\/12 {
    margin-right: 91.666667%; }

.me-full {
    margin-right: 100%; }

.me-auto {
    margin-right: auto; }

.mb-0 {
    margin-bottom: 0px; }

.mb-0\.5 {
    margin-bottom: 0.125rem; }

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

.mb-1\.5 {
    margin-bottom: 0.375rem; }

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

.mb-2\.5 {
    margin-bottom: 0.625rem; }

.mb-3 {
    margin-bottom: 0.75rem; }

.mb-3\.5 {
    margin-bottom: 0.875rem; }

.mb-4 {
    margin-bottom: 1rem; }

.mb-5 {
    margin-bottom: 1.25rem; }

.mb-6 {
    margin-bottom: 1.5rem; }

.mb-7 {
    margin-bottom: 1.75rem; }

.mb-8 {
    margin-bottom: 2rem; }

.mb-9 {
    margin-bottom: 2.25rem; }

.mb-10 {
    margin-bottom: 2.5rem; }

.mb-11 {
    margin-bottom: 2.75rem; }

.mb-12 {
    margin-bottom: 3rem; }

.mb-13 {
    margin-bottom: 3.25rem; }

.mb-14 {
    margin-bottom: 3.5rem; }

.mb-15 {
    margin-bottom: 3.75rem; }

.mb-16 {
    margin-bottom: 4rem; }

.mb-20 {
    margin-bottom: 5rem; }

.mb-24 {
    margin-bottom: 6rem; }

.mb-28 {
    margin-bottom: 7rem; }

.mb-32 {
    margin-bottom: 8rem; }

.mb-36 {
    margin-bottom: 9rem; }

.mb-40 {
    margin-bottom: 10rem; }

.mb-44 {
    margin-bottom: 11rem; }

.mb-px {
    margin-bottom: 1px; }

.mb-1\/2 {
    margin-bottom: 50%; }

.mb-1\/3 {
    margin-bottom: 33.333333%; }

.mb-2\/3 {
    margin-bottom: 66.666667%; }

.mb-1\/4 {
    margin-bottom: 25%; }

.mb-2\/4 {
    margin-bottom: 50%; }

.mb-3\/4 {
    margin-bottom: 75%; }

.mb-1\/5 {
    margin-bottom: 20%; }

.mb-2\/5 {
    margin-bottom: 40%; }

.mb-3\/5 {
    margin-bottom: 60%; }

.mb-4\/5 {
    margin-bottom: 80%; }

.mb-1\/6 {
    margin-bottom: 16.666667%; }

.mb-2\/6 {
    margin-bottom: 33.333333%; }

.mb-3\/6 {
    margin-bottom: 50%; }

.mb-4\/6 {
    margin-bottom: 66.666667%; }

.mb-5\/6 {
    margin-bottom: 83.333333%; }

.mb-1\/12 {
    margin-bottom: 8.333333%; }

.mb-2\/12 {
    margin-bottom: 16.666667%; }

.mb-3\/12 {
    margin-bottom: 25%; }

.mb-4\/12 {
    margin-bottom: 33.333333%; }

.mb-5\/12 {
    margin-bottom: 41.666667%; }

.mb-6\/12 {
    margin-bottom: 50%; }

.mb-7\/12 {
    margin-bottom: 58.333333%; }

.mb-8\/12 {
    margin-bottom: 66.666667%; }

.mb-9\/12 {
    margin-bottom: 75%; }

.mb-10\/12 {
    margin-bottom: 83.333333%; }

.mb-11\/12 {
    margin-bottom: 91.666667%; }

.mb-full {
    margin-bottom: 100%; }

.mb-auto {
    margin-bottom: auto; }

.ms-0 {
    margin-left: 0px; }

.ms-0\.5 {
    margin-left: 0.125rem; }

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

.ms-1\.5 {
    margin-left: 0.375rem; }

.ms-2 {
    margin-left: 0.5rem; }

.ms-2\.5 {
    margin-left: 0.625rem; }

.ms-3 {
    margin-left: 0.75rem; }

.ms-3\.5 {
    margin-left: 0.875rem; }

.ms-4 {
    margin-left: 1rem; }

.ms-5 {
    margin-left: 1.25rem; }

.ms-6 {
    margin-left: 1.5rem; }

.ms-7 {
    margin-left: 1.75rem; }

.ms-8 {
    margin-left: 2rem; }

.ms-9 {
    margin-left: 2.25rem; }

.ms-10 {
    margin-left: 2.5rem; }

.ms-11 {
    margin-left: 2.75rem; }

.ms-12 {
    margin-left: 3rem; }

.ms-13 {
    margin-left: 3.25rem; }

.ms-14 {
    margin-left: 3.5rem; }

.ms-15 {
    margin-left: 3.75rem; }

.ms-16 {
    margin-left: 4rem; }

.ms-20 {
    margin-left: 5rem; }

.ms-24 {
    margin-left: 6rem; }

.ms-28 {
    margin-left: 7rem; }

.ms-32 {
    margin-left: 8rem; }

.ms-36 {
    margin-left: 9rem; }

.ms-40 {
    margin-left: 10rem; }

.ms-44 {
    margin-left: 11rem; }

.ms-px {
    margin-left: 1px; }

.ms-1\/2 {
    margin-left: 50%; }

.ms-1\/3 {
    margin-left: 33.333333%; }

.ms-2\/3 {
    margin-left: 66.666667%; }

.ms-1\/4 {
    margin-left: 25%; }

.ms-2\/4 {
    margin-left: 50%; }

.ms-3\/4 {
    margin-left: 75%; }

.ms-1\/5 {
    margin-left: 20%; }

.ms-2\/5 {
    margin-left: 40%; }

.ms-3\/5 {
    margin-left: 60%; }

.ms-4\/5 {
    margin-left: 80%; }

.ms-1\/6 {
    margin-left: 16.666667%; }

.ms-2\/6 {
    margin-left: 33.333333%; }

.ms-3\/6 {
    margin-left: 50%; }

.ms-4\/6 {
    margin-left: 66.666667%; }

.ms-5\/6 {
    margin-left: 83.333333%; }

.ms-1\/12 {
    margin-left: 8.333333%; }

.ms-2\/12 {
    margin-left: 16.666667%; }

.ms-3\/12 {
    margin-left: 25%; }

.ms-4\/12 {
    margin-left: 33.333333%; }

.ms-5\/12 {
    margin-left: 41.666667%; }

.ms-6\/12 {
    margin-left: 50%; }

.ms-7\/12 {
    margin-left: 58.333333%; }

.ms-8\/12 {
    margin-left: 66.666667%; }

.ms-9\/12 {
    margin-left: 75%; }

.ms-10\/12 {
    margin-left: 83.333333%; }

.ms-11\/12 {
    margin-left: 91.666667%; }

.ms-full {
    margin-left: 100%; }

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

.p-0 {
    padding: 0px; }

.p-0\.5 {
    padding: 0.125rem; }

.p-1 {
    padding: 0.25rem; }

.p-1\.5 {
    padding: 0.375rem; }

.p-2 {
    padding: 0.5rem; }

.p-2\.5 {
    padding: 0.625rem; }

.p-3 {
    padding: 0.75rem; }

.p-3\.5 {
    padding: 0.875rem; }

.p-4 {
    padding: 1rem; }

.p-5 {
    padding: 1.25rem; }

.p-6 {
    padding: 1.5rem; }

.p-7 {
    padding: 1.75rem; }

.p-8 {
    padding: 2rem; }

.p-9 {
    padding: 2.25rem; }

.p-10 {
    padding: 2.5rem; }

.p-11 {
    padding: 2.75rem; }

.p-12 {
    padding: 3rem; }

.p-13 {
    padding: 3.25rem; }

.p-14 {
    padding: 3.5rem; }

.p-15 {
    padding: 3.75rem; }

.p-16 {
    padding: 4rem; }

.p-20 {
    padding: 5rem; }

.p-24 {
    padding: 6rem; }

.p-28 {
    padding: 7rem; }

.p-32 {
    padding: 8rem; }

.p-36 {
    padding: 9rem; }

.p-40 {
    padding: 10rem; }

.p-44 {
    padding: 11rem; }

.p-px {
    padding: 1px; }

.p-1\/2 {
    padding: 50%; }

.p-1\/3 {
    padding: 33.333333%; }

.p-2\/3 {
    padding: 66.666667%; }

.p-1\/4 {
    padding: 25%; }

.p-2\/4 {
    padding: 50%; }

.p-3\/4 {
    padding: 75%; }

.p-1\/5 {
    padding: 20%; }

.p-2\/5 {
    padding: 40%; }

.p-3\/5 {
    padding: 60%; }

.p-4\/5 {
    padding: 80%; }

.p-1\/6 {
    padding: 16.666667%; }

.p-2\/6 {
    padding: 33.333333%; }

.p-3\/6 {
    padding: 50%; }

.p-4\/6 {
    padding: 66.666667%; }

.p-5\/6 {
    padding: 83.333333%; }

.p-1\/12 {
    padding: 8.333333%; }

.p-2\/12 {
    padding: 16.666667%; }

.p-3\/12 {
    padding: 25%; }

.p-4\/12 {
    padding: 33.333333%; }

.p-5\/12 {
    padding: 41.666667%; }

.p-6\/12 {
    padding: 50%; }

.p-7\/12 {
    padding: 58.333333%; }

.p-8\/12 {
    padding: 66.666667%; }

.p-9\/12 {
    padding: 75%; }

.p-10\/12 {
    padding: 83.333333%; }

.p-11\/12 {
    padding: 91.666667%; }

.p-full {
    padding: 100%; }

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

.px-0\.5 {
    padding-right: 0.125rem;
    padding-left: 0.125rem; }

.px-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem; }

.px-1\.5 {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }

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

.px-2\.5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }

.px-3 {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

.px-3\.5 {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }

.px-4 {
    padding-right: 1rem;
    padding-left: 1rem; }

.px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }

.px-7 {
    padding-right: 1.75rem;
    padding-left: 1.75rem; }

.px-8 {
    padding-right: 2rem;
    padding-left: 2rem; }

.px-9 {
    padding-right: 2.25rem;
    padding-left: 2.25rem; }

.px-10 {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }

.px-11 {
    padding-right: 2.75rem;
    padding-left: 2.75rem; }

.px-12 {
    padding-right: 3rem;
    padding-left: 3rem; }

.px-13 {
    padding-right: 3.25rem;
    padding-left: 3.25rem; }

.px-14 {
    padding-right: 3.5rem;
    padding-left: 3.5rem; }

.px-15 {
    padding-right: 3.75rem;
    padding-left: 3.75rem; }

.px-16 {
    padding-right: 4rem;
    padding-left: 4rem; }

.px-20 {
    padding-right: 5rem;
    padding-left: 5rem; }

.px-24 {
    padding-right: 6rem;
    padding-left: 6rem; }

.px-28 {
    padding-right: 7rem;
    padding-left: 7rem; }

.px-32 {
    padding-right: 8rem;
    padding-left: 8rem; }

.px-36 {
    padding-right: 9rem;
    padding-left: 9rem; }

.px-40 {
    padding-right: 10rem;
    padding-left: 10rem; }

.px-44 {
    padding-right: 11rem;
    padding-left: 11rem; }

.px-px {
    padding-right: 1px;
    padding-left: 1px; }

.px-1\/2 {
    padding-right: 50%;
    padding-left: 50%; }

.px-1\/3 {
    padding-right: 33.333333%;
    padding-left: 33.333333%; }

.px-2\/3 {
    padding-right: 66.666667%;
    padding-left: 66.666667%; }

.px-1\/4 {
    padding-right: 25%;
    padding-left: 25%; }

.px-2\/4 {
    padding-right: 50%;
    padding-left: 50%; }

.px-3\/4 {
    padding-right: 75%;
    padding-left: 75%; }

.px-1\/5 {
    padding-right: 20%;
    padding-left: 20%; }

.px-2\/5 {
    padding-right: 40%;
    padding-left: 40%; }

.px-3\/5 {
    padding-right: 60%;
    padding-left: 60%; }

.px-4\/5 {
    padding-right: 80%;
    padding-left: 80%; }

.px-1\/6 {
    padding-right: 16.666667%;
    padding-left: 16.666667%; }

.px-2\/6 {
    padding-right: 33.333333%;
    padding-left: 33.333333%; }

.px-3\/6 {
    padding-right: 50%;
    padding-left: 50%; }

.px-4\/6 {
    padding-right: 66.666667%;
    padding-left: 66.666667%; }

.px-5\/6 {
    padding-right: 83.333333%;
    padding-left: 83.333333%; }

.px-1\/12 {
    padding-right: 8.333333%;
    padding-left: 8.333333%; }

.px-2\/12 {
    padding-right: 16.666667%;
    padding-left: 16.666667%; }

.px-3\/12 {
    padding-right: 25%;
    padding-left: 25%; }

.px-4\/12 {
    padding-right: 33.333333%;
    padding-left: 33.333333%; }

.px-5\/12 {
    padding-right: 41.666667%;
    padding-left: 41.666667%; }

.px-6\/12 {
    padding-right: 50%;
    padding-left: 50%; }

.px-7\/12 {
    padding-right: 58.333333%;
    padding-left: 58.333333%; }

.px-8\/12 {
    padding-right: 66.666667%;
    padding-left: 66.666667%; }

.px-9\/12 {
    padding-right: 75%;
    padding-left: 75%; }

.px-10\/12 {
    padding-right: 83.333333%;
    padding-left: 83.333333%; }

.px-11\/12 {
    padding-right: 91.666667%;
    padding-left: 91.666667%; }

.px-full {
    padding-right: 100%;
    padding-left: 100%; }

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px; }

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem; }

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

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; }

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

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem; }

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; }

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem; }

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem; }

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }

.py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem; }

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem; }

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem; }

.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem; }

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }

.py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem; }

.py-px {
    padding-top: 1px;
    padding-bottom: 1px; }

.py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%; }

.py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%; }

.py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%; }

.py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%; }

.py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%; }

.py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%; }

.py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%; }

.py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%; }

.py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%; }

.py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%; }

.py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%; }

.py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%; }

.py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%; }

.py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%; }

.py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%; }

.py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%; }

.py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%; }

.py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%; }

.py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%; }

.py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%; }

.py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%; }

.py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%; }

.py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%; }

.py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%; }

.py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%; }

.py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%; }

.py-full {
    padding-top: 100%;
    padding-bottom: 100%; }

.pt-0 {
    padding-top: 0px; }

.pt-0\.5 {
    padding-top: 0.125rem; }

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

.pt-1\.5 {
    padding-top: 0.375rem; }

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

.pt-2\.5 {
    padding-top: 0.625rem; }

.pt-3 {
    padding-top: 0.75rem; }

.pt-3\.5 {
    padding-top: 0.875rem; }

.pt-4 {
    padding-top: 1rem; }

.pt-5 {
    padding-top: 1.25rem; }

.pt-6 {
    padding-top: 1.5rem; }

.pt-7 {
    padding-top: 1.75rem; }

.pt-8 {
    padding-top: 2rem; }

.pt-9 {
    padding-top: 2.25rem; }

.pt-10 {
    padding-top: 2.5rem; }

.pt-11 {
    padding-top: 2.75rem; }

.pt-12 {
    padding-top: 3rem; }

.pt-13 {
    padding-top: 3.25rem; }

.pt-14 {
    padding-top: 3.5rem; }

.pt-15 {
    padding-top: 3.75rem; }

.pt-16 {
    padding-top: 4rem; }

.pt-20 {
    padding-top: 5rem; }

.pt-24 {
    padding-top: 6rem; }

.pt-28 {
    padding-top: 7rem; }

.pt-32 {
    padding-top: 8rem; }

.pt-36 {
    padding-top: 9rem; }

.pt-40 {
    padding-top: 10rem; }

.pt-44 {
    padding-top: 11rem; }

.pt-px {
    padding-top: 1px; }

.pt-1\/2 {
    padding-top: 50%; }

.pt-1\/3 {
    padding-top: 33.333333%; }

.pt-2\/3 {
    padding-top: 66.666667%; }

.pt-1\/4 {
    padding-top: 25%; }

.pt-2\/4 {
    padding-top: 50%; }

.pt-3\/4 {
    padding-top: 75%; }

.pt-1\/5 {
    padding-top: 20%; }

.pt-2\/5 {
    padding-top: 40%; }

.pt-3\/5 {
    padding-top: 60%; }

.pt-4\/5 {
    padding-top: 80%; }

.pt-1\/6 {
    padding-top: 16.666667%; }

.pt-2\/6 {
    padding-top: 33.333333%; }

.pt-3\/6 {
    padding-top: 50%; }

.pt-4\/6 {
    padding-top: 66.666667%; }

.pt-5\/6 {
    padding-top: 83.333333%; }

.pt-1\/12 {
    padding-top: 8.333333%; }

.pt-2\/12 {
    padding-top: 16.666667%; }

.pt-3\/12 {
    padding-top: 25%; }

.pt-4\/12 {
    padding-top: 33.333333%; }

.pt-5\/12 {
    padding-top: 41.666667%; }

.pt-6\/12 {
    padding-top: 50%; }

.pt-7\/12 {
    padding-top: 58.333333%; }

.pt-8\/12 {
    padding-top: 66.666667%; }

.pt-9\/12 {
    padding-top: 75%; }

.pt-10\/12 {
    padding-top: 83.333333%; }

.pt-11\/12 {
    padding-top: 91.666667%; }

.pt-full {
    padding-top: 100%; }

.pe-0 {
    padding-right: 0px; }

.pe-0\.5 {
    padding-right: 0.125rem; }

.pe-1 {
    padding-right: 0.25rem; }

.pe-1\.5 {
    padding-right: 0.375rem; }

.pe-2 {
    padding-right: 0.5rem; }

.pe-2\.5 {
    padding-right: 0.625rem; }

.pe-3 {
    padding-right: 0.75rem; }

.pe-3\.5 {
    padding-right: 0.875rem; }

.pe-4 {
    padding-right: 1rem; }

.pe-5 {
    padding-right: 1.25rem; }

.pe-6 {
    padding-right: 1.5rem; }

.pe-7 {
    padding-right: 1.75rem; }

.pe-8 {
    padding-right: 2rem; }

.pe-9 {
    padding-right: 2.25rem; }

.pe-10 {
    padding-right: 2.5rem; }

.pe-11 {
    padding-right: 2.75rem; }

.pe-12 {
    padding-right: 3rem; }

.pe-13 {
    padding-right: 3.25rem; }

.pe-14 {
    padding-right: 3.5rem; }

.pe-15 {
    padding-right: 3.75rem; }

.pe-16 {
    padding-right: 4rem; }

.pe-20 {
    padding-right: 5rem; }

.pe-24 {
    padding-right: 6rem; }

.pe-28 {
    padding-right: 7rem; }

.pe-32 {
    padding-right: 8rem; }

.pe-36 {
    padding-right: 9rem; }

.pe-40 {
    padding-right: 10rem; }

.pe-44 {
    padding-right: 11rem; }

.pe-px {
    padding-right: 1px; }

.pe-1\/2 {
    padding-right: 50%; }

.pe-1\/3 {
    padding-right: 33.333333%; }

.pe-2\/3 {
    padding-right: 66.666667%; }

.pe-1\/4 {
    padding-right: 25%; }

.pe-2\/4 {
    padding-right: 50%; }

.pe-3\/4 {
    padding-right: 75%; }

.pe-1\/5 {
    padding-right: 20%; }

.pe-2\/5 {
    padding-right: 40%; }

.pe-3\/5 {
    padding-right: 60%; }

.pe-4\/5 {
    padding-right: 80%; }

.pe-1\/6 {
    padding-right: 16.666667%; }

.pe-2\/6 {
    padding-right: 33.333333%; }

.pe-3\/6 {
    padding-right: 50%; }

.pe-4\/6 {
    padding-right: 66.666667%; }

.pe-5\/6 {
    padding-right: 83.333333%; }

.pe-1\/12 {
    padding-right: 8.333333%; }

.pe-2\/12 {
    padding-right: 16.666667%; }

.pe-3\/12 {
    padding-right: 25%; }

.pe-4\/12 {
    padding-right: 33.333333%; }

.pe-5\/12 {
    padding-right: 41.666667%; }

.pe-6\/12 {
    padding-right: 50%; }

.pe-7\/12 {
    padding-right: 58.333333%; }

.pe-8\/12 {
    padding-right: 66.666667%; }

.pe-9\/12 {
    padding-right: 75%; }

.pe-10\/12 {
    padding-right: 83.333333%; }

.pe-11\/12 {
    padding-right: 91.666667%; }

.pe-full {
    padding-right: 100%; }

.pb-0 {
    padding-bottom: 0px; }

.pb-0\.5 {
    padding-bottom: 0.125rem; }

.pb-1 {
    padding-bottom: 0.25rem; }

.pb-1\.5 {
    padding-bottom: 0.375rem; }

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

.pb-2\.5 {
    padding-bottom: 0.625rem; }

.pb-3 {
    padding-bottom: 0.75rem; }

.pb-3\.5 {
    padding-bottom: 0.875rem; }

.pb-4 {
    padding-bottom: 1rem; }

.pb-5 {
    padding-bottom: 1.25rem; }

.pb-6 {
    padding-bottom: 1.5rem; }

.pb-7 {
    padding-bottom: 1.75rem; }

.pb-8 {
    padding-bottom: 2rem; }

.pb-9 {
    padding-bottom: 2.25rem; }

.pb-10 {
    padding-bottom: 2.5rem; }

.pb-11 {
    padding-bottom: 2.75rem; }

.pb-12 {
    padding-bottom: 3rem; }

.pb-13 {
    padding-bottom: 3.25rem; }

.pb-14 {
    padding-bottom: 3.5rem; }

.pb-15 {
    padding-bottom: 3.75rem; }

.pb-16 {
    padding-bottom: 4rem; }

.pb-20 {
    padding-bottom: 5rem; }

.pb-24 {
    padding-bottom: 6rem; }

.pb-28 {
    padding-bottom: 7rem; }

.pb-32 {
    padding-bottom: 8rem; }

.pb-36 {
    padding-bottom: 9rem; }

.pb-40 {
    padding-bottom: 10rem; }

.pb-44 {
    padding-bottom: 11rem; }

.pb-px {
    padding-bottom: 1px; }

.pb-1\/2 {
    padding-bottom: 50%; }

.pb-1\/3 {
    padding-bottom: 33.333333%; }

.pb-2\/3 {
    padding-bottom: 66.666667%; }

.pb-1\/4 {
    padding-bottom: 25%; }

.pb-2\/4 {
    padding-bottom: 50%; }

.pb-3\/4 {
    padding-bottom: 75%; }

.pb-1\/5 {
    padding-bottom: 20%; }

.pb-2\/5 {
    padding-bottom: 40%; }

.pb-3\/5 {
    padding-bottom: 60%; }

.pb-4\/5 {
    padding-bottom: 80%; }

.pb-1\/6 {
    padding-bottom: 16.666667%; }

.pb-2\/6 {
    padding-bottom: 33.333333%; }

.pb-3\/6 {
    padding-bottom: 50%; }

.pb-4\/6 {
    padding-bottom: 66.666667%; }

.pb-5\/6 {
    padding-bottom: 83.333333%; }

.pb-1\/12 {
    padding-bottom: 8.333333%; }

.pb-2\/12 {
    padding-bottom: 16.666667%; }

.pb-3\/12 {
    padding-bottom: 25%; }

.pb-4\/12 {
    padding-bottom: 33.333333%; }

.pb-5\/12 {
    padding-bottom: 41.666667%; }

.pb-6\/12 {
    padding-bottom: 50%; }

.pb-7\/12 {
    padding-bottom: 58.333333%; }

.pb-8\/12 {
    padding-bottom: 66.666667%; }

.pb-9\/12 {
    padding-bottom: 75%; }

.pb-10\/12 {
    padding-bottom: 83.333333%; }

.pb-11\/12 {
    padding-bottom: 91.666667%; }

.pb-full {
    padding-bottom: 100%; }

.ps-0 {
    padding-left: 0px; }

.ps-0\.5 {
    padding-left: 0.125rem; }

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

.ps-1\.5 {
    padding-left: 0.375rem; }

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

.ps-2\.5 {
    padding-left: 0.625rem; }

.ps-3 {
    padding-left: 0.75rem; }

.ps-3\.5 {
    padding-left: 0.875rem; }

.ps-4 {
    padding-left: 1rem; }

.ps-5 {
    padding-left: 1.25rem; }

.ps-6 {
    padding-left: 1.5rem; }

.ps-7 {
    padding-left: 1.75rem; }

.ps-8 {
    padding-left: 2rem; }

.ps-9 {
    padding-left: 2.25rem; }

.ps-10 {
    padding-left: 2.5rem; }

.ps-11 {
    padding-left: 2.75rem; }

.ps-12 {
    padding-left: 3rem; }

.ps-13 {
    padding-left: 3.25rem; }

.ps-14 {
    padding-left: 3.5rem; }

.ps-15 {
    padding-left: 3.75rem; }

.ps-16 {
    padding-left: 4rem; }

.ps-20 {
    padding-left: 5rem; }

.ps-24 {
    padding-left: 6rem; }

.ps-28 {
    padding-left: 7rem; }

.ps-32 {
    padding-left: 8rem; }

.ps-36 {
    padding-left: 9rem; }

.ps-40 {
    padding-left: 10rem; }

.ps-44 {
    padding-left: 11rem; }

.ps-px {
    padding-left: 1px; }

.ps-1\/2 {
    padding-left: 50%; }

.ps-1\/3 {
    padding-left: 33.333333%; }

.ps-2\/3 {
    padding-left: 66.666667%; }

.ps-1\/4 {
    padding-left: 25%; }

.ps-2\/4 {
    padding-left: 50%; }

.ps-3\/4 {
    padding-left: 75%; }

.ps-1\/5 {
    padding-left: 20%; }

.ps-2\/5 {
    padding-left: 40%; }

.ps-3\/5 {
    padding-left: 60%; }

.ps-4\/5 {
    padding-left: 80%; }

.ps-1\/6 {
    padding-left: 16.666667%; }

.ps-2\/6 {
    padding-left: 33.333333%; }

.ps-3\/6 {
    padding-left: 50%; }

.ps-4\/6 {
    padding-left: 66.666667%; }

.ps-5\/6 {
    padding-left: 83.333333%; }

.ps-1\/12 {
    padding-left: 8.333333%; }

.ps-2\/12 {
    padding-left: 16.666667%; }

.ps-3\/12 {
    padding-left: 25%; }

.ps-4\/12 {
    padding-left: 33.333333%; }

.ps-5\/12 {
    padding-left: 41.666667%; }

.ps-6\/12 {
    padding-left: 50%; }

.ps-7\/12 {
    padding-left: 58.333333%; }

.ps-8\/12 {
    padding-left: 66.666667%; }

.ps-9\/12 {
    padding-left: 75%; }

.ps-10\/12 {
    padding-left: 83.333333%; }

.ps-11\/12 {
    padding-left: 91.666667%; }

.ps-full {
    padding-left: 100%; }

.gap-0 {
    gap: 0px; }

.gap-0\.5 {
    gap: 0.125rem; }

.gap-1 {
    gap: 0.25rem; }

.gap-1\.5 {
    gap: 0.375rem; }

.gap-2 {
    gap: 0.5rem; }

.gap-2\.5 {
    gap: 0.625rem; }

.gap-3 {
    gap: 0.75rem; }

.gap-3\.5 {
    gap: 0.875rem; }

.gap-4 {
    gap: 1rem; }

.gap-5 {
    gap: 1.25rem; }

.gap-6 {
    gap: 1.5rem; }

.gap-7 {
    gap: 1.75rem; }

.gap-8 {
    gap: 2rem; }

.gap-9 {
    gap: 2.25rem; }

.gap-10 {
    gap: 2.5rem; }

.gap-11 {
    gap: 2.75rem; }

.gap-12 {
    gap: 3rem; }

.gap-13 {
    gap: 3.25rem; }

.gap-14 {
    gap: 3.5rem; }

.gap-15 {
    gap: 3.75rem; }

.gap-16 {
    gap: 4rem; }

.gap-20 {
    gap: 5rem; }

.gap-24 {
    gap: 6rem; }

.gap-28 {
    gap: 7rem; }

.gap-32 {
    gap: 8rem; }

.gap-36 {
    gap: 9rem; }

.gap-40 {
    gap: 10rem; }

.gap-44 {
    gap: 11rem; }

.gap-px {
    gap: 1px; }

.gap-1\/2 {
    gap: 50%; }

.gap-1\/3 {
    gap: 33.333333%; }

.gap-2\/3 {
    gap: 66.666667%; }

.gap-1\/4 {
    gap: 25%; }

.gap-2\/4 {
    gap: 50%; }

.gap-3\/4 {
    gap: 75%; }

.gap-1\/5 {
    gap: 20%; }

.gap-2\/5 {
    gap: 40%; }

.gap-3\/5 {
    gap: 60%; }

.gap-4\/5 {
    gap: 80%; }

.gap-1\/6 {
    gap: 16.666667%; }

.gap-2\/6 {
    gap: 33.333333%; }

.gap-3\/6 {
    gap: 50%; }

.gap-4\/6 {
    gap: 66.666667%; }

.gap-5\/6 {
    gap: 83.333333%; }

.gap-1\/12 {
    gap: 8.333333%; }

.gap-2\/12 {
    gap: 16.666667%; }

.gap-3\/12 {
    gap: 25%; }

.gap-4\/12 {
    gap: 33.333333%; }

.gap-5\/12 {
    gap: 41.666667%; }

.gap-6\/12 {
    gap: 50%; }

.gap-7\/12 {
    gap: 58.333333%; }

.gap-8\/12 {
    gap: 66.666667%; }

.gap-9\/12 {
    gap: 75%; }

.gap-10\/12 {
    gap: 83.333333%; }

.gap-11\/12 {
    gap: 91.666667%; }

.gap-full {
    gap: 100%; }

.row-gap-0 {
    row-gap: 0; }

.row-gap-1 {
    row-gap: 0.25rem; }

.row-gap-2 {
    row-gap: 0.5rem; }

.row-gap-3 {
    row-gap: 1rem; }

.row-gap-4 {
    row-gap: 1rem; }

.row-gap-5 {
    row-gap: 3rem; }

.row-gap-0\.5 {
    row-gap: 0.125rem; }

.row-gap-8 {
    row-gap: 2rem; }

.row-gap-16 {
    row-gap: 4rem; }

.row-gap-32 {
    row-gap: 8rem; }

.row-gap-64 {
    row-gap: 16rem; }

.column-gap-0 {
    column-gap: 0; }

.column-gap-1 {
    column-gap: 0.25rem; }

.column-gap-2 {
    column-gap: 0.5rem; }

.column-gap-3 {
    column-gap: 1rem; }

.column-gap-4 {
    column-gap: 1rem; }

.column-gap-5 {
    column-gap: 3rem; }

.column-gap-0\.5 {
    column-gap: 0.125rem; }

.column-gap-8 {
    column-gap: 2rem; }

.column-gap-16 {
    column-gap: 4rem; }

.column-gap-32 {
    column-gap: 8rem; }

.column-gap-64 {
    column-gap: 16rem; }

.font-monospace {
    font-family: var(--bs-font-monospace); }

.fs-1 {
    font-size: 3rem; }

.fs-2 {
    font-size: 2.25rem; }

.fs-3 {
    font-size: 2rem; }

.fs-4 {
    font-size: 1.5rem; }

.fs-5 {
    font-size: 1.25rem; }

.fs-6 {
    font-size: 0.875rem; }

.fs-7 {
    font-size: 0.75rem; }

.fs-8 {
    font-size: 1rem; }

.fs-9 {
    font-size: 0.875rem; }

.fs-10 {
    font-size: 0.75rem; }

.fs-11 {
    font-size: 0.625rem; }

.fs-12 {
    font-size: 0.5rem; }

.fst-italic {
    font-style: italic; }

.fst-normal {
    font-style: normal; }

.fw-lighter {
    font-weight: lighter; }

.fw-light {
    font-weight: 300; }

.fw-normal {
    font-weight: 400; }

.fw-medium {
    font-weight: 500; }

.fw-semibold {
    font-weight: 600; }

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: bolder; }

.lh-1 {
    line-height: 1; }

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

.lh-base {
    line-height: 1.5; }

.lh-lg {
    line-height: 2; }

.lh-0 {
    line-height: 0; }

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

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

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

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

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

.text-decoration-line-through {
    text-decoration: line-through; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-wrap {
    white-space: normal; }

.text-nowrap {
    white-space: nowrap; }

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word;
    word-break: break-word; }

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

.text-primary-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }

.text-primary-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }

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

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

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

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

.text-success-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }

.text-success-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }

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

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

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

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

.text-warning-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }

.text-warning-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }

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

.text-danger-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }

.text-danger-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }

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

.text-light-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }

.text-light-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }

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

.text-dark-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }

.text-dark-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }

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

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

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

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

.text-color-2-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }

.text-color-2-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }

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

.text-color-3-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }

.text-color-3-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }

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

.text-color-4-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }

.text-color-4-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }

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

.text-color-5-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }

.text-color-5-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }

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

.text-dark-1-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }

.text-dark-1-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }

.text-dark-2 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }

.text-dark-2-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }

.text-dark-2-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }

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

.text-light-1-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }

.text-light-1-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }

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

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

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

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

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

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

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-muted-hover:hover {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-muted-focus:focus {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5); }

.text-black-50-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5); }

.text-black-50-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5); }

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5); }

.text-white-50-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5); }

.text-white-50-focus:focus {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5); }

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-body-secondary-hover:hover {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-body-secondary-focus:focus {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color); }

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color); }

.text-body-tertiary-hover:hover {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color); }

.text-body-tertiary-focus:focus {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color); }

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color); }

.text-body-emphasis-hover:hover {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color); }

.text-body-emphasis-focus:focus {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color); }

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

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

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

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

.text-primary-emphasis {
    color: var(--bs-primary-text); }

.text-secondary-emphasis {
    color: var(--bs-secondary-text); }

.text-success-emphasis {
    color: var(--bs-success-text); }

.text-info-emphasis {
    color: var(--bs-info-text); }

.text-warning-emphasis {
    color: var(--bs-warning-text); }

.text-danger-emphasis {
    color: var(--bs-danger-text); }

.text-light-emphasis {
    color: var(--bs-light-text); }

.text-dark-emphasis {
    color: var(--bs-dark-text); }

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

.bg-primary-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }

.bg-primary-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }

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

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

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

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

.bg-success-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }

.bg-success-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }

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

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

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

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

.bg-warning-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }

.bg-warning-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }

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

.bg-danger-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }

.bg-danger-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }

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

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

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

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

.bg-dark-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }

.bg-dark-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }

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

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

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

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

.bg-color-2-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }

.bg-color-2-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }

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

.bg-color-3-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }

.bg-color-3-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }

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

.bg-color-4-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }

.bg-color-4-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }

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

.bg-color-5-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }

.bg-color-5-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }

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

.bg-dark-1-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }

.bg-dark-1-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }

.bg-dark-2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }

.bg-dark-2-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }

.bg-dark-2-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }

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

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

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

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

.bg-black-hover:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }

.bg-black-focus:focus {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-primary-subtle {
    background-color: var(--bs-primary-bg-subtle); }

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle); }

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle); }

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle); }

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle); }

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle); }

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle); }

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle); }

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

.user-select-all {
    user-select: all; }

.user-select-auto {
    user-select: auto; }

.user-select-none {
    user-select: none; }

.pe-none {
    pointer-events: none; }

.pe-auto {
    pointer-events: auto; }

.rounded {
    border-radius: var(--bs-border-radius); }

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

.rounded-1 {
    border-radius: 3.75rem; }

.rounded-2 {
    border-radius: 1.875rem; }

.rounded-3 {
    border-radius: 0 1rem 0 0; }

.rounded-4 {
    border-radius: 1rem; }

.rounded-5 {
    border-radius: 0.5rem; }

.rounded-circle {
    border-radius: 50%; }

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

.rounded-6 {
    border-radius: 0.25rem; }

.rounded-7 {
    border-radius: 0.5625rem; }

.rounded-8 {
    border-radius: 0.625rem; }

.rounded-9 {
    border-radius: 0.75rem; }

.rounded-10 {
    border-radius: 0.875rem; }

.rounded-11 {
    border-radius: 1rem; }

.rounded-top {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius); }

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

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm);
    border-top-right-radius: var(--bs-border-radius-sm); }

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius); }

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg);
    border-top-right-radius: var(--bs-border-radius-lg); }

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl); }

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-2xl);
    border-top-right-radius: var(--bs-border-radius-2xl); }

.rounded-top-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%; }

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill);
    border-top-right-radius: var(--bs-border-radius-pill); }

.rounded-end {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius); }

.rounded-end-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm);
    border-bottom-right-radius: var(--bs-border-radius-sm); }

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius); }

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg); }

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl); }

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-2xl);
    border-bottom-right-radius: var(--bs-border-radius-2xl); }

.rounded-end-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill);
    border-bottom-right-radius: var(--bs-border-radius-pill); }

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius); }

.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm);
    border-bottom-left-radius: var(--bs-border-radius-sm); }

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius); }

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg);
    border-bottom-left-radius: var(--bs-border-radius-lg); }

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl);
    border-bottom-left-radius: var(--bs-border-radius-xl); }

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl);
    border-bottom-left-radius: var(--bs-border-radius-2xl); }

.rounded-bottom-circle {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill);
    border-bottom-left-radius: var(--bs-border-radius-pill); }

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius); }

.rounded-start-0 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm);
    border-top-left-radius: var(--bs-border-radius-sm); }

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius); }

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg);
    border-top-left-radius: var(--bs-border-radius-lg); }

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-top-left-radius: var(--bs-border-radius-xl); }

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl);
    border-top-left-radius: var(--bs-border-radius-2xl); }

.rounded-start-circle {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%; }

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill);
    border-top-left-radius: var(--bs-border-radius-pill); }

.visible {
    visibility: visible; }

.invisible {
    visibility: hidden; }

.z-n2 {
    z-index: -2; }

.z-n1 {
    z-index: -1; }

.z-0 {
    z-index: 0; }

.z-1 {
    z-index: 1; }

.z-2 {
    z-index: 2; }

.z-10 {
    z-index: 10; }

.z-20 {
    z-index: 20; }

.z-50 {
    z-index: 50; }

.z-500 {
    z-index: 500; }

.z-1050 {
    z-index: 1050; }

.z-1100 {
    z-index: 1100; }

.z-2100 {
    z-index: 2100; }

.z-max {
    z-index: 2147483647; }

.min-h-0 {
    min-height: 0px; }

.min-h-0\.5 {
    min-height: 0.125rem; }

.min-h-1 {
    min-height: 0.25rem; }

.min-h-1\.5 {
    min-height: 0.375rem; }

.min-h-2 {
    min-height: 0.5rem; }

.min-h-2\.5 {
    min-height: 0.625rem; }

.min-h-3 {
    min-height: 0.75rem; }

.min-h-3\.5 {
    min-height: 0.875rem; }

.min-h-4 {
    min-height: 1rem; }

.min-h-5 {
    min-height: 1.25rem; }

.min-h-6 {
    min-height: 1.5rem; }

.min-h-7 {
    min-height: 1.75rem; }

.min-h-8 {
    min-height: 2rem; }

.min-h-9 {
    min-height: 2.25rem; }

.min-h-10 {
    min-height: 2.5rem; }

.min-h-11 {
    min-height: 2.75rem; }

.min-h-12 {
    min-height: 3rem; }

.min-h-13 {
    min-height: 3.25rem; }

.min-h-14 {
    min-height: 3.5rem; }

.min-h-15 {
    min-height: 3.75rem; }

.min-h-16 {
    min-height: 4rem; }

.min-h-20 {
    min-height: 5rem; }

.min-h-24 {
    min-height: 6rem; }

.min-h-28 {
    min-height: 7rem; }

.min-h-32 {
    min-height: 8rem; }

.min-h-36 {
    min-height: 9rem; }

.min-h-40 {
    min-height: 10rem; }

.min-h-44 {
    min-height: 11rem; }

.min-h-48 {
    min-height: 12rem; }

.min-h-52 {
    min-height: 13rem; }

.min-h-56 {
    min-height: 14rem; }

.min-h-60 {
    min-height: 15rem; }

.min-h-64 {
    min-height: 16rem; }

.min-h-72 {
    min-height: 18rem; }

.min-h-80 {
    min-height: 20rem; }

.min-h-96 {
    min-height: 24rem; }

.min-h-112 {
    min-height: 28rem; }

.min-h-128 {
    min-height: 32rem; }

.min-h-144 {
    min-height: 36rem; }

.min-h-160 {
    min-height: 40rem; }

.min-h-px {
    min-height: 1px; }

.min-h-1\/2 {
    min-height: 50%; }

.min-h-1\/3 {
    min-height: 33.333333%; }

.min-h-2\/3 {
    min-height: 66.666667%; }

.min-h-1\/4 {
    min-height: 25%; }

.min-h-2\/4 {
    min-height: 50%; }

.min-h-3\/4 {
    min-height: 75%; }

.min-h-1\/5 {
    min-height: 20%; }

.min-h-2\/5 {
    min-height: 40%; }

.min-h-3\/5 {
    min-height: 60%; }

.min-h-4\/5 {
    min-height: 80%; }

.min-h-1\/6 {
    min-height: 16.666667%; }

.min-h-2\/6 {
    min-height: 33.333333%; }

.min-h-3\/6 {
    min-height: 50%; }

.min-h-4\/6 {
    min-height: 66.666667%; }

.min-h-5\/6 {
    min-height: 83.333333%; }

.min-h-1\/12 {
    min-height: 8.333333%; }

.min-h-2\/12 {
    min-height: 16.666667%; }

.min-h-3\/12 {
    min-height: 25%; }

.min-h-4\/12 {
    min-height: 33.333333%; }

.min-h-5\/12 {
    min-height: 41.666667%; }

.min-h-6\/12 {
    min-height: 50%; }

.min-h-7\/12 {
    min-height: 58.333333%; }

.min-h-8\/12 {
    min-height: 66.666667%; }

.min-h-9\/12 {
    min-height: 75%; }

.min-h-10\/12 {
    min-height: 83.333333%; }

.min-h-11\/12 {
    min-height: 91.666667%; }

.min-h-full {
    min-height: 100%; }

.min-w-0 {
    min-width: 0px; }

.min-w-0\.5 {
    min-width: 0.125rem; }

.min-w-1 {
    min-width: 0.25rem; }

.min-w-1\.5 {
    min-width: 0.375rem; }

.min-w-2 {
    min-width: 0.5rem; }

.min-w-2\.5 {
    min-width: 0.625rem; }

.min-w-3 {
    min-width: 0.75rem; }

.min-w-3\.5 {
    min-width: 0.875rem; }

.min-w-4 {
    min-width: 1rem; }

.min-w-5 {
    min-width: 1.25rem; }

.min-w-6 {
    min-width: 1.5rem; }

.min-w-7 {
    min-width: 1.75rem; }

.min-w-8 {
    min-width: 2rem; }

.min-w-9 {
    min-width: 2.25rem; }

.min-w-10 {
    min-width: 2.5rem; }

.min-w-11 {
    min-width: 2.75rem; }

.min-w-12 {
    min-width: 3rem; }

.min-w-13 {
    min-width: 3.25rem; }

.min-w-14 {
    min-width: 3.5rem; }

.min-w-15 {
    min-width: 3.75rem; }

.min-w-16 {
    min-width: 4rem; }

.min-w-20 {
    min-width: 5rem; }

.min-w-24 {
    min-width: 6rem; }

.min-w-28 {
    min-width: 7rem; }

.min-w-32 {
    min-width: 8rem; }

.min-w-36 {
    min-width: 9rem; }

.min-w-40 {
    min-width: 10rem; }

.min-w-44 {
    min-width: 11rem; }

.min-w-48 {
    min-width: 12rem; }

.min-w-52 {
    min-width: 13rem; }

.min-w-56 {
    min-width: 14rem; }

.min-w-60 {
    min-width: 15rem; }

.min-w-64 {
    min-width: 16rem; }

.min-w-72 {
    min-width: 18rem; }

.min-w-80 {
    min-width: 20rem; }

.min-w-96 {
    min-width: 24rem; }

.min-w-112 {
    min-width: 28rem; }

.min-w-128 {
    min-width: 32rem; }

.min-w-144 {
    min-width: 36rem; }

.min-w-160 {
    min-width: 40rem; }

.min-w-px {
    min-width: 1px; }

.min-w-1\/2 {
    min-width: 50%; }

.min-w-1\/3 {
    min-width: 33.333333%; }

.min-w-2\/3 {
    min-width: 66.666667%; }

.min-w-1\/4 {
    min-width: 25%; }

.min-w-2\/4 {
    min-width: 50%; }

.min-w-3\/4 {
    min-width: 75%; }

.min-w-1\/5 {
    min-width: 20%; }

.min-w-2\/5 {
    min-width: 40%; }

.min-w-3\/5 {
    min-width: 60%; }

.min-w-4\/5 {
    min-width: 80%; }

.min-w-1\/6 {
    min-width: 16.666667%; }

.min-w-2\/6 {
    min-width: 33.333333%; }

.min-w-3\/6 {
    min-width: 50%; }

.min-w-4\/6 {
    min-width: 66.666667%; }

.min-w-5\/6 {
    min-width: 83.333333%; }

.min-w-1\/12 {
    min-width: 8.333333%; }

.min-w-2\/12 {
    min-width: 16.666667%; }

.min-w-3\/12 {
    min-width: 25%; }

.min-w-4\/12 {
    min-width: 33.333333%; }

.min-w-5\/12 {
    min-width: 41.666667%; }

.min-w-6\/12 {
    min-width: 50%; }

.min-w-7\/12 {
    min-width: 58.333333%; }

.min-w-8\/12 {
    min-width: 66.666667%; }

.min-w-9\/12 {
    min-width: 75%; }

.min-w-10\/12 {
    min-width: 83.333333%; }

.min-w-11\/12 {
    min-width: 91.666667%; }

.min-w-full {
    min-width: 100%; }

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

.rounded-start-top-0 {
    border-top-left-radius: 0; }

.rounded-start-top-1 {
    border-top-left-radius: 3.75rem; }

.rounded-start-top-2 {
    border-top-left-radius: 1.875rem; }

.rounded-start-top-3 {
    border-top-left-radius: 0 1rem 0 0; }

.rounded-start-top-4 {
    border-top-left-radius: 1rem; }

.rounded-start-top-5 {
    border-top-left-radius: 0.5rem; }

.rounded-start-top-circle {
    border-top-left-radius: 50%; }

.rounded-start-top-pill {
    border-top-left-radius: 50rem; }

.rounded-start-top-6 {
    border-top-left-radius: 0.25rem; }

.rounded-start-top-7 {
    border-top-left-radius: 0.5625rem; }

.rounded-start-top-8 {
    border-top-left-radius: 0.625rem; }

.rounded-start-top-9 {
    border-top-left-radius: 0.75rem; }

.rounded-start-top-10 {
    border-top-left-radius: 0.875rem; }

.rounded-start-top-11 {
    border-top-left-radius: 1rem; }

.rounded-end-top {
    border-top-right-radius: var(--bs-border-radius); }

.rounded-end-top-0 {
    border-top-right-radius: 0; }

.rounded-end-top-1 {
    border-top-right-radius: 3.75rem; }

.rounded-end-top-2 {
    border-top-right-radius: 1.875rem; }

.rounded-end-top-3 {
    border-top-right-radius: 0 1rem 0 0; }

.rounded-end-top-4 {
    border-top-right-radius: 1rem; }

.rounded-end-top-5 {
    border-top-right-radius: 0.5rem; }

.rounded-end-top-circle {
    border-top-right-radius: 50%; }

.rounded-end-top-pill {
    border-top-right-radius: 50rem; }

.rounded-end-top-6 {
    border-top-right-radius: 0.25rem; }

.rounded-end-top-7 {
    border-top-right-radius: 0.5625rem; }

.rounded-end-top-8 {
    border-top-right-radius: 0.625rem; }

.rounded-end-top-9 {
    border-top-right-radius: 0.75rem; }

.rounded-end-top-10 {
    border-top-right-radius: 0.875rem; }

.rounded-end-top-11 {
    border-top-right-radius: 1rem; }

.rounded-start-bottom {
    border-bottom-left-radius: var(--bs-border-radius); }

.rounded-start-bottom-0 {
    border-bottom-left-radius: 0; }

.rounded-start-bottom-1 {
    border-bottom-left-radius: 3.75rem; }

.rounded-start-bottom-2 {
    border-bottom-left-radius: 1.875rem; }

.rounded-start-bottom-3 {
    border-bottom-left-radius: 0 1rem 0 0; }

.rounded-start-bottom-4 {
    border-bottom-left-radius: 1rem; }

.rounded-start-bottom-5 {
    border-bottom-left-radius: 0.5rem; }

.rounded-start-bottom-circle {
    border-bottom-left-radius: 50%; }

.rounded-start-bottom-pill {
    border-bottom-left-radius: 50rem; }

.rounded-start-bottom-6 {
    border-bottom-left-radius: 0.25rem; }

.rounded-start-bottom-7 {
    border-bottom-left-radius: 0.5625rem; }

.rounded-start-bottom-8 {
    border-bottom-left-radius: 0.625rem; }

.rounded-start-bottom-9 {
    border-bottom-left-radius: 0.75rem; }

.rounded-start-bottom-10 {
    border-bottom-left-radius: 0.875rem; }

.rounded-start-bottom-11 {
    border-bottom-left-radius: 1rem; }

.rounded-end-bottom {
    border-bottom-right-radius: var(--bs-border-radius); }

.rounded-end-bottom-0 {
    border-bottom-right-radius: 0; }

.rounded-end-bottom-1 {
    border-bottom-right-radius: 3.75rem; }

.rounded-end-bottom-2 {
    border-bottom-right-radius: 1.875rem; }

.rounded-end-bottom-3 {
    border-bottom-right-radius: 0 1rem 0 0; }

.rounded-end-bottom-4 {
    border-bottom-right-radius: 1rem; }

.rounded-end-bottom-5 {
    border-bottom-right-radius: 0.5rem; }

.rounded-end-bottom-circle {
    border-bottom-right-radius: 50%; }

.rounded-end-bottom-pill {
    border-bottom-right-radius: 50rem; }

.rounded-end-bottom-6 {
    border-bottom-right-radius: 0.25rem; }

.rounded-end-bottom-7 {
    border-bottom-right-radius: 0.5625rem; }

.rounded-end-bottom-8 {
    border-bottom-right-radius: 0.625rem; }

.rounded-end-bottom-9 {
    border-bottom-right-radius: 0.75rem; }

.rounded-end-bottom-10 {
    border-bottom-right-radius: 0.875rem; }

.rounded-end-bottom-11 {
    border-bottom-right-radius: 1rem; }

@media (min-width: 576px) {
    .float-sm-start {
        float: left; }
    .float-sm-end {
        float: right; }
    .float-sm-none {
        float: none; }
    .object-fit-sm-contain {
        object-fit: contain; }
    .object-fit-sm-cover {
        object-fit: cover; }
    .object-fit-sm-fill {
        object-fit: fill; }
    .object-fit-sm-scale {
        object-fit: scale-down; }
    .object-fit-sm-none {
        object-fit: none; }
    .overflow-y-sm-auto {
        overflow-y: auto; }
    .overflow-y-sm-hidden {
        overflow-y: hidden; }
    .overflow-y-sm-visible {
        overflow-y: visible; }
    .overflow-y-sm-scroll {
        overflow-y: scroll; }
    .d-sm-inline {
        display: inline; }
    .d-sm-inline-block {
        display: inline-block; }
    .d-sm-block {
        display: block; }
    .d-sm-grid {
        display: grid; }
    .d-sm-table {
        display: table; }
    .d-sm-table-row {
        display: table-row; }
    .d-sm-table-cell {
        display: table-cell; }
    .d-sm-flex {
        display: flex; }
    .d-sm-inline-flex {
        display: inline-flex; }
    .d-sm-none {
        display: none; }
    .shadow-sm {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }
    .shadow-sm-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
    .shadow-sm-lg {
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }
    .shadow-sm-none {
        box-shadow: none; }
    .shadow-sm-xs {
        box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }
    .shadow-sm-xl {
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }
    .position-sm-static {
        position: static; }
    .position-sm-relative {
        position: relative; }
    .position-sm-absolute {
        position: absolute; }
    .position-sm-fixed {
        position: fixed; }
    .position-sm-sticky {
        position: sticky; }
    .top-sm-0 {
        top: 0px; }
    .top-sm-50 {
        top: 50%; }
    .top-sm-100 {
        top: 100%; }
    .top-sm-0\.5 {
        top: 0.125rem; }
    .top-sm-1 {
        top: 0.25rem; }
    .top-sm-1\.5 {
        top: 0.375rem; }
    .top-sm-2 {
        top: 0.5rem; }
    .top-sm-2\.5 {
        top: 0.625rem; }
    .top-sm-3 {
        top: 0.75rem; }
    .top-sm-3\.5 {
        top: 0.875rem; }
    .top-sm-4 {
        top: 1rem; }
    .top-sm-5 {
        top: 1.25rem; }
    .top-sm-6 {
        top: 1.5rem; }
    .top-sm-7 {
        top: 1.75rem; }
    .top-sm-8 {
        top: 2rem; }
    .top-sm-9 {
        top: 2.25rem; }
    .top-sm-10 {
        top: 2.5rem; }
    .top-sm-11 {
        top: 2.75rem; }
    .top-sm-12 {
        top: 3rem; }
    .top-sm-13 {
        top: 3.25rem; }
    .top-sm-14 {
        top: 3.5rem; }
    .top-sm-15 {
        top: 3.75rem; }
    .top-sm-16 {
        top: 4rem; }
    .top-sm-20 {
        top: 5rem; }
    .top-sm-24 {
        top: 6rem; }
    .top-sm-28 {
        top: 7rem; }
    .top-sm-32 {
        top: 8rem; }
    .top-sm-36 {
        top: 9rem; }
    .top-sm-40 {
        top: 10rem; }
    .top-sm-44 {
        top: 11rem; }
    .top-sm-px {
        top: 1px; }
    .top-sm-1\/2 {
        top: 50%; }
    .top-sm-1\/3 {
        top: 33.333333%; }
    .top-sm-2\/3 {
        top: 66.666667%; }
    .top-sm-1\/4 {
        top: 25%; }
    .top-sm-2\/4 {
        top: 50%; }
    .top-sm-3\/4 {
        top: 75%; }
    .top-sm-1\/5 {
        top: 20%; }
    .top-sm-2\/5 {
        top: 40%; }
    .top-sm-3\/5 {
        top: 60%; }
    .top-sm-4\/5 {
        top: 80%; }
    .top-sm-1\/6 {
        top: 16.666667%; }
    .top-sm-2\/6 {
        top: 33.333333%; }
    .top-sm-3\/6 {
        top: 50%; }
    .top-sm-4\/6 {
        top: 66.666667%; }
    .top-sm-5\/6 {
        top: 83.333333%; }
    .top-sm-1\/12 {
        top: 8.333333%; }
    .top-sm-2\/12 {
        top: 16.666667%; }
    .top-sm-3\/12 {
        top: 25%; }
    .top-sm-4\/12 {
        top: 33.333333%; }
    .top-sm-5\/12 {
        top: 41.666667%; }
    .top-sm-6\/12 {
        top: 50%; }
    .top-sm-7\/12 {
        top: 58.333333%; }
    .top-sm-8\/12 {
        top: 66.666667%; }
    .top-sm-9\/12 {
        top: 75%; }
    .top-sm-10\/12 {
        top: 83.333333%; }
    .top-sm-11\/12 {
        top: 91.666667%; }
    .top-sm-full {
        top: 100%; }
    .bottom-sm-0 {
        bottom: 0px; }
    .bottom-sm-50 {
        bottom: 50%; }
    .bottom-sm-100 {
        bottom: 100%; }
    .bottom-sm-0\.5 {
        bottom: 0.125rem; }
    .bottom-sm-1 {
        bottom: 0.25rem; }
    .bottom-sm-1\.5 {
        bottom: 0.375rem; }
    .bottom-sm-2 {
        bottom: 0.5rem; }
    .bottom-sm-2\.5 {
        bottom: 0.625rem; }
    .bottom-sm-3 {
        bottom: 0.75rem; }
    .bottom-sm-3\.5 {
        bottom: 0.875rem; }
    .bottom-sm-4 {
        bottom: 1rem; }
    .bottom-sm-5 {
        bottom: 1.25rem; }
    .bottom-sm-6 {
        bottom: 1.5rem; }
    .bottom-sm-7 {
        bottom: 1.75rem; }
    .bottom-sm-8 {
        bottom: 2rem; }
    .bottom-sm-9 {
        bottom: 2.25rem; }
    .bottom-sm-10 {
        bottom: 2.5rem; }
    .bottom-sm-11 {
        bottom: 2.75rem; }
    .bottom-sm-12 {
        bottom: 3rem; }
    .bottom-sm-13 {
        bottom: 3.25rem; }
    .bottom-sm-14 {
        bottom: 3.5rem; }
    .bottom-sm-15 {
        bottom: 3.75rem; }
    .bottom-sm-16 {
        bottom: 4rem; }
    .bottom-sm-20 {
        bottom: 5rem; }
    .bottom-sm-24 {
        bottom: 6rem; }
    .bottom-sm-28 {
        bottom: 7rem; }
    .bottom-sm-32 {
        bottom: 8rem; }
    .bottom-sm-36 {
        bottom: 9rem; }
    .bottom-sm-40 {
        bottom: 10rem; }
    .bottom-sm-44 {
        bottom: 11rem; }
    .bottom-sm-px {
        bottom: 1px; }
    .bottom-sm-1\/2 {
        bottom: 50%; }
    .bottom-sm-1\/3 {
        bottom: 33.333333%; }
    .bottom-sm-2\/3 {
        bottom: 66.666667%; }
    .bottom-sm-1\/4 {
        bottom: 25%; }
    .bottom-sm-2\/4 {
        bottom: 50%; }
    .bottom-sm-3\/4 {
        bottom: 75%; }
    .bottom-sm-1\/5 {
        bottom: 20%; }
    .bottom-sm-2\/5 {
        bottom: 40%; }
    .bottom-sm-3\/5 {
        bottom: 60%; }
    .bottom-sm-4\/5 {
        bottom: 80%; }
    .bottom-sm-1\/6 {
        bottom: 16.666667%; }
    .bottom-sm-2\/6 {
        bottom: 33.333333%; }
    .bottom-sm-3\/6 {
        bottom: 50%; }
    .bottom-sm-4\/6 {
        bottom: 66.666667%; }
    .bottom-sm-5\/6 {
        bottom: 83.333333%; }
    .bottom-sm-1\/12 {
        bottom: 8.333333%; }
    .bottom-sm-2\/12 {
        bottom: 16.666667%; }
    .bottom-sm-3\/12 {
        bottom: 25%; }
    .bottom-sm-4\/12 {
        bottom: 33.333333%; }
    .bottom-sm-5\/12 {
        bottom: 41.666667%; }
    .bottom-sm-6\/12 {
        bottom: 50%; }
    .bottom-sm-7\/12 {
        bottom: 58.333333%; }
    .bottom-sm-8\/12 {
        bottom: 66.666667%; }
    .bottom-sm-9\/12 {
        bottom: 75%; }
    .bottom-sm-10\/12 {
        bottom: 83.333333%; }
    .bottom-sm-11\/12 {
        bottom: 91.666667%; }
    .bottom-sm-full {
        bottom: 100%; }
    .start-sm-0 {
        left: 0px; }
    .start-sm-50 {
        left: 50%; }
    .start-sm-100 {
        left: 100%; }
    .start-sm-0\.5 {
        left: 0.125rem; }
    .start-sm-1 {
        left: 0.25rem; }
    .start-sm-1\.5 {
        left: 0.375rem; }
    .start-sm-2 {
        left: 0.5rem; }
    .start-sm-2\.5 {
        left: 0.625rem; }
    .start-sm-3 {
        left: 0.75rem; }
    .start-sm-3\.5 {
        left: 0.875rem; }
    .start-sm-4 {
        left: 1rem; }
    .start-sm-5 {
        left: 1.25rem; }
    .start-sm-6 {
        left: 1.5rem; }
    .start-sm-7 {
        left: 1.75rem; }
    .start-sm-8 {
        left: 2rem; }
    .start-sm-9 {
        left: 2.25rem; }
    .start-sm-10 {
        left: 2.5rem; }
    .start-sm-11 {
        left: 2.75rem; }
    .start-sm-12 {
        left: 3rem; }
    .start-sm-13 {
        left: 3.25rem; }
    .start-sm-14 {
        left: 3.5rem; }
    .start-sm-15 {
        left: 3.75rem; }
    .start-sm-16 {
        left: 4rem; }
    .start-sm-20 {
        left: 5rem; }
    .start-sm-24 {
        left: 6rem; }
    .start-sm-28 {
        left: 7rem; }
    .start-sm-32 {
        left: 8rem; }
    .start-sm-36 {
        left: 9rem; }
    .start-sm-40 {
        left: 10rem; }
    .start-sm-44 {
        left: 11rem; }
    .start-sm-px {
        left: 1px; }
    .start-sm-1\/2 {
        left: 50%; }
    .start-sm-1\/3 {
        left: 33.333333%; }
    .start-sm-2\/3 {
        left: 66.666667%; }
    .start-sm-1\/4 {
        left: 25%; }
    .start-sm-2\/4 {
        left: 50%; }
    .start-sm-3\/4 {
        left: 75%; }
    .start-sm-1\/5 {
        left: 20%; }
    .start-sm-2\/5 {
        left: 40%; }
    .start-sm-3\/5 {
        left: 60%; }
    .start-sm-4\/5 {
        left: 80%; }
    .start-sm-1\/6 {
        left: 16.666667%; }
    .start-sm-2\/6 {
        left: 33.333333%; }
    .start-sm-3\/6 {
        left: 50%; }
    .start-sm-4\/6 {
        left: 66.666667%; }
    .start-sm-5\/6 {
        left: 83.333333%; }
    .start-sm-1\/12 {
        left: 8.333333%; }
    .start-sm-2\/12 {
        left: 16.666667%; }
    .start-sm-3\/12 {
        left: 25%; }
    .start-sm-4\/12 {
        left: 33.333333%; }
    .start-sm-5\/12 {
        left: 41.666667%; }
    .start-sm-6\/12 {
        left: 50%; }
    .start-sm-7\/12 {
        left: 58.333333%; }
    .start-sm-8\/12 {
        left: 66.666667%; }
    .start-sm-9\/12 {
        left: 75%; }
    .start-sm-10\/12 {
        left: 83.333333%; }
    .start-sm-11\/12 {
        left: 91.666667%; }
    .start-sm-full {
        left: 100%; }
    .end-sm-0 {
        right: 0px; }
    .end-sm-50 {
        right: 50%; }
    .end-sm-100 {
        right: 100%; }
    .end-sm-0\.5 {
        right: 0.125rem; }
    .end-sm-1 {
        right: 0.25rem; }
    .end-sm-1\.5 {
        right: 0.375rem; }
    .end-sm-2 {
        right: 0.5rem; }
    .end-sm-2\.5 {
        right: 0.625rem; }
    .end-sm-3 {
        right: 0.75rem; }
    .end-sm-3\.5 {
        right: 0.875rem; }
    .end-sm-4 {
        right: 1rem; }
    .end-sm-5 {
        right: 1.25rem; }
    .end-sm-6 {
        right: 1.5rem; }
    .end-sm-7 {
        right: 1.75rem; }
    .end-sm-8 {
        right: 2rem; }
    .end-sm-9 {
        right: 2.25rem; }
    .end-sm-10 {
        right: 2.5rem; }
    .end-sm-11 {
        right: 2.75rem; }
    .end-sm-12 {
        right: 3rem; }
    .end-sm-13 {
        right: 3.25rem; }
    .end-sm-14 {
        right: 3.5rem; }
    .end-sm-15 {
        right: 3.75rem; }
    .end-sm-16 {
        right: 4rem; }
    .end-sm-20 {
        right: 5rem; }
    .end-sm-24 {
        right: 6rem; }
    .end-sm-28 {
        right: 7rem; }
    .end-sm-32 {
        right: 8rem; }
    .end-sm-36 {
        right: 9rem; }
    .end-sm-40 {
        right: 10rem; }
    .end-sm-44 {
        right: 11rem; }
    .end-sm-px {
        right: 1px; }
    .end-sm-1\/2 {
        right: 50%; }
    .end-sm-1\/3 {
        right: 33.333333%; }
    .end-sm-2\/3 {
        right: 66.666667%; }
    .end-sm-1\/4 {
        right: 25%; }
    .end-sm-2\/4 {
        right: 50%; }
    .end-sm-3\/4 {
        right: 75%; }
    .end-sm-1\/5 {
        right: 20%; }
    .end-sm-2\/5 {
        right: 40%; }
    .end-sm-3\/5 {
        right: 60%; }
    .end-sm-4\/5 {
        right: 80%; }
    .end-sm-1\/6 {
        right: 16.666667%; }
    .end-sm-2\/6 {
        right: 33.333333%; }
    .end-sm-3\/6 {
        right: 50%; }
    .end-sm-4\/6 {
        right: 66.666667%; }
    .end-sm-5\/6 {
        right: 83.333333%; }
    .end-sm-1\/12 {
        right: 8.333333%; }
    .end-sm-2\/12 {
        right: 16.666667%; }
    .end-sm-3\/12 {
        right: 25%; }
    .end-sm-4\/12 {
        right: 33.333333%; }
    .end-sm-5\/12 {
        right: 41.666667%; }
    .end-sm-6\/12 {
        right: 50%; }
    .end-sm-7\/12 {
        right: 58.333333%; }
    .end-sm-8\/12 {
        right: 66.666667%; }
    .end-sm-9\/12 {
        right: 75%; }
    .end-sm-10\/12 {
        right: 83.333333%; }
    .end-sm-11\/12 {
        right: 91.666667%; }
    .end-sm-full {
        right: 100%; }
    .w-sm-25 {
        width: 25%; }
    .w-sm-50 {
        width: 50%; }
    .w-sm-75 {
        width: 75%; }
    .w-sm-100 {
        width: 100%; }
    .w-sm-auto {
        width: auto; }
    .w-sm-0 {
        width: 0px; }
    .w-sm-0\.5 {
        width: 0.125rem; }
    .w-sm-1 {
        width: 0.25rem; }
    .w-sm-1\.5 {
        width: 0.375rem; }
    .w-sm-2 {
        width: 0.5rem; }
    .w-sm-2\.5 {
        width: 0.625rem; }
    .w-sm-3 {
        width: 0.75rem; }
    .w-sm-3\.5 {
        width: 0.875rem; }
    .w-sm-4 {
        width: 1rem; }
    .w-sm-5 {
        width: 1.25rem; }
    .w-sm-6 {
        width: 1.5rem; }
    .w-sm-7 {
        width: 1.75rem; }
    .w-sm-8 {
        width: 2rem; }
    .w-sm-9 {
        width: 2.25rem; }
    .w-sm-10 {
        width: 2.5rem; }
    .w-sm-11 {
        width: 2.75rem; }
    .w-sm-12 {
        width: 3rem; }
    .w-sm-13 {
        width: 3.25rem; }
    .w-sm-14 {
        width: 3.5rem; }
    .w-sm-15 {
        width: 3.75rem; }
    .w-sm-16 {
        width: 4rem; }
    .w-sm-20 {
        width: 5rem; }
    .w-sm-24 {
        width: 6rem; }
    .w-sm-28 {
        width: 7rem; }
    .w-sm-32 {
        width: 8rem; }
    .w-sm-36 {
        width: 9rem; }
    .w-sm-40 {
        width: 10rem; }
    .w-sm-44 {
        width: 11rem; }
    .w-sm-48 {
        width: 12rem; }
    .w-sm-52 {
        width: 13rem; }
    .w-sm-56 {
        width: 14rem; }
    .w-sm-60 {
        width: 15rem; }
    .w-sm-64 {
        width: 16rem; }
    .w-sm-72 {
        width: 18rem; }
    .w-sm-80 {
        width: 20rem; }
    .w-sm-96 {
        width: 24rem; }
    .w-sm-112 {
        width: 28rem; }
    .w-sm-128 {
        width: 32rem; }
    .w-sm-144 {
        width: 36rem; }
    .w-sm-160 {
        width: 40rem; }
    .w-sm-px {
        width: 1px; }
    .w-sm-1\/2 {
        width: 50%; }
    .w-sm-1\/3 {
        width: 33.333333%; }
    .w-sm-2\/3 {
        width: 66.666667%; }
    .w-sm-1\/4 {
        width: 25%; }
    .w-sm-2\/4 {
        width: 50%; }
    .w-sm-3\/4 {
        width: 75%; }
    .w-sm-1\/5 {
        width: 20%; }
    .w-sm-2\/5 {
        width: 40%; }
    .w-sm-3\/5 {
        width: 60%; }
    .w-sm-4\/5 {
        width: 80%; }
    .w-sm-1\/6 {
        width: 16.666667%; }
    .w-sm-2\/6 {
        width: 33.333333%; }
    .w-sm-3\/6 {
        width: 50%; }
    .w-sm-4\/6 {
        width: 66.666667%; }
    .w-sm-5\/6 {
        width: 83.333333%; }
    .w-sm-1\/12 {
        width: 8.333333%; }
    .w-sm-2\/12 {
        width: 16.666667%; }
    .w-sm-3\/12 {
        width: 25%; }
    .w-sm-4\/12 {
        width: 33.333333%; }
    .w-sm-5\/12 {
        width: 41.666667%; }
    .w-sm-6\/12 {
        width: 50%; }
    .w-sm-7\/12 {
        width: 58.333333%; }
    .w-sm-8\/12 {
        width: 66.666667%; }
    .w-sm-9\/12 {
        width: 75%; }
    .w-sm-10\/12 {
        width: 83.333333%; }
    .w-sm-11\/12 {
        width: 91.666667%; }
    .w-sm-full {
        width: 100%; }
    .max-w-sm-0 {
        max-width: 0px; }
    .max-w-sm-0\.5 {
        max-width: 0.125rem; }
    .max-w-sm-1 {
        max-width: 0.25rem; }
    .max-w-sm-1\.5 {
        max-width: 0.375rem; }
    .max-w-sm-2 {
        max-width: 0.5rem; }
    .max-w-sm-2\.5 {
        max-width: 0.625rem; }
    .max-w-sm-3 {
        max-width: 0.75rem; }
    .max-w-sm-3\.5 {
        max-width: 0.875rem; }
    .max-w-sm-4 {
        max-width: 1rem; }
    .max-w-sm-5 {
        max-width: 1.25rem; }
    .max-w-sm-6 {
        max-width: 1.5rem; }
    .max-w-sm-7 {
        max-width: 1.75rem; }
    .max-w-sm-8 {
        max-width: 2rem; }
    .max-w-sm-9 {
        max-width: 2.25rem; }
    .max-w-sm-10 {
        max-width: 2.5rem; }
    .max-w-sm-11 {
        max-width: 2.75rem; }
    .max-w-sm-12 {
        max-width: 3rem; }
    .max-w-sm-13 {
        max-width: 3.25rem; }
    .max-w-sm-14 {
        max-width: 3.5rem; }
    .max-w-sm-15 {
        max-width: 3.75rem; }
    .max-w-sm-16 {
        max-width: 4rem; }
    .max-w-sm-20 {
        max-width: 5rem; }
    .max-w-sm-24 {
        max-width: 6rem; }
    .max-w-sm-28 {
        max-width: 7rem; }
    .max-w-sm-32 {
        max-width: 8rem; }
    .max-w-sm-36 {
        max-width: 9rem; }
    .max-w-sm-40 {
        max-width: 10rem; }
    .max-w-sm-44 {
        max-width: 11rem; }
    .max-w-sm-48 {
        max-width: 12rem; }
    .max-w-sm-52 {
        max-width: 13rem; }
    .max-w-sm-56 {
        max-width: 14rem; }
    .max-w-sm-60 {
        max-width: 15rem; }
    .max-w-sm-64 {
        max-width: 16rem; }
    .max-w-sm-72 {
        max-width: 18rem; }
    .max-w-sm-80 {
        max-width: 20rem; }
    .max-w-sm-96 {
        max-width: 24rem; }
    .max-w-sm-112 {
        max-width: 28rem; }
    .max-w-sm-128 {
        max-width: 32rem; }
    .max-w-sm-144 {
        max-width: 36rem; }
    .max-w-sm-160 {
        max-width: 40rem; }
    .max-w-sm-px {
        max-width: 1px; }
    .max-w-sm-1\/2 {
        max-width: 50%; }
    .max-w-sm-1\/3 {
        max-width: 33.333333%; }
    .max-w-sm-2\/3 {
        max-width: 66.666667%; }
    .max-w-sm-1\/4 {
        max-width: 25%; }
    .max-w-sm-2\/4 {
        max-width: 50%; }
    .max-w-sm-3\/4 {
        max-width: 75%; }
    .max-w-sm-1\/5 {
        max-width: 20%; }
    .max-w-sm-2\/5 {
        max-width: 40%; }
    .max-w-sm-3\/5 {
        max-width: 60%; }
    .max-w-sm-4\/5 {
        max-width: 80%; }
    .max-w-sm-1\/6 {
        max-width: 16.666667%; }
    .max-w-sm-2\/6 {
        max-width: 33.333333%; }
    .max-w-sm-3\/6 {
        max-width: 50%; }
    .max-w-sm-4\/6 {
        max-width: 66.666667%; }
    .max-w-sm-5\/6 {
        max-width: 83.333333%; }
    .max-w-sm-1\/12 {
        max-width: 8.333333%; }
    .max-w-sm-2\/12 {
        max-width: 16.666667%; }
    .max-w-sm-3\/12 {
        max-width: 25%; }
    .max-w-sm-4\/12 {
        max-width: 33.333333%; }
    .max-w-sm-5\/12 {
        max-width: 41.666667%; }
    .max-w-sm-6\/12 {
        max-width: 50%; }
    .max-w-sm-7\/12 {
        max-width: 58.333333%; }
    .max-w-sm-8\/12 {
        max-width: 66.666667%; }
    .max-w-sm-9\/12 {
        max-width: 75%; }
    .max-w-sm-10\/12 {
        max-width: 83.333333%; }
    .max-w-sm-11\/12 {
        max-width: 91.666667%; }
    .max-w-sm-full {
        max-width: 100%; }
    .vw-sm-100 {
        width: 100vw; }
    .h-sm-25 {
        height: 25%; }
    .h-sm-50 {
        height: 50%; }
    .h-sm-75 {
        height: 75%; }
    .h-sm-100 {
        height: 100%; }
    .h-sm-auto {
        height: auto; }
    .h-sm-0 {
        height: 0px; }
    .h-sm-0\.5 {
        height: 0.125rem; }
    .h-sm-1 {
        height: 0.25rem; }
    .h-sm-1\.5 {
        height: 0.375rem; }
    .h-sm-2 {
        height: 0.5rem; }
    .h-sm-2\.5 {
        height: 0.625rem; }
    .h-sm-3 {
        height: 0.75rem; }
    .h-sm-3\.5 {
        height: 0.875rem; }
    .h-sm-4 {
        height: 1rem; }
    .h-sm-5 {
        height: 1.25rem; }
    .h-sm-6 {
        height: 1.5rem; }
    .h-sm-7 {
        height: 1.75rem; }
    .h-sm-8 {
        height: 2rem; }
    .h-sm-9 {
        height: 2.25rem; }
    .h-sm-10 {
        height: 2.5rem; }
    .h-sm-11 {
        height: 2.75rem; }
    .h-sm-12 {
        height: 3rem; }
    .h-sm-13 {
        height: 3.25rem; }
    .h-sm-14 {
        height: 3.5rem; }
    .h-sm-15 {
        height: 3.75rem; }
    .h-sm-16 {
        height: 4rem; }
    .h-sm-20 {
        height: 5rem; }
    .h-sm-24 {
        height: 6rem; }
    .h-sm-28 {
        height: 7rem; }
    .h-sm-32 {
        height: 8rem; }
    .h-sm-36 {
        height: 9rem; }
    .h-sm-40 {
        height: 10rem; }
    .h-sm-44 {
        height: 11rem; }
    .h-sm-48 {
        height: 12rem; }
    .h-sm-52 {
        height: 13rem; }
    .h-sm-56 {
        height: 14rem; }
    .h-sm-60 {
        height: 15rem; }
    .h-sm-64 {
        height: 16rem; }
    .h-sm-72 {
        height: 18rem; }
    .h-sm-80 {
        height: 20rem; }
    .h-sm-96 {
        height: 24rem; }
    .h-sm-112 {
        height: 28rem; }
    .h-sm-128 {
        height: 32rem; }
    .h-sm-144 {
        height: 36rem; }
    .h-sm-160 {
        height: 40rem; }
    .h-sm-px {
        height: 1px; }
    .h-sm-1\/2 {
        height: 50%; }
    .h-sm-1\/3 {
        height: 33.333333%; }
    .h-sm-2\/3 {
        height: 66.666667%; }
    .h-sm-1\/4 {
        height: 25%; }
    .h-sm-2\/4 {
        height: 50%; }
    .h-sm-3\/4 {
        height: 75%; }
    .h-sm-1\/5 {
        height: 20%; }
    .h-sm-2\/5 {
        height: 40%; }
    .h-sm-3\/5 {
        height: 60%; }
    .h-sm-4\/5 {
        height: 80%; }
    .h-sm-1\/6 {
        height: 16.666667%; }
    .h-sm-2\/6 {
        height: 33.333333%; }
    .h-sm-3\/6 {
        height: 50%; }
    .h-sm-4\/6 {
        height: 66.666667%; }
    .h-sm-5\/6 {
        height: 83.333333%; }
    .h-sm-1\/12 {
        height: 8.333333%; }
    .h-sm-2\/12 {
        height: 16.666667%; }
    .h-sm-3\/12 {
        height: 25%; }
    .h-sm-4\/12 {
        height: 33.333333%; }
    .h-sm-5\/12 {
        height: 41.666667%; }
    .h-sm-6\/12 {
        height: 50%; }
    .h-sm-7\/12 {
        height: 58.333333%; }
    .h-sm-8\/12 {
        height: 66.666667%; }
    .h-sm-9\/12 {
        height: 75%; }
    .h-sm-10\/12 {
        height: 83.333333%; }
    .h-sm-11\/12 {
        height: 91.666667%; }
    .h-sm-full {
        height: 100%; }
    .mh-sm-100 {
        max-height: 100%; }
    .mh-sm-0 {
        max-height: 0px; }
    .mh-sm-0\.5 {
        max-height: 0.125rem; }
    .mh-sm-1 {
        max-height: 0.25rem; }
    .mh-sm-1\.5 {
        max-height: 0.375rem; }
    .mh-sm-2 {
        max-height: 0.5rem; }
    .mh-sm-2\.5 {
        max-height: 0.625rem; }
    .mh-sm-3 {
        max-height: 0.75rem; }
    .mh-sm-3\.5 {
        max-height: 0.875rem; }
    .mh-sm-4 {
        max-height: 1rem; }
    .mh-sm-5 {
        max-height: 1.25rem; }
    .mh-sm-6 {
        max-height: 1.5rem; }
    .mh-sm-7 {
        max-height: 1.75rem; }
    .mh-sm-8 {
        max-height: 2rem; }
    .mh-sm-9 {
        max-height: 2.25rem; }
    .mh-sm-10 {
        max-height: 2.5rem; }
    .mh-sm-11 {
        max-height: 2.75rem; }
    .mh-sm-12 {
        max-height: 3rem; }
    .mh-sm-13 {
        max-height: 3.25rem; }
    .mh-sm-14 {
        max-height: 3.5rem; }
    .mh-sm-15 {
        max-height: 3.75rem; }
    .mh-sm-16 {
        max-height: 4rem; }
    .mh-sm-20 {
        max-height: 5rem; }
    .mh-sm-24 {
        max-height: 6rem; }
    .mh-sm-28 {
        max-height: 7rem; }
    .mh-sm-32 {
        max-height: 8rem; }
    .mh-sm-36 {
        max-height: 9rem; }
    .mh-sm-40 {
        max-height: 10rem; }
    .mh-sm-44 {
        max-height: 11rem; }
    .mh-sm-48 {
        max-height: 12rem; }
    .mh-sm-52 {
        max-height: 13rem; }
    .mh-sm-56 {
        max-height: 14rem; }
    .mh-sm-60 {
        max-height: 15rem; }
    .mh-sm-64 {
        max-height: 16rem; }
    .mh-sm-72 {
        max-height: 18rem; }
    .mh-sm-80 {
        max-height: 20rem; }
    .mh-sm-96 {
        max-height: 24rem; }
    .mh-sm-112 {
        max-height: 28rem; }
    .mh-sm-128 {
        max-height: 32rem; }
    .mh-sm-144 {
        max-height: 36rem; }
    .mh-sm-160 {
        max-height: 40rem; }
    .mh-sm-px {
        max-height: 1px; }
    .mh-sm-1\/2 {
        max-height: 50%; }
    .mh-sm-1\/3 {
        max-height: 33.333333%; }
    .mh-sm-2\/3 {
        max-height: 66.666667%; }
    .mh-sm-1\/4 {
        max-height: 25%; }
    .mh-sm-2\/4 {
        max-height: 50%; }
    .mh-sm-3\/4 {
        max-height: 75%; }
    .mh-sm-1\/5 {
        max-height: 20%; }
    .mh-sm-2\/5 {
        max-height: 40%; }
    .mh-sm-3\/5 {
        max-height: 60%; }
    .mh-sm-4\/5 {
        max-height: 80%; }
    .mh-sm-1\/6 {
        max-height: 16.666667%; }
    .mh-sm-2\/6 {
        max-height: 33.333333%; }
    .mh-sm-3\/6 {
        max-height: 50%; }
    .mh-sm-4\/6 {
        max-height: 66.666667%; }
    .mh-sm-5\/6 {
        max-height: 83.333333%; }
    .mh-sm-1\/12 {
        max-height: 8.333333%; }
    .mh-sm-2\/12 {
        max-height: 16.666667%; }
    .mh-sm-3\/12 {
        max-height: 25%; }
    .mh-sm-4\/12 {
        max-height: 33.333333%; }
    .mh-sm-5\/12 {
        max-height: 41.666667%; }
    .mh-sm-6\/12 {
        max-height: 50%; }
    .mh-sm-7\/12 {
        max-height: 58.333333%; }
    .mh-sm-8\/12 {
        max-height: 66.666667%; }
    .mh-sm-9\/12 {
        max-height: 75%; }
    .mh-sm-10\/12 {
        max-height: 83.333333%; }
    .mh-sm-11\/12 {
        max-height: 91.666667%; }
    .mh-sm-full {
        max-height: 100%; }
    .vh-sm-100 {
        height: 100vh; }
    .flex-sm-fill {
        flex: 1 1 auto; }
    .flex-sm-row {
        flex-direction: row; }
    .flex-sm-column {
        flex-direction: column; }
    .flex-sm-row-reverse {
        flex-direction: row-reverse; }
    .flex-sm-column-reverse {
        flex-direction: column-reverse; }
    .flex-sm-grow-0 {
        flex-grow: 0; }
    .flex-sm-grow-1 {
        flex-grow: 1; }
    .flex-sm-shrink-0 {
        flex-shrink: 0; }
    .flex-sm-shrink-1 {
        flex-shrink: 1; }
    .flex-sm-wrap {
        flex-wrap: wrap; }
    .flex-sm-nowrap {
        flex-wrap: nowrap; }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse; }
    .justify-content-sm-start {
        justify-content: flex-start; }
    .justify-content-sm-end {
        justify-content: flex-end; }
    .justify-content-sm-center {
        justify-content: center; }
    .justify-content-sm-between {
        justify-content: space-between; }
    .justify-content-sm-around {
        justify-content: space-around; }
    .justify-content-sm-evenly {
        justify-content: space-evenly; }
    .align-items-sm-start {
        align-items: flex-start; }
    .align-items-sm-end {
        align-items: flex-end; }
    .align-items-sm-center {
        align-items: center; }
    .align-items-sm-baseline {
        align-items: baseline; }
    .align-items-sm-stretch {
        align-items: stretch; }
    .align-content-sm-start {
        align-content: flex-start; }
    .align-content-sm-end {
        align-content: flex-end; }
    .align-content-sm-center {
        align-content: center; }
    .align-content-sm-between {
        align-content: space-between; }
    .align-content-sm-around {
        align-content: space-around; }
    .align-content-sm-stretch {
        align-content: stretch; }
    .align-self-sm-auto {
        align-self: auto; }
    .align-self-sm-start {
        align-self: flex-start; }
    .align-self-sm-end {
        align-self: flex-end; }
    .align-self-sm-center {
        align-self: center; }
    .align-self-sm-baseline {
        align-self: baseline; }
    .align-self-sm-stretch {
        align-self: stretch; }
    .order-sm-first {
        order: -1; }
    .order-sm-0 {
        order: 0; }
    .order-sm-1 {
        order: 1; }
    .order-sm-2 {
        order: 2; }
    .order-sm-3 {
        order: 3; }
    .order-sm-4 {
        order: 4; }
    .order-sm-5 {
        order: 5; }
    .order-sm-last {
        order: 15; }
    .order-sm-6 {
        order: 6; }
    .m-sm-0 {
        margin: 0px; }
    .m-sm-0\.5 {
        margin: 0.125rem; }
    .m-sm-1 {
        margin: 0.25rem; }
    .m-sm-1\.5 {
        margin: 0.375rem; }
    .m-sm-2 {
        margin: 0.5rem; }
    .m-sm-2\.5 {
        margin: 0.625rem; }
    .m-sm-3 {
        margin: 0.75rem; }
    .m-sm-3\.5 {
        margin: 0.875rem; }
    .m-sm-4 {
        margin: 1rem; }
    .m-sm-5 {
        margin: 1.25rem; }
    .m-sm-6 {
        margin: 1.5rem; }
    .m-sm-7 {
        margin: 1.75rem; }
    .m-sm-8 {
        margin: 2rem; }
    .m-sm-9 {
        margin: 2.25rem; }
    .m-sm-10 {
        margin: 2.5rem; }
    .m-sm-11 {
        margin: 2.75rem; }
    .m-sm-12 {
        margin: 3rem; }
    .m-sm-13 {
        margin: 3.25rem; }
    .m-sm-14 {
        margin: 3.5rem; }
    .m-sm-15 {
        margin: 3.75rem; }
    .m-sm-16 {
        margin: 4rem; }
    .m-sm-20 {
        margin: 5rem; }
    .m-sm-24 {
        margin: 6rem; }
    .m-sm-28 {
        margin: 7rem; }
    .m-sm-32 {
        margin: 8rem; }
    .m-sm-36 {
        margin: 9rem; }
    .m-sm-40 {
        margin: 10rem; }
    .m-sm-44 {
        margin: 11rem; }
    .m-sm-px {
        margin: 1px; }
    .m-sm-1\/2 {
        margin: 50%; }
    .m-sm-1\/3 {
        margin: 33.333333%; }
    .m-sm-2\/3 {
        margin: 66.666667%; }
    .m-sm-1\/4 {
        margin: 25%; }
    .m-sm-2\/4 {
        margin: 50%; }
    .m-sm-3\/4 {
        margin: 75%; }
    .m-sm-1\/5 {
        margin: 20%; }
    .m-sm-2\/5 {
        margin: 40%; }
    .m-sm-3\/5 {
        margin: 60%; }
    .m-sm-4\/5 {
        margin: 80%; }
    .m-sm-1\/6 {
        margin: 16.666667%; }
    .m-sm-2\/6 {
        margin: 33.333333%; }
    .m-sm-3\/6 {
        margin: 50%; }
    .m-sm-4\/6 {
        margin: 66.666667%; }
    .m-sm-5\/6 {
        margin: 83.333333%; }
    .m-sm-1\/12 {
        margin: 8.333333%; }
    .m-sm-2\/12 {
        margin: 16.666667%; }
    .m-sm-3\/12 {
        margin: 25%; }
    .m-sm-4\/12 {
        margin: 33.333333%; }
    .m-sm-5\/12 {
        margin: 41.666667%; }
    .m-sm-6\/12 {
        margin: 50%; }
    .m-sm-7\/12 {
        margin: 58.333333%; }
    .m-sm-8\/12 {
        margin: 66.666667%; }
    .m-sm-9\/12 {
        margin: 75%; }
    .m-sm-10\/12 {
        margin: 83.333333%; }
    .m-sm-11\/12 {
        margin: 91.666667%; }
    .m-sm-full {
        margin: 100%; }
    .m-sm-auto {
        margin: auto; }
    .mx-sm-0 {
        margin-right: 0px;
        margin-left: 0px; }
    .mx-sm-0\.5 {
        margin-right: 0.125rem;
        margin-left: 0.125rem; }
    .mx-sm-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem; }
    .mx-sm-1\.5 {
        margin-right: 0.375rem;
        margin-left: 0.375rem; }
    .mx-sm-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem; }
    .mx-sm-2\.5 {
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
    .mx-sm-3 {
        margin-right: 0.75rem;
        margin-left: 0.75rem; }
    .mx-sm-3\.5 {
        margin-right: 0.875rem;
        margin-left: 0.875rem; }
    .mx-sm-4 {
        margin-right: 1rem;
        margin-left: 1rem; }
    .mx-sm-5 {
        margin-right: 1.25rem;
        margin-left: 1.25rem; }
    .mx-sm-6 {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .mx-sm-7 {
        margin-right: 1.75rem;
        margin-left: 1.75rem; }
    .mx-sm-8 {
        margin-right: 2rem;
        margin-left: 2rem; }
    .mx-sm-9 {
        margin-right: 2.25rem;
        margin-left: 2.25rem; }
    .mx-sm-10 {
        margin-right: 2.5rem;
        margin-left: 2.5rem; }
    .mx-sm-11 {
        margin-right: 2.75rem;
        margin-left: 2.75rem; }
    .mx-sm-12 {
        margin-right: 3rem;
        margin-left: 3rem; }
    .mx-sm-13 {
        margin-right: 3.25rem;
        margin-left: 3.25rem; }
    .mx-sm-14 {
        margin-right: 3.5rem;
        margin-left: 3.5rem; }
    .mx-sm-15 {
        margin-right: 3.75rem;
        margin-left: 3.75rem; }
    .mx-sm-16 {
        margin-right: 4rem;
        margin-left: 4rem; }
    .mx-sm-20 {
        margin-right: 5rem;
        margin-left: 5rem; }
    .mx-sm-24 {
        margin-right: 6rem;
        margin-left: 6rem; }
    .mx-sm-28 {
        margin-right: 7rem;
        margin-left: 7rem; }
    .mx-sm-32 {
        margin-right: 8rem;
        margin-left: 8rem; }
    .mx-sm-36 {
        margin-right: 9rem;
        margin-left: 9rem; }
    .mx-sm-40 {
        margin-right: 10rem;
        margin-left: 10rem; }
    .mx-sm-44 {
        margin-right: 11rem;
        margin-left: 11rem; }
    .mx-sm-px {
        margin-right: 1px;
        margin-left: 1px; }
    .mx-sm-1\/2 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-sm-1\/3 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-sm-2\/3 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-sm-1\/4 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-sm-2\/4 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-sm-3\/4 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-sm-1\/5 {
        margin-right: 20%;
        margin-left: 20%; }
    .mx-sm-2\/5 {
        margin-right: 40%;
        margin-left: 40%; }
    .mx-sm-3\/5 {
        margin-right: 60%;
        margin-left: 60%; }
    .mx-sm-4\/5 {
        margin-right: 80%;
        margin-left: 80%; }
    .mx-sm-1\/6 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-sm-2\/6 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-sm-3\/6 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-sm-4\/6 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-sm-5\/6 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-sm-1\/12 {
        margin-right: 8.333333%;
        margin-left: 8.333333%; }
    .mx-sm-2\/12 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-sm-3\/12 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-sm-4\/12 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-sm-5\/12 {
        margin-right: 41.666667%;
        margin-left: 41.666667%; }
    .mx-sm-6\/12 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-sm-7\/12 {
        margin-right: 58.333333%;
        margin-left: 58.333333%; }
    .mx-sm-8\/12 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-sm-9\/12 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-sm-10\/12 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-sm-11\/12 {
        margin-right: 91.666667%;
        margin-left: 91.666667%; }
    .mx-sm-full {
        margin-right: 100%;
        margin-left: 100%; }
    .mx-sm-auto {
        margin-right: auto;
        margin-left: auto; }
    .my-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px; }
    .my-sm-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem; }
    .my-sm-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
    .my-sm-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem; }
    .my-sm-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
    .my-sm-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
    .my-sm-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; }
    .my-sm-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; }
    .my-sm-4 {
        margin-top: 1rem;
        margin-bottom: 1rem; }
    .my-sm-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
    .my-sm-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
    .my-sm-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }
    .my-sm-8 {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .my-sm-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem; }
    .my-sm-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .my-sm-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem; }
    .my-sm-12 {
        margin-top: 3rem;
        margin-bottom: 3rem; }
    .my-sm-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem; }
    .my-sm-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem; }
    .my-sm-15 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
    .my-sm-16 {
        margin-top: 4rem;
        margin-bottom: 4rem; }
    .my-sm-20 {
        margin-top: 5rem;
        margin-bottom: 5rem; }
    .my-sm-24 {
        margin-top: 6rem;
        margin-bottom: 6rem; }
    .my-sm-28 {
        margin-top: 7rem;
        margin-bottom: 7rem; }
    .my-sm-32 {
        margin-top: 8rem;
        margin-bottom: 8rem; }
    .my-sm-36 {
        margin-top: 9rem;
        margin-bottom: 9rem; }
    .my-sm-40 {
        margin-top: 10rem;
        margin-bottom: 10rem; }
    .my-sm-44 {
        margin-top: 11rem;
        margin-bottom: 11rem; }
    .my-sm-px {
        margin-top: 1px;
        margin-bottom: 1px; }
    .my-sm-1\/2 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-sm-1\/3 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-sm-2\/3 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-sm-1\/4 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-sm-2\/4 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-sm-3\/4 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-sm-1\/5 {
        margin-top: 20%;
        margin-bottom: 20%; }
    .my-sm-2\/5 {
        margin-top: 40%;
        margin-bottom: 40%; }
    .my-sm-3\/5 {
        margin-top: 60%;
        margin-bottom: 60%; }
    .my-sm-4\/5 {
        margin-top: 80%;
        margin-bottom: 80%; }
    .my-sm-1\/6 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-sm-2\/6 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-sm-3\/6 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-sm-4\/6 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-sm-5\/6 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-sm-1\/12 {
        margin-top: 8.333333%;
        margin-bottom: 8.333333%; }
    .my-sm-2\/12 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-sm-3\/12 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-sm-4\/12 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-sm-5\/12 {
        margin-top: 41.666667%;
        margin-bottom: 41.666667%; }
    .my-sm-6\/12 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-sm-7\/12 {
        margin-top: 58.333333%;
        margin-bottom: 58.333333%; }
    .my-sm-8\/12 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-sm-9\/12 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-sm-10\/12 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-sm-11\/12 {
        margin-top: 91.666667%;
        margin-bottom: 91.666667%; }
    .my-sm-full {
        margin-top: 100%;
        margin-bottom: 100%; }
    .my-sm-auto {
        margin-top: auto;
        margin-bottom: auto; }
    .mt-sm-0 {
        margin-top: 0px; }
    .mt-sm-0\.5 {
        margin-top: 0.125rem; }
    .mt-sm-1 {
        margin-top: 0.25rem; }
    .mt-sm-1\.5 {
        margin-top: 0.375rem; }
    .mt-sm-2 {
        margin-top: 0.5rem; }
    .mt-sm-2\.5 {
        margin-top: 0.625rem; }
    .mt-sm-3 {
        margin-top: 0.75rem; }
    .mt-sm-3\.5 {
        margin-top: 0.875rem; }
    .mt-sm-4 {
        margin-top: 1rem; }
    .mt-sm-5 {
        margin-top: 1.25rem; }
    .mt-sm-6 {
        margin-top: 1.5rem; }
    .mt-sm-7 {
        margin-top: 1.75rem; }
    .mt-sm-8 {
        margin-top: 2rem; }
    .mt-sm-9 {
        margin-top: 2.25rem; }
    .mt-sm-10 {
        margin-top: 2.5rem; }
    .mt-sm-11 {
        margin-top: 2.75rem; }
    .mt-sm-12 {
        margin-top: 3rem; }
    .mt-sm-13 {
        margin-top: 3.25rem; }
    .mt-sm-14 {
        margin-top: 3.5rem; }
    .mt-sm-15 {
        margin-top: 3.75rem; }
    .mt-sm-16 {
        margin-top: 4rem; }
    .mt-sm-20 {
        margin-top: 5rem; }
    .mt-sm-24 {
        margin-top: 6rem; }
    .mt-sm-28 {
        margin-top: 7rem; }
    .mt-sm-32 {
        margin-top: 8rem; }
    .mt-sm-36 {
        margin-top: 9rem; }
    .mt-sm-40 {
        margin-top: 10rem; }
    .mt-sm-44 {
        margin-top: 11rem; }
    .mt-sm-px {
        margin-top: 1px; }
    .mt-sm-1\/2 {
        margin-top: 50%; }
    .mt-sm-1\/3 {
        margin-top: 33.333333%; }
    .mt-sm-2\/3 {
        margin-top: 66.666667%; }
    .mt-sm-1\/4 {
        margin-top: 25%; }
    .mt-sm-2\/4 {
        margin-top: 50%; }
    .mt-sm-3\/4 {
        margin-top: 75%; }
    .mt-sm-1\/5 {
        margin-top: 20%; }
    .mt-sm-2\/5 {
        margin-top: 40%; }
    .mt-sm-3\/5 {
        margin-top: 60%; }
    .mt-sm-4\/5 {
        margin-top: 80%; }
    .mt-sm-1\/6 {
        margin-top: 16.666667%; }
    .mt-sm-2\/6 {
        margin-top: 33.333333%; }
    .mt-sm-3\/6 {
        margin-top: 50%; }
    .mt-sm-4\/6 {
        margin-top: 66.666667%; }
    .mt-sm-5\/6 {
        margin-top: 83.333333%; }
    .mt-sm-1\/12 {
        margin-top: 8.333333%; }
    .mt-sm-2\/12 {
        margin-top: 16.666667%; }
    .mt-sm-3\/12 {
        margin-top: 25%; }
    .mt-sm-4\/12 {
        margin-top: 33.333333%; }
    .mt-sm-5\/12 {
        margin-top: 41.666667%; }
    .mt-sm-6\/12 {
        margin-top: 50%; }
    .mt-sm-7\/12 {
        margin-top: 58.333333%; }
    .mt-sm-8\/12 {
        margin-top: 66.666667%; }
    .mt-sm-9\/12 {
        margin-top: 75%; }
    .mt-sm-10\/12 {
        margin-top: 83.333333%; }
    .mt-sm-11\/12 {
        margin-top: 91.666667%; }
    .mt-sm-full {
        margin-top: 100%; }
    .mt-sm-auto {
        margin-top: auto; }
    .me-sm-0 {
        margin-right: 0px; }
    .me-sm-0\.5 {
        margin-right: 0.125rem; }
    .me-sm-1 {
        margin-right: 0.25rem; }
    .me-sm-1\.5 {
        margin-right: 0.375rem; }
    .me-sm-2 {
        margin-right: 0.5rem; }
    .me-sm-2\.5 {
        margin-right: 0.625rem; }
    .me-sm-3 {
        margin-right: 0.75rem; }
    .me-sm-3\.5 {
        margin-right: 0.875rem; }
    .me-sm-4 {
        margin-right: 1rem; }
    .me-sm-5 {
        margin-right: 1.25rem; }
    .me-sm-6 {
        margin-right: 1.5rem; }
    .me-sm-7 {
        margin-right: 1.75rem; }
    .me-sm-8 {
        margin-right: 2rem; }
    .me-sm-9 {
        margin-right: 2.25rem; }
    .me-sm-10 {
        margin-right: 2.5rem; }
    .me-sm-11 {
        margin-right: 2.75rem; }
    .me-sm-12 {
        margin-right: 3rem; }
    .me-sm-13 {
        margin-right: 3.25rem; }
    .me-sm-14 {
        margin-right: 3.5rem; }
    .me-sm-15 {
        margin-right: 3.75rem; }
    .me-sm-16 {
        margin-right: 4rem; }
    .me-sm-20 {
        margin-right: 5rem; }
    .me-sm-24 {
        margin-right: 6rem; }
    .me-sm-28 {
        margin-right: 7rem; }
    .me-sm-32 {
        margin-right: 8rem; }
    .me-sm-36 {
        margin-right: 9rem; }
    .me-sm-40 {
        margin-right: 10rem; }
    .me-sm-44 {
        margin-right: 11rem; }
    .me-sm-px {
        margin-right: 1px; }
    .me-sm-1\/2 {
        margin-right: 50%; }
    .me-sm-1\/3 {
        margin-right: 33.333333%; }
    .me-sm-2\/3 {
        margin-right: 66.666667%; }
    .me-sm-1\/4 {
        margin-right: 25%; }
    .me-sm-2\/4 {
        margin-right: 50%; }
    .me-sm-3\/4 {
        margin-right: 75%; }
    .me-sm-1\/5 {
        margin-right: 20%; }
    .me-sm-2\/5 {
        margin-right: 40%; }
    .me-sm-3\/5 {
        margin-right: 60%; }
    .me-sm-4\/5 {
        margin-right: 80%; }
    .me-sm-1\/6 {
        margin-right: 16.666667%; }
    .me-sm-2\/6 {
        margin-right: 33.333333%; }
    .me-sm-3\/6 {
        margin-right: 50%; }
    .me-sm-4\/6 {
        margin-right: 66.666667%; }
    .me-sm-5\/6 {
        margin-right: 83.333333%; }
    .me-sm-1\/12 {
        margin-right: 8.333333%; }
    .me-sm-2\/12 {
        margin-right: 16.666667%; }
    .me-sm-3\/12 {
        margin-right: 25%; }
    .me-sm-4\/12 {
        margin-right: 33.333333%; }
    .me-sm-5\/12 {
        margin-right: 41.666667%; }
    .me-sm-6\/12 {
        margin-right: 50%; }
    .me-sm-7\/12 {
        margin-right: 58.333333%; }
    .me-sm-8\/12 {
        margin-right: 66.666667%; }
    .me-sm-9\/12 {
        margin-right: 75%; }
    .me-sm-10\/12 {
        margin-right: 83.333333%; }
    .me-sm-11\/12 {
        margin-right: 91.666667%; }
    .me-sm-full {
        margin-right: 100%; }
    .me-sm-auto {
        margin-right: auto; }
    .mb-sm-0 {
        margin-bottom: 0px; }
    .mb-sm-0\.5 {
        margin-bottom: 0.125rem; }
    .mb-sm-1 {
        margin-bottom: 0.25rem; }
    .mb-sm-1\.5 {
        margin-bottom: 0.375rem; }
    .mb-sm-2 {
        margin-bottom: 0.5rem; }
    .mb-sm-2\.5 {
        margin-bottom: 0.625rem; }
    .mb-sm-3 {
        margin-bottom: 0.75rem; }
    .mb-sm-3\.5 {
        margin-bottom: 0.875rem; }
    .mb-sm-4 {
        margin-bottom: 1rem; }
    .mb-sm-5 {
        margin-bottom: 1.25rem; }
    .mb-sm-6 {
        margin-bottom: 1.5rem; }
    .mb-sm-7 {
        margin-bottom: 1.75rem; }
    .mb-sm-8 {
        margin-bottom: 2rem; }
    .mb-sm-9 {
        margin-bottom: 2.25rem; }
    .mb-sm-10 {
        margin-bottom: 2.5rem; }
    .mb-sm-11 {
        margin-bottom: 2.75rem; }
    .mb-sm-12 {
        margin-bottom: 3rem; }
    .mb-sm-13 {
        margin-bottom: 3.25rem; }
    .mb-sm-14 {
        margin-bottom: 3.5rem; }
    .mb-sm-15 {
        margin-bottom: 3.75rem; }
    .mb-sm-16 {
        margin-bottom: 4rem; }
    .mb-sm-20 {
        margin-bottom: 5rem; }
    .mb-sm-24 {
        margin-bottom: 6rem; }
    .mb-sm-28 {
        margin-bottom: 7rem; }
    .mb-sm-32 {
        margin-bottom: 8rem; }
    .mb-sm-36 {
        margin-bottom: 9rem; }
    .mb-sm-40 {
        margin-bottom: 10rem; }
    .mb-sm-44 {
        margin-bottom: 11rem; }
    .mb-sm-px {
        margin-bottom: 1px; }
    .mb-sm-1\/2 {
        margin-bottom: 50%; }
    .mb-sm-1\/3 {
        margin-bottom: 33.333333%; }
    .mb-sm-2\/3 {
        margin-bottom: 66.666667%; }
    .mb-sm-1\/4 {
        margin-bottom: 25%; }
    .mb-sm-2\/4 {
        margin-bottom: 50%; }
    .mb-sm-3\/4 {
        margin-bottom: 75%; }
    .mb-sm-1\/5 {
        margin-bottom: 20%; }
    .mb-sm-2\/5 {
        margin-bottom: 40%; }
    .mb-sm-3\/5 {
        margin-bottom: 60%; }
    .mb-sm-4\/5 {
        margin-bottom: 80%; }
    .mb-sm-1\/6 {
        margin-bottom: 16.666667%; }
    .mb-sm-2\/6 {
        margin-bottom: 33.333333%; }
    .mb-sm-3\/6 {
        margin-bottom: 50%; }
    .mb-sm-4\/6 {
        margin-bottom: 66.666667%; }
    .mb-sm-5\/6 {
        margin-bottom: 83.333333%; }
    .mb-sm-1\/12 {
        margin-bottom: 8.333333%; }
    .mb-sm-2\/12 {
        margin-bottom: 16.666667%; }
    .mb-sm-3\/12 {
        margin-bottom: 25%; }
    .mb-sm-4\/12 {
        margin-bottom: 33.333333%; }
    .mb-sm-5\/12 {
        margin-bottom: 41.666667%; }
    .mb-sm-6\/12 {
        margin-bottom: 50%; }
    .mb-sm-7\/12 {
        margin-bottom: 58.333333%; }
    .mb-sm-8\/12 {
        margin-bottom: 66.666667%; }
    .mb-sm-9\/12 {
        margin-bottom: 75%; }
    .mb-sm-10\/12 {
        margin-bottom: 83.333333%; }
    .mb-sm-11\/12 {
        margin-bottom: 91.666667%; }
    .mb-sm-full {
        margin-bottom: 100%; }
    .mb-sm-auto {
        margin-bottom: auto; }
    .ms-sm-0 {
        margin-left: 0px; }
    .ms-sm-0\.5 {
        margin-left: 0.125rem; }
    .ms-sm-1 {
        margin-left: 0.25rem; }
    .ms-sm-1\.5 {
        margin-left: 0.375rem; }
    .ms-sm-2 {
        margin-left: 0.5rem; }
    .ms-sm-2\.5 {
        margin-left: 0.625rem; }
    .ms-sm-3 {
        margin-left: 0.75rem; }
    .ms-sm-3\.5 {
        margin-left: 0.875rem; }
    .ms-sm-4 {
        margin-left: 1rem; }
    .ms-sm-5 {
        margin-left: 1.25rem; }
    .ms-sm-6 {
        margin-left: 1.5rem; }
    .ms-sm-7 {
        margin-left: 1.75rem; }
    .ms-sm-8 {
        margin-left: 2rem; }
    .ms-sm-9 {
        margin-left: 2.25rem; }
    .ms-sm-10 {
        margin-left: 2.5rem; }
    .ms-sm-11 {
        margin-left: 2.75rem; }
    .ms-sm-12 {
        margin-left: 3rem; }
    .ms-sm-13 {
        margin-left: 3.25rem; }
    .ms-sm-14 {
        margin-left: 3.5rem; }
    .ms-sm-15 {
        margin-left: 3.75rem; }
    .ms-sm-16 {
        margin-left: 4rem; }
    .ms-sm-20 {
        margin-left: 5rem; }
    .ms-sm-24 {
        margin-left: 6rem; }
    .ms-sm-28 {
        margin-left: 7rem; }
    .ms-sm-32 {
        margin-left: 8rem; }
    .ms-sm-36 {
        margin-left: 9rem; }
    .ms-sm-40 {
        margin-left: 10rem; }
    .ms-sm-44 {
        margin-left: 11rem; }
    .ms-sm-px {
        margin-left: 1px; }
    .ms-sm-1\/2 {
        margin-left: 50%; }
    .ms-sm-1\/3 {
        margin-left: 33.333333%; }
    .ms-sm-2\/3 {
        margin-left: 66.666667%; }
    .ms-sm-1\/4 {
        margin-left: 25%; }
    .ms-sm-2\/4 {
        margin-left: 50%; }
    .ms-sm-3\/4 {
        margin-left: 75%; }
    .ms-sm-1\/5 {
        margin-left: 20%; }
    .ms-sm-2\/5 {
        margin-left: 40%; }
    .ms-sm-3\/5 {
        margin-left: 60%; }
    .ms-sm-4\/5 {
        margin-left: 80%; }
    .ms-sm-1\/6 {
        margin-left: 16.666667%; }
    .ms-sm-2\/6 {
        margin-left: 33.333333%; }
    .ms-sm-3\/6 {
        margin-left: 50%; }
    .ms-sm-4\/6 {
        margin-left: 66.666667%; }
    .ms-sm-5\/6 {
        margin-left: 83.333333%; }
    .ms-sm-1\/12 {
        margin-left: 8.333333%; }
    .ms-sm-2\/12 {
        margin-left: 16.666667%; }
    .ms-sm-3\/12 {
        margin-left: 25%; }
    .ms-sm-4\/12 {
        margin-left: 33.333333%; }
    .ms-sm-5\/12 {
        margin-left: 41.666667%; }
    .ms-sm-6\/12 {
        margin-left: 50%; }
    .ms-sm-7\/12 {
        margin-left: 58.333333%; }
    .ms-sm-8\/12 {
        margin-left: 66.666667%; }
    .ms-sm-9\/12 {
        margin-left: 75%; }
    .ms-sm-10\/12 {
        margin-left: 83.333333%; }
    .ms-sm-11\/12 {
        margin-left: 91.666667%; }
    .ms-sm-full {
        margin-left: 100%; }
    .ms-sm-auto {
        margin-left: auto; }
    .p-sm-0 {
        padding: 0px; }
    .p-sm-0\.5 {
        padding: 0.125rem; }
    .p-sm-1 {
        padding: 0.25rem; }
    .p-sm-1\.5 {
        padding: 0.375rem; }
    .p-sm-2 {
        padding: 0.5rem; }
    .p-sm-2\.5 {
        padding: 0.625rem; }
    .p-sm-3 {
        padding: 0.75rem; }
    .p-sm-3\.5 {
        padding: 0.875rem; }
    .p-sm-4 {
        padding: 1rem; }
    .p-sm-5 {
        padding: 1.25rem; }
    .p-sm-6 {
        padding: 1.5rem; }
    .p-sm-7 {
        padding: 1.75rem; }
    .p-sm-8 {
        padding: 2rem; }
    .p-sm-9 {
        padding: 2.25rem; }
    .p-sm-10 {
        padding: 2.5rem; }
    .p-sm-11 {
        padding: 2.75rem; }
    .p-sm-12 {
        padding: 3rem; }
    .p-sm-13 {
        padding: 3.25rem; }
    .p-sm-14 {
        padding: 3.5rem; }
    .p-sm-15 {
        padding: 3.75rem; }
    .p-sm-16 {
        padding: 4rem; }
    .p-sm-20 {
        padding: 5rem; }
    .p-sm-24 {
        padding: 6rem; }
    .p-sm-28 {
        padding: 7rem; }
    .p-sm-32 {
        padding: 8rem; }
    .p-sm-36 {
        padding: 9rem; }
    .p-sm-40 {
        padding: 10rem; }
    .p-sm-44 {
        padding: 11rem; }
    .p-sm-px {
        padding: 1px; }
    .p-sm-1\/2 {
        padding: 50%; }
    .p-sm-1\/3 {
        padding: 33.333333%; }
    .p-sm-2\/3 {
        padding: 66.666667%; }
    .p-sm-1\/4 {
        padding: 25%; }
    .p-sm-2\/4 {
        padding: 50%; }
    .p-sm-3\/4 {
        padding: 75%; }
    .p-sm-1\/5 {
        padding: 20%; }
    .p-sm-2\/5 {
        padding: 40%; }
    .p-sm-3\/5 {
        padding: 60%; }
    .p-sm-4\/5 {
        padding: 80%; }
    .p-sm-1\/6 {
        padding: 16.666667%; }
    .p-sm-2\/6 {
        padding: 33.333333%; }
    .p-sm-3\/6 {
        padding: 50%; }
    .p-sm-4\/6 {
        padding: 66.666667%; }
    .p-sm-5\/6 {
        padding: 83.333333%; }
    .p-sm-1\/12 {
        padding: 8.333333%; }
    .p-sm-2\/12 {
        padding: 16.666667%; }
    .p-sm-3\/12 {
        padding: 25%; }
    .p-sm-4\/12 {
        padding: 33.333333%; }
    .p-sm-5\/12 {
        padding: 41.666667%; }
    .p-sm-6\/12 {
        padding: 50%; }
    .p-sm-7\/12 {
        padding: 58.333333%; }
    .p-sm-8\/12 {
        padding: 66.666667%; }
    .p-sm-9\/12 {
        padding: 75%; }
    .p-sm-10\/12 {
        padding: 83.333333%; }
    .p-sm-11\/12 {
        padding: 91.666667%; }
    .p-sm-full {
        padding: 100%; }
    .px-sm-0 {
        padding-right: 0px;
        padding-left: 0px; }
    .px-sm-0\.5 {
        padding-right: 0.125rem;
        padding-left: 0.125rem; }
    .px-sm-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem; }
    .px-sm-1\.5 {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }
    .px-sm-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .px-sm-2\.5 {
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
    .px-sm-3 {
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
    .px-sm-3\.5 {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .px-sm-4 {
        padding-right: 1rem;
        padding-left: 1rem; }
    .px-sm-5 {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .px-sm-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .px-sm-7 {
        padding-right: 1.75rem;
        padding-left: 1.75rem; }
    .px-sm-8 {
        padding-right: 2rem;
        padding-left: 2rem; }
    .px-sm-9 {
        padding-right: 2.25rem;
        padding-left: 2.25rem; }
    .px-sm-10 {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
    .px-sm-11 {
        padding-right: 2.75rem;
        padding-left: 2.75rem; }
    .px-sm-12 {
        padding-right: 3rem;
        padding-left: 3rem; }
    .px-sm-13 {
        padding-right: 3.25rem;
        padding-left: 3.25rem; }
    .px-sm-14 {
        padding-right: 3.5rem;
        padding-left: 3.5rem; }
    .px-sm-15 {
        padding-right: 3.75rem;
        padding-left: 3.75rem; }
    .px-sm-16 {
        padding-right: 4rem;
        padding-left: 4rem; }
    .px-sm-20 {
        padding-right: 5rem;
        padding-left: 5rem; }
    .px-sm-24 {
        padding-right: 6rem;
        padding-left: 6rem; }
    .px-sm-28 {
        padding-right: 7rem;
        padding-left: 7rem; }
    .px-sm-32 {
        padding-right: 8rem;
        padding-left: 8rem; }
    .px-sm-36 {
        padding-right: 9rem;
        padding-left: 9rem; }
    .px-sm-40 {
        padding-right: 10rem;
        padding-left: 10rem; }
    .px-sm-44 {
        padding-right: 11rem;
        padding-left: 11rem; }
    .px-sm-px {
        padding-right: 1px;
        padding-left: 1px; }
    .px-sm-1\/2 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-sm-1\/3 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-sm-2\/3 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-sm-1\/4 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-sm-2\/4 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-sm-3\/4 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-sm-1\/5 {
        padding-right: 20%;
        padding-left: 20%; }
    .px-sm-2\/5 {
        padding-right: 40%;
        padding-left: 40%; }
    .px-sm-3\/5 {
        padding-right: 60%;
        padding-left: 60%; }
    .px-sm-4\/5 {
        padding-right: 80%;
        padding-left: 80%; }
    .px-sm-1\/6 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-sm-2\/6 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-sm-3\/6 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-sm-4\/6 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-sm-5\/6 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-sm-1\/12 {
        padding-right: 8.333333%;
        padding-left: 8.333333%; }
    .px-sm-2\/12 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-sm-3\/12 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-sm-4\/12 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-sm-5\/12 {
        padding-right: 41.666667%;
        padding-left: 41.666667%; }
    .px-sm-6\/12 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-sm-7\/12 {
        padding-right: 58.333333%;
        padding-left: 58.333333%; }
    .px-sm-8\/12 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-sm-9\/12 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-sm-10\/12 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-sm-11\/12 {
        padding-right: 91.666667%;
        padding-left: 91.666667%; }
    .px-sm-full {
        padding-right: 100%;
        padding-left: 100%; }
    .py-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px; }
    .py-sm-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem; }
    .py-sm-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
    .py-sm-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .py-sm-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .py-sm-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .py-sm-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
    .py-sm-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; }
    .py-sm-4 {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .py-sm-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .py-sm-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
    .py-sm-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; }
    .py-sm-8 {
        padding-top: 2rem;
        padding-bottom: 2rem; }
    .py-sm-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem; }
    .py-sm-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
    .py-sm-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem; }
    .py-sm-12 {
        padding-top: 3rem;
        padding-bottom: 3rem; }
    .py-sm-13 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem; }
    .py-sm-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; }
    .py-sm-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
    .py-sm-16 {
        padding-top: 4rem;
        padding-bottom: 4rem; }
    .py-sm-20 {
        padding-top: 5rem;
        padding-bottom: 5rem; }
    .py-sm-24 {
        padding-top: 6rem;
        padding-bottom: 6rem; }
    .py-sm-28 {
        padding-top: 7rem;
        padding-bottom: 7rem; }
    .py-sm-32 {
        padding-top: 8rem;
        padding-bottom: 8rem; }
    .py-sm-36 {
        padding-top: 9rem;
        padding-bottom: 9rem; }
    .py-sm-40 {
        padding-top: 10rem;
        padding-bottom: 10rem; }
    .py-sm-44 {
        padding-top: 11rem;
        padding-bottom: 11rem; }
    .py-sm-px {
        padding-top: 1px;
        padding-bottom: 1px; }
    .py-sm-1\/2 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-sm-1\/3 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-sm-2\/3 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-sm-1\/4 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-sm-2\/4 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-sm-3\/4 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-sm-1\/5 {
        padding-top: 20%;
        padding-bottom: 20%; }
    .py-sm-2\/5 {
        padding-top: 40%;
        padding-bottom: 40%; }
    .py-sm-3\/5 {
        padding-top: 60%;
        padding-bottom: 60%; }
    .py-sm-4\/5 {
        padding-top: 80%;
        padding-bottom: 80%; }
    .py-sm-1\/6 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-sm-2\/6 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-sm-3\/6 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-sm-4\/6 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-sm-5\/6 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-sm-1\/12 {
        padding-top: 8.333333%;
        padding-bottom: 8.333333%; }
    .py-sm-2\/12 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-sm-3\/12 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-sm-4\/12 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-sm-5\/12 {
        padding-top: 41.666667%;
        padding-bottom: 41.666667%; }
    .py-sm-6\/12 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-sm-7\/12 {
        padding-top: 58.333333%;
        padding-bottom: 58.333333%; }
    .py-sm-8\/12 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-sm-9\/12 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-sm-10\/12 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-sm-11\/12 {
        padding-top: 91.666667%;
        padding-bottom: 91.666667%; }
    .py-sm-full {
        padding-top: 100%;
        padding-bottom: 100%; }
    .pt-sm-0 {
        padding-top: 0px; }
    .pt-sm-0\.5 {
        padding-top: 0.125rem; }
    .pt-sm-1 {
        padding-top: 0.25rem; }
    .pt-sm-1\.5 {
        padding-top: 0.375rem; }
    .pt-sm-2 {
        padding-top: 0.5rem; }
    .pt-sm-2\.5 {
        padding-top: 0.625rem; }
    .pt-sm-3 {
        padding-top: 0.75rem; }
    .pt-sm-3\.5 {
        padding-top: 0.875rem; }
    .pt-sm-4 {
        padding-top: 1rem; }
    .pt-sm-5 {
        padding-top: 1.25rem; }
    .pt-sm-6 {
        padding-top: 1.5rem; }
    .pt-sm-7 {
        padding-top: 1.75rem; }
    .pt-sm-8 {
        padding-top: 2rem; }
    .pt-sm-9 {
        padding-top: 2.25rem; }
    .pt-sm-10 {
        padding-top: 2.5rem; }
    .pt-sm-11 {
        padding-top: 2.75rem; }
    .pt-sm-12 {
        padding-top: 3rem; }
    .pt-sm-13 {
        padding-top: 3.25rem; }
    .pt-sm-14 {
        padding-top: 3.5rem; }
    .pt-sm-15 {
        padding-top: 3.75rem; }
    .pt-sm-16 {
        padding-top: 4rem; }
    .pt-sm-20 {
        padding-top: 5rem; }
    .pt-sm-24 {
        padding-top: 6rem; }
    .pt-sm-28 {
        padding-top: 7rem; }
    .pt-sm-32 {
        padding-top: 8rem; }
    .pt-sm-36 {
        padding-top: 9rem; }
    .pt-sm-40 {
        padding-top: 10rem; }
    .pt-sm-44 {
        padding-top: 11rem; }
    .pt-sm-px {
        padding-top: 1px; }
    .pt-sm-1\/2 {
        padding-top: 50%; }
    .pt-sm-1\/3 {
        padding-top: 33.333333%; }
    .pt-sm-2\/3 {
        padding-top: 66.666667%; }
    .pt-sm-1\/4 {
        padding-top: 25%; }
    .pt-sm-2\/4 {
        padding-top: 50%; }
    .pt-sm-3\/4 {
        padding-top: 75%; }
    .pt-sm-1\/5 {
        padding-top: 20%; }
    .pt-sm-2\/5 {
        padding-top: 40%; }
    .pt-sm-3\/5 {
        padding-top: 60%; }
    .pt-sm-4\/5 {
        padding-top: 80%; }
    .pt-sm-1\/6 {
        padding-top: 16.666667%; }
    .pt-sm-2\/6 {
        padding-top: 33.333333%; }
    .pt-sm-3\/6 {
        padding-top: 50%; }
    .pt-sm-4\/6 {
        padding-top: 66.666667%; }
    .pt-sm-5\/6 {
        padding-top: 83.333333%; }
    .pt-sm-1\/12 {
        padding-top: 8.333333%; }
    .pt-sm-2\/12 {
        padding-top: 16.666667%; }
    .pt-sm-3\/12 {
        padding-top: 25%; }
    .pt-sm-4\/12 {
        padding-top: 33.333333%; }
    .pt-sm-5\/12 {
        padding-top: 41.666667%; }
    .pt-sm-6\/12 {
        padding-top: 50%; }
    .pt-sm-7\/12 {
        padding-top: 58.333333%; }
    .pt-sm-8\/12 {
        padding-top: 66.666667%; }
    .pt-sm-9\/12 {
        padding-top: 75%; }
    .pt-sm-10\/12 {
        padding-top: 83.333333%; }
    .pt-sm-11\/12 {
        padding-top: 91.666667%; }
    .pt-sm-full {
        padding-top: 100%; }
    .pe-sm-0 {
        padding-right: 0px; }
    .pe-sm-0\.5 {
        padding-right: 0.125rem; }
    .pe-sm-1 {
        padding-right: 0.25rem; }
    .pe-sm-1\.5 {
        padding-right: 0.375rem; }
    .pe-sm-2 {
        padding-right: 0.5rem; }
    .pe-sm-2\.5 {
        padding-right: 0.625rem; }
    .pe-sm-3 {
        padding-right: 0.75rem; }
    .pe-sm-3\.5 {
        padding-right: 0.875rem; }
    .pe-sm-4 {
        padding-right: 1rem; }
    .pe-sm-5 {
        padding-right: 1.25rem; }
    .pe-sm-6 {
        padding-right: 1.5rem; }
    .pe-sm-7 {
        padding-right: 1.75rem; }
    .pe-sm-8 {
        padding-right: 2rem; }
    .pe-sm-9 {
        padding-right: 2.25rem; }
    .pe-sm-10 {
        padding-right: 2.5rem; }
    .pe-sm-11 {
        padding-right: 2.75rem; }
    .pe-sm-12 {
        padding-right: 3rem; }
    .pe-sm-13 {
        padding-right: 3.25rem; }
    .pe-sm-14 {
        padding-right: 3.5rem; }
    .pe-sm-15 {
        padding-right: 3.75rem; }
    .pe-sm-16 {
        padding-right: 4rem; }
    .pe-sm-20 {
        padding-right: 5rem; }
    .pe-sm-24 {
        padding-right: 6rem; }
    .pe-sm-28 {
        padding-right: 7rem; }
    .pe-sm-32 {
        padding-right: 8rem; }
    .pe-sm-36 {
        padding-right: 9rem; }
    .pe-sm-40 {
        padding-right: 10rem; }
    .pe-sm-44 {
        padding-right: 11rem; }
    .pe-sm-px {
        padding-right: 1px; }
    .pe-sm-1\/2 {
        padding-right: 50%; }
    .pe-sm-1\/3 {
        padding-right: 33.333333%; }
    .pe-sm-2\/3 {
        padding-right: 66.666667%; }
    .pe-sm-1\/4 {
        padding-right: 25%; }
    .pe-sm-2\/4 {
        padding-right: 50%; }
    .pe-sm-3\/4 {
        padding-right: 75%; }
    .pe-sm-1\/5 {
        padding-right: 20%; }
    .pe-sm-2\/5 {
        padding-right: 40%; }
    .pe-sm-3\/5 {
        padding-right: 60%; }
    .pe-sm-4\/5 {
        padding-right: 80%; }
    .pe-sm-1\/6 {
        padding-right: 16.666667%; }
    .pe-sm-2\/6 {
        padding-right: 33.333333%; }
    .pe-sm-3\/6 {
        padding-right: 50%; }
    .pe-sm-4\/6 {
        padding-right: 66.666667%; }
    .pe-sm-5\/6 {
        padding-right: 83.333333%; }
    .pe-sm-1\/12 {
        padding-right: 8.333333%; }
    .pe-sm-2\/12 {
        padding-right: 16.666667%; }
    .pe-sm-3\/12 {
        padding-right: 25%; }
    .pe-sm-4\/12 {
        padding-right: 33.333333%; }
    .pe-sm-5\/12 {
        padding-right: 41.666667%; }
    .pe-sm-6\/12 {
        padding-right: 50%; }
    .pe-sm-7\/12 {
        padding-right: 58.333333%; }
    .pe-sm-8\/12 {
        padding-right: 66.666667%; }
    .pe-sm-9\/12 {
        padding-right: 75%; }
    .pe-sm-10\/12 {
        padding-right: 83.333333%; }
    .pe-sm-11\/12 {
        padding-right: 91.666667%; }
    .pe-sm-full {
        padding-right: 100%; }
    .pb-sm-0 {
        padding-bottom: 0px; }
    .pb-sm-0\.5 {
        padding-bottom: 0.125rem; }
    .pb-sm-1 {
        padding-bottom: 0.25rem; }
    .pb-sm-1\.5 {
        padding-bottom: 0.375rem; }
    .pb-sm-2 {
        padding-bottom: 0.5rem; }
    .pb-sm-2\.5 {
        padding-bottom: 0.625rem; }
    .pb-sm-3 {
        padding-bottom: 0.75rem; }
    .pb-sm-3\.5 {
        padding-bottom: 0.875rem; }
    .pb-sm-4 {
        padding-bottom: 1rem; }
    .pb-sm-5 {
        padding-bottom: 1.25rem; }
    .pb-sm-6 {
        padding-bottom: 1.5rem; }
    .pb-sm-7 {
        padding-bottom: 1.75rem; }
    .pb-sm-8 {
        padding-bottom: 2rem; }
    .pb-sm-9 {
        padding-bottom: 2.25rem; }
    .pb-sm-10 {
        padding-bottom: 2.5rem; }
    .pb-sm-11 {
        padding-bottom: 2.75rem; }
    .pb-sm-12 {
        padding-bottom: 3rem; }
    .pb-sm-13 {
        padding-bottom: 3.25rem; }
    .pb-sm-14 {
        padding-bottom: 3.5rem; }
    .pb-sm-15 {
        padding-bottom: 3.75rem; }
    .pb-sm-16 {
        padding-bottom: 4rem; }
    .pb-sm-20 {
        padding-bottom: 5rem; }
    .pb-sm-24 {
        padding-bottom: 6rem; }
    .pb-sm-28 {
        padding-bottom: 7rem; }
    .pb-sm-32 {
        padding-bottom: 8rem; }
    .pb-sm-36 {
        padding-bottom: 9rem; }
    .pb-sm-40 {
        padding-bottom: 10rem; }
    .pb-sm-44 {
        padding-bottom: 11rem; }
    .pb-sm-px {
        padding-bottom: 1px; }
    .pb-sm-1\/2 {
        padding-bottom: 50%; }
    .pb-sm-1\/3 {
        padding-bottom: 33.333333%; }
    .pb-sm-2\/3 {
        padding-bottom: 66.666667%; }
    .pb-sm-1\/4 {
        padding-bottom: 25%; }
    .pb-sm-2\/4 {
        padding-bottom: 50%; }
    .pb-sm-3\/4 {
        padding-bottom: 75%; }
    .pb-sm-1\/5 {
        padding-bottom: 20%; }
    .pb-sm-2\/5 {
        padding-bottom: 40%; }
    .pb-sm-3\/5 {
        padding-bottom: 60%; }
    .pb-sm-4\/5 {
        padding-bottom: 80%; }
    .pb-sm-1\/6 {
        padding-bottom: 16.666667%; }
    .pb-sm-2\/6 {
        padding-bottom: 33.333333%; }
    .pb-sm-3\/6 {
        padding-bottom: 50%; }
    .pb-sm-4\/6 {
        padding-bottom: 66.666667%; }
    .pb-sm-5\/6 {
        padding-bottom: 83.333333%; }
    .pb-sm-1\/12 {
        padding-bottom: 8.333333%; }
    .pb-sm-2\/12 {
        padding-bottom: 16.666667%; }
    .pb-sm-3\/12 {
        padding-bottom: 25%; }
    .pb-sm-4\/12 {
        padding-bottom: 33.333333%; }
    .pb-sm-5\/12 {
        padding-bottom: 41.666667%; }
    .pb-sm-6\/12 {
        padding-bottom: 50%; }
    .pb-sm-7\/12 {
        padding-bottom: 58.333333%; }
    .pb-sm-8\/12 {
        padding-bottom: 66.666667%; }
    .pb-sm-9\/12 {
        padding-bottom: 75%; }
    .pb-sm-10\/12 {
        padding-bottom: 83.333333%; }
    .pb-sm-11\/12 {
        padding-bottom: 91.666667%; }
    .pb-sm-full {
        padding-bottom: 100%; }
    .ps-sm-0 {
        padding-left: 0px; }
    .ps-sm-0\.5 {
        padding-left: 0.125rem; }
    .ps-sm-1 {
        padding-left: 0.25rem; }
    .ps-sm-1\.5 {
        padding-left: 0.375rem; }
    .ps-sm-2 {
        padding-left: 0.5rem; }
    .ps-sm-2\.5 {
        padding-left: 0.625rem; }
    .ps-sm-3 {
        padding-left: 0.75rem; }
    .ps-sm-3\.5 {
        padding-left: 0.875rem; }
    .ps-sm-4 {
        padding-left: 1rem; }
    .ps-sm-5 {
        padding-left: 1.25rem; }
    .ps-sm-6 {
        padding-left: 1.5rem; }
    .ps-sm-7 {
        padding-left: 1.75rem; }
    .ps-sm-8 {
        padding-left: 2rem; }
    .ps-sm-9 {
        padding-left: 2.25rem; }
    .ps-sm-10 {
        padding-left: 2.5rem; }
    .ps-sm-11 {
        padding-left: 2.75rem; }
    .ps-sm-12 {
        padding-left: 3rem; }
    .ps-sm-13 {
        padding-left: 3.25rem; }
    .ps-sm-14 {
        padding-left: 3.5rem; }
    .ps-sm-15 {
        padding-left: 3.75rem; }
    .ps-sm-16 {
        padding-left: 4rem; }
    .ps-sm-20 {
        padding-left: 5rem; }
    .ps-sm-24 {
        padding-left: 6rem; }
    .ps-sm-28 {
        padding-left: 7rem; }
    .ps-sm-32 {
        padding-left: 8rem; }
    .ps-sm-36 {
        padding-left: 9rem; }
    .ps-sm-40 {
        padding-left: 10rem; }
    .ps-sm-44 {
        padding-left: 11rem; }
    .ps-sm-px {
        padding-left: 1px; }
    .ps-sm-1\/2 {
        padding-left: 50%; }
    .ps-sm-1\/3 {
        padding-left: 33.333333%; }
    .ps-sm-2\/3 {
        padding-left: 66.666667%; }
    .ps-sm-1\/4 {
        padding-left: 25%; }
    .ps-sm-2\/4 {
        padding-left: 50%; }
    .ps-sm-3\/4 {
        padding-left: 75%; }
    .ps-sm-1\/5 {
        padding-left: 20%; }
    .ps-sm-2\/5 {
        padding-left: 40%; }
    .ps-sm-3\/5 {
        padding-left: 60%; }
    .ps-sm-4\/5 {
        padding-left: 80%; }
    .ps-sm-1\/6 {
        padding-left: 16.666667%; }
    .ps-sm-2\/6 {
        padding-left: 33.333333%; }
    .ps-sm-3\/6 {
        padding-left: 50%; }
    .ps-sm-4\/6 {
        padding-left: 66.666667%; }
    .ps-sm-5\/6 {
        padding-left: 83.333333%; }
    .ps-sm-1\/12 {
        padding-left: 8.333333%; }
    .ps-sm-2\/12 {
        padding-left: 16.666667%; }
    .ps-sm-3\/12 {
        padding-left: 25%; }
    .ps-sm-4\/12 {
        padding-left: 33.333333%; }
    .ps-sm-5\/12 {
        padding-left: 41.666667%; }
    .ps-sm-6\/12 {
        padding-left: 50%; }
    .ps-sm-7\/12 {
        padding-left: 58.333333%; }
    .ps-sm-8\/12 {
        padding-left: 66.666667%; }
    .ps-sm-9\/12 {
        padding-left: 75%; }
    .ps-sm-10\/12 {
        padding-left: 83.333333%; }
    .ps-sm-11\/12 {
        padding-left: 91.666667%; }
    .ps-sm-full {
        padding-left: 100%; }
    .gap-sm-0 {
        gap: 0px; }
    .gap-sm-0\.5 {
        gap: 0.125rem; }
    .gap-sm-1 {
        gap: 0.25rem; }
    .gap-sm-1\.5 {
        gap: 0.375rem; }
    .gap-sm-2 {
        gap: 0.5rem; }
    .gap-sm-2\.5 {
        gap: 0.625rem; }
    .gap-sm-3 {
        gap: 0.75rem; }
    .gap-sm-3\.5 {
        gap: 0.875rem; }
    .gap-sm-4 {
        gap: 1rem; }
    .gap-sm-5 {
        gap: 1.25rem; }
    .gap-sm-6 {
        gap: 1.5rem; }
    .gap-sm-7 {
        gap: 1.75rem; }
    .gap-sm-8 {
        gap: 2rem; }
    .gap-sm-9 {
        gap: 2.25rem; }
    .gap-sm-10 {
        gap: 2.5rem; }
    .gap-sm-11 {
        gap: 2.75rem; }
    .gap-sm-12 {
        gap: 3rem; }
    .gap-sm-13 {
        gap: 3.25rem; }
    .gap-sm-14 {
        gap: 3.5rem; }
    .gap-sm-15 {
        gap: 3.75rem; }
    .gap-sm-16 {
        gap: 4rem; }
    .gap-sm-20 {
        gap: 5rem; }
    .gap-sm-24 {
        gap: 6rem; }
    .gap-sm-28 {
        gap: 7rem; }
    .gap-sm-32 {
        gap: 8rem; }
    .gap-sm-36 {
        gap: 9rem; }
    .gap-sm-40 {
        gap: 10rem; }
    .gap-sm-44 {
        gap: 11rem; }
    .gap-sm-px {
        gap: 1px; }
    .gap-sm-1\/2 {
        gap: 50%; }
    .gap-sm-1\/3 {
        gap: 33.333333%; }
    .gap-sm-2\/3 {
        gap: 66.666667%; }
    .gap-sm-1\/4 {
        gap: 25%; }
    .gap-sm-2\/4 {
        gap: 50%; }
    .gap-sm-3\/4 {
        gap: 75%; }
    .gap-sm-1\/5 {
        gap: 20%; }
    .gap-sm-2\/5 {
        gap: 40%; }
    .gap-sm-3\/5 {
        gap: 60%; }
    .gap-sm-4\/5 {
        gap: 80%; }
    .gap-sm-1\/6 {
        gap: 16.666667%; }
    .gap-sm-2\/6 {
        gap: 33.333333%; }
    .gap-sm-3\/6 {
        gap: 50%; }
    .gap-sm-4\/6 {
        gap: 66.666667%; }
    .gap-sm-5\/6 {
        gap: 83.333333%; }
    .gap-sm-1\/12 {
        gap: 8.333333%; }
    .gap-sm-2\/12 {
        gap: 16.666667%; }
    .gap-sm-3\/12 {
        gap: 25%; }
    .gap-sm-4\/12 {
        gap: 33.333333%; }
    .gap-sm-5\/12 {
        gap: 41.666667%; }
    .gap-sm-6\/12 {
        gap: 50%; }
    .gap-sm-7\/12 {
        gap: 58.333333%; }
    .gap-sm-8\/12 {
        gap: 66.666667%; }
    .gap-sm-9\/12 {
        gap: 75%; }
    .gap-sm-10\/12 {
        gap: 83.333333%; }
    .gap-sm-11\/12 {
        gap: 91.666667%; }
    .gap-sm-full {
        gap: 100%; }
    .row-gap-sm-0 {
        row-gap: 0; }
    .row-gap-sm-1 {
        row-gap: 0.25rem; }
    .row-gap-sm-2 {
        row-gap: 0.5rem; }
    .row-gap-sm-3 {
        row-gap: 1rem; }
    .row-gap-sm-4 {
        row-gap: 1rem; }
    .row-gap-sm-5 {
        row-gap: 3rem; }
    .row-gap-sm-0\.5 {
        row-gap: 0.125rem; }
    .row-gap-sm-8 {
        row-gap: 2rem; }
    .row-gap-sm-16 {
        row-gap: 4rem; }
    .row-gap-sm-32 {
        row-gap: 8rem; }
    .row-gap-sm-64 {
        row-gap: 16rem; }
    .column-gap-sm-0 {
        column-gap: 0; }
    .column-gap-sm-1 {
        column-gap: 0.25rem; }
    .column-gap-sm-2 {
        column-gap: 0.5rem; }
    .column-gap-sm-3 {
        column-gap: 1rem; }
    .column-gap-sm-4 {
        column-gap: 1rem; }
    .column-gap-sm-5 {
        column-gap: 3rem; }
    .column-gap-sm-0\.5 {
        column-gap: 0.125rem; }
    .column-gap-sm-8 {
        column-gap: 2rem; }
    .column-gap-sm-16 {
        column-gap: 4rem; }
    .column-gap-sm-32 {
        column-gap: 8rem; }
    .column-gap-sm-64 {
        column-gap: 16rem; }
    .fs-sm-1 {
        font-size: 3rem; }
    .fs-sm-2 {
        font-size: 2.25rem; }
    .fs-sm-3 {
        font-size: 2rem; }
    .fs-sm-4 {
        font-size: 1.5rem; }
    .fs-sm-5 {
        font-size: 1.25rem; }
    .fs-sm-6 {
        font-size: 0.875rem; }
    .fs-sm-7 {
        font-size: 0.75rem; }
    .fs-sm-8 {
        font-size: 1rem; }
    .fs-sm-9 {
        font-size: 0.875rem; }
    .fs-sm-10 {
        font-size: 0.75rem; }
    .fs-sm-11 {
        font-size: 0.625rem; }
    .fs-sm-12 {
        font-size: 0.5rem; }
    .lh-sm-1 {
        line-height: 1; }
    .lh-sm-sm {
        line-height: 1.25; }
    .lh-sm-base {
        line-height: 1.5; }
    .lh-sm-lg {
        line-height: 2; }
    .lh-sm-0 {
        line-height: 0; }
    .text-sm-start {
        text-align: left; }
    .text-sm-end {
        text-align: right; }
    .text-sm-center {
        text-align: center; }
    .text-sm-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-sm-primary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-sm-primary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-sm-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-sm-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-sm-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-sm-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-sm-success-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-sm-success-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-sm-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-sm-info-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-sm-info-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-sm-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-sm-warning-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-sm-warning-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-sm-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-sm-danger-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-sm-danger-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-sm-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-sm-light-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-sm-light-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-sm-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-sm-color-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-sm-color-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-sm-color-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-sm-color-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-sm-color-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-sm-color-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-sm-color-3 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-sm-color-3-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-sm-color-3-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-sm-color-4 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-sm-color-4-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-sm-color-4-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-sm-color-5 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-sm-color-5-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-sm-color-5-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-sm-dark-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-sm-light-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-sm-light-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-sm-light-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-sm-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-sm-black-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-sm-black-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-sm-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-sm-white-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-sm-white-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-sm-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-muted-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-muted-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-sm-black-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-sm-black-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-sm-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-sm-white-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-sm-white-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-sm-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-body-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-body-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-sm-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-sm-body-tertiary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-sm-body-tertiary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-sm-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-sm-body-emphasis-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-sm-body-emphasis-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-sm-reset {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-sm-reset-hover:hover {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-sm-reset-focus:focus {
        --bs-text-opacity: 1;
        color: inherit; }
    .bg-sm-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-primary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-primary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-sm-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-sm-success-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-sm-success-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-sm-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-sm-info-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-sm-info-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-sm-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-sm-warning-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-sm-warning-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-sm-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-sm-danger-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-sm-danger-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-3 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-3-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-3-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-4 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-4-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-4-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-5 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-5-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-sm-color-5-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-dark-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-light-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-sm-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-sm-black-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-sm-black-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-sm-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-sm-white-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-sm-white-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-sm-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-sm-transparent-hover:hover {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-sm-transparent-focus:focus {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-sm-body-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-tertiary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-tertiary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-emphasis {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-emphasis-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-sm-body-emphasis-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .z-sm-n2 {
        z-index: -2; }
    .z-sm-n1 {
        z-index: -1; }
    .z-sm-0 {
        z-index: 0; }
    .z-sm-1 {
        z-index: 1; }
    .z-sm-2 {
        z-index: 2; }
    .z-sm-10 {
        z-index: 10; }
    .z-sm-20 {
        z-index: 20; }
    .z-sm-50 {
        z-index: 50; }
    .z-sm-500 {
        z-index: 500; }
    .z-sm-1050 {
        z-index: 1050; }
    .z-sm-1100 {
        z-index: 1100; }
    .z-sm-2100 {
        z-index: 2100; }
    .z-sm-max {
        z-index: 2147483647; }
    .min-h-sm-0 {
        min-height: 0px; }
    .min-h-sm-0\.5 {
        min-height: 0.125rem; }
    .min-h-sm-1 {
        min-height: 0.25rem; }
    .min-h-sm-1\.5 {
        min-height: 0.375rem; }
    .min-h-sm-2 {
        min-height: 0.5rem; }
    .min-h-sm-2\.5 {
        min-height: 0.625rem; }
    .min-h-sm-3 {
        min-height: 0.75rem; }
    .min-h-sm-3\.5 {
        min-height: 0.875rem; }
    .min-h-sm-4 {
        min-height: 1rem; }
    .min-h-sm-5 {
        min-height: 1.25rem; }
    .min-h-sm-6 {
        min-height: 1.5rem; }
    .min-h-sm-7 {
        min-height: 1.75rem; }
    .min-h-sm-8 {
        min-height: 2rem; }
    .min-h-sm-9 {
        min-height: 2.25rem; }
    .min-h-sm-10 {
        min-height: 2.5rem; }
    .min-h-sm-11 {
        min-height: 2.75rem; }
    .min-h-sm-12 {
        min-height: 3rem; }
    .min-h-sm-13 {
        min-height: 3.25rem; }
    .min-h-sm-14 {
        min-height: 3.5rem; }
    .min-h-sm-15 {
        min-height: 3.75rem; }
    .min-h-sm-16 {
        min-height: 4rem; }
    .min-h-sm-20 {
        min-height: 5rem; }
    .min-h-sm-24 {
        min-height: 6rem; }
    .min-h-sm-28 {
        min-height: 7rem; }
    .min-h-sm-32 {
        min-height: 8rem; }
    .min-h-sm-36 {
        min-height: 9rem; }
    .min-h-sm-40 {
        min-height: 10rem; }
    .min-h-sm-44 {
        min-height: 11rem; }
    .min-h-sm-48 {
        min-height: 12rem; }
    .min-h-sm-52 {
        min-height: 13rem; }
    .min-h-sm-56 {
        min-height: 14rem; }
    .min-h-sm-60 {
        min-height: 15rem; }
    .min-h-sm-64 {
        min-height: 16rem; }
    .min-h-sm-72 {
        min-height: 18rem; }
    .min-h-sm-80 {
        min-height: 20rem; }
    .min-h-sm-96 {
        min-height: 24rem; }
    .min-h-sm-112 {
        min-height: 28rem; }
    .min-h-sm-128 {
        min-height: 32rem; }
    .min-h-sm-144 {
        min-height: 36rem; }
    .min-h-sm-160 {
        min-height: 40rem; }
    .min-h-sm-px {
        min-height: 1px; }
    .min-h-sm-1\/2 {
        min-height: 50%; }
    .min-h-sm-1\/3 {
        min-height: 33.333333%; }
    .min-h-sm-2\/3 {
        min-height: 66.666667%; }
    .min-h-sm-1\/4 {
        min-height: 25%; }
    .min-h-sm-2\/4 {
        min-height: 50%; }
    .min-h-sm-3\/4 {
        min-height: 75%; }
    .min-h-sm-1\/5 {
        min-height: 20%; }
    .min-h-sm-2\/5 {
        min-height: 40%; }
    .min-h-sm-3\/5 {
        min-height: 60%; }
    .min-h-sm-4\/5 {
        min-height: 80%; }
    .min-h-sm-1\/6 {
        min-height: 16.666667%; }
    .min-h-sm-2\/6 {
        min-height: 33.333333%; }
    .min-h-sm-3\/6 {
        min-height: 50%; }
    .min-h-sm-4\/6 {
        min-height: 66.666667%; }
    .min-h-sm-5\/6 {
        min-height: 83.333333%; }
    .min-h-sm-1\/12 {
        min-height: 8.333333%; }
    .min-h-sm-2\/12 {
        min-height: 16.666667%; }
    .min-h-sm-3\/12 {
        min-height: 25%; }
    .min-h-sm-4\/12 {
        min-height: 33.333333%; }
    .min-h-sm-5\/12 {
        min-height: 41.666667%; }
    .min-h-sm-6\/12 {
        min-height: 50%; }
    .min-h-sm-7\/12 {
        min-height: 58.333333%; }
    .min-h-sm-8\/12 {
        min-height: 66.666667%; }
    .min-h-sm-9\/12 {
        min-height: 75%; }
    .min-h-sm-10\/12 {
        min-height: 83.333333%; }
    .min-h-sm-11\/12 {
        min-height: 91.666667%; }
    .min-h-sm-full {
        min-height: 100%; }
    .min-w-sm-0 {
        min-width: 0px; }
    .min-w-sm-0\.5 {
        min-width: 0.125rem; }
    .min-w-sm-1 {
        min-width: 0.25rem; }
    .min-w-sm-1\.5 {
        min-width: 0.375rem; }
    .min-w-sm-2 {
        min-width: 0.5rem; }
    .min-w-sm-2\.5 {
        min-width: 0.625rem; }
    .min-w-sm-3 {
        min-width: 0.75rem; }
    .min-w-sm-3\.5 {
        min-width: 0.875rem; }
    .min-w-sm-4 {
        min-width: 1rem; }
    .min-w-sm-5 {
        min-width: 1.25rem; }
    .min-w-sm-6 {
        min-width: 1.5rem; }
    .min-w-sm-7 {
        min-width: 1.75rem; }
    .min-w-sm-8 {
        min-width: 2rem; }
    .min-w-sm-9 {
        min-width: 2.25rem; }
    .min-w-sm-10 {
        min-width: 2.5rem; }
    .min-w-sm-11 {
        min-width: 2.75rem; }
    .min-w-sm-12 {
        min-width: 3rem; }
    .min-w-sm-13 {
        min-width: 3.25rem; }
    .min-w-sm-14 {
        min-width: 3.5rem; }
    .min-w-sm-15 {
        min-width: 3.75rem; }
    .min-w-sm-16 {
        min-width: 4rem; }
    .min-w-sm-20 {
        min-width: 5rem; }
    .min-w-sm-24 {
        min-width: 6rem; }
    .min-w-sm-28 {
        min-width: 7rem; }
    .min-w-sm-32 {
        min-width: 8rem; }
    .min-w-sm-36 {
        min-width: 9rem; }
    .min-w-sm-40 {
        min-width: 10rem; }
    .min-w-sm-44 {
        min-width: 11rem; }
    .min-w-sm-48 {
        min-width: 12rem; }
    .min-w-sm-52 {
        min-width: 13rem; }
    .min-w-sm-56 {
        min-width: 14rem; }
    .min-w-sm-60 {
        min-width: 15rem; }
    .min-w-sm-64 {
        min-width: 16rem; }
    .min-w-sm-72 {
        min-width: 18rem; }
    .min-w-sm-80 {
        min-width: 20rem; }
    .min-w-sm-96 {
        min-width: 24rem; }
    .min-w-sm-112 {
        min-width: 28rem; }
    .min-w-sm-128 {
        min-width: 32rem; }
    .min-w-sm-144 {
        min-width: 36rem; }
    .min-w-sm-160 {
        min-width: 40rem; }
    .min-w-sm-px {
        min-width: 1px; }
    .min-w-sm-1\/2 {
        min-width: 50%; }
    .min-w-sm-1\/3 {
        min-width: 33.333333%; }
    .min-w-sm-2\/3 {
        min-width: 66.666667%; }
    .min-w-sm-1\/4 {
        min-width: 25%; }
    .min-w-sm-2\/4 {
        min-width: 50%; }
    .min-w-sm-3\/4 {
        min-width: 75%; }
    .min-w-sm-1\/5 {
        min-width: 20%; }
    .min-w-sm-2\/5 {
        min-width: 40%; }
    .min-w-sm-3\/5 {
        min-width: 60%; }
    .min-w-sm-4\/5 {
        min-width: 80%; }
    .min-w-sm-1\/6 {
        min-width: 16.666667%; }
    .min-w-sm-2\/6 {
        min-width: 33.333333%; }
    .min-w-sm-3\/6 {
        min-width: 50%; }
    .min-w-sm-4\/6 {
        min-width: 66.666667%; }
    .min-w-sm-5\/6 {
        min-width: 83.333333%; }
    .min-w-sm-1\/12 {
        min-width: 8.333333%; }
    .min-w-sm-2\/12 {
        min-width: 16.666667%; }
    .min-w-sm-3\/12 {
        min-width: 25%; }
    .min-w-sm-4\/12 {
        min-width: 33.333333%; }
    .min-w-sm-5\/12 {
        min-width: 41.666667%; }
    .min-w-sm-6\/12 {
        min-width: 50%; }
    .min-w-sm-7\/12 {
        min-width: 58.333333%; }
    .min-w-sm-8\/12 {
        min-width: 66.666667%; }
    .min-w-sm-9\/12 {
        min-width: 75%; }
    .min-w-sm-10\/12 {
        min-width: 83.333333%; }
    .min-w-sm-11\/12 {
        min-width: 91.666667%; }
    .min-w-sm-full {
        min-width: 100%; } }

@media (min-width: 768px) {
    .float-md-start {
        float: left; }
    .float-md-end {
        float: right; }
    .float-md-none {
        float: none; }
    .object-fit-md-contain {
        object-fit: contain; }
    .object-fit-md-cover {
        object-fit: cover; }
    .object-fit-md-fill {
        object-fit: fill; }
    .object-fit-md-scale {
        object-fit: scale-down; }
    .object-fit-md-none {
        object-fit: none; }
    .overflow-y-md-auto {
        overflow-y: auto; }
    .overflow-y-md-hidden {
        overflow-y: hidden; }
    .overflow-y-md-visible {
        overflow-y: visible; }
    .overflow-y-md-scroll {
        overflow-y: scroll; }
    .d-md-inline {
        display: inline; }
    .d-md-inline-block {
        display: inline-block; }
    .d-md-block {
        display: block; }
    .d-md-grid {
        display: grid; }
    .d-md-table {
        display: table; }
    .d-md-table-row {
        display: table-row; }
    .d-md-table-cell {
        display: table-cell; }
    .d-md-flex {
        display: flex; }
    .d-md-inline-flex {
        display: inline-flex; }
    .d-md-none {
        display: none; }
    .shadow-md {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }
    .shadow-md-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
    .shadow-md-lg {
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }
    .shadow-md-none {
        box-shadow: none; }
    .shadow-md-xs {
        box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }
    .shadow-md-xl {
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }
    .position-md-static {
        position: static; }
    .position-md-relative {
        position: relative; }
    .position-md-absolute {
        position: absolute; }
    .position-md-fixed {
        position: fixed; }
    .position-md-sticky {
        position: sticky; }
    .top-md-0 {
        top: 0px; }
    .top-md-50 {
        top: 50%; }
    .top-md-100 {
        top: 100%; }
    .top-md-0\.5 {
        top: 0.125rem; }
    .top-md-1 {
        top: 0.25rem; }
    .top-md-1\.5 {
        top: 0.375rem; }
    .top-md-2 {
        top: 0.5rem; }
    .top-md-2\.5 {
        top: 0.625rem; }
    .top-md-3 {
        top: 0.75rem; }
    .top-md-3\.5 {
        top: 0.875rem; }
    .top-md-4 {
        top: 1rem; }
    .top-md-5 {
        top: 1.25rem; }
    .top-md-6 {
        top: 1.5rem; }
    .top-md-7 {
        top: 1.75rem; }
    .top-md-8 {
        top: 2rem; }
    .top-md-9 {
        top: 2.25rem; }
    .top-md-10 {
        top: 2.5rem; }
    .top-md-11 {
        top: 2.75rem; }
    .top-md-12 {
        top: 3rem; }
    .top-md-13 {
        top: 3.25rem; }
    .top-md-14 {
        top: 3.5rem; }
    .top-md-15 {
        top: 3.75rem; }
    .top-md-16 {
        top: 4rem; }
    .top-md-20 {
        top: 5rem; }
    .top-md-24 {
        top: 6rem; }
    .top-md-28 {
        top: 7rem; }
    .top-md-32 {
        top: 8rem; }
    .top-md-36 {
        top: 9rem; }
    .top-md-40 {
        top: 10rem; }
    .top-md-44 {
        top: 11rem; }
    .top-md-px {
        top: 1px; }
    .top-md-1\/2 {
        top: 50%; }
    .top-md-1\/3 {
        top: 33.333333%; }
    .top-md-2\/3 {
        top: 66.666667%; }
    .top-md-1\/4 {
        top: 25%; }
    .top-md-2\/4 {
        top: 50%; }
    .top-md-3\/4 {
        top: 75%; }
    .top-md-1\/5 {
        top: 20%; }
    .top-md-2\/5 {
        top: 40%; }
    .top-md-3\/5 {
        top: 60%; }
    .top-md-4\/5 {
        top: 80%; }
    .top-md-1\/6 {
        top: 16.666667%; }
    .top-md-2\/6 {
        top: 33.333333%; }
    .top-md-3\/6 {
        top: 50%; }
    .top-md-4\/6 {
        top: 66.666667%; }
    .top-md-5\/6 {
        top: 83.333333%; }
    .top-md-1\/12 {
        top: 8.333333%; }
    .top-md-2\/12 {
        top: 16.666667%; }
    .top-md-3\/12 {
        top: 25%; }
    .top-md-4\/12 {
        top: 33.333333%; }
    .top-md-5\/12 {
        top: 41.666667%; }
    .top-md-6\/12 {
        top: 50%; }
    .top-md-7\/12 {
        top: 58.333333%; }
    .top-md-8\/12 {
        top: 66.666667%; }
    .top-md-9\/12 {
        top: 75%; }
    .top-md-10\/12 {
        top: 83.333333%; }
    .top-md-11\/12 {
        top: 91.666667%; }
    .top-md-full {
        top: 100%; }
    .bottom-md-0 {
        bottom: 0px; }
    .bottom-md-50 {
        bottom: 50%; }
    .bottom-md-100 {
        bottom: 100%; }
    .bottom-md-0\.5 {
        bottom: 0.125rem; }
    .bottom-md-1 {
        bottom: 0.25rem; }
    .bottom-md-1\.5 {
        bottom: 0.375rem; }
    .bottom-md-2 {
        bottom: 0.5rem; }
    .bottom-md-2\.5 {
        bottom: 0.625rem; }
    .bottom-md-3 {
        bottom: 0.75rem; }
    .bottom-md-3\.5 {
        bottom: 0.875rem; }
    .bottom-md-4 {
        bottom: 1rem; }
    .bottom-md-5 {
        bottom: 1.25rem; }
    .bottom-md-6 {
        bottom: 1.5rem; }
    .bottom-md-7 {
        bottom: 1.75rem; }
    .bottom-md-8 {
        bottom: 2rem; }
    .bottom-md-9 {
        bottom: 2.25rem; }
    .bottom-md-10 {
        bottom: 2.5rem; }
    .bottom-md-11 {
        bottom: 2.75rem; }
    .bottom-md-12 {
        bottom: 3rem; }
    .bottom-md-13 {
        bottom: 3.25rem; }
    .bottom-md-14 {
        bottom: 3.5rem; }
    .bottom-md-15 {
        bottom: 3.75rem; }
    .bottom-md-16 {
        bottom: 4rem; }
    .bottom-md-20 {
        bottom: 5rem; }
    .bottom-md-24 {
        bottom: 6rem; }
    .bottom-md-28 {
        bottom: 7rem; }
    .bottom-md-32 {
        bottom: 8rem; }
    .bottom-md-36 {
        bottom: 9rem; }
    .bottom-md-40 {
        bottom: 10rem; }
    .bottom-md-44 {
        bottom: 11rem; }
    .bottom-md-px {
        bottom: 1px; }
    .bottom-md-1\/2 {
        bottom: 50%; }
    .bottom-md-1\/3 {
        bottom: 33.333333%; }
    .bottom-md-2\/3 {
        bottom: 66.666667%; }
    .bottom-md-1\/4 {
        bottom: 25%; }
    .bottom-md-2\/4 {
        bottom: 50%; }
    .bottom-md-3\/4 {
        bottom: 75%; }
    .bottom-md-1\/5 {
        bottom: 20%; }
    .bottom-md-2\/5 {
        bottom: 40%; }
    .bottom-md-3\/5 {
        bottom: 60%; }
    .bottom-md-4\/5 {
        bottom: 80%; }
    .bottom-md-1\/6 {
        bottom: 16.666667%; }
    .bottom-md-2\/6 {
        bottom: 33.333333%; }
    .bottom-md-3\/6 {
        bottom: 50%; }
    .bottom-md-4\/6 {
        bottom: 66.666667%; }
    .bottom-md-5\/6 {
        bottom: 83.333333%; }
    .bottom-md-1\/12 {
        bottom: 8.333333%; }
    .bottom-md-2\/12 {
        bottom: 16.666667%; }
    .bottom-md-3\/12 {
        bottom: 25%; }
    .bottom-md-4\/12 {
        bottom: 33.333333%; }
    .bottom-md-5\/12 {
        bottom: 41.666667%; }
    .bottom-md-6\/12 {
        bottom: 50%; }
    .bottom-md-7\/12 {
        bottom: 58.333333%; }
    .bottom-md-8\/12 {
        bottom: 66.666667%; }
    .bottom-md-9\/12 {
        bottom: 75%; }
    .bottom-md-10\/12 {
        bottom: 83.333333%; }
    .bottom-md-11\/12 {
        bottom: 91.666667%; }
    .bottom-md-full {
        bottom: 100%; }
    .start-md-0 {
        left: 0px; }
    .start-md-50 {
        left: 50%; }
    .start-md-100 {
        left: 100%; }
    .start-md-0\.5 {
        left: 0.125rem; }
    .start-md-1 {
        left: 0.25rem; }
    .start-md-1\.5 {
        left: 0.375rem; }
    .start-md-2 {
        left: 0.5rem; }
    .start-md-2\.5 {
        left: 0.625rem; }
    .start-md-3 {
        left: 0.75rem; }
    .start-md-3\.5 {
        left: 0.875rem; }
    .start-md-4 {
        left: 1rem; }
    .start-md-5 {
        left: 1.25rem; }
    .start-md-6 {
        left: 1.5rem; }
    .start-md-7 {
        left: 1.75rem; }
    .start-md-8 {
        left: 2rem; }
    .start-md-9 {
        left: 2.25rem; }
    .start-md-10 {
        left: 2.5rem; }
    .start-md-11 {
        left: 2.75rem; }
    .start-md-12 {
        left: 3rem; }
    .start-md-13 {
        left: 3.25rem; }
    .start-md-14 {
        left: 3.5rem; }
    .start-md-15 {
        left: 3.75rem; }
    .start-md-16 {
        left: 4rem; }
    .start-md-20 {
        left: 5rem; }
    .start-md-24 {
        left: 6rem; }
    .start-md-28 {
        left: 7rem; }
    .start-md-32 {
        left: 8rem; }
    .start-md-36 {
        left: 9rem; }
    .start-md-40 {
        left: 10rem; }
    .start-md-44 {
        left: 11rem; }
    .start-md-px {
        left: 1px; }
    .start-md-1\/2 {
        left: 50%; }
    .start-md-1\/3 {
        left: 33.333333%; }
    .start-md-2\/3 {
        left: 66.666667%; }
    .start-md-1\/4 {
        left: 25%; }
    .start-md-2\/4 {
        left: 50%; }
    .start-md-3\/4 {
        left: 75%; }
    .start-md-1\/5 {
        left: 20%; }
    .start-md-2\/5 {
        left: 40%; }
    .start-md-3\/5 {
        left: 60%; }
    .start-md-4\/5 {
        left: 80%; }
    .start-md-1\/6 {
        left: 16.666667%; }
    .start-md-2\/6 {
        left: 33.333333%; }
    .start-md-3\/6 {
        left: 50%; }
    .start-md-4\/6 {
        left: 66.666667%; }
    .start-md-5\/6 {
        left: 83.333333%; }
    .start-md-1\/12 {
        left: 8.333333%; }
    .start-md-2\/12 {
        left: 16.666667%; }
    .start-md-3\/12 {
        left: 25%; }
    .start-md-4\/12 {
        left: 33.333333%; }
    .start-md-5\/12 {
        left: 41.666667%; }
    .start-md-6\/12 {
        left: 50%; }
    .start-md-7\/12 {
        left: 58.333333%; }
    .start-md-8\/12 {
        left: 66.666667%; }
    .start-md-9\/12 {
        left: 75%; }
    .start-md-10\/12 {
        left: 83.333333%; }
    .start-md-11\/12 {
        left: 91.666667%; }
    .start-md-full {
        left: 100%; }
    .end-md-0 {
        right: 0px; }
    .end-md-50 {
        right: 50%; }
    .end-md-100 {
        right: 100%; }
    .end-md-0\.5 {
        right: 0.125rem; }
    .end-md-1 {
        right: 0.25rem; }
    .end-md-1\.5 {
        right: 0.375rem; }
    .end-md-2 {
        right: 0.5rem; }
    .end-md-2\.5 {
        right: 0.625rem; }
    .end-md-3 {
        right: 0.75rem; }
    .end-md-3\.5 {
        right: 0.875rem; }
    .end-md-4 {
        right: 1rem; }
    .end-md-5 {
        right: 1.25rem; }
    .end-md-6 {
        right: 1.5rem; }
    .end-md-7 {
        right: 1.75rem; }
    .end-md-8 {
        right: 2rem; }
    .end-md-9 {
        right: 2.25rem; }
    .end-md-10 {
        right: 2.5rem; }
    .end-md-11 {
        right: 2.75rem; }
    .end-md-12 {
        right: 3rem; }
    .end-md-13 {
        right: 3.25rem; }
    .end-md-14 {
        right: 3.5rem; }
    .end-md-15 {
        right: 3.75rem; }
    .end-md-16 {
        right: 4rem; }
    .end-md-20 {
        right: 5rem; }
    .end-md-24 {
        right: 6rem; }
    .end-md-28 {
        right: 7rem; }
    .end-md-32 {
        right: 8rem; }
    .end-md-36 {
        right: 9rem; }
    .end-md-40 {
        right: 10rem; }
    .end-md-44 {
        right: 11rem; }
    .end-md-px {
        right: 1px; }
    .end-md-1\/2 {
        right: 50%; }
    .end-md-1\/3 {
        right: 33.333333%; }
    .end-md-2\/3 {
        right: 66.666667%; }
    .end-md-1\/4 {
        right: 25%; }
    .end-md-2\/4 {
        right: 50%; }
    .end-md-3\/4 {
        right: 75%; }
    .end-md-1\/5 {
        right: 20%; }
    .end-md-2\/5 {
        right: 40%; }
    .end-md-3\/5 {
        right: 60%; }
    .end-md-4\/5 {
        right: 80%; }
    .end-md-1\/6 {
        right: 16.666667%; }
    .end-md-2\/6 {
        right: 33.333333%; }
    .end-md-3\/6 {
        right: 50%; }
    .end-md-4\/6 {
        right: 66.666667%; }
    .end-md-5\/6 {
        right: 83.333333%; }
    .end-md-1\/12 {
        right: 8.333333%; }
    .end-md-2\/12 {
        right: 16.666667%; }
    .end-md-3\/12 {
        right: 25%; }
    .end-md-4\/12 {
        right: 33.333333%; }
    .end-md-5\/12 {
        right: 41.666667%; }
    .end-md-6\/12 {
        right: 50%; }
    .end-md-7\/12 {
        right: 58.333333%; }
    .end-md-8\/12 {
        right: 66.666667%; }
    .end-md-9\/12 {
        right: 75%; }
    .end-md-10\/12 {
        right: 83.333333%; }
    .end-md-11\/12 {
        right: 91.666667%; }
    .end-md-full {
        right: 100%; }
    .w-md-25 {
        width: 25%; }
    .w-md-50 {
        width: 50%; }
    .w-md-75 {
        width: 75%; }
    .w-md-100 {
        width: 100%; }
    .w-md-auto {
        width: auto; }
    .w-md-0 {
        width: 0px; }
    .w-md-0\.5 {
        width: 0.125rem; }
    .w-md-1 {
        width: 0.25rem; }
    .w-md-1\.5 {
        width: 0.375rem; }
    .w-md-2 {
        width: 0.5rem; }
    .w-md-2\.5 {
        width: 0.625rem; }
    .w-md-3 {
        width: 0.75rem; }
    .w-md-3\.5 {
        width: 0.875rem; }
    .w-md-4 {
        width: 1rem; }
    .w-md-5 {
        width: 1.25rem; }
    .w-md-6 {
        width: 1.5rem; }
    .w-md-7 {
        width: 1.75rem; }
    .w-md-8 {
        width: 2rem; }
    .w-md-9 {
        width: 2.25rem; }
    .w-md-10 {
        width: 2.5rem; }
    .w-md-11 {
        width: 2.75rem; }
    .w-md-12 {
        width: 3rem; }
    .w-md-13 {
        width: 3.25rem; }
    .w-md-14 {
        width: 3.5rem; }
    .w-md-15 {
        width: 3.75rem; }
    .w-md-16 {
        width: 4rem; }
    .w-md-20 {
        width: 5rem; }
    .w-md-24 {
        width: 6rem; }
    .w-md-28 {
        width: 7rem; }
    .w-md-32 {
        width: 8rem; }
    .w-md-36 {
        width: 9rem; }
    .w-md-40 {
        width: 10rem; }
    .w-md-44 {
        width: 11rem; }
    .w-md-48 {
        width: 12rem; }
    .w-md-52 {
        width: 13rem; }
    .w-md-56 {
        width: 14rem; }
    .w-md-60 {
        width: 15rem; }
    .w-md-64 {
        width: 16rem; }
    .w-md-72 {
        width: 18rem; }
    .w-md-80 {
        width: 20rem; }
    .w-md-96 {
        width: 24rem; }
    .w-md-112 {
        width: 28rem; }
    .w-md-128 {
        width: 32rem; }
    .w-md-144 {
        width: 36rem; }
    .w-md-160 {
        width: 40rem; }
    .w-md-px {
        width: 1px; }
    .w-md-1\/2 {
        width: 50%; }
    .w-md-1\/3 {
        width: 33.333333%; }
    .w-md-2\/3 {
        width: 66.666667%; }
    .w-md-1\/4 {
        width: 25%; }
    .w-md-2\/4 {
        width: 50%; }
    .w-md-3\/4 {
        width: 75%; }
    .w-md-1\/5 {
        width: 20%; }
    .w-md-2\/5 {
        width: 40%; }
    .w-md-3\/5 {
        width: 60%; }
    .w-md-4\/5 {
        width: 80%; }
    .w-md-1\/6 {
        width: 16.666667%; }
    .w-md-2\/6 {
        width: 33.333333%; }
    .w-md-3\/6 {
        width: 50%; }
    .w-md-4\/6 {
        width: 66.666667%; }
    .w-md-5\/6 {
        width: 83.333333%; }
    .w-md-1\/12 {
        width: 8.333333%; }
    .w-md-2\/12 {
        width: 16.666667%; }
    .w-md-3\/12 {
        width: 25%; }
    .w-md-4\/12 {
        width: 33.333333%; }
    .w-md-5\/12 {
        width: 41.666667%; }
    .w-md-6\/12 {
        width: 50%; }
    .w-md-7\/12 {
        width: 58.333333%; }
    .w-md-8\/12 {
        width: 66.666667%; }
    .w-md-9\/12 {
        width: 75%; }
    .w-md-10\/12 {
        width: 83.333333%; }
    .w-md-11\/12 {
        width: 91.666667%; }
    .w-md-full {
        width: 100%; }
    .max-w-md-0 {
        max-width: 0px; }
    .max-w-md-0\.5 {
        max-width: 0.125rem; }
    .max-w-md-1 {
        max-width: 0.25rem; }
    .max-w-md-1\.5 {
        max-width: 0.375rem; }
    .max-w-md-2 {
        max-width: 0.5rem; }
    .max-w-md-2\.5 {
        max-width: 0.625rem; }
    .max-w-md-3 {
        max-width: 0.75rem; }
    .max-w-md-3\.5 {
        max-width: 0.875rem; }
    .max-w-md-4 {
        max-width: 1rem; }
    .max-w-md-5 {
        max-width: 1.25rem; }
    .max-w-md-6 {
        max-width: 1.5rem; }
    .max-w-md-7 {
        max-width: 1.75rem; }
    .max-w-md-8 {
        max-width: 2rem; }
    .max-w-md-9 {
        max-width: 2.25rem; }
    .max-w-md-10 {
        max-width: 2.5rem; }
    .max-w-md-11 {
        max-width: 2.75rem; }
    .max-w-md-12 {
        max-width: 3rem; }
    .max-w-md-13 {
        max-width: 3.25rem; }
    .max-w-md-14 {
        max-width: 3.5rem; }
    .max-w-md-15 {
        max-width: 3.75rem; }
    .max-w-md-16 {
        max-width: 4rem; }
    .max-w-md-20 {
        max-width: 5rem; }
    .max-w-md-24 {
        max-width: 6rem; }
    .max-w-md-28 {
        max-width: 7rem; }
    .max-w-md-32 {
        max-width: 8rem; }
    .max-w-md-36 {
        max-width: 9rem; }
    .max-w-md-40 {
        max-width: 10rem; }
    .max-w-md-44 {
        max-width: 11rem; }
    .max-w-md-48 {
        max-width: 12rem; }
    .max-w-md-52 {
        max-width: 13rem; }
    .max-w-md-56 {
        max-width: 14rem; }
    .max-w-md-60 {
        max-width: 15rem; }
    .max-w-md-64 {
        max-width: 16rem; }
    .max-w-md-72 {
        max-width: 18rem; }
    .max-w-md-80 {
        max-width: 20rem; }
    .max-w-md-96 {
        max-width: 24rem; }
    .max-w-md-112 {
        max-width: 28rem; }
    .max-w-md-128 {
        max-width: 32rem; }
    .max-w-md-144 {
        max-width: 36rem; }
    .max-w-md-160 {
        max-width: 40rem; }
    .max-w-md-px {
        max-width: 1px; }
    .max-w-md-1\/2 {
        max-width: 50%; }
    .max-w-md-1\/3 {
        max-width: 33.333333%; }
    .max-w-md-2\/3 {
        max-width: 66.666667%; }
    .max-w-md-1\/4 {
        max-width: 25%; }
    .max-w-md-2\/4 {
        max-width: 50%; }
    .max-w-md-3\/4 {
        max-width: 75%; }
    .max-w-md-1\/5 {
        max-width: 20%; }
    .max-w-md-2\/5 {
        max-width: 40%; }
    .max-w-md-3\/5 {
        max-width: 60%; }
    .max-w-md-4\/5 {
        max-width: 80%; }
    .max-w-md-1\/6 {
        max-width: 16.666667%; }
    .max-w-md-2\/6 {
        max-width: 33.333333%; }
    .max-w-md-3\/6 {
        max-width: 50%; }
    .max-w-md-4\/6 {
        max-width: 66.666667%; }
    .max-w-md-5\/6 {
        max-width: 83.333333%; }
    .max-w-md-1\/12 {
        max-width: 8.333333%; }
    .max-w-md-2\/12 {
        max-width: 16.666667%; }
    .max-w-md-3\/12 {
        max-width: 25%; }
    .max-w-md-4\/12 {
        max-width: 33.333333%; }
    .max-w-md-5\/12 {
        max-width: 41.666667%; }
    .max-w-md-6\/12 {
        max-width: 50%; }
    .max-w-md-7\/12 {
        max-width: 58.333333%; }
    .max-w-md-8\/12 {
        max-width: 66.666667%; }
    .max-w-md-9\/12 {
        max-width: 75%; }
    .max-w-md-10\/12 {
        max-width: 83.333333%; }
    .max-w-md-11\/12 {
        max-width: 91.666667%; }
    .max-w-md-full {
        max-width: 100%; }
    .vw-md-100 {
        width: 100vw; }
    .h-md-25 {
        height: 25%; }
    .h-md-50 {
        height: 50%; }
    .h-md-75 {
        height: 75%; }
    .h-md-100 {
        height: 100%; }
    .h-md-auto {
        height: auto; }
    .h-md-0 {
        height: 0px; }
    .h-md-0\.5 {
        height: 0.125rem; }
    .h-md-1 {
        height: 0.25rem; }
    .h-md-1\.5 {
        height: 0.375rem; }
    .h-md-2 {
        height: 0.5rem; }
    .h-md-2\.5 {
        height: 0.625rem; }
    .h-md-3 {
        height: 0.75rem; }
    .h-md-3\.5 {
        height: 0.875rem; }
    .h-md-4 {
        height: 1rem; }
    .h-md-5 {
        height: 1.25rem; }
    .h-md-6 {
        height: 1.5rem; }
    .h-md-7 {
        height: 1.75rem; }
    .h-md-8 {
        height: 2rem; }
    .h-md-9 {
        height: 2.25rem; }
    .h-md-10 {
        height: 2.5rem; }
    .h-md-11 {
        height: 2.75rem; }
    .h-md-12 {
        height: 3rem; }
    .h-md-13 {
        height: 3.25rem; }
    .h-md-14 {
        height: 3.5rem; }
    .h-md-15 {
        height: 3.75rem; }
    .h-md-16 {
        height: 4rem; }
    .h-md-20 {
        height: 5rem; }
    .h-md-24 {
        height: 6rem; }
    .h-md-28 {
        height: 7rem; }
    .h-md-32 {
        height: 8rem; }
    .h-md-36 {
        height: 9rem; }
    .h-md-40 {
        height: 10rem; }
    .h-md-44 {
        height: 11rem; }
    .h-md-48 {
        height: 12rem; }
    .h-md-52 {
        height: 13rem; }
    .h-md-56 {
        height: 14rem; }
    .h-md-60 {
        height: 15rem; }
    .h-md-64 {
        height: 16rem; }
    .h-md-72 {
        height: 18rem; }
    .h-md-80 {
        height: 20rem; }
    .h-md-96 {
        height: 24rem; }
    .h-md-112 {
        height: 28rem; }
    .h-md-128 {
        height: 32rem; }
    .h-md-144 {
        height: 36rem; }
    .h-md-160 {
        height: 40rem; }
    .h-md-px {
        height: 1px; }
    .h-md-1\/2 {
        height: 50%; }
    .h-md-1\/3 {
        height: 33.333333%; }
    .h-md-2\/3 {
        height: 66.666667%; }
    .h-md-1\/4 {
        height: 25%; }
    .h-md-2\/4 {
        height: 50%; }
    .h-md-3\/4 {
        height: 75%; }
    .h-md-1\/5 {
        height: 20%; }
    .h-md-2\/5 {
        height: 40%; }
    .h-md-3\/5 {
        height: 60%; }
    .h-md-4\/5 {
        height: 80%; }
    .h-md-1\/6 {
        height: 16.666667%; }
    .h-md-2\/6 {
        height: 33.333333%; }
    .h-md-3\/6 {
        height: 50%; }
    .h-md-4\/6 {
        height: 66.666667%; }
    .h-md-5\/6 {
        height: 83.333333%; }
    .h-md-1\/12 {
        height: 8.333333%; }
    .h-md-2\/12 {
        height: 16.666667%; }
    .h-md-3\/12 {
        height: 25%; }
    .h-md-4\/12 {
        height: 33.333333%; }
    .h-md-5\/12 {
        height: 41.666667%; }
    .h-md-6\/12 {
        height: 50%; }
    .h-md-7\/12 {
        height: 58.333333%; }
    .h-md-8\/12 {
        height: 66.666667%; }
    .h-md-9\/12 {
        height: 75%; }
    .h-md-10\/12 {
        height: 83.333333%; }
    .h-md-11\/12 {
        height: 91.666667%; }
    .h-md-full {
        height: 100%; }
    .mh-md-100 {
        max-height: 100%; }
    .mh-md-0 {
        max-height: 0px; }
    .mh-md-0\.5 {
        max-height: 0.125rem; }
    .mh-md-1 {
        max-height: 0.25rem; }
    .mh-md-1\.5 {
        max-height: 0.375rem; }
    .mh-md-2 {
        max-height: 0.5rem; }
    .mh-md-2\.5 {
        max-height: 0.625rem; }
    .mh-md-3 {
        max-height: 0.75rem; }
    .mh-md-3\.5 {
        max-height: 0.875rem; }
    .mh-md-4 {
        max-height: 1rem; }
    .mh-md-5 {
        max-height: 1.25rem; }
    .mh-md-6 {
        max-height: 1.5rem; }
    .mh-md-7 {
        max-height: 1.75rem; }
    .mh-md-8 {
        max-height: 2rem; }
    .mh-md-9 {
        max-height: 2.25rem; }
    .mh-md-10 {
        max-height: 2.5rem; }
    .mh-md-11 {
        max-height: 2.75rem; }
    .mh-md-12 {
        max-height: 3rem; }
    .mh-md-13 {
        max-height: 3.25rem; }
    .mh-md-14 {
        max-height: 3.5rem; }
    .mh-md-15 {
        max-height: 3.75rem; }
    .mh-md-16 {
        max-height: 4rem; }
    .mh-md-20 {
        max-height: 5rem; }
    .mh-md-24 {
        max-height: 6rem; }
    .mh-md-28 {
        max-height: 7rem; }
    .mh-md-32 {
        max-height: 8rem; }
    .mh-md-36 {
        max-height: 9rem; }
    .mh-md-40 {
        max-height: 10rem; }
    .mh-md-44 {
        max-height: 11rem; }
    .mh-md-48 {
        max-height: 12rem; }
    .mh-md-52 {
        max-height: 13rem; }
    .mh-md-56 {
        max-height: 14rem; }
    .mh-md-60 {
        max-height: 15rem; }
    .mh-md-64 {
        max-height: 16rem; }
    .mh-md-72 {
        max-height: 18rem; }
    .mh-md-80 {
        max-height: 20rem; }
    .mh-md-96 {
        max-height: 24rem; }
    .mh-md-112 {
        max-height: 28rem; }
    .mh-md-128 {
        max-height: 32rem; }
    .mh-md-144 {
        max-height: 36rem; }
    .mh-md-160 {
        max-height: 40rem; }
    .mh-md-px {
        max-height: 1px; }
    .mh-md-1\/2 {
        max-height: 50%; }
    .mh-md-1\/3 {
        max-height: 33.333333%; }
    .mh-md-2\/3 {
        max-height: 66.666667%; }
    .mh-md-1\/4 {
        max-height: 25%; }
    .mh-md-2\/4 {
        max-height: 50%; }
    .mh-md-3\/4 {
        max-height: 75%; }
    .mh-md-1\/5 {
        max-height: 20%; }
    .mh-md-2\/5 {
        max-height: 40%; }
    .mh-md-3\/5 {
        max-height: 60%; }
    .mh-md-4\/5 {
        max-height: 80%; }
    .mh-md-1\/6 {
        max-height: 16.666667%; }
    .mh-md-2\/6 {
        max-height: 33.333333%; }
    .mh-md-3\/6 {
        max-height: 50%; }
    .mh-md-4\/6 {
        max-height: 66.666667%; }
    .mh-md-5\/6 {
        max-height: 83.333333%; }
    .mh-md-1\/12 {
        max-height: 8.333333%; }
    .mh-md-2\/12 {
        max-height: 16.666667%; }
    .mh-md-3\/12 {
        max-height: 25%; }
    .mh-md-4\/12 {
        max-height: 33.333333%; }
    .mh-md-5\/12 {
        max-height: 41.666667%; }
    .mh-md-6\/12 {
        max-height: 50%; }
    .mh-md-7\/12 {
        max-height: 58.333333%; }
    .mh-md-8\/12 {
        max-height: 66.666667%; }
    .mh-md-9\/12 {
        max-height: 75%; }
    .mh-md-10\/12 {
        max-height: 83.333333%; }
    .mh-md-11\/12 {
        max-height: 91.666667%; }
    .mh-md-full {
        max-height: 100%; }
    .vh-md-100 {
        height: 100vh; }
    .flex-md-fill {
        flex: 1 1 auto; }
    .flex-md-row {
        flex-direction: row; }
    .flex-md-column {
        flex-direction: column; }
    .flex-md-row-reverse {
        flex-direction: row-reverse; }
    .flex-md-column-reverse {
        flex-direction: column-reverse; }
    .flex-md-grow-0 {
        flex-grow: 0; }
    .flex-md-grow-1 {
        flex-grow: 1; }
    .flex-md-shrink-0 {
        flex-shrink: 0; }
    .flex-md-shrink-1 {
        flex-shrink: 1; }
    .flex-md-wrap {
        flex-wrap: wrap; }
    .flex-md-nowrap {
        flex-wrap: nowrap; }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse; }
    .justify-content-md-start {
        justify-content: flex-start; }
    .justify-content-md-end {
        justify-content: flex-end; }
    .justify-content-md-center {
        justify-content: center; }
    .justify-content-md-between {
        justify-content: space-between; }
    .justify-content-md-around {
        justify-content: space-around; }
    .justify-content-md-evenly {
        justify-content: space-evenly; }
    .align-items-md-start {
        align-items: flex-start; }
    .align-items-md-end {
        align-items: flex-end; }
    .align-items-md-center {
        align-items: center; }
    .align-items-md-baseline {
        align-items: baseline; }
    .align-items-md-stretch {
        align-items: stretch; }
    .align-content-md-start {
        align-content: flex-start; }
    .align-content-md-end {
        align-content: flex-end; }
    .align-content-md-center {
        align-content: center; }
    .align-content-md-between {
        align-content: space-between; }
    .align-content-md-around {
        align-content: space-around; }
    .align-content-md-stretch {
        align-content: stretch; }
    .align-self-md-auto {
        align-self: auto; }
    .align-self-md-start {
        align-self: flex-start; }
    .align-self-md-end {
        align-self: flex-end; }
    .align-self-md-center {
        align-self: center; }
    .align-self-md-baseline {
        align-self: baseline; }
    .align-self-md-stretch {
        align-self: stretch; }
    .order-md-first {
        order: -1; }
    .order-md-0 {
        order: 0; }
    .order-md-1 {
        order: 1; }
    .order-md-2 {
        order: 2; }
    .order-md-3 {
        order: 3; }
    .order-md-4 {
        order: 4; }
    .order-md-5 {
        order: 5; }
    .order-md-last {
        order: 15; }
    .order-md-6 {
        order: 6; }
    .m-md-0 {
        margin: 0px; }
    .m-md-0\.5 {
        margin: 0.125rem; }
    .m-md-1 {
        margin: 0.25rem; }
    .m-md-1\.5 {
        margin: 0.375rem; }
    .m-md-2 {
        margin: 0.5rem; }
    .m-md-2\.5 {
        margin: 0.625rem; }
    .m-md-3 {
        margin: 0.75rem; }
    .m-md-3\.5 {
        margin: 0.875rem; }
    .m-md-4 {
        margin: 1rem; }
    .m-md-5 {
        margin: 1.25rem; }
    .m-md-6 {
        margin: 1.5rem; }
    .m-md-7 {
        margin: 1.75rem; }
    .m-md-8 {
        margin: 2rem; }
    .m-md-9 {
        margin: 2.25rem; }
    .m-md-10 {
        margin: 2.5rem; }
    .m-md-11 {
        margin: 2.75rem; }
    .m-md-12 {
        margin: 3rem; }
    .m-md-13 {
        margin: 3.25rem; }
    .m-md-14 {
        margin: 3.5rem; }
    .m-md-15 {
        margin: 3.75rem; }
    .m-md-16 {
        margin: 4rem; }
    .m-md-20 {
        margin: 5rem; }
    .m-md-24 {
        margin: 6rem; }
    .m-md-28 {
        margin: 7rem; }
    .m-md-32 {
        margin: 8rem; }
    .m-md-36 {
        margin: 9rem; }
    .m-md-40 {
        margin: 10rem; }
    .m-md-44 {
        margin: 11rem; }
    .m-md-px {
        margin: 1px; }
    .m-md-1\/2 {
        margin: 50%; }
    .m-md-1\/3 {
        margin: 33.333333%; }
    .m-md-2\/3 {
        margin: 66.666667%; }
    .m-md-1\/4 {
        margin: 25%; }
    .m-md-2\/4 {
        margin: 50%; }
    .m-md-3\/4 {
        margin: 75%; }
    .m-md-1\/5 {
        margin: 20%; }
    .m-md-2\/5 {
        margin: 40%; }
    .m-md-3\/5 {
        margin: 60%; }
    .m-md-4\/5 {
        margin: 80%; }
    .m-md-1\/6 {
        margin: 16.666667%; }
    .m-md-2\/6 {
        margin: 33.333333%; }
    .m-md-3\/6 {
        margin: 50%; }
    .m-md-4\/6 {
        margin: 66.666667%; }
    .m-md-5\/6 {
        margin: 83.333333%; }
    .m-md-1\/12 {
        margin: 8.333333%; }
    .m-md-2\/12 {
        margin: 16.666667%; }
    .m-md-3\/12 {
        margin: 25%; }
    .m-md-4\/12 {
        margin: 33.333333%; }
    .m-md-5\/12 {
        margin: 41.666667%; }
    .m-md-6\/12 {
        margin: 50%; }
    .m-md-7\/12 {
        margin: 58.333333%; }
    .m-md-8\/12 {
        margin: 66.666667%; }
    .m-md-9\/12 {
        margin: 75%; }
    .m-md-10\/12 {
        margin: 83.333333%; }
    .m-md-11\/12 {
        margin: 91.666667%; }
    .m-md-full {
        margin: 100%; }
    .m-md-auto {
        margin: auto; }
    .mx-md-0 {
        margin-right: 0px;
        margin-left: 0px; }
    .mx-md-0\.5 {
        margin-right: 0.125rem;
        margin-left: 0.125rem; }
    .mx-md-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem; }
    .mx-md-1\.5 {
        margin-right: 0.375rem;
        margin-left: 0.375rem; }
    .mx-md-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem; }
    .mx-md-2\.5 {
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
    .mx-md-3 {
        margin-right: 0.75rem;
        margin-left: 0.75rem; }
    .mx-md-3\.5 {
        margin-right: 0.875rem;
        margin-left: 0.875rem; }
    .mx-md-4 {
        margin-right: 1rem;
        margin-left: 1rem; }
    .mx-md-5 {
        margin-right: 1.25rem;
        margin-left: 1.25rem; }
    .mx-md-6 {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .mx-md-7 {
        margin-right: 1.75rem;
        margin-left: 1.75rem; }
    .mx-md-8 {
        margin-right: 2rem;
        margin-left: 2rem; }
    .mx-md-9 {
        margin-right: 2.25rem;
        margin-left: 2.25rem; }
    .mx-md-10 {
        margin-right: 2.5rem;
        margin-left: 2.5rem; }
    .mx-md-11 {
        margin-right: 2.75rem;
        margin-left: 2.75rem; }
    .mx-md-12 {
        margin-right: 3rem;
        margin-left: 3rem; }
    .mx-md-13 {
        margin-right: 3.25rem;
        margin-left: 3.25rem; }
    .mx-md-14 {
        margin-right: 3.5rem;
        margin-left: 3.5rem; }
    .mx-md-15 {
        margin-right: 3.75rem;
        margin-left: 3.75rem; }
    .mx-md-16 {
        margin-right: 4rem;
        margin-left: 4rem; }
    .mx-md-20 {
        margin-right: 5rem;
        margin-left: 5rem; }
    .mx-md-24 {
        margin-right: 6rem;
        margin-left: 6rem; }
    .mx-md-28 {
        margin-right: 7rem;
        margin-left: 7rem; }
    .mx-md-32 {
        margin-right: 8rem;
        margin-left: 8rem; }
    .mx-md-36 {
        margin-right: 9rem;
        margin-left: 9rem; }
    .mx-md-40 {
        margin-right: 10rem;
        margin-left: 10rem; }
    .mx-md-44 {
        margin-right: 11rem;
        margin-left: 11rem; }
    .mx-md-px {
        margin-right: 1px;
        margin-left: 1px; }
    .mx-md-1\/2 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-md-1\/3 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-md-2\/3 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-md-1\/4 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-md-2\/4 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-md-3\/4 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-md-1\/5 {
        margin-right: 20%;
        margin-left: 20%; }
    .mx-md-2\/5 {
        margin-right: 40%;
        margin-left: 40%; }
    .mx-md-3\/5 {
        margin-right: 60%;
        margin-left: 60%; }
    .mx-md-4\/5 {
        margin-right: 80%;
        margin-left: 80%; }
    .mx-md-1\/6 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-md-2\/6 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-md-3\/6 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-md-4\/6 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-md-5\/6 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-md-1\/12 {
        margin-right: 8.333333%;
        margin-left: 8.333333%; }
    .mx-md-2\/12 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-md-3\/12 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-md-4\/12 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-md-5\/12 {
        margin-right: 41.666667%;
        margin-left: 41.666667%; }
    .mx-md-6\/12 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-md-7\/12 {
        margin-right: 58.333333%;
        margin-left: 58.333333%; }
    .mx-md-8\/12 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-md-9\/12 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-md-10\/12 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-md-11\/12 {
        margin-right: 91.666667%;
        margin-left: 91.666667%; }
    .mx-md-full {
        margin-right: 100%;
        margin-left: 100%; }
    .mx-md-auto {
        margin-right: auto;
        margin-left: auto; }
    .my-md-0 {
        margin-top: 0px;
        margin-bottom: 0px; }
    .my-md-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem; }
    .my-md-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
    .my-md-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem; }
    .my-md-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
    .my-md-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
    .my-md-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; }
    .my-md-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; }
    .my-md-4 {
        margin-top: 1rem;
        margin-bottom: 1rem; }
    .my-md-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
    .my-md-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
    .my-md-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }
    .my-md-8 {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .my-md-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem; }
    .my-md-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .my-md-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem; }
    .my-md-12 {
        margin-top: 3rem;
        margin-bottom: 3rem; }
    .my-md-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem; }
    .my-md-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem; }
    .my-md-15 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
    .my-md-16 {
        margin-top: 4rem;
        margin-bottom: 4rem; }
    .my-md-20 {
        margin-top: 5rem;
        margin-bottom: 5rem; }
    .my-md-24 {
        margin-top: 6rem;
        margin-bottom: 6rem; }
    .my-md-28 {
        margin-top: 7rem;
        margin-bottom: 7rem; }
    .my-md-32 {
        margin-top: 8rem;
        margin-bottom: 8rem; }
    .my-md-36 {
        margin-top: 9rem;
        margin-bottom: 9rem; }
    .my-md-40 {
        margin-top: 10rem;
        margin-bottom: 10rem; }
    .my-md-44 {
        margin-top: 11rem;
        margin-bottom: 11rem; }
    .my-md-px {
        margin-top: 1px;
        margin-bottom: 1px; }
    .my-md-1\/2 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-md-1\/3 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-md-2\/3 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-md-1\/4 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-md-2\/4 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-md-3\/4 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-md-1\/5 {
        margin-top: 20%;
        margin-bottom: 20%; }
    .my-md-2\/5 {
        margin-top: 40%;
        margin-bottom: 40%; }
    .my-md-3\/5 {
        margin-top: 60%;
        margin-bottom: 60%; }
    .my-md-4\/5 {
        margin-top: 80%;
        margin-bottom: 80%; }
    .my-md-1\/6 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-md-2\/6 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-md-3\/6 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-md-4\/6 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-md-5\/6 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-md-1\/12 {
        margin-top: 8.333333%;
        margin-bottom: 8.333333%; }
    .my-md-2\/12 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-md-3\/12 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-md-4\/12 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-md-5\/12 {
        margin-top: 41.666667%;
        margin-bottom: 41.666667%; }
    .my-md-6\/12 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-md-7\/12 {
        margin-top: 58.333333%;
        margin-bottom: 58.333333%; }
    .my-md-8\/12 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-md-9\/12 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-md-10\/12 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-md-11\/12 {
        margin-top: 91.666667%;
        margin-bottom: 91.666667%; }
    .my-md-full {
        margin-top: 100%;
        margin-bottom: 100%; }
    .my-md-auto {
        margin-top: auto;
        margin-bottom: auto; }
    .mt-md-0 {
        margin-top: 0px; }
    .mt-md-0\.5 {
        margin-top: 0.125rem; }
    .mt-md-1 {
        margin-top: 0.25rem; }
    .mt-md-1\.5 {
        margin-top: 0.375rem; }
    .mt-md-2 {
        margin-top: 0.5rem; }
    .mt-md-2\.5 {
        margin-top: 0.625rem; }
    .mt-md-3 {
        margin-top: 0.75rem; }
    .mt-md-3\.5 {
        margin-top: 0.875rem; }
    .mt-md-4 {
        margin-top: 1rem; }
    .mt-md-5 {
        margin-top: 1.25rem; }
    .mt-md-6 {
        margin-top: 1.5rem; }
    .mt-md-7 {
        margin-top: 1.75rem; }
    .mt-md-8 {
        margin-top: 2rem; }
    .mt-md-9 {
        margin-top: 2.25rem; }
    .mt-md-10 {
        margin-top: 2.5rem; }
    .mt-md-11 {
        margin-top: 2.75rem; }
    .mt-md-12 {
        margin-top: 3rem; }
    .mt-md-13 {
        margin-top: 3.25rem; }
    .mt-md-14 {
        margin-top: 3.5rem; }
    .mt-md-15 {
        margin-top: 3.75rem; }
    .mt-md-16 {
        margin-top: 4rem; }
    .mt-md-20 {
        margin-top: 5rem; }
    .mt-md-24 {
        margin-top: 6rem; }
    .mt-md-28 {
        margin-top: 7rem; }
    .mt-md-32 {
        margin-top: 8rem; }
    .mt-md-36 {
        margin-top: 9rem; }
    .mt-md-40 {
        margin-top: 10rem; }
    .mt-md-44 {
        margin-top: 11rem; }
    .mt-md-px {
        margin-top: 1px; }
    .mt-md-1\/2 {
        margin-top: 50%; }
    .mt-md-1\/3 {
        margin-top: 33.333333%; }
    .mt-md-2\/3 {
        margin-top: 66.666667%; }
    .mt-md-1\/4 {
        margin-top: 25%; }
    .mt-md-2\/4 {
        margin-top: 50%; }
    .mt-md-3\/4 {
        margin-top: 75%; }
    .mt-md-1\/5 {
        margin-top: 20%; }
    .mt-md-2\/5 {
        margin-top: 40%; }
    .mt-md-3\/5 {
        margin-top: 60%; }
    .mt-md-4\/5 {
        margin-top: 80%; }
    .mt-md-1\/6 {
        margin-top: 16.666667%; }
    .mt-md-2\/6 {
        margin-top: 33.333333%; }
    .mt-md-3\/6 {
        margin-top: 50%; }
    .mt-md-4\/6 {
        margin-top: 66.666667%; }
    .mt-md-5\/6 {
        margin-top: 83.333333%; }
    .mt-md-1\/12 {
        margin-top: 8.333333%; }
    .mt-md-2\/12 {
        margin-top: 16.666667%; }
    .mt-md-3\/12 {
        margin-top: 25%; }
    .mt-md-4\/12 {
        margin-top: 33.333333%; }
    .mt-md-5\/12 {
        margin-top: 41.666667%; }
    .mt-md-6\/12 {
        margin-top: 50%; }
    .mt-md-7\/12 {
        margin-top: 58.333333%; }
    .mt-md-8\/12 {
        margin-top: 66.666667%; }
    .mt-md-9\/12 {
        margin-top: 75%; }
    .mt-md-10\/12 {
        margin-top: 83.333333%; }
    .mt-md-11\/12 {
        margin-top: 91.666667%; }
    .mt-md-full {
        margin-top: 100%; }
    .mt-md-auto {
        margin-top: auto; }
    .me-md-0 {
        margin-right: 0px; }
    .me-md-0\.5 {
        margin-right: 0.125rem; }
    .me-md-1 {
        margin-right: 0.25rem; }
    .me-md-1\.5 {
        margin-right: 0.375rem; }
    .me-md-2 {
        margin-right: 0.5rem; }
    .me-md-2\.5 {
        margin-right: 0.625rem; }
    .me-md-3 {
        margin-right: 0.75rem; }
    .me-md-3\.5 {
        margin-right: 0.875rem; }
    .me-md-4 {
        margin-right: 1rem; }
    .me-md-5 {
        margin-right: 1.25rem; }
    .me-md-6 {
        margin-right: 1.5rem; }
    .me-md-7 {
        margin-right: 1.75rem; }
    .me-md-8 {
        margin-right: 2rem; }
    .me-md-9 {
        margin-right: 2.25rem; }
    .me-md-10 {
        margin-right: 2.5rem; }
    .me-md-11 {
        margin-right: 2.75rem; }
    .me-md-12 {
        margin-right: 3rem; }
    .me-md-13 {
        margin-right: 3.25rem; }
    .me-md-14 {
        margin-right: 3.5rem; }
    .me-md-15 {
        margin-right: 3.75rem; }
    .me-md-16 {
        margin-right: 4rem; }
    .me-md-20 {
        margin-right: 5rem; }
    .me-md-24 {
        margin-right: 6rem; }
    .me-md-28 {
        margin-right: 7rem; }
    .me-md-32 {
        margin-right: 8rem; }
    .me-md-36 {
        margin-right: 9rem; }
    .me-md-40 {
        margin-right: 10rem; }
    .me-md-44 {
        margin-right: 11rem; }
    .me-md-px {
        margin-right: 1px; }
    .me-md-1\/2 {
        margin-right: 50%; }
    .me-md-1\/3 {
        margin-right: 33.333333%; }
    .me-md-2\/3 {
        margin-right: 66.666667%; }
    .me-md-1\/4 {
        margin-right: 25%; }
    .me-md-2\/4 {
        margin-right: 50%; }
    .me-md-3\/4 {
        margin-right: 75%; }
    .me-md-1\/5 {
        margin-right: 20%; }
    .me-md-2\/5 {
        margin-right: 40%; }
    .me-md-3\/5 {
        margin-right: 60%; }
    .me-md-4\/5 {
        margin-right: 80%; }
    .me-md-1\/6 {
        margin-right: 16.666667%; }
    .me-md-2\/6 {
        margin-right: 33.333333%; }
    .me-md-3\/6 {
        margin-right: 50%; }
    .me-md-4\/6 {
        margin-right: 66.666667%; }
    .me-md-5\/6 {
        margin-right: 83.333333%; }
    .me-md-1\/12 {
        margin-right: 8.333333%; }
    .me-md-2\/12 {
        margin-right: 16.666667%; }
    .me-md-3\/12 {
        margin-right: 25%; }
    .me-md-4\/12 {
        margin-right: 33.333333%; }
    .me-md-5\/12 {
        margin-right: 41.666667%; }
    .me-md-6\/12 {
        margin-right: 50%; }
    .me-md-7\/12 {
        margin-right: 58.333333%; }
    .me-md-8\/12 {
        margin-right: 66.666667%; }
    .me-md-9\/12 {
        margin-right: 75%; }
    .me-md-10\/12 {
        margin-right: 83.333333%; }
    .me-md-11\/12 {
        margin-right: 91.666667%; }
    .me-md-full {
        margin-right: 100%; }
    .me-md-auto {
        margin-right: auto; }
    .mb-md-0 {
        margin-bottom: 0px; }
    .mb-md-0\.5 {
        margin-bottom: 0.125rem; }
    .mb-md-1 {
        margin-bottom: 0.25rem; }
    .mb-md-1\.5 {
        margin-bottom: 0.375rem; }
    .mb-md-2 {
        margin-bottom: 0.5rem; }
    .mb-md-2\.5 {
        margin-bottom: 0.625rem; }
    .mb-md-3 {
        margin-bottom: 0.75rem; }
    .mb-md-3\.5 {
        margin-bottom: 0.875rem; }
    .mb-md-4 {
        margin-bottom: 1rem; }
    .mb-md-5 {
        margin-bottom: 1.25rem; }
    .mb-md-6 {
        margin-bottom: 1.5rem; }
    .mb-md-7 {
        margin-bottom: 1.75rem; }
    .mb-md-8 {
        margin-bottom: 2rem; }
    .mb-md-9 {
        margin-bottom: 2.25rem; }
    .mb-md-10 {
        margin-bottom: 2.5rem; }
    .mb-md-11 {
        margin-bottom: 2.75rem; }
    .mb-md-12 {
        margin-bottom: 3rem; }
    .mb-md-13 {
        margin-bottom: 3.25rem; }
    .mb-md-14 {
        margin-bottom: 3.5rem; }
    .mb-md-15 {
        margin-bottom: 3.75rem; }
    .mb-md-16 {
        margin-bottom: 4rem; }
    .mb-md-20 {
        margin-bottom: 5rem; }
    .mb-md-24 {
        margin-bottom: 6rem; }
    .mb-md-28 {
        margin-bottom: 7rem; }
    .mb-md-32 {
        margin-bottom: 8rem; }
    .mb-md-36 {
        margin-bottom: 9rem; }
    .mb-md-40 {
        margin-bottom: 10rem; }
    .mb-md-44 {
        margin-bottom: 11rem; }
    .mb-md-px {
        margin-bottom: 1px; }
    .mb-md-1\/2 {
        margin-bottom: 50%; }
    .mb-md-1\/3 {
        margin-bottom: 33.333333%; }
    .mb-md-2\/3 {
        margin-bottom: 66.666667%; }
    .mb-md-1\/4 {
        margin-bottom: 25%; }
    .mb-md-2\/4 {
        margin-bottom: 50%; }
    .mb-md-3\/4 {
        margin-bottom: 75%; }
    .mb-md-1\/5 {
        margin-bottom: 20%; }
    .mb-md-2\/5 {
        margin-bottom: 40%; }
    .mb-md-3\/5 {
        margin-bottom: 60%; }
    .mb-md-4\/5 {
        margin-bottom: 80%; }
    .mb-md-1\/6 {
        margin-bottom: 16.666667%; }
    .mb-md-2\/6 {
        margin-bottom: 33.333333%; }
    .mb-md-3\/6 {
        margin-bottom: 50%; }
    .mb-md-4\/6 {
        margin-bottom: 66.666667%; }
    .mb-md-5\/6 {
        margin-bottom: 83.333333%; }
    .mb-md-1\/12 {
        margin-bottom: 8.333333%; }
    .mb-md-2\/12 {
        margin-bottom: 16.666667%; }
    .mb-md-3\/12 {
        margin-bottom: 25%; }
    .mb-md-4\/12 {
        margin-bottom: 33.333333%; }
    .mb-md-5\/12 {
        margin-bottom: 41.666667%; }
    .mb-md-6\/12 {
        margin-bottom: 50%; }
    .mb-md-7\/12 {
        margin-bottom: 58.333333%; }
    .mb-md-8\/12 {
        margin-bottom: 66.666667%; }
    .mb-md-9\/12 {
        margin-bottom: 75%; }
    .mb-md-10\/12 {
        margin-bottom: 83.333333%; }
    .mb-md-11\/12 {
        margin-bottom: 91.666667%; }
    .mb-md-full {
        margin-bottom: 100%; }
    .mb-md-auto {
        margin-bottom: auto; }
    .ms-md-0 {
        margin-left: 0px; }
    .ms-md-0\.5 {
        margin-left: 0.125rem; }
    .ms-md-1 {
        margin-left: 0.25rem; }
    .ms-md-1\.5 {
        margin-left: 0.375rem; }
    .ms-md-2 {
        margin-left: 0.5rem; }
    .ms-md-2\.5 {
        margin-left: 0.625rem; }
    .ms-md-3 {
        margin-left: 0.75rem; }
    .ms-md-3\.5 {
        margin-left: 0.875rem; }
    .ms-md-4 {
        margin-left: 1rem; }
    .ms-md-5 {
        margin-left: 1.25rem; }
    .ms-md-6 {
        margin-left: 1.5rem; }
    .ms-md-7 {
        margin-left: 1.75rem; }
    .ms-md-8 {
        margin-left: 2rem; }
    .ms-md-9 {
        margin-left: 2.25rem; }
    .ms-md-10 {
        margin-left: 2.5rem; }
    .ms-md-11 {
        margin-left: 2.75rem; }
    .ms-md-12 {
        margin-left: 3rem; }
    .ms-md-13 {
        margin-left: 3.25rem; }
    .ms-md-14 {
        margin-left: 3.5rem; }
    .ms-md-15 {
        margin-left: 3.75rem; }
    .ms-md-16 {
        margin-left: 4rem; }
    .ms-md-20 {
        margin-left: 5rem; }
    .ms-md-24 {
        margin-left: 6rem; }
    .ms-md-28 {
        margin-left: 7rem; }
    .ms-md-32 {
        margin-left: 8rem; }
    .ms-md-36 {
        margin-left: 9rem; }
    .ms-md-40 {
        margin-left: 10rem; }
    .ms-md-44 {
        margin-left: 11rem; }
    .ms-md-px {
        margin-left: 1px; }
    .ms-md-1\/2 {
        margin-left: 50%; }
    .ms-md-1\/3 {
        margin-left: 33.333333%; }
    .ms-md-2\/3 {
        margin-left: 66.666667%; }
    .ms-md-1\/4 {
        margin-left: 25%; }
    .ms-md-2\/4 {
        margin-left: 50%; }
    .ms-md-3\/4 {
        margin-left: 75%; }
    .ms-md-1\/5 {
        margin-left: 20%; }
    .ms-md-2\/5 {
        margin-left: 40%; }
    .ms-md-3\/5 {
        margin-left: 60%; }
    .ms-md-4\/5 {
        margin-left: 80%; }
    .ms-md-1\/6 {
        margin-left: 16.666667%; }
    .ms-md-2\/6 {
        margin-left: 33.333333%; }
    .ms-md-3\/6 {
        margin-left: 50%; }
    .ms-md-4\/6 {
        margin-left: 66.666667%; }
    .ms-md-5\/6 {
        margin-left: 83.333333%; }
    .ms-md-1\/12 {
        margin-left: 8.333333%; }
    .ms-md-2\/12 {
        margin-left: 16.666667%; }
    .ms-md-3\/12 {
        margin-left: 25%; }
    .ms-md-4\/12 {
        margin-left: 33.333333%; }
    .ms-md-5\/12 {
        margin-left: 41.666667%; }
    .ms-md-6\/12 {
        margin-left: 50%; }
    .ms-md-7\/12 {
        margin-left: 58.333333%; }
    .ms-md-8\/12 {
        margin-left: 66.666667%; }
    .ms-md-9\/12 {
        margin-left: 75%; }
    .ms-md-10\/12 {
        margin-left: 83.333333%; }
    .ms-md-11\/12 {
        margin-left: 91.666667%; }
    .ms-md-full {
        margin-left: 100%; }
    .ms-md-auto {
        margin-left: auto; }
    .p-md-0 {
        padding: 0px; }
    .p-md-0\.5 {
        padding: 0.125rem; }
    .p-md-1 {
        padding: 0.25rem; }
    .p-md-1\.5 {
        padding: 0.375rem; }
    .p-md-2 {
        padding: 0.5rem; }
    .p-md-2\.5 {
        padding: 0.625rem; }
    .p-md-3 {
        padding: 0.75rem; }
    .p-md-3\.5 {
        padding: 0.875rem; }
    .p-md-4 {
        padding: 1rem; }
    .p-md-5 {
        padding: 1.25rem; }
    .p-md-6 {
        padding: 1.5rem; }
    .p-md-7 {
        padding: 1.75rem; }
    .p-md-8 {
        padding: 2rem; }
    .p-md-9 {
        padding: 2.25rem; }
    .p-md-10 {
        padding: 2.5rem; }
    .p-md-11 {
        padding: 2.75rem; }
    .p-md-12 {
        padding: 3rem; }
    .p-md-13 {
        padding: 3.25rem; }
    .p-md-14 {
        padding: 3.5rem; }
    .p-md-15 {
        padding: 3.75rem; }
    .p-md-16 {
        padding: 4rem; }
    .p-md-20 {
        padding: 5rem; }
    .p-md-24 {
        padding: 6rem; }
    .p-md-28 {
        padding: 7rem; }
    .p-md-32 {
        padding: 8rem; }
    .p-md-36 {
        padding: 9rem; }
    .p-md-40 {
        padding: 10rem; }
    .p-md-44 {
        padding: 11rem; }
    .p-md-px {
        padding: 1px; }
    .p-md-1\/2 {
        padding: 50%; }
    .p-md-1\/3 {
        padding: 33.333333%; }
    .p-md-2\/3 {
        padding: 66.666667%; }
    .p-md-1\/4 {
        padding: 25%; }
    .p-md-2\/4 {
        padding: 50%; }
    .p-md-3\/4 {
        padding: 75%; }
    .p-md-1\/5 {
        padding: 20%; }
    .p-md-2\/5 {
        padding: 40%; }
    .p-md-3\/5 {
        padding: 60%; }
    .p-md-4\/5 {
        padding: 80%; }
    .p-md-1\/6 {
        padding: 16.666667%; }
    .p-md-2\/6 {
        padding: 33.333333%; }
    .p-md-3\/6 {
        padding: 50%; }
    .p-md-4\/6 {
        padding: 66.666667%; }
    .p-md-5\/6 {
        padding: 83.333333%; }
    .p-md-1\/12 {
        padding: 8.333333%; }
    .p-md-2\/12 {
        padding: 16.666667%; }
    .p-md-3\/12 {
        padding: 25%; }
    .p-md-4\/12 {
        padding: 33.333333%; }
    .p-md-5\/12 {
        padding: 41.666667%; }
    .p-md-6\/12 {
        padding: 50%; }
    .p-md-7\/12 {
        padding: 58.333333%; }
    .p-md-8\/12 {
        padding: 66.666667%; }
    .p-md-9\/12 {
        padding: 75%; }
    .p-md-10\/12 {
        padding: 83.333333%; }
    .p-md-11\/12 {
        padding: 91.666667%; }
    .p-md-full {
        padding: 100%; }
    .px-md-0 {
        padding-right: 0px;
        padding-left: 0px; }
    .px-md-0\.5 {
        padding-right: 0.125rem;
        padding-left: 0.125rem; }
    .px-md-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem; }
    .px-md-1\.5 {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }
    .px-md-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .px-md-2\.5 {
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
    .px-md-3 {
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
    .px-md-3\.5 {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .px-md-4 {
        padding-right: 1rem;
        padding-left: 1rem; }
    .px-md-5 {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .px-md-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .px-md-7 {
        padding-right: 1.75rem;
        padding-left: 1.75rem; }
    .px-md-8 {
        padding-right: 2rem;
        padding-left: 2rem; }
    .px-md-9 {
        padding-right: 2.25rem;
        padding-left: 2.25rem; }
    .px-md-10 {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
    .px-md-11 {
        padding-right: 2.75rem;
        padding-left: 2.75rem; }
    .px-md-12 {
        padding-right: 3rem;
        padding-left: 3rem; }
    .px-md-13 {
        padding-right: 3.25rem;
        padding-left: 3.25rem; }
    .px-md-14 {
        padding-right: 3.5rem;
        padding-left: 3.5rem; }
    .px-md-15 {
        padding-right: 3.75rem;
        padding-left: 3.75rem; }
    .px-md-16 {
        padding-right: 4rem;
        padding-left: 4rem; }
    .px-md-20 {
        padding-right: 5rem;
        padding-left: 5rem; }
    .px-md-24 {
        padding-right: 6rem;
        padding-left: 6rem; }
    .px-md-28 {
        padding-right: 7rem;
        padding-left: 7rem; }
    .px-md-32 {
        padding-right: 8rem;
        padding-left: 8rem; }
    .px-md-36 {
        padding-right: 9rem;
        padding-left: 9rem; }
    .px-md-40 {
        padding-right: 10rem;
        padding-left: 10rem; }
    .px-md-44 {
        padding-right: 11rem;
        padding-left: 11rem; }
    .px-md-px {
        padding-right: 1px;
        padding-left: 1px; }
    .px-md-1\/2 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-md-1\/3 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-md-2\/3 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-md-1\/4 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-md-2\/4 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-md-3\/4 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-md-1\/5 {
        padding-right: 20%;
        padding-left: 20%; }
    .px-md-2\/5 {
        padding-right: 40%;
        padding-left: 40%; }
    .px-md-3\/5 {
        padding-right: 60%;
        padding-left: 60%; }
    .px-md-4\/5 {
        padding-right: 80%;
        padding-left: 80%; }
    .px-md-1\/6 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-md-2\/6 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-md-3\/6 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-md-4\/6 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-md-5\/6 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-md-1\/12 {
        padding-right: 8.333333%;
        padding-left: 8.333333%; }
    .px-md-2\/12 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-md-3\/12 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-md-4\/12 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-md-5\/12 {
        padding-right: 41.666667%;
        padding-left: 41.666667%; }
    .px-md-6\/12 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-md-7\/12 {
        padding-right: 58.333333%;
        padding-left: 58.333333%; }
    .px-md-8\/12 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-md-9\/12 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-md-10\/12 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-md-11\/12 {
        padding-right: 91.666667%;
        padding-left: 91.666667%; }
    .px-md-full {
        padding-right: 100%;
        padding-left: 100%; }
    .py-md-0 {
        padding-top: 0px;
        padding-bottom: 0px; }
    .py-md-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem; }
    .py-md-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
    .py-md-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .py-md-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .py-md-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .py-md-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
    .py-md-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; }
    .py-md-4 {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .py-md-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .py-md-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
    .py-md-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; }
    .py-md-8 {
        padding-top: 2rem;
        padding-bottom: 2rem; }
    .py-md-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem; }
    .py-md-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
    .py-md-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem; }
    .py-md-12 {
        padding-top: 3rem;
        padding-bottom: 3rem; }
    .py-md-13 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem; }
    .py-md-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; }
    .py-md-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
    .py-md-16 {
        padding-top: 4rem;
        padding-bottom: 4rem; }
    .py-md-20 {
        padding-top: 5rem;
        padding-bottom: 5rem; }
    .py-md-24 {
        padding-top: 6rem;
        padding-bottom: 6rem; }
    .py-md-28 {
        padding-top: 7rem;
        padding-bottom: 7rem; }
    .py-md-32 {
        padding-top: 8rem;
        padding-bottom: 8rem; }
    .py-md-36 {
        padding-top: 9rem;
        padding-bottom: 9rem; }
    .py-md-40 {
        padding-top: 10rem;
        padding-bottom: 10rem; }
    .py-md-44 {
        padding-top: 11rem;
        padding-bottom: 11rem; }
    .py-md-px {
        padding-top: 1px;
        padding-bottom: 1px; }
    .py-md-1\/2 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-md-1\/3 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-md-2\/3 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-md-1\/4 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-md-2\/4 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-md-3\/4 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-md-1\/5 {
        padding-top: 20%;
        padding-bottom: 20%; }
    .py-md-2\/5 {
        padding-top: 40%;
        padding-bottom: 40%; }
    .py-md-3\/5 {
        padding-top: 60%;
        padding-bottom: 60%; }
    .py-md-4\/5 {
        padding-top: 80%;
        padding-bottom: 80%; }
    .py-md-1\/6 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-md-2\/6 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-md-3\/6 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-md-4\/6 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-md-5\/6 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-md-1\/12 {
        padding-top: 8.333333%;
        padding-bottom: 8.333333%; }
    .py-md-2\/12 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-md-3\/12 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-md-4\/12 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-md-5\/12 {
        padding-top: 41.666667%;
        padding-bottom: 41.666667%; }
    .py-md-6\/12 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-md-7\/12 {
        padding-top: 58.333333%;
        padding-bottom: 58.333333%; }
    .py-md-8\/12 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-md-9\/12 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-md-10\/12 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-md-11\/12 {
        padding-top: 91.666667%;
        padding-bottom: 91.666667%; }
    .py-md-full {
        padding-top: 100%;
        padding-bottom: 100%; }
    .pt-md-0 {
        padding-top: 0px; }
    .pt-md-0\.5 {
        padding-top: 0.125rem; }
    .pt-md-1 {
        padding-top: 0.25rem; }
    .pt-md-1\.5 {
        padding-top: 0.375rem; }
    .pt-md-2 {
        padding-top: 0.5rem; }
    .pt-md-2\.5 {
        padding-top: 0.625rem; }
    .pt-md-3 {
        padding-top: 0.75rem; }
    .pt-md-3\.5 {
        padding-top: 0.875rem; }
    .pt-md-4 {
        padding-top: 1rem; }
    .pt-md-5 {
        padding-top: 1.25rem; }
    .pt-md-6 {
        padding-top: 1.5rem; }
    .pt-md-7 {
        padding-top: 1.75rem; }
    .pt-md-8 {
        padding-top: 2rem; }
    .pt-md-9 {
        padding-top: 2.25rem; }
    .pt-md-10 {
        padding-top: 2.5rem; }
    .pt-md-11 {
        padding-top: 2.75rem; }
    .pt-md-12 {
        padding-top: 3rem; }
    .pt-md-13 {
        padding-top: 3.25rem; }
    .pt-md-14 {
        padding-top: 3.5rem; }
    .pt-md-15 {
        padding-top: 3.75rem; }
    .pt-md-16 {
        padding-top: 4rem; }
    .pt-md-20 {
        padding-top: 5rem; }
    .pt-md-24 {
        padding-top: 6rem; }
    .pt-md-28 {
        padding-top: 7rem; }
    .pt-md-32 {
        padding-top: 8rem; }
    .pt-md-36 {
        padding-top: 9rem; }
    .pt-md-40 {
        padding-top: 10rem; }
    .pt-md-44 {
        padding-top: 11rem; }
    .pt-md-px {
        padding-top: 1px; }
    .pt-md-1\/2 {
        padding-top: 50%; }
    .pt-md-1\/3 {
        padding-top: 33.333333%; }
    .pt-md-2\/3 {
        padding-top: 66.666667%; }
    .pt-md-1\/4 {
        padding-top: 25%; }
    .pt-md-2\/4 {
        padding-top: 50%; }
    .pt-md-3\/4 {
        padding-top: 75%; }
    .pt-md-1\/5 {
        padding-top: 20%; }
    .pt-md-2\/5 {
        padding-top: 40%; }
    .pt-md-3\/5 {
        padding-top: 60%; }
    .pt-md-4\/5 {
        padding-top: 80%; }
    .pt-md-1\/6 {
        padding-top: 16.666667%; }
    .pt-md-2\/6 {
        padding-top: 33.333333%; }
    .pt-md-3\/6 {
        padding-top: 50%; }
    .pt-md-4\/6 {
        padding-top: 66.666667%; }
    .pt-md-5\/6 {
        padding-top: 83.333333%; }
    .pt-md-1\/12 {
        padding-top: 8.333333%; }
    .pt-md-2\/12 {
        padding-top: 16.666667%; }
    .pt-md-3\/12 {
        padding-top: 25%; }
    .pt-md-4\/12 {
        padding-top: 33.333333%; }
    .pt-md-5\/12 {
        padding-top: 41.666667%; }
    .pt-md-6\/12 {
        padding-top: 50%; }
    .pt-md-7\/12 {
        padding-top: 58.333333%; }
    .pt-md-8\/12 {
        padding-top: 66.666667%; }
    .pt-md-9\/12 {
        padding-top: 75%; }
    .pt-md-10\/12 {
        padding-top: 83.333333%; }
    .pt-md-11\/12 {
        padding-top: 91.666667%; }
    .pt-md-full {
        padding-top: 100%; }
    .pe-md-0 {
        padding-right: 0px; }
    .pe-md-0\.5 {
        padding-right: 0.125rem; }
    .pe-md-1 {
        padding-right: 0.25rem; }
    .pe-md-1\.5 {
        padding-right: 0.375rem; }
    .pe-md-2 {
        padding-right: 0.5rem; }
    .pe-md-2\.5 {
        padding-right: 0.625rem; }
    .pe-md-3 {
        padding-right: 0.75rem; }
    .pe-md-3\.5 {
        padding-right: 0.875rem; }
    .pe-md-4 {
        padding-right: 1rem; }
    .pe-md-5 {
        padding-right: 1.25rem; }
    .pe-md-6 {
        padding-right: 1.5rem; }
    .pe-md-7 {
        padding-right: 1.75rem; }
    .pe-md-8 {
        padding-right: 2rem; }
    .pe-md-9 {
        padding-right: 2.25rem; }
    .pe-md-10 {
        padding-right: 2.5rem; }
    .pe-md-11 {
        padding-right: 2.75rem; }
    .pe-md-12 {
        padding-right: 3rem; }
    .pe-md-13 {
        padding-right: 3.25rem; }
    .pe-md-14 {
        padding-right: 3.5rem; }
    .pe-md-15 {
        padding-right: 3.75rem; }
    .pe-md-16 {
        padding-right: 4rem; }
    .pe-md-20 {
        padding-right: 5rem; }
    .pe-md-24 {
        padding-right: 6rem; }
    .pe-md-28 {
        padding-right: 7rem; }
    .pe-md-32 {
        padding-right: 8rem; }
    .pe-md-36 {
        padding-right: 9rem; }
    .pe-md-40 {
        padding-right: 10rem; }
    .pe-md-44 {
        padding-right: 11rem; }
    .pe-md-px {
        padding-right: 1px; }
    .pe-md-1\/2 {
        padding-right: 50%; }
    .pe-md-1\/3 {
        padding-right: 33.333333%; }
    .pe-md-2\/3 {
        padding-right: 66.666667%; }
    .pe-md-1\/4 {
        padding-right: 25%; }
    .pe-md-2\/4 {
        padding-right: 50%; }
    .pe-md-3\/4 {
        padding-right: 75%; }
    .pe-md-1\/5 {
        padding-right: 20%; }
    .pe-md-2\/5 {
        padding-right: 40%; }
    .pe-md-3\/5 {
        padding-right: 60%; }
    .pe-md-4\/5 {
        padding-right: 80%; }
    .pe-md-1\/6 {
        padding-right: 16.666667%; }
    .pe-md-2\/6 {
        padding-right: 33.333333%; }
    .pe-md-3\/6 {
        padding-right: 50%; }
    .pe-md-4\/6 {
        padding-right: 66.666667%; }
    .pe-md-5\/6 {
        padding-right: 83.333333%; }
    .pe-md-1\/12 {
        padding-right: 8.333333%; }
    .pe-md-2\/12 {
        padding-right: 16.666667%; }
    .pe-md-3\/12 {
        padding-right: 25%; }
    .pe-md-4\/12 {
        padding-right: 33.333333%; }
    .pe-md-5\/12 {
        padding-right: 41.666667%; }
    .pe-md-6\/12 {
        padding-right: 50%; }
    .pe-md-7\/12 {
        padding-right: 58.333333%; }
    .pe-md-8\/12 {
        padding-right: 66.666667%; }
    .pe-md-9\/12 {
        padding-right: 75%; }
    .pe-md-10\/12 {
        padding-right: 83.333333%; }
    .pe-md-11\/12 {
        padding-right: 91.666667%; }
    .pe-md-full {
        padding-right: 100%; }
    .pb-md-0 {
        padding-bottom: 0px; }
    .pb-md-0\.5 {
        padding-bottom: 0.125rem; }
    .pb-md-1 {
        padding-bottom: 0.25rem; }
    .pb-md-1\.5 {
        padding-bottom: 0.375rem; }
    .pb-md-2 {
        padding-bottom: 0.5rem; }
    .pb-md-2\.5 {
        padding-bottom: 0.625rem; }
    .pb-md-3 {
        padding-bottom: 0.75rem; }
    .pb-md-3\.5 {
        padding-bottom: 0.875rem; }
    .pb-md-4 {
        padding-bottom: 1rem; }
    .pb-md-5 {
        padding-bottom: 1.25rem; }
    .pb-md-6 {
        padding-bottom: 1.5rem; }
    .pb-md-7 {
        padding-bottom: 1.75rem; }
    .pb-md-8 {
        padding-bottom: 2rem; }
    .pb-md-9 {
        padding-bottom: 2.25rem; }
    .pb-md-10 {
        padding-bottom: 2.5rem; }
    .pb-md-11 {
        padding-bottom: 2.75rem; }
    .pb-md-12 {
        padding-bottom: 3rem; }
    .pb-md-13 {
        padding-bottom: 3.25rem; }
    .pb-md-14 {
        padding-bottom: 3.5rem; }
    .pb-md-15 {
        padding-bottom: 3.75rem; }
    .pb-md-16 {
        padding-bottom: 4rem; }
    .pb-md-20 {
        padding-bottom: 5rem; }
    .pb-md-24 {
        padding-bottom: 6rem; }
    .pb-md-28 {
        padding-bottom: 7rem; }
    .pb-md-32 {
        padding-bottom: 8rem; }
    .pb-md-36 {
        padding-bottom: 9rem; }
    .pb-md-40 {
        padding-bottom: 10rem; }
    .pb-md-44 {
        padding-bottom: 11rem; }
    .pb-md-px {
        padding-bottom: 1px; }
    .pb-md-1\/2 {
        padding-bottom: 50%; }
    .pb-md-1\/3 {
        padding-bottom: 33.333333%; }
    .pb-md-2\/3 {
        padding-bottom: 66.666667%; }
    .pb-md-1\/4 {
        padding-bottom: 25%; }
    .pb-md-2\/4 {
        padding-bottom: 50%; }
    .pb-md-3\/4 {
        padding-bottom: 75%; }
    .pb-md-1\/5 {
        padding-bottom: 20%; }
    .pb-md-2\/5 {
        padding-bottom: 40%; }
    .pb-md-3\/5 {
        padding-bottom: 60%; }
    .pb-md-4\/5 {
        padding-bottom: 80%; }
    .pb-md-1\/6 {
        padding-bottom: 16.666667%; }
    .pb-md-2\/6 {
        padding-bottom: 33.333333%; }
    .pb-md-3\/6 {
        padding-bottom: 50%; }
    .pb-md-4\/6 {
        padding-bottom: 66.666667%; }
    .pb-md-5\/6 {
        padding-bottom: 83.333333%; }
    .pb-md-1\/12 {
        padding-bottom: 8.333333%; }
    .pb-md-2\/12 {
        padding-bottom: 16.666667%; }
    .pb-md-3\/12 {
        padding-bottom: 25%; }
    .pb-md-4\/12 {
        padding-bottom: 33.333333%; }
    .pb-md-5\/12 {
        padding-bottom: 41.666667%; }
    .pb-md-6\/12 {
        padding-bottom: 50%; }
    .pb-md-7\/12 {
        padding-bottom: 58.333333%; }
    .pb-md-8\/12 {
        padding-bottom: 66.666667%; }
    .pb-md-9\/12 {
        padding-bottom: 75%; }
    .pb-md-10\/12 {
        padding-bottom: 83.333333%; }
    .pb-md-11\/12 {
        padding-bottom: 91.666667%; }
    .pb-md-full {
        padding-bottom: 100%; }
    .ps-md-0 {
        padding-left: 0px; }
    .ps-md-0\.5 {
        padding-left: 0.125rem; }
    .ps-md-1 {
        padding-left: 0.25rem; }
    .ps-md-1\.5 {
        padding-left: 0.375rem; }
    .ps-md-2 {
        padding-left: 0.5rem; }
    .ps-md-2\.5 {
        padding-left: 0.625rem; }
    .ps-md-3 {
        padding-left: 0.75rem; }
    .ps-md-3\.5 {
        padding-left: 0.875rem; }
    .ps-md-4 {
        padding-left: 1rem; }
    .ps-md-5 {
        padding-left: 1.25rem; }
    .ps-md-6 {
        padding-left: 1.5rem; }
    .ps-md-7 {
        padding-left: 1.75rem; }
    .ps-md-8 {
        padding-left: 2rem; }
    .ps-md-9 {
        padding-left: 2.25rem; }
    .ps-md-10 {
        padding-left: 2.5rem; }
    .ps-md-11 {
        padding-left: 2.75rem; }
    .ps-md-12 {
        padding-left: 3rem; }
    .ps-md-13 {
        padding-left: 3.25rem; }
    .ps-md-14 {
        padding-left: 3.5rem; }
    .ps-md-15 {
        padding-left: 3.75rem; }
    .ps-md-16 {
        padding-left: 4rem; }
    .ps-md-20 {
        padding-left: 5rem; }
    .ps-md-24 {
        padding-left: 6rem; }
    .ps-md-28 {
        padding-left: 7rem; }
    .ps-md-32 {
        padding-left: 8rem; }
    .ps-md-36 {
        padding-left: 9rem; }
    .ps-md-40 {
        padding-left: 10rem; }
    .ps-md-44 {
        padding-left: 11rem; }
    .ps-md-px {
        padding-left: 1px; }
    .ps-md-1\/2 {
        padding-left: 50%; }
    .ps-md-1\/3 {
        padding-left: 33.333333%; }
    .ps-md-2\/3 {
        padding-left: 66.666667%; }
    .ps-md-1\/4 {
        padding-left: 25%; }
    .ps-md-2\/4 {
        padding-left: 50%; }
    .ps-md-3\/4 {
        padding-left: 75%; }
    .ps-md-1\/5 {
        padding-left: 20%; }
    .ps-md-2\/5 {
        padding-left: 40%; }
    .ps-md-3\/5 {
        padding-left: 60%; }
    .ps-md-4\/5 {
        padding-left: 80%; }
    .ps-md-1\/6 {
        padding-left: 16.666667%; }
    .ps-md-2\/6 {
        padding-left: 33.333333%; }
    .ps-md-3\/6 {
        padding-left: 50%; }
    .ps-md-4\/6 {
        padding-left: 66.666667%; }
    .ps-md-5\/6 {
        padding-left: 83.333333%; }
    .ps-md-1\/12 {
        padding-left: 8.333333%; }
    .ps-md-2\/12 {
        padding-left: 16.666667%; }
    .ps-md-3\/12 {
        padding-left: 25%; }
    .ps-md-4\/12 {
        padding-left: 33.333333%; }
    .ps-md-5\/12 {
        padding-left: 41.666667%; }
    .ps-md-6\/12 {
        padding-left: 50%; }
    .ps-md-7\/12 {
        padding-left: 58.333333%; }
    .ps-md-8\/12 {
        padding-left: 66.666667%; }
    .ps-md-9\/12 {
        padding-left: 75%; }
    .ps-md-10\/12 {
        padding-left: 83.333333%; }
    .ps-md-11\/12 {
        padding-left: 91.666667%; }
    .ps-md-full {
        padding-left: 100%; }
    .gap-md-0 {
        gap: 0px; }
    .gap-md-0\.5 {
        gap: 0.125rem; }
    .gap-md-1 {
        gap: 0.25rem; }
    .gap-md-1\.5 {
        gap: 0.375rem; }
    .gap-md-2 {
        gap: 0.5rem; }
    .gap-md-2\.5 {
        gap: 0.625rem; }
    .gap-md-3 {
        gap: 0.75rem; }
    .gap-md-3\.5 {
        gap: 0.875rem; }
    .gap-md-4 {
        gap: 1rem; }
    .gap-md-5 {
        gap: 1.25rem; }
    .gap-md-6 {
        gap: 1.5rem; }
    .gap-md-7 {
        gap: 1.75rem; }
    .gap-md-8 {
        gap: 2rem; }
    .gap-md-9 {
        gap: 2.25rem; }
    .gap-md-10 {
        gap: 2.5rem; }
    .gap-md-11 {
        gap: 2.75rem; }
    .gap-md-12 {
        gap: 3rem; }
    .gap-md-13 {
        gap: 3.25rem; }
    .gap-md-14 {
        gap: 3.5rem; }
    .gap-md-15 {
        gap: 3.75rem; }
    .gap-md-16 {
        gap: 4rem; }
    .gap-md-20 {
        gap: 5rem; }
    .gap-md-24 {
        gap: 6rem; }
    .gap-md-28 {
        gap: 7rem; }
    .gap-md-32 {
        gap: 8rem; }
    .gap-md-36 {
        gap: 9rem; }
    .gap-md-40 {
        gap: 10rem; }
    .gap-md-44 {
        gap: 11rem; }
    .gap-md-px {
        gap: 1px; }
    .gap-md-1\/2 {
        gap: 50%; }
    .gap-md-1\/3 {
        gap: 33.333333%; }
    .gap-md-2\/3 {
        gap: 66.666667%; }
    .gap-md-1\/4 {
        gap: 25%; }
    .gap-md-2\/4 {
        gap: 50%; }
    .gap-md-3\/4 {
        gap: 75%; }
    .gap-md-1\/5 {
        gap: 20%; }
    .gap-md-2\/5 {
        gap: 40%; }
    .gap-md-3\/5 {
        gap: 60%; }
    .gap-md-4\/5 {
        gap: 80%; }
    .gap-md-1\/6 {
        gap: 16.666667%; }
    .gap-md-2\/6 {
        gap: 33.333333%; }
    .gap-md-3\/6 {
        gap: 50%; }
    .gap-md-4\/6 {
        gap: 66.666667%; }
    .gap-md-5\/6 {
        gap: 83.333333%; }
    .gap-md-1\/12 {
        gap: 8.333333%; }
    .gap-md-2\/12 {
        gap: 16.666667%; }
    .gap-md-3\/12 {
        gap: 25%; }
    .gap-md-4\/12 {
        gap: 33.333333%; }
    .gap-md-5\/12 {
        gap: 41.666667%; }
    .gap-md-6\/12 {
        gap: 50%; }
    .gap-md-7\/12 {
        gap: 58.333333%; }
    .gap-md-8\/12 {
        gap: 66.666667%; }
    .gap-md-9\/12 {
        gap: 75%; }
    .gap-md-10\/12 {
        gap: 83.333333%; }
    .gap-md-11\/12 {
        gap: 91.666667%; }
    .gap-md-full {
        gap: 100%; }
    .row-gap-md-0 {
        row-gap: 0; }
    .row-gap-md-1 {
        row-gap: 0.25rem; }
    .row-gap-md-2 {
        row-gap: 0.5rem; }
    .row-gap-md-3 {
        row-gap: 1rem; }
    .row-gap-md-4 {
        row-gap: 1rem; }
    .row-gap-md-5 {
        row-gap: 3rem; }
    .row-gap-md-0\.5 {
        row-gap: 0.125rem; }
    .row-gap-md-8 {
        row-gap: 2rem; }
    .row-gap-md-16 {
        row-gap: 4rem; }
    .row-gap-md-32 {
        row-gap: 8rem; }
    .row-gap-md-64 {
        row-gap: 16rem; }
    .column-gap-md-0 {
        column-gap: 0; }
    .column-gap-md-1 {
        column-gap: 0.25rem; }
    .column-gap-md-2 {
        column-gap: 0.5rem; }
    .column-gap-md-3 {
        column-gap: 1rem; }
    .column-gap-md-4 {
        column-gap: 1rem; }
    .column-gap-md-5 {
        column-gap: 3rem; }
    .column-gap-md-0\.5 {
        column-gap: 0.125rem; }
    .column-gap-md-8 {
        column-gap: 2rem; }
    .column-gap-md-16 {
        column-gap: 4rem; }
    .column-gap-md-32 {
        column-gap: 8rem; }
    .column-gap-md-64 {
        column-gap: 16rem; }
    .fs-md-1 {
        font-size: 3rem; }
    .fs-md-2 {
        font-size: 2.25rem; }
    .fs-md-3 {
        font-size: 2rem; }
    .fs-md-4 {
        font-size: 1.5rem; }
    .fs-md-5 {
        font-size: 1.25rem; }
    .fs-md-6 {
        font-size: 0.875rem; }
    .fs-md-7 {
        font-size: 0.75rem; }
    .fs-md-8 {
        font-size: 1rem; }
    .fs-md-9 {
        font-size: 0.875rem; }
    .fs-md-10 {
        font-size: 0.75rem; }
    .fs-md-11 {
        font-size: 0.625rem; }
    .fs-md-12 {
        font-size: 0.5rem; }
    .lh-md-1 {
        line-height: 1; }
    .lh-md-sm {
        line-height: 1.25; }
    .lh-md-base {
        line-height: 1.5; }
    .lh-md-lg {
        line-height: 2; }
    .lh-md-0 {
        line-height: 0; }
    .text-md-start {
        text-align: left; }
    .text-md-end {
        text-align: right; }
    .text-md-center {
        text-align: center; }
    .text-md-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-md-primary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-md-primary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-md-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-md-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-md-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-md-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-md-success-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-md-success-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-md-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-md-info-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-md-info-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-md-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-md-warning-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-md-warning-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-md-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-md-danger-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-md-danger-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-md-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-md-light-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-md-light-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-md-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-md-dark-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-md-dark-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-md-color-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-md-color-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-md-color-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-md-color-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-md-color-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-md-color-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-md-color-3 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-md-color-3-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-md-color-3-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-md-color-4 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-md-color-4-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-md-color-4-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-md-color-5 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-md-color-5-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-md-color-5-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-md-dark-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-md-dark-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-md-dark-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-md-dark-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-md-dark-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-md-dark-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-md-light-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-md-light-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-md-light-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-md-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-md-black-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-md-black-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-md-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-md-white-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-md-white-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-md-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-muted-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-muted-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-md-black-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-md-black-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-md-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-md-white-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-md-white-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-md-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-body-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-body-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-md-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-md-body-tertiary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-md-body-tertiary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-md-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-md-body-emphasis-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-md-body-emphasis-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-md-reset {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-md-reset-hover:hover {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-md-reset-focus:focus {
        --bs-text-opacity: 1;
        color: inherit; }
    .bg-md-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-md-primary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-md-primary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-md-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-md-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-md-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-md-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-md-success-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-md-success-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-md-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-md-info-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-md-info-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-md-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-md-warning-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-md-warning-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-md-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-md-danger-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-md-danger-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-md-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-md-light-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-md-light-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-3 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-3-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-3-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-4 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-4-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-4-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-5 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-5-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-md-color-5-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-dark-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-md-light-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-light-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-light-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-md-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-md-black-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-md-black-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-md-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-md-white-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-md-white-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-md-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-md-transparent-hover:hover {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-md-transparent-focus:focus {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-md-body-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-tertiary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-tertiary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-emphasis {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-emphasis-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-md-body-emphasis-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .z-md-n2 {
        z-index: -2; }
    .z-md-n1 {
        z-index: -1; }
    .z-md-0 {
        z-index: 0; }
    .z-md-1 {
        z-index: 1; }
    .z-md-2 {
        z-index: 2; }
    .z-md-10 {
        z-index: 10; }
    .z-md-20 {
        z-index: 20; }
    .z-md-50 {
        z-index: 50; }
    .z-md-500 {
        z-index: 500; }
    .z-md-1050 {
        z-index: 1050; }
    .z-md-1100 {
        z-index: 1100; }
    .z-md-2100 {
        z-index: 2100; }
    .z-md-max {
        z-index: 2147483647; }
    .min-h-md-0 {
        min-height: 0px; }
    .min-h-md-0\.5 {
        min-height: 0.125rem; }
    .min-h-md-1 {
        min-height: 0.25rem; }
    .min-h-md-1\.5 {
        min-height: 0.375rem; }
    .min-h-md-2 {
        min-height: 0.5rem; }
    .min-h-md-2\.5 {
        min-height: 0.625rem; }
    .min-h-md-3 {
        min-height: 0.75rem; }
    .min-h-md-3\.5 {
        min-height: 0.875rem; }
    .min-h-md-4 {
        min-height: 1rem; }
    .min-h-md-5 {
        min-height: 1.25rem; }
    .min-h-md-6 {
        min-height: 1.5rem; }
    .min-h-md-7 {
        min-height: 1.75rem; }
    .min-h-md-8 {
        min-height: 2rem; }
    .min-h-md-9 {
        min-height: 2.25rem; }
    .min-h-md-10 {
        min-height: 2.5rem; }
    .min-h-md-11 {
        min-height: 2.75rem; }
    .min-h-md-12 {
        min-height: 3rem; }
    .min-h-md-13 {
        min-height: 3.25rem; }
    .min-h-md-14 {
        min-height: 3.5rem; }
    .min-h-md-15 {
        min-height: 3.75rem; }
    .min-h-md-16 {
        min-height: 4rem; }
    .min-h-md-20 {
        min-height: 5rem; }
    .min-h-md-24 {
        min-height: 6rem; }
    .min-h-md-28 {
        min-height: 7rem; }
    .min-h-md-32 {
        min-height: 8rem; }
    .min-h-md-36 {
        min-height: 9rem; }
    .min-h-md-40 {
        min-height: 10rem; }
    .min-h-md-44 {
        min-height: 11rem; }
    .min-h-md-48 {
        min-height: 12rem; }
    .min-h-md-52 {
        min-height: 13rem; }
    .min-h-md-56 {
        min-height: 14rem; }
    .min-h-md-60 {
        min-height: 15rem; }
    .min-h-md-64 {
        min-height: 16rem; }
    .min-h-md-72 {
        min-height: 18rem; }
    .min-h-md-80 {
        min-height: 20rem; }
    .min-h-md-96 {
        min-height: 24rem; }
    .min-h-md-112 {
        min-height: 28rem; }
    .min-h-md-128 {
        min-height: 32rem; }
    .min-h-md-144 {
        min-height: 36rem; }
    .min-h-md-160 {
        min-height: 40rem; }
    .min-h-md-px {
        min-height: 1px; }
    .min-h-md-1\/2 {
        min-height: 50%; }
    .min-h-md-1\/3 {
        min-height: 33.333333%; }
    .min-h-md-2\/3 {
        min-height: 66.666667%; }
    .min-h-md-1\/4 {
        min-height: 25%; }
    .min-h-md-2\/4 {
        min-height: 50%; }
    .min-h-md-3\/4 {
        min-height: 75%; }
    .min-h-md-1\/5 {
        min-height: 20%; }
    .min-h-md-2\/5 {
        min-height: 40%; }
    .min-h-md-3\/5 {
        min-height: 60%; }
    .min-h-md-4\/5 {
        min-height: 80%; }
    .min-h-md-1\/6 {
        min-height: 16.666667%; }
    .min-h-md-2\/6 {
        min-height: 33.333333%; }
    .min-h-md-3\/6 {
        min-height: 50%; }
    .min-h-md-4\/6 {
        min-height: 66.666667%; }
    .min-h-md-5\/6 {
        min-height: 83.333333%; }
    .min-h-md-1\/12 {
        min-height: 8.333333%; }
    .min-h-md-2\/12 {
        min-height: 16.666667%; }
    .min-h-md-3\/12 {
        min-height: 25%; }
    .min-h-md-4\/12 {
        min-height: 33.333333%; }
    .min-h-md-5\/12 {
        min-height: 41.666667%; }
    .min-h-md-6\/12 {
        min-height: 50%; }
    .min-h-md-7\/12 {
        min-height: 58.333333%; }
    .min-h-md-8\/12 {
        min-height: 66.666667%; }
    .min-h-md-9\/12 {
        min-height: 75%; }
    .min-h-md-10\/12 {
        min-height: 83.333333%; }
    .min-h-md-11\/12 {
        min-height: 91.666667%; }
    .min-h-md-full {
        min-height: 100%; }
    .min-w-md-0 {
        min-width: 0px; }
    .min-w-md-0\.5 {
        min-width: 0.125rem; }
    .min-w-md-1 {
        min-width: 0.25rem; }
    .min-w-md-1\.5 {
        min-width: 0.375rem; }
    .min-w-md-2 {
        min-width: 0.5rem; }
    .min-w-md-2\.5 {
        min-width: 0.625rem; }
    .min-w-md-3 {
        min-width: 0.75rem; }
    .min-w-md-3\.5 {
        min-width: 0.875rem; }
    .min-w-md-4 {
        min-width: 1rem; }
    .min-w-md-5 {
        min-width: 1.25rem; }
    .min-w-md-6 {
        min-width: 1.5rem; }
    .min-w-md-7 {
        min-width: 1.75rem; }
    .min-w-md-8 {
        min-width: 2rem; }
    .min-w-md-9 {
        min-width: 2.25rem; }
    .min-w-md-10 {
        min-width: 2.5rem; }
    .min-w-md-11 {
        min-width: 2.75rem; }
    .min-w-md-12 {
        min-width: 3rem; }
    .min-w-md-13 {
        min-width: 3.25rem; }
    .min-w-md-14 {
        min-width: 3.5rem; }
    .min-w-md-15 {
        min-width: 3.75rem; }
    .min-w-md-16 {
        min-width: 4rem; }
    .min-w-md-20 {
        min-width: 5rem; }
    .min-w-md-24 {
        min-width: 6rem; }
    .min-w-md-28 {
        min-width: 7rem; }
    .min-w-md-32 {
        min-width: 8rem; }
    .min-w-md-36 {
        min-width: 9rem; }
    .min-w-md-40 {
        min-width: 10rem; }
    .min-w-md-44 {
        min-width: 11rem; }
    .min-w-md-48 {
        min-width: 12rem; }
    .min-w-md-52 {
        min-width: 13rem; }
    .min-w-md-56 {
        min-width: 14rem; }
    .min-w-md-60 {
        min-width: 15rem; }
    .min-w-md-64 {
        min-width: 16rem; }
    .min-w-md-72 {
        min-width: 18rem; }
    .min-w-md-80 {
        min-width: 20rem; }
    .min-w-md-96 {
        min-width: 24rem; }
    .min-w-md-112 {
        min-width: 28rem; }
    .min-w-md-128 {
        min-width: 32rem; }
    .min-w-md-144 {
        min-width: 36rem; }
    .min-w-md-160 {
        min-width: 40rem; }
    .min-w-md-px {
        min-width: 1px; }
    .min-w-md-1\/2 {
        min-width: 50%; }
    .min-w-md-1\/3 {
        min-width: 33.333333%; }
    .min-w-md-2\/3 {
        min-width: 66.666667%; }
    .min-w-md-1\/4 {
        min-width: 25%; }
    .min-w-md-2\/4 {
        min-width: 50%; }
    .min-w-md-3\/4 {
        min-width: 75%; }
    .min-w-md-1\/5 {
        min-width: 20%; }
    .min-w-md-2\/5 {
        min-width: 40%; }
    .min-w-md-3\/5 {
        min-width: 60%; }
    .min-w-md-4\/5 {
        min-width: 80%; }
    .min-w-md-1\/6 {
        min-width: 16.666667%; }
    .min-w-md-2\/6 {
        min-width: 33.333333%; }
    .min-w-md-3\/6 {
        min-width: 50%; }
    .min-w-md-4\/6 {
        min-width: 66.666667%; }
    .min-w-md-5\/6 {
        min-width: 83.333333%; }
    .min-w-md-1\/12 {
        min-width: 8.333333%; }
    .min-w-md-2\/12 {
        min-width: 16.666667%; }
    .min-w-md-3\/12 {
        min-width: 25%; }
    .min-w-md-4\/12 {
        min-width: 33.333333%; }
    .min-w-md-5\/12 {
        min-width: 41.666667%; }
    .min-w-md-6\/12 {
        min-width: 50%; }
    .min-w-md-7\/12 {
        min-width: 58.333333%; }
    .min-w-md-8\/12 {
        min-width: 66.666667%; }
    .min-w-md-9\/12 {
        min-width: 75%; }
    .min-w-md-10\/12 {
        min-width: 83.333333%; }
    .min-w-md-11\/12 {
        min-width: 91.666667%; }
    .min-w-md-full {
        min-width: 100%; } }

@media (min-width: 992px) {
    .float-lg-start {
        float: left; }
    .float-lg-end {
        float: right; }
    .float-lg-none {
        float: none; }
    .object-fit-lg-contain {
        object-fit: contain; }
    .object-fit-lg-cover {
        object-fit: cover; }
    .object-fit-lg-fill {
        object-fit: fill; }
    .object-fit-lg-scale {
        object-fit: scale-down; }
    .object-fit-lg-none {
        object-fit: none; }
    .overflow-y-lg-auto {
        overflow-y: auto; }
    .overflow-y-lg-hidden {
        overflow-y: hidden; }
    .overflow-y-lg-visible {
        overflow-y: visible; }
    .overflow-y-lg-scroll {
        overflow-y: scroll; }
    .d-lg-inline {
        display: inline; }
    .d-lg-inline-block {
        display: inline-block; }
    .d-lg-block {
        display: block; }
    .d-lg-grid {
        display: grid; }
    .d-lg-table {
        display: table; }
    .d-lg-table-row {
        display: table-row; }
    .d-lg-table-cell {
        display: table-cell; }
    .d-lg-flex {
        display: flex; }
    .d-lg-inline-flex {
        display: inline-flex; }
    .d-lg-none {
        display: none; }
    .shadow-lg {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }
    .shadow-lg-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
    .shadow-lg-lg {
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }
    .shadow-lg-none {
        box-shadow: none; }
    .shadow-lg-xs {
        box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }
    .shadow-lg-xl {
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }
    .position-lg-static {
        position: static; }
    .position-lg-relative {
        position: relative; }
    .position-lg-absolute {
        position: absolute; }
    .position-lg-fixed {
        position: fixed; }
    .position-lg-sticky {
        position: sticky; }
    .top-lg-0 {
        top: 0px; }
    .top-lg-50 {
        top: 50%; }
    .top-lg-100 {
        top: 100%; }
    .top-lg-0\.5 {
        top: 0.125rem; }
    .top-lg-1 {
        top: 0.25rem; }
    .top-lg-1\.5 {
        top: 0.375rem; }
    .top-lg-2 {
        top: 0.5rem; }
    .top-lg-2\.5 {
        top: 0.625rem; }
    .top-lg-3 {
        top: 0.75rem; }
    .top-lg-3\.5 {
        top: 0.875rem; }
    .top-lg-4 {
        top: 1rem; }
    .top-lg-5 {
        top: 1.25rem; }
    .top-lg-6 {
        top: 1.5rem; }
    .top-lg-7 {
        top: 1.75rem; }
    .top-lg-8 {
        top: 2rem; }
    .top-lg-9 {
        top: 2.25rem; }
    .top-lg-10 {
        top: 2.5rem; }
    .top-lg-11 {
        top: 2.75rem; }
    .top-lg-12 {
        top: 3rem; }
    .top-lg-13 {
        top: 3.25rem; }
    .top-lg-14 {
        top: 3.5rem; }
    .top-lg-15 {
        top: 3.75rem; }
    .top-lg-16 {
        top: 4rem; }
    .top-lg-20 {
        top: 5rem; }
    .top-lg-24 {
        top: 6rem; }
    .top-lg-28 {
        top: 7rem; }
    .top-lg-32 {
        top: 8rem; }
    .top-lg-36 {
        top: 9rem; }
    .top-lg-40 {
        top: 10rem; }
    .top-lg-44 {
        top: 11rem; }
    .top-lg-px {
        top: 1px; }
    .top-lg-1\/2 {
        top: 50%; }
    .top-lg-1\/3 {
        top: 33.333333%; }
    .top-lg-2\/3 {
        top: 66.666667%; }
    .top-lg-1\/4 {
        top: 25%; }
    .top-lg-2\/4 {
        top: 50%; }
    .top-lg-3\/4 {
        top: 75%; }
    .top-lg-1\/5 {
        top: 20%; }
    .top-lg-2\/5 {
        top: 40%; }
    .top-lg-3\/5 {
        top: 60%; }
    .top-lg-4\/5 {
        top: 80%; }
    .top-lg-1\/6 {
        top: 16.666667%; }
    .top-lg-2\/6 {
        top: 33.333333%; }
    .top-lg-3\/6 {
        top: 50%; }
    .top-lg-4\/6 {
        top: 66.666667%; }
    .top-lg-5\/6 {
        top: 83.333333%; }
    .top-lg-1\/12 {
        top: 8.333333%; }
    .top-lg-2\/12 {
        top: 16.666667%; }
    .top-lg-3\/12 {
        top: 25%; }
    .top-lg-4\/12 {
        top: 33.333333%; }
    .top-lg-5\/12 {
        top: 41.666667%; }
    .top-lg-6\/12 {
        top: 50%; }
    .top-lg-7\/12 {
        top: 58.333333%; }
    .top-lg-8\/12 {
        top: 66.666667%; }
    .top-lg-9\/12 {
        top: 75%; }
    .top-lg-10\/12 {
        top: 83.333333%; }
    .top-lg-11\/12 {
        top: 91.666667%; }
    .top-lg-full {
        top: 100%; }
    .bottom-lg-0 {
        bottom: 0px; }
    .bottom-lg-50 {
        bottom: 50%; }
    .bottom-lg-100 {
        bottom: 100%; }
    .bottom-lg-0\.5 {
        bottom: 0.125rem; }
    .bottom-lg-1 {
        bottom: 0.25rem; }
    .bottom-lg-1\.5 {
        bottom: 0.375rem; }
    .bottom-lg-2 {
        bottom: 0.5rem; }
    .bottom-lg-2\.5 {
        bottom: 0.625rem; }
    .bottom-lg-3 {
        bottom: 0.75rem; }
    .bottom-lg-3\.5 {
        bottom: 0.875rem; }
    .bottom-lg-4 {
        bottom: 1rem; }
    .bottom-lg-5 {
        bottom: 1.25rem; }
    .bottom-lg-6 {
        bottom: 1.5rem; }
    .bottom-lg-7 {
        bottom: 1.75rem; }
    .bottom-lg-8 {
        bottom: 2rem; }
    .bottom-lg-9 {
        bottom: 2.25rem; }
    .bottom-lg-10 {
        bottom: 2.5rem; }
    .bottom-lg-11 {
        bottom: 2.75rem; }
    .bottom-lg-12 {
        bottom: 3rem; }
    .bottom-lg-13 {
        bottom: 3.25rem; }
    .bottom-lg-14 {
        bottom: 3.5rem; }
    .bottom-lg-15 {
        bottom: 3.75rem; }
    .bottom-lg-16 {
        bottom: 4rem; }
    .bottom-lg-20 {
        bottom: 5rem; }
    .bottom-lg-24 {
        bottom: 6rem; }
    .bottom-lg-28 {
        bottom: 7rem; }
    .bottom-lg-32 {
        bottom: 8rem; }
    .bottom-lg-36 {
        bottom: 9rem; }
    .bottom-lg-40 {
        bottom: 10rem; }
    .bottom-lg-44 {
        bottom: 11rem; }
    .bottom-lg-px {
        bottom: 1px; }
    .bottom-lg-1\/2 {
        bottom: 50%; }
    .bottom-lg-1\/3 {
        bottom: 33.333333%; }
    .bottom-lg-2\/3 {
        bottom: 66.666667%; }
    .bottom-lg-1\/4 {
        bottom: 25%; }
    .bottom-lg-2\/4 {
        bottom: 50%; }
    .bottom-lg-3\/4 {
        bottom: 75%; }
    .bottom-lg-1\/5 {
        bottom: 20%; }
    .bottom-lg-2\/5 {
        bottom: 40%; }
    .bottom-lg-3\/5 {
        bottom: 60%; }
    .bottom-lg-4\/5 {
        bottom: 80%; }
    .bottom-lg-1\/6 {
        bottom: 16.666667%; }
    .bottom-lg-2\/6 {
        bottom: 33.333333%; }
    .bottom-lg-3\/6 {
        bottom: 50%; }
    .bottom-lg-4\/6 {
        bottom: 66.666667%; }
    .bottom-lg-5\/6 {
        bottom: 83.333333%; }
    .bottom-lg-1\/12 {
        bottom: 8.333333%; }
    .bottom-lg-2\/12 {
        bottom: 16.666667%; }
    .bottom-lg-3\/12 {
        bottom: 25%; }
    .bottom-lg-4\/12 {
        bottom: 33.333333%; }
    .bottom-lg-5\/12 {
        bottom: 41.666667%; }
    .bottom-lg-6\/12 {
        bottom: 50%; }
    .bottom-lg-7\/12 {
        bottom: 58.333333%; }
    .bottom-lg-8\/12 {
        bottom: 66.666667%; }
    .bottom-lg-9\/12 {
        bottom: 75%; }
    .bottom-lg-10\/12 {
        bottom: 83.333333%; }
    .bottom-lg-11\/12 {
        bottom: 91.666667%; }
    .bottom-lg-full {
        bottom: 100%; }
    .start-lg-0 {
        left: 0px; }
    .start-lg-50 {
        left: 50%; }
    .start-lg-100 {
        left: 100%; }
    .start-lg-0\.5 {
        left: 0.125rem; }
    .start-lg-1 {
        left: 0.25rem; }
    .start-lg-1\.5 {
        left: 0.375rem; }
    .start-lg-2 {
        left: 0.5rem; }
    .start-lg-2\.5 {
        left: 0.625rem; }
    .start-lg-3 {
        left: 0.75rem; }
    .start-lg-3\.5 {
        left: 0.875rem; }
    .start-lg-4 {
        left: 1rem; }
    .start-lg-5 {
        left: 1.25rem; }
    .start-lg-6 {
        left: 1.5rem; }
    .start-lg-7 {
        left: 1.75rem; }
    .start-lg-8 {
        left: 2rem; }
    .start-lg-9 {
        left: 2.25rem; }
    .start-lg-10 {
        left: 2.5rem; }
    .start-lg-11 {
        left: 2.75rem; }
    .start-lg-12 {
        left: 3rem; }
    .start-lg-13 {
        left: 3.25rem; }
    .start-lg-14 {
        left: 3.5rem; }
    .start-lg-15 {
        left: 3.75rem; }
    .start-lg-16 {
        left: 4rem; }
    .start-lg-20 {
        left: 5rem; }
    .start-lg-24 {
        left: 6rem; }
    .start-lg-28 {
        left: 7rem; }
    .start-lg-32 {
        left: 8rem; }
    .start-lg-36 {
        left: 9rem; }
    .start-lg-40 {
        left: 10rem; }
    .start-lg-44 {
        left: 11rem; }
    .start-lg-px {
        left: 1px; }
    .start-lg-1\/2 {
        left: 50%; }
    .start-lg-1\/3 {
        left: 33.333333%; }
    .start-lg-2\/3 {
        left: 66.666667%; }
    .start-lg-1\/4 {
        left: 25%; }
    .start-lg-2\/4 {
        left: 50%; }
    .start-lg-3\/4 {
        left: 75%; }
    .start-lg-1\/5 {
        left: 20%; }
    .start-lg-2\/5 {
        left: 40%; }
    .start-lg-3\/5 {
        left: 60%; }
    .start-lg-4\/5 {
        left: 80%; }
    .start-lg-1\/6 {
        left: 16.666667%; }
    .start-lg-2\/6 {
        left: 33.333333%; }
    .start-lg-3\/6 {
        left: 50%; }
    .start-lg-4\/6 {
        left: 66.666667%; }
    .start-lg-5\/6 {
        left: 83.333333%; }
    .start-lg-1\/12 {
        left: 8.333333%; }
    .start-lg-2\/12 {
        left: 16.666667%; }
    .start-lg-3\/12 {
        left: 25%; }
    .start-lg-4\/12 {
        left: 33.333333%; }
    .start-lg-5\/12 {
        left: 41.666667%; }
    .start-lg-6\/12 {
        left: 50%; }
    .start-lg-7\/12 {
        left: 58.333333%; }
    .start-lg-8\/12 {
        left: 66.666667%; }
    .start-lg-9\/12 {
        left: 75%; }
    .start-lg-10\/12 {
        left: 83.333333%; }
    .start-lg-11\/12 {
        left: 91.666667%; }
    .start-lg-full {
        left: 100%; }
    .end-lg-0 {
        right: 0px; }
    .end-lg-50 {
        right: 50%; }
    .end-lg-100 {
        right: 100%; }
    .end-lg-0\.5 {
        right: 0.125rem; }
    .end-lg-1 {
        right: 0.25rem; }
    .end-lg-1\.5 {
        right: 0.375rem; }
    .end-lg-2 {
        right: 0.5rem; }
    .end-lg-2\.5 {
        right: 0.625rem; }
    .end-lg-3 {
        right: 0.75rem; }
    .end-lg-3\.5 {
        right: 0.875rem; }
    .end-lg-4 {
        right: 1rem; }
    .end-lg-5 {
        right: 1.25rem; }
    .end-lg-6 {
        right: 1.5rem; }
    .end-lg-7 {
        right: 1.75rem; }
    .end-lg-8 {
        right: 2rem; }
    .end-lg-9 {
        right: 2.25rem; }
    .end-lg-10 {
        right: 2.5rem; }
    .end-lg-11 {
        right: 2.75rem; }
    .end-lg-12 {
        right: 3rem; }
    .end-lg-13 {
        right: 3.25rem; }
    .end-lg-14 {
        right: 3.5rem; }
    .end-lg-15 {
        right: 3.75rem; }
    .end-lg-16 {
        right: 4rem; }
    .end-lg-20 {
        right: 5rem; }
    .end-lg-24 {
        right: 6rem; }
    .end-lg-28 {
        right: 7rem; }
    .end-lg-32 {
        right: 8rem; }
    .end-lg-36 {
        right: 9rem; }
    .end-lg-40 {
        right: 10rem; }
    .end-lg-44 {
        right: 11rem; }
    .end-lg-px {
        right: 1px; }
    .end-lg-1\/2 {
        right: 50%; }
    .end-lg-1\/3 {
        right: 33.333333%; }
    .end-lg-2\/3 {
        right: 66.666667%; }
    .end-lg-1\/4 {
        right: 25%; }
    .end-lg-2\/4 {
        right: 50%; }
    .end-lg-3\/4 {
        right: 75%; }
    .end-lg-1\/5 {
        right: 20%; }
    .end-lg-2\/5 {
        right: 40%; }
    .end-lg-3\/5 {
        right: 60%; }
    .end-lg-4\/5 {
        right: 80%; }
    .end-lg-1\/6 {
        right: 16.666667%; }
    .end-lg-2\/6 {
        right: 33.333333%; }
    .end-lg-3\/6 {
        right: 50%; }
    .end-lg-4\/6 {
        right: 66.666667%; }
    .end-lg-5\/6 {
        right: 83.333333%; }
    .end-lg-1\/12 {
        right: 8.333333%; }
    .end-lg-2\/12 {
        right: 16.666667%; }
    .end-lg-3\/12 {
        right: 25%; }
    .end-lg-4\/12 {
        right: 33.333333%; }
    .end-lg-5\/12 {
        right: 41.666667%; }
    .end-lg-6\/12 {
        right: 50%; }
    .end-lg-7\/12 {
        right: 58.333333%; }
    .end-lg-8\/12 {
        right: 66.666667%; }
    .end-lg-9\/12 {
        right: 75%; }
    .end-lg-10\/12 {
        right: 83.333333%; }
    .end-lg-11\/12 {
        right: 91.666667%; }
    .end-lg-full {
        right: 100%; }
    .w-lg-25 {
        width: 25%; }
    .w-lg-50 {
        width: 50%; }
    .w-lg-75 {
        width: 75%; }
    .w-lg-100 {
        width: 100%; }
    .w-lg-auto {
        width: auto; }
    .w-lg-0 {
        width: 0px; }
    .w-lg-0\.5 {
        width: 0.125rem; }
    .w-lg-1 {
        width: 0.25rem; }
    .w-lg-1\.5 {
        width: 0.375rem; }
    .w-lg-2 {
        width: 0.5rem; }
    .w-lg-2\.5 {
        width: 0.625rem; }
    .w-lg-3 {
        width: 0.75rem; }
    .w-lg-3\.5 {
        width: 0.875rem; }
    .w-lg-4 {
        width: 1rem; }
    .w-lg-5 {
        width: 1.25rem; }
    .w-lg-6 {
        width: 1.5rem; }
    .w-lg-7 {
        width: 1.75rem; }
    .w-lg-8 {
        width: 2rem; }
    .w-lg-9 {
        width: 2.25rem; }
    .w-lg-10 {
        width: 2.5rem; }
    .w-lg-11 {
        width: 2.75rem; }
    .w-lg-12 {
        width: 3rem; }
    .w-lg-13 {
        width: 3.25rem; }
    .w-lg-14 {
        width: 3.5rem; }
    .w-lg-15 {
        width: 3.75rem; }
    .w-lg-16 {
        width: 4rem; }
    .w-lg-20 {
        width: 5rem; }
    .w-lg-24 {
        width: 6rem; }
    .w-lg-28 {
        width: 7rem; }
    .w-lg-32 {
        width: 8rem; }
    .w-lg-36 {
        width: 9rem; }
    .w-lg-40 {
        width: 10rem; }
    .w-lg-44 {
        width: 11rem; }
    .w-lg-48 {
        width: 12rem; }
    .w-lg-52 {
        width: 13rem; }
    .w-lg-56 {
        width: 14rem; }
    .w-lg-60 {
        width: 15rem; }
    .w-lg-64 {
        width: 16rem; }
    .w-lg-72 {
        width: 18rem; }
    .w-lg-80 {
        width: 20rem; }
    .w-lg-96 {
        width: 24rem; }
    .w-lg-112 {
        width: 28rem; }
    .w-lg-128 {
        width: 32rem; }
    .w-lg-144 {
        width: 36rem; }
    .w-lg-160 {
        width: 40rem; }
    .w-lg-px {
        width: 1px; }
    .w-lg-1\/2 {
        width: 50%; }
    .w-lg-1\/3 {
        width: 33.333333%; }
    .w-lg-2\/3 {
        width: 66.666667%; }
    .w-lg-1\/4 {
        width: 25%; }
    .w-lg-2\/4 {
        width: 50%; }
    .w-lg-3\/4 {
        width: 75%; }
    .w-lg-1\/5 {
        width: 20%; }
    .w-lg-2\/5 {
        width: 40%; }
    .w-lg-3\/5 {
        width: 60%; }
    .w-lg-4\/5 {
        width: 80%; }
    .w-lg-1\/6 {
        width: 16.666667%; }
    .w-lg-2\/6 {
        width: 33.333333%; }
    .w-lg-3\/6 {
        width: 50%; }
    .w-lg-4\/6 {
        width: 66.666667%; }
    .w-lg-5\/6 {
        width: 83.333333%; }
    .w-lg-1\/12 {
        width: 8.333333%; }
    .w-lg-2\/12 {
        width: 16.666667%; }
    .w-lg-3\/12 {
        width: 25%; }
    .w-lg-4\/12 {
        width: 33.333333%; }
    .w-lg-5\/12 {
        width: 41.666667%; }
    .w-lg-6\/12 {
        width: 50%; }
    .w-lg-7\/12 {
        width: 58.333333%; }
    .w-lg-8\/12 {
        width: 66.666667%; }
    .w-lg-9\/12 {
        width: 75%; }
    .w-lg-10\/12 {
        width: 83.333333%; }
    .w-lg-11\/12 {
        width: 91.666667%; }
    .w-lg-full {
        width: 100%; }
    .max-w-lg-0 {
        max-width: 0px; }
    .max-w-lg-0\.5 {
        max-width: 0.125rem; }
    .max-w-lg-1 {
        max-width: 0.25rem; }
    .max-w-lg-1\.5 {
        max-width: 0.375rem; }
    .max-w-lg-2 {
        max-width: 0.5rem; }
    .max-w-lg-2\.5 {
        max-width: 0.625rem; }
    .max-w-lg-3 {
        max-width: 0.75rem; }
    .max-w-lg-3\.5 {
        max-width: 0.875rem; }
    .max-w-lg-4 {
        max-width: 1rem; }
    .max-w-lg-5 {
        max-width: 1.25rem; }
    .max-w-lg-6 {
        max-width: 1.5rem; }
    .max-w-lg-7 {
        max-width: 1.75rem; }
    .max-w-lg-8 {
        max-width: 2rem; }
    .max-w-lg-9 {
        max-width: 2.25rem; }
    .max-w-lg-10 {
        max-width: 2.5rem; }
    .max-w-lg-11 {
        max-width: 2.75rem; }
    .max-w-lg-12 {
        max-width: 3rem; }
    .max-w-lg-13 {
        max-width: 3.25rem; }
    .max-w-lg-14 {
        max-width: 3.5rem; }
    .max-w-lg-15 {
        max-width: 3.75rem; }
    .max-w-lg-16 {
        max-width: 4rem; }
    .max-w-lg-20 {
        max-width: 5rem; }
    .max-w-lg-24 {
        max-width: 6rem; }
    .max-w-lg-28 {
        max-width: 7rem; }
    .max-w-lg-32 {
        max-width: 8rem; }
    .max-w-lg-36 {
        max-width: 9rem; }
    .max-w-lg-40 {
        max-width: 10rem; }
    .max-w-lg-44 {
        max-width: 11rem; }
    .max-w-lg-48 {
        max-width: 12rem; }
    .max-w-lg-52 {
        max-width: 13rem; }
    .max-w-lg-56 {
        max-width: 14rem; }
    .max-w-lg-60 {
        max-width: 15rem; }
    .max-w-lg-64 {
        max-width: 16rem; }
    .max-w-lg-72 {
        max-width: 18rem; }
    .max-w-lg-80 {
        max-width: 20rem; }
    .max-w-lg-96 {
        max-width: 24rem; }
    .max-w-lg-112 {
        max-width: 28rem; }
    .max-w-lg-128 {
        max-width: 32rem; }
    .max-w-lg-144 {
        max-width: 36rem; }
    .max-w-lg-160 {
        max-width: 40rem; }
    .max-w-lg-px {
        max-width: 1px; }
    .max-w-lg-1\/2 {
        max-width: 50%; }
    .max-w-lg-1\/3 {
        max-width: 33.333333%; }
    .max-w-lg-2\/3 {
        max-width: 66.666667%; }
    .max-w-lg-1\/4 {
        max-width: 25%; }
    .max-w-lg-2\/4 {
        max-width: 50%; }
    .max-w-lg-3\/4 {
        max-width: 75%; }
    .max-w-lg-1\/5 {
        max-width: 20%; }
    .max-w-lg-2\/5 {
        max-width: 40%; }
    .max-w-lg-3\/5 {
        max-width: 60%; }
    .max-w-lg-4\/5 {
        max-width: 80%; }
    .max-w-lg-1\/6 {
        max-width: 16.666667%; }
    .max-w-lg-2\/6 {
        max-width: 33.333333%; }
    .max-w-lg-3\/6 {
        max-width: 50%; }
    .max-w-lg-4\/6 {
        max-width: 66.666667%; }
    .max-w-lg-5\/6 {
        max-width: 83.333333%; }
    .max-w-lg-1\/12 {
        max-width: 8.333333%; }
    .max-w-lg-2\/12 {
        max-width: 16.666667%; }
    .max-w-lg-3\/12 {
        max-width: 25%; }
    .max-w-lg-4\/12 {
        max-width: 33.333333%; }
    .max-w-lg-5\/12 {
        max-width: 41.666667%; }
    .max-w-lg-6\/12 {
        max-width: 50%; }
    .max-w-lg-7\/12 {
        max-width: 58.333333%; }
    .max-w-lg-8\/12 {
        max-width: 66.666667%; }
    .max-w-lg-9\/12 {
        max-width: 75%; }
    .max-w-lg-10\/12 {
        max-width: 83.333333%; }
    .max-w-lg-11\/12 {
        max-width: 91.666667%; }
    .max-w-lg-full {
        max-width: 100%; }
    .vw-lg-100 {
        width: 100vw; }
    .h-lg-25 {
        height: 25%; }
    .h-lg-50 {
        height: 50%; }
    .h-lg-75 {
        height: 75%; }
    .h-lg-100 {
        height: 100%; }
    .h-lg-auto {
        height: auto; }
    .h-lg-0 {
        height: 0px; }
    .h-lg-0\.5 {
        height: 0.125rem; }
    .h-lg-1 {
        height: 0.25rem; }
    .h-lg-1\.5 {
        height: 0.375rem; }
    .h-lg-2 {
        height: 0.5rem; }
    .h-lg-2\.5 {
        height: 0.625rem; }
    .h-lg-3 {
        height: 0.75rem; }
    .h-lg-3\.5 {
        height: 0.875rem; }
    .h-lg-4 {
        height: 1rem; }
    .h-lg-5 {
        height: 1.25rem; }
    .h-lg-6 {
        height: 1.5rem; }
    .h-lg-7 {
        height: 1.75rem; }
    .h-lg-8 {
        height: 2rem; }
    .h-lg-9 {
        height: 2.25rem; }
    .h-lg-10 {
        height: 2.5rem; }
    .h-lg-11 {
        height: 2.75rem; }
    .h-lg-12 {
        height: 3rem; }
    .h-lg-13 {
        height: 3.25rem; }
    .h-lg-14 {
        height: 3.5rem; }
    .h-lg-15 {
        height: 3.75rem; }
    .h-lg-16 {
        height: 4rem; }
    .h-lg-20 {
        height: 5rem; }
    .h-lg-24 {
        height: 6rem; }
    .h-lg-28 {
        height: 7rem; }
    .h-lg-32 {
        height: 8rem; }
    .h-lg-36 {
        height: 9rem; }
    .h-lg-40 {
        height: 10rem; }
    .h-lg-44 {
        height: 11rem; }
    .h-lg-48 {
        height: 12rem; }
    .h-lg-52 {
        height: 13rem; }
    .h-lg-56 {
        height: 14rem; }
    .h-lg-60 {
        height: 15rem; }
    .h-lg-64 {
        height: 16rem; }
    .h-lg-72 {
        height: 18rem; }
    .h-lg-80 {
        height: 20rem; }
    .h-lg-96 {
        height: 24rem; }
    .h-lg-112 {
        height: 28rem; }
    .h-lg-128 {
        height: 32rem; }
    .h-lg-144 {
        height: 36rem; }
    .h-lg-160 {
        height: 40rem; }
    .h-lg-px {
        height: 1px; }
    .h-lg-1\/2 {
        height: 50%; }
    .h-lg-1\/3 {
        height: 33.333333%; }
    .h-lg-2\/3 {
        height: 66.666667%; }
    .h-lg-1\/4 {
        height: 25%; }
    .h-lg-2\/4 {
        height: 50%; }
    .h-lg-3\/4 {
        height: 75%; }
    .h-lg-1\/5 {
        height: 20%; }
    .h-lg-2\/5 {
        height: 40%; }
    .h-lg-3\/5 {
        height: 60%; }
    .h-lg-4\/5 {
        height: 80%; }
    .h-lg-1\/6 {
        height: 16.666667%; }
    .h-lg-2\/6 {
        height: 33.333333%; }
    .h-lg-3\/6 {
        height: 50%; }
    .h-lg-4\/6 {
        height: 66.666667%; }
    .h-lg-5\/6 {
        height: 83.333333%; }
    .h-lg-1\/12 {
        height: 8.333333%; }
    .h-lg-2\/12 {
        height: 16.666667%; }
    .h-lg-3\/12 {
        height: 25%; }
    .h-lg-4\/12 {
        height: 33.333333%; }
    .h-lg-5\/12 {
        height: 41.666667%; }
    .h-lg-6\/12 {
        height: 50%; }
    .h-lg-7\/12 {
        height: 58.333333%; }
    .h-lg-8\/12 {
        height: 66.666667%; }
    .h-lg-9\/12 {
        height: 75%; }
    .h-lg-10\/12 {
        height: 83.333333%; }
    .h-lg-11\/12 {
        height: 91.666667%; }
    .h-lg-full {
        height: 100%; }
    .mh-lg-100 {
        max-height: 100%; }
    .mh-lg-0 {
        max-height: 0px; }
    .mh-lg-0\.5 {
        max-height: 0.125rem; }
    .mh-lg-1 {
        max-height: 0.25rem; }
    .mh-lg-1\.5 {
        max-height: 0.375rem; }
    .mh-lg-2 {
        max-height: 0.5rem; }
    .mh-lg-2\.5 {
        max-height: 0.625rem; }
    .mh-lg-3 {
        max-height: 0.75rem; }
    .mh-lg-3\.5 {
        max-height: 0.875rem; }
    .mh-lg-4 {
        max-height: 1rem; }
    .mh-lg-5 {
        max-height: 1.25rem; }
    .mh-lg-6 {
        max-height: 1.5rem; }
    .mh-lg-7 {
        max-height: 1.75rem; }
    .mh-lg-8 {
        max-height: 2rem; }
    .mh-lg-9 {
        max-height: 2.25rem; }
    .mh-lg-10 {
        max-height: 2.5rem; }
    .mh-lg-11 {
        max-height: 2.75rem; }
    .mh-lg-12 {
        max-height: 3rem; }
    .mh-lg-13 {
        max-height: 3.25rem; }
    .mh-lg-14 {
        max-height: 3.5rem; }
    .mh-lg-15 {
        max-height: 3.75rem; }
    .mh-lg-16 {
        max-height: 4rem; }
    .mh-lg-20 {
        max-height: 5rem; }
    .mh-lg-24 {
        max-height: 6rem; }
    .mh-lg-28 {
        max-height: 7rem; }
    .mh-lg-32 {
        max-height: 8rem; }
    .mh-lg-36 {
        max-height: 9rem; }
    .mh-lg-40 {
        max-height: 10rem; }
    .mh-lg-44 {
        max-height: 11rem; }
    .mh-lg-48 {
        max-height: 12rem; }
    .mh-lg-52 {
        max-height: 13rem; }
    .mh-lg-56 {
        max-height: 14rem; }
    .mh-lg-60 {
        max-height: 15rem; }
    .mh-lg-64 {
        max-height: 16rem; }
    .mh-lg-72 {
        max-height: 18rem; }
    .mh-lg-80 {
        max-height: 20rem; }
    .mh-lg-96 {
        max-height: 24rem; }
    .mh-lg-112 {
        max-height: 28rem; }
    .mh-lg-128 {
        max-height: 32rem; }
    .mh-lg-144 {
        max-height: 36rem; }
    .mh-lg-160 {
        max-height: 40rem; }
    .mh-lg-px {
        max-height: 1px; }
    .mh-lg-1\/2 {
        max-height: 50%; }
    .mh-lg-1\/3 {
        max-height: 33.333333%; }
    .mh-lg-2\/3 {
        max-height: 66.666667%; }
    .mh-lg-1\/4 {
        max-height: 25%; }
    .mh-lg-2\/4 {
        max-height: 50%; }
    .mh-lg-3\/4 {
        max-height: 75%; }
    .mh-lg-1\/5 {
        max-height: 20%; }
    .mh-lg-2\/5 {
        max-height: 40%; }
    .mh-lg-3\/5 {
        max-height: 60%; }
    .mh-lg-4\/5 {
        max-height: 80%; }
    .mh-lg-1\/6 {
        max-height: 16.666667%; }
    .mh-lg-2\/6 {
        max-height: 33.333333%; }
    .mh-lg-3\/6 {
        max-height: 50%; }
    .mh-lg-4\/6 {
        max-height: 66.666667%; }
    .mh-lg-5\/6 {
        max-height: 83.333333%; }
    .mh-lg-1\/12 {
        max-height: 8.333333%; }
    .mh-lg-2\/12 {
        max-height: 16.666667%; }
    .mh-lg-3\/12 {
        max-height: 25%; }
    .mh-lg-4\/12 {
        max-height: 33.333333%; }
    .mh-lg-5\/12 {
        max-height: 41.666667%; }
    .mh-lg-6\/12 {
        max-height: 50%; }
    .mh-lg-7\/12 {
        max-height: 58.333333%; }
    .mh-lg-8\/12 {
        max-height: 66.666667%; }
    .mh-lg-9\/12 {
        max-height: 75%; }
    .mh-lg-10\/12 {
        max-height: 83.333333%; }
    .mh-lg-11\/12 {
        max-height: 91.666667%; }
    .mh-lg-full {
        max-height: 100%; }
    .vh-lg-100 {
        height: 100vh; }
    .flex-lg-fill {
        flex: 1 1 auto; }
    .flex-lg-row {
        flex-direction: row; }
    .flex-lg-column {
        flex-direction: column; }
    .flex-lg-row-reverse {
        flex-direction: row-reverse; }
    .flex-lg-column-reverse {
        flex-direction: column-reverse; }
    .flex-lg-grow-0 {
        flex-grow: 0; }
    .flex-lg-grow-1 {
        flex-grow: 1; }
    .flex-lg-shrink-0 {
        flex-shrink: 0; }
    .flex-lg-shrink-1 {
        flex-shrink: 1; }
    .flex-lg-wrap {
        flex-wrap: wrap; }
    .flex-lg-nowrap {
        flex-wrap: nowrap; }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse; }
    .justify-content-lg-start {
        justify-content: flex-start; }
    .justify-content-lg-end {
        justify-content: flex-end; }
    .justify-content-lg-center {
        justify-content: center; }
    .justify-content-lg-between {
        justify-content: space-between; }
    .justify-content-lg-around {
        justify-content: space-around; }
    .justify-content-lg-evenly {
        justify-content: space-evenly; }
    .align-items-lg-start {
        align-items: flex-start; }
    .align-items-lg-end {
        align-items: flex-end; }
    .align-items-lg-center {
        align-items: center; }
    .align-items-lg-baseline {
        align-items: baseline; }
    .align-items-lg-stretch {
        align-items: stretch; }
    .align-content-lg-start {
        align-content: flex-start; }
    .align-content-lg-end {
        align-content: flex-end; }
    .align-content-lg-center {
        align-content: center; }
    .align-content-lg-between {
        align-content: space-between; }
    .align-content-lg-around {
        align-content: space-around; }
    .align-content-lg-stretch {
        align-content: stretch; }
    .align-self-lg-auto {
        align-self: auto; }
    .align-self-lg-start {
        align-self: flex-start; }
    .align-self-lg-end {
        align-self: flex-end; }
    .align-self-lg-center {
        align-self: center; }
    .align-self-lg-baseline {
        align-self: baseline; }
    .align-self-lg-stretch {
        align-self: stretch; }
    .order-lg-first {
        order: -1; }
    .order-lg-0 {
        order: 0; }
    .order-lg-1 {
        order: 1; }
    .order-lg-2 {
        order: 2; }
    .order-lg-3 {
        order: 3; }
    .order-lg-4 {
        order: 4; }
    .order-lg-5 {
        order: 5; }
    .order-lg-last {
        order: 15; }
    .order-lg-6 {
        order: 6; }
    .m-lg-0 {
        margin: 0px; }
    .m-lg-0\.5 {
        margin: 0.125rem; }
    .m-lg-1 {
        margin: 0.25rem; }
    .m-lg-1\.5 {
        margin: 0.375rem; }
    .m-lg-2 {
        margin: 0.5rem; }
    .m-lg-2\.5 {
        margin: 0.625rem; }
    .m-lg-3 {
        margin: 0.75rem; }
    .m-lg-3\.5 {
        margin: 0.875rem; }
    .m-lg-4 {
        margin: 1rem; }
    .m-lg-5 {
        margin: 1.25rem; }
    .m-lg-6 {
        margin: 1.5rem; }
    .m-lg-7 {
        margin: 1.75rem; }
    .m-lg-8 {
        margin: 2rem; }
    .m-lg-9 {
        margin: 2.25rem; }
    .m-lg-10 {
        margin: 2.5rem; }
    .m-lg-11 {
        margin: 2.75rem; }
    .m-lg-12 {
        margin: 3rem; }
    .m-lg-13 {
        margin: 3.25rem; }
    .m-lg-14 {
        margin: 3.5rem; }
    .m-lg-15 {
        margin: 3.75rem; }
    .m-lg-16 {
        margin: 4rem; }
    .m-lg-20 {
        margin: 5rem; }
    .m-lg-24 {
        margin: 6rem; }
    .m-lg-28 {
        margin: 7rem; }
    .m-lg-32 {
        margin: 8rem; }
    .m-lg-36 {
        margin: 9rem; }
    .m-lg-40 {
        margin: 10rem; }
    .m-lg-44 {
        margin: 11rem; }
    .m-lg-px {
        margin: 1px; }
    .m-lg-1\/2 {
        margin: 50%; }
    .m-lg-1\/3 {
        margin: 33.333333%; }
    .m-lg-2\/3 {
        margin: 66.666667%; }
    .m-lg-1\/4 {
        margin: 25%; }
    .m-lg-2\/4 {
        margin: 50%; }
    .m-lg-3\/4 {
        margin: 75%; }
    .m-lg-1\/5 {
        margin: 20%; }
    .m-lg-2\/5 {
        margin: 40%; }
    .m-lg-3\/5 {
        margin: 60%; }
    .m-lg-4\/5 {
        margin: 80%; }
    .m-lg-1\/6 {
        margin: 16.666667%; }
    .m-lg-2\/6 {
        margin: 33.333333%; }
    .m-lg-3\/6 {
        margin: 50%; }
    .m-lg-4\/6 {
        margin: 66.666667%; }
    .m-lg-5\/6 {
        margin: 83.333333%; }
    .m-lg-1\/12 {
        margin: 8.333333%; }
    .m-lg-2\/12 {
        margin: 16.666667%; }
    .m-lg-3\/12 {
        margin: 25%; }
    .m-lg-4\/12 {
        margin: 33.333333%; }
    .m-lg-5\/12 {
        margin: 41.666667%; }
    .m-lg-6\/12 {
        margin: 50%; }
    .m-lg-7\/12 {
        margin: 58.333333%; }
    .m-lg-8\/12 {
        margin: 66.666667%; }
    .m-lg-9\/12 {
        margin: 75%; }
    .m-lg-10\/12 {
        margin: 83.333333%; }
    .m-lg-11\/12 {
        margin: 91.666667%; }
    .m-lg-full {
        margin: 100%; }
    .m-lg-auto {
        margin: auto; }
    .mx-lg-0 {
        margin-right: 0px;
        margin-left: 0px; }
    .mx-lg-0\.5 {
        margin-right: 0.125rem;
        margin-left: 0.125rem; }
    .mx-lg-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem; }
    .mx-lg-1\.5 {
        margin-right: 0.375rem;
        margin-left: 0.375rem; }
    .mx-lg-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem; }
    .mx-lg-2\.5 {
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
    .mx-lg-3 {
        margin-right: 0.75rem;
        margin-left: 0.75rem; }
    .mx-lg-3\.5 {
        margin-right: 0.875rem;
        margin-left: 0.875rem; }
    .mx-lg-4 {
        margin-right: 1rem;
        margin-left: 1rem; }
    .mx-lg-5 {
        margin-right: 1.25rem;
        margin-left: 1.25rem; }
    .mx-lg-6 {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .mx-lg-7 {
        margin-right: 1.75rem;
        margin-left: 1.75rem; }
    .mx-lg-8 {
        margin-right: 2rem;
        margin-left: 2rem; }
    .mx-lg-9 {
        margin-right: 2.25rem;
        margin-left: 2.25rem; }
    .mx-lg-10 {
        margin-right: 2.5rem;
        margin-left: 2.5rem; }
    .mx-lg-11 {
        margin-right: 2.75rem;
        margin-left: 2.75rem; }
    .mx-lg-12 {
        margin-right: 3rem;
        margin-left: 3rem; }
    .mx-lg-13 {
        margin-right: 3.25rem;
        margin-left: 3.25rem; }
    .mx-lg-14 {
        margin-right: 3.5rem;
        margin-left: 3.5rem; }
    .mx-lg-15 {
        margin-right: 3.75rem;
        margin-left: 3.75rem; }
    .mx-lg-16 {
        margin-right: 4rem;
        margin-left: 4rem; }
    .mx-lg-20 {
        margin-right: 5rem;
        margin-left: 5rem; }
    .mx-lg-24 {
        margin-right: 6rem;
        margin-left: 6rem; }
    .mx-lg-28 {
        margin-right: 7rem;
        margin-left: 7rem; }
    .mx-lg-32 {
        margin-right: 8rem;
        margin-left: 8rem; }
    .mx-lg-36 {
        margin-right: 9rem;
        margin-left: 9rem; }
    .mx-lg-40 {
        margin-right: 10rem;
        margin-left: 10rem; }
    .mx-lg-44 {
        margin-right: 11rem;
        margin-left: 11rem; }
    .mx-lg-px {
        margin-right: 1px;
        margin-left: 1px; }
    .mx-lg-1\/2 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-lg-1\/3 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-lg-2\/3 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-lg-1\/4 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-lg-2\/4 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-lg-3\/4 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-lg-1\/5 {
        margin-right: 20%;
        margin-left: 20%; }
    .mx-lg-2\/5 {
        margin-right: 40%;
        margin-left: 40%; }
    .mx-lg-3\/5 {
        margin-right: 60%;
        margin-left: 60%; }
    .mx-lg-4\/5 {
        margin-right: 80%;
        margin-left: 80%; }
    .mx-lg-1\/6 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-lg-2\/6 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-lg-3\/6 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-lg-4\/6 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-lg-5\/6 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-lg-1\/12 {
        margin-right: 8.333333%;
        margin-left: 8.333333%; }
    .mx-lg-2\/12 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-lg-3\/12 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-lg-4\/12 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-lg-5\/12 {
        margin-right: 41.666667%;
        margin-left: 41.666667%; }
    .mx-lg-6\/12 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-lg-7\/12 {
        margin-right: 58.333333%;
        margin-left: 58.333333%; }
    .mx-lg-8\/12 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-lg-9\/12 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-lg-10\/12 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-lg-11\/12 {
        margin-right: 91.666667%;
        margin-left: 91.666667%; }
    .mx-lg-full {
        margin-right: 100%;
        margin-left: 100%; }
    .mx-lg-auto {
        margin-right: auto;
        margin-left: auto; }
    .my-lg-0 {
        margin-top: 0px;
        margin-bottom: 0px; }
    .my-lg-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem; }
    .my-lg-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
    .my-lg-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem; }
    .my-lg-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
    .my-lg-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
    .my-lg-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; }
    .my-lg-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; }
    .my-lg-4 {
        margin-top: 1rem;
        margin-bottom: 1rem; }
    .my-lg-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
    .my-lg-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
    .my-lg-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }
    .my-lg-8 {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .my-lg-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem; }
    .my-lg-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .my-lg-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem; }
    .my-lg-12 {
        margin-top: 3rem;
        margin-bottom: 3rem; }
    .my-lg-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem; }
    .my-lg-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem; }
    .my-lg-15 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
    .my-lg-16 {
        margin-top: 4rem;
        margin-bottom: 4rem; }
    .my-lg-20 {
        margin-top: 5rem;
        margin-bottom: 5rem; }
    .my-lg-24 {
        margin-top: 6rem;
        margin-bottom: 6rem; }
    .my-lg-28 {
        margin-top: 7rem;
        margin-bottom: 7rem; }
    .my-lg-32 {
        margin-top: 8rem;
        margin-bottom: 8rem; }
    .my-lg-36 {
        margin-top: 9rem;
        margin-bottom: 9rem; }
    .my-lg-40 {
        margin-top: 10rem;
        margin-bottom: 10rem; }
    .my-lg-44 {
        margin-top: 11rem;
        margin-bottom: 11rem; }
    .my-lg-px {
        margin-top: 1px;
        margin-bottom: 1px; }
    .my-lg-1\/2 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-lg-1\/3 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-lg-2\/3 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-lg-1\/4 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-lg-2\/4 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-lg-3\/4 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-lg-1\/5 {
        margin-top: 20%;
        margin-bottom: 20%; }
    .my-lg-2\/5 {
        margin-top: 40%;
        margin-bottom: 40%; }
    .my-lg-3\/5 {
        margin-top: 60%;
        margin-bottom: 60%; }
    .my-lg-4\/5 {
        margin-top: 80%;
        margin-bottom: 80%; }
    .my-lg-1\/6 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-lg-2\/6 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-lg-3\/6 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-lg-4\/6 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-lg-5\/6 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-lg-1\/12 {
        margin-top: 8.333333%;
        margin-bottom: 8.333333%; }
    .my-lg-2\/12 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-lg-3\/12 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-lg-4\/12 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-lg-5\/12 {
        margin-top: 41.666667%;
        margin-bottom: 41.666667%; }
    .my-lg-6\/12 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-lg-7\/12 {
        margin-top: 58.333333%;
        margin-bottom: 58.333333%; }
    .my-lg-8\/12 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-lg-9\/12 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-lg-10\/12 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-lg-11\/12 {
        margin-top: 91.666667%;
        margin-bottom: 91.666667%; }
    .my-lg-full {
        margin-top: 100%;
        margin-bottom: 100%; }
    .my-lg-auto {
        margin-top: auto;
        margin-bottom: auto; }
    .mt-lg-0 {
        margin-top: 0px; }
    .mt-lg-0\.5 {
        margin-top: 0.125rem; }
    .mt-lg-1 {
        margin-top: 0.25rem; }
    .mt-lg-1\.5 {
        margin-top: 0.375rem; }
    .mt-lg-2 {
        margin-top: 0.5rem; }
    .mt-lg-2\.5 {
        margin-top: 0.625rem; }
    .mt-lg-3 {
        margin-top: 0.75rem; }
    .mt-lg-3\.5 {
        margin-top: 0.875rem; }
    .mt-lg-4 {
        margin-top: 1rem; }
    .mt-lg-5 {
        margin-top: 1.25rem; }
    .mt-lg-6 {
        margin-top: 1.5rem; }
    .mt-lg-7 {
        margin-top: 1.75rem; }
    .mt-lg-8 {
        margin-top: 2rem; }
    .mt-lg-9 {
        margin-top: 2.25rem; }
    .mt-lg-10 {
        margin-top: 2.5rem; }
    .mt-lg-11 {
        margin-top: 2.75rem; }
    .mt-lg-12 {
        margin-top: 3rem; }
    .mt-lg-13 {
        margin-top: 3.25rem; }
    .mt-lg-14 {
        margin-top: 3.5rem; }
    .mt-lg-15 {
        margin-top: 3.75rem; }
    .mt-lg-16 {
        margin-top: 4rem; }
    .mt-lg-20 {
        margin-top: 5rem; }
    .mt-lg-24 {
        margin-top: 6rem; }
    .mt-lg-28 {
        margin-top: 7rem; }
    .mt-lg-32 {
        margin-top: 8rem; }
    .mt-lg-36 {
        margin-top: 9rem; }
    .mt-lg-40 {
        margin-top: 10rem; }
    .mt-lg-44 {
        margin-top: 11rem; }
    .mt-lg-px {
        margin-top: 1px; }
    .mt-lg-1\/2 {
        margin-top: 50%; }
    .mt-lg-1\/3 {
        margin-top: 33.333333%; }
    .mt-lg-2\/3 {
        margin-top: 66.666667%; }
    .mt-lg-1\/4 {
        margin-top: 25%; }
    .mt-lg-2\/4 {
        margin-top: 50%; }
    .mt-lg-3\/4 {
        margin-top: 75%; }
    .mt-lg-1\/5 {
        margin-top: 20%; }
    .mt-lg-2\/5 {
        margin-top: 40%; }
    .mt-lg-3\/5 {
        margin-top: 60%; }
    .mt-lg-4\/5 {
        margin-top: 80%; }
    .mt-lg-1\/6 {
        margin-top: 16.666667%; }
    .mt-lg-2\/6 {
        margin-top: 33.333333%; }
    .mt-lg-3\/6 {
        margin-top: 50%; }
    .mt-lg-4\/6 {
        margin-top: 66.666667%; }
    .mt-lg-5\/6 {
        margin-top: 83.333333%; }
    .mt-lg-1\/12 {
        margin-top: 8.333333%; }
    .mt-lg-2\/12 {
        margin-top: 16.666667%; }
    .mt-lg-3\/12 {
        margin-top: 25%; }
    .mt-lg-4\/12 {
        margin-top: 33.333333%; }
    .mt-lg-5\/12 {
        margin-top: 41.666667%; }
    .mt-lg-6\/12 {
        margin-top: 50%; }
    .mt-lg-7\/12 {
        margin-top: 58.333333%; }
    .mt-lg-8\/12 {
        margin-top: 66.666667%; }
    .mt-lg-9\/12 {
        margin-top: 75%; }
    .mt-lg-10\/12 {
        margin-top: 83.333333%; }
    .mt-lg-11\/12 {
        margin-top: 91.666667%; }
    .mt-lg-full {
        margin-top: 100%; }
    .mt-lg-auto {
        margin-top: auto; }
    .me-lg-0 {
        margin-right: 0px; }
    .me-lg-0\.5 {
        margin-right: 0.125rem; }
    .me-lg-1 {
        margin-right: 0.25rem; }
    .me-lg-1\.5 {
        margin-right: 0.375rem; }
    .me-lg-2 {
        margin-right: 0.5rem; }
    .me-lg-2\.5 {
        margin-right: 0.625rem; }
    .me-lg-3 {
        margin-right: 0.75rem; }
    .me-lg-3\.5 {
        margin-right: 0.875rem; }
    .me-lg-4 {
        margin-right: 1rem; }
    .me-lg-5 {
        margin-right: 1.25rem; }
    .me-lg-6 {
        margin-right: 1.5rem; }
    .me-lg-7 {
        margin-right: 1.75rem; }
    .me-lg-8 {
        margin-right: 2rem; }
    .me-lg-9 {
        margin-right: 2.25rem; }
    .me-lg-10 {
        margin-right: 2.5rem; }
    .me-lg-11 {
        margin-right: 2.75rem; }
    .me-lg-12 {
        margin-right: 3rem; }
    .me-lg-13 {
        margin-right: 3.25rem; }
    .me-lg-14 {
        margin-right: 3.5rem; }
    .me-lg-15 {
        margin-right: 3.75rem; }
    .me-lg-16 {
        margin-right: 4rem; }
    .me-lg-20 {
        margin-right: 5rem; }
    .me-lg-24 {
        margin-right: 6rem; }
    .me-lg-28 {
        margin-right: 7rem; }
    .me-lg-32 {
        margin-right: 8rem; }
    .me-lg-36 {
        margin-right: 9rem; }
    .me-lg-40 {
        margin-right: 10rem; }
    .me-lg-44 {
        margin-right: 11rem; }
    .me-lg-px {
        margin-right: 1px; }
    .me-lg-1\/2 {
        margin-right: 50%; }
    .me-lg-1\/3 {
        margin-right: 33.333333%; }
    .me-lg-2\/3 {
        margin-right: 66.666667%; }
    .me-lg-1\/4 {
        margin-right: 25%; }
    .me-lg-2\/4 {
        margin-right: 50%; }
    .me-lg-3\/4 {
        margin-right: 75%; }
    .me-lg-1\/5 {
        margin-right: 20%; }
    .me-lg-2\/5 {
        margin-right: 40%; }
    .me-lg-3\/5 {
        margin-right: 60%; }
    .me-lg-4\/5 {
        margin-right: 80%; }
    .me-lg-1\/6 {
        margin-right: 16.666667%; }
    .me-lg-2\/6 {
        margin-right: 33.333333%; }
    .me-lg-3\/6 {
        margin-right: 50%; }
    .me-lg-4\/6 {
        margin-right: 66.666667%; }
    .me-lg-5\/6 {
        margin-right: 83.333333%; }
    .me-lg-1\/12 {
        margin-right: 8.333333%; }
    .me-lg-2\/12 {
        margin-right: 16.666667%; }
    .me-lg-3\/12 {
        margin-right: 25%; }
    .me-lg-4\/12 {
        margin-right: 33.333333%; }
    .me-lg-5\/12 {
        margin-right: 41.666667%; }
    .me-lg-6\/12 {
        margin-right: 50%; }
    .me-lg-7\/12 {
        margin-right: 58.333333%; }
    .me-lg-8\/12 {
        margin-right: 66.666667%; }
    .me-lg-9\/12 {
        margin-right: 75%; }
    .me-lg-10\/12 {
        margin-right: 83.333333%; }
    .me-lg-11\/12 {
        margin-right: 91.666667%; }
    .me-lg-full {
        margin-right: 100%; }
    .me-lg-auto {
        margin-right: auto; }
    .mb-lg-0 {
        margin-bottom: 0px; }
    .mb-lg-0\.5 {
        margin-bottom: 0.125rem; }
    .mb-lg-1 {
        margin-bottom: 0.25rem; }
    .mb-lg-1\.5 {
        margin-bottom: 0.375rem; }
    .mb-lg-2 {
        margin-bottom: 0.5rem; }
    .mb-lg-2\.5 {
        margin-bottom: 0.625rem; }
    .mb-lg-3 {
        margin-bottom: 0.75rem; }
    .mb-lg-3\.5 {
        margin-bottom: 0.875rem; }
    .mb-lg-4 {
        margin-bottom: 1rem; }
    .mb-lg-5 {
        margin-bottom: 1.25rem; }
    .mb-lg-6 {
        margin-bottom: 1.5rem; }
    .mb-lg-7 {
        margin-bottom: 1.75rem; }
    .mb-lg-8 {
        margin-bottom: 2rem; }
    .mb-lg-9 {
        margin-bottom: 2.25rem; }
    .mb-lg-10 {
        margin-bottom: 2.5rem; }
    .mb-lg-11 {
        margin-bottom: 2.75rem; }
    .mb-lg-12 {
        margin-bottom: 3rem; }
    .mb-lg-13 {
        margin-bottom: 3.25rem; }
    .mb-lg-14 {
        margin-bottom: 3.5rem; }
    .mb-lg-15 {
        margin-bottom: 3.75rem; }
    .mb-lg-16 {
        margin-bottom: 4rem; }
    .mb-lg-20 {
        margin-bottom: 5rem; }
    .mb-lg-24 {
        margin-bottom: 6rem; }
    .mb-lg-28 {
        margin-bottom: 7rem; }
    .mb-lg-32 {
        margin-bottom: 8rem; }
    .mb-lg-36 {
        margin-bottom: 9rem; }
    .mb-lg-40 {
        margin-bottom: 10rem; }
    .mb-lg-44 {
        margin-bottom: 11rem; }
    .mb-lg-px {
        margin-bottom: 1px; }
    .mb-lg-1\/2 {
        margin-bottom: 50%; }
    .mb-lg-1\/3 {
        margin-bottom: 33.333333%; }
    .mb-lg-2\/3 {
        margin-bottom: 66.666667%; }
    .mb-lg-1\/4 {
        margin-bottom: 25%; }
    .mb-lg-2\/4 {
        margin-bottom: 50%; }
    .mb-lg-3\/4 {
        margin-bottom: 75%; }
    .mb-lg-1\/5 {
        margin-bottom: 20%; }
    .mb-lg-2\/5 {
        margin-bottom: 40%; }
    .mb-lg-3\/5 {
        margin-bottom: 60%; }
    .mb-lg-4\/5 {
        margin-bottom: 80%; }
    .mb-lg-1\/6 {
        margin-bottom: 16.666667%; }
    .mb-lg-2\/6 {
        margin-bottom: 33.333333%; }
    .mb-lg-3\/6 {
        margin-bottom: 50%; }
    .mb-lg-4\/6 {
        margin-bottom: 66.666667%; }
    .mb-lg-5\/6 {
        margin-bottom: 83.333333%; }
    .mb-lg-1\/12 {
        margin-bottom: 8.333333%; }
    .mb-lg-2\/12 {
        margin-bottom: 16.666667%; }
    .mb-lg-3\/12 {
        margin-bottom: 25%; }
    .mb-lg-4\/12 {
        margin-bottom: 33.333333%; }
    .mb-lg-5\/12 {
        margin-bottom: 41.666667%; }
    .mb-lg-6\/12 {
        margin-bottom: 50%; }
    .mb-lg-7\/12 {
        margin-bottom: 58.333333%; }
    .mb-lg-8\/12 {
        margin-bottom: 66.666667%; }
    .mb-lg-9\/12 {
        margin-bottom: 75%; }
    .mb-lg-10\/12 {
        margin-bottom: 83.333333%; }
    .mb-lg-11\/12 {
        margin-bottom: 91.666667%; }
    .mb-lg-full {
        margin-bottom: 100%; }
    .mb-lg-auto {
        margin-bottom: auto; }
    .ms-lg-0 {
        margin-left: 0px; }
    .ms-lg-0\.5 {
        margin-left: 0.125rem; }
    .ms-lg-1 {
        margin-left: 0.25rem; }
    .ms-lg-1\.5 {
        margin-left: 0.375rem; }
    .ms-lg-2 {
        margin-left: 0.5rem; }
    .ms-lg-2\.5 {
        margin-left: 0.625rem; }
    .ms-lg-3 {
        margin-left: 0.75rem; }
    .ms-lg-3\.5 {
        margin-left: 0.875rem; }
    .ms-lg-4 {
        margin-left: 1rem; }
    .ms-lg-5 {
        margin-left: 1.25rem; }
    .ms-lg-6 {
        margin-left: 1.5rem; }
    .ms-lg-7 {
        margin-left: 1.75rem; }
    .ms-lg-8 {
        margin-left: 2rem; }
    .ms-lg-9 {
        margin-left: 2.25rem; }
    .ms-lg-10 {
        margin-left: 2.5rem; }
    .ms-lg-11 {
        margin-left: 2.75rem; }
    .ms-lg-12 {
        margin-left: 3rem; }
    .ms-lg-13 {
        margin-left: 3.25rem; }
    .ms-lg-14 {
        margin-left: 3.5rem; }
    .ms-lg-15 {
        margin-left: 3.75rem; }
    .ms-lg-16 {
        margin-left: 4rem; }
    .ms-lg-20 {
        margin-left: 5rem; }
    .ms-lg-24 {
        margin-left: 6rem; }
    .ms-lg-28 {
        margin-left: 7rem; }
    .ms-lg-32 {
        margin-left: 8rem; }
    .ms-lg-36 {
        margin-left: 9rem; }
    .ms-lg-40 {
        margin-left: 10rem; }
    .ms-lg-44 {
        margin-left: 11rem; }
    .ms-lg-px {
        margin-left: 1px; }
    .ms-lg-1\/2 {
        margin-left: 50%; }
    .ms-lg-1\/3 {
        margin-left: 33.333333%; }
    .ms-lg-2\/3 {
        margin-left: 66.666667%; }
    .ms-lg-1\/4 {
        margin-left: 25%; }
    .ms-lg-2\/4 {
        margin-left: 50%; }
    .ms-lg-3\/4 {
        margin-left: 75%; }
    .ms-lg-1\/5 {
        margin-left: 20%; }
    .ms-lg-2\/5 {
        margin-left: 40%; }
    .ms-lg-3\/5 {
        margin-left: 60%; }
    .ms-lg-4\/5 {
        margin-left: 80%; }
    .ms-lg-1\/6 {
        margin-left: 16.666667%; }
    .ms-lg-2\/6 {
        margin-left: 33.333333%; }
    .ms-lg-3\/6 {
        margin-left: 50%; }
    .ms-lg-4\/6 {
        margin-left: 66.666667%; }
    .ms-lg-5\/6 {
        margin-left: 83.333333%; }
    .ms-lg-1\/12 {
        margin-left: 8.333333%; }
    .ms-lg-2\/12 {
        margin-left: 16.666667%; }
    .ms-lg-3\/12 {
        margin-left: 25%; }
    .ms-lg-4\/12 {
        margin-left: 33.333333%; }
    .ms-lg-5\/12 {
        margin-left: 41.666667%; }
    .ms-lg-6\/12 {
        margin-left: 50%; }
    .ms-lg-7\/12 {
        margin-left: 58.333333%; }
    .ms-lg-8\/12 {
        margin-left: 66.666667%; }
    .ms-lg-9\/12 {
        margin-left: 75%; }
    .ms-lg-10\/12 {
        margin-left: 83.333333%; }
    .ms-lg-11\/12 {
        margin-left: 91.666667%; }
    .ms-lg-full {
        margin-left: 100%; }
    .ms-lg-auto {
        margin-left: auto; }
    .p-lg-0 {
        padding: 0px; }
    .p-lg-0\.5 {
        padding: 0.125rem; }
    .p-lg-1 {
        padding: 0.25rem; }
    .p-lg-1\.5 {
        padding: 0.375rem; }
    .p-lg-2 {
        padding: 0.5rem; }
    .p-lg-2\.5 {
        padding: 0.625rem; }
    .p-lg-3 {
        padding: 0.75rem; }
    .p-lg-3\.5 {
        padding: 0.875rem; }
    .p-lg-4 {
        padding: 1rem; }
    .p-lg-5 {
        padding: 1.25rem; }
    .p-lg-6 {
        padding: 1.5rem; }
    .p-lg-7 {
        padding: 1.75rem; }
    .p-lg-8 {
        padding: 2rem; }
    .p-lg-9 {
        padding: 2.25rem; }
    .p-lg-10 {
        padding: 2.5rem; }
    .p-lg-11 {
        padding: 2.75rem; }
    .p-lg-12 {
        padding: 3rem; }
    .p-lg-13 {
        padding: 3.25rem; }
    .p-lg-14 {
        padding: 3.5rem; }
    .p-lg-15 {
        padding: 3.75rem; }
    .p-lg-16 {
        padding: 4rem; }
    .p-lg-20 {
        padding: 5rem; }
    .p-lg-24 {
        padding: 6rem; }
    .p-lg-28 {
        padding: 7rem; }
    .p-lg-32 {
        padding: 8rem; }
    .p-lg-36 {
        padding: 9rem; }
    .p-lg-40 {
        padding: 10rem; }
    .p-lg-44 {
        padding: 11rem; }
    .p-lg-px {
        padding: 1px; }
    .p-lg-1\/2 {
        padding: 50%; }
    .p-lg-1\/3 {
        padding: 33.333333%; }
    .p-lg-2\/3 {
        padding: 66.666667%; }
    .p-lg-1\/4 {
        padding: 25%; }
    .p-lg-2\/4 {
        padding: 50%; }
    .p-lg-3\/4 {
        padding: 75%; }
    .p-lg-1\/5 {
        padding: 20%; }
    .p-lg-2\/5 {
        padding: 40%; }
    .p-lg-3\/5 {
        padding: 60%; }
    .p-lg-4\/5 {
        padding: 80%; }
    .p-lg-1\/6 {
        padding: 16.666667%; }
    .p-lg-2\/6 {
        padding: 33.333333%; }
    .p-lg-3\/6 {
        padding: 50%; }
    .p-lg-4\/6 {
        padding: 66.666667%; }
    .p-lg-5\/6 {
        padding: 83.333333%; }
    .p-lg-1\/12 {
        padding: 8.333333%; }
    .p-lg-2\/12 {
        padding: 16.666667%; }
    .p-lg-3\/12 {
        padding: 25%; }
    .p-lg-4\/12 {
        padding: 33.333333%; }
    .p-lg-5\/12 {
        padding: 41.666667%; }
    .p-lg-6\/12 {
        padding: 50%; }
    .p-lg-7\/12 {
        padding: 58.333333%; }
    .p-lg-8\/12 {
        padding: 66.666667%; }
    .p-lg-9\/12 {
        padding: 75%; }
    .p-lg-10\/12 {
        padding: 83.333333%; }
    .p-lg-11\/12 {
        padding: 91.666667%; }
    .p-lg-full {
        padding: 100%; }
    .px-lg-0 {
        padding-right: 0px;
        padding-left: 0px; }
    .px-lg-0\.5 {
        padding-right: 0.125rem;
        padding-left: 0.125rem; }
    .px-lg-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem; }
    .px-lg-1\.5 {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }
    .px-lg-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .px-lg-2\.5 {
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
    .px-lg-3 {
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
    .px-lg-3\.5 {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .px-lg-4 {
        padding-right: 1rem;
        padding-left: 1rem; }
    .px-lg-5 {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .px-lg-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .px-lg-7 {
        padding-right: 1.75rem;
        padding-left: 1.75rem; }
    .px-lg-8 {
        padding-right: 2rem;
        padding-left: 2rem; }
    .px-lg-9 {
        padding-right: 2.25rem;
        padding-left: 2.25rem; }
    .px-lg-10 {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
    .px-lg-11 {
        padding-right: 2.75rem;
        padding-left: 2.75rem; }
    .px-lg-12 {
        padding-right: 3rem;
        padding-left: 3rem; }
    .px-lg-13 {
        padding-right: 3.25rem;
        padding-left: 3.25rem; }
    .px-lg-14 {
        padding-right: 3.5rem;
        padding-left: 3.5rem; }
    .px-lg-15 {
        padding-right: 3.75rem;
        padding-left: 3.75rem; }
    .px-lg-16 {
        padding-right: 4rem;
        padding-left: 4rem; }
    .px-lg-20 {
        padding-right: 5rem;
        padding-left: 5rem; }
    .px-lg-24 {
        padding-right: 6rem;
        padding-left: 6rem; }
    .px-lg-28 {
        padding-right: 7rem;
        padding-left: 7rem; }
    .px-lg-32 {
        padding-right: 8rem;
        padding-left: 8rem; }
    .px-lg-36 {
        padding-right: 9rem;
        padding-left: 9rem; }
    .px-lg-40 {
        padding-right: 10rem;
        padding-left: 10rem; }
    .px-lg-44 {
        padding-right: 11rem;
        padding-left: 11rem; }
    .px-lg-px {
        padding-right: 1px;
        padding-left: 1px; }
    .px-lg-1\/2 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-lg-1\/3 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-lg-2\/3 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-lg-1\/4 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-lg-2\/4 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-lg-3\/4 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-lg-1\/5 {
        padding-right: 20%;
        padding-left: 20%; }
    .px-lg-2\/5 {
        padding-right: 40%;
        padding-left: 40%; }
    .px-lg-3\/5 {
        padding-right: 60%;
        padding-left: 60%; }
    .px-lg-4\/5 {
        padding-right: 80%;
        padding-left: 80%; }
    .px-lg-1\/6 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-lg-2\/6 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-lg-3\/6 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-lg-4\/6 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-lg-5\/6 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-lg-1\/12 {
        padding-right: 8.333333%;
        padding-left: 8.333333%; }
    .px-lg-2\/12 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-lg-3\/12 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-lg-4\/12 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-lg-5\/12 {
        padding-right: 41.666667%;
        padding-left: 41.666667%; }
    .px-lg-6\/12 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-lg-7\/12 {
        padding-right: 58.333333%;
        padding-left: 58.333333%; }
    .px-lg-8\/12 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-lg-9\/12 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-lg-10\/12 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-lg-11\/12 {
        padding-right: 91.666667%;
        padding-left: 91.666667%; }
    .px-lg-full {
        padding-right: 100%;
        padding-left: 100%; }
    .py-lg-0 {
        padding-top: 0px;
        padding-bottom: 0px; }
    .py-lg-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem; }
    .py-lg-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
    .py-lg-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .py-lg-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .py-lg-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .py-lg-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
    .py-lg-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; }
    .py-lg-4 {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .py-lg-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .py-lg-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
    .py-lg-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; }
    .py-lg-8 {
        padding-top: 2rem;
        padding-bottom: 2rem; }
    .py-lg-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem; }
    .py-lg-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
    .py-lg-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem; }
    .py-lg-12 {
        padding-top: 3rem;
        padding-bottom: 3rem; }
    .py-lg-13 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem; }
    .py-lg-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; }
    .py-lg-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
    .py-lg-16 {
        padding-top: 4rem;
        padding-bottom: 4rem; }
    .py-lg-20 {
        padding-top: 5rem;
        padding-bottom: 5rem; }
    .py-lg-24 {
        padding-top: 6rem;
        padding-bottom: 6rem; }
    .py-lg-28 {
        padding-top: 7rem;
        padding-bottom: 7rem; }
    .py-lg-32 {
        padding-top: 8rem;
        padding-bottom: 8rem; }
    .py-lg-36 {
        padding-top: 9rem;
        padding-bottom: 9rem; }
    .py-lg-40 {
        padding-top: 10rem;
        padding-bottom: 10rem; }
    .py-lg-44 {
        padding-top: 11rem;
        padding-bottom: 11rem; }
    .py-lg-px {
        padding-top: 1px;
        padding-bottom: 1px; }
    .py-lg-1\/2 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-lg-1\/3 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-lg-2\/3 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-lg-1\/4 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-lg-2\/4 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-lg-3\/4 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-lg-1\/5 {
        padding-top: 20%;
        padding-bottom: 20%; }
    .py-lg-2\/5 {
        padding-top: 40%;
        padding-bottom: 40%; }
    .py-lg-3\/5 {
        padding-top: 60%;
        padding-bottom: 60%; }
    .py-lg-4\/5 {
        padding-top: 80%;
        padding-bottom: 80%; }
    .py-lg-1\/6 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-lg-2\/6 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-lg-3\/6 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-lg-4\/6 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-lg-5\/6 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-lg-1\/12 {
        padding-top: 8.333333%;
        padding-bottom: 8.333333%; }
    .py-lg-2\/12 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-lg-3\/12 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-lg-4\/12 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-lg-5\/12 {
        padding-top: 41.666667%;
        padding-bottom: 41.666667%; }
    .py-lg-6\/12 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-lg-7\/12 {
        padding-top: 58.333333%;
        padding-bottom: 58.333333%; }
    .py-lg-8\/12 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-lg-9\/12 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-lg-10\/12 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-lg-11\/12 {
        padding-top: 91.666667%;
        padding-bottom: 91.666667%; }
    .py-lg-full {
        padding-top: 100%;
        padding-bottom: 100%; }
    .pt-lg-0 {
        padding-top: 0px; }
    .pt-lg-0\.5 {
        padding-top: 0.125rem; }
    .pt-lg-1 {
        padding-top: 0.25rem; }
    .pt-lg-1\.5 {
        padding-top: 0.375rem; }
    .pt-lg-2 {
        padding-top: 0.5rem; }
    .pt-lg-2\.5 {
        padding-top: 0.625rem; }
    .pt-lg-3 {
        padding-top: 0.75rem; }
    .pt-lg-3\.5 {
        padding-top: 0.875rem; }
    .pt-lg-4 {
        padding-top: 1rem; }
    .pt-lg-5 {
        padding-top: 1.25rem; }
    .pt-lg-6 {
        padding-top: 1.5rem; }
    .pt-lg-7 {
        padding-top: 1.75rem; }
    .pt-lg-8 {
        padding-top: 2rem; }
    .pt-lg-9 {
        padding-top: 2.25rem; }
    .pt-lg-10 {
        padding-top: 2.5rem; }
    .pt-lg-11 {
        padding-top: 2.75rem; }
    .pt-lg-12 {
        padding-top: 3rem; }
    .pt-lg-13 {
        padding-top: 3.25rem; }
    .pt-lg-14 {
        padding-top: 3.5rem; }
    .pt-lg-15 {
        padding-top: 3.75rem; }
    .pt-lg-16 {
        padding-top: 4rem; }
    .pt-lg-20 {
        padding-top: 5rem; }
    .pt-lg-24 {
        padding-top: 6rem; }
    .pt-lg-28 {
        padding-top: 7rem; }
    .pt-lg-32 {
        padding-top: 8rem; }
    .pt-lg-36 {
        padding-top: 9rem; }
    .pt-lg-40 {
        padding-top: 10rem; }
    .pt-lg-44 {
        padding-top: 11rem; }
    .pt-lg-px {
        padding-top: 1px; }
    .pt-lg-1\/2 {
        padding-top: 50%; }
    .pt-lg-1\/3 {
        padding-top: 33.333333%; }
    .pt-lg-2\/3 {
        padding-top: 66.666667%; }
    .pt-lg-1\/4 {
        padding-top: 25%; }
    .pt-lg-2\/4 {
        padding-top: 50%; }
    .pt-lg-3\/4 {
        padding-top: 75%; }
    .pt-lg-1\/5 {
        padding-top: 20%; }
    .pt-lg-2\/5 {
        padding-top: 40%; }
    .pt-lg-3\/5 {
        padding-top: 60%; }
    .pt-lg-4\/5 {
        padding-top: 80%; }
    .pt-lg-1\/6 {
        padding-top: 16.666667%; }
    .pt-lg-2\/6 {
        padding-top: 33.333333%; }
    .pt-lg-3\/6 {
        padding-top: 50%; }
    .pt-lg-4\/6 {
        padding-top: 66.666667%; }
    .pt-lg-5\/6 {
        padding-top: 83.333333%; }
    .pt-lg-1\/12 {
        padding-top: 8.333333%; }
    .pt-lg-2\/12 {
        padding-top: 16.666667%; }
    .pt-lg-3\/12 {
        padding-top: 25%; }
    .pt-lg-4\/12 {
        padding-top: 33.333333%; }
    .pt-lg-5\/12 {
        padding-top: 41.666667%; }
    .pt-lg-6\/12 {
        padding-top: 50%; }
    .pt-lg-7\/12 {
        padding-top: 58.333333%; }
    .pt-lg-8\/12 {
        padding-top: 66.666667%; }
    .pt-lg-9\/12 {
        padding-top: 75%; }
    .pt-lg-10\/12 {
        padding-top: 83.333333%; }
    .pt-lg-11\/12 {
        padding-top: 91.666667%; }
    .pt-lg-full {
        padding-top: 100%; }
    .pe-lg-0 {
        padding-right: 0px; }
    .pe-lg-0\.5 {
        padding-right: 0.125rem; }
    .pe-lg-1 {
        padding-right: 0.25rem; }
    .pe-lg-1\.5 {
        padding-right: 0.375rem; }
    .pe-lg-2 {
        padding-right: 0.5rem; }
    .pe-lg-2\.5 {
        padding-right: 0.625rem; }
    .pe-lg-3 {
        padding-right: 0.75rem; }
    .pe-lg-3\.5 {
        padding-right: 0.875rem; }
    .pe-lg-4 {
        padding-right: 1rem; }
    .pe-lg-5 {
        padding-right: 1.25rem; }
    .pe-lg-6 {
        padding-right: 1.5rem; }
    .pe-lg-7 {
        padding-right: 1.75rem; }
    .pe-lg-8 {
        padding-right: 2rem; }
    .pe-lg-9 {
        padding-right: 2.25rem; }
    .pe-lg-10 {
        padding-right: 2.5rem; }
    .pe-lg-11 {
        padding-right: 2.75rem; }
    .pe-lg-12 {
        padding-right: 3rem; }
    .pe-lg-13 {
        padding-right: 3.25rem; }
    .pe-lg-14 {
        padding-right: 3.5rem; }
    .pe-lg-15 {
        padding-right: 3.75rem; }
    .pe-lg-16 {
        padding-right: 4rem; }
    .pe-lg-20 {
        padding-right: 5rem; }
    .pe-lg-24 {
        padding-right: 6rem; }
    .pe-lg-28 {
        padding-right: 7rem; }
    .pe-lg-32 {
        padding-right: 8rem; }
    .pe-lg-36 {
        padding-right: 9rem; }
    .pe-lg-40 {
        padding-right: 10rem; }
    .pe-lg-44 {
        padding-right: 11rem; }
    .pe-lg-px {
        padding-right: 1px; }
    .pe-lg-1\/2 {
        padding-right: 50%; }
    .pe-lg-1\/3 {
        padding-right: 33.333333%; }
    .pe-lg-2\/3 {
        padding-right: 66.666667%; }
    .pe-lg-1\/4 {
        padding-right: 25%; }
    .pe-lg-2\/4 {
        padding-right: 50%; }
    .pe-lg-3\/4 {
        padding-right: 75%; }
    .pe-lg-1\/5 {
        padding-right: 20%; }
    .pe-lg-2\/5 {
        padding-right: 40%; }
    .pe-lg-3\/5 {
        padding-right: 60%; }
    .pe-lg-4\/5 {
        padding-right: 80%; }
    .pe-lg-1\/6 {
        padding-right: 16.666667%; }
    .pe-lg-2\/6 {
        padding-right: 33.333333%; }
    .pe-lg-3\/6 {
        padding-right: 50%; }
    .pe-lg-4\/6 {
        padding-right: 66.666667%; }
    .pe-lg-5\/6 {
        padding-right: 83.333333%; }
    .pe-lg-1\/12 {
        padding-right: 8.333333%; }
    .pe-lg-2\/12 {
        padding-right: 16.666667%; }
    .pe-lg-3\/12 {
        padding-right: 25%; }
    .pe-lg-4\/12 {
        padding-right: 33.333333%; }
    .pe-lg-5\/12 {
        padding-right: 41.666667%; }
    .pe-lg-6\/12 {
        padding-right: 50%; }
    .pe-lg-7\/12 {
        padding-right: 58.333333%; }
    .pe-lg-8\/12 {
        padding-right: 66.666667%; }
    .pe-lg-9\/12 {
        padding-right: 75%; }
    .pe-lg-10\/12 {
        padding-right: 83.333333%; }
    .pe-lg-11\/12 {
        padding-right: 91.666667%; }
    .pe-lg-full {
        padding-right: 100%; }
    .pb-lg-0 {
        padding-bottom: 0px; }
    .pb-lg-0\.5 {
        padding-bottom: 0.125rem; }
    .pb-lg-1 {
        padding-bottom: 0.25rem; }
    .pb-lg-1\.5 {
        padding-bottom: 0.375rem; }
    .pb-lg-2 {
        padding-bottom: 0.5rem; }
    .pb-lg-2\.5 {
        padding-bottom: 0.625rem; }
    .pb-lg-3 {
        padding-bottom: 0.75rem; }
    .pb-lg-3\.5 {
        padding-bottom: 0.875rem; }
    .pb-lg-4 {
        padding-bottom: 1rem; }
    .pb-lg-5 {
        padding-bottom: 1.25rem; }
    .pb-lg-6 {
        padding-bottom: 1.5rem; }
    .pb-lg-7 {
        padding-bottom: 1.75rem; }
    .pb-lg-8 {
        padding-bottom: 2rem; }
    .pb-lg-9 {
        padding-bottom: 2.25rem; }
    .pb-lg-10 {
        padding-bottom: 2.5rem; }
    .pb-lg-11 {
        padding-bottom: 2.75rem; }
    .pb-lg-12 {
        padding-bottom: 3rem; }
    .pb-lg-13 {
        padding-bottom: 3.25rem; }
    .pb-lg-14 {
        padding-bottom: 3.5rem; }
    .pb-lg-15 {
        padding-bottom: 3.75rem; }
    .pb-lg-16 {
        padding-bottom: 4rem; }
    .pb-lg-20 {
        padding-bottom: 5rem; }
    .pb-lg-24 {
        padding-bottom: 6rem; }
    .pb-lg-28 {
        padding-bottom: 7rem; }
    .pb-lg-32 {
        padding-bottom: 8rem; }
    .pb-lg-36 {
        padding-bottom: 9rem; }
    .pb-lg-40 {
        padding-bottom: 10rem; }
    .pb-lg-44 {
        padding-bottom: 11rem; }
    .pb-lg-px {
        padding-bottom: 1px; }
    .pb-lg-1\/2 {
        padding-bottom: 50%; }
    .pb-lg-1\/3 {
        padding-bottom: 33.333333%; }
    .pb-lg-2\/3 {
        padding-bottom: 66.666667%; }
    .pb-lg-1\/4 {
        padding-bottom: 25%; }
    .pb-lg-2\/4 {
        padding-bottom: 50%; }
    .pb-lg-3\/4 {
        padding-bottom: 75%; }
    .pb-lg-1\/5 {
        padding-bottom: 20%; }
    .pb-lg-2\/5 {
        padding-bottom: 40%; }
    .pb-lg-3\/5 {
        padding-bottom: 60%; }
    .pb-lg-4\/5 {
        padding-bottom: 80%; }
    .pb-lg-1\/6 {
        padding-bottom: 16.666667%; }
    .pb-lg-2\/6 {
        padding-bottom: 33.333333%; }
    .pb-lg-3\/6 {
        padding-bottom: 50%; }
    .pb-lg-4\/6 {
        padding-bottom: 66.666667%; }
    .pb-lg-5\/6 {
        padding-bottom: 83.333333%; }
    .pb-lg-1\/12 {
        padding-bottom: 8.333333%; }
    .pb-lg-2\/12 {
        padding-bottom: 16.666667%; }
    .pb-lg-3\/12 {
        padding-bottom: 25%; }
    .pb-lg-4\/12 {
        padding-bottom: 33.333333%; }
    .pb-lg-5\/12 {
        padding-bottom: 41.666667%; }
    .pb-lg-6\/12 {
        padding-bottom: 50%; }
    .pb-lg-7\/12 {
        padding-bottom: 58.333333%; }
    .pb-lg-8\/12 {
        padding-bottom: 66.666667%; }
    .pb-lg-9\/12 {
        padding-bottom: 75%; }
    .pb-lg-10\/12 {
        padding-bottom: 83.333333%; }
    .pb-lg-11\/12 {
        padding-bottom: 91.666667%; }
    .pb-lg-full {
        padding-bottom: 100%; }
    .ps-lg-0 {
        padding-left: 0px; }
    .ps-lg-0\.5 {
        padding-left: 0.125rem; }
    .ps-lg-1 {
        padding-left: 0.25rem; }
    .ps-lg-1\.5 {
        padding-left: 0.375rem; }
    .ps-lg-2 {
        padding-left: 0.5rem; }
    .ps-lg-2\.5 {
        padding-left: 0.625rem; }
    .ps-lg-3 {
        padding-left: 0.75rem; }
    .ps-lg-3\.5 {
        padding-left: 0.875rem; }
    .ps-lg-4 {
        padding-left: 1rem; }
    .ps-lg-5 {
        padding-left: 1.25rem; }
    .ps-lg-6 {
        padding-left: 1.5rem; }
    .ps-lg-7 {
        padding-left: 1.75rem; }
    .ps-lg-8 {
        padding-left: 2rem; }
    .ps-lg-9 {
        padding-left: 2.25rem; }
    .ps-lg-10 {
        padding-left: 2.5rem; }
    .ps-lg-11 {
        padding-left: 2.75rem; }
    .ps-lg-12 {
        padding-left: 3rem; }
    .ps-lg-13 {
        padding-left: 3.25rem; }
    .ps-lg-14 {
        padding-left: 3.5rem; }
    .ps-lg-15 {
        padding-left: 3.75rem; }
    .ps-lg-16 {
        padding-left: 4rem; }
    .ps-lg-20 {
        padding-left: 5rem; }
    .ps-lg-24 {
        padding-left: 6rem; }
    .ps-lg-28 {
        padding-left: 7rem; }
    .ps-lg-32 {
        padding-left: 8rem; }
    .ps-lg-36 {
        padding-left: 9rem; }
    .ps-lg-40 {
        padding-left: 10rem; }
    .ps-lg-44 {
        padding-left: 11rem; }
    .ps-lg-px {
        padding-left: 1px; }
    .ps-lg-1\/2 {
        padding-left: 50%; }
    .ps-lg-1\/3 {
        padding-left: 33.333333%; }
    .ps-lg-2\/3 {
        padding-left: 66.666667%; }
    .ps-lg-1\/4 {
        padding-left: 25%; }
    .ps-lg-2\/4 {
        padding-left: 50%; }
    .ps-lg-3\/4 {
        padding-left: 75%; }
    .ps-lg-1\/5 {
        padding-left: 20%; }
    .ps-lg-2\/5 {
        padding-left: 40%; }
    .ps-lg-3\/5 {
        padding-left: 60%; }
    .ps-lg-4\/5 {
        padding-left: 80%; }
    .ps-lg-1\/6 {
        padding-left: 16.666667%; }
    .ps-lg-2\/6 {
        padding-left: 33.333333%; }
    .ps-lg-3\/6 {
        padding-left: 50%; }
    .ps-lg-4\/6 {
        padding-left: 66.666667%; }
    .ps-lg-5\/6 {
        padding-left: 83.333333%; }
    .ps-lg-1\/12 {
        padding-left: 8.333333%; }
    .ps-lg-2\/12 {
        padding-left: 16.666667%; }
    .ps-lg-3\/12 {
        padding-left: 25%; }
    .ps-lg-4\/12 {
        padding-left: 33.333333%; }
    .ps-lg-5\/12 {
        padding-left: 41.666667%; }
    .ps-lg-6\/12 {
        padding-left: 50%; }
    .ps-lg-7\/12 {
        padding-left: 58.333333%; }
    .ps-lg-8\/12 {
        padding-left: 66.666667%; }
    .ps-lg-9\/12 {
        padding-left: 75%; }
    .ps-lg-10\/12 {
        padding-left: 83.333333%; }
    .ps-lg-11\/12 {
        padding-left: 91.666667%; }
    .ps-lg-full {
        padding-left: 100%; }
    .gap-lg-0 {
        gap: 0px; }
    .gap-lg-0\.5 {
        gap: 0.125rem; }
    .gap-lg-1 {
        gap: 0.25rem; }
    .gap-lg-1\.5 {
        gap: 0.375rem; }
    .gap-lg-2 {
        gap: 0.5rem; }
    .gap-lg-2\.5 {
        gap: 0.625rem; }
    .gap-lg-3 {
        gap: 0.75rem; }
    .gap-lg-3\.5 {
        gap: 0.875rem; }
    .gap-lg-4 {
        gap: 1rem; }
    .gap-lg-5 {
        gap: 1.25rem; }
    .gap-lg-6 {
        gap: 1.5rem; }
    .gap-lg-7 {
        gap: 1.75rem; }
    .gap-lg-8 {
        gap: 2rem; }
    .gap-lg-9 {
        gap: 2.25rem; }
    .gap-lg-10 {
        gap: 2.5rem; }
    .gap-lg-11 {
        gap: 2.75rem; }
    .gap-lg-12 {
        gap: 3rem; }
    .gap-lg-13 {
        gap: 3.25rem; }
    .gap-lg-14 {
        gap: 3.5rem; }
    .gap-lg-15 {
        gap: 3.75rem; }
    .gap-lg-16 {
        gap: 4rem; }
    .gap-lg-20 {
        gap: 5rem; }
    .gap-lg-24 {
        gap: 6rem; }
    .gap-lg-28 {
        gap: 7rem; }
    .gap-lg-32 {
        gap: 8rem; }
    .gap-lg-36 {
        gap: 9rem; }
    .gap-lg-40 {
        gap: 10rem; }
    .gap-lg-44 {
        gap: 11rem; }
    .gap-lg-px {
        gap: 1px; }
    .gap-lg-1\/2 {
        gap: 50%; }
    .gap-lg-1\/3 {
        gap: 33.333333%; }
    .gap-lg-2\/3 {
        gap: 66.666667%; }
    .gap-lg-1\/4 {
        gap: 25%; }
    .gap-lg-2\/4 {
        gap: 50%; }
    .gap-lg-3\/4 {
        gap: 75%; }
    .gap-lg-1\/5 {
        gap: 20%; }
    .gap-lg-2\/5 {
        gap: 40%; }
    .gap-lg-3\/5 {
        gap: 60%; }
    .gap-lg-4\/5 {
        gap: 80%; }
    .gap-lg-1\/6 {
        gap: 16.666667%; }
    .gap-lg-2\/6 {
        gap: 33.333333%; }
    .gap-lg-3\/6 {
        gap: 50%; }
    .gap-lg-4\/6 {
        gap: 66.666667%; }
    .gap-lg-5\/6 {
        gap: 83.333333%; }
    .gap-lg-1\/12 {
        gap: 8.333333%; }
    .gap-lg-2\/12 {
        gap: 16.666667%; }
    .gap-lg-3\/12 {
        gap: 25%; }
    .gap-lg-4\/12 {
        gap: 33.333333%; }
    .gap-lg-5\/12 {
        gap: 41.666667%; }
    .gap-lg-6\/12 {
        gap: 50%; }
    .gap-lg-7\/12 {
        gap: 58.333333%; }
    .gap-lg-8\/12 {
        gap: 66.666667%; }
    .gap-lg-9\/12 {
        gap: 75%; }
    .gap-lg-10\/12 {
        gap: 83.333333%; }
    .gap-lg-11\/12 {
        gap: 91.666667%; }
    .gap-lg-full {
        gap: 100%; }
    .row-gap-lg-0 {
        row-gap: 0; }
    .row-gap-lg-1 {
        row-gap: 0.25rem; }
    .row-gap-lg-2 {
        row-gap: 0.5rem; }
    .row-gap-lg-3 {
        row-gap: 1rem; }
    .row-gap-lg-4 {
        row-gap: 1rem; }
    .row-gap-lg-5 {
        row-gap: 3rem; }
    .row-gap-lg-0\.5 {
        row-gap: 0.125rem; }
    .row-gap-lg-8 {
        row-gap: 2rem; }
    .row-gap-lg-16 {
        row-gap: 4rem; }
    .row-gap-lg-32 {
        row-gap: 8rem; }
    .row-gap-lg-64 {
        row-gap: 16rem; }
    .column-gap-lg-0 {
        column-gap: 0; }
    .column-gap-lg-1 {
        column-gap: 0.25rem; }
    .column-gap-lg-2 {
        column-gap: 0.5rem; }
    .column-gap-lg-3 {
        column-gap: 1rem; }
    .column-gap-lg-4 {
        column-gap: 1rem; }
    .column-gap-lg-5 {
        column-gap: 3rem; }
    .column-gap-lg-0\.5 {
        column-gap: 0.125rem; }
    .column-gap-lg-8 {
        column-gap: 2rem; }
    .column-gap-lg-16 {
        column-gap: 4rem; }
    .column-gap-lg-32 {
        column-gap: 8rem; }
    .column-gap-lg-64 {
        column-gap: 16rem; }
    .fs-lg-1 {
        font-size: 3rem; }
    .fs-lg-2 {
        font-size: 2.25rem; }
    .fs-lg-3 {
        font-size: 2rem; }
    .fs-lg-4 {
        font-size: 1.5rem; }
    .fs-lg-5 {
        font-size: 1.25rem; }
    .fs-lg-6 {
        font-size: 0.875rem; }
    .fs-lg-7 {
        font-size: 0.75rem; }
    .fs-lg-8 {
        font-size: 1rem; }
    .fs-lg-9 {
        font-size: 0.875rem; }
    .fs-lg-10 {
        font-size: 0.75rem; }
    .fs-lg-11 {
        font-size: 0.625rem; }
    .fs-lg-12 {
        font-size: 0.5rem; }
    .lh-lg-1 {
        line-height: 1; }
    .lh-lg-sm {
        line-height: 1.25; }
    .lh-lg-base {
        line-height: 1.5; }
    .lh-lg-lg {
        line-height: 2; }
    .lh-lg-0 {
        line-height: 0; }
    .text-lg-start {
        text-align: left; }
    .text-lg-end {
        text-align: right; }
    .text-lg-center {
        text-align: center; }
    .text-lg-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-lg-primary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-lg-primary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-lg-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-lg-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-lg-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-lg-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-lg-success-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-lg-success-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-lg-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-lg-info-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-lg-info-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-lg-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-lg-warning-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-lg-warning-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-lg-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-lg-danger-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-lg-danger-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-lg-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-lg-light-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-lg-light-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-lg-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-lg-color-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-lg-color-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-lg-color-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-lg-color-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-lg-color-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-lg-color-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-lg-color-3 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-lg-color-3-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-lg-color-3-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-lg-color-4 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-lg-color-4-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-lg-color-4-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-lg-color-5 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-lg-color-5-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-lg-color-5-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-lg-dark-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-lg-light-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-lg-light-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-lg-light-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-lg-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-lg-black-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-lg-black-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-lg-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-lg-white-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-lg-white-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-lg-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-muted-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-muted-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-lg-black-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-lg-black-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-lg-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-lg-white-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-lg-white-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-lg-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-body-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-body-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-lg-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-lg-body-tertiary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-lg-body-tertiary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-lg-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-lg-body-emphasis-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-lg-body-emphasis-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-lg-reset {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-lg-reset-hover:hover {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-lg-reset-focus:focus {
        --bs-text-opacity: 1;
        color: inherit; }
    .bg-lg-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-primary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-primary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-lg-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-lg-success-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-lg-success-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-lg-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-lg-info-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-lg-info-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-lg-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-lg-warning-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-lg-warning-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-lg-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-lg-danger-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-lg-danger-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-3 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-3-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-3-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-4 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-4-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-4-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-5 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-5-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-lg-color-5-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-dark-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-light-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-lg-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-lg-black-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-lg-black-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-lg-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-lg-white-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-lg-white-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-lg-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-lg-transparent-hover:hover {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-lg-transparent-focus:focus {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-lg-body-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-tertiary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-tertiary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-emphasis {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-emphasis-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-lg-body-emphasis-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .z-lg-n2 {
        z-index: -2; }
    .z-lg-n1 {
        z-index: -1; }
    .z-lg-0 {
        z-index: 0; }
    .z-lg-1 {
        z-index: 1; }
    .z-lg-2 {
        z-index: 2; }
    .z-lg-10 {
        z-index: 10; }
    .z-lg-20 {
        z-index: 20; }
    .z-lg-50 {
        z-index: 50; }
    .z-lg-500 {
        z-index: 500; }
    .z-lg-1050 {
        z-index: 1050; }
    .z-lg-1100 {
        z-index: 1100; }
    .z-lg-2100 {
        z-index: 2100; }
    .z-lg-max {
        z-index: 2147483647; }
    .min-h-lg-0 {
        min-height: 0px; }
    .min-h-lg-0\.5 {
        min-height: 0.125rem; }
    .min-h-lg-1 {
        min-height: 0.25rem; }
    .min-h-lg-1\.5 {
        min-height: 0.375rem; }
    .min-h-lg-2 {
        min-height: 0.5rem; }
    .min-h-lg-2\.5 {
        min-height: 0.625rem; }
    .min-h-lg-3 {
        min-height: 0.75rem; }
    .min-h-lg-3\.5 {
        min-height: 0.875rem; }
    .min-h-lg-4 {
        min-height: 1rem; }
    .min-h-lg-5 {
        min-height: 1.25rem; }
    .min-h-lg-6 {
        min-height: 1.5rem; }
    .min-h-lg-7 {
        min-height: 1.75rem; }
    .min-h-lg-8 {
        min-height: 2rem; }
    .min-h-lg-9 {
        min-height: 2.25rem; }
    .min-h-lg-10 {
        min-height: 2.5rem; }
    .min-h-lg-11 {
        min-height: 2.75rem; }
    .min-h-lg-12 {
        min-height: 3rem; }
    .min-h-lg-13 {
        min-height: 3.25rem; }
    .min-h-lg-14 {
        min-height: 3.5rem; }
    .min-h-lg-15 {
        min-height: 3.75rem; }
    .min-h-lg-16 {
        min-height: 4rem; }
    .min-h-lg-20 {
        min-height: 5rem; }
    .min-h-lg-24 {
        min-height: 6rem; }
    .min-h-lg-28 {
        min-height: 7rem; }
    .min-h-lg-32 {
        min-height: 8rem; }
    .min-h-lg-36 {
        min-height: 9rem; }
    .min-h-lg-40 {
        min-height: 10rem; }
    .min-h-lg-44 {
        min-height: 11rem; }
    .min-h-lg-48 {
        min-height: 12rem; }
    .min-h-lg-52 {
        min-height: 13rem; }
    .min-h-lg-56 {
        min-height: 14rem; }
    .min-h-lg-60 {
        min-height: 15rem; }
    .min-h-lg-64 {
        min-height: 16rem; }
    .min-h-lg-72 {
        min-height: 18rem; }
    .min-h-lg-80 {
        min-height: 20rem; }
    .min-h-lg-96 {
        min-height: 24rem; }
    .min-h-lg-112 {
        min-height: 28rem; }
    .min-h-lg-128 {
        min-height: 32rem; }
    .min-h-lg-144 {
        min-height: 36rem; }
    .min-h-lg-160 {
        min-height: 40rem; }
    .min-h-lg-px {
        min-height: 1px; }
    .min-h-lg-1\/2 {
        min-height: 50%; }
    .min-h-lg-1\/3 {
        min-height: 33.333333%; }
    .min-h-lg-2\/3 {
        min-height: 66.666667%; }
    .min-h-lg-1\/4 {
        min-height: 25%; }
    .min-h-lg-2\/4 {
        min-height: 50%; }
    .min-h-lg-3\/4 {
        min-height: 75%; }
    .min-h-lg-1\/5 {
        min-height: 20%; }
    .min-h-lg-2\/5 {
        min-height: 40%; }
    .min-h-lg-3\/5 {
        min-height: 60%; }
    .min-h-lg-4\/5 {
        min-height: 80%; }
    .min-h-lg-1\/6 {
        min-height: 16.666667%; }
    .min-h-lg-2\/6 {
        min-height: 33.333333%; }
    .min-h-lg-3\/6 {
        min-height: 50%; }
    .min-h-lg-4\/6 {
        min-height: 66.666667%; }
    .min-h-lg-5\/6 {
        min-height: 83.333333%; }
    .min-h-lg-1\/12 {
        min-height: 8.333333%; }
    .min-h-lg-2\/12 {
        min-height: 16.666667%; }
    .min-h-lg-3\/12 {
        min-height: 25%; }
    .min-h-lg-4\/12 {
        min-height: 33.333333%; }
    .min-h-lg-5\/12 {
        min-height: 41.666667%; }
    .min-h-lg-6\/12 {
        min-height: 50%; }
    .min-h-lg-7\/12 {
        min-height: 58.333333%; }
    .min-h-lg-8\/12 {
        min-height: 66.666667%; }
    .min-h-lg-9\/12 {
        min-height: 75%; }
    .min-h-lg-10\/12 {
        min-height: 83.333333%; }
    .min-h-lg-11\/12 {
        min-height: 91.666667%; }
    .min-h-lg-full {
        min-height: 100%; }
    .min-w-lg-0 {
        min-width: 0px; }
    .min-w-lg-0\.5 {
        min-width: 0.125rem; }
    .min-w-lg-1 {
        min-width: 0.25rem; }
    .min-w-lg-1\.5 {
        min-width: 0.375rem; }
    .min-w-lg-2 {
        min-width: 0.5rem; }
    .min-w-lg-2\.5 {
        min-width: 0.625rem; }
    .min-w-lg-3 {
        min-width: 0.75rem; }
    .min-w-lg-3\.5 {
        min-width: 0.875rem; }
    .min-w-lg-4 {
        min-width: 1rem; }
    .min-w-lg-5 {
        min-width: 1.25rem; }
    .min-w-lg-6 {
        min-width: 1.5rem; }
    .min-w-lg-7 {
        min-width: 1.75rem; }
    .min-w-lg-8 {
        min-width: 2rem; }
    .min-w-lg-9 {
        min-width: 2.25rem; }
    .min-w-lg-10 {
        min-width: 2.5rem; }
    .min-w-lg-11 {
        min-width: 2.75rem; }
    .min-w-lg-12 {
        min-width: 3rem; }
    .min-w-lg-13 {
        min-width: 3.25rem; }
    .min-w-lg-14 {
        min-width: 3.5rem; }
    .min-w-lg-15 {
        min-width: 3.75rem; }
    .min-w-lg-16 {
        min-width: 4rem; }
    .min-w-lg-20 {
        min-width: 5rem; }
    .min-w-lg-24 {
        min-width: 6rem; }
    .min-w-lg-28 {
        min-width: 7rem; }
    .min-w-lg-32 {
        min-width: 8rem; }
    .min-w-lg-36 {
        min-width: 9rem; }
    .min-w-lg-40 {
        min-width: 10rem; }
    .min-w-lg-44 {
        min-width: 11rem; }
    .min-w-lg-48 {
        min-width: 12rem; }
    .min-w-lg-52 {
        min-width: 13rem; }
    .min-w-lg-56 {
        min-width: 14rem; }
    .min-w-lg-60 {
        min-width: 15rem; }
    .min-w-lg-64 {
        min-width: 16rem; }
    .min-w-lg-72 {
        min-width: 18rem; }
    .min-w-lg-80 {
        min-width: 20rem; }
    .min-w-lg-96 {
        min-width: 24rem; }
    .min-w-lg-112 {
        min-width: 28rem; }
    .min-w-lg-128 {
        min-width: 32rem; }
    .min-w-lg-144 {
        min-width: 36rem; }
    .min-w-lg-160 {
        min-width: 40rem; }
    .min-w-lg-px {
        min-width: 1px; }
    .min-w-lg-1\/2 {
        min-width: 50%; }
    .min-w-lg-1\/3 {
        min-width: 33.333333%; }
    .min-w-lg-2\/3 {
        min-width: 66.666667%; }
    .min-w-lg-1\/4 {
        min-width: 25%; }
    .min-w-lg-2\/4 {
        min-width: 50%; }
    .min-w-lg-3\/4 {
        min-width: 75%; }
    .min-w-lg-1\/5 {
        min-width: 20%; }
    .min-w-lg-2\/5 {
        min-width: 40%; }
    .min-w-lg-3\/5 {
        min-width: 60%; }
    .min-w-lg-4\/5 {
        min-width: 80%; }
    .min-w-lg-1\/6 {
        min-width: 16.666667%; }
    .min-w-lg-2\/6 {
        min-width: 33.333333%; }
    .min-w-lg-3\/6 {
        min-width: 50%; }
    .min-w-lg-4\/6 {
        min-width: 66.666667%; }
    .min-w-lg-5\/6 {
        min-width: 83.333333%; }
    .min-w-lg-1\/12 {
        min-width: 8.333333%; }
    .min-w-lg-2\/12 {
        min-width: 16.666667%; }
    .min-w-lg-3\/12 {
        min-width: 25%; }
    .min-w-lg-4\/12 {
        min-width: 33.333333%; }
    .min-w-lg-5\/12 {
        min-width: 41.666667%; }
    .min-w-lg-6\/12 {
        min-width: 50%; }
    .min-w-lg-7\/12 {
        min-width: 58.333333%; }
    .min-w-lg-8\/12 {
        min-width: 66.666667%; }
    .min-w-lg-9\/12 {
        min-width: 75%; }
    .min-w-lg-10\/12 {
        min-width: 83.333333%; }
    .min-w-lg-11\/12 {
        min-width: 91.666667%; }
    .min-w-lg-full {
        min-width: 100%; } }

@media (min-width: 1200px) {
    .float-xl-start {
        float: left; }
    .float-xl-end {
        float: right; }
    .float-xl-none {
        float: none; }
    .object-fit-xl-contain {
        object-fit: contain; }
    .object-fit-xl-cover {
        object-fit: cover; }
    .object-fit-xl-fill {
        object-fit: fill; }
    .object-fit-xl-scale {
        object-fit: scale-down; }
    .object-fit-xl-none {
        object-fit: none; }
    .overflow-y-xl-auto {
        overflow-y: auto; }
    .overflow-y-xl-hidden {
        overflow-y: hidden; }
    .overflow-y-xl-visible {
        overflow-y: visible; }
    .overflow-y-xl-scroll {
        overflow-y: scroll; }
    .d-xl-inline {
        display: inline; }
    .d-xl-inline-block {
        display: inline-block; }
    .d-xl-block {
        display: block; }
    .d-xl-grid {
        display: grid; }
    .d-xl-table {
        display: table; }
    .d-xl-table-row {
        display: table-row; }
    .d-xl-table-cell {
        display: table-cell; }
    .d-xl-flex {
        display: flex; }
    .d-xl-inline-flex {
        display: inline-flex; }
    .d-xl-none {
        display: none; }
    .shadow-xl {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }
    .shadow-xl-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
    .shadow-xl-lg {
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }
    .shadow-xl-none {
        box-shadow: none; }
    .shadow-xl-xs {
        box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }
    .shadow-xl-xl {
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }
    .position-xl-static {
        position: static; }
    .position-xl-relative {
        position: relative; }
    .position-xl-absolute {
        position: absolute; }
    .position-xl-fixed {
        position: fixed; }
    .position-xl-sticky {
        position: sticky; }
    .top-xl-0 {
        top: 0px; }
    .top-xl-50 {
        top: 50%; }
    .top-xl-100 {
        top: 100%; }
    .top-xl-0\.5 {
        top: 0.125rem; }
    .top-xl-1 {
        top: 0.25rem; }
    .top-xl-1\.5 {
        top: 0.375rem; }
    .top-xl-2 {
        top: 0.5rem; }
    .top-xl-2\.5 {
        top: 0.625rem; }
    .top-xl-3 {
        top: 0.75rem; }
    .top-xl-3\.5 {
        top: 0.875rem; }
    .top-xl-4 {
        top: 1rem; }
    .top-xl-5 {
        top: 1.25rem; }
    .top-xl-6 {
        top: 1.5rem; }
    .top-xl-7 {
        top: 1.75rem; }
    .top-xl-8 {
        top: 2rem; }
    .top-xl-9 {
        top: 2.25rem; }
    .top-xl-10 {
        top: 2.5rem; }
    .top-xl-11 {
        top: 2.75rem; }
    .top-xl-12 {
        top: 3rem; }
    .top-xl-13 {
        top: 3.25rem; }
    .top-xl-14 {
        top: 3.5rem; }
    .top-xl-15 {
        top: 3.75rem; }
    .top-xl-16 {
        top: 4rem; }
    .top-xl-20 {
        top: 5rem; }
    .top-xl-24 {
        top: 6rem; }
    .top-xl-28 {
        top: 7rem; }
    .top-xl-32 {
        top: 8rem; }
    .top-xl-36 {
        top: 9rem; }
    .top-xl-40 {
        top: 10rem; }
    .top-xl-44 {
        top: 11rem; }
    .top-xl-px {
        top: 1px; }
    .top-xl-1\/2 {
        top: 50%; }
    .top-xl-1\/3 {
        top: 33.333333%; }
    .top-xl-2\/3 {
        top: 66.666667%; }
    .top-xl-1\/4 {
        top: 25%; }
    .top-xl-2\/4 {
        top: 50%; }
    .top-xl-3\/4 {
        top: 75%; }
    .top-xl-1\/5 {
        top: 20%; }
    .top-xl-2\/5 {
        top: 40%; }
    .top-xl-3\/5 {
        top: 60%; }
    .top-xl-4\/5 {
        top: 80%; }
    .top-xl-1\/6 {
        top: 16.666667%; }
    .top-xl-2\/6 {
        top: 33.333333%; }
    .top-xl-3\/6 {
        top: 50%; }
    .top-xl-4\/6 {
        top: 66.666667%; }
    .top-xl-5\/6 {
        top: 83.333333%; }
    .top-xl-1\/12 {
        top: 8.333333%; }
    .top-xl-2\/12 {
        top: 16.666667%; }
    .top-xl-3\/12 {
        top: 25%; }
    .top-xl-4\/12 {
        top: 33.333333%; }
    .top-xl-5\/12 {
        top: 41.666667%; }
    .top-xl-6\/12 {
        top: 50%; }
    .top-xl-7\/12 {
        top: 58.333333%; }
    .top-xl-8\/12 {
        top: 66.666667%; }
    .top-xl-9\/12 {
        top: 75%; }
    .top-xl-10\/12 {
        top: 83.333333%; }
    .top-xl-11\/12 {
        top: 91.666667%; }
    .top-xl-full {
        top: 100%; }
    .bottom-xl-0 {
        bottom: 0px; }
    .bottom-xl-50 {
        bottom: 50%; }
    .bottom-xl-100 {
        bottom: 100%; }
    .bottom-xl-0\.5 {
        bottom: 0.125rem; }
    .bottom-xl-1 {
        bottom: 0.25rem; }
    .bottom-xl-1\.5 {
        bottom: 0.375rem; }
    .bottom-xl-2 {
        bottom: 0.5rem; }
    .bottom-xl-2\.5 {
        bottom: 0.625rem; }
    .bottom-xl-3 {
        bottom: 0.75rem; }
    .bottom-xl-3\.5 {
        bottom: 0.875rem; }
    .bottom-xl-4 {
        bottom: 1rem; }
    .bottom-xl-5 {
        bottom: 1.25rem; }
    .bottom-xl-6 {
        bottom: 1.5rem; }
    .bottom-xl-7 {
        bottom: 1.75rem; }
    .bottom-xl-8 {
        bottom: 2rem; }
    .bottom-xl-9 {
        bottom: 2.25rem; }
    .bottom-xl-10 {
        bottom: 2.5rem; }
    .bottom-xl-11 {
        bottom: 2.75rem; }
    .bottom-xl-12 {
        bottom: 3rem; }
    .bottom-xl-13 {
        bottom: 3.25rem; }
    .bottom-xl-14 {
        bottom: 3.5rem; }
    .bottom-xl-15 {
        bottom: 3.75rem; }
    .bottom-xl-16 {
        bottom: 4rem; }
    .bottom-xl-20 {
        bottom: 5rem; }
    .bottom-xl-24 {
        bottom: 6rem; }
    .bottom-xl-28 {
        bottom: 7rem; }
    .bottom-xl-32 {
        bottom: 8rem; }
    .bottom-xl-36 {
        bottom: 9rem; }
    .bottom-xl-40 {
        bottom: 10rem; }
    .bottom-xl-44 {
        bottom: 11rem; }
    .bottom-xl-px {
        bottom: 1px; }
    .bottom-xl-1\/2 {
        bottom: 50%; }
    .bottom-xl-1\/3 {
        bottom: 33.333333%; }
    .bottom-xl-2\/3 {
        bottom: 66.666667%; }
    .bottom-xl-1\/4 {
        bottom: 25%; }
    .bottom-xl-2\/4 {
        bottom: 50%; }
    .bottom-xl-3\/4 {
        bottom: 75%; }
    .bottom-xl-1\/5 {
        bottom: 20%; }
    .bottom-xl-2\/5 {
        bottom: 40%; }
    .bottom-xl-3\/5 {
        bottom: 60%; }
    .bottom-xl-4\/5 {
        bottom: 80%; }
    .bottom-xl-1\/6 {
        bottom: 16.666667%; }
    .bottom-xl-2\/6 {
        bottom: 33.333333%; }
    .bottom-xl-3\/6 {
        bottom: 50%; }
    .bottom-xl-4\/6 {
        bottom: 66.666667%; }
    .bottom-xl-5\/6 {
        bottom: 83.333333%; }
    .bottom-xl-1\/12 {
        bottom: 8.333333%; }
    .bottom-xl-2\/12 {
        bottom: 16.666667%; }
    .bottom-xl-3\/12 {
        bottom: 25%; }
    .bottom-xl-4\/12 {
        bottom: 33.333333%; }
    .bottom-xl-5\/12 {
        bottom: 41.666667%; }
    .bottom-xl-6\/12 {
        bottom: 50%; }
    .bottom-xl-7\/12 {
        bottom: 58.333333%; }
    .bottom-xl-8\/12 {
        bottom: 66.666667%; }
    .bottom-xl-9\/12 {
        bottom: 75%; }
    .bottom-xl-10\/12 {
        bottom: 83.333333%; }
    .bottom-xl-11\/12 {
        bottom: 91.666667%; }
    .bottom-xl-full {
        bottom: 100%; }
    .start-xl-0 {
        left: 0px; }
    .start-xl-50 {
        left: 50%; }
    .start-xl-100 {
        left: 100%; }
    .start-xl-0\.5 {
        left: 0.125rem; }
    .start-xl-1 {
        left: 0.25rem; }
    .start-xl-1\.5 {
        left: 0.375rem; }
    .start-xl-2 {
        left: 0.5rem; }
    .start-xl-2\.5 {
        left: 0.625rem; }
    .start-xl-3 {
        left: 0.75rem; }
    .start-xl-3\.5 {
        left: 0.875rem; }
    .start-xl-4 {
        left: 1rem; }
    .start-xl-5 {
        left: 1.25rem; }
    .start-xl-6 {
        left: 1.5rem; }
    .start-xl-7 {
        left: 1.75rem; }
    .start-xl-8 {
        left: 2rem; }
    .start-xl-9 {
        left: 2.25rem; }
    .start-xl-10 {
        left: 2.5rem; }
    .start-xl-11 {
        left: 2.75rem; }
    .start-xl-12 {
        left: 3rem; }
    .start-xl-13 {
        left: 3.25rem; }
    .start-xl-14 {
        left: 3.5rem; }
    .start-xl-15 {
        left: 3.75rem; }
    .start-xl-16 {
        left: 4rem; }
    .start-xl-20 {
        left: 5rem; }
    .start-xl-24 {
        left: 6rem; }
    .start-xl-28 {
        left: 7rem; }
    .start-xl-32 {
        left: 8rem; }
    .start-xl-36 {
        left: 9rem; }
    .start-xl-40 {
        left: 10rem; }
    .start-xl-44 {
        left: 11rem; }
    .start-xl-px {
        left: 1px; }
    .start-xl-1\/2 {
        left: 50%; }
    .start-xl-1\/3 {
        left: 33.333333%; }
    .start-xl-2\/3 {
        left: 66.666667%; }
    .start-xl-1\/4 {
        left: 25%; }
    .start-xl-2\/4 {
        left: 50%; }
    .start-xl-3\/4 {
        left: 75%; }
    .start-xl-1\/5 {
        left: 20%; }
    .start-xl-2\/5 {
        left: 40%; }
    .start-xl-3\/5 {
        left: 60%; }
    .start-xl-4\/5 {
        left: 80%; }
    .start-xl-1\/6 {
        left: 16.666667%; }
    .start-xl-2\/6 {
        left: 33.333333%; }
    .start-xl-3\/6 {
        left: 50%; }
    .start-xl-4\/6 {
        left: 66.666667%; }
    .start-xl-5\/6 {
        left: 83.333333%; }
    .start-xl-1\/12 {
        left: 8.333333%; }
    .start-xl-2\/12 {
        left: 16.666667%; }
    .start-xl-3\/12 {
        left: 25%; }
    .start-xl-4\/12 {
        left: 33.333333%; }
    .start-xl-5\/12 {
        left: 41.666667%; }
    .start-xl-6\/12 {
        left: 50%; }
    .start-xl-7\/12 {
        left: 58.333333%; }
    .start-xl-8\/12 {
        left: 66.666667%; }
    .start-xl-9\/12 {
        left: 75%; }
    .start-xl-10\/12 {
        left: 83.333333%; }
    .start-xl-11\/12 {
        left: 91.666667%; }
    .start-xl-full {
        left: 100%; }
    .end-xl-0 {
        right: 0px; }
    .end-xl-50 {
        right: 50%; }
    .end-xl-100 {
        right: 100%; }
    .end-xl-0\.5 {
        right: 0.125rem; }
    .end-xl-1 {
        right: 0.25rem; }
    .end-xl-1\.5 {
        right: 0.375rem; }
    .end-xl-2 {
        right: 0.5rem; }
    .end-xl-2\.5 {
        right: 0.625rem; }
    .end-xl-3 {
        right: 0.75rem; }
    .end-xl-3\.5 {
        right: 0.875rem; }
    .end-xl-4 {
        right: 1rem; }
    .end-xl-5 {
        right: 1.25rem; }
    .end-xl-6 {
        right: 1.5rem; }
    .end-xl-7 {
        right: 1.75rem; }
    .end-xl-8 {
        right: 2rem; }
    .end-xl-9 {
        right: 2.25rem; }
    .end-xl-10 {
        right: 2.5rem; }
    .end-xl-11 {
        right: 2.75rem; }
    .end-xl-12 {
        right: 3rem; }
    .end-xl-13 {
        right: 3.25rem; }
    .end-xl-14 {
        right: 3.5rem; }
    .end-xl-15 {
        right: 3.75rem; }
    .end-xl-16 {
        right: 4rem; }
    .end-xl-20 {
        right: 5rem; }
    .end-xl-24 {
        right: 6rem; }
    .end-xl-28 {
        right: 7rem; }
    .end-xl-32 {
        right: 8rem; }
    .end-xl-36 {
        right: 9rem; }
    .end-xl-40 {
        right: 10rem; }
    .end-xl-44 {
        right: 11rem; }
    .end-xl-px {
        right: 1px; }
    .end-xl-1\/2 {
        right: 50%; }
    .end-xl-1\/3 {
        right: 33.333333%; }
    .end-xl-2\/3 {
        right: 66.666667%; }
    .end-xl-1\/4 {
        right: 25%; }
    .end-xl-2\/4 {
        right: 50%; }
    .end-xl-3\/4 {
        right: 75%; }
    .end-xl-1\/5 {
        right: 20%; }
    .end-xl-2\/5 {
        right: 40%; }
    .end-xl-3\/5 {
        right: 60%; }
    .end-xl-4\/5 {
        right: 80%; }
    .end-xl-1\/6 {
        right: 16.666667%; }
    .end-xl-2\/6 {
        right: 33.333333%; }
    .end-xl-3\/6 {
        right: 50%; }
    .end-xl-4\/6 {
        right: 66.666667%; }
    .end-xl-5\/6 {
        right: 83.333333%; }
    .end-xl-1\/12 {
        right: 8.333333%; }
    .end-xl-2\/12 {
        right: 16.666667%; }
    .end-xl-3\/12 {
        right: 25%; }
    .end-xl-4\/12 {
        right: 33.333333%; }
    .end-xl-5\/12 {
        right: 41.666667%; }
    .end-xl-6\/12 {
        right: 50%; }
    .end-xl-7\/12 {
        right: 58.333333%; }
    .end-xl-8\/12 {
        right: 66.666667%; }
    .end-xl-9\/12 {
        right: 75%; }
    .end-xl-10\/12 {
        right: 83.333333%; }
    .end-xl-11\/12 {
        right: 91.666667%; }
    .end-xl-full {
        right: 100%; }
    .w-xl-25 {
        width: 25%; }
    .w-xl-50 {
        width: 50%; }
    .w-xl-75 {
        width: 75%; }
    .w-xl-100 {
        width: 100%; }
    .w-xl-auto {
        width: auto; }
    .w-xl-0 {
        width: 0px; }
    .w-xl-0\.5 {
        width: 0.125rem; }
    .w-xl-1 {
        width: 0.25rem; }
    .w-xl-1\.5 {
        width: 0.375rem; }
    .w-xl-2 {
        width: 0.5rem; }
    .w-xl-2\.5 {
        width: 0.625rem; }
    .w-xl-3 {
        width: 0.75rem; }
    .w-xl-3\.5 {
        width: 0.875rem; }
    .w-xl-4 {
        width: 1rem; }
    .w-xl-5 {
        width: 1.25rem; }
    .w-xl-6 {
        width: 1.5rem; }
    .w-xl-7 {
        width: 1.75rem; }
    .w-xl-8 {
        width: 2rem; }
    .w-xl-9 {
        width: 2.25rem; }
    .w-xl-10 {
        width: 2.5rem; }
    .w-xl-11 {
        width: 2.75rem; }
    .w-xl-12 {
        width: 3rem; }
    .w-xl-13 {
        width: 3.25rem; }
    .w-xl-14 {
        width: 3.5rem; }
    .w-xl-15 {
        width: 3.75rem; }
    .w-xl-16 {
        width: 4rem; }
    .w-xl-20 {
        width: 5rem; }
    .w-xl-24 {
        width: 6rem; }
    .w-xl-28 {
        width: 7rem; }
    .w-xl-32 {
        width: 8rem; }
    .w-xl-36 {
        width: 9rem; }
    .w-xl-40 {
        width: 10rem; }
    .w-xl-44 {
        width: 11rem; }
    .w-xl-48 {
        width: 12rem; }
    .w-xl-52 {
        width: 13rem; }
    .w-xl-56 {
        width: 14rem; }
    .w-xl-60 {
        width: 15rem; }
    .w-xl-64 {
        width: 16rem; }
    .w-xl-72 {
        width: 18rem; }
    .w-xl-80 {
        width: 20rem; }
    .w-xl-96 {
        width: 24rem; }
    .w-xl-112 {
        width: 28rem; }
    .w-xl-128 {
        width: 32rem; }
    .w-xl-144 {
        width: 36rem; }
    .w-xl-160 {
        width: 40rem; }
    .w-xl-px {
        width: 1px; }
    .w-xl-1\/2 {
        width: 50%; }
    .w-xl-1\/3 {
        width: 33.333333%; }
    .w-xl-2\/3 {
        width: 66.666667%; }
    .w-xl-1\/4 {
        width: 25%; }
    .w-xl-2\/4 {
        width: 50%; }
    .w-xl-3\/4 {
        width: 75%; }
    .w-xl-1\/5 {
        width: 20%; }
    .w-xl-2\/5 {
        width: 40%; }
    .w-xl-3\/5 {
        width: 60%; }
    .w-xl-4\/5 {
        width: 80%; }
    .w-xl-1\/6 {
        width: 16.666667%; }
    .w-xl-2\/6 {
        width: 33.333333%; }
    .w-xl-3\/6 {
        width: 50%; }
    .w-xl-4\/6 {
        width: 66.666667%; }
    .w-xl-5\/6 {
        width: 83.333333%; }
    .w-xl-1\/12 {
        width: 8.333333%; }
    .w-xl-2\/12 {
        width: 16.666667%; }
    .w-xl-3\/12 {
        width: 25%; }
    .w-xl-4\/12 {
        width: 33.333333%; }
    .w-xl-5\/12 {
        width: 41.666667%; }
    .w-xl-6\/12 {
        width: 50%; }
    .w-xl-7\/12 {
        width: 58.333333%; }
    .w-xl-8\/12 {
        width: 66.666667%; }
    .w-xl-9\/12 {
        width: 75%; }
    .w-xl-10\/12 {
        width: 83.333333%; }
    .w-xl-11\/12 {
        width: 91.666667%; }
    .w-xl-full {
        width: 100%; }
    .max-w-xl-0 {
        max-width: 0px; }
    .max-w-xl-0\.5 {
        max-width: 0.125rem; }
    .max-w-xl-1 {
        max-width: 0.25rem; }
    .max-w-xl-1\.5 {
        max-width: 0.375rem; }
    .max-w-xl-2 {
        max-width: 0.5rem; }
    .max-w-xl-2\.5 {
        max-width: 0.625rem; }
    .max-w-xl-3 {
        max-width: 0.75rem; }
    .max-w-xl-3\.5 {
        max-width: 0.875rem; }
    .max-w-xl-4 {
        max-width: 1rem; }
    .max-w-xl-5 {
        max-width: 1.25rem; }
    .max-w-xl-6 {
        max-width: 1.5rem; }
    .max-w-xl-7 {
        max-width: 1.75rem; }
    .max-w-xl-8 {
        max-width: 2rem; }
    .max-w-xl-9 {
        max-width: 2.25rem; }
    .max-w-xl-10 {
        max-width: 2.5rem; }
    .max-w-xl-11 {
        max-width: 2.75rem; }
    .max-w-xl-12 {
        max-width: 3rem; }
    .max-w-xl-13 {
        max-width: 3.25rem; }
    .max-w-xl-14 {
        max-width: 3.5rem; }
    .max-w-xl-15 {
        max-width: 3.75rem; }
    .max-w-xl-16 {
        max-width: 4rem; }
    .max-w-xl-20 {
        max-width: 5rem; }
    .max-w-xl-24 {
        max-width: 6rem; }
    .max-w-xl-28 {
        max-width: 7rem; }
    .max-w-xl-32 {
        max-width: 8rem; }
    .max-w-xl-36 {
        max-width: 9rem; }
    .max-w-xl-40 {
        max-width: 10rem; }
    .max-w-xl-44 {
        max-width: 11rem; }
    .max-w-xl-48 {
        max-width: 12rem; }
    .max-w-xl-52 {
        max-width: 13rem; }
    .max-w-xl-56 {
        max-width: 14rem; }
    .max-w-xl-60 {
        max-width: 15rem; }
    .max-w-xl-64 {
        max-width: 16rem; }
    .max-w-xl-72 {
        max-width: 18rem; }
    .max-w-xl-80 {
        max-width: 20rem; }
    .max-w-xl-96 {
        max-width: 24rem; }
    .max-w-xl-112 {
        max-width: 28rem; }
    .max-w-xl-128 {
        max-width: 32rem; }
    .max-w-xl-144 {
        max-width: 36rem; }
    .max-w-xl-160 {
        max-width: 40rem; }
    .max-w-xl-px {
        max-width: 1px; }
    .max-w-xl-1\/2 {
        max-width: 50%; }
    .max-w-xl-1\/3 {
        max-width: 33.333333%; }
    .max-w-xl-2\/3 {
        max-width: 66.666667%; }
    .max-w-xl-1\/4 {
        max-width: 25%; }
    .max-w-xl-2\/4 {
        max-width: 50%; }
    .max-w-xl-3\/4 {
        max-width: 75%; }
    .max-w-xl-1\/5 {
        max-width: 20%; }
    .max-w-xl-2\/5 {
        max-width: 40%; }
    .max-w-xl-3\/5 {
        max-width: 60%; }
    .max-w-xl-4\/5 {
        max-width: 80%; }
    .max-w-xl-1\/6 {
        max-width: 16.666667%; }
    .max-w-xl-2\/6 {
        max-width: 33.333333%; }
    .max-w-xl-3\/6 {
        max-width: 50%; }
    .max-w-xl-4\/6 {
        max-width: 66.666667%; }
    .max-w-xl-5\/6 {
        max-width: 83.333333%; }
    .max-w-xl-1\/12 {
        max-width: 8.333333%; }
    .max-w-xl-2\/12 {
        max-width: 16.666667%; }
    .max-w-xl-3\/12 {
        max-width: 25%; }
    .max-w-xl-4\/12 {
        max-width: 33.333333%; }
    .max-w-xl-5\/12 {
        max-width: 41.666667%; }
    .max-w-xl-6\/12 {
        max-width: 50%; }
    .max-w-xl-7\/12 {
        max-width: 58.333333%; }
    .max-w-xl-8\/12 {
        max-width: 66.666667%; }
    .max-w-xl-9\/12 {
        max-width: 75%; }
    .max-w-xl-10\/12 {
        max-width: 83.333333%; }
    .max-w-xl-11\/12 {
        max-width: 91.666667%; }
    .max-w-xl-full {
        max-width: 100%; }
    .vw-xl-100 {
        width: 100vw; }
    .h-xl-25 {
        height: 25%; }
    .h-xl-50 {
        height: 50%; }
    .h-xl-75 {
        height: 75%; }
    .h-xl-100 {
        height: 100%; }
    .h-xl-auto {
        height: auto; }
    .h-xl-0 {
        height: 0px; }
    .h-xl-0\.5 {
        height: 0.125rem; }
    .h-xl-1 {
        height: 0.25rem; }
    .h-xl-1\.5 {
        height: 0.375rem; }
    .h-xl-2 {
        height: 0.5rem; }
    .h-xl-2\.5 {
        height: 0.625rem; }
    .h-xl-3 {
        height: 0.75rem; }
    .h-xl-3\.5 {
        height: 0.875rem; }
    .h-xl-4 {
        height: 1rem; }
    .h-xl-5 {
        height: 1.25rem; }
    .h-xl-6 {
        height: 1.5rem; }
    .h-xl-7 {
        height: 1.75rem; }
    .h-xl-8 {
        height: 2rem; }
    .h-xl-9 {
        height: 2.25rem; }
    .h-xl-10 {
        height: 2.5rem; }
    .h-xl-11 {
        height: 2.75rem; }
    .h-xl-12 {
        height: 3rem; }
    .h-xl-13 {
        height: 3.25rem; }
    .h-xl-14 {
        height: 3.5rem; }
    .h-xl-15 {
        height: 3.75rem; }
    .h-xl-16 {
        height: 4rem; }
    .h-xl-20 {
        height: 5rem; }
    .h-xl-24 {
        height: 6rem; }
    .h-xl-28 {
        height: 7rem; }
    .h-xl-32 {
        height: 8rem; }
    .h-xl-36 {
        height: 9rem; }
    .h-xl-40 {
        height: 10rem; }
    .h-xl-44 {
        height: 11rem; }
    .h-xl-48 {
        height: 12rem; }
    .h-xl-52 {
        height: 13rem; }
    .h-xl-56 {
        height: 14rem; }
    .h-xl-60 {
        height: 15rem; }
    .h-xl-64 {
        height: 16rem; }
    .h-xl-72 {
        height: 18rem; }
    .h-xl-80 {
        height: 20rem; }
    .h-xl-96 {
        height: 24rem; }
    .h-xl-112 {
        height: 28rem; }
    .h-xl-128 {
        height: 32rem; }
    .h-xl-144 {
        height: 36rem; }
    .h-xl-160 {
        height: 40rem; }
    .h-xl-px {
        height: 1px; }
    .h-xl-1\/2 {
        height: 50%; }
    .h-xl-1\/3 {
        height: 33.333333%; }
    .h-xl-2\/3 {
        height: 66.666667%; }
    .h-xl-1\/4 {
        height: 25%; }
    .h-xl-2\/4 {
        height: 50%; }
    .h-xl-3\/4 {
        height: 75%; }
    .h-xl-1\/5 {
        height: 20%; }
    .h-xl-2\/5 {
        height: 40%; }
    .h-xl-3\/5 {
        height: 60%; }
    .h-xl-4\/5 {
        height: 80%; }
    .h-xl-1\/6 {
        height: 16.666667%; }
    .h-xl-2\/6 {
        height: 33.333333%; }
    .h-xl-3\/6 {
        height: 50%; }
    .h-xl-4\/6 {
        height: 66.666667%; }
    .h-xl-5\/6 {
        height: 83.333333%; }
    .h-xl-1\/12 {
        height: 8.333333%; }
    .h-xl-2\/12 {
        height: 16.666667%; }
    .h-xl-3\/12 {
        height: 25%; }
    .h-xl-4\/12 {
        height: 33.333333%; }
    .h-xl-5\/12 {
        height: 41.666667%; }
    .h-xl-6\/12 {
        height: 50%; }
    .h-xl-7\/12 {
        height: 58.333333%; }
    .h-xl-8\/12 {
        height: 66.666667%; }
    .h-xl-9\/12 {
        height: 75%; }
    .h-xl-10\/12 {
        height: 83.333333%; }
    .h-xl-11\/12 {
        height: 91.666667%; }
    .h-xl-full {
        height: 100%; }
    .mh-xl-100 {
        max-height: 100%; }
    .mh-xl-0 {
        max-height: 0px; }
    .mh-xl-0\.5 {
        max-height: 0.125rem; }
    .mh-xl-1 {
        max-height: 0.25rem; }
    .mh-xl-1\.5 {
        max-height: 0.375rem; }
    .mh-xl-2 {
        max-height: 0.5rem; }
    .mh-xl-2\.5 {
        max-height: 0.625rem; }
    .mh-xl-3 {
        max-height: 0.75rem; }
    .mh-xl-3\.5 {
        max-height: 0.875rem; }
    .mh-xl-4 {
        max-height: 1rem; }
    .mh-xl-5 {
        max-height: 1.25rem; }
    .mh-xl-6 {
        max-height: 1.5rem; }
    .mh-xl-7 {
        max-height: 1.75rem; }
    .mh-xl-8 {
        max-height: 2rem; }
    .mh-xl-9 {
        max-height: 2.25rem; }
    .mh-xl-10 {
        max-height: 2.5rem; }
    .mh-xl-11 {
        max-height: 2.75rem; }
    .mh-xl-12 {
        max-height: 3rem; }
    .mh-xl-13 {
        max-height: 3.25rem; }
    .mh-xl-14 {
        max-height: 3.5rem; }
    .mh-xl-15 {
        max-height: 3.75rem; }
    .mh-xl-16 {
        max-height: 4rem; }
    .mh-xl-20 {
        max-height: 5rem; }
    .mh-xl-24 {
        max-height: 6rem; }
    .mh-xl-28 {
        max-height: 7rem; }
    .mh-xl-32 {
        max-height: 8rem; }
    .mh-xl-36 {
        max-height: 9rem; }
    .mh-xl-40 {
        max-height: 10rem; }
    .mh-xl-44 {
        max-height: 11rem; }
    .mh-xl-48 {
        max-height: 12rem; }
    .mh-xl-52 {
        max-height: 13rem; }
    .mh-xl-56 {
        max-height: 14rem; }
    .mh-xl-60 {
        max-height: 15rem; }
    .mh-xl-64 {
        max-height: 16rem; }
    .mh-xl-72 {
        max-height: 18rem; }
    .mh-xl-80 {
        max-height: 20rem; }
    .mh-xl-96 {
        max-height: 24rem; }
    .mh-xl-112 {
        max-height: 28rem; }
    .mh-xl-128 {
        max-height: 32rem; }
    .mh-xl-144 {
        max-height: 36rem; }
    .mh-xl-160 {
        max-height: 40rem; }
    .mh-xl-px {
        max-height: 1px; }
    .mh-xl-1\/2 {
        max-height: 50%; }
    .mh-xl-1\/3 {
        max-height: 33.333333%; }
    .mh-xl-2\/3 {
        max-height: 66.666667%; }
    .mh-xl-1\/4 {
        max-height: 25%; }
    .mh-xl-2\/4 {
        max-height: 50%; }
    .mh-xl-3\/4 {
        max-height: 75%; }
    .mh-xl-1\/5 {
        max-height: 20%; }
    .mh-xl-2\/5 {
        max-height: 40%; }
    .mh-xl-3\/5 {
        max-height: 60%; }
    .mh-xl-4\/5 {
        max-height: 80%; }
    .mh-xl-1\/6 {
        max-height: 16.666667%; }
    .mh-xl-2\/6 {
        max-height: 33.333333%; }
    .mh-xl-3\/6 {
        max-height: 50%; }
    .mh-xl-4\/6 {
        max-height: 66.666667%; }
    .mh-xl-5\/6 {
        max-height: 83.333333%; }
    .mh-xl-1\/12 {
        max-height: 8.333333%; }
    .mh-xl-2\/12 {
        max-height: 16.666667%; }
    .mh-xl-3\/12 {
        max-height: 25%; }
    .mh-xl-4\/12 {
        max-height: 33.333333%; }
    .mh-xl-5\/12 {
        max-height: 41.666667%; }
    .mh-xl-6\/12 {
        max-height: 50%; }
    .mh-xl-7\/12 {
        max-height: 58.333333%; }
    .mh-xl-8\/12 {
        max-height: 66.666667%; }
    .mh-xl-9\/12 {
        max-height: 75%; }
    .mh-xl-10\/12 {
        max-height: 83.333333%; }
    .mh-xl-11\/12 {
        max-height: 91.666667%; }
    .mh-xl-full {
        max-height: 100%; }
    .vh-xl-100 {
        height: 100vh; }
    .flex-xl-fill {
        flex: 1 1 auto; }
    .flex-xl-row {
        flex-direction: row; }
    .flex-xl-column {
        flex-direction: column; }
    .flex-xl-row-reverse {
        flex-direction: row-reverse; }
    .flex-xl-column-reverse {
        flex-direction: column-reverse; }
    .flex-xl-grow-0 {
        flex-grow: 0; }
    .flex-xl-grow-1 {
        flex-grow: 1; }
    .flex-xl-shrink-0 {
        flex-shrink: 0; }
    .flex-xl-shrink-1 {
        flex-shrink: 1; }
    .flex-xl-wrap {
        flex-wrap: wrap; }
    .flex-xl-nowrap {
        flex-wrap: nowrap; }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse; }
    .justify-content-xl-start {
        justify-content: flex-start; }
    .justify-content-xl-end {
        justify-content: flex-end; }
    .justify-content-xl-center {
        justify-content: center; }
    .justify-content-xl-between {
        justify-content: space-between; }
    .justify-content-xl-around {
        justify-content: space-around; }
    .justify-content-xl-evenly {
        justify-content: space-evenly; }
    .align-items-xl-start {
        align-items: flex-start; }
    .align-items-xl-end {
        align-items: flex-end; }
    .align-items-xl-center {
        align-items: center; }
    .align-items-xl-baseline {
        align-items: baseline; }
    .align-items-xl-stretch {
        align-items: stretch; }
    .align-content-xl-start {
        align-content: flex-start; }
    .align-content-xl-end {
        align-content: flex-end; }
    .align-content-xl-center {
        align-content: center; }
    .align-content-xl-between {
        align-content: space-between; }
    .align-content-xl-around {
        align-content: space-around; }
    .align-content-xl-stretch {
        align-content: stretch; }
    .align-self-xl-auto {
        align-self: auto; }
    .align-self-xl-start {
        align-self: flex-start; }
    .align-self-xl-end {
        align-self: flex-end; }
    .align-self-xl-center {
        align-self: center; }
    .align-self-xl-baseline {
        align-self: baseline; }
    .align-self-xl-stretch {
        align-self: stretch; }
    .order-xl-first {
        order: -1; }
    .order-xl-0 {
        order: 0; }
    .order-xl-1 {
        order: 1; }
    .order-xl-2 {
        order: 2; }
    .order-xl-3 {
        order: 3; }
    .order-xl-4 {
        order: 4; }
    .order-xl-5 {
        order: 5; }
    .order-xl-last {
        order: 15; }
    .order-xl-6 {
        order: 6; }
    .m-xl-0 {
        margin: 0px; }
    .m-xl-0\.5 {
        margin: 0.125rem; }
    .m-xl-1 {
        margin: 0.25rem; }
    .m-xl-1\.5 {
        margin: 0.375rem; }
    .m-xl-2 {
        margin: 0.5rem; }
    .m-xl-2\.5 {
        margin: 0.625rem; }
    .m-xl-3 {
        margin: 0.75rem; }
    .m-xl-3\.5 {
        margin: 0.875rem; }
    .m-xl-4 {
        margin: 1rem; }
    .m-xl-5 {
        margin: 1.25rem; }
    .m-xl-6 {
        margin: 1.5rem; }
    .m-xl-7 {
        margin: 1.75rem; }
    .m-xl-8 {
        margin: 2rem; }
    .m-xl-9 {
        margin: 2.25rem; }
    .m-xl-10 {
        margin: 2.5rem; }
    .m-xl-11 {
        margin: 2.75rem; }
    .m-xl-12 {
        margin: 3rem; }
    .m-xl-13 {
        margin: 3.25rem; }
    .m-xl-14 {
        margin: 3.5rem; }
    .m-xl-15 {
        margin: 3.75rem; }
    .m-xl-16 {
        margin: 4rem; }
    .m-xl-20 {
        margin: 5rem; }
    .m-xl-24 {
        margin: 6rem; }
    .m-xl-28 {
        margin: 7rem; }
    .m-xl-32 {
        margin: 8rem; }
    .m-xl-36 {
        margin: 9rem; }
    .m-xl-40 {
        margin: 10rem; }
    .m-xl-44 {
        margin: 11rem; }
    .m-xl-px {
        margin: 1px; }
    .m-xl-1\/2 {
        margin: 50%; }
    .m-xl-1\/3 {
        margin: 33.333333%; }
    .m-xl-2\/3 {
        margin: 66.666667%; }
    .m-xl-1\/4 {
        margin: 25%; }
    .m-xl-2\/4 {
        margin: 50%; }
    .m-xl-3\/4 {
        margin: 75%; }
    .m-xl-1\/5 {
        margin: 20%; }
    .m-xl-2\/5 {
        margin: 40%; }
    .m-xl-3\/5 {
        margin: 60%; }
    .m-xl-4\/5 {
        margin: 80%; }
    .m-xl-1\/6 {
        margin: 16.666667%; }
    .m-xl-2\/6 {
        margin: 33.333333%; }
    .m-xl-3\/6 {
        margin: 50%; }
    .m-xl-4\/6 {
        margin: 66.666667%; }
    .m-xl-5\/6 {
        margin: 83.333333%; }
    .m-xl-1\/12 {
        margin: 8.333333%; }
    .m-xl-2\/12 {
        margin: 16.666667%; }
    .m-xl-3\/12 {
        margin: 25%; }
    .m-xl-4\/12 {
        margin: 33.333333%; }
    .m-xl-5\/12 {
        margin: 41.666667%; }
    .m-xl-6\/12 {
        margin: 50%; }
    .m-xl-7\/12 {
        margin: 58.333333%; }
    .m-xl-8\/12 {
        margin: 66.666667%; }
    .m-xl-9\/12 {
        margin: 75%; }
    .m-xl-10\/12 {
        margin: 83.333333%; }
    .m-xl-11\/12 {
        margin: 91.666667%; }
    .m-xl-full {
        margin: 100%; }
    .m-xl-auto {
        margin: auto; }
    .mx-xl-0 {
        margin-right: 0px;
        margin-left: 0px; }
    .mx-xl-0\.5 {
        margin-right: 0.125rem;
        margin-left: 0.125rem; }
    .mx-xl-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem; }
    .mx-xl-1\.5 {
        margin-right: 0.375rem;
        margin-left: 0.375rem; }
    .mx-xl-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem; }
    .mx-xl-2\.5 {
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
    .mx-xl-3 {
        margin-right: 0.75rem;
        margin-left: 0.75rem; }
    .mx-xl-3\.5 {
        margin-right: 0.875rem;
        margin-left: 0.875rem; }
    .mx-xl-4 {
        margin-right: 1rem;
        margin-left: 1rem; }
    .mx-xl-5 {
        margin-right: 1.25rem;
        margin-left: 1.25rem; }
    .mx-xl-6 {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .mx-xl-7 {
        margin-right: 1.75rem;
        margin-left: 1.75rem; }
    .mx-xl-8 {
        margin-right: 2rem;
        margin-left: 2rem; }
    .mx-xl-9 {
        margin-right: 2.25rem;
        margin-left: 2.25rem; }
    .mx-xl-10 {
        margin-right: 2.5rem;
        margin-left: 2.5rem; }
    .mx-xl-11 {
        margin-right: 2.75rem;
        margin-left: 2.75rem; }
    .mx-xl-12 {
        margin-right: 3rem;
        margin-left: 3rem; }
    .mx-xl-13 {
        margin-right: 3.25rem;
        margin-left: 3.25rem; }
    .mx-xl-14 {
        margin-right: 3.5rem;
        margin-left: 3.5rem; }
    .mx-xl-15 {
        margin-right: 3.75rem;
        margin-left: 3.75rem; }
    .mx-xl-16 {
        margin-right: 4rem;
        margin-left: 4rem; }
    .mx-xl-20 {
        margin-right: 5rem;
        margin-left: 5rem; }
    .mx-xl-24 {
        margin-right: 6rem;
        margin-left: 6rem; }
    .mx-xl-28 {
        margin-right: 7rem;
        margin-left: 7rem; }
    .mx-xl-32 {
        margin-right: 8rem;
        margin-left: 8rem; }
    .mx-xl-36 {
        margin-right: 9rem;
        margin-left: 9rem; }
    .mx-xl-40 {
        margin-right: 10rem;
        margin-left: 10rem; }
    .mx-xl-44 {
        margin-right: 11rem;
        margin-left: 11rem; }
    .mx-xl-px {
        margin-right: 1px;
        margin-left: 1px; }
    .mx-xl-1\/2 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xl-1\/3 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xl-2\/3 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xl-1\/4 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-xl-2\/4 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xl-3\/4 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-xl-1\/5 {
        margin-right: 20%;
        margin-left: 20%; }
    .mx-xl-2\/5 {
        margin-right: 40%;
        margin-left: 40%; }
    .mx-xl-3\/5 {
        margin-right: 60%;
        margin-left: 60%; }
    .mx-xl-4\/5 {
        margin-right: 80%;
        margin-left: 80%; }
    .mx-xl-1\/6 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-xl-2\/6 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xl-3\/6 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xl-4\/6 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xl-5\/6 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-xl-1\/12 {
        margin-right: 8.333333%;
        margin-left: 8.333333%; }
    .mx-xl-2\/12 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-xl-3\/12 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-xl-4\/12 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xl-5\/12 {
        margin-right: 41.666667%;
        margin-left: 41.666667%; }
    .mx-xl-6\/12 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xl-7\/12 {
        margin-right: 58.333333%;
        margin-left: 58.333333%; }
    .mx-xl-8\/12 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xl-9\/12 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-xl-10\/12 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-xl-11\/12 {
        margin-right: 91.666667%;
        margin-left: 91.666667%; }
    .mx-xl-full {
        margin-right: 100%;
        margin-left: 100%; }
    .mx-xl-auto {
        margin-right: auto;
        margin-left: auto; }
    .my-xl-0 {
        margin-top: 0px;
        margin-bottom: 0px; }
    .my-xl-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem; }
    .my-xl-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
    .my-xl-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem; }
    .my-xl-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
    .my-xl-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
    .my-xl-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; }
    .my-xl-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; }
    .my-xl-4 {
        margin-top: 1rem;
        margin-bottom: 1rem; }
    .my-xl-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
    .my-xl-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
    .my-xl-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }
    .my-xl-8 {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .my-xl-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem; }
    .my-xl-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .my-xl-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem; }
    .my-xl-12 {
        margin-top: 3rem;
        margin-bottom: 3rem; }
    .my-xl-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem; }
    .my-xl-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem; }
    .my-xl-15 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
    .my-xl-16 {
        margin-top: 4rem;
        margin-bottom: 4rem; }
    .my-xl-20 {
        margin-top: 5rem;
        margin-bottom: 5rem; }
    .my-xl-24 {
        margin-top: 6rem;
        margin-bottom: 6rem; }
    .my-xl-28 {
        margin-top: 7rem;
        margin-bottom: 7rem; }
    .my-xl-32 {
        margin-top: 8rem;
        margin-bottom: 8rem; }
    .my-xl-36 {
        margin-top: 9rem;
        margin-bottom: 9rem; }
    .my-xl-40 {
        margin-top: 10rem;
        margin-bottom: 10rem; }
    .my-xl-44 {
        margin-top: 11rem;
        margin-bottom: 11rem; }
    .my-xl-px {
        margin-top: 1px;
        margin-bottom: 1px; }
    .my-xl-1\/2 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xl-1\/3 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xl-2\/3 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xl-1\/4 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-xl-2\/4 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xl-3\/4 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-xl-1\/5 {
        margin-top: 20%;
        margin-bottom: 20%; }
    .my-xl-2\/5 {
        margin-top: 40%;
        margin-bottom: 40%; }
    .my-xl-3\/5 {
        margin-top: 60%;
        margin-bottom: 60%; }
    .my-xl-4\/5 {
        margin-top: 80%;
        margin-bottom: 80%; }
    .my-xl-1\/6 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-xl-2\/6 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xl-3\/6 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xl-4\/6 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xl-5\/6 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-xl-1\/12 {
        margin-top: 8.333333%;
        margin-bottom: 8.333333%; }
    .my-xl-2\/12 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-xl-3\/12 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-xl-4\/12 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xl-5\/12 {
        margin-top: 41.666667%;
        margin-bottom: 41.666667%; }
    .my-xl-6\/12 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xl-7\/12 {
        margin-top: 58.333333%;
        margin-bottom: 58.333333%; }
    .my-xl-8\/12 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xl-9\/12 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-xl-10\/12 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-xl-11\/12 {
        margin-top: 91.666667%;
        margin-bottom: 91.666667%; }
    .my-xl-full {
        margin-top: 100%;
        margin-bottom: 100%; }
    .my-xl-auto {
        margin-top: auto;
        margin-bottom: auto; }
    .mt-xl-0 {
        margin-top: 0px; }
    .mt-xl-0\.5 {
        margin-top: 0.125rem; }
    .mt-xl-1 {
        margin-top: 0.25rem; }
    .mt-xl-1\.5 {
        margin-top: 0.375rem; }
    .mt-xl-2 {
        margin-top: 0.5rem; }
    .mt-xl-2\.5 {
        margin-top: 0.625rem; }
    .mt-xl-3 {
        margin-top: 0.75rem; }
    .mt-xl-3\.5 {
        margin-top: 0.875rem; }
    .mt-xl-4 {
        margin-top: 1rem; }
    .mt-xl-5 {
        margin-top: 1.25rem; }
    .mt-xl-6 {
        margin-top: 1.5rem; }
    .mt-xl-7 {
        margin-top: 1.75rem; }
    .mt-xl-8 {
        margin-top: 2rem; }
    .mt-xl-9 {
        margin-top: 2.25rem; }
    .mt-xl-10 {
        margin-top: 2.5rem; }
    .mt-xl-11 {
        margin-top: 2.75rem; }
    .mt-xl-12 {
        margin-top: 3rem; }
    .mt-xl-13 {
        margin-top: 3.25rem; }
    .mt-xl-14 {
        margin-top: 3.5rem; }
    .mt-xl-15 {
        margin-top: 3.75rem; }
    .mt-xl-16 {
        margin-top: 4rem; }
    .mt-xl-20 {
        margin-top: 5rem; }
    .mt-xl-24 {
        margin-top: 6rem; }
    .mt-xl-28 {
        margin-top: 7rem; }
    .mt-xl-32 {
        margin-top: 8rem; }
    .mt-xl-36 {
        margin-top: 9rem; }
    .mt-xl-40 {
        margin-top: 10rem; }
    .mt-xl-44 {
        margin-top: 11rem; }
    .mt-xl-px {
        margin-top: 1px; }
    .mt-xl-1\/2 {
        margin-top: 50%; }
    .mt-xl-1\/3 {
        margin-top: 33.333333%; }
    .mt-xl-2\/3 {
        margin-top: 66.666667%; }
    .mt-xl-1\/4 {
        margin-top: 25%; }
    .mt-xl-2\/4 {
        margin-top: 50%; }
    .mt-xl-3\/4 {
        margin-top: 75%; }
    .mt-xl-1\/5 {
        margin-top: 20%; }
    .mt-xl-2\/5 {
        margin-top: 40%; }
    .mt-xl-3\/5 {
        margin-top: 60%; }
    .mt-xl-4\/5 {
        margin-top: 80%; }
    .mt-xl-1\/6 {
        margin-top: 16.666667%; }
    .mt-xl-2\/6 {
        margin-top: 33.333333%; }
    .mt-xl-3\/6 {
        margin-top: 50%; }
    .mt-xl-4\/6 {
        margin-top: 66.666667%; }
    .mt-xl-5\/6 {
        margin-top: 83.333333%; }
    .mt-xl-1\/12 {
        margin-top: 8.333333%; }
    .mt-xl-2\/12 {
        margin-top: 16.666667%; }
    .mt-xl-3\/12 {
        margin-top: 25%; }
    .mt-xl-4\/12 {
        margin-top: 33.333333%; }
    .mt-xl-5\/12 {
        margin-top: 41.666667%; }
    .mt-xl-6\/12 {
        margin-top: 50%; }
    .mt-xl-7\/12 {
        margin-top: 58.333333%; }
    .mt-xl-8\/12 {
        margin-top: 66.666667%; }
    .mt-xl-9\/12 {
        margin-top: 75%; }
    .mt-xl-10\/12 {
        margin-top: 83.333333%; }
    .mt-xl-11\/12 {
        margin-top: 91.666667%; }
    .mt-xl-full {
        margin-top: 100%; }
    .mt-xl-auto {
        margin-top: auto; }
    .me-xl-0 {
        margin-right: 0px; }
    .me-xl-0\.5 {
        margin-right: 0.125rem; }
    .me-xl-1 {
        margin-right: 0.25rem; }
    .me-xl-1\.5 {
        margin-right: 0.375rem; }
    .me-xl-2 {
        margin-right: 0.5rem; }
    .me-xl-2\.5 {
        margin-right: 0.625rem; }
    .me-xl-3 {
        margin-right: 0.75rem; }
    .me-xl-3\.5 {
        margin-right: 0.875rem; }
    .me-xl-4 {
        margin-right: 1rem; }
    .me-xl-5 {
        margin-right: 1.25rem; }
    .me-xl-6 {
        margin-right: 1.5rem; }
    .me-xl-7 {
        margin-right: 1.75rem; }
    .me-xl-8 {
        margin-right: 2rem; }
    .me-xl-9 {
        margin-right: 2.25rem; }
    .me-xl-10 {
        margin-right: 2.5rem; }
    .me-xl-11 {
        margin-right: 2.75rem; }
    .me-xl-12 {
        margin-right: 3rem; }
    .me-xl-13 {
        margin-right: 3.25rem; }
    .me-xl-14 {
        margin-right: 3.5rem; }
    .me-xl-15 {
        margin-right: 3.75rem; }
    .me-xl-16 {
        margin-right: 4rem; }
    .me-xl-20 {
        margin-right: 5rem; }
    .me-xl-24 {
        margin-right: 6rem; }
    .me-xl-28 {
        margin-right: 7rem; }
    .me-xl-32 {
        margin-right: 8rem; }
    .me-xl-36 {
        margin-right: 9rem; }
    .me-xl-40 {
        margin-right: 10rem; }
    .me-xl-44 {
        margin-right: 11rem; }
    .me-xl-px {
        margin-right: 1px; }
    .me-xl-1\/2 {
        margin-right: 50%; }
    .me-xl-1\/3 {
        margin-right: 33.333333%; }
    .me-xl-2\/3 {
        margin-right: 66.666667%; }
    .me-xl-1\/4 {
        margin-right: 25%; }
    .me-xl-2\/4 {
        margin-right: 50%; }
    .me-xl-3\/4 {
        margin-right: 75%; }
    .me-xl-1\/5 {
        margin-right: 20%; }
    .me-xl-2\/5 {
        margin-right: 40%; }
    .me-xl-3\/5 {
        margin-right: 60%; }
    .me-xl-4\/5 {
        margin-right: 80%; }
    .me-xl-1\/6 {
        margin-right: 16.666667%; }
    .me-xl-2\/6 {
        margin-right: 33.333333%; }
    .me-xl-3\/6 {
        margin-right: 50%; }
    .me-xl-4\/6 {
        margin-right: 66.666667%; }
    .me-xl-5\/6 {
        margin-right: 83.333333%; }
    .me-xl-1\/12 {
        margin-right: 8.333333%; }
    .me-xl-2\/12 {
        margin-right: 16.666667%; }
    .me-xl-3\/12 {
        margin-right: 25%; }
    .me-xl-4\/12 {
        margin-right: 33.333333%; }
    .me-xl-5\/12 {
        margin-right: 41.666667%; }
    .me-xl-6\/12 {
        margin-right: 50%; }
    .me-xl-7\/12 {
        margin-right: 58.333333%; }
    .me-xl-8\/12 {
        margin-right: 66.666667%; }
    .me-xl-9\/12 {
        margin-right: 75%; }
    .me-xl-10\/12 {
        margin-right: 83.333333%; }
    .me-xl-11\/12 {
        margin-right: 91.666667%; }
    .me-xl-full {
        margin-right: 100%; }
    .me-xl-auto {
        margin-right: auto; }
    .mb-xl-0 {
        margin-bottom: 0px; }
    .mb-xl-0\.5 {
        margin-bottom: 0.125rem; }
    .mb-xl-1 {
        margin-bottom: 0.25rem; }
    .mb-xl-1\.5 {
        margin-bottom: 0.375rem; }
    .mb-xl-2 {
        margin-bottom: 0.5rem; }
    .mb-xl-2\.5 {
        margin-bottom: 0.625rem; }
    .mb-xl-3 {
        margin-bottom: 0.75rem; }
    .mb-xl-3\.5 {
        margin-bottom: 0.875rem; }
    .mb-xl-4 {
        margin-bottom: 1rem; }
    .mb-xl-5 {
        margin-bottom: 1.25rem; }
    .mb-xl-6 {
        margin-bottom: 1.5rem; }
    .mb-xl-7 {
        margin-bottom: 1.75rem; }
    .mb-xl-8 {
        margin-bottom: 2rem; }
    .mb-xl-9 {
        margin-bottom: 2.25rem; }
    .mb-xl-10 {
        margin-bottom: 2.5rem; }
    .mb-xl-11 {
        margin-bottom: 2.75rem; }
    .mb-xl-12 {
        margin-bottom: 3rem; }
    .mb-xl-13 {
        margin-bottom: 3.25rem; }
    .mb-xl-14 {
        margin-bottom: 3.5rem; }
    .mb-xl-15 {
        margin-bottom: 3.75rem; }
    .mb-xl-16 {
        margin-bottom: 4rem; }
    .mb-xl-20 {
        margin-bottom: 5rem; }
    .mb-xl-24 {
        margin-bottom: 6rem; }
    .mb-xl-28 {
        margin-bottom: 7rem; }
    .mb-xl-32 {
        margin-bottom: 8rem; }
    .mb-xl-36 {
        margin-bottom: 9rem; }
    .mb-xl-40 {
        margin-bottom: 10rem; }
    .mb-xl-44 {
        margin-bottom: 11rem; }
    .mb-xl-px {
        margin-bottom: 1px; }
    .mb-xl-1\/2 {
        margin-bottom: 50%; }
    .mb-xl-1\/3 {
        margin-bottom: 33.333333%; }
    .mb-xl-2\/3 {
        margin-bottom: 66.666667%; }
    .mb-xl-1\/4 {
        margin-bottom: 25%; }
    .mb-xl-2\/4 {
        margin-bottom: 50%; }
    .mb-xl-3\/4 {
        margin-bottom: 75%; }
    .mb-xl-1\/5 {
        margin-bottom: 20%; }
    .mb-xl-2\/5 {
        margin-bottom: 40%; }
    .mb-xl-3\/5 {
        margin-bottom: 60%; }
    .mb-xl-4\/5 {
        margin-bottom: 80%; }
    .mb-xl-1\/6 {
        margin-bottom: 16.666667%; }
    .mb-xl-2\/6 {
        margin-bottom: 33.333333%; }
    .mb-xl-3\/6 {
        margin-bottom: 50%; }
    .mb-xl-4\/6 {
        margin-bottom: 66.666667%; }
    .mb-xl-5\/6 {
        margin-bottom: 83.333333%; }
    .mb-xl-1\/12 {
        margin-bottom: 8.333333%; }
    .mb-xl-2\/12 {
        margin-bottom: 16.666667%; }
    .mb-xl-3\/12 {
        margin-bottom: 25%; }
    .mb-xl-4\/12 {
        margin-bottom: 33.333333%; }
    .mb-xl-5\/12 {
        margin-bottom: 41.666667%; }
    .mb-xl-6\/12 {
        margin-bottom: 50%; }
    .mb-xl-7\/12 {
        margin-bottom: 58.333333%; }
    .mb-xl-8\/12 {
        margin-bottom: 66.666667%; }
    .mb-xl-9\/12 {
        margin-bottom: 75%; }
    .mb-xl-10\/12 {
        margin-bottom: 83.333333%; }
    .mb-xl-11\/12 {
        margin-bottom: 91.666667%; }
    .mb-xl-full {
        margin-bottom: 100%; }
    .mb-xl-auto {
        margin-bottom: auto; }
    .ms-xl-0 {
        margin-left: 0px; }
    .ms-xl-0\.5 {
        margin-left: 0.125rem; }
    .ms-xl-1 {
        margin-left: 0.25rem; }
    .ms-xl-1\.5 {
        margin-left: 0.375rem; }
    .ms-xl-2 {
        margin-left: 0.5rem; }
    .ms-xl-2\.5 {
        margin-left: 0.625rem; }
    .ms-xl-3 {
        margin-left: 0.75rem; }
    .ms-xl-3\.5 {
        margin-left: 0.875rem; }
    .ms-xl-4 {
        margin-left: 1rem; }
    .ms-xl-5 {
        margin-left: 1.25rem; }
    .ms-xl-6 {
        margin-left: 1.5rem; }
    .ms-xl-7 {
        margin-left: 1.75rem; }
    .ms-xl-8 {
        margin-left: 2rem; }
    .ms-xl-9 {
        margin-left: 2.25rem; }
    .ms-xl-10 {
        margin-left: 2.5rem; }
    .ms-xl-11 {
        margin-left: 2.75rem; }
    .ms-xl-12 {
        margin-left: 3rem; }
    .ms-xl-13 {
        margin-left: 3.25rem; }
    .ms-xl-14 {
        margin-left: 3.5rem; }
    .ms-xl-15 {
        margin-left: 3.75rem; }
    .ms-xl-16 {
        margin-left: 4rem; }
    .ms-xl-20 {
        margin-left: 5rem; }
    .ms-xl-24 {
        margin-left: 6rem; }
    .ms-xl-28 {
        margin-left: 7rem; }
    .ms-xl-32 {
        margin-left: 8rem; }
    .ms-xl-36 {
        margin-left: 9rem; }
    .ms-xl-40 {
        margin-left: 10rem; }
    .ms-xl-44 {
        margin-left: 11rem; }
    .ms-xl-px {
        margin-left: 1px; }
    .ms-xl-1\/2 {
        margin-left: 50%; }
    .ms-xl-1\/3 {
        margin-left: 33.333333%; }
    .ms-xl-2\/3 {
        margin-left: 66.666667%; }
    .ms-xl-1\/4 {
        margin-left: 25%; }
    .ms-xl-2\/4 {
        margin-left: 50%; }
    .ms-xl-3\/4 {
        margin-left: 75%; }
    .ms-xl-1\/5 {
        margin-left: 20%; }
    .ms-xl-2\/5 {
        margin-left: 40%; }
    .ms-xl-3\/5 {
        margin-left: 60%; }
    .ms-xl-4\/5 {
        margin-left: 80%; }
    .ms-xl-1\/6 {
        margin-left: 16.666667%; }
    .ms-xl-2\/6 {
        margin-left: 33.333333%; }
    .ms-xl-3\/6 {
        margin-left: 50%; }
    .ms-xl-4\/6 {
        margin-left: 66.666667%; }
    .ms-xl-5\/6 {
        margin-left: 83.333333%; }
    .ms-xl-1\/12 {
        margin-left: 8.333333%; }
    .ms-xl-2\/12 {
        margin-left: 16.666667%; }
    .ms-xl-3\/12 {
        margin-left: 25%; }
    .ms-xl-4\/12 {
        margin-left: 33.333333%; }
    .ms-xl-5\/12 {
        margin-left: 41.666667%; }
    .ms-xl-6\/12 {
        margin-left: 50%; }
    .ms-xl-7\/12 {
        margin-left: 58.333333%; }
    .ms-xl-8\/12 {
        margin-left: 66.666667%; }
    .ms-xl-9\/12 {
        margin-left: 75%; }
    .ms-xl-10\/12 {
        margin-left: 83.333333%; }
    .ms-xl-11\/12 {
        margin-left: 91.666667%; }
    .ms-xl-full {
        margin-left: 100%; }
    .ms-xl-auto {
        margin-left: auto; }
    .p-xl-0 {
        padding: 0px; }
    .p-xl-0\.5 {
        padding: 0.125rem; }
    .p-xl-1 {
        padding: 0.25rem; }
    .p-xl-1\.5 {
        padding: 0.375rem; }
    .p-xl-2 {
        padding: 0.5rem; }
    .p-xl-2\.5 {
        padding: 0.625rem; }
    .p-xl-3 {
        padding: 0.75rem; }
    .p-xl-3\.5 {
        padding: 0.875rem; }
    .p-xl-4 {
        padding: 1rem; }
    .p-xl-5 {
        padding: 1.25rem; }
    .p-xl-6 {
        padding: 1.5rem; }
    .p-xl-7 {
        padding: 1.75rem; }
    .p-xl-8 {
        padding: 2rem; }
    .p-xl-9 {
        padding: 2.25rem; }
    .p-xl-10 {
        padding: 2.5rem; }
    .p-xl-11 {
        padding: 2.75rem; }
    .p-xl-12 {
        padding: 3rem; }
    .p-xl-13 {
        padding: 3.25rem; }
    .p-xl-14 {
        padding: 3.5rem; }
    .p-xl-15 {
        padding: 3.75rem; }
    .p-xl-16 {
        padding: 4rem; }
    .p-xl-20 {
        padding: 5rem; }
    .p-xl-24 {
        padding: 6rem; }
    .p-xl-28 {
        padding: 7rem; }
    .p-xl-32 {
        padding: 8rem; }
    .p-xl-36 {
        padding: 9rem; }
    .p-xl-40 {
        padding: 10rem; }
    .p-xl-44 {
        padding: 11rem; }
    .p-xl-px {
        padding: 1px; }
    .p-xl-1\/2 {
        padding: 50%; }
    .p-xl-1\/3 {
        padding: 33.333333%; }
    .p-xl-2\/3 {
        padding: 66.666667%; }
    .p-xl-1\/4 {
        padding: 25%; }
    .p-xl-2\/4 {
        padding: 50%; }
    .p-xl-3\/4 {
        padding: 75%; }
    .p-xl-1\/5 {
        padding: 20%; }
    .p-xl-2\/5 {
        padding: 40%; }
    .p-xl-3\/5 {
        padding: 60%; }
    .p-xl-4\/5 {
        padding: 80%; }
    .p-xl-1\/6 {
        padding: 16.666667%; }
    .p-xl-2\/6 {
        padding: 33.333333%; }
    .p-xl-3\/6 {
        padding: 50%; }
    .p-xl-4\/6 {
        padding: 66.666667%; }
    .p-xl-5\/6 {
        padding: 83.333333%; }
    .p-xl-1\/12 {
        padding: 8.333333%; }
    .p-xl-2\/12 {
        padding: 16.666667%; }
    .p-xl-3\/12 {
        padding: 25%; }
    .p-xl-4\/12 {
        padding: 33.333333%; }
    .p-xl-5\/12 {
        padding: 41.666667%; }
    .p-xl-6\/12 {
        padding: 50%; }
    .p-xl-7\/12 {
        padding: 58.333333%; }
    .p-xl-8\/12 {
        padding: 66.666667%; }
    .p-xl-9\/12 {
        padding: 75%; }
    .p-xl-10\/12 {
        padding: 83.333333%; }
    .p-xl-11\/12 {
        padding: 91.666667%; }
    .p-xl-full {
        padding: 100%; }
    .px-xl-0 {
        padding-right: 0px;
        padding-left: 0px; }
    .px-xl-0\.5 {
        padding-right: 0.125rem;
        padding-left: 0.125rem; }
    .px-xl-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem; }
    .px-xl-1\.5 {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }
    .px-xl-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .px-xl-2\.5 {
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
    .px-xl-3 {
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
    .px-xl-3\.5 {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .px-xl-4 {
        padding-right: 1rem;
        padding-left: 1rem; }
    .px-xl-5 {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .px-xl-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .px-xl-7 {
        padding-right: 1.75rem;
        padding-left: 1.75rem; }
    .px-xl-8 {
        padding-right: 2rem;
        padding-left: 2rem; }
    .px-xl-9 {
        padding-right: 2.25rem;
        padding-left: 2.25rem; }
    .px-xl-10 {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
    .px-xl-11 {
        padding-right: 2.75rem;
        padding-left: 2.75rem; }
    .px-xl-12 {
        padding-right: 3rem;
        padding-left: 3rem; }
    .px-xl-13 {
        padding-right: 3.25rem;
        padding-left: 3.25rem; }
    .px-xl-14 {
        padding-right: 3.5rem;
        padding-left: 3.5rem; }
    .px-xl-15 {
        padding-right: 3.75rem;
        padding-left: 3.75rem; }
    .px-xl-16 {
        padding-right: 4rem;
        padding-left: 4rem; }
    .px-xl-20 {
        padding-right: 5rem;
        padding-left: 5rem; }
    .px-xl-24 {
        padding-right: 6rem;
        padding-left: 6rem; }
    .px-xl-28 {
        padding-right: 7rem;
        padding-left: 7rem; }
    .px-xl-32 {
        padding-right: 8rem;
        padding-left: 8rem; }
    .px-xl-36 {
        padding-right: 9rem;
        padding-left: 9rem; }
    .px-xl-40 {
        padding-right: 10rem;
        padding-left: 10rem; }
    .px-xl-44 {
        padding-right: 11rem;
        padding-left: 11rem; }
    .px-xl-px {
        padding-right: 1px;
        padding-left: 1px; }
    .px-xl-1\/2 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xl-1\/3 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xl-2\/3 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xl-1\/4 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-xl-2\/4 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xl-3\/4 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-xl-1\/5 {
        padding-right: 20%;
        padding-left: 20%; }
    .px-xl-2\/5 {
        padding-right: 40%;
        padding-left: 40%; }
    .px-xl-3\/5 {
        padding-right: 60%;
        padding-left: 60%; }
    .px-xl-4\/5 {
        padding-right: 80%;
        padding-left: 80%; }
    .px-xl-1\/6 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-xl-2\/6 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xl-3\/6 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xl-4\/6 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xl-5\/6 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-xl-1\/12 {
        padding-right: 8.333333%;
        padding-left: 8.333333%; }
    .px-xl-2\/12 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-xl-3\/12 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-xl-4\/12 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xl-5\/12 {
        padding-right: 41.666667%;
        padding-left: 41.666667%; }
    .px-xl-6\/12 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xl-7\/12 {
        padding-right: 58.333333%;
        padding-left: 58.333333%; }
    .px-xl-8\/12 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xl-9\/12 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-xl-10\/12 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-xl-11\/12 {
        padding-right: 91.666667%;
        padding-left: 91.666667%; }
    .px-xl-full {
        padding-right: 100%;
        padding-left: 100%; }
    .py-xl-0 {
        padding-top: 0px;
        padding-bottom: 0px; }
    .py-xl-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem; }
    .py-xl-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
    .py-xl-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .py-xl-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .py-xl-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .py-xl-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
    .py-xl-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; }
    .py-xl-4 {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .py-xl-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .py-xl-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
    .py-xl-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; }
    .py-xl-8 {
        padding-top: 2rem;
        padding-bottom: 2rem; }
    .py-xl-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem; }
    .py-xl-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
    .py-xl-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem; }
    .py-xl-12 {
        padding-top: 3rem;
        padding-bottom: 3rem; }
    .py-xl-13 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem; }
    .py-xl-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; }
    .py-xl-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
    .py-xl-16 {
        padding-top: 4rem;
        padding-bottom: 4rem; }
    .py-xl-20 {
        padding-top: 5rem;
        padding-bottom: 5rem; }
    .py-xl-24 {
        padding-top: 6rem;
        padding-bottom: 6rem; }
    .py-xl-28 {
        padding-top: 7rem;
        padding-bottom: 7rem; }
    .py-xl-32 {
        padding-top: 8rem;
        padding-bottom: 8rem; }
    .py-xl-36 {
        padding-top: 9rem;
        padding-bottom: 9rem; }
    .py-xl-40 {
        padding-top: 10rem;
        padding-bottom: 10rem; }
    .py-xl-44 {
        padding-top: 11rem;
        padding-bottom: 11rem; }
    .py-xl-px {
        padding-top: 1px;
        padding-bottom: 1px; }
    .py-xl-1\/2 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xl-1\/3 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xl-2\/3 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xl-1\/4 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-xl-2\/4 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xl-3\/4 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-xl-1\/5 {
        padding-top: 20%;
        padding-bottom: 20%; }
    .py-xl-2\/5 {
        padding-top: 40%;
        padding-bottom: 40%; }
    .py-xl-3\/5 {
        padding-top: 60%;
        padding-bottom: 60%; }
    .py-xl-4\/5 {
        padding-top: 80%;
        padding-bottom: 80%; }
    .py-xl-1\/6 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-xl-2\/6 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xl-3\/6 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xl-4\/6 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xl-5\/6 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-xl-1\/12 {
        padding-top: 8.333333%;
        padding-bottom: 8.333333%; }
    .py-xl-2\/12 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-xl-3\/12 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-xl-4\/12 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xl-5\/12 {
        padding-top: 41.666667%;
        padding-bottom: 41.666667%; }
    .py-xl-6\/12 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xl-7\/12 {
        padding-top: 58.333333%;
        padding-bottom: 58.333333%; }
    .py-xl-8\/12 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xl-9\/12 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-xl-10\/12 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-xl-11\/12 {
        padding-top: 91.666667%;
        padding-bottom: 91.666667%; }
    .py-xl-full {
        padding-top: 100%;
        padding-bottom: 100%; }
    .pt-xl-0 {
        padding-top: 0px; }
    .pt-xl-0\.5 {
        padding-top: 0.125rem; }
    .pt-xl-1 {
        padding-top: 0.25rem; }
    .pt-xl-1\.5 {
        padding-top: 0.375rem; }
    .pt-xl-2 {
        padding-top: 0.5rem; }
    .pt-xl-2\.5 {
        padding-top: 0.625rem; }
    .pt-xl-3 {
        padding-top: 0.75rem; }
    .pt-xl-3\.5 {
        padding-top: 0.875rem; }
    .pt-xl-4 {
        padding-top: 1rem; }
    .pt-xl-5 {
        padding-top: 1.25rem; }
    .pt-xl-6 {
        padding-top: 1.5rem; }
    .pt-xl-7 {
        padding-top: 1.75rem; }
    .pt-xl-8 {
        padding-top: 2rem; }
    .pt-xl-9 {
        padding-top: 2.25rem; }
    .pt-xl-10 {
        padding-top: 2.5rem; }
    .pt-xl-11 {
        padding-top: 2.75rem; }
    .pt-xl-12 {
        padding-top: 3rem; }
    .pt-xl-13 {
        padding-top: 3.25rem; }
    .pt-xl-14 {
        padding-top: 3.5rem; }
    .pt-xl-15 {
        padding-top: 3.75rem; }
    .pt-xl-16 {
        padding-top: 4rem; }
    .pt-xl-20 {
        padding-top: 5rem; }
    .pt-xl-24 {
        padding-top: 6rem; }
    .pt-xl-28 {
        padding-top: 7rem; }
    .pt-xl-32 {
        padding-top: 8rem; }
    .pt-xl-36 {
        padding-top: 9rem; }
    .pt-xl-40 {
        padding-top: 10rem; }
    .pt-xl-44 {
        padding-top: 11rem; }
    .pt-xl-px {
        padding-top: 1px; }
    .pt-xl-1\/2 {
        padding-top: 50%; }
    .pt-xl-1\/3 {
        padding-top: 33.333333%; }
    .pt-xl-2\/3 {
        padding-top: 66.666667%; }
    .pt-xl-1\/4 {
        padding-top: 25%; }
    .pt-xl-2\/4 {
        padding-top: 50%; }
    .pt-xl-3\/4 {
        padding-top: 75%; }
    .pt-xl-1\/5 {
        padding-top: 20%; }
    .pt-xl-2\/5 {
        padding-top: 40%; }
    .pt-xl-3\/5 {
        padding-top: 60%; }
    .pt-xl-4\/5 {
        padding-top: 80%; }
    .pt-xl-1\/6 {
        padding-top: 16.666667%; }
    .pt-xl-2\/6 {
        padding-top: 33.333333%; }
    .pt-xl-3\/6 {
        padding-top: 50%; }
    .pt-xl-4\/6 {
        padding-top: 66.666667%; }
    .pt-xl-5\/6 {
        padding-top: 83.333333%; }
    .pt-xl-1\/12 {
        padding-top: 8.333333%; }
    .pt-xl-2\/12 {
        padding-top: 16.666667%; }
    .pt-xl-3\/12 {
        padding-top: 25%; }
    .pt-xl-4\/12 {
        padding-top: 33.333333%; }
    .pt-xl-5\/12 {
        padding-top: 41.666667%; }
    .pt-xl-6\/12 {
        padding-top: 50%; }
    .pt-xl-7\/12 {
        padding-top: 58.333333%; }
    .pt-xl-8\/12 {
        padding-top: 66.666667%; }
    .pt-xl-9\/12 {
        padding-top: 75%; }
    .pt-xl-10\/12 {
        padding-top: 83.333333%; }
    .pt-xl-11\/12 {
        padding-top: 91.666667%; }
    .pt-xl-full {
        padding-top: 100%; }
    .pe-xl-0 {
        padding-right: 0px; }
    .pe-xl-0\.5 {
        padding-right: 0.125rem; }
    .pe-xl-1 {
        padding-right: 0.25rem; }
    .pe-xl-1\.5 {
        padding-right: 0.375rem; }
    .pe-xl-2 {
        padding-right: 0.5rem; }
    .pe-xl-2\.5 {
        padding-right: 0.625rem; }
    .pe-xl-3 {
        padding-right: 0.75rem; }
    .pe-xl-3\.5 {
        padding-right: 0.875rem; }
    .pe-xl-4 {
        padding-right: 1rem; }
    .pe-xl-5 {
        padding-right: 1.25rem; }
    .pe-xl-6 {
        padding-right: 1.5rem; }
    .pe-xl-7 {
        padding-right: 1.75rem; }
    .pe-xl-8 {
        padding-right: 2rem; }
    .pe-xl-9 {
        padding-right: 2.25rem; }
    .pe-xl-10 {
        padding-right: 2.5rem; }
    .pe-xl-11 {
        padding-right: 2.75rem; }
    .pe-xl-12 {
        padding-right: 3rem; }
    .pe-xl-13 {
        padding-right: 3.25rem; }
    .pe-xl-14 {
        padding-right: 3.5rem; }
    .pe-xl-15 {
        padding-right: 3.75rem; }
    .pe-xl-16 {
        padding-right: 4rem; }
    .pe-xl-20 {
        padding-right: 5rem; }
    .pe-xl-24 {
        padding-right: 6rem; }
    .pe-xl-28 {
        padding-right: 7rem; }
    .pe-xl-32 {
        padding-right: 8rem; }
    .pe-xl-36 {
        padding-right: 9rem; }
    .pe-xl-40 {
        padding-right: 10rem; }
    .pe-xl-44 {
        padding-right: 11rem; }
    .pe-xl-px {
        padding-right: 1px; }
    .pe-xl-1\/2 {
        padding-right: 50%; }
    .pe-xl-1\/3 {
        padding-right: 33.333333%; }
    .pe-xl-2\/3 {
        padding-right: 66.666667%; }
    .pe-xl-1\/4 {
        padding-right: 25%; }
    .pe-xl-2\/4 {
        padding-right: 50%; }
    .pe-xl-3\/4 {
        padding-right: 75%; }
    .pe-xl-1\/5 {
        padding-right: 20%; }
    .pe-xl-2\/5 {
        padding-right: 40%; }
    .pe-xl-3\/5 {
        padding-right: 60%; }
    .pe-xl-4\/5 {
        padding-right: 80%; }
    .pe-xl-1\/6 {
        padding-right: 16.666667%; }
    .pe-xl-2\/6 {
        padding-right: 33.333333%; }
    .pe-xl-3\/6 {
        padding-right: 50%; }
    .pe-xl-4\/6 {
        padding-right: 66.666667%; }
    .pe-xl-5\/6 {
        padding-right: 83.333333%; }
    .pe-xl-1\/12 {
        padding-right: 8.333333%; }
    .pe-xl-2\/12 {
        padding-right: 16.666667%; }
    .pe-xl-3\/12 {
        padding-right: 25%; }
    .pe-xl-4\/12 {
        padding-right: 33.333333%; }
    .pe-xl-5\/12 {
        padding-right: 41.666667%; }
    .pe-xl-6\/12 {
        padding-right: 50%; }
    .pe-xl-7\/12 {
        padding-right: 58.333333%; }
    .pe-xl-8\/12 {
        padding-right: 66.666667%; }
    .pe-xl-9\/12 {
        padding-right: 75%; }
    .pe-xl-10\/12 {
        padding-right: 83.333333%; }
    .pe-xl-11\/12 {
        padding-right: 91.666667%; }
    .pe-xl-full {
        padding-right: 100%; }
    .pb-xl-0 {
        padding-bottom: 0px; }
    .pb-xl-0\.5 {
        padding-bottom: 0.125rem; }
    .pb-xl-1 {
        padding-bottom: 0.25rem; }
    .pb-xl-1\.5 {
        padding-bottom: 0.375rem; }
    .pb-xl-2 {
        padding-bottom: 0.5rem; }
    .pb-xl-2\.5 {
        padding-bottom: 0.625rem; }
    .pb-xl-3 {
        padding-bottom: 0.75rem; }
    .pb-xl-3\.5 {
        padding-bottom: 0.875rem; }
    .pb-xl-4 {
        padding-bottom: 1rem; }
    .pb-xl-5 {
        padding-bottom: 1.25rem; }
    .pb-xl-6 {
        padding-bottom: 1.5rem; }
    .pb-xl-7 {
        padding-bottom: 1.75rem; }
    .pb-xl-8 {
        padding-bottom: 2rem; }
    .pb-xl-9 {
        padding-bottom: 2.25rem; }
    .pb-xl-10 {
        padding-bottom: 2.5rem; }
    .pb-xl-11 {
        padding-bottom: 2.75rem; }
    .pb-xl-12 {
        padding-bottom: 3rem; }
    .pb-xl-13 {
        padding-bottom: 3.25rem; }
    .pb-xl-14 {
        padding-bottom: 3.5rem; }
    .pb-xl-15 {
        padding-bottom: 3.75rem; }
    .pb-xl-16 {
        padding-bottom: 4rem; }
    .pb-xl-20 {
        padding-bottom: 5rem; }
    .pb-xl-24 {
        padding-bottom: 6rem; }
    .pb-xl-28 {
        padding-bottom: 7rem; }
    .pb-xl-32 {
        padding-bottom: 8rem; }
    .pb-xl-36 {
        padding-bottom: 9rem; }
    .pb-xl-40 {
        padding-bottom: 10rem; }
    .pb-xl-44 {
        padding-bottom: 11rem; }
    .pb-xl-px {
        padding-bottom: 1px; }
    .pb-xl-1\/2 {
        padding-bottom: 50%; }
    .pb-xl-1\/3 {
        padding-bottom: 33.333333%; }
    .pb-xl-2\/3 {
        padding-bottom: 66.666667%; }
    .pb-xl-1\/4 {
        padding-bottom: 25%; }
    .pb-xl-2\/4 {
        padding-bottom: 50%; }
    .pb-xl-3\/4 {
        padding-bottom: 75%; }
    .pb-xl-1\/5 {
        padding-bottom: 20%; }
    .pb-xl-2\/5 {
        padding-bottom: 40%; }
    .pb-xl-3\/5 {
        padding-bottom: 60%; }
    .pb-xl-4\/5 {
        padding-bottom: 80%; }
    .pb-xl-1\/6 {
        padding-bottom: 16.666667%; }
    .pb-xl-2\/6 {
        padding-bottom: 33.333333%; }
    .pb-xl-3\/6 {
        padding-bottom: 50%; }
    .pb-xl-4\/6 {
        padding-bottom: 66.666667%; }
    .pb-xl-5\/6 {
        padding-bottom: 83.333333%; }
    .pb-xl-1\/12 {
        padding-bottom: 8.333333%; }
    .pb-xl-2\/12 {
        padding-bottom: 16.666667%; }
    .pb-xl-3\/12 {
        padding-bottom: 25%; }
    .pb-xl-4\/12 {
        padding-bottom: 33.333333%; }
    .pb-xl-5\/12 {
        padding-bottom: 41.666667%; }
    .pb-xl-6\/12 {
        padding-bottom: 50%; }
    .pb-xl-7\/12 {
        padding-bottom: 58.333333%; }
    .pb-xl-8\/12 {
        padding-bottom: 66.666667%; }
    .pb-xl-9\/12 {
        padding-bottom: 75%; }
    .pb-xl-10\/12 {
        padding-bottom: 83.333333%; }
    .pb-xl-11\/12 {
        padding-bottom: 91.666667%; }
    .pb-xl-full {
        padding-bottom: 100%; }
    .ps-xl-0 {
        padding-left: 0px; }
    .ps-xl-0\.5 {
        padding-left: 0.125rem; }
    .ps-xl-1 {
        padding-left: 0.25rem; }
    .ps-xl-1\.5 {
        padding-left: 0.375rem; }
    .ps-xl-2 {
        padding-left: 0.5rem; }
    .ps-xl-2\.5 {
        padding-left: 0.625rem; }
    .ps-xl-3 {
        padding-left: 0.75rem; }
    .ps-xl-3\.5 {
        padding-left: 0.875rem; }
    .ps-xl-4 {
        padding-left: 1rem; }
    .ps-xl-5 {
        padding-left: 1.25rem; }
    .ps-xl-6 {
        padding-left: 1.5rem; }
    .ps-xl-7 {
        padding-left: 1.75rem; }
    .ps-xl-8 {
        padding-left: 2rem; }
    .ps-xl-9 {
        padding-left: 2.25rem; }
    .ps-xl-10 {
        padding-left: 2.5rem; }
    .ps-xl-11 {
        padding-left: 2.75rem; }
    .ps-xl-12 {
        padding-left: 3rem; }
    .ps-xl-13 {
        padding-left: 3.25rem; }
    .ps-xl-14 {
        padding-left: 3.5rem; }
    .ps-xl-15 {
        padding-left: 3.75rem; }
    .ps-xl-16 {
        padding-left: 4rem; }
    .ps-xl-20 {
        padding-left: 5rem; }
    .ps-xl-24 {
        padding-left: 6rem; }
    .ps-xl-28 {
        padding-left: 7rem; }
    .ps-xl-32 {
        padding-left: 8rem; }
    .ps-xl-36 {
        padding-left: 9rem; }
    .ps-xl-40 {
        padding-left: 10rem; }
    .ps-xl-44 {
        padding-left: 11rem; }
    .ps-xl-px {
        padding-left: 1px; }
    .ps-xl-1\/2 {
        padding-left: 50%; }
    .ps-xl-1\/3 {
        padding-left: 33.333333%; }
    .ps-xl-2\/3 {
        padding-left: 66.666667%; }
    .ps-xl-1\/4 {
        padding-left: 25%; }
    .ps-xl-2\/4 {
        padding-left: 50%; }
    .ps-xl-3\/4 {
        padding-left: 75%; }
    .ps-xl-1\/5 {
        padding-left: 20%; }
    .ps-xl-2\/5 {
        padding-left: 40%; }
    .ps-xl-3\/5 {
        padding-left: 60%; }
    .ps-xl-4\/5 {
        padding-left: 80%; }
    .ps-xl-1\/6 {
        padding-left: 16.666667%; }
    .ps-xl-2\/6 {
        padding-left: 33.333333%; }
    .ps-xl-3\/6 {
        padding-left: 50%; }
    .ps-xl-4\/6 {
        padding-left: 66.666667%; }
    .ps-xl-5\/6 {
        padding-left: 83.333333%; }
    .ps-xl-1\/12 {
        padding-left: 8.333333%; }
    .ps-xl-2\/12 {
        padding-left: 16.666667%; }
    .ps-xl-3\/12 {
        padding-left: 25%; }
    .ps-xl-4\/12 {
        padding-left: 33.333333%; }
    .ps-xl-5\/12 {
        padding-left: 41.666667%; }
    .ps-xl-6\/12 {
        padding-left: 50%; }
    .ps-xl-7\/12 {
        padding-left: 58.333333%; }
    .ps-xl-8\/12 {
        padding-left: 66.666667%; }
    .ps-xl-9\/12 {
        padding-left: 75%; }
    .ps-xl-10\/12 {
        padding-left: 83.333333%; }
    .ps-xl-11\/12 {
        padding-left: 91.666667%; }
    .ps-xl-full {
        padding-left: 100%; }
    .gap-xl-0 {
        gap: 0px; }
    .gap-xl-0\.5 {
        gap: 0.125rem; }
    .gap-xl-1 {
        gap: 0.25rem; }
    .gap-xl-1\.5 {
        gap: 0.375rem; }
    .gap-xl-2 {
        gap: 0.5rem; }
    .gap-xl-2\.5 {
        gap: 0.625rem; }
    .gap-xl-3 {
        gap: 0.75rem; }
    .gap-xl-3\.5 {
        gap: 0.875rem; }
    .gap-xl-4 {
        gap: 1rem; }
    .gap-xl-5 {
        gap: 1.25rem; }
    .gap-xl-6 {
        gap: 1.5rem; }
    .gap-xl-7 {
        gap: 1.75rem; }
    .gap-xl-8 {
        gap: 2rem; }
    .gap-xl-9 {
        gap: 2.25rem; }
    .gap-xl-10 {
        gap: 2.5rem; }
    .gap-xl-11 {
        gap: 2.75rem; }
    .gap-xl-12 {
        gap: 3rem; }
    .gap-xl-13 {
        gap: 3.25rem; }
    .gap-xl-14 {
        gap: 3.5rem; }
    .gap-xl-15 {
        gap: 3.75rem; }
    .gap-xl-16 {
        gap: 4rem; }
    .gap-xl-20 {
        gap: 5rem; }
    .gap-xl-24 {
        gap: 6rem; }
    .gap-xl-28 {
        gap: 7rem; }
    .gap-xl-32 {
        gap: 8rem; }
    .gap-xl-36 {
        gap: 9rem; }
    .gap-xl-40 {
        gap: 10rem; }
    .gap-xl-44 {
        gap: 11rem; }
    .gap-xl-px {
        gap: 1px; }
    .gap-xl-1\/2 {
        gap: 50%; }
    .gap-xl-1\/3 {
        gap: 33.333333%; }
    .gap-xl-2\/3 {
        gap: 66.666667%; }
    .gap-xl-1\/4 {
        gap: 25%; }
    .gap-xl-2\/4 {
        gap: 50%; }
    .gap-xl-3\/4 {
        gap: 75%; }
    .gap-xl-1\/5 {
        gap: 20%; }
    .gap-xl-2\/5 {
        gap: 40%; }
    .gap-xl-3\/5 {
        gap: 60%; }
    .gap-xl-4\/5 {
        gap: 80%; }
    .gap-xl-1\/6 {
        gap: 16.666667%; }
    .gap-xl-2\/6 {
        gap: 33.333333%; }
    .gap-xl-3\/6 {
        gap: 50%; }
    .gap-xl-4\/6 {
        gap: 66.666667%; }
    .gap-xl-5\/6 {
        gap: 83.333333%; }
    .gap-xl-1\/12 {
        gap: 8.333333%; }
    .gap-xl-2\/12 {
        gap: 16.666667%; }
    .gap-xl-3\/12 {
        gap: 25%; }
    .gap-xl-4\/12 {
        gap: 33.333333%; }
    .gap-xl-5\/12 {
        gap: 41.666667%; }
    .gap-xl-6\/12 {
        gap: 50%; }
    .gap-xl-7\/12 {
        gap: 58.333333%; }
    .gap-xl-8\/12 {
        gap: 66.666667%; }
    .gap-xl-9\/12 {
        gap: 75%; }
    .gap-xl-10\/12 {
        gap: 83.333333%; }
    .gap-xl-11\/12 {
        gap: 91.666667%; }
    .gap-xl-full {
        gap: 100%; }
    .row-gap-xl-0 {
        row-gap: 0; }
    .row-gap-xl-1 {
        row-gap: 0.25rem; }
    .row-gap-xl-2 {
        row-gap: 0.5rem; }
    .row-gap-xl-3 {
        row-gap: 1rem; }
    .row-gap-xl-4 {
        row-gap: 1rem; }
    .row-gap-xl-5 {
        row-gap: 3rem; }
    .row-gap-xl-0\.5 {
        row-gap: 0.125rem; }
    .row-gap-xl-8 {
        row-gap: 2rem; }
    .row-gap-xl-16 {
        row-gap: 4rem; }
    .row-gap-xl-32 {
        row-gap: 8rem; }
    .row-gap-xl-64 {
        row-gap: 16rem; }
    .column-gap-xl-0 {
        column-gap: 0; }
    .column-gap-xl-1 {
        column-gap: 0.25rem; }
    .column-gap-xl-2 {
        column-gap: 0.5rem; }
    .column-gap-xl-3 {
        column-gap: 1rem; }
    .column-gap-xl-4 {
        column-gap: 1rem; }
    .column-gap-xl-5 {
        column-gap: 3rem; }
    .column-gap-xl-0\.5 {
        column-gap: 0.125rem; }
    .column-gap-xl-8 {
        column-gap: 2rem; }
    .column-gap-xl-16 {
        column-gap: 4rem; }
    .column-gap-xl-32 {
        column-gap: 8rem; }
    .column-gap-xl-64 {
        column-gap: 16rem; }
    .fs-xl-1 {
        font-size: 3rem; }
    .fs-xl-2 {
        font-size: 2.25rem; }
    .fs-xl-3 {
        font-size: 2rem; }
    .fs-xl-4 {
        font-size: 1.5rem; }
    .fs-xl-5 {
        font-size: 1.25rem; }
    .fs-xl-6 {
        font-size: 0.875rem; }
    .fs-xl-7 {
        font-size: 0.75rem; }
    .fs-xl-8 {
        font-size: 1rem; }
    .fs-xl-9 {
        font-size: 0.875rem; }
    .fs-xl-10 {
        font-size: 0.75rem; }
    .fs-xl-11 {
        font-size: 0.625rem; }
    .fs-xl-12 {
        font-size: 0.5rem; }
    .lh-xl-1 {
        line-height: 1; }
    .lh-xl-sm {
        line-height: 1.25; }
    .lh-xl-base {
        line-height: 1.5; }
    .lh-xl-lg {
        line-height: 2; }
    .lh-xl-0 {
        line-height: 0; }
    .text-xl-start {
        text-align: left; }
    .text-xl-end {
        text-align: right; }
    .text-xl-center {
        text-align: center; }
    .text-xl-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xl-primary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xl-primary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xl-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xl-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xl-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xl-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xl-success-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xl-success-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xl-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xl-info-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xl-info-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xl-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xl-warning-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xl-warning-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xl-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xl-danger-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xl-danger-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xl-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xl-light-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xl-light-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xl-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xl-color-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xl-color-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xl-color-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xl-color-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xl-color-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xl-color-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xl-color-3 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xl-color-3-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xl-color-3-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xl-color-4 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xl-color-4-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xl-color-4-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xl-color-5 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xl-color-5-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xl-color-5-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xl-dark-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xl-light-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xl-light-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xl-light-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xl-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xl-black-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xl-black-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xl-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xl-white-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xl-white-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xl-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-muted-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-muted-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xl-black-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xl-black-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xl-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xl-white-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xl-white-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xl-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-body-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-body-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xl-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xl-body-tertiary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xl-body-tertiary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xl-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xl-body-emphasis-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xl-body-emphasis-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xl-reset {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-xl-reset-hover:hover {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-xl-reset-focus:focus {
        --bs-text-opacity: 1;
        color: inherit; }
    .bg-xl-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-primary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-primary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xl-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xl-success-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xl-success-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xl-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xl-info-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xl-info-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xl-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xl-warning-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xl-warning-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xl-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xl-danger-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xl-danger-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-3 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-3-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-3-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-4 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-4-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-4-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-5 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-5-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xl-color-5-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-dark-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-light-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xl-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xl-black-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xl-black-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xl-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xl-white-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xl-white-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xl-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xl-transparent-hover:hover {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xl-transparent-focus:focus {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xl-body-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-tertiary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-tertiary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-emphasis {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-emphasis-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xl-body-emphasis-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .z-xl-n2 {
        z-index: -2; }
    .z-xl-n1 {
        z-index: -1; }
    .z-xl-0 {
        z-index: 0; }
    .z-xl-1 {
        z-index: 1; }
    .z-xl-2 {
        z-index: 2; }
    .z-xl-10 {
        z-index: 10; }
    .z-xl-20 {
        z-index: 20; }
    .z-xl-50 {
        z-index: 50; }
    .z-xl-500 {
        z-index: 500; }
    .z-xl-1050 {
        z-index: 1050; }
    .z-xl-1100 {
        z-index: 1100; }
    .z-xl-2100 {
        z-index: 2100; }
    .z-xl-max {
        z-index: 2147483647; }
    .min-h-xl-0 {
        min-height: 0px; }
    .min-h-xl-0\.5 {
        min-height: 0.125rem; }
    .min-h-xl-1 {
        min-height: 0.25rem; }
    .min-h-xl-1\.5 {
        min-height: 0.375rem; }
    .min-h-xl-2 {
        min-height: 0.5rem; }
    .min-h-xl-2\.5 {
        min-height: 0.625rem; }
    .min-h-xl-3 {
        min-height: 0.75rem; }
    .min-h-xl-3\.5 {
        min-height: 0.875rem; }
    .min-h-xl-4 {
        min-height: 1rem; }
    .min-h-xl-5 {
        min-height: 1.25rem; }
    .min-h-xl-6 {
        min-height: 1.5rem; }
    .min-h-xl-7 {
        min-height: 1.75rem; }
    .min-h-xl-8 {
        min-height: 2rem; }
    .min-h-xl-9 {
        min-height: 2.25rem; }
    .min-h-xl-10 {
        min-height: 2.5rem; }
    .min-h-xl-11 {
        min-height: 2.75rem; }
    .min-h-xl-12 {
        min-height: 3rem; }
    .min-h-xl-13 {
        min-height: 3.25rem; }
    .min-h-xl-14 {
        min-height: 3.5rem; }
    .min-h-xl-15 {
        min-height: 3.75rem; }
    .min-h-xl-16 {
        min-height: 4rem; }
    .min-h-xl-20 {
        min-height: 5rem; }
    .min-h-xl-24 {
        min-height: 6rem; }
    .min-h-xl-28 {
        min-height: 7rem; }
    .min-h-xl-32 {
        min-height: 8rem; }
    .min-h-xl-36 {
        min-height: 9rem; }
    .min-h-xl-40 {
        min-height: 10rem; }
    .min-h-xl-44 {
        min-height: 11rem; }
    .min-h-xl-48 {
        min-height: 12rem; }
    .min-h-xl-52 {
        min-height: 13rem; }
    .min-h-xl-56 {
        min-height: 14rem; }
    .min-h-xl-60 {
        min-height: 15rem; }
    .min-h-xl-64 {
        min-height: 16rem; }
    .min-h-xl-72 {
        min-height: 18rem; }
    .min-h-xl-80 {
        min-height: 20rem; }
    .min-h-xl-96 {
        min-height: 24rem; }
    .min-h-xl-112 {
        min-height: 28rem; }
    .min-h-xl-128 {
        min-height: 32rem; }
    .min-h-xl-144 {
        min-height: 36rem; }
    .min-h-xl-160 {
        min-height: 40rem; }
    .min-h-xl-px {
        min-height: 1px; }
    .min-h-xl-1\/2 {
        min-height: 50%; }
    .min-h-xl-1\/3 {
        min-height: 33.333333%; }
    .min-h-xl-2\/3 {
        min-height: 66.666667%; }
    .min-h-xl-1\/4 {
        min-height: 25%; }
    .min-h-xl-2\/4 {
        min-height: 50%; }
    .min-h-xl-3\/4 {
        min-height: 75%; }
    .min-h-xl-1\/5 {
        min-height: 20%; }
    .min-h-xl-2\/5 {
        min-height: 40%; }
    .min-h-xl-3\/5 {
        min-height: 60%; }
    .min-h-xl-4\/5 {
        min-height: 80%; }
    .min-h-xl-1\/6 {
        min-height: 16.666667%; }
    .min-h-xl-2\/6 {
        min-height: 33.333333%; }
    .min-h-xl-3\/6 {
        min-height: 50%; }
    .min-h-xl-4\/6 {
        min-height: 66.666667%; }
    .min-h-xl-5\/6 {
        min-height: 83.333333%; }
    .min-h-xl-1\/12 {
        min-height: 8.333333%; }
    .min-h-xl-2\/12 {
        min-height: 16.666667%; }
    .min-h-xl-3\/12 {
        min-height: 25%; }
    .min-h-xl-4\/12 {
        min-height: 33.333333%; }
    .min-h-xl-5\/12 {
        min-height: 41.666667%; }
    .min-h-xl-6\/12 {
        min-height: 50%; }
    .min-h-xl-7\/12 {
        min-height: 58.333333%; }
    .min-h-xl-8\/12 {
        min-height: 66.666667%; }
    .min-h-xl-9\/12 {
        min-height: 75%; }
    .min-h-xl-10\/12 {
        min-height: 83.333333%; }
    .min-h-xl-11\/12 {
        min-height: 91.666667%; }
    .min-h-xl-full {
        min-height: 100%; }
    .min-w-xl-0 {
        min-width: 0px; }
    .min-w-xl-0\.5 {
        min-width: 0.125rem; }
    .min-w-xl-1 {
        min-width: 0.25rem; }
    .min-w-xl-1\.5 {
        min-width: 0.375rem; }
    .min-w-xl-2 {
        min-width: 0.5rem; }
    .min-w-xl-2\.5 {
        min-width: 0.625rem; }
    .min-w-xl-3 {
        min-width: 0.75rem; }
    .min-w-xl-3\.5 {
        min-width: 0.875rem; }
    .min-w-xl-4 {
        min-width: 1rem; }
    .min-w-xl-5 {
        min-width: 1.25rem; }
    .min-w-xl-6 {
        min-width: 1.5rem; }
    .min-w-xl-7 {
        min-width: 1.75rem; }
    .min-w-xl-8 {
        min-width: 2rem; }
    .min-w-xl-9 {
        min-width: 2.25rem; }
    .min-w-xl-10 {
        min-width: 2.5rem; }
    .min-w-xl-11 {
        min-width: 2.75rem; }
    .min-w-xl-12 {
        min-width: 3rem; }
    .min-w-xl-13 {
        min-width: 3.25rem; }
    .min-w-xl-14 {
        min-width: 3.5rem; }
    .min-w-xl-15 {
        min-width: 3.75rem; }
    .min-w-xl-16 {
        min-width: 4rem; }
    .min-w-xl-20 {
        min-width: 5rem; }
    .min-w-xl-24 {
        min-width: 6rem; }
    .min-w-xl-28 {
        min-width: 7rem; }
    .min-w-xl-32 {
        min-width: 8rem; }
    .min-w-xl-36 {
        min-width: 9rem; }
    .min-w-xl-40 {
        min-width: 10rem; }
    .min-w-xl-44 {
        min-width: 11rem; }
    .min-w-xl-48 {
        min-width: 12rem; }
    .min-w-xl-52 {
        min-width: 13rem; }
    .min-w-xl-56 {
        min-width: 14rem; }
    .min-w-xl-60 {
        min-width: 15rem; }
    .min-w-xl-64 {
        min-width: 16rem; }
    .min-w-xl-72 {
        min-width: 18rem; }
    .min-w-xl-80 {
        min-width: 20rem; }
    .min-w-xl-96 {
        min-width: 24rem; }
    .min-w-xl-112 {
        min-width: 28rem; }
    .min-w-xl-128 {
        min-width: 32rem; }
    .min-w-xl-144 {
        min-width: 36rem; }
    .min-w-xl-160 {
        min-width: 40rem; }
    .min-w-xl-px {
        min-width: 1px; }
    .min-w-xl-1\/2 {
        min-width: 50%; }
    .min-w-xl-1\/3 {
        min-width: 33.333333%; }
    .min-w-xl-2\/3 {
        min-width: 66.666667%; }
    .min-w-xl-1\/4 {
        min-width: 25%; }
    .min-w-xl-2\/4 {
        min-width: 50%; }
    .min-w-xl-3\/4 {
        min-width: 75%; }
    .min-w-xl-1\/5 {
        min-width: 20%; }
    .min-w-xl-2\/5 {
        min-width: 40%; }
    .min-w-xl-3\/5 {
        min-width: 60%; }
    .min-w-xl-4\/5 {
        min-width: 80%; }
    .min-w-xl-1\/6 {
        min-width: 16.666667%; }
    .min-w-xl-2\/6 {
        min-width: 33.333333%; }
    .min-w-xl-3\/6 {
        min-width: 50%; }
    .min-w-xl-4\/6 {
        min-width: 66.666667%; }
    .min-w-xl-5\/6 {
        min-width: 83.333333%; }
    .min-w-xl-1\/12 {
        min-width: 8.333333%; }
    .min-w-xl-2\/12 {
        min-width: 16.666667%; }
    .min-w-xl-3\/12 {
        min-width: 25%; }
    .min-w-xl-4\/12 {
        min-width: 33.333333%; }
    .min-w-xl-5\/12 {
        min-width: 41.666667%; }
    .min-w-xl-6\/12 {
        min-width: 50%; }
    .min-w-xl-7\/12 {
        min-width: 58.333333%; }
    .min-w-xl-8\/12 {
        min-width: 66.666667%; }
    .min-w-xl-9\/12 {
        min-width: 75%; }
    .min-w-xl-10\/12 {
        min-width: 83.333333%; }
    .min-w-xl-11\/12 {
        min-width: 91.666667%; }
    .min-w-xl-full {
        min-width: 100%; } }

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left; }
    .float-xxl-end {
        float: right; }
    .float-xxl-none {
        float: none; }
    .object-fit-xxl-contain {
        object-fit: contain; }
    .object-fit-xxl-cover {
        object-fit: cover; }
    .object-fit-xxl-fill {
        object-fit: fill; }
    .object-fit-xxl-scale {
        object-fit: scale-down; }
    .object-fit-xxl-none {
        object-fit: none; }
    .overflow-y-xxl-auto {
        overflow-y: auto; }
    .overflow-y-xxl-hidden {
        overflow-y: hidden; }
    .overflow-y-xxl-visible {
        overflow-y: visible; }
    .overflow-y-xxl-scroll {
        overflow-y: scroll; }
    .d-xxl-inline {
        display: inline; }
    .d-xxl-inline-block {
        display: inline-block; }
    .d-xxl-block {
        display: block; }
    .d-xxl-grid {
        display: grid; }
    .d-xxl-table {
        display: table; }
    .d-xxl-table-row {
        display: table-row; }
    .d-xxl-table-cell {
        display: table-cell; }
    .d-xxl-flex {
        display: flex; }
    .d-xxl-inline-flex {
        display: inline-flex; }
    .d-xxl-none {
        display: none; }
    .shadow-xxl {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); }
    .shadow-xxl-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
    .shadow-xxl-lg {
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1); }
    .shadow-xxl-none {
        box-shadow: none; }
    .shadow-xxl-xs {
        box-shadow: 0 0.063rem 0.125rem rgba(0, 0, 0, 0.1); }
    .shadow-xxl-xl {
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175); }
    .position-xxl-static {
        position: static; }
    .position-xxl-relative {
        position: relative; }
    .position-xxl-absolute {
        position: absolute; }
    .position-xxl-fixed {
        position: fixed; }
    .position-xxl-sticky {
        position: sticky; }
    .top-xxl-0 {
        top: 0px; }
    .top-xxl-50 {
        top: 50%; }
    .top-xxl-100 {
        top: 100%; }
    .top-xxl-0\.5 {
        top: 0.125rem; }
    .top-xxl-1 {
        top: 0.25rem; }
    .top-xxl-1\.5 {
        top: 0.375rem; }
    .top-xxl-2 {
        top: 0.5rem; }
    .top-xxl-2\.5 {
        top: 0.625rem; }
    .top-xxl-3 {
        top: 0.75rem; }
    .top-xxl-3\.5 {
        top: 0.875rem; }
    .top-xxl-4 {
        top: 1rem; }
    .top-xxl-5 {
        top: 1.25rem; }
    .top-xxl-6 {
        top: 1.5rem; }
    .top-xxl-7 {
        top: 1.75rem; }
    .top-xxl-8 {
        top: 2rem; }
    .top-xxl-9 {
        top: 2.25rem; }
    .top-xxl-10 {
        top: 2.5rem; }
    .top-xxl-11 {
        top: 2.75rem; }
    .top-xxl-12 {
        top: 3rem; }
    .top-xxl-13 {
        top: 3.25rem; }
    .top-xxl-14 {
        top: 3.5rem; }
    .top-xxl-15 {
        top: 3.75rem; }
    .top-xxl-16 {
        top: 4rem; }
    .top-xxl-20 {
        top: 5rem; }
    .top-xxl-24 {
        top: 6rem; }
    .top-xxl-28 {
        top: 7rem; }
    .top-xxl-32 {
        top: 8rem; }
    .top-xxl-36 {
        top: 9rem; }
    .top-xxl-40 {
        top: 10rem; }
    .top-xxl-44 {
        top: 11rem; }
    .top-xxl-px {
        top: 1px; }
    .top-xxl-1\/2 {
        top: 50%; }
    .top-xxl-1\/3 {
        top: 33.333333%; }
    .top-xxl-2\/3 {
        top: 66.666667%; }
    .top-xxl-1\/4 {
        top: 25%; }
    .top-xxl-2\/4 {
        top: 50%; }
    .top-xxl-3\/4 {
        top: 75%; }
    .top-xxl-1\/5 {
        top: 20%; }
    .top-xxl-2\/5 {
        top: 40%; }
    .top-xxl-3\/5 {
        top: 60%; }
    .top-xxl-4\/5 {
        top: 80%; }
    .top-xxl-1\/6 {
        top: 16.666667%; }
    .top-xxl-2\/6 {
        top: 33.333333%; }
    .top-xxl-3\/6 {
        top: 50%; }
    .top-xxl-4\/6 {
        top: 66.666667%; }
    .top-xxl-5\/6 {
        top: 83.333333%; }
    .top-xxl-1\/12 {
        top: 8.333333%; }
    .top-xxl-2\/12 {
        top: 16.666667%; }
    .top-xxl-3\/12 {
        top: 25%; }
    .top-xxl-4\/12 {
        top: 33.333333%; }
    .top-xxl-5\/12 {
        top: 41.666667%; }
    .top-xxl-6\/12 {
        top: 50%; }
    .top-xxl-7\/12 {
        top: 58.333333%; }
    .top-xxl-8\/12 {
        top: 66.666667%; }
    .top-xxl-9\/12 {
        top: 75%; }
    .top-xxl-10\/12 {
        top: 83.333333%; }
    .top-xxl-11\/12 {
        top: 91.666667%; }
    .top-xxl-full {
        top: 100%; }
    .bottom-xxl-0 {
        bottom: 0px; }
    .bottom-xxl-50 {
        bottom: 50%; }
    .bottom-xxl-100 {
        bottom: 100%; }
    .bottom-xxl-0\.5 {
        bottom: 0.125rem; }
    .bottom-xxl-1 {
        bottom: 0.25rem; }
    .bottom-xxl-1\.5 {
        bottom: 0.375rem; }
    .bottom-xxl-2 {
        bottom: 0.5rem; }
    .bottom-xxl-2\.5 {
        bottom: 0.625rem; }
    .bottom-xxl-3 {
        bottom: 0.75rem; }
    .bottom-xxl-3\.5 {
        bottom: 0.875rem; }
    .bottom-xxl-4 {
        bottom: 1rem; }
    .bottom-xxl-5 {
        bottom: 1.25rem; }
    .bottom-xxl-6 {
        bottom: 1.5rem; }
    .bottom-xxl-7 {
        bottom: 1.75rem; }
    .bottom-xxl-8 {
        bottom: 2rem; }
    .bottom-xxl-9 {
        bottom: 2.25rem; }
    .bottom-xxl-10 {
        bottom: 2.5rem; }
    .bottom-xxl-11 {
        bottom: 2.75rem; }
    .bottom-xxl-12 {
        bottom: 3rem; }
    .bottom-xxl-13 {
        bottom: 3.25rem; }
    .bottom-xxl-14 {
        bottom: 3.5rem; }
    .bottom-xxl-15 {
        bottom: 3.75rem; }
    .bottom-xxl-16 {
        bottom: 4rem; }
    .bottom-xxl-20 {
        bottom: 5rem; }
    .bottom-xxl-24 {
        bottom: 6rem; }
    .bottom-xxl-28 {
        bottom: 7rem; }
    .bottom-xxl-32 {
        bottom: 8rem; }
    .bottom-xxl-36 {
        bottom: 9rem; }
    .bottom-xxl-40 {
        bottom: 10rem; }
    .bottom-xxl-44 {
        bottom: 11rem; }
    .bottom-xxl-px {
        bottom: 1px; }
    .bottom-xxl-1\/2 {
        bottom: 50%; }
    .bottom-xxl-1\/3 {
        bottom: 33.333333%; }
    .bottom-xxl-2\/3 {
        bottom: 66.666667%; }
    .bottom-xxl-1\/4 {
        bottom: 25%; }
    .bottom-xxl-2\/4 {
        bottom: 50%; }
    .bottom-xxl-3\/4 {
        bottom: 75%; }
    .bottom-xxl-1\/5 {
        bottom: 20%; }
    .bottom-xxl-2\/5 {
        bottom: 40%; }
    .bottom-xxl-3\/5 {
        bottom: 60%; }
    .bottom-xxl-4\/5 {
        bottom: 80%; }
    .bottom-xxl-1\/6 {
        bottom: 16.666667%; }
    .bottom-xxl-2\/6 {
        bottom: 33.333333%; }
    .bottom-xxl-3\/6 {
        bottom: 50%; }
    .bottom-xxl-4\/6 {
        bottom: 66.666667%; }
    .bottom-xxl-5\/6 {
        bottom: 83.333333%; }
    .bottom-xxl-1\/12 {
        bottom: 8.333333%; }
    .bottom-xxl-2\/12 {
        bottom: 16.666667%; }
    .bottom-xxl-3\/12 {
        bottom: 25%; }
    .bottom-xxl-4\/12 {
        bottom: 33.333333%; }
    .bottom-xxl-5\/12 {
        bottom: 41.666667%; }
    .bottom-xxl-6\/12 {
        bottom: 50%; }
    .bottom-xxl-7\/12 {
        bottom: 58.333333%; }
    .bottom-xxl-8\/12 {
        bottom: 66.666667%; }
    .bottom-xxl-9\/12 {
        bottom: 75%; }
    .bottom-xxl-10\/12 {
        bottom: 83.333333%; }
    .bottom-xxl-11\/12 {
        bottom: 91.666667%; }
    .bottom-xxl-full {
        bottom: 100%; }
    .start-xxl-0 {
        left: 0px; }
    .start-xxl-50 {
        left: 50%; }
    .start-xxl-100 {
        left: 100%; }
    .start-xxl-0\.5 {
        left: 0.125rem; }
    .start-xxl-1 {
        left: 0.25rem; }
    .start-xxl-1\.5 {
        left: 0.375rem; }
    .start-xxl-2 {
        left: 0.5rem; }
    .start-xxl-2\.5 {
        left: 0.625rem; }
    .start-xxl-3 {
        left: 0.75rem; }
    .start-xxl-3\.5 {
        left: 0.875rem; }
    .start-xxl-4 {
        left: 1rem; }
    .start-xxl-5 {
        left: 1.25rem; }
    .start-xxl-6 {
        left: 1.5rem; }
    .start-xxl-7 {
        left: 1.75rem; }
    .start-xxl-8 {
        left: 2rem; }
    .start-xxl-9 {
        left: 2.25rem; }
    .start-xxl-10 {
        left: 2.5rem; }
    .start-xxl-11 {
        left: 2.75rem; }
    .start-xxl-12 {
        left: 3rem; }
    .start-xxl-13 {
        left: 3.25rem; }
    .start-xxl-14 {
        left: 3.5rem; }
    .start-xxl-15 {
        left: 3.75rem; }
    .start-xxl-16 {
        left: 4rem; }
    .start-xxl-20 {
        left: 5rem; }
    .start-xxl-24 {
        left: 6rem; }
    .start-xxl-28 {
        left: 7rem; }
    .start-xxl-32 {
        left: 8rem; }
    .start-xxl-36 {
        left: 9rem; }
    .start-xxl-40 {
        left: 10rem; }
    .start-xxl-44 {
        left: 11rem; }
    .start-xxl-px {
        left: 1px; }
    .start-xxl-1\/2 {
        left: 50%; }
    .start-xxl-1\/3 {
        left: 33.333333%; }
    .start-xxl-2\/3 {
        left: 66.666667%; }
    .start-xxl-1\/4 {
        left: 25%; }
    .start-xxl-2\/4 {
        left: 50%; }
    .start-xxl-3\/4 {
        left: 75%; }
    .start-xxl-1\/5 {
        left: 20%; }
    .start-xxl-2\/5 {
        left: 40%; }
    .start-xxl-3\/5 {
        left: 60%; }
    .start-xxl-4\/5 {
        left: 80%; }
    .start-xxl-1\/6 {
        left: 16.666667%; }
    .start-xxl-2\/6 {
        left: 33.333333%; }
    .start-xxl-3\/6 {
        left: 50%; }
    .start-xxl-4\/6 {
        left: 66.666667%; }
    .start-xxl-5\/6 {
        left: 83.333333%; }
    .start-xxl-1\/12 {
        left: 8.333333%; }
    .start-xxl-2\/12 {
        left: 16.666667%; }
    .start-xxl-3\/12 {
        left: 25%; }
    .start-xxl-4\/12 {
        left: 33.333333%; }
    .start-xxl-5\/12 {
        left: 41.666667%; }
    .start-xxl-6\/12 {
        left: 50%; }
    .start-xxl-7\/12 {
        left: 58.333333%; }
    .start-xxl-8\/12 {
        left: 66.666667%; }
    .start-xxl-9\/12 {
        left: 75%; }
    .start-xxl-10\/12 {
        left: 83.333333%; }
    .start-xxl-11\/12 {
        left: 91.666667%; }
    .start-xxl-full {
        left: 100%; }
    .end-xxl-0 {
        right: 0px; }
    .end-xxl-50 {
        right: 50%; }
    .end-xxl-100 {
        right: 100%; }
    .end-xxl-0\.5 {
        right: 0.125rem; }
    .end-xxl-1 {
        right: 0.25rem; }
    .end-xxl-1\.5 {
        right: 0.375rem; }
    .end-xxl-2 {
        right: 0.5rem; }
    .end-xxl-2\.5 {
        right: 0.625rem; }
    .end-xxl-3 {
        right: 0.75rem; }
    .end-xxl-3\.5 {
        right: 0.875rem; }
    .end-xxl-4 {
        right: 1rem; }
    .end-xxl-5 {
        right: 1.25rem; }
    .end-xxl-6 {
        right: 1.5rem; }
    .end-xxl-7 {
        right: 1.75rem; }
    .end-xxl-8 {
        right: 2rem; }
    .end-xxl-9 {
        right: 2.25rem; }
    .end-xxl-10 {
        right: 2.5rem; }
    .end-xxl-11 {
        right: 2.75rem; }
    .end-xxl-12 {
        right: 3rem; }
    .end-xxl-13 {
        right: 3.25rem; }
    .end-xxl-14 {
        right: 3.5rem; }
    .end-xxl-15 {
        right: 3.75rem; }
    .end-xxl-16 {
        right: 4rem; }
    .end-xxl-20 {
        right: 5rem; }
    .end-xxl-24 {
        right: 6rem; }
    .end-xxl-28 {
        right: 7rem; }
    .end-xxl-32 {
        right: 8rem; }
    .end-xxl-36 {
        right: 9rem; }
    .end-xxl-40 {
        right: 10rem; }
    .end-xxl-44 {
        right: 11rem; }
    .end-xxl-px {
        right: 1px; }
    .end-xxl-1\/2 {
        right: 50%; }
    .end-xxl-1\/3 {
        right: 33.333333%; }
    .end-xxl-2\/3 {
        right: 66.666667%; }
    .end-xxl-1\/4 {
        right: 25%; }
    .end-xxl-2\/4 {
        right: 50%; }
    .end-xxl-3\/4 {
        right: 75%; }
    .end-xxl-1\/5 {
        right: 20%; }
    .end-xxl-2\/5 {
        right: 40%; }
    .end-xxl-3\/5 {
        right: 60%; }
    .end-xxl-4\/5 {
        right: 80%; }
    .end-xxl-1\/6 {
        right: 16.666667%; }
    .end-xxl-2\/6 {
        right: 33.333333%; }
    .end-xxl-3\/6 {
        right: 50%; }
    .end-xxl-4\/6 {
        right: 66.666667%; }
    .end-xxl-5\/6 {
        right: 83.333333%; }
    .end-xxl-1\/12 {
        right: 8.333333%; }
    .end-xxl-2\/12 {
        right: 16.666667%; }
    .end-xxl-3\/12 {
        right: 25%; }
    .end-xxl-4\/12 {
        right: 33.333333%; }
    .end-xxl-5\/12 {
        right: 41.666667%; }
    .end-xxl-6\/12 {
        right: 50%; }
    .end-xxl-7\/12 {
        right: 58.333333%; }
    .end-xxl-8\/12 {
        right: 66.666667%; }
    .end-xxl-9\/12 {
        right: 75%; }
    .end-xxl-10\/12 {
        right: 83.333333%; }
    .end-xxl-11\/12 {
        right: 91.666667%; }
    .end-xxl-full {
        right: 100%; }
    .w-xxl-25 {
        width: 25%; }
    .w-xxl-50 {
        width: 50%; }
    .w-xxl-75 {
        width: 75%; }
    .w-xxl-100 {
        width: 100%; }
    .w-xxl-auto {
        width: auto; }
    .w-xxl-0 {
        width: 0px; }
    .w-xxl-0\.5 {
        width: 0.125rem; }
    .w-xxl-1 {
        width: 0.25rem; }
    .w-xxl-1\.5 {
        width: 0.375rem; }
    .w-xxl-2 {
        width: 0.5rem; }
    .w-xxl-2\.5 {
        width: 0.625rem; }
    .w-xxl-3 {
        width: 0.75rem; }
    .w-xxl-3\.5 {
        width: 0.875rem; }
    .w-xxl-4 {
        width: 1rem; }
    .w-xxl-5 {
        width: 1.25rem; }
    .w-xxl-6 {
        width: 1.5rem; }
    .w-xxl-7 {
        width: 1.75rem; }
    .w-xxl-8 {
        width: 2rem; }
    .w-xxl-9 {
        width: 2.25rem; }
    .w-xxl-10 {
        width: 2.5rem; }
    .w-xxl-11 {
        width: 2.75rem; }
    .w-xxl-12 {
        width: 3rem; }
    .w-xxl-13 {
        width: 3.25rem; }
    .w-xxl-14 {
        width: 3.5rem; }
    .w-xxl-15 {
        width: 3.75rem; }
    .w-xxl-16 {
        width: 4rem; }
    .w-xxl-20 {
        width: 5rem; }
    .w-xxl-24 {
        width: 6rem; }
    .w-xxl-28 {
        width: 7rem; }
    .w-xxl-32 {
        width: 8rem; }
    .w-xxl-36 {
        width: 9rem; }
    .w-xxl-40 {
        width: 10rem; }
    .w-xxl-44 {
        width: 11rem; }
    .w-xxl-48 {
        width: 12rem; }
    .w-xxl-52 {
        width: 13rem; }
    .w-xxl-56 {
        width: 14rem; }
    .w-xxl-60 {
        width: 15rem; }
    .w-xxl-64 {
        width: 16rem; }
    .w-xxl-72 {
        width: 18rem; }
    .w-xxl-80 {
        width: 20rem; }
    .w-xxl-96 {
        width: 24rem; }
    .w-xxl-112 {
        width: 28rem; }
    .w-xxl-128 {
        width: 32rem; }
    .w-xxl-144 {
        width: 36rem; }
    .w-xxl-160 {
        width: 40rem; }
    .w-xxl-px {
        width: 1px; }
    .w-xxl-1\/2 {
        width: 50%; }
    .w-xxl-1\/3 {
        width: 33.333333%; }
    .w-xxl-2\/3 {
        width: 66.666667%; }
    .w-xxl-1\/4 {
        width: 25%; }
    .w-xxl-2\/4 {
        width: 50%; }
    .w-xxl-3\/4 {
        width: 75%; }
    .w-xxl-1\/5 {
        width: 20%; }
    .w-xxl-2\/5 {
        width: 40%; }
    .w-xxl-3\/5 {
        width: 60%; }
    .w-xxl-4\/5 {
        width: 80%; }
    .w-xxl-1\/6 {
        width: 16.666667%; }
    .w-xxl-2\/6 {
        width: 33.333333%; }
    .w-xxl-3\/6 {
        width: 50%; }
    .w-xxl-4\/6 {
        width: 66.666667%; }
    .w-xxl-5\/6 {
        width: 83.333333%; }
    .w-xxl-1\/12 {
        width: 8.333333%; }
    .w-xxl-2\/12 {
        width: 16.666667%; }
    .w-xxl-3\/12 {
        width: 25%; }
    .w-xxl-4\/12 {
        width: 33.333333%; }
    .w-xxl-5\/12 {
        width: 41.666667%; }
    .w-xxl-6\/12 {
        width: 50%; }
    .w-xxl-7\/12 {
        width: 58.333333%; }
    .w-xxl-8\/12 {
        width: 66.666667%; }
    .w-xxl-9\/12 {
        width: 75%; }
    .w-xxl-10\/12 {
        width: 83.333333%; }
    .w-xxl-11\/12 {
        width: 91.666667%; }
    .w-xxl-full {
        width: 100%; }
    .max-w-xxl-0 {
        max-width: 0px; }
    .max-w-xxl-0\.5 {
        max-width: 0.125rem; }
    .max-w-xxl-1 {
        max-width: 0.25rem; }
    .max-w-xxl-1\.5 {
        max-width: 0.375rem; }
    .max-w-xxl-2 {
        max-width: 0.5rem; }
    .max-w-xxl-2\.5 {
        max-width: 0.625rem; }
    .max-w-xxl-3 {
        max-width: 0.75rem; }
    .max-w-xxl-3\.5 {
        max-width: 0.875rem; }
    .max-w-xxl-4 {
        max-width: 1rem; }
    .max-w-xxl-5 {
        max-width: 1.25rem; }
    .max-w-xxl-6 {
        max-width: 1.5rem; }
    .max-w-xxl-7 {
        max-width: 1.75rem; }
    .max-w-xxl-8 {
        max-width: 2rem; }
    .max-w-xxl-9 {
        max-width: 2.25rem; }
    .max-w-xxl-10 {
        max-width: 2.5rem; }
    .max-w-xxl-11 {
        max-width: 2.75rem; }
    .max-w-xxl-12 {
        max-width: 3rem; }
    .max-w-xxl-13 {
        max-width: 3.25rem; }
    .max-w-xxl-14 {
        max-width: 3.5rem; }
    .max-w-xxl-15 {
        max-width: 3.75rem; }
    .max-w-xxl-16 {
        max-width: 4rem; }
    .max-w-xxl-20 {
        max-width: 5rem; }
    .max-w-xxl-24 {
        max-width: 6rem; }
    .max-w-xxl-28 {
        max-width: 7rem; }
    .max-w-xxl-32 {
        max-width: 8rem; }
    .max-w-xxl-36 {
        max-width: 9rem; }
    .max-w-xxl-40 {
        max-width: 10rem; }
    .max-w-xxl-44 {
        max-width: 11rem; }
    .max-w-xxl-48 {
        max-width: 12rem; }
    .max-w-xxl-52 {
        max-width: 13rem; }
    .max-w-xxl-56 {
        max-width: 14rem; }
    .max-w-xxl-60 {
        max-width: 15rem; }
    .max-w-xxl-64 {
        max-width: 16rem; }
    .max-w-xxl-72 {
        max-width: 18rem; }
    .max-w-xxl-80 {
        max-width: 20rem; }
    .max-w-xxl-96 {
        max-width: 24rem; }
    .max-w-xxl-112 {
        max-width: 28rem; }
    .max-w-xxl-128 {
        max-width: 32rem; }
    .max-w-xxl-144 {
        max-width: 36rem; }
    .max-w-xxl-160 {
        max-width: 40rem; }
    .max-w-xxl-px {
        max-width: 1px; }
    .max-w-xxl-1\/2 {
        max-width: 50%; }
    .max-w-xxl-1\/3 {
        max-width: 33.333333%; }
    .max-w-xxl-2\/3 {
        max-width: 66.666667%; }
    .max-w-xxl-1\/4 {
        max-width: 25%; }
    .max-w-xxl-2\/4 {
        max-width: 50%; }
    .max-w-xxl-3\/4 {
        max-width: 75%; }
    .max-w-xxl-1\/5 {
        max-width: 20%; }
    .max-w-xxl-2\/5 {
        max-width: 40%; }
    .max-w-xxl-3\/5 {
        max-width: 60%; }
    .max-w-xxl-4\/5 {
        max-width: 80%; }
    .max-w-xxl-1\/6 {
        max-width: 16.666667%; }
    .max-w-xxl-2\/6 {
        max-width: 33.333333%; }
    .max-w-xxl-3\/6 {
        max-width: 50%; }
    .max-w-xxl-4\/6 {
        max-width: 66.666667%; }
    .max-w-xxl-5\/6 {
        max-width: 83.333333%; }
    .max-w-xxl-1\/12 {
        max-width: 8.333333%; }
    .max-w-xxl-2\/12 {
        max-width: 16.666667%; }
    .max-w-xxl-3\/12 {
        max-width: 25%; }
    .max-w-xxl-4\/12 {
        max-width: 33.333333%; }
    .max-w-xxl-5\/12 {
        max-width: 41.666667%; }
    .max-w-xxl-6\/12 {
        max-width: 50%; }
    .max-w-xxl-7\/12 {
        max-width: 58.333333%; }
    .max-w-xxl-8\/12 {
        max-width: 66.666667%; }
    .max-w-xxl-9\/12 {
        max-width: 75%; }
    .max-w-xxl-10\/12 {
        max-width: 83.333333%; }
    .max-w-xxl-11\/12 {
        max-width: 91.666667%; }
    .max-w-xxl-full {
        max-width: 100%; }
    .vw-xxl-100 {
        width: 100vw; }
    .h-xxl-25 {
        height: 25%; }
    .h-xxl-50 {
        height: 50%; }
    .h-xxl-75 {
        height: 75%; }
    .h-xxl-100 {
        height: 100%; }
    .h-xxl-auto {
        height: auto; }
    .h-xxl-0 {
        height: 0px; }
    .h-xxl-0\.5 {
        height: 0.125rem; }
    .h-xxl-1 {
        height: 0.25rem; }
    .h-xxl-1\.5 {
        height: 0.375rem; }
    .h-xxl-2 {
        height: 0.5rem; }
    .h-xxl-2\.5 {
        height: 0.625rem; }
    .h-xxl-3 {
        height: 0.75rem; }
    .h-xxl-3\.5 {
        height: 0.875rem; }
    .h-xxl-4 {
        height: 1rem; }
    .h-xxl-5 {
        height: 1.25rem; }
    .h-xxl-6 {
        height: 1.5rem; }
    .h-xxl-7 {
        height: 1.75rem; }
    .h-xxl-8 {
        height: 2rem; }
    .h-xxl-9 {
        height: 2.25rem; }
    .h-xxl-10 {
        height: 2.5rem; }
    .h-xxl-11 {
        height: 2.75rem; }
    .h-xxl-12 {
        height: 3rem; }
    .h-xxl-13 {
        height: 3.25rem; }
    .h-xxl-14 {
        height: 3.5rem; }
    .h-xxl-15 {
        height: 3.75rem; }
    .h-xxl-16 {
        height: 4rem; }
    .h-xxl-20 {
        height: 5rem; }
    .h-xxl-24 {
        height: 6rem; }
    .h-xxl-28 {
        height: 7rem; }
    .h-xxl-32 {
        height: 8rem; }
    .h-xxl-36 {
        height: 9rem; }
    .h-xxl-40 {
        height: 10rem; }
    .h-xxl-44 {
        height: 11rem; }
    .h-xxl-48 {
        height: 12rem; }
    .h-xxl-52 {
        height: 13rem; }
    .h-xxl-56 {
        height: 14rem; }
    .h-xxl-60 {
        height: 15rem; }
    .h-xxl-64 {
        height: 16rem; }
    .h-xxl-72 {
        height: 18rem; }
    .h-xxl-80 {
        height: 20rem; }
    .h-xxl-96 {
        height: 24rem; }
    .h-xxl-112 {
        height: 28rem; }
    .h-xxl-128 {
        height: 32rem; }
    .h-xxl-144 {
        height: 36rem; }
    .h-xxl-160 {
        height: 40rem; }
    .h-xxl-px {
        height: 1px; }
    .h-xxl-1\/2 {
        height: 50%; }
    .h-xxl-1\/3 {
        height: 33.333333%; }
    .h-xxl-2\/3 {
        height: 66.666667%; }
    .h-xxl-1\/4 {
        height: 25%; }
    .h-xxl-2\/4 {
        height: 50%; }
    .h-xxl-3\/4 {
        height: 75%; }
    .h-xxl-1\/5 {
        height: 20%; }
    .h-xxl-2\/5 {
        height: 40%; }
    .h-xxl-3\/5 {
        height: 60%; }
    .h-xxl-4\/5 {
        height: 80%; }
    .h-xxl-1\/6 {
        height: 16.666667%; }
    .h-xxl-2\/6 {
        height: 33.333333%; }
    .h-xxl-3\/6 {
        height: 50%; }
    .h-xxl-4\/6 {
        height: 66.666667%; }
    .h-xxl-5\/6 {
        height: 83.333333%; }
    .h-xxl-1\/12 {
        height: 8.333333%; }
    .h-xxl-2\/12 {
        height: 16.666667%; }
    .h-xxl-3\/12 {
        height: 25%; }
    .h-xxl-4\/12 {
        height: 33.333333%; }
    .h-xxl-5\/12 {
        height: 41.666667%; }
    .h-xxl-6\/12 {
        height: 50%; }
    .h-xxl-7\/12 {
        height: 58.333333%; }
    .h-xxl-8\/12 {
        height: 66.666667%; }
    .h-xxl-9\/12 {
        height: 75%; }
    .h-xxl-10\/12 {
        height: 83.333333%; }
    .h-xxl-11\/12 {
        height: 91.666667%; }
    .h-xxl-full {
        height: 100%; }
    .mh-xxl-100 {
        max-height: 100%; }
    .mh-xxl-0 {
        max-height: 0px; }
    .mh-xxl-0\.5 {
        max-height: 0.125rem; }
    .mh-xxl-1 {
        max-height: 0.25rem; }
    .mh-xxl-1\.5 {
        max-height: 0.375rem; }
    .mh-xxl-2 {
        max-height: 0.5rem; }
    .mh-xxl-2\.5 {
        max-height: 0.625rem; }
    .mh-xxl-3 {
        max-height: 0.75rem; }
    .mh-xxl-3\.5 {
        max-height: 0.875rem; }
    .mh-xxl-4 {
        max-height: 1rem; }
    .mh-xxl-5 {
        max-height: 1.25rem; }
    .mh-xxl-6 {
        max-height: 1.5rem; }
    .mh-xxl-7 {
        max-height: 1.75rem; }
    .mh-xxl-8 {
        max-height: 2rem; }
    .mh-xxl-9 {
        max-height: 2.25rem; }
    .mh-xxl-10 {
        max-height: 2.5rem; }
    .mh-xxl-11 {
        max-height: 2.75rem; }
    .mh-xxl-12 {
        max-height: 3rem; }
    .mh-xxl-13 {
        max-height: 3.25rem; }
    .mh-xxl-14 {
        max-height: 3.5rem; }
    .mh-xxl-15 {
        max-height: 3.75rem; }
    .mh-xxl-16 {
        max-height: 4rem; }
    .mh-xxl-20 {
        max-height: 5rem; }
    .mh-xxl-24 {
        max-height: 6rem; }
    .mh-xxl-28 {
        max-height: 7rem; }
    .mh-xxl-32 {
        max-height: 8rem; }
    .mh-xxl-36 {
        max-height: 9rem; }
    .mh-xxl-40 {
        max-height: 10rem; }
    .mh-xxl-44 {
        max-height: 11rem; }
    .mh-xxl-48 {
        max-height: 12rem; }
    .mh-xxl-52 {
        max-height: 13rem; }
    .mh-xxl-56 {
        max-height: 14rem; }
    .mh-xxl-60 {
        max-height: 15rem; }
    .mh-xxl-64 {
        max-height: 16rem; }
    .mh-xxl-72 {
        max-height: 18rem; }
    .mh-xxl-80 {
        max-height: 20rem; }
    .mh-xxl-96 {
        max-height: 24rem; }
    .mh-xxl-112 {
        max-height: 28rem; }
    .mh-xxl-128 {
        max-height: 32rem; }
    .mh-xxl-144 {
        max-height: 36rem; }
    .mh-xxl-160 {
        max-height: 40rem; }
    .mh-xxl-px {
        max-height: 1px; }
    .mh-xxl-1\/2 {
        max-height: 50%; }
    .mh-xxl-1\/3 {
        max-height: 33.333333%; }
    .mh-xxl-2\/3 {
        max-height: 66.666667%; }
    .mh-xxl-1\/4 {
        max-height: 25%; }
    .mh-xxl-2\/4 {
        max-height: 50%; }
    .mh-xxl-3\/4 {
        max-height: 75%; }
    .mh-xxl-1\/5 {
        max-height: 20%; }
    .mh-xxl-2\/5 {
        max-height: 40%; }
    .mh-xxl-3\/5 {
        max-height: 60%; }
    .mh-xxl-4\/5 {
        max-height: 80%; }
    .mh-xxl-1\/6 {
        max-height: 16.666667%; }
    .mh-xxl-2\/6 {
        max-height: 33.333333%; }
    .mh-xxl-3\/6 {
        max-height: 50%; }
    .mh-xxl-4\/6 {
        max-height: 66.666667%; }
    .mh-xxl-5\/6 {
        max-height: 83.333333%; }
    .mh-xxl-1\/12 {
        max-height: 8.333333%; }
    .mh-xxl-2\/12 {
        max-height: 16.666667%; }
    .mh-xxl-3\/12 {
        max-height: 25%; }
    .mh-xxl-4\/12 {
        max-height: 33.333333%; }
    .mh-xxl-5\/12 {
        max-height: 41.666667%; }
    .mh-xxl-6\/12 {
        max-height: 50%; }
    .mh-xxl-7\/12 {
        max-height: 58.333333%; }
    .mh-xxl-8\/12 {
        max-height: 66.666667%; }
    .mh-xxl-9\/12 {
        max-height: 75%; }
    .mh-xxl-10\/12 {
        max-height: 83.333333%; }
    .mh-xxl-11\/12 {
        max-height: 91.666667%; }
    .mh-xxl-full {
        max-height: 100%; }
    .vh-xxl-100 {
        height: 100vh; }
    .flex-xxl-fill {
        flex: 1 1 auto; }
    .flex-xxl-row {
        flex-direction: row; }
    .flex-xxl-column {
        flex-direction: column; }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse; }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse; }
    .flex-xxl-grow-0 {
        flex-grow: 0; }
    .flex-xxl-grow-1 {
        flex-grow: 1; }
    .flex-xxl-shrink-0 {
        flex-shrink: 0; }
    .flex-xxl-shrink-1 {
        flex-shrink: 1; }
    .flex-xxl-wrap {
        flex-wrap: wrap; }
    .flex-xxl-nowrap {
        flex-wrap: nowrap; }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse; }
    .justify-content-xxl-start {
        justify-content: flex-start; }
    .justify-content-xxl-end {
        justify-content: flex-end; }
    .justify-content-xxl-center {
        justify-content: center; }
    .justify-content-xxl-between {
        justify-content: space-between; }
    .justify-content-xxl-around {
        justify-content: space-around; }
    .justify-content-xxl-evenly {
        justify-content: space-evenly; }
    .align-items-xxl-start {
        align-items: flex-start; }
    .align-items-xxl-end {
        align-items: flex-end; }
    .align-items-xxl-center {
        align-items: center; }
    .align-items-xxl-baseline {
        align-items: baseline; }
    .align-items-xxl-stretch {
        align-items: stretch; }
    .align-content-xxl-start {
        align-content: flex-start; }
    .align-content-xxl-end {
        align-content: flex-end; }
    .align-content-xxl-center {
        align-content: center; }
    .align-content-xxl-between {
        align-content: space-between; }
    .align-content-xxl-around {
        align-content: space-around; }
    .align-content-xxl-stretch {
        align-content: stretch; }
    .align-self-xxl-auto {
        align-self: auto; }
    .align-self-xxl-start {
        align-self: flex-start; }
    .align-self-xxl-end {
        align-self: flex-end; }
    .align-self-xxl-center {
        align-self: center; }
    .align-self-xxl-baseline {
        align-self: baseline; }
    .align-self-xxl-stretch {
        align-self: stretch; }
    .order-xxl-first {
        order: -1; }
    .order-xxl-0 {
        order: 0; }
    .order-xxl-1 {
        order: 1; }
    .order-xxl-2 {
        order: 2; }
    .order-xxl-3 {
        order: 3; }
    .order-xxl-4 {
        order: 4; }
    .order-xxl-5 {
        order: 5; }
    .order-xxl-last {
        order: 15; }
    .order-xxl-6 {
        order: 6; }
    .m-xxl-0 {
        margin: 0px; }
    .m-xxl-0\.5 {
        margin: 0.125rem; }
    .m-xxl-1 {
        margin: 0.25rem; }
    .m-xxl-1\.5 {
        margin: 0.375rem; }
    .m-xxl-2 {
        margin: 0.5rem; }
    .m-xxl-2\.5 {
        margin: 0.625rem; }
    .m-xxl-3 {
        margin: 0.75rem; }
    .m-xxl-3\.5 {
        margin: 0.875rem; }
    .m-xxl-4 {
        margin: 1rem; }
    .m-xxl-5 {
        margin: 1.25rem; }
    .m-xxl-6 {
        margin: 1.5rem; }
    .m-xxl-7 {
        margin: 1.75rem; }
    .m-xxl-8 {
        margin: 2rem; }
    .m-xxl-9 {
        margin: 2.25rem; }
    .m-xxl-10 {
        margin: 2.5rem; }
    .m-xxl-11 {
        margin: 2.75rem; }
    .m-xxl-12 {
        margin: 3rem; }
    .m-xxl-13 {
        margin: 3.25rem; }
    .m-xxl-14 {
        margin: 3.5rem; }
    .m-xxl-15 {
        margin: 3.75rem; }
    .m-xxl-16 {
        margin: 4rem; }
    .m-xxl-20 {
        margin: 5rem; }
    .m-xxl-24 {
        margin: 6rem; }
    .m-xxl-28 {
        margin: 7rem; }
    .m-xxl-32 {
        margin: 8rem; }
    .m-xxl-36 {
        margin: 9rem; }
    .m-xxl-40 {
        margin: 10rem; }
    .m-xxl-44 {
        margin: 11rem; }
    .m-xxl-px {
        margin: 1px; }
    .m-xxl-1\/2 {
        margin: 50%; }
    .m-xxl-1\/3 {
        margin: 33.333333%; }
    .m-xxl-2\/3 {
        margin: 66.666667%; }
    .m-xxl-1\/4 {
        margin: 25%; }
    .m-xxl-2\/4 {
        margin: 50%; }
    .m-xxl-3\/4 {
        margin: 75%; }
    .m-xxl-1\/5 {
        margin: 20%; }
    .m-xxl-2\/5 {
        margin: 40%; }
    .m-xxl-3\/5 {
        margin: 60%; }
    .m-xxl-4\/5 {
        margin: 80%; }
    .m-xxl-1\/6 {
        margin: 16.666667%; }
    .m-xxl-2\/6 {
        margin: 33.333333%; }
    .m-xxl-3\/6 {
        margin: 50%; }
    .m-xxl-4\/6 {
        margin: 66.666667%; }
    .m-xxl-5\/6 {
        margin: 83.333333%; }
    .m-xxl-1\/12 {
        margin: 8.333333%; }
    .m-xxl-2\/12 {
        margin: 16.666667%; }
    .m-xxl-3\/12 {
        margin: 25%; }
    .m-xxl-4\/12 {
        margin: 33.333333%; }
    .m-xxl-5\/12 {
        margin: 41.666667%; }
    .m-xxl-6\/12 {
        margin: 50%; }
    .m-xxl-7\/12 {
        margin: 58.333333%; }
    .m-xxl-8\/12 {
        margin: 66.666667%; }
    .m-xxl-9\/12 {
        margin: 75%; }
    .m-xxl-10\/12 {
        margin: 83.333333%; }
    .m-xxl-11\/12 {
        margin: 91.666667%; }
    .m-xxl-full {
        margin: 100%; }
    .m-xxl-auto {
        margin: auto; }
    .mx-xxl-0 {
        margin-right: 0px;
        margin-left: 0px; }
    .mx-xxl-0\.5 {
        margin-right: 0.125rem;
        margin-left: 0.125rem; }
    .mx-xxl-1 {
        margin-right: 0.25rem;
        margin-left: 0.25rem; }
    .mx-xxl-1\.5 {
        margin-right: 0.375rem;
        margin-left: 0.375rem; }
    .mx-xxl-2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem; }
    .mx-xxl-2\.5 {
        margin-right: 0.625rem;
        margin-left: 0.625rem; }
    .mx-xxl-3 {
        margin-right: 0.75rem;
        margin-left: 0.75rem; }
    .mx-xxl-3\.5 {
        margin-right: 0.875rem;
        margin-left: 0.875rem; }
    .mx-xxl-4 {
        margin-right: 1rem;
        margin-left: 1rem; }
    .mx-xxl-5 {
        margin-right: 1.25rem;
        margin-left: 1.25rem; }
    .mx-xxl-6 {
        margin-right: 1.5rem;
        margin-left: 1.5rem; }
    .mx-xxl-7 {
        margin-right: 1.75rem;
        margin-left: 1.75rem; }
    .mx-xxl-8 {
        margin-right: 2rem;
        margin-left: 2rem; }
    .mx-xxl-9 {
        margin-right: 2.25rem;
        margin-left: 2.25rem; }
    .mx-xxl-10 {
        margin-right: 2.5rem;
        margin-left: 2.5rem; }
    .mx-xxl-11 {
        margin-right: 2.75rem;
        margin-left: 2.75rem; }
    .mx-xxl-12 {
        margin-right: 3rem;
        margin-left: 3rem; }
    .mx-xxl-13 {
        margin-right: 3.25rem;
        margin-left: 3.25rem; }
    .mx-xxl-14 {
        margin-right: 3.5rem;
        margin-left: 3.5rem; }
    .mx-xxl-15 {
        margin-right: 3.75rem;
        margin-left: 3.75rem; }
    .mx-xxl-16 {
        margin-right: 4rem;
        margin-left: 4rem; }
    .mx-xxl-20 {
        margin-right: 5rem;
        margin-left: 5rem; }
    .mx-xxl-24 {
        margin-right: 6rem;
        margin-left: 6rem; }
    .mx-xxl-28 {
        margin-right: 7rem;
        margin-left: 7rem; }
    .mx-xxl-32 {
        margin-right: 8rem;
        margin-left: 8rem; }
    .mx-xxl-36 {
        margin-right: 9rem;
        margin-left: 9rem; }
    .mx-xxl-40 {
        margin-right: 10rem;
        margin-left: 10rem; }
    .mx-xxl-44 {
        margin-right: 11rem;
        margin-left: 11rem; }
    .mx-xxl-px {
        margin-right: 1px;
        margin-left: 1px; }
    .mx-xxl-1\/2 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xxl-1\/3 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xxl-2\/3 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xxl-1\/4 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-xxl-2\/4 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xxl-3\/4 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-xxl-1\/5 {
        margin-right: 20%;
        margin-left: 20%; }
    .mx-xxl-2\/5 {
        margin-right: 40%;
        margin-left: 40%; }
    .mx-xxl-3\/5 {
        margin-right: 60%;
        margin-left: 60%; }
    .mx-xxl-4\/5 {
        margin-right: 80%;
        margin-left: 80%; }
    .mx-xxl-1\/6 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-xxl-2\/6 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xxl-3\/6 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xxl-4\/6 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xxl-5\/6 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-xxl-1\/12 {
        margin-right: 8.333333%;
        margin-left: 8.333333%; }
    .mx-xxl-2\/12 {
        margin-right: 16.666667%;
        margin-left: 16.666667%; }
    .mx-xxl-3\/12 {
        margin-right: 25%;
        margin-left: 25%; }
    .mx-xxl-4\/12 {
        margin-right: 33.333333%;
        margin-left: 33.333333%; }
    .mx-xxl-5\/12 {
        margin-right: 41.666667%;
        margin-left: 41.666667%; }
    .mx-xxl-6\/12 {
        margin-right: 50%;
        margin-left: 50%; }
    .mx-xxl-7\/12 {
        margin-right: 58.333333%;
        margin-left: 58.333333%; }
    .mx-xxl-8\/12 {
        margin-right: 66.666667%;
        margin-left: 66.666667%; }
    .mx-xxl-9\/12 {
        margin-right: 75%;
        margin-left: 75%; }
    .mx-xxl-10\/12 {
        margin-right: 83.333333%;
        margin-left: 83.333333%; }
    .mx-xxl-11\/12 {
        margin-right: 91.666667%;
        margin-left: 91.666667%; }
    .mx-xxl-full {
        margin-right: 100%;
        margin-left: 100%; }
    .mx-xxl-auto {
        margin-right: auto;
        margin-left: auto; }
    .my-xxl-0 {
        margin-top: 0px;
        margin-bottom: 0px; }
    .my-xxl-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem; }
    .my-xxl-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem; }
    .my-xxl-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem; }
    .my-xxl-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
    .my-xxl-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
    .my-xxl-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem; }
    .my-xxl-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; }
    .my-xxl-4 {
        margin-top: 1rem;
        margin-bottom: 1rem; }
    .my-xxl-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; }
    .my-xxl-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; }
    .my-xxl-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem; }
    .my-xxl-8 {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .my-xxl-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem; }
    .my-xxl-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; }
    .my-xxl-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem; }
    .my-xxl-12 {
        margin-top: 3rem;
        margin-bottom: 3rem; }
    .my-xxl-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem; }
    .my-xxl-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem; }
    .my-xxl-15 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; }
    .my-xxl-16 {
        margin-top: 4rem;
        margin-bottom: 4rem; }
    .my-xxl-20 {
        margin-top: 5rem;
        margin-bottom: 5rem; }
    .my-xxl-24 {
        margin-top: 6rem;
        margin-bottom: 6rem; }
    .my-xxl-28 {
        margin-top: 7rem;
        margin-bottom: 7rem; }
    .my-xxl-32 {
        margin-top: 8rem;
        margin-bottom: 8rem; }
    .my-xxl-36 {
        margin-top: 9rem;
        margin-bottom: 9rem; }
    .my-xxl-40 {
        margin-top: 10rem;
        margin-bottom: 10rem; }
    .my-xxl-44 {
        margin-top: 11rem;
        margin-bottom: 11rem; }
    .my-xxl-px {
        margin-top: 1px;
        margin-bottom: 1px; }
    .my-xxl-1\/2 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xxl-1\/3 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xxl-2\/3 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xxl-1\/4 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-xxl-2\/4 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xxl-3\/4 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-xxl-1\/5 {
        margin-top: 20%;
        margin-bottom: 20%; }
    .my-xxl-2\/5 {
        margin-top: 40%;
        margin-bottom: 40%; }
    .my-xxl-3\/5 {
        margin-top: 60%;
        margin-bottom: 60%; }
    .my-xxl-4\/5 {
        margin-top: 80%;
        margin-bottom: 80%; }
    .my-xxl-1\/6 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-xxl-2\/6 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xxl-3\/6 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xxl-4\/6 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xxl-5\/6 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-xxl-1\/12 {
        margin-top: 8.333333%;
        margin-bottom: 8.333333%; }
    .my-xxl-2\/12 {
        margin-top: 16.666667%;
        margin-bottom: 16.666667%; }
    .my-xxl-3\/12 {
        margin-top: 25%;
        margin-bottom: 25%; }
    .my-xxl-4\/12 {
        margin-top: 33.333333%;
        margin-bottom: 33.333333%; }
    .my-xxl-5\/12 {
        margin-top: 41.666667%;
        margin-bottom: 41.666667%; }
    .my-xxl-6\/12 {
        margin-top: 50%;
        margin-bottom: 50%; }
    .my-xxl-7\/12 {
        margin-top: 58.333333%;
        margin-bottom: 58.333333%; }
    .my-xxl-8\/12 {
        margin-top: 66.666667%;
        margin-bottom: 66.666667%; }
    .my-xxl-9\/12 {
        margin-top: 75%;
        margin-bottom: 75%; }
    .my-xxl-10\/12 {
        margin-top: 83.333333%;
        margin-bottom: 83.333333%; }
    .my-xxl-11\/12 {
        margin-top: 91.666667%;
        margin-bottom: 91.666667%; }
    .my-xxl-full {
        margin-top: 100%;
        margin-bottom: 100%; }
    .my-xxl-auto {
        margin-top: auto;
        margin-bottom: auto; }
    .mt-xxl-0 {
        margin-top: 0px; }
    .mt-xxl-0\.5 {
        margin-top: 0.125rem; }
    .mt-xxl-1 {
        margin-top: 0.25rem; }
    .mt-xxl-1\.5 {
        margin-top: 0.375rem; }
    .mt-xxl-2 {
        margin-top: 0.5rem; }
    .mt-xxl-2\.5 {
        margin-top: 0.625rem; }
    .mt-xxl-3 {
        margin-top: 0.75rem; }
    .mt-xxl-3\.5 {
        margin-top: 0.875rem; }
    .mt-xxl-4 {
        margin-top: 1rem; }
    .mt-xxl-5 {
        margin-top: 1.25rem; }
    .mt-xxl-6 {
        margin-top: 1.5rem; }
    .mt-xxl-7 {
        margin-top: 1.75rem; }
    .mt-xxl-8 {
        margin-top: 2rem; }
    .mt-xxl-9 {
        margin-top: 2.25rem; }
    .mt-xxl-10 {
        margin-top: 2.5rem; }
    .mt-xxl-11 {
        margin-top: 2.75rem; }
    .mt-xxl-12 {
        margin-top: 3rem; }
    .mt-xxl-13 {
        margin-top: 3.25rem; }
    .mt-xxl-14 {
        margin-top: 3.5rem; }
    .mt-xxl-15 {
        margin-top: 3.75rem; }
    .mt-xxl-16 {
        margin-top: 4rem; }
    .mt-xxl-20 {
        margin-top: 5rem; }
    .mt-xxl-24 {
        margin-top: 6rem; }
    .mt-xxl-28 {
        margin-top: 7rem; }
    .mt-xxl-32 {
        margin-top: 8rem; }
    .mt-xxl-36 {
        margin-top: 9rem; }
    .mt-xxl-40 {
        margin-top: 10rem; }
    .mt-xxl-44 {
        margin-top: 11rem; }
    .mt-xxl-px {
        margin-top: 1px; }
    .mt-xxl-1\/2 {
        margin-top: 50%; }
    .mt-xxl-1\/3 {
        margin-top: 33.333333%; }
    .mt-xxl-2\/3 {
        margin-top: 66.666667%; }
    .mt-xxl-1\/4 {
        margin-top: 25%; }
    .mt-xxl-2\/4 {
        margin-top: 50%; }
    .mt-xxl-3\/4 {
        margin-top: 75%; }
    .mt-xxl-1\/5 {
        margin-top: 20%; }
    .mt-xxl-2\/5 {
        margin-top: 40%; }
    .mt-xxl-3\/5 {
        margin-top: 60%; }
    .mt-xxl-4\/5 {
        margin-top: 80%; }
    .mt-xxl-1\/6 {
        margin-top: 16.666667%; }
    .mt-xxl-2\/6 {
        margin-top: 33.333333%; }
    .mt-xxl-3\/6 {
        margin-top: 50%; }
    .mt-xxl-4\/6 {
        margin-top: 66.666667%; }
    .mt-xxl-5\/6 {
        margin-top: 83.333333%; }
    .mt-xxl-1\/12 {
        margin-top: 8.333333%; }
    .mt-xxl-2\/12 {
        margin-top: 16.666667%; }
    .mt-xxl-3\/12 {
        margin-top: 25%; }
    .mt-xxl-4\/12 {
        margin-top: 33.333333%; }
    .mt-xxl-5\/12 {
        margin-top: 41.666667%; }
    .mt-xxl-6\/12 {
        margin-top: 50%; }
    .mt-xxl-7\/12 {
        margin-top: 58.333333%; }
    .mt-xxl-8\/12 {
        margin-top: 66.666667%; }
    .mt-xxl-9\/12 {
        margin-top: 75%; }
    .mt-xxl-10\/12 {
        margin-top: 83.333333%; }
    .mt-xxl-11\/12 {
        margin-top: 91.666667%; }
    .mt-xxl-full {
        margin-top: 100%; }
    .mt-xxl-auto {
        margin-top: auto; }
    .me-xxl-0 {
        margin-right: 0px; }
    .me-xxl-0\.5 {
        margin-right: 0.125rem; }
    .me-xxl-1 {
        margin-right: 0.25rem; }
    .me-xxl-1\.5 {
        margin-right: 0.375rem; }
    .me-xxl-2 {
        margin-right: 0.5rem; }
    .me-xxl-2\.5 {
        margin-right: 0.625rem; }
    .me-xxl-3 {
        margin-right: 0.75rem; }
    .me-xxl-3\.5 {
        margin-right: 0.875rem; }
    .me-xxl-4 {
        margin-right: 1rem; }
    .me-xxl-5 {
        margin-right: 1.25rem; }
    .me-xxl-6 {
        margin-right: 1.5rem; }
    .me-xxl-7 {
        margin-right: 1.75rem; }
    .me-xxl-8 {
        margin-right: 2rem; }
    .me-xxl-9 {
        margin-right: 2.25rem; }
    .me-xxl-10 {
        margin-right: 2.5rem; }
    .me-xxl-11 {
        margin-right: 2.75rem; }
    .me-xxl-12 {
        margin-right: 3rem; }
    .me-xxl-13 {
        margin-right: 3.25rem; }
    .me-xxl-14 {
        margin-right: 3.5rem; }
    .me-xxl-15 {
        margin-right: 3.75rem; }
    .me-xxl-16 {
        margin-right: 4rem; }
    .me-xxl-20 {
        margin-right: 5rem; }
    .me-xxl-24 {
        margin-right: 6rem; }
    .me-xxl-28 {
        margin-right: 7rem; }
    .me-xxl-32 {
        margin-right: 8rem; }
    .me-xxl-36 {
        margin-right: 9rem; }
    .me-xxl-40 {
        margin-right: 10rem; }
    .me-xxl-44 {
        margin-right: 11rem; }
    .me-xxl-px {
        margin-right: 1px; }
    .me-xxl-1\/2 {
        margin-right: 50%; }
    .me-xxl-1\/3 {
        margin-right: 33.333333%; }
    .me-xxl-2\/3 {
        margin-right: 66.666667%; }
    .me-xxl-1\/4 {
        margin-right: 25%; }
    .me-xxl-2\/4 {
        margin-right: 50%; }
    .me-xxl-3\/4 {
        margin-right: 75%; }
    .me-xxl-1\/5 {
        margin-right: 20%; }
    .me-xxl-2\/5 {
        margin-right: 40%; }
    .me-xxl-3\/5 {
        margin-right: 60%; }
    .me-xxl-4\/5 {
        margin-right: 80%; }
    .me-xxl-1\/6 {
        margin-right: 16.666667%; }
    .me-xxl-2\/6 {
        margin-right: 33.333333%; }
    .me-xxl-3\/6 {
        margin-right: 50%; }
    .me-xxl-4\/6 {
        margin-right: 66.666667%; }
    .me-xxl-5\/6 {
        margin-right: 83.333333%; }
    .me-xxl-1\/12 {
        margin-right: 8.333333%; }
    .me-xxl-2\/12 {
        margin-right: 16.666667%; }
    .me-xxl-3\/12 {
        margin-right: 25%; }
    .me-xxl-4\/12 {
        margin-right: 33.333333%; }
    .me-xxl-5\/12 {
        margin-right: 41.666667%; }
    .me-xxl-6\/12 {
        margin-right: 50%; }
    .me-xxl-7\/12 {
        margin-right: 58.333333%; }
    .me-xxl-8\/12 {
        margin-right: 66.666667%; }
    .me-xxl-9\/12 {
        margin-right: 75%; }
    .me-xxl-10\/12 {
        margin-right: 83.333333%; }
    .me-xxl-11\/12 {
        margin-right: 91.666667%; }
    .me-xxl-full {
        margin-right: 100%; }
    .me-xxl-auto {
        margin-right: auto; }
    .mb-xxl-0 {
        margin-bottom: 0px; }
    .mb-xxl-0\.5 {
        margin-bottom: 0.125rem; }
    .mb-xxl-1 {
        margin-bottom: 0.25rem; }
    .mb-xxl-1\.5 {
        margin-bottom: 0.375rem; }
    .mb-xxl-2 {
        margin-bottom: 0.5rem; }
    .mb-xxl-2\.5 {
        margin-bottom: 0.625rem; }
    .mb-xxl-3 {
        margin-bottom: 0.75rem; }
    .mb-xxl-3\.5 {
        margin-bottom: 0.875rem; }
    .mb-xxl-4 {
        margin-bottom: 1rem; }
    .mb-xxl-5 {
        margin-bottom: 1.25rem; }
    .mb-xxl-6 {
        margin-bottom: 1.5rem; }
    .mb-xxl-7 {
        margin-bottom: 1.75rem; }
    .mb-xxl-8 {
        margin-bottom: 2rem; }
    .mb-xxl-9 {
        margin-bottom: 2.25rem; }
    .mb-xxl-10 {
        margin-bottom: 2.5rem; }
    .mb-xxl-11 {
        margin-bottom: 2.75rem; }
    .mb-xxl-12 {
        margin-bottom: 3rem; }
    .mb-xxl-13 {
        margin-bottom: 3.25rem; }
    .mb-xxl-14 {
        margin-bottom: 3.5rem; }
    .mb-xxl-15 {
        margin-bottom: 3.75rem; }
    .mb-xxl-16 {
        margin-bottom: 4rem; }
    .mb-xxl-20 {
        margin-bottom: 5rem; }
    .mb-xxl-24 {
        margin-bottom: 6rem; }
    .mb-xxl-28 {
        margin-bottom: 7rem; }
    .mb-xxl-32 {
        margin-bottom: 8rem; }
    .mb-xxl-36 {
        margin-bottom: 9rem; }
    .mb-xxl-40 {
        margin-bottom: 10rem; }
    .mb-xxl-44 {
        margin-bottom: 11rem; }
    .mb-xxl-px {
        margin-bottom: 1px; }
    .mb-xxl-1\/2 {
        margin-bottom: 50%; }
    .mb-xxl-1\/3 {
        margin-bottom: 33.333333%; }
    .mb-xxl-2\/3 {
        margin-bottom: 66.666667%; }
    .mb-xxl-1\/4 {
        margin-bottom: 25%; }
    .mb-xxl-2\/4 {
        margin-bottom: 50%; }
    .mb-xxl-3\/4 {
        margin-bottom: 75%; }
    .mb-xxl-1\/5 {
        margin-bottom: 20%; }
    .mb-xxl-2\/5 {
        margin-bottom: 40%; }
    .mb-xxl-3\/5 {
        margin-bottom: 60%; }
    .mb-xxl-4\/5 {
        margin-bottom: 80%; }
    .mb-xxl-1\/6 {
        margin-bottom: 16.666667%; }
    .mb-xxl-2\/6 {
        margin-bottom: 33.333333%; }
    .mb-xxl-3\/6 {
        margin-bottom: 50%; }
    .mb-xxl-4\/6 {
        margin-bottom: 66.666667%; }
    .mb-xxl-5\/6 {
        margin-bottom: 83.333333%; }
    .mb-xxl-1\/12 {
        margin-bottom: 8.333333%; }
    .mb-xxl-2\/12 {
        margin-bottom: 16.666667%; }
    .mb-xxl-3\/12 {
        margin-bottom: 25%; }
    .mb-xxl-4\/12 {
        margin-bottom: 33.333333%; }
    .mb-xxl-5\/12 {
        margin-bottom: 41.666667%; }
    .mb-xxl-6\/12 {
        margin-bottom: 50%; }
    .mb-xxl-7\/12 {
        margin-bottom: 58.333333%; }
    .mb-xxl-8\/12 {
        margin-bottom: 66.666667%; }
    .mb-xxl-9\/12 {
        margin-bottom: 75%; }
    .mb-xxl-10\/12 {
        margin-bottom: 83.333333%; }
    .mb-xxl-11\/12 {
        margin-bottom: 91.666667%; }
    .mb-xxl-full {
        margin-bottom: 100%; }
    .mb-xxl-auto {
        margin-bottom: auto; }
    .ms-xxl-0 {
        margin-left: 0px; }
    .ms-xxl-0\.5 {
        margin-left: 0.125rem; }
    .ms-xxl-1 {
        margin-left: 0.25rem; }
    .ms-xxl-1\.5 {
        margin-left: 0.375rem; }
    .ms-xxl-2 {
        margin-left: 0.5rem; }
    .ms-xxl-2\.5 {
        margin-left: 0.625rem; }
    .ms-xxl-3 {
        margin-left: 0.75rem; }
    .ms-xxl-3\.5 {
        margin-left: 0.875rem; }
    .ms-xxl-4 {
        margin-left: 1rem; }
    .ms-xxl-5 {
        margin-left: 1.25rem; }
    .ms-xxl-6 {
        margin-left: 1.5rem; }
    .ms-xxl-7 {
        margin-left: 1.75rem; }
    .ms-xxl-8 {
        margin-left: 2rem; }
    .ms-xxl-9 {
        margin-left: 2.25rem; }
    .ms-xxl-10 {
        margin-left: 2.5rem; }
    .ms-xxl-11 {
        margin-left: 2.75rem; }
    .ms-xxl-12 {
        margin-left: 3rem; }
    .ms-xxl-13 {
        margin-left: 3.25rem; }
    .ms-xxl-14 {
        margin-left: 3.5rem; }
    .ms-xxl-15 {
        margin-left: 3.75rem; }
    .ms-xxl-16 {
        margin-left: 4rem; }
    .ms-xxl-20 {
        margin-left: 5rem; }
    .ms-xxl-24 {
        margin-left: 6rem; }
    .ms-xxl-28 {
        margin-left: 7rem; }
    .ms-xxl-32 {
        margin-left: 8rem; }
    .ms-xxl-36 {
        margin-left: 9rem; }
    .ms-xxl-40 {
        margin-left: 10rem; }
    .ms-xxl-44 {
        margin-left: 11rem; }
    .ms-xxl-px {
        margin-left: 1px; }
    .ms-xxl-1\/2 {
        margin-left: 50%; }
    .ms-xxl-1\/3 {
        margin-left: 33.333333%; }
    .ms-xxl-2\/3 {
        margin-left: 66.666667%; }
    .ms-xxl-1\/4 {
        margin-left: 25%; }
    .ms-xxl-2\/4 {
        margin-left: 50%; }
    .ms-xxl-3\/4 {
        margin-left: 75%; }
    .ms-xxl-1\/5 {
        margin-left: 20%; }
    .ms-xxl-2\/5 {
        margin-left: 40%; }
    .ms-xxl-3\/5 {
        margin-left: 60%; }
    .ms-xxl-4\/5 {
        margin-left: 80%; }
    .ms-xxl-1\/6 {
        margin-left: 16.666667%; }
    .ms-xxl-2\/6 {
        margin-left: 33.333333%; }
    .ms-xxl-3\/6 {
        margin-left: 50%; }
    .ms-xxl-4\/6 {
        margin-left: 66.666667%; }
    .ms-xxl-5\/6 {
        margin-left: 83.333333%; }
    .ms-xxl-1\/12 {
        margin-left: 8.333333%; }
    .ms-xxl-2\/12 {
        margin-left: 16.666667%; }
    .ms-xxl-3\/12 {
        margin-left: 25%; }
    .ms-xxl-4\/12 {
        margin-left: 33.333333%; }
    .ms-xxl-5\/12 {
        margin-left: 41.666667%; }
    .ms-xxl-6\/12 {
        margin-left: 50%; }
    .ms-xxl-7\/12 {
        margin-left: 58.333333%; }
    .ms-xxl-8\/12 {
        margin-left: 66.666667%; }
    .ms-xxl-9\/12 {
        margin-left: 75%; }
    .ms-xxl-10\/12 {
        margin-left: 83.333333%; }
    .ms-xxl-11\/12 {
        margin-left: 91.666667%; }
    .ms-xxl-full {
        margin-left: 100%; }
    .ms-xxl-auto {
        margin-left: auto; }
    .p-xxl-0 {
        padding: 0px; }
    .p-xxl-0\.5 {
        padding: 0.125rem; }
    .p-xxl-1 {
        padding: 0.25rem; }
    .p-xxl-1\.5 {
        padding: 0.375rem; }
    .p-xxl-2 {
        padding: 0.5rem; }
    .p-xxl-2\.5 {
        padding: 0.625rem; }
    .p-xxl-3 {
        padding: 0.75rem; }
    .p-xxl-3\.5 {
        padding: 0.875rem; }
    .p-xxl-4 {
        padding: 1rem; }
    .p-xxl-5 {
        padding: 1.25rem; }
    .p-xxl-6 {
        padding: 1.5rem; }
    .p-xxl-7 {
        padding: 1.75rem; }
    .p-xxl-8 {
        padding: 2rem; }
    .p-xxl-9 {
        padding: 2.25rem; }
    .p-xxl-10 {
        padding: 2.5rem; }
    .p-xxl-11 {
        padding: 2.75rem; }
    .p-xxl-12 {
        padding: 3rem; }
    .p-xxl-13 {
        padding: 3.25rem; }
    .p-xxl-14 {
        padding: 3.5rem; }
    .p-xxl-15 {
        padding: 3.75rem; }
    .p-xxl-16 {
        padding: 4rem; }
    .p-xxl-20 {
        padding: 5rem; }
    .p-xxl-24 {
        padding: 6rem; }
    .p-xxl-28 {
        padding: 7rem; }
    .p-xxl-32 {
        padding: 8rem; }
    .p-xxl-36 {
        padding: 9rem; }
    .p-xxl-40 {
        padding: 10rem; }
    .p-xxl-44 {
        padding: 11rem; }
    .p-xxl-px {
        padding: 1px; }
    .p-xxl-1\/2 {
        padding: 50%; }
    .p-xxl-1\/3 {
        padding: 33.333333%; }
    .p-xxl-2\/3 {
        padding: 66.666667%; }
    .p-xxl-1\/4 {
        padding: 25%; }
    .p-xxl-2\/4 {
        padding: 50%; }
    .p-xxl-3\/4 {
        padding: 75%; }
    .p-xxl-1\/5 {
        padding: 20%; }
    .p-xxl-2\/5 {
        padding: 40%; }
    .p-xxl-3\/5 {
        padding: 60%; }
    .p-xxl-4\/5 {
        padding: 80%; }
    .p-xxl-1\/6 {
        padding: 16.666667%; }
    .p-xxl-2\/6 {
        padding: 33.333333%; }
    .p-xxl-3\/6 {
        padding: 50%; }
    .p-xxl-4\/6 {
        padding: 66.666667%; }
    .p-xxl-5\/6 {
        padding: 83.333333%; }
    .p-xxl-1\/12 {
        padding: 8.333333%; }
    .p-xxl-2\/12 {
        padding: 16.666667%; }
    .p-xxl-3\/12 {
        padding: 25%; }
    .p-xxl-4\/12 {
        padding: 33.333333%; }
    .p-xxl-5\/12 {
        padding: 41.666667%; }
    .p-xxl-6\/12 {
        padding: 50%; }
    .p-xxl-7\/12 {
        padding: 58.333333%; }
    .p-xxl-8\/12 {
        padding: 66.666667%; }
    .p-xxl-9\/12 {
        padding: 75%; }
    .p-xxl-10\/12 {
        padding: 83.333333%; }
    .p-xxl-11\/12 {
        padding: 91.666667%; }
    .p-xxl-full {
        padding: 100%; }
    .px-xxl-0 {
        padding-right: 0px;
        padding-left: 0px; }
    .px-xxl-0\.5 {
        padding-right: 0.125rem;
        padding-left: 0.125rem; }
    .px-xxl-1 {
        padding-right: 0.25rem;
        padding-left: 0.25rem; }
    .px-xxl-1\.5 {
        padding-right: 0.375rem;
        padding-left: 0.375rem; }
    .px-xxl-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .px-xxl-2\.5 {
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
    .px-xxl-3 {
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
    .px-xxl-3\.5 {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .px-xxl-4 {
        padding-right: 1rem;
        padding-left: 1rem; }
    .px-xxl-5 {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .px-xxl-6 {
        padding-right: 1.5rem;
        padding-left: 1.5rem; }
    .px-xxl-7 {
        padding-right: 1.75rem;
        padding-left: 1.75rem; }
    .px-xxl-8 {
        padding-right: 2rem;
        padding-left: 2rem; }
    .px-xxl-9 {
        padding-right: 2.25rem;
        padding-left: 2.25rem; }
    .px-xxl-10 {
        padding-right: 2.5rem;
        padding-left: 2.5rem; }
    .px-xxl-11 {
        padding-right: 2.75rem;
        padding-left: 2.75rem; }
    .px-xxl-12 {
        padding-right: 3rem;
        padding-left: 3rem; }
    .px-xxl-13 {
        padding-right: 3.25rem;
        padding-left: 3.25rem; }
    .px-xxl-14 {
        padding-right: 3.5rem;
        padding-left: 3.5rem; }
    .px-xxl-15 {
        padding-right: 3.75rem;
        padding-left: 3.75rem; }
    .px-xxl-16 {
        padding-right: 4rem;
        padding-left: 4rem; }
    .px-xxl-20 {
        padding-right: 5rem;
        padding-left: 5rem; }
    .px-xxl-24 {
        padding-right: 6rem;
        padding-left: 6rem; }
    .px-xxl-28 {
        padding-right: 7rem;
        padding-left: 7rem; }
    .px-xxl-32 {
        padding-right: 8rem;
        padding-left: 8rem; }
    .px-xxl-36 {
        padding-right: 9rem;
        padding-left: 9rem; }
    .px-xxl-40 {
        padding-right: 10rem;
        padding-left: 10rem; }
    .px-xxl-44 {
        padding-right: 11rem;
        padding-left: 11rem; }
    .px-xxl-px {
        padding-right: 1px;
        padding-left: 1px; }
    .px-xxl-1\/2 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xxl-1\/3 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xxl-2\/3 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xxl-1\/4 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-xxl-2\/4 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xxl-3\/4 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-xxl-1\/5 {
        padding-right: 20%;
        padding-left: 20%; }
    .px-xxl-2\/5 {
        padding-right: 40%;
        padding-left: 40%; }
    .px-xxl-3\/5 {
        padding-right: 60%;
        padding-left: 60%; }
    .px-xxl-4\/5 {
        padding-right: 80%;
        padding-left: 80%; }
    .px-xxl-1\/6 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-xxl-2\/6 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xxl-3\/6 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xxl-4\/6 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xxl-5\/6 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-xxl-1\/12 {
        padding-right: 8.333333%;
        padding-left: 8.333333%; }
    .px-xxl-2\/12 {
        padding-right: 16.666667%;
        padding-left: 16.666667%; }
    .px-xxl-3\/12 {
        padding-right: 25%;
        padding-left: 25%; }
    .px-xxl-4\/12 {
        padding-right: 33.333333%;
        padding-left: 33.333333%; }
    .px-xxl-5\/12 {
        padding-right: 41.666667%;
        padding-left: 41.666667%; }
    .px-xxl-6\/12 {
        padding-right: 50%;
        padding-left: 50%; }
    .px-xxl-7\/12 {
        padding-right: 58.333333%;
        padding-left: 58.333333%; }
    .px-xxl-8\/12 {
        padding-right: 66.666667%;
        padding-left: 66.666667%; }
    .px-xxl-9\/12 {
        padding-right: 75%;
        padding-left: 75%; }
    .px-xxl-10\/12 {
        padding-right: 83.333333%;
        padding-left: 83.333333%; }
    .px-xxl-11\/12 {
        padding-right: 91.666667%;
        padding-left: 91.666667%; }
    .px-xxl-full {
        padding-right: 100%;
        padding-left: 100%; }
    .py-xxl-0 {
        padding-top: 0px;
        padding-bottom: 0px; }
    .py-xxl-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem; }
    .py-xxl-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
    .py-xxl-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .py-xxl-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
    .py-xxl-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .py-xxl-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
    .py-xxl-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem; }
    .py-xxl-4 {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .py-xxl-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
    .py-xxl-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
    .py-xxl-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; }
    .py-xxl-8 {
        padding-top: 2rem;
        padding-bottom: 2rem; }
    .py-xxl-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem; }
    .py-xxl-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
    .py-xxl-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem; }
    .py-xxl-12 {
        padding-top: 3rem;
        padding-bottom: 3rem; }
    .py-xxl-13 {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem; }
    .py-xxl-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; }
    .py-xxl-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; }
    .py-xxl-16 {
        padding-top: 4rem;
        padding-bottom: 4rem; }
    .py-xxl-20 {
        padding-top: 5rem;
        padding-bottom: 5rem; }
    .py-xxl-24 {
        padding-top: 6rem;
        padding-bottom: 6rem; }
    .py-xxl-28 {
        padding-top: 7rem;
        padding-bottom: 7rem; }
    .py-xxl-32 {
        padding-top: 8rem;
        padding-bottom: 8rem; }
    .py-xxl-36 {
        padding-top: 9rem;
        padding-bottom: 9rem; }
    .py-xxl-40 {
        padding-top: 10rem;
        padding-bottom: 10rem; }
    .py-xxl-44 {
        padding-top: 11rem;
        padding-bottom: 11rem; }
    .py-xxl-px {
        padding-top: 1px;
        padding-bottom: 1px; }
    .py-xxl-1\/2 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xxl-1\/3 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xxl-2\/3 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xxl-1\/4 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-xxl-2\/4 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xxl-3\/4 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-xxl-1\/5 {
        padding-top: 20%;
        padding-bottom: 20%; }
    .py-xxl-2\/5 {
        padding-top: 40%;
        padding-bottom: 40%; }
    .py-xxl-3\/5 {
        padding-top: 60%;
        padding-bottom: 60%; }
    .py-xxl-4\/5 {
        padding-top: 80%;
        padding-bottom: 80%; }
    .py-xxl-1\/6 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-xxl-2\/6 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xxl-3\/6 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xxl-4\/6 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xxl-5\/6 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-xxl-1\/12 {
        padding-top: 8.333333%;
        padding-bottom: 8.333333%; }
    .py-xxl-2\/12 {
        padding-top: 16.666667%;
        padding-bottom: 16.666667%; }
    .py-xxl-3\/12 {
        padding-top: 25%;
        padding-bottom: 25%; }
    .py-xxl-4\/12 {
        padding-top: 33.333333%;
        padding-bottom: 33.333333%; }
    .py-xxl-5\/12 {
        padding-top: 41.666667%;
        padding-bottom: 41.666667%; }
    .py-xxl-6\/12 {
        padding-top: 50%;
        padding-bottom: 50%; }
    .py-xxl-7\/12 {
        padding-top: 58.333333%;
        padding-bottom: 58.333333%; }
    .py-xxl-8\/12 {
        padding-top: 66.666667%;
        padding-bottom: 66.666667%; }
    .py-xxl-9\/12 {
        padding-top: 75%;
        padding-bottom: 75%; }
    .py-xxl-10\/12 {
        padding-top: 83.333333%;
        padding-bottom: 83.333333%; }
    .py-xxl-11\/12 {
        padding-top: 91.666667%;
        padding-bottom: 91.666667%; }
    .py-xxl-full {
        padding-top: 100%;
        padding-bottom: 100%; }
    .pt-xxl-0 {
        padding-top: 0px; }
    .pt-xxl-0\.5 {
        padding-top: 0.125rem; }
    .pt-xxl-1 {
        padding-top: 0.25rem; }
    .pt-xxl-1\.5 {
        padding-top: 0.375rem; }
    .pt-xxl-2 {
        padding-top: 0.5rem; }
    .pt-xxl-2\.5 {
        padding-top: 0.625rem; }
    .pt-xxl-3 {
        padding-top: 0.75rem; }
    .pt-xxl-3\.5 {
        padding-top: 0.875rem; }
    .pt-xxl-4 {
        padding-top: 1rem; }
    .pt-xxl-5 {
        padding-top: 1.25rem; }
    .pt-xxl-6 {
        padding-top: 1.5rem; }
    .pt-xxl-7 {
        padding-top: 1.75rem; }
    .pt-xxl-8 {
        padding-top: 2rem; }
    .pt-xxl-9 {
        padding-top: 2.25rem; }
    .pt-xxl-10 {
        padding-top: 2.5rem; }
    .pt-xxl-11 {
        padding-top: 2.75rem; }
    .pt-xxl-12 {
        padding-top: 3rem; }
    .pt-xxl-13 {
        padding-top: 3.25rem; }
    .pt-xxl-14 {
        padding-top: 3.5rem; }
    .pt-xxl-15 {
        padding-top: 3.75rem; }
    .pt-xxl-16 {
        padding-top: 4rem; }
    .pt-xxl-20 {
        padding-top: 5rem; }
    .pt-xxl-24 {
        padding-top: 6rem; }
    .pt-xxl-28 {
        padding-top: 7rem; }
    .pt-xxl-32 {
        padding-top: 8rem; }
    .pt-xxl-36 {
        padding-top: 9rem; }
    .pt-xxl-40 {
        padding-top: 10rem; }
    .pt-xxl-44 {
        padding-top: 11rem; }
    .pt-xxl-px {
        padding-top: 1px; }
    .pt-xxl-1\/2 {
        padding-top: 50%; }
    .pt-xxl-1\/3 {
        padding-top: 33.333333%; }
    .pt-xxl-2\/3 {
        padding-top: 66.666667%; }
    .pt-xxl-1\/4 {
        padding-top: 25%; }
    .pt-xxl-2\/4 {
        padding-top: 50%; }
    .pt-xxl-3\/4 {
        padding-top: 75%; }
    .pt-xxl-1\/5 {
        padding-top: 20%; }
    .pt-xxl-2\/5 {
        padding-top: 40%; }
    .pt-xxl-3\/5 {
        padding-top: 60%; }
    .pt-xxl-4\/5 {
        padding-top: 80%; }
    .pt-xxl-1\/6 {
        padding-top: 16.666667%; }
    .pt-xxl-2\/6 {
        padding-top: 33.333333%; }
    .pt-xxl-3\/6 {
        padding-top: 50%; }
    .pt-xxl-4\/6 {
        padding-top: 66.666667%; }
    .pt-xxl-5\/6 {
        padding-top: 83.333333%; }
    .pt-xxl-1\/12 {
        padding-top: 8.333333%; }
    .pt-xxl-2\/12 {
        padding-top: 16.666667%; }
    .pt-xxl-3\/12 {
        padding-top: 25%; }
    .pt-xxl-4\/12 {
        padding-top: 33.333333%; }
    .pt-xxl-5\/12 {
        padding-top: 41.666667%; }
    .pt-xxl-6\/12 {
        padding-top: 50%; }
    .pt-xxl-7\/12 {
        padding-top: 58.333333%; }
    .pt-xxl-8\/12 {
        padding-top: 66.666667%; }
    .pt-xxl-9\/12 {
        padding-top: 75%; }
    .pt-xxl-10\/12 {
        padding-top: 83.333333%; }
    .pt-xxl-11\/12 {
        padding-top: 91.666667%; }
    .pt-xxl-full {
        padding-top: 100%; }
    .pe-xxl-0 {
        padding-right: 0px; }
    .pe-xxl-0\.5 {
        padding-right: 0.125rem; }
    .pe-xxl-1 {
        padding-right: 0.25rem; }
    .pe-xxl-1\.5 {
        padding-right: 0.375rem; }
    .pe-xxl-2 {
        padding-right: 0.5rem; }
    .pe-xxl-2\.5 {
        padding-right: 0.625rem; }
    .pe-xxl-3 {
        padding-right: 0.75rem; }
    .pe-xxl-3\.5 {
        padding-right: 0.875rem; }
    .pe-xxl-4 {
        padding-right: 1rem; }
    .pe-xxl-5 {
        padding-right: 1.25rem; }
    .pe-xxl-6 {
        padding-right: 1.5rem; }
    .pe-xxl-7 {
        padding-right: 1.75rem; }
    .pe-xxl-8 {
        padding-right: 2rem; }
    .pe-xxl-9 {
        padding-right: 2.25rem; }
    .pe-xxl-10 {
        padding-right: 2.5rem; }
    .pe-xxl-11 {
        padding-right: 2.75rem; }
    .pe-xxl-12 {
        padding-right: 3rem; }
    .pe-xxl-13 {
        padding-right: 3.25rem; }
    .pe-xxl-14 {
        padding-right: 3.5rem; }
    .pe-xxl-15 {
        padding-right: 3.75rem; }
    .pe-xxl-16 {
        padding-right: 4rem; }
    .pe-xxl-20 {
        padding-right: 5rem; }
    .pe-xxl-24 {
        padding-right: 6rem; }
    .pe-xxl-28 {
        padding-right: 7rem; }
    .pe-xxl-32 {
        padding-right: 8rem; }
    .pe-xxl-36 {
        padding-right: 9rem; }
    .pe-xxl-40 {
        padding-right: 10rem; }
    .pe-xxl-44 {
        padding-right: 11rem; }
    .pe-xxl-px {
        padding-right: 1px; }
    .pe-xxl-1\/2 {
        padding-right: 50%; }
    .pe-xxl-1\/3 {
        padding-right: 33.333333%; }
    .pe-xxl-2\/3 {
        padding-right: 66.666667%; }
    .pe-xxl-1\/4 {
        padding-right: 25%; }
    .pe-xxl-2\/4 {
        padding-right: 50%; }
    .pe-xxl-3\/4 {
        padding-right: 75%; }
    .pe-xxl-1\/5 {
        padding-right: 20%; }
    .pe-xxl-2\/5 {
        padding-right: 40%; }
    .pe-xxl-3\/5 {
        padding-right: 60%; }
    .pe-xxl-4\/5 {
        padding-right: 80%; }
    .pe-xxl-1\/6 {
        padding-right: 16.666667%; }
    .pe-xxl-2\/6 {
        padding-right: 33.333333%; }
    .pe-xxl-3\/6 {
        padding-right: 50%; }
    .pe-xxl-4\/6 {
        padding-right: 66.666667%; }
    .pe-xxl-5\/6 {
        padding-right: 83.333333%; }
    .pe-xxl-1\/12 {
        padding-right: 8.333333%; }
    .pe-xxl-2\/12 {
        padding-right: 16.666667%; }
    .pe-xxl-3\/12 {
        padding-right: 25%; }
    .pe-xxl-4\/12 {
        padding-right: 33.333333%; }
    .pe-xxl-5\/12 {
        padding-right: 41.666667%; }
    .pe-xxl-6\/12 {
        padding-right: 50%; }
    .pe-xxl-7\/12 {
        padding-right: 58.333333%; }
    .pe-xxl-8\/12 {
        padding-right: 66.666667%; }
    .pe-xxl-9\/12 {
        padding-right: 75%; }
    .pe-xxl-10\/12 {
        padding-right: 83.333333%; }
    .pe-xxl-11\/12 {
        padding-right: 91.666667%; }
    .pe-xxl-full {
        padding-right: 100%; }
    .pb-xxl-0 {
        padding-bottom: 0px; }
    .pb-xxl-0\.5 {
        padding-bottom: 0.125rem; }
    .pb-xxl-1 {
        padding-bottom: 0.25rem; }
    .pb-xxl-1\.5 {
        padding-bottom: 0.375rem; }
    .pb-xxl-2 {
        padding-bottom: 0.5rem; }
    .pb-xxl-2\.5 {
        padding-bottom: 0.625rem; }
    .pb-xxl-3 {
        padding-bottom: 0.75rem; }
    .pb-xxl-3\.5 {
        padding-bottom: 0.875rem; }
    .pb-xxl-4 {
        padding-bottom: 1rem; }
    .pb-xxl-5 {
        padding-bottom: 1.25rem; }
    .pb-xxl-6 {
        padding-bottom: 1.5rem; }
    .pb-xxl-7 {
        padding-bottom: 1.75rem; }
    .pb-xxl-8 {
        padding-bottom: 2rem; }
    .pb-xxl-9 {
        padding-bottom: 2.25rem; }
    .pb-xxl-10 {
        padding-bottom: 2.5rem; }
    .pb-xxl-11 {
        padding-bottom: 2.75rem; }
    .pb-xxl-12 {
        padding-bottom: 3rem; }
    .pb-xxl-13 {
        padding-bottom: 3.25rem; }
    .pb-xxl-14 {
        padding-bottom: 3.5rem; }
    .pb-xxl-15 {
        padding-bottom: 3.75rem; }
    .pb-xxl-16 {
        padding-bottom: 4rem; }
    .pb-xxl-20 {
        padding-bottom: 5rem; }
    .pb-xxl-24 {
        padding-bottom: 6rem; }
    .pb-xxl-28 {
        padding-bottom: 7rem; }
    .pb-xxl-32 {
        padding-bottom: 8rem; }
    .pb-xxl-36 {
        padding-bottom: 9rem; }
    .pb-xxl-40 {
        padding-bottom: 10rem; }
    .pb-xxl-44 {
        padding-bottom: 11rem; }
    .pb-xxl-px {
        padding-bottom: 1px; }
    .pb-xxl-1\/2 {
        padding-bottom: 50%; }
    .pb-xxl-1\/3 {
        padding-bottom: 33.333333%; }
    .pb-xxl-2\/3 {
        padding-bottom: 66.666667%; }
    .pb-xxl-1\/4 {
        padding-bottom: 25%; }
    .pb-xxl-2\/4 {
        padding-bottom: 50%; }
    .pb-xxl-3\/4 {
        padding-bottom: 75%; }
    .pb-xxl-1\/5 {
        padding-bottom: 20%; }
    .pb-xxl-2\/5 {
        padding-bottom: 40%; }
    .pb-xxl-3\/5 {
        padding-bottom: 60%; }
    .pb-xxl-4\/5 {
        padding-bottom: 80%; }
    .pb-xxl-1\/6 {
        padding-bottom: 16.666667%; }
    .pb-xxl-2\/6 {
        padding-bottom: 33.333333%; }
    .pb-xxl-3\/6 {
        padding-bottom: 50%; }
    .pb-xxl-4\/6 {
        padding-bottom: 66.666667%; }
    .pb-xxl-5\/6 {
        padding-bottom: 83.333333%; }
    .pb-xxl-1\/12 {
        padding-bottom: 8.333333%; }
    .pb-xxl-2\/12 {
        padding-bottom: 16.666667%; }
    .pb-xxl-3\/12 {
        padding-bottom: 25%; }
    .pb-xxl-4\/12 {
        padding-bottom: 33.333333%; }
    .pb-xxl-5\/12 {
        padding-bottom: 41.666667%; }
    .pb-xxl-6\/12 {
        padding-bottom: 50%; }
    .pb-xxl-7\/12 {
        padding-bottom: 58.333333%; }
    .pb-xxl-8\/12 {
        padding-bottom: 66.666667%; }
    .pb-xxl-9\/12 {
        padding-bottom: 75%; }
    .pb-xxl-10\/12 {
        padding-bottom: 83.333333%; }
    .pb-xxl-11\/12 {
        padding-bottom: 91.666667%; }
    .pb-xxl-full {
        padding-bottom: 100%; }
    .ps-xxl-0 {
        padding-left: 0px; }
    .ps-xxl-0\.5 {
        padding-left: 0.125rem; }
    .ps-xxl-1 {
        padding-left: 0.25rem; }
    .ps-xxl-1\.5 {
        padding-left: 0.375rem; }
    .ps-xxl-2 {
        padding-left: 0.5rem; }
    .ps-xxl-2\.5 {
        padding-left: 0.625rem; }
    .ps-xxl-3 {
        padding-left: 0.75rem; }
    .ps-xxl-3\.5 {
        padding-left: 0.875rem; }
    .ps-xxl-4 {
        padding-left: 1rem; }
    .ps-xxl-5 {
        padding-left: 1.25rem; }
    .ps-xxl-6 {
        padding-left: 1.5rem; }
    .ps-xxl-7 {
        padding-left: 1.75rem; }
    .ps-xxl-8 {
        padding-left: 2rem; }
    .ps-xxl-9 {
        padding-left: 2.25rem; }
    .ps-xxl-10 {
        padding-left: 2.5rem; }
    .ps-xxl-11 {
        padding-left: 2.75rem; }
    .ps-xxl-12 {
        padding-left: 3rem; }
    .ps-xxl-13 {
        padding-left: 3.25rem; }
    .ps-xxl-14 {
        padding-left: 3.5rem; }
    .ps-xxl-15 {
        padding-left: 3.75rem; }
    .ps-xxl-16 {
        padding-left: 4rem; }
    .ps-xxl-20 {
        padding-left: 5rem; }
    .ps-xxl-24 {
        padding-left: 6rem; }
    .ps-xxl-28 {
        padding-left: 7rem; }
    .ps-xxl-32 {
        padding-left: 8rem; }
    .ps-xxl-36 {
        padding-left: 9rem; }
    .ps-xxl-40 {
        padding-left: 10rem; }
    .ps-xxl-44 {
        padding-left: 11rem; }
    .ps-xxl-px {
        padding-left: 1px; }
    .ps-xxl-1\/2 {
        padding-left: 50%; }
    .ps-xxl-1\/3 {
        padding-left: 33.333333%; }
    .ps-xxl-2\/3 {
        padding-left: 66.666667%; }
    .ps-xxl-1\/4 {
        padding-left: 25%; }
    .ps-xxl-2\/4 {
        padding-left: 50%; }
    .ps-xxl-3\/4 {
        padding-left: 75%; }
    .ps-xxl-1\/5 {
        padding-left: 20%; }
    .ps-xxl-2\/5 {
        padding-left: 40%; }
    .ps-xxl-3\/5 {
        padding-left: 60%; }
    .ps-xxl-4\/5 {
        padding-left: 80%; }
    .ps-xxl-1\/6 {
        padding-left: 16.666667%; }
    .ps-xxl-2\/6 {
        padding-left: 33.333333%; }
    .ps-xxl-3\/6 {
        padding-left: 50%; }
    .ps-xxl-4\/6 {
        padding-left: 66.666667%; }
    .ps-xxl-5\/6 {
        padding-left: 83.333333%; }
    .ps-xxl-1\/12 {
        padding-left: 8.333333%; }
    .ps-xxl-2\/12 {
        padding-left: 16.666667%; }
    .ps-xxl-3\/12 {
        padding-left: 25%; }
    .ps-xxl-4\/12 {
        padding-left: 33.333333%; }
    .ps-xxl-5\/12 {
        padding-left: 41.666667%; }
    .ps-xxl-6\/12 {
        padding-left: 50%; }
    .ps-xxl-7\/12 {
        padding-left: 58.333333%; }
    .ps-xxl-8\/12 {
        padding-left: 66.666667%; }
    .ps-xxl-9\/12 {
        padding-left: 75%; }
    .ps-xxl-10\/12 {
        padding-left: 83.333333%; }
    .ps-xxl-11\/12 {
        padding-left: 91.666667%; }
    .ps-xxl-full {
        padding-left: 100%; }
    .gap-xxl-0 {
        gap: 0px; }
    .gap-xxl-0\.5 {
        gap: 0.125rem; }
    .gap-xxl-1 {
        gap: 0.25rem; }
    .gap-xxl-1\.5 {
        gap: 0.375rem; }
    .gap-xxl-2 {
        gap: 0.5rem; }
    .gap-xxl-2\.5 {
        gap: 0.625rem; }
    .gap-xxl-3 {
        gap: 0.75rem; }
    .gap-xxl-3\.5 {
        gap: 0.875rem; }
    .gap-xxl-4 {
        gap: 1rem; }
    .gap-xxl-5 {
        gap: 1.25rem; }
    .gap-xxl-6 {
        gap: 1.5rem; }
    .gap-xxl-7 {
        gap: 1.75rem; }
    .gap-xxl-8 {
        gap: 2rem; }
    .gap-xxl-9 {
        gap: 2.25rem; }
    .gap-xxl-10 {
        gap: 2.5rem; }
    .gap-xxl-11 {
        gap: 2.75rem; }
    .gap-xxl-12 {
        gap: 3rem; }
    .gap-xxl-13 {
        gap: 3.25rem; }
    .gap-xxl-14 {
        gap: 3.5rem; }
    .gap-xxl-15 {
        gap: 3.75rem; }
    .gap-xxl-16 {
        gap: 4rem; }
    .gap-xxl-20 {
        gap: 5rem; }
    .gap-xxl-24 {
        gap: 6rem; }
    .gap-xxl-28 {
        gap: 7rem; }
    .gap-xxl-32 {
        gap: 8rem; }
    .gap-xxl-36 {
        gap: 9rem; }
    .gap-xxl-40 {
        gap: 10rem; }
    .gap-xxl-44 {
        gap: 11rem; }
    .gap-xxl-px {
        gap: 1px; }
    .gap-xxl-1\/2 {
        gap: 50%; }
    .gap-xxl-1\/3 {
        gap: 33.333333%; }
    .gap-xxl-2\/3 {
        gap: 66.666667%; }
    .gap-xxl-1\/4 {
        gap: 25%; }
    .gap-xxl-2\/4 {
        gap: 50%; }
    .gap-xxl-3\/4 {
        gap: 75%; }
    .gap-xxl-1\/5 {
        gap: 20%; }
    .gap-xxl-2\/5 {
        gap: 40%; }
    .gap-xxl-3\/5 {
        gap: 60%; }
    .gap-xxl-4\/5 {
        gap: 80%; }
    .gap-xxl-1\/6 {
        gap: 16.666667%; }
    .gap-xxl-2\/6 {
        gap: 33.333333%; }
    .gap-xxl-3\/6 {
        gap: 50%; }
    .gap-xxl-4\/6 {
        gap: 66.666667%; }
    .gap-xxl-5\/6 {
        gap: 83.333333%; }
    .gap-xxl-1\/12 {
        gap: 8.333333%; }
    .gap-xxl-2\/12 {
        gap: 16.666667%; }
    .gap-xxl-3\/12 {
        gap: 25%; }
    .gap-xxl-4\/12 {
        gap: 33.333333%; }
    .gap-xxl-5\/12 {
        gap: 41.666667%; }
    .gap-xxl-6\/12 {
        gap: 50%; }
    .gap-xxl-7\/12 {
        gap: 58.333333%; }
    .gap-xxl-8\/12 {
        gap: 66.666667%; }
    .gap-xxl-9\/12 {
        gap: 75%; }
    .gap-xxl-10\/12 {
        gap: 83.333333%; }
    .gap-xxl-11\/12 {
        gap: 91.666667%; }
    .gap-xxl-full {
        gap: 100%; }
    .row-gap-xxl-0 {
        row-gap: 0; }
    .row-gap-xxl-1 {
        row-gap: 0.25rem; }
    .row-gap-xxl-2 {
        row-gap: 0.5rem; }
    .row-gap-xxl-3 {
        row-gap: 1rem; }
    .row-gap-xxl-4 {
        row-gap: 1rem; }
    .row-gap-xxl-5 {
        row-gap: 3rem; }
    .row-gap-xxl-0\.5 {
        row-gap: 0.125rem; }
    .row-gap-xxl-8 {
        row-gap: 2rem; }
    .row-gap-xxl-16 {
        row-gap: 4rem; }
    .row-gap-xxl-32 {
        row-gap: 8rem; }
    .row-gap-xxl-64 {
        row-gap: 16rem; }
    .column-gap-xxl-0 {
        column-gap: 0; }
    .column-gap-xxl-1 {
        column-gap: 0.25rem; }
    .column-gap-xxl-2 {
        column-gap: 0.5rem; }
    .column-gap-xxl-3 {
        column-gap: 1rem; }
    .column-gap-xxl-4 {
        column-gap: 1rem; }
    .column-gap-xxl-5 {
        column-gap: 3rem; }
    .column-gap-xxl-0\.5 {
        column-gap: 0.125rem; }
    .column-gap-xxl-8 {
        column-gap: 2rem; }
    .column-gap-xxl-16 {
        column-gap: 4rem; }
    .column-gap-xxl-32 {
        column-gap: 8rem; }
    .column-gap-xxl-64 {
        column-gap: 16rem; }
    .fs-xxl-1 {
        font-size: 3rem; }
    .fs-xxl-2 {
        font-size: 2.25rem; }
    .fs-xxl-3 {
        font-size: 2rem; }
    .fs-xxl-4 {
        font-size: 1.5rem; }
    .fs-xxl-5 {
        font-size: 1.25rem; }
    .fs-xxl-6 {
        font-size: 0.875rem; }
    .fs-xxl-7 {
        font-size: 0.75rem; }
    .fs-xxl-8 {
        font-size: 1rem; }
    .fs-xxl-9 {
        font-size: 0.875rem; }
    .fs-xxl-10 {
        font-size: 0.75rem; }
    .fs-xxl-11 {
        font-size: 0.625rem; }
    .fs-xxl-12 {
        font-size: 0.5rem; }
    .lh-xxl-1 {
        line-height: 1; }
    .lh-xxl-sm {
        line-height: 1.25; }
    .lh-xxl-base {
        line-height: 1.5; }
    .lh-xxl-lg {
        line-height: 2; }
    .lh-xxl-0 {
        line-height: 0; }
    .text-xxl-start {
        text-align: left; }
    .text-xxl-end {
        text-align: right; }
    .text-xxl-center {
        text-align: center; }
    .text-xxl-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xxl-primary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xxl-primary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)); }
    .text-xxl-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xxl-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xxl-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)); }
    .text-xxl-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xxl-success-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xxl-success-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)); }
    .text-xxl-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xxl-info-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xxl-info-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)); }
    .text-xxl-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xxl-warning-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xxl-warning-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)); }
    .text-xxl-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xxl-danger-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xxl-danger-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)); }
    .text-xxl-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xxl-light-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xxl-light-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-3 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-3-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-3-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-3-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-4 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-4-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-4-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-4-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-5 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-5-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xxl-color-5-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-color-5-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-2 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-2-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-dark-2-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-2-rgb), var(--bs-text-opacity)); }
    .text-xxl-light-1 {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-light-1-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-light-1-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-1-rgb), var(--bs-text-opacity)); }
    .text-xxl-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xxl-black-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xxl-black-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)); }
    .text-xxl-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xxl-white-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xxl-white-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)); }
    .text-xxl-muted {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-muted-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-muted-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xxl-black-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xxl-black-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
    .text-xxl-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xxl-white-50-hover:hover {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xxl-white-50-focus:focus {
        --bs-text-opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
    .text-xxl-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-body-secondary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-body-secondary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color); }
    .text-xxl-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xxl-body-tertiary-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xxl-body-tertiary-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color); }
    .text-xxl-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xxl-body-emphasis-hover:hover {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xxl-body-emphasis-focus:focus {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color); }
    .text-xxl-reset {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-xxl-reset-hover:hover {
        --bs-text-opacity: 1;
        color: inherit; }
    .text-xxl-reset-focus:focus {
        --bs-text-opacity: 1;
        color: inherit; }
    .bg-xxl-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-primary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-primary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-success {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-success-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-success-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-info {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-info-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-info-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-warning {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-warning-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-warning-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-danger {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-danger-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-danger-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-3 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-3-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-3-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-3-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-4 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-4-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-4-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-4-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-5 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-5-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-color-5-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-color-5-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-2 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-2-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-dark-2-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-dark-2-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light-1 {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light-1-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-light-1-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-1-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-black {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-black-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-black-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-white-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-white-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-transparent {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xxl-transparent-hover:hover {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xxl-transparent-focus:focus {
        --bs-bg-opacity: 1;
        background-color: transparent; }
    .bg-xxl-body-secondary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-secondary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-secondary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-tertiary-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-tertiary-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-emphasis {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-emphasis-hover:hover {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .bg-xxl-body-emphasis-focus:focus {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)); }
    .z-xxl-n2 {
        z-index: -2; }
    .z-xxl-n1 {
        z-index: -1; }
    .z-xxl-0 {
        z-index: 0; }
    .z-xxl-1 {
        z-index: 1; }
    .z-xxl-2 {
        z-index: 2; }
    .z-xxl-10 {
        z-index: 10; }
    .z-xxl-20 {
        z-index: 20; }
    .z-xxl-50 {
        z-index: 50; }
    .z-xxl-500 {
        z-index: 500; }
    .z-xxl-1050 {
        z-index: 1050; }
    .z-xxl-1100 {
        z-index: 1100; }
    .z-xxl-2100 {
        z-index: 2100; }
    .z-xxl-max {
        z-index: 2147483647; }
    .min-h-xxl-0 {
        min-height: 0px; }
    .min-h-xxl-0\.5 {
        min-height: 0.125rem; }
    .min-h-xxl-1 {
        min-height: 0.25rem; }
    .min-h-xxl-1\.5 {
        min-height: 0.375rem; }
    .min-h-xxl-2 {
        min-height: 0.5rem; }
    .min-h-xxl-2\.5 {
        min-height: 0.625rem; }
    .min-h-xxl-3 {
        min-height: 0.75rem; }
    .min-h-xxl-3\.5 {
        min-height: 0.875rem; }
    .min-h-xxl-4 {
        min-height: 1rem; }
    .min-h-xxl-5 {
        min-height: 1.25rem; }
    .min-h-xxl-6 {
        min-height: 1.5rem; }
    .min-h-xxl-7 {
        min-height: 1.75rem; }
    .min-h-xxl-8 {
        min-height: 2rem; }
    .min-h-xxl-9 {
        min-height: 2.25rem; }
    .min-h-xxl-10 {
        min-height: 2.5rem; }
    .min-h-xxl-11 {
        min-height: 2.75rem; }
    .min-h-xxl-12 {
        min-height: 3rem; }
    .min-h-xxl-13 {
        min-height: 3.25rem; }
    .min-h-xxl-14 {
        min-height: 3.5rem; }
    .min-h-xxl-15 {
        min-height: 3.75rem; }
    .min-h-xxl-16 {
        min-height: 4rem; }
    .min-h-xxl-20 {
        min-height: 5rem; }
    .min-h-xxl-24 {
        min-height: 6rem; }
    .min-h-xxl-28 {
        min-height: 7rem; }
    .min-h-xxl-32 {
        min-height: 8rem; }
    .min-h-xxl-36 {
        min-height: 9rem; }
    .min-h-xxl-40 {
        min-height: 10rem; }
    .min-h-xxl-44 {
        min-height: 11rem; }
    .min-h-xxl-48 {
        min-height: 12rem; }
    .min-h-xxl-52 {
        min-height: 13rem; }
    .min-h-xxl-56 {
        min-height: 14rem; }
    .min-h-xxl-60 {
        min-height: 15rem; }
    .min-h-xxl-64 {
        min-height: 16rem; }
    .min-h-xxl-72 {
        min-height: 18rem; }
    .min-h-xxl-80 {
        min-height: 20rem; }
    .min-h-xxl-96 {
        min-height: 24rem; }
    .min-h-xxl-112 {
        min-height: 28rem; }
    .min-h-xxl-128 {
        min-height: 32rem; }
    .min-h-xxl-144 {
        min-height: 36rem; }
    .min-h-xxl-160 {
        min-height: 40rem; }
    .min-h-xxl-px {
        min-height: 1px; }
    .min-h-xxl-1\/2 {
        min-height: 50%; }
    .min-h-xxl-1\/3 {
        min-height: 33.333333%; }
    .min-h-xxl-2\/3 {
        min-height: 66.666667%; }
    .min-h-xxl-1\/4 {
        min-height: 25%; }
    .min-h-xxl-2\/4 {
        min-height: 50%; }
    .min-h-xxl-3\/4 {
        min-height: 75%; }
    .min-h-xxl-1\/5 {
        min-height: 20%; }
    .min-h-xxl-2\/5 {
        min-height: 40%; }
    .min-h-xxl-3\/5 {
        min-height: 60%; }
    .min-h-xxl-4\/5 {
        min-height: 80%; }
    .min-h-xxl-1\/6 {
        min-height: 16.666667%; }
    .min-h-xxl-2\/6 {
        min-height: 33.333333%; }
    .min-h-xxl-3\/6 {
        min-height: 50%; }
    .min-h-xxl-4\/6 {
        min-height: 66.666667%; }
    .min-h-xxl-5\/6 {
        min-height: 83.333333%; }
    .min-h-xxl-1\/12 {
        min-height: 8.333333%; }
    .min-h-xxl-2\/12 {
        min-height: 16.666667%; }
    .min-h-xxl-3\/12 {
        min-height: 25%; }
    .min-h-xxl-4\/12 {
        min-height: 33.333333%; }
    .min-h-xxl-5\/12 {
        min-height: 41.666667%; }
    .min-h-xxl-6\/12 {
        min-height: 50%; }
    .min-h-xxl-7\/12 {
        min-height: 58.333333%; }
    .min-h-xxl-8\/12 {
        min-height: 66.666667%; }
    .min-h-xxl-9\/12 {
        min-height: 75%; }
    .min-h-xxl-10\/12 {
        min-height: 83.333333%; }
    .min-h-xxl-11\/12 {
        min-height: 91.666667%; }
    .min-h-xxl-full {
        min-height: 100%; }
    .min-w-xxl-0 {
        min-width: 0px; }
    .min-w-xxl-0\.5 {
        min-width: 0.125rem; }
    .min-w-xxl-1 {
        min-width: 0.25rem; }
    .min-w-xxl-1\.5 {
        min-width: 0.375rem; }
    .min-w-xxl-2 {
        min-width: 0.5rem; }
    .min-w-xxl-2\.5 {
        min-width: 0.625rem; }
    .min-w-xxl-3 {
        min-width: 0.75rem; }
    .min-w-xxl-3\.5 {
        min-width: 0.875rem; }
    .min-w-xxl-4 {
        min-width: 1rem; }
    .min-w-xxl-5 {
        min-width: 1.25rem; }
    .min-w-xxl-6 {
        min-width: 1.5rem; }
    .min-w-xxl-7 {
        min-width: 1.75rem; }
    .min-w-xxl-8 {
        min-width: 2rem; }
    .min-w-xxl-9 {
        min-width: 2.25rem; }
    .min-w-xxl-10 {
        min-width: 2.5rem; }
    .min-w-xxl-11 {
        min-width: 2.75rem; }
    .min-w-xxl-12 {
        min-width: 3rem; }
    .min-w-xxl-13 {
        min-width: 3.25rem; }
    .min-w-xxl-14 {
        min-width: 3.5rem; }
    .min-w-xxl-15 {
        min-width: 3.75rem; }
    .min-w-xxl-16 {
        min-width: 4rem; }
    .min-w-xxl-20 {
        min-width: 5rem; }
    .min-w-xxl-24 {
        min-width: 6rem; }
    .min-w-xxl-28 {
        min-width: 7rem; }
    .min-w-xxl-32 {
        min-width: 8rem; }
    .min-w-xxl-36 {
        min-width: 9rem; }
    .min-w-xxl-40 {
        min-width: 10rem; }
    .min-w-xxl-44 {
        min-width: 11rem; }
    .min-w-xxl-48 {
        min-width: 12rem; }
    .min-w-xxl-52 {
        min-width: 13rem; }
    .min-w-xxl-56 {
        min-width: 14rem; }
    .min-w-xxl-60 {
        min-width: 15rem; }
    .min-w-xxl-64 {
        min-width: 16rem; }
    .min-w-xxl-72 {
        min-width: 18rem; }
    .min-w-xxl-80 {
        min-width: 20rem; }
    .min-w-xxl-96 {
        min-width: 24rem; }
    .min-w-xxl-112 {
        min-width: 28rem; }
    .min-w-xxl-128 {
        min-width: 32rem; }
    .min-w-xxl-144 {
        min-width: 36rem; }
    .min-w-xxl-160 {
        min-width: 40rem; }
    .min-w-xxl-px {
        min-width: 1px; }
    .min-w-xxl-1\/2 {
        min-width: 50%; }
    .min-w-xxl-1\/3 {
        min-width: 33.333333%; }
    .min-w-xxl-2\/3 {
        min-width: 66.666667%; }
    .min-w-xxl-1\/4 {
        min-width: 25%; }
    .min-w-xxl-2\/4 {
        min-width: 50%; }
    .min-w-xxl-3\/4 {
        min-width: 75%; }
    .min-w-xxl-1\/5 {
        min-width: 20%; }
    .min-w-xxl-2\/5 {
        min-width: 40%; }
    .min-w-xxl-3\/5 {
        min-width: 60%; }
    .min-w-xxl-4\/5 {
        min-width: 80%; }
    .min-w-xxl-1\/6 {
        min-width: 16.666667%; }
    .min-w-xxl-2\/6 {
        min-width: 33.333333%; }
    .min-w-xxl-3\/6 {
        min-width: 50%; }
    .min-w-xxl-4\/6 {
        min-width: 66.666667%; }
    .min-w-xxl-5\/6 {
        min-width: 83.333333%; }
    .min-w-xxl-1\/12 {
        min-width: 8.333333%; }
    .min-w-xxl-2\/12 {
        min-width: 16.666667%; }
    .min-w-xxl-3\/12 {
        min-width: 25%; }
    .min-w-xxl-4\/12 {
        min-width: 33.333333%; }
    .min-w-xxl-5\/12 {
        min-width: 41.666667%; }
    .min-w-xxl-6\/12 {
        min-width: 50%; }
    .min-w-xxl-7\/12 {
        min-width: 58.333333%; }
    .min-w-xxl-8\/12 {
        min-width: 66.666667%; }
    .min-w-xxl-9\/12 {
        min-width: 75%; }
    .min-w-xxl-10\/12 {
        min-width: 83.333333%; }
    .min-w-xxl-11\/12 {
        min-width: 91.666667%; }
    .min-w-xxl-full {
        min-width: 100%; } }

@media print {
    .d-print-inline {
        display: inline; }
    .d-print-inline-block {
        display: inline-block; }
    .d-print-block {
        display: block; }
    .d-print-grid {
        display: grid; }
    .d-print-table {
        display: table; }
    .d-print-table-row {
        display: table-row; }
    .d-print-table-cell {
        display: table-cell; }
    .d-print-flex {
        display: flex; }
    .d-print-inline-flex {
        display: inline-flex; }
    .d-print-none {
        display: none; } }

.text-subtitle {
    font-weight: 500;
    font-size: 1.5rem; }

.text-label {
    font-size: 1.25rem;
    text-transform: uppercase; }

.text-link {
    color: #E44C8C;
    text-decoration: underline; }

.flex-1 {
    flex: 1; }

button {
    border: none;
    background: #E44C8C;
    color: white; }

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

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

.child-text-decoration-none a {
    text-decoration: none; }

.child-text-inherit a {
    color: inherit; }

.child-img-object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

body:not(.block-editor-page) .alignfull {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    right: 50%;
    margin-right: -50vw; }

.filter-invert {
    filter: invert(1); }

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

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

h3, .h3 {
    font-size: 0.875rem; }
@media (min-width: 768px) {
    h3, .h3 {
        font-size: 2rem; } }

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

h5, .h5 {
    font-size: 1rem; }
@media (min-width: 768px) {
    h5, .h5 {
        font-size: 1.25rem; } }

h6, .h6 {
    font-size: 0.875rem; }
@media (min-width: 768px) {
    h6, .h6 {
        font-size: 0.875rem; } }

.wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-row {
    flex-direction: row; }

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

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

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

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

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

.bg-collapsed-primary.accordion-button.collapsed,
.bg-collapsed-primary .accordion-button.collapsed {
    background-color: rgb(228, 76, 140); }

.bg-not-collapsed-primary.accordion-button:not(.collapsed),
.bg-not-collapsed-primary .accordion-button:not(.collapsed) {
    background-color: rgb(228, 76, 140); }

.bg-not-collapsed-primary.accordion-button:focus,
.bg-not-collapsed-primary .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(228, 76, 140);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(228, 76, 140, 0.25); }

.bg-collapsed-secondary.accordion-button.collapsed,
.bg-collapsed-secondary .accordion-button.collapsed {
    background-color: rgb(134, 38, 103); }

.bg-not-collapsed-secondary.accordion-button:not(.collapsed),
.bg-not-collapsed-secondary .accordion-button:not(.collapsed) {
    background-color: rgb(134, 38, 103); }

.bg-not-collapsed-secondary.accordion-button:focus,
.bg-not-collapsed-secondary .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(134, 38, 103);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(134, 38, 103, 0.25); }

.bg-collapsed-success.accordion-button.collapsed,
.bg-collapsed-success .accordion-button.collapsed {
    background-color: rgb(39, 133, 87); }

.bg-not-collapsed-success.accordion-button:not(.collapsed),
.bg-not-collapsed-success .accordion-button:not(.collapsed) {
    background-color: rgb(39, 133, 87); }

.bg-not-collapsed-success.accordion-button:focus,
.bg-not-collapsed-success .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(39, 133, 87);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(39, 133, 87, 0.25); }

.bg-collapsed-info.accordion-button.collapsed,
.bg-collapsed-info .accordion-button.collapsed {
    background-color: rgb(13, 202, 240); }

.bg-not-collapsed-info.accordion-button:not(.collapsed),
.bg-not-collapsed-info .accordion-button:not(.collapsed) {
    background-color: rgb(13, 202, 240); }

.bg-not-collapsed-info.accordion-button:focus,
.bg-not-collapsed-info .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(13, 202, 240);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25); }

.bg-collapsed-warning.accordion-button.collapsed,
.bg-collapsed-warning .accordion-button.collapsed {
    background-color: rgb(255, 193, 7); }

.bg-not-collapsed-warning.accordion-button:not(.collapsed),
.bg-not-collapsed-warning .accordion-button:not(.collapsed) {
    background-color: rgb(255, 193, 7); }

.bg-not-collapsed-warning.accordion-button:focus,
.bg-not-collapsed-warning .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(255, 193, 7);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25); }

.bg-collapsed-danger.accordion-button.collapsed,
.bg-collapsed-danger .accordion-button.collapsed {
    background-color: rgb(255, 67, 67); }

.bg-not-collapsed-danger.accordion-button:not(.collapsed),
.bg-not-collapsed-danger .accordion-button:not(.collapsed) {
    background-color: rgb(255, 67, 67); }

.bg-not-collapsed-danger.accordion-button:focus,
.bg-not-collapsed-danger .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(255, 67, 67);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 67, 67, 0.25); }

.bg-collapsed-light.accordion-button.collapsed,
.bg-collapsed-light .accordion-button.collapsed {
    background-color: rgb(246, 246, 247); }

.bg-not-collapsed-light.accordion-button:not(.collapsed),
.bg-not-collapsed-light .accordion-button:not(.collapsed) {
    background-color: rgb(246, 246, 247); }

.bg-not-collapsed-light.accordion-button:focus,
.bg-not-collapsed-light .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(246, 246, 247);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(246, 246, 247, 0.25); }

.bg-collapsed-dark.accordion-button.collapsed,
.bg-collapsed-dark .accordion-button.collapsed {
    background-color: rgb(15, 15, 15); }

.bg-not-collapsed-dark.accordion-button:not(.collapsed),
.bg-not-collapsed-dark .accordion-button:not(.collapsed) {
    background-color: rgb(15, 15, 15); }

.bg-not-collapsed-dark.accordion-button:focus,
.bg-not-collapsed-dark .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(15, 15, 15);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(15, 15, 15, 0.25); }

.bg-collapsed-color-1.accordion-button.collapsed,
.bg-collapsed-color-1 .accordion-button.collapsed {
    background-color: rgb(233, 144, 12); }

.bg-not-collapsed-color-1.accordion-button:not(.collapsed),
.bg-not-collapsed-color-1 .accordion-button:not(.collapsed) {
    background-color: rgb(233, 144, 12); }

.bg-not-collapsed-color-1.accordion-button:focus,
.bg-not-collapsed-color-1 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(233, 144, 12);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(233, 144, 12, 0.25); }

.bg-collapsed-color-2.accordion-button.collapsed,
.bg-collapsed-color-2 .accordion-button.collapsed {
    background-color: rgb(49, 18, 66); }

.bg-not-collapsed-color-2.accordion-button:not(.collapsed),
.bg-not-collapsed-color-2 .accordion-button:not(.collapsed) {
    background-color: rgb(49, 18, 66); }

.bg-not-collapsed-color-2.accordion-button:focus,
.bg-not-collapsed-color-2 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(49, 18, 66);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(49, 18, 66, 0.25); }

.bg-collapsed-color-3.accordion-button.collapsed,
.bg-collapsed-color-3 .accordion-button.collapsed {
    background-color: rgb(29, 5, 42); }

.bg-not-collapsed-color-3.accordion-button:not(.collapsed),
.bg-not-collapsed-color-3 .accordion-button:not(.collapsed) {
    background-color: rgb(29, 5, 42); }

.bg-not-collapsed-color-3.accordion-button:focus,
.bg-not-collapsed-color-3 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(29, 5, 42);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(29, 5, 42, 0.25); }

.bg-collapsed-color-4.accordion-button.collapsed,
.bg-collapsed-color-4 .accordion-button.collapsed {
    background-color: rgb(134, 38, 103); }

.bg-not-collapsed-color-4.accordion-button:not(.collapsed),
.bg-not-collapsed-color-4 .accordion-button:not(.collapsed) {
    background-color: rgb(134, 38, 103); }

.bg-not-collapsed-color-4.accordion-button:focus,
.bg-not-collapsed-color-4 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(134, 38, 103);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(134, 38, 103, 0.25); }

.bg-collapsed-color-5.accordion-button.collapsed,
.bg-collapsed-color-5 .accordion-button.collapsed {
    background-color: rgb(78, 37, 100); }

.bg-not-collapsed-color-5.accordion-button:not(.collapsed),
.bg-not-collapsed-color-5 .accordion-button:not(.collapsed) {
    background-color: rgb(78, 37, 100); }

.bg-not-collapsed-color-5.accordion-button:focus,
.bg-not-collapsed-color-5 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(78, 37, 100);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(78, 37, 100, 0.25); }

.bg-collapsed-dark-1.accordion-button.collapsed,
.bg-collapsed-dark-1 .accordion-button.collapsed {
    background-color: rgb(64, 64, 64); }

.bg-not-collapsed-dark-1.accordion-button:not(.collapsed),
.bg-not-collapsed-dark-1 .accordion-button:not(.collapsed) {
    background-color: rgb(64, 64, 64); }

.bg-not-collapsed-dark-1.accordion-button:focus,
.bg-not-collapsed-dark-1 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(64, 64, 64);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.25); }

.bg-collapsed-dark-2.accordion-button.collapsed,
.bg-collapsed-dark-2 .accordion-button.collapsed {
    background-color: rgb(150, 150, 150); }

.bg-not-collapsed-dark-2.accordion-button:not(.collapsed),
.bg-not-collapsed-dark-2 .accordion-button:not(.collapsed) {
    background-color: rgb(150, 150, 150); }

.bg-not-collapsed-dark-2.accordion-button:focus,
.bg-not-collapsed-dark-2 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(150, 150, 150);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.25); }

.bg-collapsed-light-1.accordion-button.collapsed,
.bg-collapsed-light-1 .accordion-button.collapsed {
    background-color: rgb(230, 228, 230); }

.bg-not-collapsed-light-1.accordion-button:not(.collapsed),
.bg-not-collapsed-light-1 .accordion-button:not(.collapsed) {
    background-color: rgb(230, 228, 230); }

.bg-not-collapsed-light-1.accordion-button:focus,
.bg-not-collapsed-light-1 .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(230, 228, 230);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(230, 228, 230, 0.25); }

.bg-collapsed-black.accordion-button.collapsed,
.bg-collapsed-black .accordion-button.collapsed {
    background-color: rgb(0, 0, 0); }

.bg-not-collapsed-black.accordion-button:not(.collapsed),
.bg-not-collapsed-black .accordion-button:not(.collapsed) {
    background-color: rgb(0, 0, 0); }

.bg-not-collapsed-black.accordion-button:focus,
.bg-not-collapsed-black .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(0, 0, 0);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); }

.bg-collapsed-white.accordion-button.collapsed,
.bg-collapsed-white .accordion-button.collapsed {
    background-color: rgb(255, 255, 255); }

.bg-not-collapsed-white.accordion-button:not(.collapsed),
.bg-not-collapsed-white .accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255); }

.bg-not-collapsed-white.accordion-button:focus,
.bg-not-collapsed-white .accordion-button:focus {
    --bs-accordion-btn-focus-border-color: rgb(255, 255, 255);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); }

.bg-collapsed-transparent.accordion-button.collapsed,
.bg-collapsed-transparent .accordion-button.collapsed {
    background-color: transparent; }

.bg-not-collapsed-transparent.accordion-button:not(.collapsed),
.bg-not-collapsed-transparent .accordion-button:not(.collapsed) {
    background-color: transparent; }

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

.text-collapsed-primary.accordion-button.collapsed,
.text-collapsed-primary.accordion-button.collapsed *,
.text-collapsed-primary .accordion-button.collapsed,
.text-collapsed-primary .accordion-button.collapsed * {
    color: rgb(228, 76, 140); }

.text-not-collapsed-primary.accordion-button:not(.collapsed),
.text-not-collapsed-primary.accordion-button:not(.collapsed) *,
.text-not-collapsed-primary .accordion-button:not(.collapsed),
.text-not-collapsed-primary .accordion-button:not(.collapsed) * {
    color: rgb(228, 76, 140); }

.text-collapsed-secondary.accordion-button.collapsed,
.text-collapsed-secondary.accordion-button.collapsed *,
.text-collapsed-secondary .accordion-button.collapsed,
.text-collapsed-secondary .accordion-button.collapsed * {
    color: rgb(134, 38, 103); }

.text-not-collapsed-secondary.accordion-button:not(.collapsed),
.text-not-collapsed-secondary.accordion-button:not(.collapsed) *,
.text-not-collapsed-secondary .accordion-button:not(.collapsed),
.text-not-collapsed-secondary .accordion-button:not(.collapsed) * {
    color: rgb(134, 38, 103); }

.text-collapsed-success.accordion-button.collapsed,
.text-collapsed-success.accordion-button.collapsed *,
.text-collapsed-success .accordion-button.collapsed,
.text-collapsed-success .accordion-button.collapsed * {
    color: rgb(39, 133, 87); }

.text-not-collapsed-success.accordion-button:not(.collapsed),
.text-not-collapsed-success.accordion-button:not(.collapsed) *,
.text-not-collapsed-success .accordion-button:not(.collapsed),
.text-not-collapsed-success .accordion-button:not(.collapsed) * {
    color: rgb(39, 133, 87); }

.text-collapsed-info.accordion-button.collapsed,
.text-collapsed-info.accordion-button.collapsed *,
.text-collapsed-info .accordion-button.collapsed,
.text-collapsed-info .accordion-button.collapsed * {
    color: rgb(13, 202, 240); }

.text-not-collapsed-info.accordion-button:not(.collapsed),
.text-not-collapsed-info.accordion-button:not(.collapsed) *,
.text-not-collapsed-info .accordion-button:not(.collapsed),
.text-not-collapsed-info .accordion-button:not(.collapsed) * {
    color: rgb(13, 202, 240); }

.text-collapsed-warning.accordion-button.collapsed,
.text-collapsed-warning.accordion-button.collapsed *,
.text-collapsed-warning .accordion-button.collapsed,
.text-collapsed-warning .accordion-button.collapsed * {
    color: rgb(255, 193, 7); }

.text-not-collapsed-warning.accordion-button:not(.collapsed),
.text-not-collapsed-warning.accordion-button:not(.collapsed) *,
.text-not-collapsed-warning .accordion-button:not(.collapsed),
.text-not-collapsed-warning .accordion-button:not(.collapsed) * {
    color: rgb(255, 193, 7); }

.text-collapsed-danger.accordion-button.collapsed,
.text-collapsed-danger.accordion-button.collapsed *,
.text-collapsed-danger .accordion-button.collapsed,
.text-collapsed-danger .accordion-button.collapsed * {
    color: rgb(255, 67, 67); }

.text-not-collapsed-danger.accordion-button:not(.collapsed),
.text-not-collapsed-danger.accordion-button:not(.collapsed) *,
.text-not-collapsed-danger .accordion-button:not(.collapsed),
.text-not-collapsed-danger .accordion-button:not(.collapsed) * {
    color: rgb(255, 67, 67); }

.text-collapsed-light.accordion-button.collapsed,
.text-collapsed-light.accordion-button.collapsed *,
.text-collapsed-light .accordion-button.collapsed,
.text-collapsed-light .accordion-button.collapsed * {
    color: rgb(246, 246, 247); }

.text-not-collapsed-light.accordion-button:not(.collapsed),
.text-not-collapsed-light.accordion-button:not(.collapsed) *,
.text-not-collapsed-light .accordion-button:not(.collapsed),
.text-not-collapsed-light .accordion-button:not(.collapsed) * {
    color: rgb(246, 246, 247); }

.text-collapsed-dark.accordion-button.collapsed,
.text-collapsed-dark.accordion-button.collapsed *,
.text-collapsed-dark .accordion-button.collapsed,
.text-collapsed-dark .accordion-button.collapsed * {
    color: rgb(15, 15, 15); }

.text-not-collapsed-dark.accordion-button:not(.collapsed),
.text-not-collapsed-dark.accordion-button:not(.collapsed) *,
.text-not-collapsed-dark .accordion-button:not(.collapsed),
.text-not-collapsed-dark .accordion-button:not(.collapsed) * {
    color: rgb(15, 15, 15); }

.text-collapsed-black.accordion-button.collapsed,
.text-collapsed-black.accordion-button.collapsed *,
.text-collapsed-black .accordion-button.collapsed,
.text-collapsed-black .accordion-button.collapsed * {
    color: rgb(0, 0, 0); }

.text-not-collapsed-black.accordion-button:not(.collapsed),
.text-not-collapsed-black.accordion-button:not(.collapsed) *,
.text-not-collapsed-black .accordion-button:not(.collapsed),
.text-not-collapsed-black .accordion-button:not(.collapsed) * {
    color: rgb(0, 0, 0); }

.text-collapsed-white.accordion-button.collapsed,
.text-collapsed-white.accordion-button.collapsed *,
.text-collapsed-white .accordion-button.collapsed,
.text-collapsed-white .accordion-button.collapsed * {
    color: rgb(255, 255, 255); }

.text-not-collapsed-white.accordion-button:not(.collapsed),
.text-not-collapsed-white.accordion-button:not(.collapsed) *,
.text-not-collapsed-white .accordion-button:not(.collapsed),
.text-not-collapsed-white .accordion-button:not(.collapsed) * {
    color: rgb(255, 255, 255); }

.text-collapsed-body.accordion-button.collapsed,
.text-collapsed-body.accordion-button.collapsed *,
.text-collapsed-body .accordion-button.collapsed,
.text-collapsed-body .accordion-button.collapsed * {
    color: rgb(15, 15, 15); }

.text-not-collapsed-body.accordion-button:not(.collapsed),
.text-not-collapsed-body.accordion-button:not(.collapsed) *,
.text-not-collapsed-body .accordion-button:not(.collapsed),
.text-not-collapsed-body .accordion-button:not(.collapsed) * {
    color: rgb(15, 15, 15); }

.text-collapsed-muted.accordion-button.collapsed,
.text-collapsed-muted.accordion-button.collapsed *,
.text-collapsed-muted .accordion-button.collapsed,
.text-collapsed-muted .accordion-button.collapsed * {
    color: var(--bs-secondary-color); }

.text-not-collapsed-muted.accordion-button:not(.collapsed),
.text-not-collapsed-muted.accordion-button:not(.collapsed) *,
.text-not-collapsed-muted .accordion-button:not(.collapsed),
.text-not-collapsed-muted .accordion-button:not(.collapsed) * {
    color: var(--bs-secondary-color); }

.text-collapsed-reset.accordion-button.collapsed,
.text-collapsed-reset.accordion-button.collapsed *,
.text-collapsed-reset .accordion-button.collapsed,
.text-collapsed-reset .accordion-button.collapsed * {
    color: inherit; }

.text-not-collapsed-reset.accordion-button:not(.collapsed),
.text-not-collapsed-reset.accordion-button:not(.collapsed) *,
.text-not-collapsed-reset .accordion-button:not(.collapsed),
.text-not-collapsed-reset .accordion-button:not(.collapsed) * {
    color: inherit; }

.bi-collapsed-chevron-primary.accordion-button.collapsed::after,
.bi-collapsed-chevron-primary .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E44C8C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-primary.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-primary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E44C8C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-secondary.accordion-button.collapsed::after,
.bi-collapsed-chevron-secondary .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23862667'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-secondary.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-secondary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23862667'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-success.accordion-button.collapsed::after,
.bi-collapsed-chevron-success .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23278557'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-success.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-success .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23278557'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-info.accordion-button.collapsed::after,
.bi-collapsed-chevron-info .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230dcaf0'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-info.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-info .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230dcaf0'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-warning.accordion-button.collapsed::after,
.bi-collapsed-chevron-warning .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-warning.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-warning .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-danger.accordion-button.collapsed::after,
.bi-collapsed-chevron-danger .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4343'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-danger.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-danger .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4343'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-light.accordion-button.collapsed::after,
.bi-collapsed-chevron-light .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F6F6F7'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-light.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-light .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F6F6F7'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-dark.accordion-button.collapsed::after,
.bi-collapsed-chevron-dark .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0F0F'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-dark.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-dark .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0F0F'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-color-1.accordion-button.collapsed::after,
.bi-collapsed-chevron-color-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E9900C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-color-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-color-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E9900C'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-color-2.accordion-button.collapsed::after,
.bi-collapsed-chevron-color-2 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23311242'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-color-2.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-color-2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23311242'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-color-3.accordion-button.collapsed::after,
.bi-collapsed-chevron-color-3 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231D052A'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-color-3.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-color-3 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231D052A'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-color-4.accordion-button.collapsed::after,
.bi-collapsed-chevron-color-4 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23862667'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-color-4.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-color-4 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23862667'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-color-5.accordion-button.collapsed::after,
.bi-collapsed-chevron-color-5 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234E2564'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-color-5.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-color-5 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234E2564'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-dark-1.accordion-button.collapsed::after,
.bi-collapsed-chevron-dark-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-dark-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-dark-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404040'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-dark-2.accordion-button.collapsed::after,
.bi-collapsed-chevron-dark-2 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969696'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-dark-2.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-dark-2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969696'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-light-1.accordion-button.collapsed::after,
.bi-collapsed-chevron-light-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E6E4E6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-light-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-light-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E6E4E6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-black.accordion-button.collapsed::after,
.bi-collapsed-chevron-black .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-black.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-black .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-chevron-white.accordion-button.collapsed::after,
.bi-collapsed-chevron-white .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-chevron-white.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-chevron-white .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-primary.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-primary .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E44C8C' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-primary.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-primary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E44C8C' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-secondary.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-secondary .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23862667' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-secondary.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-secondary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23862667' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-success.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-success .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23278557' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-success.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-success .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23278557' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-info.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-info .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230dcaf0' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-info.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-info .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230dcaf0' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-warning.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-warning .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffc107' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-warning.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-warning .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffc107' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-danger.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-danger .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF4343' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-danger.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-danger .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF4343' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-light.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-light .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23F6F6F7' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-light.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-light .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23F6F6F7' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-dark.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-dark .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230F0F0F' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-dark.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-dark .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230F0F0F' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-color-1.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-color-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E9900C' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-color-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-color-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E9900C' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-color-2.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-color-2 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23311242' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-color-2.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-color-2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23311242' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-color-3.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-color-3 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231D052A' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-color-3.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-color-3 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231D052A' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-color-4.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-color-4 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23862667' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-color-4.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-color-4 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23862667' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-color-5.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-color-5 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234E2564' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-color-5.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-color-5 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234E2564' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-dark-1.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-dark-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404040' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-dark-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-dark-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23404040' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-dark-2.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-dark-2 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23969696' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-dark-2.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-dark-2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23969696' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-light-1.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-light-1 .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E6E4E6' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-light-1.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-light-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E6E4E6' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-black.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-black .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-black.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-black .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.bi-collapsed-plus-minus-white.accordion-button.collapsed::after,
.bi-collapsed-plus-minus-white .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E"); }

.bi-not-collapsed-plus-minus-white.accordion-button:not(.collapsed)::after,
.bi-not-collapsed-plus-minus-white .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E"); }

.menu-bg-active-color-1 .wp-block-navigation__container > li.current-menu-item > button,
.menu-bg-active-color-1 .wp-block-navigation__container > li.current-menu-item > a,
.menu-bg-active-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
.menu-bg-active-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
.menu-bg-active-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
    background-color: #E9900C; }

.submenu-bg-active-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
.submenu-bg-active-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
.submenu-bg-active-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
.submenu-bg-active-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
.submenu-bg-active-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
    background-color: #E9900C; }

.menu-bg-hover-color-1 .wp-block-navigation__container > li > button,
.menu-bg-hover-color-1 .wp-block-navigation__container > li > a {
    background-color: #E9900C; }

.submenu-bg-hover-color-1 .wp-block-navigation__submenu-container > li > button:hover,
.submenu-bg-hover-color-1 .wp-block-navigation__submenu-container a:hover {
    background-color: #E9900C; }

.submenu-hover-color-1 .wp-block-navigation__submenu-container > li > button:hover,
.submenu-hover-color-1 .wp-block-navigation__submenu-container a:hover {
    color: #E9900C; }

.menu-bg-active-color-4 .wp-block-navigation__container > li.current-menu-item > button,
.menu-bg-active-color-4 .wp-block-navigation__container > li.current-menu-item > a,
.menu-bg-active-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
.menu-bg-active-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
.menu-bg-active-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
    background-color: #862667; }

.submenu-bg-active-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
.submenu-bg-active-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
.submenu-bg-active-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
.submenu-bg-active-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
.submenu-bg-active-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
    background-color: #862667; }

.menu-bg-hover-color-4 .wp-block-navigation__container > li > button,
.menu-bg-hover-color-4 .wp-block-navigation__container > li > a {
    background-color: #862667; }

.submenu-bg-hover-color-4 .wp-block-navigation__submenu-container > li > button:hover,
.submenu-bg-hover-color-4 .wp-block-navigation__submenu-container a:hover {
    background-color: #862667; }

.submenu-hover-color-4 .wp-block-navigation__submenu-container > li > button:hover,
.submenu-hover-color-4 .wp-block-navigation__submenu-container a:hover {
    color: #862667; }

.menu-bg-active-transparent .wp-block-navigation__container > li.current-menu-item > button,
.menu-bg-active-transparent .wp-block-navigation__container > li.current-menu-item > a,
.menu-bg-active-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
.menu-bg-active-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
.menu-bg-active-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
    background-color: transparent; }

.submenu-bg-active-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
.submenu-bg-active-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
.submenu-bg-active-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
.submenu-bg-active-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
.submenu-bg-active-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
    background-color: transparent; }

.menu-bg-hover-transparent .wp-block-navigation__container > li > button,
.menu-bg-hover-transparent .wp-block-navigation__container > li > a {
    background-color: transparent; }

.submenu-bg-hover-transparent .wp-block-navigation__submenu-container > li > button:hover,
.submenu-bg-hover-transparent .wp-block-navigation__submenu-container a:hover {
    background-color: transparent; }

.submenu-hover-transparent .wp-block-navigation__submenu-container > li > button:hover,
.submenu-hover-transparent .wp-block-navigation__submenu-container a:hover {
    color: transparent; }

.menu-bg-active-white .wp-block-navigation__container > li.current-menu-item > button,
.menu-bg-active-white .wp-block-navigation__container > li.current-menu-item > a,
.menu-bg-active-white .wp-block-navigation__container > li.current-menu-ancestor > button,
.menu-bg-active-white .wp-block-navigation__container > li.current-menu-ancestor > a,
.menu-bg-active-white .wp-block-navigation__container > li > [aria-expanded="true"] {
    background-color: #fff; }

.submenu-bg-active-white .wp-block-navigation__submenu-container li.current-menu-item > button,
.submenu-bg-active-white .wp-block-navigation__submenu-container li.current-menu-item > a,
.submenu-bg-active-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
.submenu-bg-active-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
.submenu-bg-active-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
    background-color: #fff; }

.menu-bg-hover-white .wp-block-navigation__container > li > button,
.menu-bg-hover-white .wp-block-navigation__container > li > a {
    background-color: #fff; }

.submenu-bg-hover-white .wp-block-navigation__submenu-container > li > button:hover,
.submenu-bg-hover-white .wp-block-navigation__submenu-container a:hover {
    background-color: #fff; }

.submenu-hover-white .wp-block-navigation__submenu-container > li > button:hover,
.submenu-hover-white .wp-block-navigation__submenu-container a:hover {
    color: #fff; }

/* Another loop is necessary because responsive
** classes needs to be defined after non responsive ones */
@media (min-width: 0) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-xs-row {
        flex-direction: row; } }

@media (min-width: 0) {
    .menu-nav-item-active-xs-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xs-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xs-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xs-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-xs-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xs-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xs-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xs-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xs-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-xs-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xs-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xs-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xs-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xs-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-xs-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xs-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-xs-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xs-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 0) {
    .menu-nav-item-active-xs-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xs-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xs-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xs-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-xs-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xs-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xs-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xs-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xs-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-xs-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xs-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xs-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xs-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xs-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-xs-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xs-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-xs-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xs-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 0) {
    .menu-nav-item-active-xs-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xs-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xs-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xs-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-xs-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xs-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xs-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xs-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xs-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-xs-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xs-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xs-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xs-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xs-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-xs-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xs-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-xs-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xs-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 0) {
    .menu-nav-item-active-xs-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xs-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xs-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xs-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-xs-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xs-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xs-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xs-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xs-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-xs-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xs-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xs-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xs-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xs-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-xs-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xs-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-xs-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xs-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

@media (min-width: 576px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-sm-row {
        flex-direction: row; } }

@media (min-width: 576px) {
    .menu-nav-item-active-sm-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-sm-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-sm-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-sm-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-sm-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-sm-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-sm-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-sm-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-sm-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-sm-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-sm-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-sm-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-sm-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-sm-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-sm-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-sm-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-sm-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-sm-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 576px) {
    .menu-nav-item-active-sm-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-sm-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-sm-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-sm-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-sm-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-sm-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-sm-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-sm-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-sm-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-sm-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-sm-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-sm-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-sm-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-sm-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-sm-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-sm-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-sm-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-sm-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 576px) {
    .menu-nav-item-active-sm-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-sm-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-sm-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-sm-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-sm-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-sm-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-sm-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-sm-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-sm-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-sm-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-sm-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-sm-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-sm-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-sm-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-sm-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-sm-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-sm-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-sm-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 576px) {
    .menu-nav-item-active-sm-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-sm-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-sm-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-sm-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-sm-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-sm-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-sm-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-sm-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-sm-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-sm-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-sm-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-sm-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-sm-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-sm-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-sm-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-sm-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-sm-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-sm-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

@media (min-width: 768px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-md-row {
        flex-direction: row; } }

@media (min-width: 768px) {
    .menu-nav-item-active-md-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-md-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-md-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-md-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-md-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-md-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-md-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-md-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-md-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-md-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-md-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-md-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-md-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-md-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-md-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-md-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-md-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-md-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 768px) {
    .menu-nav-item-active-md-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-md-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-md-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-md-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-md-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-md-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-md-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-md-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-md-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-md-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-md-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-md-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-md-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-md-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-md-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-md-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-md-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-md-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 768px) {
    .menu-nav-item-active-md-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-md-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-md-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-md-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-md-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-md-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-md-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-md-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-md-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-md-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-md-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-md-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-md-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-md-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-md-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-md-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-md-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-md-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 768px) {
    .menu-nav-item-active-md-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-md-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-md-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-md-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-md-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-md-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-md-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-md-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-md-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-md-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-md-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-md-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-md-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-md-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-md-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-md-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-md-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-md-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

@media (min-width: 992px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-lg-row {
        flex-direction: row; } }

@media (min-width: 992px) {
    .menu-nav-item-active-lg-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-lg-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-lg-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-lg-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-lg-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-lg-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-lg-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-lg-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-lg-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-lg-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-lg-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-lg-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-lg-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-lg-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-lg-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-lg-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-lg-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-lg-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 992px) {
    .menu-nav-item-active-lg-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-lg-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-lg-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-lg-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-lg-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-lg-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-lg-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-lg-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-lg-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-lg-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-lg-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-lg-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-lg-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-lg-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-lg-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-lg-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-lg-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-lg-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 992px) {
    .menu-nav-item-active-lg-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-lg-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-lg-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-lg-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-lg-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-lg-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-lg-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-lg-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-lg-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-lg-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-lg-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-lg-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-lg-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-lg-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-lg-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-lg-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-lg-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-lg-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 992px) {
    .menu-nav-item-active-lg-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-lg-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-lg-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-lg-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-lg-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-lg-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-lg-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-lg-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-lg-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-lg-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-lg-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-lg-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-lg-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-lg-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-lg-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-lg-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-lg-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-lg-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

@media (min-width: 1200px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-xl-row {
        flex-direction: row; } }

@media (min-width: 1200px) {
    .menu-nav-item-active-xl-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xl-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-xl-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xl-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xl-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-xl-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xl-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xl-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xl-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xl-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-xl-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xl-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-xl-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xl-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 1200px) {
    .menu-nav-item-active-xl-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xl-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-xl-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xl-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xl-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-xl-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xl-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xl-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xl-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xl-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-xl-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xl-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-xl-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xl-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 1200px) {
    .menu-nav-item-active-xl-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xl-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xl-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xl-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-xl-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xl-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xl-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xl-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xl-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-xl-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xl-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xl-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xl-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xl-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-xl-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xl-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-xl-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xl-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 1200px) {
    .menu-nav-item-active-xl-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xl-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xl-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xl-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-xl-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xl-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xl-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xl-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xl-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-xl-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xl-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xl-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xl-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xl-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-xl-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xl-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-xl-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xl-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

@media (min-width: 1400px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container.flex-xxl-row {
        flex-direction: row; } }

@media (min-width: 1400px) {
    .menu-nav-item-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #E9900C; }
    .menu-bg-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xxl-color-1 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xxl-color-1 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-active-xxl-color-1 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xxl-color-1 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xxl-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xxl-color-1 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xxl-color-1 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #E9900C; }
    .submenu-bg-hover-xxl-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xxl-color-1 .wp-block-navigation__submenu-container a:hover {
        background-color: #E9900C; }
    .submenu-hover-xxl-color-1 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xxl-color-1 .wp-block-navigation__submenu-container a:hover {
        color: #E9900C; } }

@media (min-width: 1400px) {
    .menu-nav-item-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #862667; }
    .menu-bg-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xxl-color-4 .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xxl-color-4 .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-active-xxl-color-4 .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xxl-color-4 .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xxl-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xxl-color-4 .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xxl-color-4 .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #862667; }
    .submenu-bg-hover-xxl-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xxl-color-4 .wp-block-navigation__submenu-container a:hover {
        background-color: #862667; }
    .submenu-hover-xxl-color-4 .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xxl-color-4 .wp-block-navigation__submenu-container a:hover {
        color: #862667; } }

@media (min-width: 1400px) {
    .menu-nav-item-active-xxl-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xxl-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xxl-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xxl-transparent .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: transparent; }
    .menu-bg-active-xxl-transparent .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xxl-transparent .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xxl-transparent .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xxl-transparent .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xxl-transparent .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-active-xxl-transparent .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xxl-transparent .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xxl-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xxl-transparent .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xxl-transparent .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: transparent; }
    .submenu-bg-hover-xxl-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xxl-transparent .wp-block-navigation__submenu-container a:hover {
        background-color: transparent; }
    .submenu-hover-xxl-transparent .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xxl-transparent .wp-block-navigation__submenu-container a:hover {
        color: transparent; } }

@media (min-width: 1400px) {
    .menu-nav-item-active-xxl-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-nav-item-active-xxl-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-nav-item-active-xxl-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-nav-item-active-xxl-white .wp-block-navigation__container > li.current-menu-ancestor > a {
        color: #fff; }
    .menu-bg-active-xxl-white .wp-block-navigation__container > li.current-menu-item > button,
    .menu-bg-active-xxl-white .wp-block-navigation__container > li.current-menu-item > a,
    .menu-bg-active-xxl-white .wp-block-navigation__container > li.current-menu-ancestor > button,
    .menu-bg-active-xxl-white .wp-block-navigation__container > li.current-menu-ancestor > a,
    .menu-bg-active-xxl-white .wp-block-navigation__container > li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-active-xxl-white .wp-block-navigation__submenu-container li.current-menu-item > button,
    .submenu-bg-active-xxl-white .wp-block-navigation__submenu-container li.current-menu-item > a,
    .submenu-bg-active-xxl-white .wp-block-navigation__submenu-container li.current-menu-ancestor > button,
    .submenu-bg-active-xxl-white .wp-block-navigation__submenu-container li.current-menu-ancestor > a,
    .submenu-bg-active-xxl-white .wp-block-navigation__submenu-container li > [aria-expanded="true"] {
        background-color: #fff; }
    .submenu-bg-hover-xxl-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-bg-hover-xxl-white .wp-block-navigation__submenu-container a:hover {
        background-color: #fff; }
    .submenu-hover-xxl-white .wp-block-navigation__submenu-container li > button:hover,
    .submenu-hover-xxl-white .wp-block-navigation__submenu-container a:hover {
        color: #fff; } }

.c-bonus-code .bcb_counter_btn {
    background-color: #F6F6F7; }
.c-bonus-code .bcb_counter_btn:hover {
    color: #b879da; }

table th {
    background-color: #E6E4E6; }

table td .bcb-btn,
table td .bc-links-link,
table td .cta-button {
    color: #fff; }

.bc-accordion-item .accordion-button {
    border-color: #E44C8C; }
.bc-accordion-item .accordion-button:not(.collapsed) {
    background-color: #F6F6F7; }

.bc-accordion-item .accordion-body {
    background-color: #F6F6F7;
    border-color: #E44C8C; }

#bc-table-of-contents .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    border: 2px solid #E44C8C; }
#bc-table-of-contents .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #F6F6F7 !important; }
#bc-table-of-contents .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none; }

#bc-table-of-contents .accordion-item .accordion-body {
    background-color: #F6F6F7;
    border: 2px solid #E44C8C; }


.bcb-responsive-title{font-size:16px;font-weight:700;line-height:1.25;margin-bottom:0.5em}@media (min-width: 768px){.bcb-responsive-title{font-size:24px}}.bcsb__container{display:flex;-ms-flex-direction:column;flex-direction:column}.bcsb__container .bcsb__container_row{display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:15px}.bcsb__container .bcsb__container_row:last-child{margin-bottom:0}.bcb-sport-block-data .bcb-sports-spinner-border{margin-left:5px;display:none}.bcb-sports-spinner-border{width:16px;height:16px;border-top-color:#444;border-left-color:#444;animation:bcb-sports-spinner-border 1s linear infinite;border-bottom-color:transparent;border-right-color:transparent;border-style:solid;border-width:2px;border-radius:50%;box-sizing:border-box;display:inline-block;vertical-align:middle}@keyframes bcb-sports-spinner-border{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.event-odds-1.bcb-block{margin-bottom:0}.event-odds-1__heading{display:flex}.event-odds-1__heading__right,.event-odds-1__heading__left{-ms-flex:1 1;flex:1 1}.event-odds-1__heading__right{text-align:right}.event-odds-1__bottom{display:flex;-ms-flex-pack:justify;justify-content:space-between}.event-odds-1__bottom__offer{height:40px;display:flex;-ms-flex:0 1 31%;flex:0 1 31%;-ms-flex-pack:justify;justify-content:space-between;padding:0}.event-odds-1__bottom__offer:hover{text-decoration:none}.event-odds-1__bottom__offer--no-draw-odds{-ms-flex:0 1 49%;flex:0 1 49%}.event-odds-1__bottom__offer .event-odds-1__bottom_operator_odd{-ms-flex:1 1;flex:1 1;line-height:40px;font-weight:700;padding:0}@media (min-width: 768px){.event-odds-1__bottom__offer .event-odds-1__bottom_operator_odd{line-height:56px}}.event-odds-1__bottom__offer .event-odds-1__bottom_operator_img img{margin-right:5px}@media (min-width: 768px){.event-odds-1__bottom__offer{height:56px}.event-odds-1__bottom__offer .event-odds-1__bottom_operator_img img{margin-right:10px}}.event-odds-1 .bcb-unavailable{width:100%}.event-odds-2{display:flex;-ms-flex-pack:justify;justify-content:space-between}.event-odds-2.bcb-block{margin-bottom:0}.event-odds-2__teams{-ms-flex:1;flex:1}.event-odds-2__teams_title.bcb-responsive-title{text-transform:capitalize;height:40px;line-height:1.2;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.event-odds-2__teams_title.bcb-responsive-title{height:56px}}.event-odds-2__teams_title:first-child{display:none}@media (min-width: 768px){.event-odds-2__teams_title:first-child{display:flex}}.event-odds-2__odds{display:none;-ms-flex:0 1 60%;flex:0 1 60%;overflow-x:auto;overflow-y:hidden}.event-odds-2__odds-link{text-decoration:none}.event-odds-2__odds-link:hover{text-decoration:none}.event-odds-2__odds .bcb-unavailable{width:100%}.event-odds-2__odds .bcb-square-logo{margin-right:15px}.event-odds-2__odds__operator:last-child .bcb-square-logo{margin-right:0}.event-odds-2__odds__operator .bcb-btn.btn-block{height:40px;line-height:40px;font-weight:700;padding:0;text-align:center;width:75px}@media (min-width: 768px){.event-odds-2__odds__operator .bcb-btn.btn-block{padding:0;margin:0 15px 0 0;height:56px;width:56px;line-height:56px;font-weight:700}.event-odds-2__odds__operator .bcb-btn.btn-block.single-team{min-width:75px}}.event-odds-2__odds__operator:first-child{margin-left:auto}@media (min-width: 768px){.event-odds-2__odds{display:flex}}.event-odds-2__best_odds{display:flex}@media (min-width: 768px){.event-odds-2__best_odds{display:none}.event-odds-2__best_odds.single-team{display:block}}.event-odds-2__best_odds a.event-odds-2__odds-link{margin-bottom:15px}.event-odds-2__best_odds a.event-odds-2__odds-link:last-child{margin-bottom:0}.event-odds-2__best_odds a.event-odds-2__odds-link .bcsb__container_row:last-child .bcb-square-logo{margin-right:5px}.event-odds-3.bcb-block{margin-bottom:0}.event-odds-3 p{text-align:center;font-weight:700;margin-bottom:0.25em;line-height:1em}.event-odds-3 p.event-odds-3__venue{font-weight:400;margin-bottom:1.25em}.event-odds-3 p.event-odds-3__stage{margin-bottom:0.75em}.event-odds-3__info{display:flex;-ms-flex-pack:justify;justify-content:space-between}.event-odds-3__info_logo{display:flex}.event-odds-3__info_logo img{width:48px;height:auto;margin:auto}@media (min-width: 768px){.event-odds-3__info_logo img{width:76px}}.event-odds-3__info_date{-ms-flex:1;flex:1}.event-odds-3__info_date>.event-start-date{font-size:20px}@media (min-width: 768px){.event-odds-3__info_date>.event-start-date{font-size:24px}}.event-odds-3__info_date>.event-start-time{font-size:32px}@media (min-width: 768px){.event-odds-3__info_date>.event-start-time{font-size:40px}}.event-odds-3__heading{display:flex}.event-odds-3__heading__right,.event-odds-3__heading__left{-ms-flex:1 1;flex:1 1}.event-odds-3__heading__right{text-align:right}.event-odds-3__bottom{display:flex;-ms-flex-pack:justify;justify-content:space-between}.event-odds-3__bottom__offer{height:40px;display:flex;-ms-flex:0 1 31%;flex:0 1 31%;-ms-flex-pack:justify;justify-content:space-between;padding:0}.event-odds-3__bottom__offer:hover{text-decoration:none}.event-odds-3__bottom__offer--no-draw-odds{-ms-flex:0 1 49%;flex:0 1 49%}.event-odds-3__bottom__offer .event-odds-3__bottom_operator_odd{-ms-flex:1 1;flex:1 1;line-height:40px;font-weight:700;padding:0}@media (min-width: 768px){.event-odds-3__bottom__offer .event-odds-3__bottom_operator_odd{line-height:56px}}.event-odds-3__bottom__offer .event-odds-3__bottom_operator_img img{margin-right:5px}@media (min-width: 768px){.event-odds-3__bottom__offer{height:56px}.event-odds-3__bottom__offer .event-odds-3__bottom_operator_img img{margin-right:10px}}.event-odds-3 .bcb-unavailable{width:100%}.event-odds-4.bcb-container{padding:0;margin-bottom:0}.event-odds-4__winner{padding:15px;text-align:center;background-color:#444;color:#fff;text-transform:initial}.event-odds-4 .cta-container{text-align:center;padding-bottom:15px;padding-top:15px}.event-odds-4__odds-button{display:inline-block}.event-odds-4__odds-button img{width:56px;height:56px;margin-right:10px;border-radius:4px;background-size:cover;background-repeat:no-repeat}.event-odds-4__odds-button span{height:56px;line-height:28px;margin:0 7px}.event-odds-4__table{width:100%}.event-odds-4__table caption{caption-side:top}.event-odds-4__table th{padding-left:5px}.event-odds-4__table th:last-child{padding-right:0}.event-odds-4__table th:first-child{padding-left:20px}.event-odds-4__table th.event-odds-4__odds-title{text-align:center}.event-odds-4__table th.highlight-column{background-color:#d3d4d4}@media (min-width: 768px){.event-odds-4__table th{padding:0 7px;padding-top:15px}}.event-odds-4__table_odds{width:61px}.event-odds-4__table_odds .bcb-btn.btn-block{height:40px;width:56px;line-height:40px;font-weight:700;padding:0;margin:0 0 0 5px;text-align:center}@media (min-width: 768px){.event-odds-4__table_odds .bcb-btn.btn-block{height:56px;line-height:56px;margin:0 7px}}@media (min-width: 768px){.event-odds-4__table_odds{width:71px}}.event-odds-4__table_odds:last-child{padding-right:0}.event-odds-4__table_info{padding-left:20px}.event-odds-4__table td{padding-top:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.25)}.event-odds-4__table td.highlight-column{background-color:#d3d4d4}.event-odds-4__table tr:last-child td{padding-top:15px;padding-bottom:15px;border-bottom:none}.event-odds-4__odds__operator__data{display:inline-block;vertical-align:middle}.event-odds-4__odds-link{text-decoration:none}.event-odds-4__odds-link:hover{text-decoration:none}.event-list-1{padding:20px 0}.event-list-1-empty{padding-left:20px}.event-list-1__event{display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 20px;border-top:1px solid rgba(0,0,0,0.25)}@media (max-width: 991px){.event-list-1__event{-ms-flex-direction:column;flex-direction:column}}.event-list-1__event:first-child{border-top:none}.event-list-1__event-info{display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 991px){.event-list-1__event-info{-ms-flex-direction:column;flex-direction:column;width:100%;-ms-flex-align:start;align-items:flex-start}}.event-list-1__event-odds{width:462px;text-align:right}.event-list-1__event-odds-empty{text-align:left}@media (max-width: 991px){.event-list-1__event-odds{width:100%;text-align:left}}@media (max-width: 574px){.event-list-1__event-odds{min-width:auto}}.event-list-1__event-odds .bcb-square-logo{margin-right:0}@media (max-width: 991px){.event-list-1__event-odds .bcb-square-logo{height:40px;width:40px}}@media (max-width: 574px){.event-list-1__event-odds .bcb-square-logo{height:30px;width:30px}}@media (max-width: 991px){.event-list-1__event-odds .bcb-btn{padding:6px}}@media (max-width: 767px){.event-list-1__event-odds .bcb-btn{padding:7px}}@media (max-width: 574px){.event-list-1__event-odds .bcb-btn{padding:2px;font-size:14px}}.event-list-1__event-time{display:flex;-ms-flex-direction:column;flex-direction:column;min-width:70px;text-align:left}@media (max-width: 991px){.event-list-1__event-time{-ms-flex-direction:row;flex-direction:row}}.event-list-1__event-time span:first-child{font-weight:bold;margin-right:10px}@media (max-width: 991px){.event-list-1__event-teams{display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}}.event-list-1__event-team{font-weight:normal;margin:0 !important}.event-list-1__bookmaker{margin-right:5px;text-decoration:none !important}.event-list-1__bookmaker span{vertical-align:top}.event-list-1__bookmaker span:last-child{min-width:74px;padding:15px 12px}@media (max-width: 991px){.event-list-1__bookmaker span:last-child{padding:8px}}@media (max-width: 574px){.event-list-1__bookmaker span:last-child{padding:2px;min-width:40px}}.event-list-2{table-layout:auto;max-width:100%;width:100%}.event-list-2 tr{border-bottom:1px solid #d3d4d4}.event-list-2 tr td{padding:8px}.event-list-2 tr td:first-child{padding-left:16px}.event-list-2 tr td:last-child{padding-right:16px}.event-list-2 tr td a{color:#34b179;text-decoration:none;font-weight:bold;line-height:1.2;transition:color 0.15s ease-in-out}.event-list-2 tr td a:hover{color:#339e6e}.event-list-2 tr .event-list-2__event-odds{text-align:left}.event-list-2 .event-list-2__odd span:last-child{white-space:nowrap}.event-list-2__event-info time:first-child{font-weight:bold}.event-list-2__event-info time{white-space:nowrap}.event-list-2.event-list-2--1x2 tr td:not(:first-child){width:26%}.event-list-2.event-list-2--1x2 tr td:first-child{width:22%}.event-list-2.event-list-2--12 tr td:not(:first-child){width:39%}.event-list-2.event-list-2--12 tr td:first-child{width:22%}@media (max-width: 991px){.event-list-2__event-info time{display:block}.event-list-2 tr td .event-list-2__odd{display:block}.event-list-2 tr td .event-list-2__odd span{display:block}}@media (min-width: 576px){.event-list-2 tr td{font-size:16px}}@media (max-width: 575px){.event-list-2 tr td{font-size:14px}}.outright-odds tr.OutrightLimitedRows{display:none}.outright-odds tr.OutrightLimitedRows.show{display:table-row}.outright-odds .modal{display:none}.outright-odds thead tr:first-child th{border-radius:0}.outright-odds thead tr:first-child th:first-child{border-top-left-radius:4px}.outright-odds thead tr:first-child th:last-child{border-top-right-radius:4px}.outright-odds tbody td.outright-odds__odds__operator img{max-height:112px;max-width:112px}.outright-odds tfoot tr td{border-bottom:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.modal{width:100vw;height:100vh;position:fixed;transform:translate3d(0, 0, 200px);background:rgba(0,0,0,0.5)}.modal-backdrop.show{display:none}@media (max-width: 768px){.outright-odds-1.bcb-container{padding:0 20px}}@media (max-width: 768px){.outright-odds-1.bcb-container:first-child{padding-top:20px}}.outright-odds-1__teams{-ms-flex:1;flex:1}.outright-odds-1__teams_title.bcb-responsive-title{text-transform:capitalize;height:40px;line-height:1.2;display:flex;-ms-flex-align:center;align-items:center;font-weight:bold}@media (min-width: 768px){.outright-odds-1__teams_title.bcb-responsive-title{height:56px}}@media (min-width: 768px){.outright-odds-1__teams_title:first-child{display:flex}}.outright-odds-1__odds{display:none;-ms-flex:0 1 60%;flex:0 1 60%;overflow-x:auto;overflow-y:hidden}.outright-odds-1__odds-link{text-decoration:none}.outright-odds-1__odds-link:hover{text-decoration:none}.outright-odds-1__odds .bcb-unavailable{width:100%}.outright-odds-1__odds .bcb-square-logo{margin:auto}.outright-odds-1__odds__operator:last-child .bcb-square-logo{margin-right:0}.outright-odds-1__odds__operator .bcb-btn.btn-block{height:40px;line-height:40px;font-weight:700;padding:0;text-align:center;width:75px}@media (min-width: 768px){.outright-odds-1__odds__operator .bcb-btn.btn-block{padding:0;margin:0;height:56px;width:56px;line-height:56px;font-weight:700}.outright-odds-1__odds__operator .bcb-btn.btn-block.single-team{min-width:75px;max-width:75px;text-align:center}}.outright-odds-1__odds__operator:first-child{margin-left:auto}@media (min-width: 768px){.outright-odds-1__odds{display:flex}}.outright-odds-1__best_odds{display:flex}@media (min-width: 768px){.outright-odds-1__best_odds{display:none}.outright-odds-1__best_odds.single-team{display:block}}.outright-odds-1__best_odds a.outright-odds-1__odds-link{margin-bottom:15px}.outright-odds-1__best_odds a.outright-odds-1__odds-link:last-child{margin-bottom:0}@media (max-width: 768px){.outright-odds-1__best_odds a.outright-odds-1__odds-link .bcsb__container_row:last-child{margin-bottom:20px}}.outright-odds-1__best_odds a.outright-odds-1__odds-link .bcsb__container_row:last-child .bcb-square-logo{margin:auto}table.outright-odds-1{width:100%}table.outright-odds-1 thead{background:#e9ecef}table.outright-odds-1 thead tr{border-radius:0;padding:0 20px;display:flex}table.outright-odds-1 thead tr:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}table.outright-odds-1 thead tr th{font-weight:normal;border-radius:0;-ms-flex:2;flex:2;padding:20px 0;text-align:center}@media (max-width: 768px){table.outright-odds-1 thead tr th{padding:20px 0 0 0}}@media (max-width: 991px){table.outright-odds-1 thead tr th{-ms-flex:3;flex:3}}table.outright-odds-1 thead tr th:first-child{border-top-left-radius:4px;border-top-right-radius:4px;-ms-flex:14;flex:14;text-align:left}@media (max-width: 768px){table.outright-odds-1 thead tr th:first-child{-ms-flex:4;flex:4}}@media (max-width: 991px){table.outright-odds-1 thead tr th:first-child{-ms-flex:8;flex:8}}table.outright-odds-1 tbody tr{border-radius:0;padding-top:10px;padding-bottom:0;display:flex}table.outright-odds-1 tbody tr:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding-bottom:10px}table.outright-odds-1 tbody tr td{font-weight:normal;border-radius:0;-ms-flex:2;flex:2}@media (max-width: 768px){table.outright-odds-1 tbody tr td{-ms-flex:1;flex:1}}@media (max-width: 991px){table.outright-odds-1 tbody tr td{-ms-flex:3;flex:3}}table.outright-odds-1 tbody tr td:first-child{border-top-left-radius:4px;border-top-right-radius:4px;-ms-flex:15;flex:15}@media (max-width: 768px){table.outright-odds-1 tbody tr td:first-child{-ms-flex:4;flex:4}}@media (max-width: 991px){table.outright-odds-1 tbody tr td:first-child{-ms-flex:8;flex:8}}table.outright-odds-1 tbody tr td div.btn-block{max-width:75px;min-width:75px;font-weight:bold}@media (max-width: 768px){table.outright-odds-1 tbody tr td div.btn-block{padding:7px;font-size:16px;max-width:50px;min-width:50px;margin:auto}}.outright-odds-2{display:flex;-ms-flex-pack:justify;justify-content:space-between}.outright-odds-2.bcb-block{margin-bottom:0}.outright-odds-2__teams{-ms-flex:1;flex:1}.outright-odds-2__teams_title.bcb-responsive-title{text-transform:capitalize;height:40px;line-height:1.2;-ms-flex-align:center;align-items:center;font-weight:bold}@media (min-width: 768px){.outright-odds-2__teams_title.bcb-responsive-title{height:65px}}.outright-odds-2__odds{display:none;-ms-flex:0 1 60%;flex:0 1 60%;overflow-x:auto;overflow-y:hidden}.outright-odds-2__odds-link{text-decoration:none}@media (max-width: 767px){.outright-odds-2__odds-link{margin-bottom:5px}}.outright-odds-2__odds-link:hover{text-decoration:none}.outright-odds-2__odds .bcb-unavailable{width:100%}.outright-odds-2__odds .bcb-square-logo{margin-right:15px}.outright-odds-2__odds__operator:last-child .bcb-square-logo{margin-right:0}@media (max-width: 767px){.outright-odds-2__odds__operator:last-child .bcb-square-logo{margin:2px}}.outright-odds-2__odds__operator .bcb-btn.btn-block{height:40px;line-height:40px;font-weight:700;padding:0;text-align:center;width:75px}@media (max-width: 767px){.outright-odds-2__odds__operator .bcb-btn.btn-block{margin:4px}}@media (min-width: 768px){.outright-odds-2__odds__operator .bcb-btn.btn-block{padding:0;height:56px;width:56px;line-height:56px;font-weight:700}.outright-odds-2__odds__operator .bcb-btn.btn-block.single-team{min-width:75px}}.outright-odds-2__odds__operator:first-child{margin-left:auto}@media (min-width: 768px){.outright-odds-2__odds{display:flex}}.outright-odds-2__best_odds{display:flex}@media (min-width: 768px){.outright-odds-2__best_odds{display:none}.outright-odds-2__best_odds.single-team{display:block}}table.outright-odds-2{display:table}table.outright-odds-2 thead tr{display:flex;padding-left:20px}table.outright-odds-2 thead tr th{padding-top:20px;margin-right:20px;-ms-flex:1;flex:1;font-weight:initial}table.outright-odds-2 thead tr th:first-child{-ms-flex:15;flex:15}@media (max-width: 768px){table.outright-odds-2 thead tr th:first-child{-ms-flex:2;flex:2}}table.outright-odds-2 thead tr th .bcb-square-logo{margin:auto}table.outright-odds-2 tbody tr{display:flex;padding:0 20px 10px}table.outright-odds-2 tbody tr:first-child{margin-top:20px}table.outright-odds-2 tbody tr:last-child{margin-bottom:20px}table.outright-odds-2 tbody tr td{-ms-flex:1;flex:1;margin-right:20px}table.outright-odds-2 tbody tr td:first-child{-ms-flex:15;flex:15}@media (max-width: 768px){table.outright-odds-2 tbody tr td:first-child{-ms-flex:2;flex:2}}table.outright-odds-2 tbody tr td:last-child{margin-right:0}@media (max-width: 768px){table.outright-odds-2 tbody tr td div.btn-block{padding:7px;font-size:16px;margin:auto !important;max-width:50px;min-width:50px}}table.outright-odds-2 tbody tr .outright-odds-2{display:table-row}.acca-builder{padding:20px 0 0;border-radius:4px 4px 10px 10px}.acca-builder input::-webkit-outer-spin-button,.acca-builder input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.acca-builder input[type=number]{-moz-appearance:textfield}.acca-builder--bookmaker-stake-amount{display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:80%;max-width:calc(100% - 72px)}.acca-builder-empty{padding-left:20px}.acca-builder__not-all-available{font-size:13px;color:red;margin-bottom:6px}.acca-builder__event{display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-top:1px solid rgba(0,0,0,0.25);padding:16px 5px}@media (max-width: 767px){.acca-builder__event{padding:10px 5px}}@media (max-width: 300px){.acca-builder__event{-ms-flex-direction:column;flex-direction:column}}.acca-builder__event.empty{display:none}.acca-builder__event.hide-border{border:none}.acca-builder__event-info{display:flex;-ms-flex-align:center;align-items:center;min-width:50%}@media (max-width: 1200px){.acca-builder__event-info{min-width:40%}}@media (max-width: 767px){.acca-builder__event-info{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;max-width:100%}}@media (max-width: 300px){.acca-builder__event-info{max-width:100%;text-align:center}}.acca-builder__event-odds{text-align:right;margin-left:5px;min-width:max-content}@media (max-width: 767px){.acca-builder__event-odds{min-width:142px}}.acca-builder__event-odds-empty{text-align:left}.acca-builder__event-odds .bcb-btn{position:relative;background-color:white}.acca-builder__event-odds .bcb-btn .checker{width:16px;height:16px;position:absolute;bottom:-8px;right:-8px;border-radius:50%;border:1px solid #dee2e6;background-color:#fff}.acca-builder__event-time{display:flex;-ms-flex-direction:column;flex-direction:column;text-align:left;font-size:12px;line-height:16px;color:#8d8d8d;min-width:fit-content}@media (max-width: 767px){.acca-builder__event-time{min-width:40px}}@media (max-width: 300px){.acca-builder__event-time{text-align:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:center;align-self:center}}.acca-builder__event-teams{display:flex;-ms-flex-direction:column;flex-direction:column;overflow:scroll;margin-right:8px;max-width:unset;margin-left:24px}@media (max-width: 767px){.acca-builder__event-teams{margin:0;max-width:initial}}@media (max-width: 430px){.acca-builder__event-teams{max-width:100%;margin-left:0}}.acca-builder__event-teams::-webkit-scrollbar{display:none}.acca-builder__event-team{color:#404040;font-weight:600;margin:0 !important;white-space:nowrap;text-overflow:ellipsis;overflow:unset;font-size:16px;line-height:24px}@media (max-width: 767px){.acca-builder__event-team{font-size:14px;line-height:19px;font-weight:normal;overflow:hidden}}.acca-builder__events{background-color:#e9ecef;position:relative;padding:16px}@media (max-width: 767px){.acca-builder__events{padding:5px}}.acca-builder__events h2{font-size:16px;line-height:21px;color:#404040;text-align:center;text-transform:uppercase;font-weight:500}.acca-builder__events-header{text-align:right;padding:0 5px}@media (max-width: 300px){.acca-builder__events-header{text-align:center}}.acca-builder__events-header span{background-color:transparent}.acca-builder__calculation{background-color:#d5d9de;border-radius:10px;margin-top:10px;padding:16px}@media (max-width: 767px){.acca-builder__calculation{padding:10px}}.acca-builder__calculation-header{display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.acca-builder__calculation-best-odds,.acca-builder__calculation-selected-bets{font-size:13px;line-height:17px;color:#8d8d8d;text-transform:capitalize}.acca-builder__calculation-inputs{display:flex;background-color:#fff;border-radius:5px;-ms-flex-pack:center;justify-content:center;padding-right:10px;-ms-flex:1;flex:1}@media (max-width: 767px){.acca-builder__calculation-inputs{-ms-flex:0 0 60%;flex:0 0 60%}}.acca-builder__calculation-inputs input{width:20px;color:#636363;border:none;padding:0}.acca-builder__calculation-inputs--bookmakers{display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;-ms-flex:1;flex:1}@media (max-width: 767px){.acca-builder__calculation-inputs--bookmakers{-ms-flex:0 0 100%;flex:0 0 100%}}.acca-builder__calculation-inputs--bookmakers.result-full-active{-ms-flex-align:end;align-items:flex-end;position:relative;width:70%}.acca-builder__calculation-body{display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}@media (max-width: 767px){.acca-builder__calculation-body{gap:16px}}@media (max-width: 430px){.acca-builder__calculation-body{gap:8px}}.acca-builder__calculation-body-name{position:absolute;top:5px;right:2px;margin-right:0;width:40px;line-height:40px;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acca-builder__calculation-body-stake{height:35px;line-height:35px;font-size:19px;color:#636363;position:relative;min-width:65px;background:#fff;border-radius:5px;overflow:hidden;margin-bottom:5px;display:flex;background-color:#d5d9de;-ms-flex:1;flex:1}@media (max-width: 767px){.acca-builder__calculation-body-stake{-ms-flex:0 0 100%;flex:0 0 100%}}.acca-builder__calculation-body-stake.right-side-with-space{min-width:75px}.acca-builder__calculation-body-stake-currency{margin:0 5px}.acca-builder__calculation-body-text{height:50px;font-size:16px;color:#404040;margin:0;font-weight:bold;line-height:unset;line-break:anywhere;display:inline-flex;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.acca-builder__calculation-body-text{line-height:50px}}.acca-builder__calculation-body-text_front{background-color:#d5d9de;font-size:16px;-ms-flex:none;flex:none;padding-right:32px}@media (max-width: 767px){.acca-builder__calculation-body-text_front{-ms-flex:0 0 40%;flex:0 0 40%}}.acca-builder__calculation-body-return{height:50px;line-height:50px;font-size:19px;color:#636363;position:relative;min-width:100%;background-color:#fff;border-radius:5px;-ms-flex-order:1;order:1;cursor:pointer;width:100% !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.acca-builder__calculation-body-return.right-side-with-space{min-width:160px}.acca-builder__calculation-body-return.no-odds span{color:#ba5151 !important}.acca-builder__calculation-body-return.no-odds::after{content:'!';color:#ba5151;display:inline-block;transform:translate(10px, -50px);font-weight:bold;font-size:24px;position:absolute;right:0}.acca-builder__calculation-body-return-value{display:inline-block;overflow:hidden;border:unset;max-width:86px;height:50px;color:#636363;background-color:#fff;text-align:left}.acca-builder__calculation-body-return-value:focus{outline:none}.acca-builder__calculation-body-return-currency{height:50px;color:#636363;background-color:#fff;margin:0 5px}.acca-builder__calculation-body-return-currency.right-side-with-space{padding-right:6px;padding-left:6px;border-radius:0 5px 5px 0}.acca-builder__calculation-body-logo{position:absolute;top:5px;right:30px;width:40px;height:40px;margin-right:40px !important}@media (max-width: 767px){.acca-builder__calculation-body-logo{margin-right:0}}@media (max-width: 430px){.acca-builder__calculation-body-logo{right:0}}.acca-builder__calculation-body-result{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:white;border-radius:5px;position:relative;width:160px;-ms-flex-align:end;align-items:flex-end;overflow:hidden;max-height:50px;-ms-flex:0 0 70%;flex:0 0 70%}@media (max-width: 767px){.acca-builder__calculation-body-result{-ms-flex:0 0 60%;flex:0 0 60%}}.acca-builder__calculation-body-result.result-full-active{background-color:white;z-index:12;position:absolute;right:0;width:60%;bottom:0;overflow-y:auto;max-height:200px}.acca-builder__calculation-body-result.result-full-active .acca-builder__calculation-body-return{display:flex !important;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.acca-builder__calculation-body-result.result-full-active .acca-builder__calculation-body-logo{position:absolute;right:10px}.acca-builder__calculation-body-result.result-full-active .acca-builder-load-more{display:none}.acca-builder__calculation-body .acca-builder-load-more{position:absolute;color:#636363;cursor:pointer;padding:12px 8px;right:0;width:100%;text-align:right;z-index:10}.acca-builder__headline{font-size:16px;line-height:21px;color:#404040}.acca-builder__show-more{font-size:14px;line-height:19px;color:#8d8d8d;outline:unset;border:unset;display:block;margin:0 auto;position:relative;background-color:transparent;padding-top:8px}.acca-builder__show-more.empty{display:none}.acca-builder__show-more:focus{outline:unset}.acca-builder__show-more.acca-builder-less-more{display:none}.acca-builder__show-more .load-arrow{display:inline-block;border:solid #8d8d8d;border-width:0 3px 3px 0;padding:3px;position:absolute;right:-18px}.acca-builder__show-more .load-arrow.load-more-arrow{transform:rotate(45deg);bottom:unset;top:10px}@media (max-width: 767px){.acca-builder__show-more .load-arrow.load-more-arrow{top:4px}}.acca-builder__show-more .load-arrow.load-less-arrow{transform:rotate(-135deg);top:unset;bottom:4px}.acca-builder__show-more.event-list-full-active{display:none}.acca-builder__goto-link{background-color:#6c757d;color:#fff;text-transform:uppercase;width:100%;display:block;text-align:center;padding:10px;margin-top:10px;border-radius:5px}.acca-builder__goto-link:hover{text-decoration:none;color:#fff}.acca-builder .hideEl{display:none}.acca-builder .showEl{display:block}.acca-builder .acca-builder-odd-cell{color:#474747;padding:0;display:inline-block;text-align:center;text-transform:uppercase;border:unset;border:2px solid #fff;cursor:pointer;margin-right:12px;width:80px;height:50px;line-height:50px;font-size:18px}@media (max-width: 1200px){.acca-builder .acca-builder-odd-cell{width:100px}}@media (max-width: 767px){.acca-builder .acca-builder-odd-cell{width:41px;height:37px;font-size:14px;line-height:34px;margin-right:5px}}.acca-builder .acca-builder-odd-cell:last-of-type{margin-right:0}.acca-builder .acca-builder-odd-cell.acca-builder__events-header-item{border-color:transparent;cursor:default}.acca-builder .acca-builder-odd-cell.selected-odd{border:2px solid #5ccfa3}.acca-builder .acca-builder-odd-cell.selected-odd .checker{background-color:#5ccfa3;border-color:#5ccfa3;position:absolute;z-index:9}.acca-builder .acca-builder-odd-cell.selected-odd .checker::after{content:'';position:absolute;transform:rotate(45deg);height:10px;width:5px;border-bottom:2px solid #fff;border-right:2px solid #fff;bottom:3px;left:5px}.acca-builder .acca-builder-odd-cell.acca-builder__no-odd-cell{pointer-events:none}.acca-builder *:focus{outline:none}.acca-builder .add-border-top{border-top:1px solid rgba(0,0,0,0.25)}.acca-builder__bet_link{background-color:#6c757d;display:block;border-radius:3px;padding:10px 0;width:100%;margin:10px 0;text-align:center;color:#fff;font-weight:bold}.acca-builder__bet_link:hover{background-color:#8d8d8d;color:#fff;text-decoration:none}.acca-builder__bet_link span{text-transform:uppercase}.acca-builder-no-odds{position:absolute;width:100%;height:100%;top:0;left:0;background:#e9ecef;padding:0 10px}.best-odds-1 .single-bookmaker.hideEl{display:none !important}.best-odds-1 .dropdown-toggle::after{vertical-align:middle;border-top:0.3em solid #0b0b0b}.best-odds-1 ::-webkit-scrollbar{width:4px}.best-odds-1 ::-webkit-scrollbar-track{background:#fff}.best-odds-1 ::-webkit-scrollbar-thumb{background:#e1e1e1}.manual-odds__button{background-color:#f75}.manual-odds thead tr:first-child th{border-radius:0}.manual-odds thead tr:first-child th:first-child{border-top-left-radius:4px}.manual-odds thead tr:first-child th:last-child{border-top-right-radius:4px}.manual-odds tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.manual-odds tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.manual-odds .manual-odds-row-limit{display:none}.manual-odds .manual-odds-row-limit.show-manual-odds-row{display:table-row}

.bc-compliance-header{position:absolute;width:100%;height:50px;top:0;text-align:center;background-color:white;padding:5px 1px;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.bc-compliance-header .bc-compliance__element--text{font-size:12px;font-weight:normal;width:100%}@media (max-width: 991px){.bc-compliance-header .bc-compliance__element--text{font-size:11px}}.bc-compliance-header .bc-compliance-advertising-disclosure{position:relative;cursor:pointer}.bc-compliance-header .bc-compliance-advertising-disclosure .bc-compliance-advertising-disclosure__tooltip{position:absolute;display:none;background-color:white;max-width:250px;padding:10px;left:0}.bc-compliance-header .bc-compliance-advertising-disclosure:hover .bc-compliance-advertising-disclosure__tooltip{display:block}.bc-compliance-header img{max-height:35px}.bc-compliance-footer{width:100%;position:relative;text-align:center;background:#fff;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;clear:both}.bc-compliance-footer .bc-compliance__element--text{font-size:11px;width:100%}.bc-compliance-footer .bc-compliance__element--image ~ .bc-compliance__element--text{font-weight:600}.bc-compliance-footer img{max-height:100px}.bc-compliance__element{margin:4px 10px}.bc-compliance__element img{max-width:100%;height:auto;width:auto;display:block}.bc-compliance__element .bcc-btn{font-size:12px;background-color:#fff;color:#222;border:1px solid #222;padding:5px 15px;border-radius:6px;transition:all .3s;text-decoration:none}.bc-compliance__element .bcc-btn:hover{background-color:#222;color:#fff}.bc-compliance-header.bc-compliance-gutenberg-header{position:relative;height:auto}.compliance-header-enabled{padding-top:50px}body{top:auto}body.admin-bar.logged-in .bc-compliance-header{margin-top:32px}body.admin-bar.logged-in .bc-compliance-header.bc-compliance-gutenberg-header{margin-top:0}.compliance--be-fr .bc-compliance-header .bc-compliance__element--text{width:auto}@media (min-width: 768px){.compliance--be-fr .bc-compliance-header .bc-compliance__element--text:nth-child(2){margin-left:0}}@media (min-width: 576px) and (max-width: 991px){.compliance--be-fr.compliance-header-enabled{padding-top:65px}.compliance--be-fr.compliance-header-enabled .bc-compliance-header{height:65px}.compliance--be-fr.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}}@media (max-width: 575px){.compliance--be-fr.compliance-header-enabled{padding-top:85px}.compliance--be-fr.compliance-header-enabled .bc-compliance-header{height:85px}.compliance--be-fr.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}}.compliance--it .bc-compliance-header .bc-compliance__element--text{width:auto}.compliance--it .bc-compliance-header .bc-compliance__element--text:first-child a{display:block}@media (min-width: 576px) and (max-width: 767px){.compliance--it.compliance-header-enabled{padding-top:120px}.compliance--it.compliance-header-enabled .bc-compliance-header{height:120px}.compliance--it.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}}@media (max-width: 575px){.compliance--it.compliance-header-enabled{padding-top:130px}.compliance--it.compliance-header-enabled .bc-compliance-header{line-height:14px;height:130px}.compliance--it.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}}@media (min-width: 992px){.compliance--se.compliance-header-enabled .bc-compliance-header .bc-compliance__element--text{width:auto}}.compliance--se.compliance-header-enabled .bc-compliance-header .bc-compliance__element img{max-width:75%}@media (max-width: 991px){.compliance--se.compliance-header-enabled{padding-top:90px}.compliance--se.compliance-header-enabled .bc-compliance-header{height:90px}.compliance--se.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}}.compliance--us-nj .bc-compliance-footer .bc-compliance__element--text ~ .bc-compliance__element--text{font-weight:normal;font-size:12px;line-height:1.2}.compliance--fr .bc-compliance-footer .bc-compliance__element--text{line-height:1.2}.compliance--fr.compliance-header-enabled .bc-compliance-header{padding:0;-ms-flex-align:start;align-items:flex-start;z-index:9999;height:fit-content}.compliance--fr.compliance-header-enabled .bc-compliance-gutenberg-header{height:auto}@media (max-width: 767px){.compliance--fr .bc-compliance-header .bc-compliance__element img{max-width:80%;margin:0 auto}}.compliance--fr .bc-compliance_fr{display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:left;background-color:#ffe500;padding:4px 15px;font-family:Roboto, sans-serif;-ms-flex:1;flex:1}.compliance--fr .bc-compliance_fr details summary{position:relative;list-style:none;padding-right:20px}.compliance--fr .bc-compliance_fr details summary::marker{display:none}.compliance--fr .bc-compliance_fr details summary::after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);right:0;top:4px;transform-origin:8px 7px;transition:all .4s}.compliance--fr .bc-compliance_fr details[open] summary::after{transform:rotate(225deg)}.compliance--fr .bc-compliance_fr details div{display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.compliance--fr .bc-compliance_fr__second_line{font-size:12px}@media (max-width: 767px){.compliance--fr .bc-compliance_fr__second_line{font-size:10px}}.compliance--fr .bc-compliance_fr.bcc-sticky{top:0;left:0;right:0;position:fixed;z-index:9999}.compliance--fr .bc-compliance_fr.bcc-sticky img{margin-right:0}.compliance--fr .bc-compliance_fr a{font-size:14px;font-weight:700;line-height:21px;color:#000;text-decoration:none}.compliance--fr .bc-compliance_fr a p{text-align:left;font-size:14px;margin-bottom:0}.compliance--fr .bc-compliance_fr a p:first-child{font-size:16px}@media (max-width: 767px){.compliance--fr .bc-compliance_fr a p:first-child{font-size:12px;line-height:14px}}@media (max-width: 767px){.compliance--fr .bc-compliance_fr a p{font-size:11px;line-height:14px;text-align:left}}.compliance--fr .bc-compliance_fr img{max-height:48px}@media (max-width: 767px){.compliance--fr .bc-compliance_fr img{min-width:85px;margin-left:10px}}.compliance--co .bc-compliance-footer>.bc-compliance__element--text{font-weight:600}.compliance--gr .bc-compliance-footer .bc-compliance__element--text{line-height:1.2}.compliance--ro .bc-compliance-gutenberg-footer{-ms-flex-wrap:wrap;flex-wrap:wrap}.compliance--ro .bc-compliance-footer{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:inherit}.compliance--ro .bc-compliance-footer>.bc-compliance__element--text{width:inherit}.compliance--ro .bc-compliance-footer>.bc-compliance__element--text .bcc-age{padding:10px;color:grey;font-size:18px;letter-spacing:-1px}.compliance--ro .bc-compliance-footer>.bc-compliance__element--text .bcc-age:nth-child(1){background:red;padding:13px;color:white;font-weight:bold;font-size:21px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
#bc-modal-container{position:fixed;top:0;left:0;width:100%;z-index:9}#bc-modal-container .ei-popup{position:relative}#bc-modal-container .ei-popup__wrapper{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:100;background:rgba(0,0,0,0.4)}#bc-modal-container .ei-popup__container{margin:150px auto;max-width:100%;width:600px;background:#fff;max-height:500px;overflow-x:auto;position:relative}#bc-modal-container .ei-popup__container--inner{padding:20px}#bc-modal-container .ei-popup__container--inner .mx-displaying-preloader .mx-widget-preload{display:none !important}#bc-modal-container .ei-popup__close{z-index:10;position:absolute;top:10px;right:10px}#bc-modal-container .ei-popup__close .cross{width:10px;height:10px;display:inline-block;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20data-name%3D%22Layer%202%22%3E%3Cpath%20d%3D%22M9.71%208l5.94-5.94A1.21%201.21%200%200%200%2013.94.35L8%206.29%202.06.35A1.21%201.21%200%200%200%20.35%202.06L6.29%208%20.35%2013.94a1.21%201.21%200%200%200%200%201.71%201.24%201.24%200%200%200%20.86.35%201.22%201.22%200%200%200%20.85-.35L8%209.71l5.94%205.94a1.22%201.22%200%200%200%201.71%200%201.21%201.21%200%200%200%200-1.71L9.71%208%22%20fill%3D%22%231c344d%22%20fill-rule%3D%22evenodd%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");cursor:pointer}#bc-modal-container .ei-popup__close #minimize{width:10px;height:10px;display:inline-block;background-repeat:no-repeat;background-size:cover;border-bottom:2px solid black;cursor:pointer}#bc-modal-container .ei-popup__age-gate{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;align-content:flex-end}#bc-modal-container .ei-popup__age-gate button{border:0;padding:10px 20px;border-radius:5px;margin:5px}#bc-modal-container .ei-popup__age-gate button a{color:inherit}#bc-modal-container .ei-popup__age-gate button a:hover{text-decoration:none}#bc-modal-container .offers .ei-popup__container{max-height:90vh;margin:5vh auto}#bc-modal-container .offers .ei-popup__container--inner{padding:initial}#bc-modal-container .fullwidth .ei-popup__container{width:100vw;height:100vh;margin:auto;background:#26303d;max-height:initial;padding:100px 0px}#bc-modal-container .fullwidth .ei-popup__container .ei-popup__close{top:70px;right:70px;color:white}#bc-modal-container .fullwidth .ei-popup__container .ei-popup__close #minimize{border-bottom:5px solid white;height:35px;width:35px;border-radius:2px;margin-right:10px;cursor:pointer}#bc-modal-container .fullwidth .ei-popup__container .ei-popup__close .cross{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20data-name%3D%22Layer%202%22%3E%3Cpath%20d%3D%22M9.71%208l5.94-5.94A1.21%201.21%200%200%200%2013.94.35L8%206.29%202.06.35A1.21%201.21%200%200%200%20.35%202.06L6.29%208%20.35%2013.94a1.21%201.21%200%200%200%200%201.71%201.24%201.24%200%200%200%20.86.35%201.22%201.22%200%200%200%20.85-.35L8%209.71l5.94%205.94a1.22%201.22%200%200%200%201.71%200%201.21%201.21%200%200%200%200-1.71L9.71%208%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");height:35px;width:35px}#bc-modal-container .ei-popup__container{top:0%;left:0%;transform:translate(0%, 0px);opacity:1;border-radius:4px;z-index:5;box-shadow:0 20px 40px rgba(0,0,0,0.4);transition:top 0.7s 0s cubic-bezier(0.1, 1.2, 0.3, 1),transform 0.5s 0s cubic-bezier(0.1, 1.2, 0.3, 1),width 0.7s 0.5s cubic-bezier(0.1, 1.2, 0.3, 1),opacity 0.7s}#bc-modal-container .ei-popup__container .ei-popup__close #maximize{display:none}#bc-modal-container .ei-popup__container .ei-popup__close #minimize{display:inline-block}#bc-modal-container .ei-popup__container .ei-popup__close .cross{display:inline-block}#bc-modal-container .ei-popup__container .ei-popup__close>*{padding:7px}#bc-modal-container .ei-popup__container .ei-popup__close.minimizer .cross{display:none}#bc-modal-container .ei-popup__container .ei-popup__container--inner{opacity:1}#bc-modal-container .minimized{background:rgba(0,0,0,0);top:100%}#bc-modal-container .minimized .ei-popup__container{top:100%;height:130px;transform:translate(-30%, -130px);width:160px;opacity:.75;margin:0;overflow:hidden}#bc-modal-container .minimized .ei-popup__container:hover{opacity:1}#bc-modal-container .minimized .ei-popup__container .ei-popup__close #timeoutContainer{display:none}#bc-modal-container .minimized .ei-popup__container .ei-popup__close #maximize{display:inline-block;width:92px;font-size:75px;padding:0;cursor:pointer}#bc-modal-container .minimized .ei-popup__container .ei-popup__close #minimize{display:none}#bc-modal-container .minimized .ei-popup__container .ei-popup__close .cross{display:none}#bc-modal-container .minimized .ei-popup__container .ei-popup__container--inner{opacity:0}#bc-modal-container .minimized.fullwidth .ei-popup__container .ei-popup__close{top:5px;right:10px}#bc-modal-container .maximized .ei-popup__close.minimizer .cross{display:inline-block}body.bc-modal-blur{overflow:hidden}body.bc-modal-blur #bc-modal-container,body.bc-modal-blur #bc-modal-container *,body.bc-modal-blur #bc-modal-container>*{filter:blur(0px) !important}body.bc-modal-blur *:not(#bc-modal-container){filter:blur(3px) saturate(0.5)}


.sw-logos-disabled .mx-team-logo,.sw-logos-disabled .mx-team-home-logo,.sw-logos-disabled .mx-team-away-logo,.sw-logos-disabled .mx-single-team-logo,.sw-logos-disabled .mx-player-club-logo,.sw-logos-disabled .mx-team-club-logo,.sw-logos-disabled .wff_action_map_participant_logo,.sw-logos-disabled .wff_flag_logo_img,.sw-logos-disabled .wff_flag_and_logo_container,.sw-logos-disabled .wff_sport_team_logo_icon{display:none !important}.sw-hide-event-payouts .wff_widget_FW8B97F147DD23DAEC .wff_event_info_container,.sw-hide-event-payouts .wff_widget_FW8B97F147DD23DAEC .wff_po,.sw-hide-event-payouts .wff_widget_FW8B97F147DD23DAEC .wff_odds_comparison_odds_highest_values{display:none !important}.sports-widgets-container .mx-widget.mx-is-widget-container,.sports-widgets-container .mx-inline-widget.mx-is-widget-container{min-height:0}.sports-blocks-ssr-scripts{height:0 !important;opacity:0 !important}.sports-blocks-ssr-scripts *{height:0 !important;opacity:0 !important}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}

.bc-compliance-header {
    width: 100%;
    top: 0;
    text-align: center;
    background-color: white;
    padding: 5px 1px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.gutenberg-operator-table--usp,.c-usps {
    list-style: none
}

.gutenberg-operator-table--usp li,.c-usps li {
    position: relative
}

.gutenberg-operator-table--usp li::before,.c-usps li::before {
    position: absolute;
    left: -25px;
    top: calc(50% - 10px);
}

.bcb-cta-1 a.btn {
    border-radius: 4px
}

.operator-header-1__heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.operator-header-1__heading__left {
    display: flex;
    align-items: center
}

.operator-header-1__heading__left__logo {
    display: flex;
    align-items: center
}

.operator-header-1__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991.98px) {
    .operator-header-1__bottom {
        display:block
    }
}

@media(max-width: 991.98px) {
    .operator-header-1__cta {
        max-width:fit-content;
        margin-top: 10px
    }
}

.operator-header-2.bcb-container {
    display: inline-block
}

.operator-header-2__features {
    display: flex;
    justify-content: space-between
}

.operator-header-2__features_top {
    display: flex;
    align-items: center
}

.operator-header-2 .operator-header-2__bottom-box {
    position: relative
}

.operator-header-2 .operator-header-2__bottom__cta {
    position: relative;
    float: right
}

@media(max-width: 991.98px) {
    .operator-header-2 .operator-header-2__bottom__cta {
        position:relative;
        float: left
    }
}

.operator-header-3-wrapper {
    width: 100%;
    display: flex
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper {
        display:block
    }
}

.operator-header-3-wrapper .operator-header-3-bookmaker {
    width: 66.5%;
    padding-right: 40px
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

.operator-header-3-wrapper .operator-header-3-bookmaker-rating {
    display: flex;
    position: relative
}

.operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
    position: absolute;
    top: 7px;
    right: 0
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

.operator-header-3-wrapper .operator-header-3-offer {
    width: 33%;
    position: relative;
    display: flex;
    flex-direction: column
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

.operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
    display: flex;
    margin-top: auto
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 25%
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(min-width: 768px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .bcb-bonus-input {
        overflow:hidden
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%;
    font-size: 15px
}

.bcb-operator-header-4__winner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-header-4__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-header-4__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-header-4__winner__right__text {
    padding-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-header-4__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.bcb-operator-header-5__winner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-header-5__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-header-5__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-header-5__winner__right__text {
    padding-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-header-5__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.operator-header-6 {
    display: block;
    background: #eee;
    padding: 10px
}

.operator-header-6__features {
    display: flex;
    justify-content: left;
    align-items: flex-start
}

.operator-header-6__features__left {
    flex-shrink: 0
}

.operator-header-6__features__right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.operator-header-6__features__cta {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .operator-header-6__features__cta {
        display:none
    }
}

.operator-header-6__cta {
    display: none
}

@media(max-width: 767.98px) {
    .operator-header-6__cta {
        display:block
    }
}

.operator-header-6 ul,.operator-header-6__top_pros {
    display: inline-block
}

.operator-header-6 ul li,.operator-header-6__top_pros li {
    margin-right: 20px;
    float: left;
    margin-bottom: 0
}

.bcb-operator-list-1-wrapper {
    counter-reset: bcb-operator-list-1-rank;
    margin-bottom: 20px
}

.bcb-operator-list-1__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-1__header__left {
    display: flex
}

.bcb-operator-list-1__header__left-img {
    display: flex;
    align-items: center
}

.bcb-operator-list-1__header__left .bcb-counter::before {
    counter-increment: bcb-operator-list-1-rank;
    content: counter(bcb-operator-list-1-rank) ""
}

.operator_single .bcb-operator-list-1__header__left-img {
    margin-left: 0
}

.operator_single .bcb-operator-list-1__header__left-img::before {
    display: none
}

.bcb-operator-list-1__header__middle {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px 0 40px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle {
        display:block
    }
}

.bcb-operator-list-1__header__middle-first {
    width: 200px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle-first {
        display:none
    }
}

.bcb-operator-list-1__header__middle-second {
    margin-left: auto;
    padding-left: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle-second {
        padding-left:0
    }
}

.bcb-operator-list-1__header__right {
    flex: 0 0 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__right {
        flex:unset
    }

    .bcb-operator-list-1__header__right a {
        display: inline-block;
        width: auto
    }

    .bcb-operator-list-1__header__right a span {
        display: none
    }
}

.core-has-sidebar .bcb-operator-list-1__header__middle-first {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-1__header__middle-first {
        display:none
    }
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-1__header .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-1__header .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-1__header__left-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-1__header__left-operator--name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-1__header__left-operator--stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-both-sidebars .bcb-operator-list-1__header__center-score {
    font-size: 24px;
    line-height: 19px
}

.core-has-both-sidebars .bcb-operator-list-1__header__center-text {
    font-size: 12px;
    line-height: 12px
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-first {
    width: 170px;
    display: none
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-second {
    padding-left: 0
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-second a {
    font-size: 12px;
    line-height: 16px
}

.bcb-operator-list-2 {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    counter-reset: bcb-operator-list-2-rank
}

.bcb-operator-list-2 td {
    border: none
}

.bcb-operator-list-2 th {
    border: none
}

.bcb-operator-list-2__item {
    background-color: #e9ecef
}

.bcb-operator-list-2__item td:first-child {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

.bcb-operator-list-2__item td:not(:first-child) {
    padding: 10px 0 10px 0
}

.bcb-operator-list-2__item td:last-child {
    padding: 10px
}

.bcb-operator-list-2__item__operator--wrapper {
    width: 250px;
    position: relative
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__operator--wrapper {
        width:auto
    }
}

.bcb-operator-list-2__item__operator--wrapper .bcb-counter::before {
    counter-increment: bcb-operator-list-2-rank;
    content: counter(bcb-operator-list-2-rank) ""
}

.operator_single .bcb-operator-list-2__item__operator--wrapper {
    padding: 10px 0 10px 10px
}

.operator_single .bcb-operator-list-2__item__operator--wrapper::before {
    display: none
}

.bcb-operator-list-2__item__operator {
    display: flex;
    align-items: center;
    position: relative
}

.bcb-operator-list-2__item__test {
    width: 200px;
    padding-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__test {
        display:none
    }
}

.bcb-operator-list-2__item__bonus {
    text-align: right
}

.bcb-operator-list-2__item__bonus a {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__bonus a {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__bonus {
        text-align:center
    }
}

.bcb-operator-list-2__item__review {
    text-align: right
}

.bcb-operator-list-2__item__review a {
    padding-right: 10px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__review {
        display:none
    }
}

.bcb-operator-list-2__item__cta {
    text-align: right;
    width: 156px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item__cta {
        width:auto
    }
}

.bcb-operator-list-2__item__cta a.bcb-btn {
    width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item__cta a.bcb-btn {
        display:inline-block;
        width: auto
    }

    .bcb-operator-list-2__item__cta a.bcb-btn span {
        display: none
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item__cta a.bcb-btn {
        font-size:14px;
        padding: 5px
    }
}

.operator_single .bcb-operator-list-2__item td:first-child {
    padding: 10px 0 10px 10px
}

@media(max-width: 767.98px) {
    .operator_single .bcb-operator-list-2__item td:first-child {
        padding-left:10px
    }
}

.core-has-sidebar .bcb-operator-list-2__item__test {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-2__item__test {
        display:none
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus {
    text-align: center
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__bonus {
        padding-right:8px
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus .bcb-bonus {
    font-size: 24px;
    line-height: 40px
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus a {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-2__item__review {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-2__item__test {
    width: 170px;
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.bcb-operator-list-3-wrapper {
    width: 100%;
    padding: 0;
    counter-reset: bcb-operator-list-3-rank
}

.bcb-operator-list-3-wrapper li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3 {
    display: flex;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li {
        display:inline-block
    }
}

.bcb-operator-list-3-wrapper li .bcb-counter::before {
    content: counter(bcb-operator-list-3-rank) "";
    counter-increment: bcb-operator-list-3-rank
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
        float:left
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
    margin: 0 20px 0 0
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
        min-height:56px
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
    font-size: 12px;
    flex: 1;
    padding-right: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
        float:left;
        margin: 10px 0 20px 0;
        padding-right: 0
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
    display: flex;
    margin-left: auto;
    min-width: 250px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
        margin:30px 0 0 0
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta .bcb-btn:not(.btn-block) {
    width: 30%
}

.bcb-operator-list-3-wrapper .bcb-operator-list-3-bonus-wrapper {
    flex: 1
}

ol.bcb-operator-list-3-wrapper {
    margin-left: 0
}

.bcb-operator-list-3-wrapper.operator_single li::before {
    display: none
}

.bcb-operator-list-3-wrapper.operator_single li .bcb-operator-list-3-bookmaker-logo {
    margin-left: 0
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li {
        display:inline-block
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
        float:left
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
        min-height:56px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
        float:left;
        margin: 10px 0 20px 0;
        padding-right: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
        margin:30px 0 0 0
    }
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li {
    display: inline-block
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
    float: left
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
    min-height: 56px
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
    float: left;
    margin: 10px 0 20px 0;
    padding-right: 0
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
    margin: 30px 0 0 0
}

.bcb-operator-list-4-wrapper {
    counter-reset: bcb-operator-list-4-rank
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4 {
    display: block
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left-img {
    display: flex;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left .bcb-counter::before {
    content: counter(bcb-operator-list-4-rank) "";
    counter-increment: bcb-operator-list-4-rank
}

@media(max-width: 768px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__test {
        display:none
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__middle {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__middle {
        margin-left:10px;
        padding: 0 10px 0 0
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right {
    flex: 0 0 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right {
        flex:none
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right a {
    max-width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right a span {
        display:none
    }
}

@media(max-width: 768px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__center {
        margin-left:auto;
        margin-right: auto
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4.operator_single .bcb-operator-list-4__header__left-img {
    margin-left: 0
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4.operator_single .bcb-operator-list-4__header__left-img::before {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-4__header__test {
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-4__header__left .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-4__header__left .bcb-counter::before {
        display: none
    }
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-operator--name {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-operator--stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-4__header__center-score {
    font-size: 24px;
    line-height: 19px
}

.core-has-both-sidebars .bcb-operator-list-4__header__center-text {
    font-size: 12px;
    line-height: 12px
}

.bcb__operators_bonus {
    counter-reset: bcb-operator-list-5-rank
}

.bcb__operators_bonus .bcb-operator-list-5__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb__operators_bonus .bcb-operator-list-5__header__left {
    display: flex
}

.bcb__operators_bonus .bcb-operator-list-5__header__left .bcb-counter::before {
    counter-increment: bcb-operator-list-5-rank;
    content: counter(bcb-operator-list-5-rank) ""
}

.bcb__operators_bonus .bcb-operator-list-5__header__center {
    display: flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__center {
        justify-content:center
    }
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__center-bonus_desc {
        display:none
    }
}

.bcb__operators_bonus .bcb-operator-list-5__header__right {
    min-width: 140px
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__right {
        min-width:unset
    }
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__right a.btn>span {
        display:none
    }
}

.bcb__operators_bonus.operator_single .bcb__operator__header__left-img {
    margin-left: 0
}

.bcb__operators_bonus.operator_single .bcb__operator__header__left-img::before {
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__left .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__left-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left-operator--title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left-operator--stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__center {
        justify-content:center
    }
}

.core-has-both-sidebars .bcb-operator-list-5__header__center-bonus_desc {
    display: none
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__right {
        min-width:unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__right a.btn>span {
        display:none
    }
}

.bcb-operator-list-6-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: bcb-operator-list-6-rank
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-banner {
        font-size:13px;
        line-height: 9px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
    display: flex;
    position: relative;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
        display:block
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 44px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker {
        display:flex;
        margin-bottom: 20px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__usp {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__usp {
        display:block;
        margin-left: 20px;
        margin-top: 15px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker .bcb-counter::before {
    counter-increment: bcb-operator-list-6-rank;
    content: counter(bcb-operator-list-6-rank) ""
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker .bcb-counter .bcb-rectangular-logo {
    margin-right: 0
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
    position: relative;
    flex: 1;
    margin-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
        margin-left:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
        width:100%;
        padding: 0
    }
}

.bcb-operator-list-6__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-list-6__bottom .bcb-btn {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6__bottom .bcb-btn {
        display:block;
        width: 100%
    }

    .bcb-operator-list-6__bottom .bcb-usp-list {
        display: none
    }
}

.bcb-operator-list-6-wrapper.operator_single .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker::before {
    display: none
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-banner {
        font-size:13px;
        line-height: 9px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6__bottom .bcb-btn {
        display:block;
        width: 100%
    }

    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6__bottom .bcb-usp-list {
        display: none
    }
}

.core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-description {
    position: relative;
    flex: 1;
    margin-left: 40px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-description {
        width:100%;
        padding: 0;
        margin-left: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-bookmaker {
        display:flex;
        margin-bottom: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-bookmaker__usp {
        display:block;
        margin-left: 20px;
        margin-top: 15px
    }
}

.bcb-operator-list-7 {
    display: flex
}

.bcb-operator-list-7__author {
    padding-left: 20px;
    padding-right: 40px;
    position: absolute;
    overflow-y: hidden
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__author {
        position:relative
    }
}

.bcb-operator-list-7__author-img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.bcb-operator-list-7__author-img img {
    border-radius: 50%;
    max-width: 100%;
    height: auto
}

.bcb-operator-list-7__author-btn {
    display: none
}

.bcb-operator-list-7__author-name {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    word-break: break-all;
    max-width: 80px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.bcb-operator-list-7__oh {
    width: 100%;
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

.bcb-operator-list-7__oh--wrapper {
    display: flex;
    align-items: flex-end
}

.bcb-operator-list-7__oh__features {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-7__oh__features_top {
    display: flex;
    align-items: center
}

.bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

.bcb-operator-list-7__oh__bottom__pros {
    flex: 0 0 50%
}

.bcb-operator-list-7__oh__bottom__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex: 1
}

.bcb-operator-list-7__oh__bottom__cta a {
    margin-left: 20px;
    text-transform: capitalize
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

.bcb-operator-list-7__oh__bottom__cta a.btn-block {
    max-width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__author {
        position:relative
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__author-img {
        width:32px;
        height: 32px
    }

    .core-has-sidebar .bcb-operator-list-7__author-img img {
        border-radius: 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.core-has-sidebar .bcb-operator-list-7__oh {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__features_top-img {
        width:40px;
        height: 40px
    }

    .core-has-sidebar .bcb-operator-list-7__oh__features_top-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-sidebar .bcb-operator-list-7__oh__features_score svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-sidebar .bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

.core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a {
    margin-left: 20px
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author {
        position:relative
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author-img {
        width:32px;
        height: 32px
    }

    .core-has-both-sidebars .bcb-operator-list-7__author-img img {
        border-radius: 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.core-has-both-sidebars .bcb-operator-list-7__oh {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__features_top-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-7__oh__features_top-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-7__oh__features_score svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

.bcb-operator-list-8__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-8__item {
    margin-bottom: 10px
}

.bcb-operator-list-8__item .bcb-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bcb-operator-list-8__item__winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.bcb-operator-list-8__item__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-8__item__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-list-8__item__winner__right__text {
    padding-right: 20px;
    padding-left: 8px;
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-8__item__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary {
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-8__item__cta a.bcb-btn {
        display:block
    }

    .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media(min-width: 576px) {
    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body {
        display:flex
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-header-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-container {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__img {
        width: 176px;
        height: 100%
    }
}

@media(min-width: 992px) {
    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body {
        display:flex
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-header-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-container {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__img {
        width: 176px;
        height: 100%
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-8__item__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-8__item__img {
        height:200px
    }
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left__data {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left .bcb__stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary.bcb-btn {
    margin-left: 0
}

.core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn {
    margin-left: 10px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary.bcb-btn {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

.bcb-operator-list-9__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-9__item {
    margin-bottom: 10px
}

.bcb-operator-list-9__item__winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.bcb-operator-list-9__item__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-9__item__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-list-9__item__winner__right__text {
    padding-right: 20px;
    padding-left: 8px;
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-9__item__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px;
        max-width: 100px
    }
}

.bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-9__item__cta a.bcb-btn {
        display:block
    }

    .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-right: 0;
        margin-bottom: 10px;
        display: block
    }
}

@media(min-width: 576px) {
    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__body {
        display:flex
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__img {
        flex: 0 0 176px;
        height: auto
    }
}

@media(min-width: 992px) {
    .core-has-sidebar .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__body {
        display:flex
    }

    .core-has-sidebar .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__img {
        flex: 0 0 176px;
        height: auto
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-9__item__img {
        height:200px
    }
}

.core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn {
    margin-left: 10px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-9__item__img {
        height:200px
    }
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left__data {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left .bcb__stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn {
    margin-left: 10px
}

.core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary.bcb-btn {
    margin-left: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

.bcb-operator-list-10__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-10__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-10__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}

.bcb-operator-list-10__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-10__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body {
        flex-direction:column
    }
}

.bcb-operator-list-10__body__desc {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-10__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-10__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-10__down__text {
    margin-bottom: 10px
}

.bcb-operator-list-10__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-10__down__cta {
    display: flex
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta--aflink {
        margin-top:10px
    }
}

.bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
        margin-right:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta {
        flex-direction:column;
        padding-top: 0
    }
}

.core-has-sidebar .bcb-operator-list-10 {
    color: red !important
}

.core-has-sidebar .bcb-operator-list-10__operator__info__img {
    width: 40px;
    height: 40px
}

.core-has-sidebar .bcb-operator-list-10__body {
    flex-direction: column
}

.core-has-sidebar .bcb-operator-list-10__body__desc {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-list-10__body__pros {
    flex: 0 0 100%
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-10__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-10__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-10__down__cta {
    padding-top: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
        margin-right:0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-11__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-11__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-11__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__operator .bcb-sub-title {
        text-align:right
    }
}

.bcb-operator-list-11__operator_cta {
    text-align: center
}

.bcb-operator-list-11__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    margin-bottom: 20px
}

.bcb-operator-list-11__body {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-11__body .bcb-collapse[aria-expanded=true] .hide {
    margin-right: 0;
    margin-left: 5px
}

.bcb-operator-list-11__body .bcb-collapse[aria-expanded=false] .show {
    margin-right: 0;
    margin-left: 5px
}

.bcb-operator-list-11__body__desc {
    margin-right: 10px;
    width: 100%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-11__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-11__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-11__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-11__down__cta {
    display: flex;
    padding-top: 20px
}

.bcb-operator-list-11__down__cta .btn-primary {
    margin-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta .btn-primary {
        margin-left:0;
        margin-top: 10px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta .btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator .bcb-sub-title {
        text-align: right;
        flex: 0 0 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-11__down__cta .btn-primary {
    margin-left: 20px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta .btn-primary {
        margin-left:0;
        margin-top: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta .btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-12__title.bcb-container {
    border-bottom: 1px solid #ccd0d1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bcb-operator-list-12__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-list-12__list .bcb-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bcb-operator-list-12__list__item>a {
    display: flex;
    justify-content: space-between
}

.bcb-operator-list-12__list__item>a:hover {
    text-decoration: none
}

.bcb-operator-list-12__list__item__operator {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-12__list__item__medal {
    display: inline-block;
    vertical-align: middle;
    margin: auto 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='56' width='56'%3E%3Ccircle cx='28' cy='28' r='28' fill='gray' /%3E%3C/svg%3E") center center no-repeat;
    background-size: contain
}

.bcb-operator-list-12__list .bcb-arrow {
    margin: auto 0 auto 20px
}

.bcb-operator-list-13__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-13__item {
    margin-bottom: 10px
}

.bcb-operator-list-13__item a {
    text-decoration: none
}

.bcb-operator-list-13__item__operator {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    margin-bottom: 20px
}

.bcb-operator-list-14__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-14__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-14__operator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.bcb-operator-list-14__operator--left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 20px
}

.bcb-operator-list-14__operator--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator--right {
        flex:unset
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator .bcb-score {
        display:none
    }
}

.bcb-operator-list-14__operator__review {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator__review {
        display:none
    }
}

.bcb-operator-list-14__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-14__operator__cta {
    margin-left: 20px
}

.bcb-operator-list-14__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body {
        flex-direction:column
    }
}

.bcb-operator-list-14__body__desc {
    margin-right: 20px;
    width: 100%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-14__body__desc--spins {
    margin-top: 20px
}

.bcb-operator-list-14__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-14__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-14__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-14__down__info {
    margin: 20px 0
}

.bcb-operator-list-14__down__info--item {
    display: inline-block;
    margin-right: 20px
}

.bcb-operator-list-14__down__info--item>div {
    display: flex;
    align-items: center
}

.bcb-operator-list-14__down__info--item .bcb-icon {
    margin-right: 10px
}

.bcb-operator-list-14__down__data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    row-gap: 20px
}

.bcb-operator-list-14__down__data>div:last-child {
    margin-bottom: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-14__down__data {
        grid-template-columns:1fr
    }
}

.bcb-operator-list-14__down__data--item {
    display: inline-block;
    margin-right: 20px
}

.bcb-operator-list-14__down__data--item>span {
    font-weight: bold;
    margin-right: 10px
}

.bcb-operator-list-14__down__cta {
    display: flex
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta--aflink {
        margin-top:10px
    }
}

.bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
        margin-right:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta {
        flex-direction:column;
        padding-top: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__score {
        display: none
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__review {
        display: none
    }

    .core-has-both-sidebars .bcb-operator-list-14--right {
        flex: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-14__down__data {
    grid-template-columns: 1fr
}

.core-has-both-sidebars .bcb-operator-list-14__down__cta {
    padding-top: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
        margin-right:0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-15__operator {
    padding-top: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__operator {
        padding-top:0;
        margin-right: auto;
        display: flex;
        flex-direction: column
    }
}

.bcb-operator-list-15__operator .bcb-rectangular-logo {
    margin-right: 0;
    margin-bottom: 10px
}

.bcb-operator-list-15__operator__stars {
    margin-bottom: 40px
}

.bcb-operator-list-15__operator__stars .bcb__stars {
    justify-content: center
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__operator__stars {
        margin-bottom:0;
        display: inline-block
    }
}

.bcb-operator-list-15__review {
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__review {
        margin-bottom:0;
        margin-right: 20px
    }
}

.bcb-operator-list-15__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__wrapper {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.bcb-operator-list-15__card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bcb-operator-list-15__card>a {
    margin-top: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card>a {
        margin-top:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card {
        flex-direction:row
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card a.btn-block {
        display:inline-block;
        width: unset
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__operator {
        padding-top:0;
        margin-right: auto;
        display: flex;
        flex-direction: column
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__operator__stars {
        margin-bottom:0;
        display: inline-block
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__review {
        margin-bottom:0;
        margin-right: 20px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__wrapper {
        grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card>a {
        margin-top:0
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card {
        flex-direction:row
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card a.btn-block {
        display:inline-block;
        width: unset
    }
}

.bcb-operator-list-16 {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    counter-reset: bcb-operator-list-2-rank
}

.bcb-operator-list-16 td {
    border: none
}

.bcb-operator-list-16 th {
    border: none
}

.bcb-operator-list-16__item {
    background-color: #e9ecef
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item table {
        padding-bottom:60px;
        position: relative;
        overflow: hidden;
        border-collapse: separate
    }
}

.bcb-operator-list-16__item td:first-child {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:8px
    }
}

.bcb-operator-list-16__item td:not(:first-child) {
    padding: 5px 0 10px 0
}

.bcb-operator-list-16__item td:last-child {
    padding: 10px;
    width: 188px
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:last-child {
        padding:8px
    }
}

.bcb-operator-list-16__item__operator--wrapper {
    width: 250px;
    position: relative
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper {
        width:auto
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__operator--wrapper {
        float:left;
        display: block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper .bcb-counter {
        padding-left:0
    }
}

.bcb-operator-list-16__item__operator--wrapper .bcb-counter::before {
    counter-increment: bcb-operator-list-2-rank;
    content: counter(bcb-operator-list-2-rank) ""
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper .bcb-counter::before {
        display:none
    }
}

.operator_single .bcb-operator-list-16__item__operator--wrapper {
    padding: 10px 0 10px 10px
}

.operator_single .bcb-operator-list-16__item__operator--wrapper::before {
    display: none
}

.bcb-operator-list-16__item__operator {
    display: flex;
    align-items: center;
    position: relative
}

.bcb-operator-list-16__item__test {
    width: 200px;
    padding-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__test {
        display:none
    }
}

.bcb-operator-list-16__item__bonus {
    text-align: right
}

.bcb-operator-list-16__item__bonus a {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__bonus a {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__bonus {
        text-align:center
    }
}

.bcb-operator-list-16__item__review {
    text-align: right
}

.bcb-operator-list-16__item__review a {
    padding-right: 10px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__review {
        display:none
    }
}

.bcb-operator-list-16__item__cta {
    text-align: right;
    width: 156px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item__cta {
        display:block;
        width: 100% !important;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.bcb-operator-list-16__item__cta a.bcb-btn {
    width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item__cta a.bcb-btn {
        display:block;
        width: 100%
    }

    .bcb-operator-list-16__item__cta a.bcb-btn span {
        display: none
    }
}

.bcb-operator-list-16__item__mobile-apps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.bcb-operator-list-16__item__mobile-apps.mobile-fix {
    padding: 0 !important
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__mobile-apps {
        display:block;
        float: right;
        width: auto;
        margin-left: 2px
    }
}

.bcb-operator-list-16__item__mobile-apps--app {
    margin-right: 20px;
    width: 66px;
    text-align: center;
    padding-top: 15px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app {
        margin-right:8px;
        float: left;
        width: 56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app.ios-app {
        width:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app.android-app {
        width:42px
    }
}

.bcb-operator-list-16__item__mobile-apps--app span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 24px;
    position: relative;
    display: block
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__mobile-apps--app span {
        height:20px
    }
}

.bcb-operator-list-16__item__mobile-apps--app mark {
    display: block;
    background: rgba(0,0,0,0);
    margin-top: 6px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app mark {
        font-size:10px
    }
}

.bcb-operator-list-16__item__mobile-apps--ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.846' height='20' viewBox='0 0 16.846 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M16.493,15.587a10.873,10.873,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,5.445,20a2.53,2.53,0,0,1-1.82-.8,10.314,10.314,0,0,1-1.449-1.733A11.987,11.987,0,0,1,.643,14.417,11.143,11.143,0,0,1,0,10.791,6.623,6.623,0,0,1,.87,7.326,5.1,5.1,0,0,1,2.691,5.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM12.634.4A4.267,4.267,0,0,1,11.54,3.2a3.726,3.726,0,0,1-3.1,1.528,3.114,3.114,0,0,1-.023-.379A4.384,4.384,0,0,1,9.582,1.52,4.467,4.467,0,0,1,11,.459,4.215,4.215,0,0,1,12.613,0a3.633,3.633,0,0,1,.021.4Z' transform='translate(0 -0.001)'/%3E%3C/svg%3E")
}

.bcb-operator-list-16__item__mobile-apps--android {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0H20V20H0Z'/%3E%3Cpath class='b' d='M5.2,15a.82.82,0,0,0,.8.833h.8V18.75a1.2,1.2,0,1,0,2.4,0V15.833h1.6V18.75a1.2,1.2,0,1,0,2.4,0V15.833H14A.82.82,0,0,0,14.8,15V6.667H5.2Zm-2-8.333A1.224,1.224,0,0,0,2,7.917V13.75A1.224,1.224,0,0,0,3.2,15a1.224,1.224,0,0,0,1.2-1.25V7.917A1.224,1.224,0,0,0,3.2,6.667Zm13.6,0a1.224,1.224,0,0,0-1.2,1.25V13.75a1.2,1.2,0,1,0,2.4,0V7.917A1.224,1.224,0,0,0,16.8,6.667ZM12.824,1.8,13.864.717a.425.425,0,0,0,0-.592.385.385,0,0,0-.568,0L12.112,1.358A4.521,4.521,0,0,0,10,.833a4.585,4.585,0,0,0-2.128.525L6.68.125a.385.385,0,0,0-.568,0,.425.425,0,0,0,0,.592L7.16,1.808A5.055,5.055,0,0,0,5.2,5.833h9.6A5.038,5.038,0,0,0,12.824,1.8ZM8.4,4.167H7.6V3.333h.8Zm4,0h-.8V3.333h.8Z' transform='translate(0 0)'/%3E%3C/svg%3E")
}

.bcb-operator-list-16__item__mobile-apps--windows {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-windows'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='windows' clip-path='url(%23clip-windows)'%3E%3Cpath id='windows-brands' d='M0,34.754l8.2-1.129v7.92H0ZM0,49.246l8.2,1.129V42.554H0ZM9.1,50.5,20,52V42.554H9.1ZM9.1,33.5v8.04H20V32L9.1,33.5Z' transform='translate(0 -32)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-operator-list-16__item__mobile-apps--blackberry {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='20' viewBox='0 0 28 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-blackberry'%3E%3Crect width='28' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='blackberry' clip-path='url(%23clip-blackberry)'%3E%3Cpath id='blackberry-brands' d='M9.08,79.42c0,1.309-.9,2.746-3.966,2.746H1.28L2.429,77.2H6.137C8.44,77.2,9.08,78.5,9.08,79.42Zm6.9-2.22H12.274l-1.023,4.966h3.834c2.943,0,3.834-1.437,3.834-2.746.005-.917-.634-2.22-2.937-2.22ZM4.857,84.521H1.149L0,89.487H3.834c3.069,0,3.966-1.309,3.966-2.746C7.8,85.83,7.16,84.521,4.857,84.521Zm9.851,0H11L9.977,89.487h3.834c2.943,0,3.834-1.309,3.834-2.746C17.646,85.83,17.006,84.521,14.708,84.521Zm10.354-3.009H21.354l-1.023,4.966h3.834c2.943,0,3.834-1.309,3.834-2.746C28.005,82.821,27.365,81.512,25.063,81.512Zm-1.532,7.713H19.823L18.8,94.191h3.834c3.069,0,3.834-1.309,3.834-2.746C26.468,90.533,25.834,89.225,23.531,89.225Zm-10.36,3.009H9.463L8.44,97.2h3.834c3.069,0,3.834-1.437,3.834-2.746.005-.912-.634-2.22-2.937-2.22Z' transform='translate(0 -77.2)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.operator_single .bcb-operator-list-16__item td:first-child {
    padding: 10px 0 10px 10px
}

@media(max-width: 767.98px) {
    .operator_single .bcb-operator-list-16__item td:first-child {
        padding-left:10px
    }
}

.core-has-sidebar .bcb-operator-list-2__item__test {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-2__item__test {
        display:none
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus {
    text-align: center
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__bonus {
        padding-right:8px
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus .bcb-bonus {
    font-size: 24px;
    line-height: 40px
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus a {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-2__item__review {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-2__item__test {
    width: 170px;
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.bcb-operator-list-17__list {
    padding: 0
}

.bcb-operator-list-17__item {
    overflow: hidden;
    margin-bottom: 10px
}

.bcb-operator-list-17 .bcb-operator-list-17-header .bcb-operator-list-17__operator {
    padding: 5px 15px;
    border-radius: 4px;
    display: table;
    width: 100%
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo {
    width: 30%
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo .bcb-rectangular-logo {
    margin: 0
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText {
    text-align: right
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-right-arrow-down {
    background: none
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-right-arrow-down svg {
    vertical-align: top
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse {
    color: #fff;
    text-decoration: none;
    width: 100%;
    justify-content: flex-end
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse[aria-expanded=true] .bcb-right-arrow-down {
    transform: rotate(180deg)
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse span {
    height: auto;
    line-height: 1em;
    padding: 10px;
    margin: 0;
    width: calc(100% - 34px)
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse--dark {
    color: #333
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo,.bcb-operator-list-17 .bcb-operator-list-17-header__clickText {
    display: table-cell;
    vertical-align: middle;
    width: 70%
}

.bcb-operator-list-17 .bcb-operator-list-17-content {
    color: #333
}

.bcb-operator-list-17 .bcb-operator-list-17-content__cta {
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-17 .bcb-operator-list-17-content__cta {
        text-align:center;
        width: 100%
    }

    .bcb-operator-list-17 .bcb-operator-list-17-content__cta .bcb-btn {
        width: 100%
    }
}

.bcb-operator-list-17 .bcb-operator-list-17-content__header,.bcb-operator-list-17 .bcb-operator-list-17-content__text,.bcb-operator-list-17 .bcb-operator-list-17-content__cta {
    margin-top: 8px;
    margin-bottom: 8px
}

.bcb-operator-list-18__list {
    padding: 0
}

.bcb-operator-list-18__item {
    overflow: hidden;
    margin-bottom: 10px
}

.bcb-operator-list-18 .bcb-operator-list-18-header .bcb-operator-list-18__operator {
    padding: 5px 15px;
    border-radius: 4px;
    display: table;
    width: 100%
}

.bcb-operator-list-18 .bcb-operator-list-18-header__logo .bcb-rectangular-logo {
    margin: 0
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText {
    text-align: right
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse {
    color: #fff;
    text-decoration: none;
    width: 100%;
    justify-content: flex-end
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse[aria-expanded=true] .bcb-right-arrow-down {
    transform: rotate(180deg)
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse span {
    height: auto
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse--dark {
    color: #333
}

.bcb-operator-list-18 .bcb-operator-list-18-header__logo,.bcb-operator-list-18 .bcb-operator-list-18-header__clickText {
    display: table-cell;
    width: 49%;
    vertical-align: middle
}

.bcb-operator-list-18 .bcb-operator-list-18-content {
    color: #333
}

.bcb-operator-list-18 .bcb-operator-list-18-content__cta {
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-18 .bcb-operator-list-18-content__cta {
        text-align:center;
        width: 100%
    }

    .bcb-operator-list-18 .bcb-operator-list-18-content__cta .bcb-btn {
        width: 100%
    }
}

.bcb-operator-list-18 .bcb-operator-list-18-content__header,.bcb-operator-list-18 .bcb-operator-list-18-content__text,.bcb-operator-list-18 .bcb-operator-list-18-content__cta {
    margin-top: 8px;
    margin-bottom: 8px
}

.bcb-operator-list-19__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-19__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-19__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator {
        flex-wrap:wrap
    }
}

.bcb-operator-list-19__operator__container {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator__container {
        flex:0 0 100%;
        padding-right: 0
    }
}

.bcb-operator-list-19__operator__container__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-19__operator__bonuscode {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator__bonuscode {
        flex:0 0 100%
    }
}

.bcb-operator-list-19__operator__bonuscode .bonus-container {
    display: flex
}

@media(max-width: 991.98px) {
    .bcb-operator-list-19__operator__bonuscode .bonus-container {
        width:100%
    }
}

.bcb-operator-list-19__operator__bonuscode .bonus-container .bcb-bonus-input {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 50%
}

.bcb-operator-list-19__operator__bonuscode .bonus-container .bcb-bonus-input+.bcb_counter_btn {
    width: 50%
}

.bcb-operator-list-19__operator__bonuscode .register {
    font-size: 15px;
    margin-top: 10px
}

.bcb-operator-list-19__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body {
        flex-direction:column;
        margin-top: 10px
    }
}

.bcb-operator-list-19__body__desc {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-19__body__pros {
    flex: 0 0 35%;
    margin-top: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-19__down.bcb-have-usp {
    max-width: 65%;
    padding-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__down.bcb-have-usp {
        max-width:100%;
        padding-right: 0
    }
}

.bcb-operator-list-19__review {
    margin-top: 20px
}

.bcb-operator-list-19 .bcb-operator__primary-tc li {
    float: left;
    margin-left: 0;
    padding-right: 20px;
    display: block;
    width: auto;
    font-weight: normal
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-19__operator {
        flex-wrap:wrap
    }

    .core-has-sidebar .bcb-operator-list-19__operator__container {
        flex: 0 0 100%;
        padding-right: 0
    }

    .core-has-sidebar .bcb-operator-list-19__operator__bonuscode {
        flex: 0 0 100%
    }

    .core-has-sidebar .bcb-operator-list-19__operator .bonus-container {
        width: 100%
    }

    .core-has-sidebar .bcb-operator-list-19__operator__info__img {
        width: 40px;
        height: 40px
    }
}

.core-has-sidebar .bcb-operator-list-19__body {
    flex-direction: row
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-19__body {
        flex-direction:column;
        margin-top: 10px
    }

    .core-has-sidebar .bcb-operator-list-19__body__desc {
        margin-right: 0
    }
}

.core-has-sidebar .bcb-operator-list-19__body__pros {
    flex: 0 0 35%
}

.core-has-both-sidebars .bcb-operator-list-19__operator {
    flex-wrap: wrap
}

.core-has-both-sidebars .bcb-operator-list-19__operator__container {
    flex: 0 0 100%;
    padding-right: 0
}

.core-has-both-sidebars .bcb-operator-list-19__operator__bonuscode {
    flex: 0 0 100%
}

.core-has-both-sidebars .bcb-operator-list-19__operator .bonus-container {
    width: 100%
}

.core-has-both-sidebars .bcb-operator-list-19__operator__info__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-19__body {
    flex-direction: row;
    flex-direction: column;
    margin-top: 10px
}

.core-has-both-sidebars .bcb-operator-list-19__body__desc {
    margin-right: 0
}

.core-has-both-sidebars .bcb-operator-list-19__body__pros {
    flex: 0 0 35%
}

.bcb-odds-1 {
    margin-bottom: 20px
}

.bcb-odds-1 table {
    width: 100%;
    background-color: #e9ecef;
    margin: 0
}

.bcb-odds-1 table td {
    border: none
}

.bcb-odds-1 table th {
    border: none
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

.bcb-odds-1 table tr>td {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

.bcb-odds-1 table tr:not(:last-of-type)>td {
    border-bottom: 1px solid #ccc
}

.bcb-odds-1 table tr>td:first-child {
    width: 256px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 20px 20px 0 20px
    }
}

.bcb-odds-1 table tr>td:last-child {
    text-align: right;
    padding-right: 20px;
    width: 168px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-1__headline {
    background-color: #e9ecef;
    padding: 0 20px;
    margin: 0
}

.bcb-odds-1__market {
    background-color: #e9ecef;
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bcb-odds-1__operator {
    display: flex;
    align-items: center
}

.bcb-odds-1__operator__data--title {
    font-weight: bold
}

.bcb-odds-1__outcome {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-odds-1__outcome {
        margin-top:20px
    }
}

.bcb-odds-1__outcome>div {
    padding-right: 20px
}

.bcb-odds-1__outcome--odd {
    font-weight: bold
}

.bcb-odds-1__description {
    background-color: #e9ecef;
    padding: 0 20px 20px 20px;
    text-align: justify;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

@media(max-width: 991.98px) {
    .core-has-sidebar__outcome {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-sidebar .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.core-has-both-sidebars .bcb-odds-1__outcome {
    margin-top: 20px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-both-sidebars .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-2 {
    margin-bottom: 10px
}

.bcb-odds-2 table {
    width: 100%;
    background-color: #e9ecef;
    margin: 0
}

.bcb-odds-2 table td {
    border: none
}

.bcb-odds-2 table th {
    border: none
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

.bcb-odds-2 table tr>td {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

.bcb-odds-2 table tr:not(:last-of-type)>td {
    border-bottom: 1px solid #ccc
}

.bcb-odds-2 table tr>td:first-child {
    width: 256px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 340px) {
    .bcb-odds-2 table tr>td:first-child {
        width:40%;
        flex: 0
    }
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td.bcb-odds-2__review {
        order:1;
        display: flex;
        width: 70px;
        align-items: center;
        justify-content: flex-end;
        border-bottom: none;
        padding: 0
    }
}

.bcb-odds-2 table tr>td:last-child {
    text-align: right;
    padding-right: 20px;
    width: 168px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .bcb-odds-2 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-2__operator {
    display: flex;
    align-items: center
}

.bcb-odds-2__outcome {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-odds-2__outcome {
        margin-top:20px
    }
}

.bcb-odds-2__outcome>div {
    padding-right: 20px
}

.bcb-odds-2__outcome--odd {
    font-weight: bold
}

.bcb-odds-2__description {
    background-color: #e9ecef;
    padding: 0 20px 20px 20px;
    text-align: justify;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.bcb-odds-2__headline {
    background-color: #e9ecef;
    padding: 0 20px
}

.bcb-odds-2__market {
    background-color: #e9ecef;
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bcb-odds-2__review {
    width: 100px
}

@media(max-width: 767.98px) {
    .bcb-odds-2__review-desktop {
        display:none
    }
}

.bcb-odds-2__review-mobile {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-odds-2__review-mobile {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2__outcome {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td.bcb-odds-2__review {
        order:1;
        display: flex;
        width: 70px;
        align-items: center;
        justify-content: flex-end;
        border-bottom: none;
        padding: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-sidebar .bcb-odds-2 table tr>td:last-child a>span {
        display: none
    }
}

.core-has-both-sidebars .bcb-odds-2__outcome {
    margin-top: 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr {
    display: flex;
    flex-wrap: wrap
}

.core-has-both-sidebars .bcb-odds-2 table tr>td {
    order: 2;
    width: 100%;
    padding: 0 20px 20px 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:first-child {
    order: 1;
    width: unset;
    flex: 1;
    border-bottom: none;
    padding: 20px 0 0 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr>td.bcb-odds-2__review {
    order: 1;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
    padding: 0
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:last-child {
    order: 1;
    border-bottom: none;
    width: unset;
    padding-top: 20px;
    padding-bottom: 0
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:last-child a>span {
    display: none
}

.core-has-both-sidebars .bcb-odds-2__review {
    width: 40px
}

.core-has-both-sidebars .bcb-odds-2__review-desktop {
    display: none
}

.core-has-both-sidebars .bcb-odds-2__review-mobile {
    display: block
}

.bcb-operator-info-1 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-info-1__list__item {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media(max-width: 1199.98px) {
    .bcb-operator-info-1__list__item {
        max-width:290px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item {
        margin-bottom:8px;
        margin-right: 8px;
        max-width: 330px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-info-1__list__item {
        max-width:100%
    }
}

.bcb-operator-info-1__list__item:nth-child(2) {
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item:nth-child(2) {
        margin-right:0
    }
}

.bcb-operator-info-1__list__item:nth-child(3) {
    margin-right: 0
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item:nth-child(3) {
        margin-right:8px
    }
}

.bcb-operator-info-1__list__item:last-of-type {
    margin-right: auto
}

.bcb-operator-info-1__list__item--wrapp {
    display: inline-block;
    width: 100%
}

.bcb-operator-info-1__list__item--row {
    float: left;
    display: flex
}

.bcb-operator-info-1__list__item--wrapp.inner-address {
    display: block
}

.bcb-operator-info-1__list__item--wrapp.inner-address>div {
    display: flex
}

.bcb-operator-info-1__list__item--wrapp.inner-address .bcb-operator-info-1__list__item-text {
    padding-top: 20px;
    white-space: pre-wrap;
    float: left
}

.bcb-operator-info-1__list__item-text {
    margin-left: auto;
    float: right
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-info-1__list__item {
        max-width:100%
    }
}

.core-has-sidebar .bcb-operator-info-1__list__item:nth-child(2) {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-info-1__list__item:nth-child(3) {
    margin-right: 10px
}

.core-has-sidebar .bcb-operator-info-1__list__item:last-of-type {
    margin-right: auto
}

.core-has-both-sidebars .bcb-operator-info-1__list__item {
    max-width: 100%
}

.operator-info-2 {
    width: 100%
}

.operator-info-2-bonus__spec {
    display: flex;
    justify-content: space-between
}

.operator-info-2-bonus__spec__amount {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.operator-info-2-bonus__spec__amount__text {
    line-height: 1
}

.operator-info-2-bonus__tc {
    margin: 20px 0
}

.operator-info-2-offer-bonus-code {
    display: flex;
    justify-content: right
}

.operator-info-2-offer-bonus-code input {
    flex-grow: 1;
    margin-right: 10px
}

.operator-info-2-goto {
    display: flex;
    justify-content: right
}

.operator-info-2-goto__text {
    flex-grow: 1;
    text-align: right;
    padding: 10px
}

.operator-info-2-goto__arrow {
    margin: auto 4rem auto 0;
    flex-shrink: 0;
    width: 17px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E%3Cpath d='M15,11,9,17,7.58,15.58,11.17,12H0V0H2V10h9.17L7.58,6.42,9,5Z' transform='translate(0 15) rotate(-90)'/%3E%3C/svg%3E")
}

.bcb-operator-info-3 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-info-3__list__item {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media(max-width: 1199.98px) {
    .bcb-operator-info-3__list__item {
        max-width:290px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item {
        margin-bottom:8px;
        margin-right: 8px;
        max-width: 330px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-info-3__list__item {
        max-width:100%
    }
}

.bcb-operator-info-3__list__item:nth-child(2) {
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item:nth-child(2) {
        margin-right:0
    }
}

.bcb-operator-info-3__list__item:nth-child(3) {
    margin-right: 0
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item:nth-child(3) {
        margin-right:8px
    }
}

.bcb-operator-info-3__list__item:last-of-type {
    margin-right: auto
}

.bcb-operator-info-3__list__item--wrapp {
    display: inline-block;
    width: 100%
}

.bcb-operator-info-3__list__item--row {
    float: left
}

.bcb-operator-info-3__list__item-text {
    margin-left: auto;
    float: right
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-info-3__list__item {
        max-width:100%
    }
}

.core-has-sidebar .bcb-operator-info-3__list__item:nth-child(2) {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-info-3__list__item:nth-child(3) {
    margin-right: 10px
}

.core-has-sidebar .bcb-operator-info-3__list__item:last-of-type {
    margin-right: auto
}

.core-has-both-sidebars .bcb-operator-info-3__list__item {
    max-width: 100%
}

.operator-info-4__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 991.98px) {
    .operator-info-4__top {
        flex-direction:column;
        align-items: baseline
    }

    .operator-info-4__top--cta {
        width: 100%
    }

    .operator-info-4__top--cta .bcb-btn {
        margin-top: 20px;
        display: block;
        width: 100%
    }
}

.operator-info-4__top__bookmaker {
    display: flex;
    align-items: center
}

.operator-info-4__bottom {
    margin-top: 20px
}

.bcb-editorial-tip-1__wrap {
    display: flex;
    margin-bottom: 10px
}

.bcb-editorial-tip-1__author {
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px
}

.bcb-editorial-tip-1__author-name {
    white-space: normal;
    word-break: break-all;
    max-width: 110px
}

.bcb-editorial-tip-1__author-img img {
    margin-bottom: 10px;
    border-radius: 50%
}

.bcb-editorial-tip-1__features {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.bcb-editorial-tip-1__features__top {
    display: flex;
    align-items: center
}

.bcb-editorial-tip-1__features__top-odds {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features__middle {
        padding-bottom:20px
    }
}

.bcb-editorial-tip-1__features__middle-tip {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

.bcb-editorial-tip-1__features--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__author {
        padding-left:10px;
        padding-right: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__author-img img {
        width:32px;
        height: 32px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__top-img {
        width:40px;
        height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__middle {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

.bcb-editorial-tip-2__wrap {
    display: flex;
    margin-bottom: 10px
}

.bcb-editorial-tip-2__features {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.bcb-editorial-tip-2__features__top {
    display: flex;
    align-items: center
}

.bcb-editorial-tip-2__features__top-odds {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features__middle {
        padding-bottom:20px
    }
}

.bcb-editorial-tip-2__features__middle-tip {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

.bcb-editorial-tip-2__features--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__author {
        padding-left:10px;
        padding-right: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__author-img img {
        width:32px;
        height: 32px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__top-img {
        width:40px;
        height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__middle {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

.bcb-operator-categories-1__list {
    padding-left: 0
}

.bcb-operator-categories-1__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.bcb-operator-categories-1__list__item__first {
    padding-right: 20px
}

.bcb-operator-categories-1__list__item__third {
    margin-left: auto
}

.operator-categories-2 a {
    text-decoration: none;
    color: inherit
}

.operator-categories-2__item {
    margin-bottom: 20px
}

.operator-categories-2__item__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.operator-categories-2__item__bar {
    height: 16px;
    background-color: #ced4da;
    border-radius: 4px
}

.operator-categories-2__item__bar-progress {
    height: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.operator-categories-2__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.progress-bar-primary {
    background-color: #007bff
}

.bcb-operator-categories-3__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-3__list {
        display:inherit
    }
}

.bcb-operator-categories-3__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    flex: 0 0 calc(50% - 8px)
}

.bcb-operator-categories-3__list__item:nth-child(odd) {
    margin-right: 10px
}

.bcb-operator-categories-3__list__item a {
    display: flex;
    flex: 1;
    align-items: center;
    color: inherit;
    font-weight: bold
}

.bcb-operator-categories-3__list__item a .bcb-arrow {
    margin-left: auto
}

.bcb-operator-categories-3__list__item--img {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-3__list__item--img {
        width:24px;
        height: 24px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-categories-3__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-3__list {
        display:inherit
    }
}

.bcb-operator-categories-4__body.bcb-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bcb-operator-categories-4__list a {
    font-weight: bold
}

.bcb-operator-categories-4__title.bcb-container {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.bcb-operator-categories-4__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.bcb-operator-categories-4__header__left {
    display: flex;
    align-items: center
}

.bcb-operator-categories-4__header__right {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__header__right {
        order:2;
        flex: 1 0 100%;
        margin-top: 10px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__header__right__cta,.bcb-operator-categories-4__header__right__cta .btn {
        width:100%
    }
}

.bcb-operator-categories-4__header__desc {
    flex: 1 1 100%;
    padding: 20px 0
}

.bcb-operator-categories-4__list {
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__list {
        display:inherit
    }
}

.bcb-operator-categories-4__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex: 0 0 31%
}

@media(min-width: 576px)and (max-width: 991.98px) {
    .bcb-operator-categories-4__list__item {
        flex:0 0 48%
    }
}

.bcb-operator-categories-4__list__item a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    line-height: 3;
    color: inherit
}

.bcb-operator-categories-4__list__item a:hover,.bcb-operator-categories-4__list__item a:focus {
    text-decoration: none
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-categories-4__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__header__right {
        order:2;
        flex: 1 0 100%;
        margin-top: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__header__right__cta,.core-has-both-sidebars .bcb-operator-categories-4__header__right__cta .btn {
        width:100%
    }
}

.gutenberg-operator-list {
    counter-reset: bcb-operator-list-gutenberg-rank
}

.gutenberg-operator-list .bc-operator {
    padding-right: 4rem
}

.gutenberg-operator-list .bc-operator-c2a {
    justify-content: flex-end
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-c2a {
        justify-content:flex-start
    }

    .gutenberg-operator-list .bc-operator-c2a .btn {
        width: 100%
    }
}

.gutenberg-operator-list .bc-operator-usp .bcb-usp-list-item {
    display: list-item;
    font-weight: bold
}

.gutenberg-operator-list .bc-operator-usp .bcb-gutenberg-operator-list__body__pros {
    border-radius: 10px
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-usp .bcb-gutenberg-operator-list__body__pros {
        margin-bottom:1rem
    }
}

.gutenberg-operator-list .bc-operator-bonuscode a {
    z-index: 1
}

.gutenberg-operator-list .bc-operator .number {
    height: 32px;
    width: 32px;
    background: #404040;
    border-radius: 50%;
    top: -16px;
    left: -16px
}

.gutenberg-operator-list .bc-operator img.logo {
    border-radius: 10px
}

.gutenberg-operator-list .bc-operator .bcb-counter {
    padding-left: 0
}

.gutenberg-operator-list .bc-operator .bcb-counter::before {
    counter-increment: bcb-operator-list-gutenberg-rank;
    content: counter(bcb-operator-list-gutenberg-rank) "";
    height: 2rem;
    width: 2rem;
    background: #404040;
    border-radius: 50%;
    top: -1rem;
    left: -1rem;
    line-height: 1.8rem
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-activity {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

.gutenberg-operator-list .bcb-review-link {
    margin-right: 1rem
}

@media(max-width: 576px) {
    .gutenberg-operator-table .table-responsive .gutenberg-operator-table--tnc {
        min-width:1000px
    }
}

.bc-blocks-gutenberg.c-info,.bc-blocks-gutenberg .c-info {
    white-space: pre-wrap
}

.c-payment-methods {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.c-payment-methods li {
    flex: 0 0 auto
}

.bc-loop-show-control.bc-loop-hidden-row {
    display: none
}


.c-app-availability .mobile-apps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.c-app-availability .mobile-apps.mobile-fix {
    padding: 0 !important
}

.c-app-availability .mobile-apps--app {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

.c-app-availability .mobile-apps--app span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 24px;
    position: relative;
    display: block
}

.c-app-availability .mobile-apps--app mark {
    display: block;
    background: rgba(0,0,0,0);
    margin-top: 6px
}

.c-app-availability .mobile-apps--ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.846' height='20' viewBox='0 0 16.846 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M16.493,15.587a10.873,10.873,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,5.445,20a2.53,2.53,0,0,1-1.82-.8,10.314,10.314,0,0,1-1.449-1.733A11.987,11.987,0,0,1,.643,14.417,11.143,11.143,0,0,1,0,10.791,6.623,6.623,0,0,1,.87,7.326,5.1,5.1,0,0,1,2.691,5.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM12.634.4A4.267,4.267,0,0,1,11.54,3.2a3.726,3.726,0,0,1-3.1,1.528,3.114,3.114,0,0,1-.023-.379A4.384,4.384,0,0,1,9.582,1.52,4.467,4.467,0,0,1,11,.459,4.215,4.215,0,0,1,12.613,0a3.633,3.633,0,0,1,.021.4Z' transform='translate(0 -0.001)'/%3E%3C/svg%3E")
}

.c-app-availability .mobile-apps--android {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0H20V20H0Z'/%3E%3Cpath class='b' d='M5.2,15a.82.82,0,0,0,.8.833h.8V18.75a1.2,1.2,0,1,0,2.4,0V15.833h1.6V18.75a1.2,1.2,0,1,0,2.4,0V15.833H14A.82.82,0,0,0,14.8,15V6.667H5.2Zm-2-8.333A1.224,1.224,0,0,0,2,7.917V13.75A1.224,1.224,0,0,0,3.2,15a1.224,1.224,0,0,0,1.2-1.25V7.917A1.224,1.224,0,0,0,3.2,6.667Zm13.6,0a1.224,1.224,0,0,0-1.2,1.25V13.75a1.2,1.2,0,1,0,2.4,0V7.917A1.224,1.224,0,0,0,16.8,6.667ZM12.824,1.8,13.864.717a.425.425,0,0,0,0-.592.385.385,0,0,0-.568,0L12.112,1.358A4.521,4.521,0,0,0,10,.833a4.585,4.585,0,0,0-2.128.525L6.68.125a.385.385,0,0,0-.568,0,.425.425,0,0,0,0,.592L7.16,1.808A5.055,5.055,0,0,0,5.2,5.833h9.6A5.038,5.038,0,0,0,12.824,1.8ZM8.4,4.167H7.6V3.333h.8Zm4,0h-.8V3.333h.8Z' transform='translate(0 0)'/%3E%3C/svg%3E")
}

.c-app-availability .mobile-apps--windows {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-windows'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='windows' clip-path='url(%23clip-windows)'%3E%3Cpath id='windows-brands' d='M0,34.754l8.2-1.129v7.92H0ZM0,49.246l8.2,1.129V42.554H0ZM9.1,50.5,20,52V42.554H9.1ZM9.1,33.5v8.04H20V32L9.1,33.5Z' transform='translate(0 -32)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.c-app-availability .mobile-apps--blackberry {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='20' viewBox='0 0 28 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-blackberry'%3E%3Crect width='28' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='blackberry' clip-path='url(%23clip-blackberry)'%3E%3Cpath id='blackberry-brands' d='M9.08,79.42c0,1.309-.9,2.746-3.966,2.746H1.28L2.429,77.2H6.137C8.44,77.2,9.08,78.5,9.08,79.42Zm6.9-2.22H12.274l-1.023,4.966h3.834c2.943,0,3.834-1.437,3.834-2.746.005-.917-.634-2.22-2.937-2.22ZM4.857,84.521H1.149L0,89.487H3.834c3.069,0,3.966-1.309,3.966-2.746C7.8,85.83,7.16,84.521,4.857,84.521Zm9.851,0H11L9.977,89.487h3.834c2.943,0,3.834-1.309,3.834-2.746C17.646,85.83,17.006,84.521,14.708,84.521Zm10.354-3.009H21.354l-1.023,4.966h3.834c2.943,0,3.834-1.309,3.834-2.746C28.005,82.821,27.365,81.512,25.063,81.512Zm-1.532,7.713H19.823L18.8,94.191h3.834c3.069,0,3.834-1.309,3.834-2.746C26.468,90.533,25.834,89.225,23.531,89.225Zm-10.36,3.009H9.463L8.44,97.2h3.834c3.069,0,3.834-1.437,3.834-2.746.005-.912-.634-2.22-2.937-2.22Z' transform='translate(0 -77.2)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-container {
    border-radius: 4px;
    background-color: #e9ecef;
    position: relative;
    padding: 20px;
    width: 100%
}

@media(max-width: 1199.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-container {
        padding:20px
    }
}

.bcb-container--no-padding {
    padding: 0
}

.bcb-container a {
    text-decoration: none
}

.bcb-block {
    margin-top: 20px;
    margin-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-block {
        margin-top:10px
    }
}

@media(max-width: 1199.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-block {
        margin-bottom:10px
    }
}

.bcb-block_more {
    position: relative;
    padding-bottom: 60px
}

.bcb-block .me-4 {
    margin-right: 1rem !important
}

.bcb-block .w-16 {
    width: 4rem !important
}

.bcb-color-panel {
    background-color: #343a40
}

.bcb-square-logo {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        width:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        width:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        width:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        width:40px
    }
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        height:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        height:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        height:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        height:40px
    }
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

.bcb-rectangular-logo {
    max-width: 160px;
    margin-right: 10px;
    height: auto;
    width: auto;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 1199.98px) {
    .bcb-rectangular-logo {
        max-width:160px
    }
}

@media(max-width: 991.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 767.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 575.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 1199.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 991.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

.bcb-btn {
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #007bff;
    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(max-width: 1199.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-left:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-left:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-left:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-left:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-right:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-right:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-right:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-right:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

.bcb-btn.bcb-btn-inverted {
    color: #007bff;
    background-color: #fff
}

.bcb-btn:hover,.bcb-btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.bcb-btn p {
    color: inherit;
    text-align: center;
    margin: 0
}

.bcb-btn-secondary {
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d
}

.bcb-btn-secondary:hover,.bcb-btn-secondary:active {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.bcb-btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: rgba(0,0,0,0)
}

.bcb-btn-outline-secondary:hover,.bcb-btn-outline-secondary:active,.bcb-btn-outline-secondary.active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-block {
    display: block;
    width: 100%
}

.bcb-block-sm {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-block-sm {
        display:block
    }
}

.bcb-none-sm {
    display: block
}

@media(max-width: 767.98px) {
    .bcb-none-sm {
        display:none
    }
}

.bcb__stars {
    display: flex
}

.bcb__stars svg {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        width:16px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

.bcb__stars--primary {
    stop-color: #efce4a;
    fill: #efce4a;
    stop-opacity: 1
}

.bcb__stars--secondary {
    stop-color: #959595;
    fill: #959595;
    stop-opacity: 1
}

.bcb-score {
    display: flex;
    align-items: baseline
}

.bcb-score-big {
    font-weight: 700;
    color: #333;
    font-size: 40px;
    line-height: 29px
}

@media(max-width: 1199.98px) {
    .bcb-score-big {
        font-size:40px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-score-big {
        line-height:29px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

.bcb-score-small {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

@media(max-width: 1199.98px) {
    .bcb-score-small {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-score-small {
        line-height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

.bcb-bonus {
    font-weight: 700;
    color: #333;
    font-size: 40px;
    line-height: 49px
}

@media(max-width: 1199.98px) {
    .bcb-bonus {
        font-size:40px
    }
}

@media(max-width: 991.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-bonus {
        line-height:49px
    }
}

@media(max-width: 991.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

@media(max-width: 767.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

.bcb-operator-title {
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-operator-title {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

.bcb-operator__primary-tc {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style-type: disc
}

.bcb-operator__primary-tc li {
    float: left;
    margin-left: 20px;
    display: list-item;
    width: auto;
    font-weight: bold
}

.bcb-title {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 24px;
    line-height: 28px
}

@media(max-width: 1199.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 991.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 767.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 575.98px) {
    .bcb-title {
        line-height:28px
    }
}

.bcb-sub-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 1199.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

.bcb-small-text {
    font-weight: 400;
    color: #333;
    text-align: justify;
    font-size: 12px;
    line-height: 18px
}

@media(max-width: 1199.98px) {
    .bcb-small-text {
        font-size:12px
    }
}

@media(max-width: 991.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 1199.98px) {
    .bcb-small-text {
        line-height:18px
    }
}

@media(max-width: 991.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

.small {
    font-size: 80%;
    font-weight: 400
}

.text-muted {
    color: #6c757d !important
}

.bcb-review-link {
    font-weight: 400;
    color: #007bff;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-review-link {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-review-link {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

.bcb-usp-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-usp-list-item {
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-item {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-item {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

.bcb-usp-list-item:not(:last-of-type) {
    margin-bottom: 10px
}

.bcb-usp-list-icon {
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20'%3E%3Ccircle cx='10' cy='10' r='10' fill='gray' /%3E%3C/svg%3E") center center no-repeat;
    border-radius: 100%;
    margin-right: 10px;
    width: 16px;
    height: 16px
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-icon {
        width:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-icon {
        height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

.bcb-header-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 300px
}

@media(max-width: 1199.98px) {
    .bcb-header-img {
        height:300px
    }
}

@media(max-width: 991.98px) {
    .bcb-header-img {
        height:200px
    }
}

@media(max-width: 767.98px) {
    .bcb-header-img {
        height:200px
    }
}

@media(max-width: 575.98px) {
    .bcb-header-img {
        height:200px
    }
}

.bcb-counter {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    padding-left: 44px
}

@media(max-width: 1199.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 350px) {
    .bcb-counter {
        padding-left:0
    }
}

.bcb-counter::before {
    color: #fff;
    font-weight: bold;
    position: absolute;
    background: #007bff;
    text-align: center;
    border-radius: 50%;
    padding: 1px 0 0 0;
    font-size: 14px;
    left: 0;
    width: 24px;
    height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 350px) {
    .bcb-counter::before {
        display:none
    }
}

.bcb-bonus-input {
    width: 70%;
    margin-right: 3%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    text-align: center
}

.bcb-bonus-input:focus {
    outline: none
}

.bcb-bonus-input.blur-code {
    text-shadow: 0 0 8px rgba(0,0,0,.95);
    color: rgba(0,0,0,0);
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: -5px
}

.bcb-bonus-input.blur-code::selection {
    color: rgba(0,0,0,0)
}

.bcb-list-border {
    border-bottom: 1px solid #ccc
}

.bcb-list-border:last-of-type {
    border-bottom: none
}

.bcb-tnc {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-top: 10px
}

@media(max-width: 1199.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 991.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 991.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 767.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 575.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

.bcb-avatar {
    width: 56px;
    height: 56px
}

@media(max-width: 1199.98px) {
    .bcb-avatar {
        width:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-avatar {
        width:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-avatar {
        width:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-avatar {
        width:32px
    }
}

@media(max-width: 1199.98px) {
    .bcb-avatar {
        height:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-avatar {
        height:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-avatar {
        height:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-avatar {
        height:32px
    }
}

.bcb-pt-lg {
    padding-top: 20px
}

.bcb-pt-md {
    padding-top: 10px
}

.bcb-pt-sm {
    padding-top: 8px
}

.bcb-pt-xs {
    padding-top: 8px
}

.bcb-pb-lg {
    padding-bottom: 20px
}

.bcb-pb-md {
    padding-bottom: 10px
}

.bcb-pb-sm {
    padding-bottom: 8px
}

.bcb-pb-xs {
    padding-bottom: 8px
}

.bcb-pl-lg {
    padding-left: 20px
}

.bcb-pl-md {
    padding-left: 10px
}

.bcb-pl-sm {
    padding-left: 8px
}

.bcb-pl-xs {
    padding-left: 8px
}

.bcb-pr-lg {
    padding-right: 20px
}

.bcb-pr-md {
    padding-right: 10px
}

.bcb-pr-sm {
    padding-right: 8px
}

.bcb-pr-xs {
    padding-right: 8px
}

.bcb-mt-lg {
    margin-top: 20px
}

.bcb-mt-md {
    margin-top: 10px
}

.bcb-mt-sm {
    margin-top: 8px
}

.bcb-mt-xs {
    margin-top: 8px
}

.bcb-mb-lg {
    margin-bottom: 20px
}

.bcb-mb-md {
    margin-bottom: 10px
}

.bcb-mb-sm {
    margin-bottom: 8px
}

.bcb-mb-xs {
    margin-bottom: 8px
}

.bcb-ml-lg {
    margin-left: 20px
}

.bcb-ml-md {
    margin-left: 10px
}

.bcb-ml-sm {
    margin-left: 8px
}

.bcb-ml-xs {
    margin-left: 8px
}

.bcb-mr-lg {
    margin-right: 20px
}

.bcb-mr-md {
    margin-right: 10px
}

.bcb-mr-sm {
    margin-right: 8px
}

.bcb-mr-xs {
    margin-right: 8px
}

.bcb-arrow {
    width: 10px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22arrow-a%22%3E%3Cpath%20d%3D%22M0%200h10v16H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23arrow-a%29%22%3E%3Cpath%20data-name%3D%22Path%201923%22%20d%3D%22M2.5%202.5l6%206-6%206%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    display: inline-block
}

.bcb-right-arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='8' viewBox='0 0 14 8'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='8' height='14' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_283_21' data-name='Component 283 – 21' transform='translate(14) rotate(90)' clip-path='url(/web/20241206073040im_/https://promotionalbonuscode.com/wp-content/plugins/bc-blocks/assets/public/dist/%23clip-path)'%3E%3Cpath id='Path_23441' data-name='Path 23441' d='M0,0,6.293,5.879,12.586,0' transform='translate(0.707 13.293) rotate(-90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    height: 8px;
    width: 14px;
    margin-left: 15px;
    background-repeat: no-repeat
}

.bcb-right-arrow-down--dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='8' viewBox='0 0 14 8'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='8' height='14' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_283_21' data-name='Component 283 – 21' transform='translate(14) rotate(90)' clip-path='url(/web/20241206073040im_/https://promotionalbonuscode.com/wp-content/plugins/bc-blocks/assets/public/dist/%23clip-path)'%3E%3Cpath id='Path_23441' data-name='Path 23441' d='M0,0,6.293,5.879,12.586,0' transform='translate(0.707 13.293) rotate(-90)' fill='none' stroke='%23333' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.bcb-icon-holder {
    background-color: #6c757d;
    width: 16px;
    height: 16px;
    border-radius: 50px
}

.bcb-icon-contact {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22contact-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23contact-a%29%22%3E%3Cpath%20d%3D%22M17.5%200h-15A2.5%202.5%200%200%200%200%202.5v11.25a2.5%202.5%200%200%200%202.5%202.5h3.75v3.281a.47.47%200%200%200%20.75.379l4.879-3.66H17.5a2.5%202.5%200%200%200%202.5-2.5V2.5A2.5%202.5%200%200%200%2017.5%200z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.bcb-icon-email {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22email-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23email-a%29%22%3E%3Cpath%20d%3D%22M19.621%209.953a.235.235%200%200%201%20.379.184v7.988A1.875%201.875%200%200%201%2018.125%2020H1.875A1.875%201.875%200%200%201%200%2018.125v-7.984a.234.234%200%200%201%20.379-.184c.875.68%202.035%201.543%206.02%204.438.824.6%202.215%201.867%203.6%201.859%201.395.012%202.813-1.281%203.605-1.859%203.986-2.895%205.142-3.762%206.017-4.442zM10%2015c.906.016%202.211-1.141%202.867-1.617%205.184-3.762%205.578-4.09%206.773-5.027a.935.935%200%200%200%20.36-.739v-.742A1.875%201.875%200%200%200%2018.125%205H1.875A1.875%201.875%200%200%200%200%206.875v.742a.94.94%200%200%200%20.359.738c1.2.934%201.59%201.266%206.773%205.027.657.477%201.962%201.634%202.868%201.618z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    height: 16px;
    background-position: bottom
}

.bcb-icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22phone-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23phone-a%29%22%3E%3Cpath%20d%3D%22M19.43%2014.133l-4.375-1.875a.938.938%200%200%200-1.094.27l-1.938%202.366A14.479%2014.479%200%200%201%205.1%207.973l2.369-1.937a.935.935%200%200%200%20.27-1.094L5.863.567A.944.944%200%200%200%204.789.024L.727.961A.938.938%200%200%200%200%201.875%2018.123%2018.123%200%200%200%2018.125%2020a.938.938%200%200%200%20.914-.727l.938-4.063a.949.949%200%200%200-.547-1.078z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.bcb-collapse {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

@media(max-width: 767.98px) {
    .bcb-collapse {
        font-size:12px;
        line-height: 16px
    }
}

.bcb-collapse[aria-expanded=true] .show {
    display: none
}

.bcb-collapse[aria-expanded=true] .hide {
    display: inline;
    margin-right: 5px
}

.bcb-collapse[aria-expanded=true] .bcb-arrow {
    transform: rotate(-90deg)
}

.bcb-collapse[aria-expanded=false] .show {
    display: inline;
    margin-right: 5px
}

.bcb-collapse[aria-expanded=false] .hide {
    display: none
}

.bcb-collapse[aria-expanded=false] .bcb-arrow {
    transform: rotate(90deg)
}

.bcb-collapse .bcb-arrow {
    margin-left: 8px
}

.bcb-sort-btn {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
    margin-bottom: 20px
}

.bcb-sort-btn.mostpopular {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.778' viewBox='0 0 20 17.778'%3E%3Cpath id='trophy-solid' d='M19.167,2.222H15.556V.833A.831.831,0,0,0,14.722,0H5.278a.831.831,0,0,0-.833.833V2.222H.833A.831.831,0,0,0,0,3.056V5A4.531,4.531,0,0,0,2.149,8.5,8.135,8.135,0,0,0,5.969,9.944,7.681,7.681,0,0,0,8.333,12.5V15H6.667a2,2,0,0,0-2.222,1.944v.417a.418.418,0,0,0,.417.417H15.139a.418.418,0,0,0,.417-.417v-.417A2,2,0,0,0,13.333,15H11.667V12.5a7.68,7.68,0,0,0,2.365-2.556A8.106,8.106,0,0,0,17.851,8.5,4.541,4.541,0,0,0,20,5V3.056A.831.831,0,0,0,19.167,2.222ZM3.448,6.694A2.554,2.554,0,0,1,2.222,5V4.444H4.451A12.471,12.471,0,0,0,4.9,7.438,5.6,5.6,0,0,1,3.448,6.694ZM17.778,5a2.668,2.668,0,0,1-1.226,1.694,5.617,5.617,0,0,1-1.451.743,25.723,25.723,0,0,0,.444-2.993h2.233Z' fill='%236c757d'/%3E%3C/svg%3E")
}

.bcb-sort-btn.mostpopular:hover,.bcb-sort-btn.mostpopular.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.778' viewBox='0 0 20 17.778'%3E%3Cpath id='trophy-solid' d='M19.167,2.222H15.556V.833A.831.831,0,0,0,14.722,0H5.278a.831.831,0,0,0-.833.833V2.222H.833A.831.831,0,0,0,0,3.056V5A4.531,4.531,0,0,0,2.149,8.5,8.135,8.135,0,0,0,5.969,9.944,7.681,7.681,0,0,0,8.333,12.5V15H6.667a2,2,0,0,0-2.222,1.944v.417a.418.418,0,0,0,.417.417H15.139a.418.418,0,0,0,.417-.417v-.417A2,2,0,0,0,13.333,15H11.667V12.5a7.68,7.68,0,0,0,2.365-2.556A8.106,8.106,0,0,0,17.851,8.5,4.541,4.541,0,0,0,20,5V3.056A.831.831,0,0,0,19.167,2.222ZM3.448,6.694A2.554,2.554,0,0,1,2.222,5V4.444H4.451A12.471,12.471,0,0,0,4.9,7.438,5.6,5.6,0,0,1,3.448,6.694ZM17.778,5a2.668,2.668,0,0,1-1.226,1.694,5.617,5.617,0,0,1-1.451.743,25.723,25.723,0,0,0,.444-2.993h2.233Z' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.bcb-sort-btn.new {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-new'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='new' clip-path='url(%23clip-new)'%3E%3Cpath id='star-solid' d='M29.427.653,26.986,5.6l-5.462.8a1.2,1.2,0,0,0-.662,2.041l3.951,3.85-.935,5.439a1.2,1.2,0,0,0,1.735,1.26L30.5,16.421l4.886,2.568a1.2,1.2,0,0,0,1.735-1.26l-.935-5.439,3.951-3.85A1.2,1.2,0,0,0,39.475,6.4l-5.462-.8L31.572.653A1.2,1.2,0,0,0,29.427.653Z' transform='translate(-20.5 1.013)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.new:hover,.bcb-sort-btn.new.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-new'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='new' clip-path='url(%23clip-new)'%3E%3Cpath id='star-solid' d='M29.427.653,26.986,5.6l-5.462.8a1.2,1.2,0,0,0-.662,2.041l3.951,3.85-.935,5.439a1.2,1.2,0,0,0,1.735,1.26L30.5,16.421l4.886,2.568a1.2,1.2,0,0,0,1.735-1.26l-.935-5.439,3.951-3.85A1.2,1.2,0,0,0,39.475,6.4l-5.462-.8L31.572.653A1.2,1.2,0,0,0,29.427.653Z' transform='translate(-20.5 1.013)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.highestbonus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-bonus'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bonus' clip-path='url(%23clip-bonus)'%3E%3Cpath id='coins-solid' d='M0,15.832V17.5C0,18.879,3.359,20,7.5,20S15,18.879,15,17.5V15.832C13.387,16.969,10.438,17.5,7.5,17.5S1.613,16.969,0,15.832ZM12.5,5C16.641,5,20,3.879,20,2.5S16.641,0,12.5,0,5,1.121,5,2.5,8.359,5,12.5,5ZM0,11.734V13.75c0,1.379,3.359,2.5,7.5,2.5s7.5-1.121,7.5-2.5V11.734c-1.613,1.328-4.566,2.016-7.5,2.016S1.613,13.063,0,11.734Zm16.25.43C18.488,11.73,20,10.926,20,10V8.332A9.593,9.593,0,0,1,16.25,9.68ZM7.5,6.25C3.359,6.25,0,7.648,0,9.375S3.359,12.5,7.5,12.5,15,11.1,15,9.375,11.641,6.25,7.5,6.25Zm8.566,2.2C18.41,8.027,20,7.2,20,6.25V4.582a12.717,12.717,0,0,1-6.277,1.633A4.374,4.374,0,0,1,16.066,8.449Z' transform='translate(0 3)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.highestbonus:hover,.bcb-sort-btn.highestbonus.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-bonus'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bonus' clip-path='url(%23clip-bonus)'%3E%3Cpath id='coins-solid' d='M0,15.832V17.5C0,18.879,3.359,20,7.5,20S15,18.879,15,17.5V15.832C13.387,16.969,10.438,17.5,7.5,17.5S1.613,16.969,0,15.832ZM12.5,5C16.641,5,20,3.879,20,2.5S16.641,0,12.5,0,5,1.121,5,2.5,8.359,5,12.5,5ZM0,11.734V13.75c0,1.379,3.359,2.5,7.5,2.5s7.5-1.121,7.5-2.5V11.734c-1.613,1.328-4.566,2.016-7.5,2.016S1.613,13.063,0,11.734Zm16.25.43C18.488,11.73,20,10.926,20,10V8.332A9.593,9.593,0,0,1,16.25,9.68ZM7.5,6.25C3.359,6.25,0,7.648,0,9.375S3.359,12.5,7.5,12.5,15,11.1,15,9.375,11.641,6.25,7.5,6.25Zm8.566,2.2C18.41,8.027,20,7.2,20,6.25V4.582a12.717,12.717,0,0,1-6.277,1.633A4.374,4.374,0,0,1,16.066,8.449Z' transform='translate(0 3)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.freespins {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-spins'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='spins' clip-path='url(%23clip-spins)'%3E%3Cpath id='gift-solid' d='M1.25,48.25A1.249,1.249,0,0,0,2.5,49.5H8.75V43.25H1.25Zm10,1.25H17.5a1.249,1.249,0,0,0,1.25-1.25v-5h-7.5ZM18.75,37H17.105a3.406,3.406,0,0,0,.395-1.562A3.443,3.443,0,0,0,14.063,32c-1.625,0-2.676.832-4.023,2.668C8.691,32.832,7.641,32,6.016,32a3.443,3.443,0,0,0-3.437,3.438A3.358,3.358,0,0,0,2.973,37H1.25A1.249,1.249,0,0,0,0,38.25v3.125A.627.627,0,0,0,.625,42h18.75A.627.627,0,0,0,20,41.375V38.25A1.249,1.249,0,0,0,18.75,37ZM6.012,37a1.563,1.563,0,0,1,0-3.125c.777,0,1.352.129,3.363,3.125Zm8.051,0H10.7c2.008-2.988,2.566-3.125,3.363-3.125a1.563,1.563,0,0,1,0,3.125Z' transform='translate(0 -29)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.freespins:hover,.bcb-sort-btn.freespins.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-spins'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='spins' clip-path='url(%23clip-spins)'%3E%3Cpath id='gift-solid' d='M1.25,48.25A1.249,1.249,0,0,0,2.5,49.5H8.75V43.25H1.25Zm10,1.25H17.5a1.249,1.249,0,0,0,1.25-1.25v-5h-7.5ZM18.75,37H17.105a3.406,3.406,0,0,0,.395-1.562A3.443,3.443,0,0,0,14.063,32c-1.625,0-2.676.832-4.023,2.668C8.691,32.832,7.641,32,6.016,32a3.443,3.443,0,0,0-3.437,3.438A3.358,3.358,0,0,0,2.973,37H1.25A1.249,1.249,0,0,0,0,38.25v3.125A.627.627,0,0,0,.625,42h18.75A.627.627,0,0,0,20,41.375V38.25A1.249,1.249,0,0,0,18.75,37ZM6.012,37a1.563,1.563,0,0,1,0-3.125c.777,0,1.352.129,3.363,3.125Zm8.051,0H10.7c2.008-2.988,2.566-3.125,3.363-3.125a1.563,1.563,0,0,1,0,3.125Z' transform='translate(0 -29)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-load-more {
    position: absolute;
    bottom: 0;
    left: 0
}

.bcb-load-more.loading {
    padding-left: 40px
}

.bcb-load-more.loading::before {
    content: "";
    border: .2em solid #007bff;
    border-bottom: .2em solid #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    position: absolute;
    left: 15px
}

.bcb-collapsed-content {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb__operator__visible {
    display: inline-block !important
}

.bcb-align-right {
    text-align: right
}

.bcb-bold {
    font-weight: bold
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

:root {
    --sizeCorner: 20px;
    --sizeCornerHover: 30px;
    --peeled-color: rgb(252 252 252 / 40%);
    --peel-height: 34px
}

.c-bonus-code {
    position: relative;
    gap: 1rem
}

.c-bonus-code.btn-reveal.copy-btn-inside a.bcb_counter_btn {
    top: 0;
    padding: 2px
}

.c-bonus-code.btn-reveal .bcb-bonus-input.blur-code {
    background: none;
    color: #000;
    margin-right: 0;
    text-align: center;
    text-shadow: none;
    width: 100%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn {
    background: none;
    height: 100%;
    margin-right: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span::before {
    animation: peelCover 3s ease 1s infinite;
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    border-radius: 4px;
    clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding-top: 17px;
    position: absolute;
    top: 0;
    -webkit-transition: clip-path .25s linear;
    transition: clip-path .25s linear;
    visibility: visible;
    width: 100%;
    z-index: -1
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span::after {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(350deg) scale(1.015);
    transform-origin: right bottom;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    visibility: visible;
    width: 5%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    padding: 5px !important
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span {
    display: inline;
    height: auto;
    padding: 0;
    position: static;
    visibility: visible;
    width: auto
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span::before,.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span::after {
    display: none
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"]:hover {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%)
}

.c-bonus-code.btn-reveal a.bcb_counter_btn::after {
    animation: peelCorner 3s ease 1s infinite;
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-10deg) scale(1.015);
    transform-origin: right bottom;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    width: 5%;
    z-index: 2
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span {
    visibility: hidden;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span::before {
    animation: peelCoverHover .25s linear;
    clip-path: polygon(0% 0%, calc(50% - var(--peel-height) * 0.1763) 0%, 50% 100%, 0% 100%)
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span::after {
    opacity: 1;
    right: 50%;
    width: 15%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover::after {
    animation: none;
    opacity: 0;
    right: 50%;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    width: 15%
}

@keyframes peelCover {
    0%,75%,100% {
        clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%)
    }

    37.5% {
        clip-path: polygon(0% 0%, calc(95% - var(--peel-height) * 0.1763) 0%, 95% 100%, 0% 100%)
    }
}

@keyframes peelCoverHover {
    0% {
        clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(0% 0%, calc(50% - var(--peel-height) * 0.1763) 0%, 50% 100%, 0% 100%)
    }
}

@keyframes peelCorner {
    0%,75%,100% {
        right: 0;
        width: 5%
    }

    37.5% {
        right: 5%;
        width: 7.5%
    }
}

.c-bonus-code.copy-btn-inside input.bcb-bonus-input {
    width: 100%;
    margin-right: 0;
    padding: 6px
}

.c-bonus-code.copy-btn-inside a.bcb_counter_btn,.c-bonus-code.copy-btn-inside button {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    min-width: 20%;
    max-height: inherit;
    border: 0;
    border-radius: 4px;
    padding: 5px
}

.c-bonus-code input.peel {
    word-spacing: 0
}

.show-code-in-modal {
    position: fixed;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 1rem;
    z-index: 10000
}

@media only screen and (max-width: 768px) {
    .show-code-in-modal {
        width:100%
    }
}

#bcb-modal-overlay {
    background: rgba(0,0,0,.7);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999
}

#bcb-modal-close {
    color: #fff;
    text-align: right;
    cursor: pointer;
    font-size: 22px
}

.gutenberg-operator-table--pros,.c-pros {
    list-style-image: url("./img/pro.svg")
}

.gutenberg-operator-table--cons,.c-cons {
    list-style-image: url("./img/con.svg")
}

.gutenberg-operator-table--usp,.c-usps {
    list-style: none
}

.gutenberg-operator-table--usp li,.c-usps li {
    position: relative
}

.gutenberg-operator-table--usp li::before,.c-usps li::before {
    position: absolute;
    left: -25px;
    top: calc(50% - 10px);
    content: url("./img/usp.svg")
}

.bcb-cta-1 a.btn {
    border-radius: 4px
}

.operator-header-1__heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.operator-header-1__heading__left {
    display: flex;
    align-items: center
}

.operator-header-1__heading__left__logo {
    display: flex;
    align-items: center
}

.operator-header-1__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991.98px) {
    .operator-header-1__bottom {
        display:block
    }
}

@media(max-width: 991.98px) {
    .operator-header-1__cta {
        max-width:fit-content;
        margin-top: 10px
    }
}

.operator-header-2.bcb-container {
    display: inline-block
}

.operator-header-2__features {
    display: flex;
    justify-content: space-between
}

.operator-header-2__features_top {
    display: flex;
    align-items: center
}

.operator-header-2 .operator-header-2__bottom-box {
    position: relative
}

.operator-header-2 .operator-header-2__bottom__cta {
    position: relative;
    float: right
}

@media(max-width: 991.98px) {
    .operator-header-2 .operator-header-2__bottom__cta {
        position:relative;
        float: left
    }
}

.operator-header-3-wrapper {
    width: 100%;
    display: flex
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper {
        display:block
    }
}

.operator-header-3-wrapper .operator-header-3-bookmaker {
    width: 66.5%;
    padding-right: 40px
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

.operator-header-3-wrapper .operator-header-3-bookmaker-rating {
    display: flex;
    position: relative
}

.operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
    position: absolute;
    top: 7px;
    right: 0
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

.operator-header-3-wrapper .operator-header-3-offer {
    width: 33%;
    position: relative;
    display: flex;
    flex-direction: column
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

.operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
    display: flex;
    margin-top: auto
}

@media(max-width: 767.98px) {
    .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 25%
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(min-width: 768px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .bcb-bonus-input {
        overflow:hidden
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-sidebar .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-bookmaker {
        margin-right:0;
        width: 100%;
        padding-right: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-bookmaker-rating-score .operator-header-3-bookmaker-rating-total-score {
        top:3px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code {
        margin-top:20px
    }
}

.core-has-both-sidebars .operator-header-3-wrapper .operator-header-3-offer .operator-header-3-offer-bonus-code.operator-header-3-offer-bonus-code-available .btn-primary {
    width: 40%;
    font-size: 15px
}

.bcb-operator-header-4__winner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-header-4__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-header-4__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-header-4__winner__right__text {
    padding-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-header-4__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.bcb-operator-header-5__winner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-header-5__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-header-5__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-header-5__winner__right__text {
    padding-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-header-5__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.operator-header-6 {
    display: block;
    background: #eee;
    padding: 10px
}

.operator-header-6__features {
    display: flex;
    justify-content: left;
    align-items: flex-start
}

.operator-header-6__features__left {
    flex-shrink: 0
}

.operator-header-6__features__right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.operator-header-6__features__cta {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .operator-header-6__features__cta {
        display:none
    }
}

.operator-header-6__cta {
    display: none
}

@media(max-width: 767.98px) {
    .operator-header-6__cta {
        display:block
    }
}

.operator-header-6 ul,.operator-header-6__top_pros {
    display: inline-block
}

.operator-header-6 ul li,.operator-header-6__top_pros li {
    margin-right: 20px;
    float: left;
    margin-bottom: 0
}

.bcb-operator-list-1-wrapper {
    counter-reset: bcb-operator-list-1-rank;
    margin-bottom: 20px
}

.bcb-operator-list-1__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-1__header__left {
    display: flex
}

.bcb-operator-list-1__header__left-img {
    display: flex;
    align-items: center
}

.bcb-operator-list-1__header__left .bcb-counter::before {
    counter-increment: bcb-operator-list-1-rank;
    content: counter(bcb-operator-list-1-rank) ""
}

.operator_single .bcb-operator-list-1__header__left-img {
    margin-left: 0
}

.operator_single .bcb-operator-list-1__header__left-img::before {
    display: none
}

.bcb-operator-list-1__header__middle {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px 0 40px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle {
        display:block
    }
}

.bcb-operator-list-1__header__middle-first {
    width: 200px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle-first {
        display:none
    }
}

.bcb-operator-list-1__header__middle-second {
    margin-left: auto;
    padding-left: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__middle-second {
        padding-left:0
    }
}

.bcb-operator-list-1__header__right {
    flex: 0 0 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-1__header__right {
        flex:unset
    }

    .bcb-operator-list-1__header__right a {
        display: inline-block;
        width: auto
    }

    .bcb-operator-list-1__header__right a span {
        display: none
    }
}

.core-has-sidebar .bcb-operator-list-1__header__middle-first {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-1__header__middle-first {
        display:none
    }
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-1__header .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-1__header .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-1__header__left-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-1__header__left-operator--name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-1__header__left-operator--stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-both-sidebars .bcb-operator-list-1__header__center-score {
    font-size: 24px;
    line-height: 19px
}

.core-has-both-sidebars .bcb-operator-list-1__header__center-text {
    font-size: 12px;
    line-height: 12px
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-first {
    width: 170px;
    display: none
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-second {
    padding-left: 0
}

.core-has-both-sidebars .bcb-operator-list-1__header__middle-second a {
    font-size: 12px;
    line-height: 16px
}

.bcb-operator-list-2 {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    counter-reset: bcb-operator-list-2-rank
}

.bcb-operator-list-2 td {
    border: none
}

.bcb-operator-list-2 th {
    border: none
}

.bcb-operator-list-2__item {
    background-color: #e9ecef
}

.bcb-operator-list-2__item td:first-child {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item td:first-child {
        padding-bottom:20px
    }
}

.bcb-operator-list-2__item td:not(:first-child) {
    padding: 10px 0 10px 0
}

.bcb-operator-list-2__item td:last-child {
    padding: 10px
}

.bcb-operator-list-2__item__operator--wrapper {
    width: 250px;
    position: relative
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__operator--wrapper {
        width:auto
    }
}

.bcb-operator-list-2__item__operator--wrapper .bcb-counter::before {
    counter-increment: bcb-operator-list-2-rank;
    content: counter(bcb-operator-list-2-rank) ""
}

.operator_single .bcb-operator-list-2__item__operator--wrapper {
    padding: 10px 0 10px 10px
}

.operator_single .bcb-operator-list-2__item__operator--wrapper::before {
    display: none
}

.bcb-operator-list-2__item__operator {
    display: flex;
    align-items: center;
    position: relative
}

.bcb-operator-list-2__item__test {
    width: 200px;
    padding-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__test {
        display:none
    }
}

.bcb-operator-list-2__item__bonus {
    text-align: right
}

.bcb-operator-list-2__item__bonus a {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__bonus a {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__bonus {
        text-align:center
    }
}

.bcb-operator-list-2__item__review {
    text-align: right
}

.bcb-operator-list-2__item__review a {
    padding-right: 10px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-2__item__review {
        display:none
    }
}

.bcb-operator-list-2__item__cta {
    text-align: right;
    width: 156px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item__cta {
        width:auto
    }
}

.bcb-operator-list-2__item__cta a.bcb-btn {
    width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-2__item__cta a.bcb-btn {
        display:inline-block;
        width: auto
    }

    .bcb-operator-list-2__item__cta a.bcb-btn span {
        display: none
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-2__item__cta a.bcb-btn {
        font-size:14px;
        padding: 5px
    }
}

.operator_single .bcb-operator-list-2__item td:first-child {
    padding: 10px 0 10px 10px
}

@media(max-width: 767.98px) {
    .operator_single .bcb-operator-list-2__item td:first-child {
        padding-left:10px
    }
}

.core-has-sidebar .bcb-operator-list-2__item__test {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-2__item__test {
        display:none
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus {
    text-align: center
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__bonus {
        padding-right:8px
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus .bcb-bonus {
    font-size: 24px;
    line-height: 40px
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus a {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-2__item__review {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-2__item__test {
    width: 170px;
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.bcb-operator-list-3-wrapper {
    width: 100%;
    padding: 0;
    counter-reset: bcb-operator-list-3-rank
}

.bcb-operator-list-3-wrapper li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3 {
    display: flex;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li {
        display:inline-block
    }
}

.bcb-operator-list-3-wrapper li .bcb-counter::before {
    content: counter(bcb-operator-list-3-rank) "";
    counter-increment: bcb-operator-list-3-rank
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
        float:left
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
    margin: 0 20px 0 0
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
        min-height:56px
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
    font-size: 12px;
    flex: 1;
    padding-right: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
        float:left;
        margin: 10px 0 20px 0;
        padding-right: 0
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
    display: flex;
    margin-left: auto;
    min-width: 250px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
        margin:30px 0 0 0
    }
}

.bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta .bcb-btn:not(.btn-block) {
    width: 30%
}

.bcb-operator-list-3-wrapper .bcb-operator-list-3-bonus-wrapper {
    flex: 1
}

ol.bcb-operator-list-3-wrapper {
    margin-left: 0
}

.bcb-operator-list-3-wrapper.operator_single li::before {
    display: none
}

.bcb-operator-list-3-wrapper.operator_single li .bcb-operator-list-3-bookmaker-logo {
    margin-left: 0
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li {
        display:inline-block
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
        float:left
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
        min-height:56px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
        float:left;
        margin: 10px 0 20px 0;
        padding-right: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
        margin:30px 0 0 0
    }
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li {
    display: inline-block
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-logo {
    float: left
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-bookmaker-info {
    min-height: 56px
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-terms {
    float: left;
    margin: 10px 0 20px 0;
    padding-right: 0
}

.core-has-both-sidebars .bcb-operator-list-3-wrapper li .bcb-operator-list-3-cta {
    margin: 30px 0 0 0
}

.bcb-operator-list-4-wrapper {
    counter-reset: bcb-operator-list-4-rank
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4 {
    display: block
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left-img {
    display: flex;
    align-items: center
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__left .bcb-counter::before {
    content: counter(bcb-operator-list-4-rank) "";
    counter-increment: bcb-operator-list-4-rank
}

@media(max-width: 768px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__test {
        display:none
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__middle {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__middle {
        margin-left:10px;
        padding: 0 10px 0 0
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right {
    flex: 0 0 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right {
        flex:none
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right a {
    max-width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__right a span {
        display:none
    }
}

@media(max-width: 768px) {
    .bcb-operator-list-4-wrapper .bcb-operator-list-4__header__center {
        margin-left:auto;
        margin-right: auto
    }
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4.operator_single .bcb-operator-list-4__header__left-img {
    margin-left: 0
}

.bcb-operator-list-4-wrapper .bcb-operator-list-4.operator_single .bcb-operator-list-4__header__left-img::before {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-4__header__test {
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-4__header__left .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-4__header__left .bcb-counter::before {
        display: none
    }
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-operator--name {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-4__header__left-operator--stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-4__header__center-score {
    font-size: 24px;
    line-height: 19px
}

.core-has-both-sidebars .bcb-operator-list-4__header__center-text {
    font-size: 12px;
    line-height: 12px
}

.bcb__operators_bonus {
    counter-reset: bcb-operator-list-5-rank
}

.bcb__operators_bonus .bcb-operator-list-5__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb__operators_bonus .bcb-operator-list-5__header__left {
    display: flex
}

.bcb__operators_bonus .bcb-operator-list-5__header__left .bcb-counter::before {
    counter-increment: bcb-operator-list-5-rank;
    content: counter(bcb-operator-list-5-rank) ""
}

.bcb__operators_bonus .bcb-operator-list-5__header__center {
    display: flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    align-items: center
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__center {
        justify-content:center
    }
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__center-bonus_desc {
        display:none
    }
}

.bcb__operators_bonus .bcb-operator-list-5__header__right {
    min-width: 140px
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__right {
        min-width:unset
    }
}

@media(max-width: 991.98px) {
    .bcb__operators_bonus .bcb-operator-list-5__header__right a.btn>span {
        display:none
    }
}

.bcb__operators_bonus.operator_single .bcb__operator__header__left-img {
    margin-left: 0
}

.bcb__operators_bonus.operator_single .bcb__operator__header__left-img::before {
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__left .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__left-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left-operator--title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-5__header__left-operator--stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__center {
        justify-content:center
    }
}

.core-has-both-sidebars .bcb-operator-list-5__header__center-bonus_desc {
    display: none
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__right {
        min-width:unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-5__header__right a.btn>span {
        display:none
    }
}

.bcb-operator-list-6-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: bcb-operator-list-6-rank
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-banner {
        font-size:13px;
        line-height: 9px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
    display: flex;
    position: relative;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
        display:block
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 44px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__wrap .bcb-operator-list-6-bookmaker-rating {
        margin-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker {
        display:flex;
        margin-bottom: 20px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__usp {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker__usp {
        display:block;
        margin-left: 20px;
        margin-top: 15px
    }
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker .bcb-counter::before {
    counter-increment: bcb-operator-list-6-rank;
    content: counter(bcb-operator-list-6-rank) ""
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker .bcb-counter .bcb-rectangular-logo {
    margin-right: 0
}

.bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
    position: relative;
    flex: 1;
    margin-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
        margin-left:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6-wrapper .bcb-operator-list-6-item .bcb-operator-list-6-description {
        width:100%;
        padding: 0
    }
}

.bcb-operator-list-6__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bcb-operator-list-6__bottom .bcb-btn {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-6__bottom .bcb-btn {
        display:block;
        width: 100%
    }

    .bcb-operator-list-6__bottom .bcb-usp-list {
        display: none
    }
}

.bcb-operator-list-6-wrapper.operator_single .bcb-operator-list-6-item .bcb-operator-list-6-bookmaker::before {
    display: none
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-banner {
        font-size:13px;
        line-height: 9px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-item {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6__bottom .bcb-btn {
        display:block;
        width: 100%
    }

    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6__bottom .bcb-usp-list {
        display: none
    }
}

.core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-description {
    position: relative;
    flex: 1;
    margin-left: 40px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-description {
        width:100%;
        padding: 0;
        margin-left: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-bookmaker {
        display:flex;
        margin-bottom: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-6-wrapper .bcb-operator-list-6-bookmaker__usp {
        display:block;
        margin-left: 20px;
        margin-top: 15px
    }
}

.bcb-operator-list-7 {
    display: flex
}

.bcb-operator-list-7__author {
    padding-left: 20px;
    padding-right: 40px;
    position: absolute;
    overflow-y: hidden
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__author {
        position:relative
    }
}

.bcb-operator-list-7__author-img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.bcb-operator-list-7__author-img img {
    border-radius: 50%;
    max-width: 100%;
    height: auto
}

.bcb-operator-list-7__author-btn {
    display: none
}

.bcb-operator-list-7__author-name {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    word-break: break-all;
    max-width: 80px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.bcb-operator-list-7__oh {
    width: 100%;
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

.bcb-operator-list-7__oh--wrapper {
    display: flex;
    align-items: flex-end
}

.bcb-operator-list-7__oh__features {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-7__oh__features_top {
    display: flex;
    align-items: center
}

.bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

.bcb-operator-list-7__oh__bottom__pros {
    flex: 0 0 50%
}

.bcb-operator-list-7__oh__bottom__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex: 1
}

.bcb-operator-list-7__oh__bottom__cta a {
    margin-left: 20px;
    text-transform: capitalize
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

.bcb-operator-list-7__oh__bottom__cta a.btn-block {
    max-width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__author {
        position:relative
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__author-img {
        width:32px;
        height: 32px
    }

    .core-has-sidebar .bcb-operator-list-7__author-img img {
        border-radius: 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.core-has-sidebar .bcb-operator-list-7__oh {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__features_top-img {
        width:40px;
        height: 40px
    }

    .core-has-sidebar .bcb-operator-list-7__oh__features_top-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-sidebar .bcb-operator-list-7__oh__features_score svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-sidebar .bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

.core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a {
    margin-left: 20px
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author {
        position:relative
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author-img {
        width:32px;
        height: 32px
    }

    .core-has-both-sidebars .bcb-operator-list-7__author-img img {
        border-radius: 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__author-name {
        font-size:14px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.core-has-both-sidebars .bcb-operator-list-7__oh {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__features_top-img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-7__oh__features_top-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-7__oh__features_score svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
    padding-left: 60px;
    margin-left: 56px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:56px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        margin-left:32px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom {
        padding-left:0;
        margin-left: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom__cta a span {
        display:none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-7__oh__bottom__cta a.btn-block {
        max-width:unset;
        width: unset
    }
}

.bcb-operator-list-8__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-8__item {
    margin-bottom: 10px
}

.bcb-operator-list-8__item .bcb-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bcb-operator-list-8__item__winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.bcb-operator-list-8__item__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-8__item__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-list-8__item__winner__right__text {
    padding-right: 20px;
    padding-left: 8px;
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-8__item__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

.bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary {
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-8__item__cta a.bcb-btn {
        display:block
    }

    .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media(min-width: 576px) {
    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body {
        display:flex
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-header-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-container {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__img {
        width: 176px;
        height: 100%
    }
}

@media(min-width: 992px) {
    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body {
        display:flex
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-header-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__body .bcb-container {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .core-has-sidebar .bcb-operator-list-8__item:not(:first-child) .bcb-operator-list-8__item__img {
        width: 176px;
        height: 100%
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-8__item__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-8__item__img {
        height:200px
    }
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left__data {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-8__item__winner__left .bcb__stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary.bcb-btn {
    margin-left: 0
}

.core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn {
    margin-left: 10px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-both-sidebars .bcb-operator-list-8__item__cta a.bcb-btn-outline-secondary.bcb-btn {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

.bcb-operator-list-9__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-9__item {
    margin-bottom: 10px
}

.bcb-operator-list-9__item__winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.bcb-operator-list-9__item__winner__left {
    display: flex;
    align-items: center
}

.bcb-operator-list-9__item__winner__right {
    display: flex;
    align-items: center
}

.bcb-operator-list-9__item__winner__right__text {
    padding-right: 20px;
    padding-left: 8px;
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-9__item__winner__right__text {
        padding-right:8px;
        font-size: 14px;
        line-height: 20px;
        max-width: 100px
    }
}

.bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-9__item__cta a.bcb-btn {
        display:block
    }

    .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-right: 0;
        margin-bottom: 10px;
        display: block
    }
}

@media(min-width: 576px) {
    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__body {
        display:flex
    }

    .site-main:not(.core-has-sidebar):not(.core-has-both-sidebars) .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__img {
        flex: 0 0 176px;
        height: auto
    }
}

@media(min-width: 992px) {
    .core-has-sidebar .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__body {
        display:flex
    }

    .core-has-sidebar .bcb-operator-list-9__item:not(:first-child) .bcb-operator-list-9__item__img {
        flex: 0 0 176px;
        height: auto
    }
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-9__item__img {
        height:200px
    }
}

.core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn {
    margin-left: 10px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-sidebar .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-9__item__img {
        height:200px
    }
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left__data {
    font-size: 14px;
    line-height: 24px
}

.core-has-both-sidebars .bcb-operator-list-9__item__winner__left .bcb__stars svg {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn {
    margin-left: 10px
}

.core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary.bcb-btn {
    margin-left: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn {
        margin-left:0;
        display: block
    }

    .core-has-both-sidebars .bcb-operator-list-9__item__cta a.bcb-btn-outline-secondary {
        margin-bottom: 10px;
        margin-right: 0;
        display: block
    }
}

.bcb-operator-list-10__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-10__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-10__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}

.bcb-operator-list-10__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-10__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body {
        flex-direction:column
    }
}

.bcb-operator-list-10__body__desc {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-10__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-10__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-10__down__text {
    margin-bottom: 10px
}

.bcb-operator-list-10__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-10__down__cta {
    display: flex
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta--aflink {
        margin-top:10px
    }
}

.bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
        margin-right:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-10__down__cta {
        flex-direction:column;
        padding-top: 0
    }
}

.core-has-sidebar .bcb-operator-list-10 {
    color: red !important
}

.core-has-sidebar .bcb-operator-list-10__operator__info__img {
    width: 40px;
    height: 40px
}

.core-has-sidebar .bcb-operator-list-10__body {
    flex-direction: column
}

.core-has-sidebar .bcb-operator-list-10__body__desc {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-list-10__body__pros {
    flex: 0 0 100%
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-10__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-10__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-10__down__cta {
    padding-top: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta .bcb-btn-outline-secondary {
        margin-right:0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-10__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-11__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-11__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-11__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__operator .bcb-sub-title {
        text-align:right
    }
}

.bcb-operator-list-11__operator_cta {
    text-align: center
}

.bcb-operator-list-11__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    margin-bottom: 20px
}

.bcb-operator-list-11__body {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center
}

.bcb-operator-list-11__body .bcb-collapse[aria-expanded=true] .hide {
    margin-right: 0;
    margin-left: 5px
}

.bcb-operator-list-11__body .bcb-collapse[aria-expanded=false] .show {
    margin-right: 0;
    margin-left: 5px
}

.bcb-operator-list-11__body__desc {
    margin-right: 10px;
    width: 100%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-11__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-11__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-11__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-11__down__cta {
    display: flex;
    padding-top: 20px
}

.bcb-operator-list-11__down__cta .btn-primary {
    margin-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta .btn-primary {
        margin-left:0;
        margin-top: 10px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta .btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-11__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }

    .core-has-both-sidebars .bcb-operator-list-11__operator .bcb-sub-title {
        text-align: right;
        flex: 0 0 50%
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-11__down__cta .btn-primary {
    margin-left: 20px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta .btn-primary {
        margin-left:0;
        margin-top: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta .btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-11__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-12__title.bcb-container {
    border-bottom: 1px solid #ccd0d1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bcb-operator-list-12__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-list-12__list .bcb-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bcb-operator-list-12__list__item>a {
    display: flex;
    justify-content: space-between
}

.bcb-operator-list-12__list__item>a:hover {
    text-decoration: none
}

.bcb-operator-list-12__list__item__operator {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-12__list__item__medal {
    display: inline-block;
    vertical-align: middle;
    margin: auto 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='56' width='56'%3E%3Ccircle cx='28' cy='28' r='28' fill='gray' /%3E%3C/svg%3E") center center no-repeat;
    background-size: contain
}

.bcb-operator-list-12__list .bcb-arrow {
    margin: auto 0 auto 20px
}

.bcb-operator-list-13__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-13__item {
    margin-bottom: 10px
}

.bcb-operator-list-13__item a {
    text-decoration: none
}

.bcb-operator-list-13__item__operator {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    margin-bottom: 20px
}

.bcb-operator-list-14__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-14__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-14__operator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.bcb-operator-list-14__operator--left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 20px
}

.bcb-operator-list-14__operator--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator--right {
        flex:unset
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator .bcb-score {
        display:none
    }
}

.bcb-operator-list-14__operator__review {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__operator__review {
        display:none
    }
}

.bcb-operator-list-14__operator__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-14__operator__cta {
    margin-left: 20px
}

.bcb-operator-list-14__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body {
        flex-direction:column
    }
}

.bcb-operator-list-14__body__desc {
    margin-right: 20px;
    width: 100%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-14__body__desc--spins {
    margin-top: 20px
}

.bcb-operator-list-14__body__pros {
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-14__down {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb-operator-list-14__down .bcb-container {
    border-radius: 0;
    border-top: 1px solid #ccc
}

.bcb-operator-list-14__down__info {
    margin: 20px 0
}

.bcb-operator-list-14__down__info--item {
    display: inline-block;
    margin-right: 20px
}

.bcb-operator-list-14__down__info--item>div {
    display: flex;
    align-items: center
}

.bcb-operator-list-14__down__info--item .bcb-icon {
    margin-right: 10px
}

.bcb-operator-list-14__down__data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    row-gap: 20px
}

.bcb-operator-list-14__down__data>div:last-child {
    margin-bottom: 20px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-14__down__data {
        grid-template-columns:1fr
    }
}

.bcb-operator-list-14__down__data--item {
    display: inline-block;
    margin-right: 20px
}

.bcb-operator-list-14__down__data--item>span {
    font-weight: bold;
    margin-right: 10px
}

.bcb-operator-list-14__down__cta {
    display: flex
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta--aflink {
        margin-top:10px
    }
}

.bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
    margin-right: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
        margin-right:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-14__down__cta {
        flex-direction:column;
        padding-top: 0
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__operator__info__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__info__data .bcb-operator-title {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__info__data .bcb__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__score {
        display: none
    }

    .core-has-both-sidebars .bcb-operator-list-14__operator__review {
        display: none
    }

    .core-has-both-sidebars .bcb-operator-list-14--right {
        flex: unset
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__body__pros {
        flex:0 0 100%
    }
}

.core-has-both-sidebars .bcb-operator-list-14__down__data {
    grid-template-columns: 1fr
}

.core-has-both-sidebars .bcb-operator-list-14__down__cta {
    padding-top: 0
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta {
        flex-direction:column
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta .bcb-btn-outline-secondary {
        margin-right:0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta .bcb-btn {
        display:block
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-14__down__cta {
        flex-direction:column
    }
}

.bcb-operator-list-15__operator {
    padding-top: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__operator {
        padding-top:0;
        margin-right: auto;
        display: flex;
        flex-direction: column
    }
}

.bcb-operator-list-15__operator .bcb-rectangular-logo {
    margin-right: 0;
    margin-bottom: 10px
}

.bcb-operator-list-15__operator__stars {
    margin-bottom: 40px
}

.bcb-operator-list-15__operator__stars .bcb__stars {
    justify-content: center
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__operator__stars {
        margin-bottom:0;
        display: inline-block
    }
}

.bcb-operator-list-15__review {
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__review {
        margin-bottom:0;
        margin-right: 20px
    }
}

.bcb-operator-list-15__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__wrapper {
        grid-template-columns:repeat(auto-fit, minmax(270px, 1fr))
    }
}

.bcb-operator-list-15__card {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bcb-operator-list-15__card>a {
    margin-top: auto
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card>a {
        margin-top:0
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card {
        flex-direction:row
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-15__card a.btn-block {
        display:inline-block;
        width: unset
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__operator {
        padding-top:0;
        margin-right: auto;
        display: flex;
        flex-direction: column
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__operator__stars {
        margin-bottom:0;
        display: inline-block
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__review {
        margin-bottom:0;
        margin-right: 20px
    }
}

@media(max-width: 767.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__wrapper {
        grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card>a {
        margin-top:0
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card {
        flex-direction:row
    }
}

@media(max-width: 575.98px) {
    .core-has-both-sidebars .bcb-operator-list-15__card a.btn-block {
        display:inline-block;
        width: unset
    }
}

.bcb-operator-list-16 {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    counter-reset: bcb-operator-list-2-rank
}

.bcb-operator-list-16 td {
    border: none
}

.bcb-operator-list-16 th {
    border: none
}

.bcb-operator-list-16__item {
    background-color: #e9ecef
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item table {
        padding-bottom:60px;
        position: relative;
        overflow: hidden;
        border-collapse: separate
    }
}

.bcb-operator-list-16__item td:first-child {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-top:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item td:first-child {
        padding-left:8px
    }
}

.bcb-operator-list-16__item td:not(:first-child) {
    padding: 5px 0 10px 0
}

.bcb-operator-list-16__item td:last-child {
    padding: 10px;
    width: 188px
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item td:last-child {
        padding:8px
    }
}

.bcb-operator-list-16__item__operator--wrapper {
    width: 250px;
    position: relative
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper {
        width:auto
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__operator--wrapper {
        float:left;
        display: block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper .bcb-counter {
        padding-left:0
    }
}

.bcb-operator-list-16__item__operator--wrapper .bcb-counter::before {
    counter-increment: bcb-operator-list-2-rank;
    content: counter(bcb-operator-list-2-rank) ""
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__operator--wrapper .bcb-counter::before {
        display:none
    }
}

.operator_single .bcb-operator-list-16__item__operator--wrapper {
    padding: 10px 0 10px 10px
}

.operator_single .bcb-operator-list-16__item__operator--wrapper::before {
    display: none
}

.bcb-operator-list-16__item__operator {
    display: flex;
    align-items: center;
    position: relative
}

.bcb-operator-list-16__item__test {
    width: 200px;
    padding-left: 40px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__test {
        display:none
    }
}

.bcb-operator-list-16__item__bonus {
    text-align: right
}

.bcb-operator-list-16__item__bonus a {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__bonus a {
        display:block
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__bonus {
        text-align:center
    }
}

.bcb-operator-list-16__item__review {
    text-align: right
}

.bcb-operator-list-16__item__review a {
    padding-right: 10px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__review {
        display:none
    }
}

.bcb-operator-list-16__item__cta {
    text-align: right;
    width: 156px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item__cta {
        display:block;
        width: 100% !important;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.bcb-operator-list-16__item__cta a.bcb-btn {
    width: 140px
}

@media(max-width: 991.98px) {
    .bcb-operator-list-16__item__cta a.bcb-btn {
        display:block;
        width: 100%
    }

    .bcb-operator-list-16__item__cta a.bcb-btn span {
        display: none
    }
}

.bcb-operator-list-16__item__mobile-apps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.bcb-operator-list-16__item__mobile-apps.mobile-fix {
    padding: 0 !important
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__mobile-apps {
        display:block;
        float: right;
        width: auto;
        margin-left: 2px
    }
}

.bcb-operator-list-16__item__mobile-apps--app {
    margin-right: 20px;
    width: 66px;
    text-align: center;
    padding-top: 15px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app {
        margin-right:8px;
        float: left;
        width: 56px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app.ios-app {
        width:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app.android-app {
        width:42px
    }
}

.bcb-operator-list-16__item__mobile-apps--app span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 24px;
    position: relative;
    display: block
}

@media(max-width: 575.98px) {
    .bcb-operator-list-16__item__mobile-apps--app span {
        height:20px
    }
}

.bcb-operator-list-16__item__mobile-apps--app mark {
    display: block;
    background: rgba(0,0,0,0);
    margin-top: 6px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-16__item__mobile-apps--app mark {
        font-size:10px
    }
}

.bcb-operator-list-16__item__mobile-apps--ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.846' height='20' viewBox='0 0 16.846 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M16.493,15.587a10.873,10.873,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,5.445,20a2.53,2.53,0,0,1-1.82-.8,10.314,10.314,0,0,1-1.449-1.733A11.987,11.987,0,0,1,.643,14.417,11.143,11.143,0,0,1,0,10.791,6.623,6.623,0,0,1,.87,7.326,5.1,5.1,0,0,1,2.691,5.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM12.634.4A4.267,4.267,0,0,1,11.54,3.2a3.726,3.726,0,0,1-3.1,1.528,3.114,3.114,0,0,1-.023-.379A4.384,4.384,0,0,1,9.582,1.52,4.467,4.467,0,0,1,11,.459,4.215,4.215,0,0,1,12.613,0a3.633,3.633,0,0,1,.021.4Z' transform='translate(0 -0.001)'/%3E%3C/svg%3E")
}

.bcb-operator-list-16__item__mobile-apps--android {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0H20V20H0Z'/%3E%3Cpath class='b' d='M5.2,15a.82.82,0,0,0,.8.833h.8V18.75a1.2,1.2,0,1,0,2.4,0V15.833h1.6V18.75a1.2,1.2,0,1,0,2.4,0V15.833H14A.82.82,0,0,0,14.8,15V6.667H5.2Zm-2-8.333A1.224,1.224,0,0,0,2,7.917V13.75A1.224,1.224,0,0,0,3.2,15a1.224,1.224,0,0,0,1.2-1.25V7.917A1.224,1.224,0,0,0,3.2,6.667Zm13.6,0a1.224,1.224,0,0,0-1.2,1.25V13.75a1.2,1.2,0,1,0,2.4,0V7.917A1.224,1.224,0,0,0,16.8,6.667ZM12.824,1.8,13.864.717a.425.425,0,0,0,0-.592.385.385,0,0,0-.568,0L12.112,1.358A4.521,4.521,0,0,0,10,.833a4.585,4.585,0,0,0-2.128.525L6.68.125a.385.385,0,0,0-.568,0,.425.425,0,0,0,0,.592L7.16,1.808A5.055,5.055,0,0,0,5.2,5.833h9.6A5.038,5.038,0,0,0,12.824,1.8ZM8.4,4.167H7.6V3.333h.8Zm4,0h-.8V3.333h.8Z' transform='translate(0 0)'/%3E%3C/svg%3E")
}

.bcb-operator-list-16__item__mobile-apps--windows {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-windows'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='windows' clip-path='url(%23clip-windows)'%3E%3Cpath id='windows-brands' d='M0,34.754l8.2-1.129v7.92H0ZM0,49.246l8.2,1.129V42.554H0ZM9.1,50.5,20,52V42.554H9.1ZM9.1,33.5v8.04H20V32L9.1,33.5Z' transform='translate(0 -32)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-operator-list-16__item__mobile-apps--blackberry {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='20' viewBox='0 0 28 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-blackberry'%3E%3Crect width='28' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='blackberry' clip-path='url(%23clip-blackberry)'%3E%3Cpath id='blackberry-brands' d='M9.08,79.42c0,1.309-.9,2.746-3.966,2.746H1.28L2.429,77.2H6.137C8.44,77.2,9.08,78.5,9.08,79.42Zm6.9-2.22H12.274l-1.023,4.966h3.834c2.943,0,3.834-1.437,3.834-2.746.005-.917-.634-2.22-2.937-2.22ZM4.857,84.521H1.149L0,89.487H3.834c3.069,0,3.966-1.309,3.966-2.746C7.8,85.83,7.16,84.521,4.857,84.521Zm9.851,0H11L9.977,89.487h3.834c2.943,0,3.834-1.309,3.834-2.746C17.646,85.83,17.006,84.521,14.708,84.521Zm10.354-3.009H21.354l-1.023,4.966h3.834c2.943,0,3.834-1.309,3.834-2.746C28.005,82.821,27.365,81.512,25.063,81.512Zm-1.532,7.713H19.823L18.8,94.191h3.834c3.069,0,3.834-1.309,3.834-2.746C26.468,90.533,25.834,89.225,23.531,89.225Zm-10.36,3.009H9.463L8.44,97.2h3.834c3.069,0,3.834-1.437,3.834-2.746.005-.912-.634-2.22-2.937-2.22Z' transform='translate(0 -77.2)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.operator_single .bcb-operator-list-16__item td:first-child {
    padding: 10px 0 10px 10px
}

@media(max-width: 767.98px) {
    .operator_single .bcb-operator-list-16__item td:first-child {
        padding-left:10px
    }
}

.core-has-sidebar .bcb-operator-list-2__item__test {
    width: 170px
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-2__item__test {
        display:none
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus {
    text-align: center
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__bonus {
        padding-right:8px
    }
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus .bcb-bonus {
    font-size: 24px;
    line-height: 40px
}

.core-has-both-sidebars .bcb-operator-list-2__item__bonus a {
    display: block
}

.core-has-both-sidebars .bcb-operator-list-2__item__review {
    display: none
}

.core-has-both-sidebars .bcb-operator-list-2__item__test {
    width: 170px;
    display: none
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter {
        padding-left:0
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator .bcb-counter::before {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-list-2__item__operator__img {
        width:40px;
        height: 40px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__name {
        font-size: 14px;
        line-height: 24px
    }

    .core-has-both-sidebars .bcb-operator-list-2__item__operator__data__stars svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }
}

.bcb-operator-list-17__list {
    padding: 0
}

.bcb-operator-list-17__item {
    overflow: hidden;
    margin-bottom: 10px
}

.bcb-operator-list-17 .bcb-operator-list-17-header .bcb-operator-list-17__operator {
    padding: 5px 15px;
    border-radius: 4px;
    display: table;
    width: 100%
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo {
    width: 30%
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo .bcb-rectangular-logo {
    margin: 0
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText {
    text-align: right
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-right-arrow-down {
    background: none
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-right-arrow-down svg {
    vertical-align: top
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse {
    color: #fff;
    text-decoration: none;
    width: 100%;
    justify-content: flex-end
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse[aria-expanded=true] .bcb-right-arrow-down {
    transform: rotate(180deg)
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse span {
    height: auto;
    line-height: 1em;
    padding: 10px;
    margin: 0;
    width: calc(100% - 34px)
}

.bcb-operator-list-17 .bcb-operator-list-17-header__clickText .bcb-collapse--dark {
    color: #333
}

.bcb-operator-list-17 .bcb-operator-list-17-header__logo,.bcb-operator-list-17 .bcb-operator-list-17-header__clickText {
    display: table-cell;
    vertical-align: middle;
    width: 70%
}

.bcb-operator-list-17 .bcb-operator-list-17-content {
    color: #333
}

.bcb-operator-list-17 .bcb-operator-list-17-content__cta {
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-17 .bcb-operator-list-17-content__cta {
        text-align:center;
        width: 100%
    }

    .bcb-operator-list-17 .bcb-operator-list-17-content__cta .bcb-btn {
        width: 100%
    }
}

.bcb-operator-list-17 .bcb-operator-list-17-content__header,.bcb-operator-list-17 .bcb-operator-list-17-content__text,.bcb-operator-list-17 .bcb-operator-list-17-content__cta {
    margin-top: 8px;
    margin-bottom: 8px
}

.bcb-operator-list-18__list {
    padding: 0
}

.bcb-operator-list-18__item {
    overflow: hidden;
    margin-bottom: 10px
}

.bcb-operator-list-18 .bcb-operator-list-18-header .bcb-operator-list-18__operator {
    padding: 5px 15px;
    border-radius: 4px;
    display: table;
    width: 100%
}

.bcb-operator-list-18 .bcb-operator-list-18-header__logo .bcb-rectangular-logo {
    margin: 0
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText {
    text-align: right
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse {
    color: #fff;
    text-decoration: none;
    width: 100%;
    justify-content: flex-end
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse[aria-expanded=true] .bcb-right-arrow-down {
    transform: rotate(180deg)
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse span {
    height: auto
}

.bcb-operator-list-18 .bcb-operator-list-18-header__clickText .bcb-collapse--dark {
    color: #333
}

.bcb-operator-list-18 .bcb-operator-list-18-header__logo,.bcb-operator-list-18 .bcb-operator-list-18-header__clickText {
    display: table-cell;
    width: 49%;
    vertical-align: middle
}

.bcb-operator-list-18 .bcb-operator-list-18-content {
    color: #333
}

.bcb-operator-list-18 .bcb-operator-list-18-content__cta {
    text-align: right
}

@media(max-width: 767.98px) {
    .bcb-operator-list-18 .bcb-operator-list-18-content__cta {
        text-align:center;
        width: 100%
    }

    .bcb-operator-list-18 .bcb-operator-list-18-content__cta .bcb-btn {
        width: 100%
    }
}

.bcb-operator-list-18 .bcb-operator-list-18-content__header,.bcb-operator-list-18 .bcb-operator-list-18-content__text,.bcb-operator-list-18 .bcb-operator-list-18-content__cta {
    margin-top: 8px;
    margin-bottom: 8px
}

.bcb-operator-list-19__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

.bcb-operator-list-19__item {
    margin-bottom: 10px;
    overflow: hidden
}

.bcb-operator-list-19__operator {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator {
        flex-wrap:wrap
    }
}

.bcb-operator-list-19__operator__container {
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator__container {
        flex:0 0 100%;
        padding-right: 0
    }
}

.bcb-operator-list-19__operator__container__info {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative
}

.bcb-operator-list-19__operator__bonuscode {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 35%
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__operator__bonuscode {
        flex:0 0 100%
    }
}

.bcb-operator-list-19__operator__bonuscode .bonus-container {
    display: flex
}

@media(max-width: 991.98px) {
    .bcb-operator-list-19__operator__bonuscode .bonus-container {
        width:100%
    }
}

.bcb-operator-list-19__operator__bonuscode .bonus-container .bcb-bonus-input {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 50%
}

.bcb-operator-list-19__operator__bonuscode .bonus-container .bcb-bonus-input+.bcb_counter_btn {
    width: 50%
}

.bcb-operator-list-19__operator__bonuscode .register {
    font-size: 15px;
    margin-top: 10px
}

.bcb-operator-list-19__body {
    display: flex;
    padding-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body {
        flex-direction:column;
        margin-top: 10px
    }
}

.bcb-operator-list-19__body__desc {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body__desc {
        margin-right:0;
        margin-bottom: 10px
    }
}

.bcb-operator-list-19__body__pros {
    flex: 0 0 35%;
    margin-top: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__body__pros {
        flex:0 0 100%
    }
}

.bcb-operator-list-19__down.bcb-have-usp {
    max-width: 65%;
    padding-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-list-19__down.bcb-have-usp {
        max-width:100%;
        padding-right: 0
    }
}

.bcb-operator-list-19__review {
    margin-top: 20px
}

.bcb-operator-list-19 .bcb-operator__primary-tc li {
    float: left;
    margin-left: 0;
    padding-right: 20px;
    display: block;
    width: auto;
    font-weight: normal
}

@media(max-width: 1199.98px) {
    .core-has-sidebar .bcb-operator-list-19__operator {
        flex-wrap:wrap
    }

    .core-has-sidebar .bcb-operator-list-19__operator__container {
        flex: 0 0 100%;
        padding-right: 0
    }

    .core-has-sidebar .bcb-operator-list-19__operator__bonuscode {
        flex: 0 0 100%
    }

    .core-has-sidebar .bcb-operator-list-19__operator .bonus-container {
        width: 100%
    }

    .core-has-sidebar .bcb-operator-list-19__operator__info__img {
        width: 40px;
        height: 40px
    }
}

.core-has-sidebar .bcb-operator-list-19__body {
    flex-direction: row
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-list-19__body {
        flex-direction:column;
        margin-top: 10px
    }

    .core-has-sidebar .bcb-operator-list-19__body__desc {
        margin-right: 0
    }
}

.core-has-sidebar .bcb-operator-list-19__body__pros {
    flex: 0 0 35%
}

.core-has-both-sidebars .bcb-operator-list-19__operator {
    flex-wrap: wrap
}

.core-has-both-sidebars .bcb-operator-list-19__operator__container {
    flex: 0 0 100%;
    padding-right: 0
}

.core-has-both-sidebars .bcb-operator-list-19__operator__bonuscode {
    flex: 0 0 100%
}

.core-has-both-sidebars .bcb-operator-list-19__operator .bonus-container {
    width: 100%
}

.core-has-both-sidebars .bcb-operator-list-19__operator__info__img {
    width: 40px;
    height: 40px
}

.core-has-both-sidebars .bcb-operator-list-19__body {
    flex-direction: row;
    flex-direction: column;
    margin-top: 10px
}

.core-has-both-sidebars .bcb-operator-list-19__body__desc {
    margin-right: 0
}

.core-has-both-sidebars .bcb-operator-list-19__body__pros {
    flex: 0 0 35%
}

.bcb-odds-1 {
    margin-bottom: 20px
}

.bcb-odds-1 table {
    width: 100%;
    background-color: #e9ecef;
    margin: 0
}

.bcb-odds-1 table td {
    border: none
}

.bcb-odds-1 table th {
    border: none
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

.bcb-odds-1 table tr>td {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

.bcb-odds-1 table tr:not(:last-of-type)>td {
    border-bottom: 1px solid #ccc
}

.bcb-odds-1 table tr>td:first-child {
    width: 256px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 20px 20px 0 20px
    }
}

.bcb-odds-1 table tr>td:last-child {
    text-align: right;
    padding-right: 20px;
    width: 168px
}

@media(max-width: 767.98px) {
    .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-1__headline {
    background-color: #e9ecef;
    padding: 0 20px;
    margin: 0
}

.bcb-odds-1__market {
    background-color: #e9ecef;
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bcb-odds-1__operator {
    display: flex;
    align-items: center
}

.bcb-odds-1__operator__data--title {
    font-weight: bold
}

.bcb-odds-1__outcome {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-odds-1__outcome {
        margin-top:20px
    }
}

.bcb-odds-1__outcome>div {
    padding-right: 20px
}

.bcb-odds-1__outcome--odd {
    font-weight: bold
}

.bcb-odds-1__description {
    background-color: #e9ecef;
    padding: 0 20px 20px 20px;
    text-align: justify;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

@media(max-width: 991.98px) {
    .core-has-sidebar__outcome {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-sidebar .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.core-has-both-sidebars .bcb-odds-1__outcome {
    margin-top: 20px
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-odds-1 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-both-sidebars .bcb-odds-1 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-2 {
    margin-bottom: 10px
}

.bcb-odds-2 table {
    width: 100%;
    background-color: #e9ecef;
    margin: 0
}

.bcb-odds-2 table td {
    border: none
}

.bcb-odds-2 table th {
    border: none
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

.bcb-odds-2 table tr>td {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

.bcb-odds-2 table tr:not(:last-of-type)>td {
    border-bottom: 1px solid #ccc
}

.bcb-odds-2 table tr>td:first-child {
    width: 256px;
    padding-left: 20px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 340px) {
    .bcb-odds-2 table tr>td:first-child {
        width:40%;
        flex: 0
    }
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td.bcb-odds-2__review {
        order:1;
        display: flex;
        width: 70px;
        align-items: center;
        justify-content: flex-end;
        border-bottom: none;
        padding: 0
    }
}

.bcb-odds-2 table tr>td:last-child {
    text-align: right;
    padding-right: 20px;
    width: 168px
}

@media(max-width: 767.98px) {
    .bcb-odds-2 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .bcb-odds-2 table tr>td:last-child a>span {
        display: none
    }
}

.bcb-odds-2__operator {
    display: flex;
    align-items: center
}

.bcb-odds-2__outcome {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-odds-2__outcome {
        margin-top:20px
    }
}

.bcb-odds-2__outcome>div {
    padding-right: 20px
}

.bcb-odds-2__outcome--odd {
    font-weight: bold
}

.bcb-odds-2__description {
    background-color: #e9ecef;
    padding: 0 20px 20px 20px;
    text-align: justify;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.bcb-odds-2__headline {
    background-color: #e9ecef;
    padding: 0 20px
}

.bcb-odds-2__market {
    background-color: #e9ecef;
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bcb-odds-2__review {
    width: 100px
}

@media(max-width: 767.98px) {
    .bcb-odds-2__review-desktop {
        display:none
    }
}

.bcb-odds-2__review-mobile {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-odds-2__review-mobile {
        display:block
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2__outcome {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr {
        display:flex;
        flex-wrap: wrap
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td {
        order:2;
        width: 100%;
        padding: 0 20px 20px 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td:first-child {
        order:1;
        width: unset;
        flex: 1;
        border-bottom: none;
        padding: 20px 20px 0 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td.bcb-odds-2__review {
        order:1;
        display: flex;
        width: 70px;
        align-items: center;
        justify-content: flex-end;
        border-bottom: none;
        padding: 0
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-odds-2 table tr>td:last-child {
        order:1;
        border-bottom: none;
        width: unset;
        padding-top: 20px;
        padding-bottom: 0
    }

    .core-has-sidebar .bcb-odds-2 table tr>td:last-child a>span {
        display: none
    }
}

.core-has-both-sidebars .bcb-odds-2__outcome {
    margin-top: 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr {
    display: flex;
    flex-wrap: wrap
}

.core-has-both-sidebars .bcb-odds-2 table tr>td {
    order: 2;
    width: 100%;
    padding: 0 20px 20px 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:first-child {
    order: 1;
    width: unset;
    flex: 1;
    border-bottom: none;
    padding: 20px 0 0 20px
}

.core-has-both-sidebars .bcb-odds-2 table tr>td.bcb-odds-2__review {
    order: 1;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: none;
    padding: 0
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:last-child {
    order: 1;
    border-bottom: none;
    width: unset;
    padding-top: 20px;
    padding-bottom: 0
}

.core-has-both-sidebars .bcb-odds-2 table tr>td:last-child a>span {
    display: none
}

.core-has-both-sidebars .bcb-odds-2__review {
    width: 40px
}

.core-has-both-sidebars .bcb-odds-2__review-desktop {
    display: none
}

.core-has-both-sidebars .bcb-odds-2__review-mobile {
    display: block
}

.bcb-operator-info-1 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-info-1__list__item {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media(max-width: 1199.98px) {
    .bcb-operator-info-1__list__item {
        max-width:290px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item {
        margin-bottom:8px;
        margin-right: 8px;
        max-width: 330px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-info-1__list__item {
        max-width:100%
    }
}

.bcb-operator-info-1__list__item:nth-child(2) {
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item:nth-child(2) {
        margin-right:0
    }
}

.bcb-operator-info-1__list__item:nth-child(3) {
    margin-right: 0
}

@media(max-width: 991.98px) {
    .bcb-operator-info-1__list__item:nth-child(3) {
        margin-right:8px
    }
}

.bcb-operator-info-1__list__item:last-of-type {
    margin-right: auto
}

.bcb-operator-info-1__list__item--wrapp {
    display: inline-block;
    width: 100%
}

.bcb-operator-info-1__list__item--row {
    float: left;
    display: flex
}

.bcb-operator-info-1__list__item--wrapp.inner-address {
    display: block
}

.bcb-operator-info-1__list__item--wrapp.inner-address>div {
    display: flex
}

.bcb-operator-info-1__list__item--wrapp.inner-address .bcb-operator-info-1__list__item-text {
    padding-top: 20px;
    white-space: pre-wrap;
    float: left
}

.bcb-operator-info-1__list__item-text {
    margin-left: auto;
    float: right
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-info-1__list__item {
        max-width:100%
    }
}

.core-has-sidebar .bcb-operator-info-1__list__item:nth-child(2) {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-info-1__list__item:nth-child(3) {
    margin-right: 10px
}

.core-has-sidebar .bcb-operator-info-1__list__item:last-of-type {
    margin-right: auto
}

.core-has-both-sidebars .bcb-operator-info-1__list__item {
    max-width: 100%
}

.operator-info-2 {
    width: 100%
}

.operator-info-2-bonus__spec {
    display: flex;
    justify-content: space-between
}

.operator-info-2-bonus__spec__amount {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.operator-info-2-bonus__spec__amount__text {
    line-height: 1
}

.operator-info-2-bonus__tc {
    margin: 20px 0
}

.operator-info-2-offer-bonus-code {
    display: flex;
    justify-content: right
}

.operator-info-2-offer-bonus-code input {
    flex-grow: 1;
    margin-right: 10px
}

.operator-info-2-goto {
    display: flex;
    justify-content: right
}

.operator-info-2-goto__text {
    flex-grow: 1;
    text-align: right;
    padding: 10px
}

.operator-info-2-goto__arrow {
    margin: auto 4rem auto 0;
    flex-shrink: 0;
    width: 17px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E%3Cpath d='M15,11,9,17,7.58,15.58,11.17,12H0V0H2V10h9.17L7.58,6.42,9,5Z' transform='translate(0 15) rotate(-90)'/%3E%3C/svg%3E")
}

.bcb-operator-info-3 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-operator-info-3__list__item {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media(max-width: 1199.98px) {
    .bcb-operator-info-3__list__item {
        max-width:290px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item {
        margin-bottom:8px;
        margin-right: 8px;
        max-width: 330px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-info-3__list__item {
        max-width:100%
    }
}

.bcb-operator-info-3__list__item:nth-child(2) {
    margin-right: 10px
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item:nth-child(2) {
        margin-right:0
    }
}

.bcb-operator-info-3__list__item:nth-child(3) {
    margin-right: 0
}

@media(max-width: 991.98px) {
    .bcb-operator-info-3__list__item:nth-child(3) {
        margin-right:8px
    }
}

.bcb-operator-info-3__list__item:last-of-type {
    margin-right: auto
}

.bcb-operator-info-3__list__item--wrapp {
    display: inline-block;
    width: 100%
}

.bcb-operator-info-3__list__item--row {
    float: left
}

.bcb-operator-info-3__list__item-text {
    margin-left: auto;
    float: right
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-info-3__list__item {
        max-width:100%
    }
}

.core-has-sidebar .bcb-operator-info-3__list__item:nth-child(2) {
    margin-right: 0
}

.core-has-sidebar .bcb-operator-info-3__list__item:nth-child(3) {
    margin-right: 10px
}

.core-has-sidebar .bcb-operator-info-3__list__item:last-of-type {
    margin-right: auto
}

.core-has-both-sidebars .bcb-operator-info-3__list__item {
    max-width: 100%
}

.operator-info-4__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 991.98px) {
    .operator-info-4__top {
        flex-direction:column;
        align-items: baseline
    }

    .operator-info-4__top--cta {
        width: 100%
    }

    .operator-info-4__top--cta .bcb-btn {
        margin-top: 20px;
        display: block;
        width: 100%
    }
}

.operator-info-4__top__bookmaker {
    display: flex;
    align-items: center
}

.operator-info-4__bottom {
    margin-top: 20px
}

.bcb-editorial-tip-1__wrap {
    display: flex;
    margin-bottom: 10px
}

.bcb-editorial-tip-1__author {
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px
}

.bcb-editorial-tip-1__author-name {
    white-space: normal;
    word-break: break-all;
    max-width: 110px
}

.bcb-editorial-tip-1__author-img img {
    margin-bottom: 10px;
    border-radius: 50%
}

.bcb-editorial-tip-1__features {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.bcb-editorial-tip-1__features__top {
    display: flex;
    align-items: center
}

.bcb-editorial-tip-1__features__top-odds {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features__middle {
        padding-bottom:20px
    }
}

.bcb-editorial-tip-1__features__middle-tip {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

.bcb-editorial-tip-1__features--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-1__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__author {
        padding-left:10px;
        padding-right: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__author-img img {
        width:32px;
        height: 32px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__top-img {
        width:40px;
        height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__middle {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-1__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

.bcb-editorial-tip-2__wrap {
    display: flex;
    margin-bottom: 10px
}

.bcb-editorial-tip-2__features {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative
}

.bcb-editorial-tip-2__features__top {
    display: flex;
    align-items: center
}

.bcb-editorial-tip-2__features__top-odds {
    margin-left: auto
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features__middle {
        padding-bottom:20px
    }
}

.bcb-editorial-tip-2__features__middle-tip {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

.bcb-editorial-tip-2__features--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px
}

@media(max-width: 767.98px) {
    .bcb-editorial-tip-2__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__author {
        padding-left:10px;
        padding-right: 20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__author-img img {
        width:32px;
        height: 32px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__top-img {
        width:40px;
        height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__middle {
        padding-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features__middle-tip {
        font-size:32px;
        line-height: 40px
    }
}

@media(max-width: 991.98px) {
    .core-has-both-sidebars .bcb-editorial-tip-2__features--wrapper {
        flex-direction:column;
        align-items: baseline;
        padding-top: 20px
    }
}

.bcb-operator-categories-1__list {
    padding-left: 0
}

.bcb-operator-categories-1__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.bcb-operator-categories-1__list__item__first {
    padding-right: 20px
}

.bcb-operator-categories-1__list__item__third {
    margin-left: auto
}

.operator-categories-2 a {
    text-decoration: none;
    color: inherit
}

.operator-categories-2__item {
    margin-bottom: 20px
}

.operator-categories-2__item__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.operator-categories-2__item__bar {
    height: 16px;
    background-color: #ced4da;
    border-radius: 4px
}

.operator-categories-2__item__bar-progress {
    height: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.operator-categories-2__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.progress-bar-primary {
    background-color: #007bff
}

.bcb-operator-categories-3__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-3__list {
        display:inherit
    }
}

.bcb-operator-categories-3__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    flex: 0 0 calc(50% - 8px)
}

.bcb-operator-categories-3__list__item:nth-child(odd) {
    margin-right: 10px
}

.bcb-operator-categories-3__list__item a {
    display: flex;
    flex: 1;
    align-items: center;
    color: inherit;
    font-weight: bold
}

.bcb-operator-categories-3__list__item a .bcb-arrow {
    margin-left: auto
}

.bcb-operator-categories-3__list__item--img {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    margin-right: 10px
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-3__list__item--img {
        width:24px;
        height: 24px
    }
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-categories-3__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-3__list {
        display:inherit
    }
}

.bcb-operator-categories-4__body.bcb-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bcb-operator-categories-4__list a {
    font-weight: bold
}

.bcb-operator-categories-4__title.bcb-container {
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.bcb-operator-categories-4__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.bcb-operator-categories-4__header__left {
    display: flex;
    align-items: center
}

.bcb-operator-categories-4__header__right {
    display: flex;
    align-items: center
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__header__right {
        order:2;
        flex: 1 0 100%;
        margin-top: 10px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__header__right__cta,.bcb-operator-categories-4__header__right__cta .btn {
        width:100%
    }
}

.bcb-operator-categories-4__header__desc {
    flex: 1 1 100%;
    padding: 20px 0
}

.bcb-operator-categories-4__list {
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
}

@media(max-width: 767.98px) {
    .bcb-operator-categories-4__list {
        display:inherit
    }
}

.bcb-operator-categories-4__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex: 0 0 31%
}

@media(min-width: 576px)and (max-width: 991.98px) {
    .bcb-operator-categories-4__list__item {
        flex:0 0 48%
    }
}

.bcb-operator-categories-4__list__item a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    line-height: 3;
    color: inherit
}

.bcb-operator-categories-4__list__item a:hover,.bcb-operator-categories-4__list__item a:focus {
    text-decoration: none
}

@media(max-width: 991.98px) {
    .core-has-sidebar .bcb-operator-categories-4__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__list {
        display:inherit
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__header__right {
        order:2;
        flex: 1 0 100%;
        margin-top: 10px
    }
}

@media(max-width: 1199.98px) {
    .core-has-both-sidebars .bcb-operator-categories-4__header__right__cta,.core-has-both-sidebars .bcb-operator-categories-4__header__right__cta .btn {
        width:100%
    }
}

.gutenberg-operator-list {
    counter-reset: bcb-operator-list-gutenberg-rank
}

.gutenberg-operator-list .bc-operator {
    padding-right: 4rem
}

.gutenberg-operator-list .bc-operator-c2a {
    justify-content: flex-end
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-c2a {
        justify-content:flex-start
    }

    .gutenberg-operator-list .bc-operator-c2a .btn {
        width: 100%
    }
}

.gutenberg-operator-list .bc-operator-usp .bcb-usp-list-item {
    display: list-item;
    font-weight: bold
}

.gutenberg-operator-list .bc-operator-usp .bcb-gutenberg-operator-list__body__pros {
    border-radius: 10px
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-usp .bcb-gutenberg-operator-list__body__pros {
        margin-bottom:1rem
    }
}

.gutenberg-operator-list .bc-operator-bonuscode a {
    z-index: 1
}

.gutenberg-operator-list .bc-operator .number {
    height: 32px;
    width: 32px;
    background: #404040;
    border-radius: 50%;
    top: -16px;
    left: -16px
}

.gutenberg-operator-list .bc-operator img.logo {
    border-radius: 10px
}

.gutenberg-operator-list .bc-operator .bcb-counter {
    padding-left: 0
}

.gutenberg-operator-list .bc-operator .bcb-counter::before {
    counter-increment: bcb-operator-list-gutenberg-rank;
    content: counter(bcb-operator-list-gutenberg-rank) "";
    height: 2rem;
    width: 2rem;
    background: #404040;
    border-radius: 50%;
    top: -1rem;
    left: -1rem;
    line-height: 1.8rem
}

@media(max-width: 768px) {
    .gutenberg-operator-list .bc-operator-activity {
        margin-top:1rem;
        margin-bottom: 1rem
    }
}

.gutenberg-operator-list .bcb-review-link {
    margin-right: 1rem
}

@media(max-width: 576px) {
    .gutenberg-operator-table .table-responsive .gutenberg-operator-table--tnc {
        min-width:1000px
    }
}

.bc-blocks-gutenberg.c-info,.bc-blocks-gutenberg .c-info {
    white-space: pre-wrap
}

.c-payment-methods {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.c-payment-methods li {
    flex: 0 0 auto
}

.bc-loop-show-control.bc-loop-hidden-row {
    display: none
}

.c-app-availability .mobile-apps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}

.c-app-availability .mobile-apps.mobile-fix {
    padding: 0 !important
}

.c-app-availability .mobile-apps--app {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

.c-app-availability .mobile-apps--app span {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 24px;
    position: relative;
    display: block
}

.c-app-availability .mobile-apps--app mark {
    display: block;
    background: rgba(0,0,0,0);
    margin-top: 6px
}

.c-app-availability .mobile-apps--ios {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.846' height='20' viewBox='0 0 16.846 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M16.493,15.587a10.873,10.873,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,5.445,20a2.53,2.53,0,0,1-1.82-.8,10.314,10.314,0,0,1-1.449-1.733A11.987,11.987,0,0,1,.643,14.417,11.143,11.143,0,0,1,0,10.791,6.623,6.623,0,0,1,.87,7.326,5.1,5.1,0,0,1,2.691,5.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM12.634.4A4.267,4.267,0,0,1,11.54,3.2a3.726,3.726,0,0,1-3.1,1.528,3.114,3.114,0,0,1-.023-.379A4.384,4.384,0,0,1,9.582,1.52,4.467,4.467,0,0,1,11,.459,4.215,4.215,0,0,1,12.613,0a3.633,3.633,0,0,1,.021.4Z' transform='translate(0 -0.001)'/%3E%3C/svg%3E")
}

.c-app-availability .mobile-apps--android {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bfill:%236c757d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0H20V20H0Z'/%3E%3Cpath class='b' d='M5.2,15a.82.82,0,0,0,.8.833h.8V18.75a1.2,1.2,0,1,0,2.4,0V15.833h1.6V18.75a1.2,1.2,0,1,0,2.4,0V15.833H14A.82.82,0,0,0,14.8,15V6.667H5.2Zm-2-8.333A1.224,1.224,0,0,0,2,7.917V13.75A1.224,1.224,0,0,0,3.2,15a1.224,1.224,0,0,0,1.2-1.25V7.917A1.224,1.224,0,0,0,3.2,6.667Zm13.6,0a1.224,1.224,0,0,0-1.2,1.25V13.75a1.2,1.2,0,1,0,2.4,0V7.917A1.224,1.224,0,0,0,16.8,6.667ZM12.824,1.8,13.864.717a.425.425,0,0,0,0-.592.385.385,0,0,0-.568,0L12.112,1.358A4.521,4.521,0,0,0,10,.833a4.585,4.585,0,0,0-2.128.525L6.68.125a.385.385,0,0,0-.568,0,.425.425,0,0,0,0,.592L7.16,1.808A5.055,5.055,0,0,0,5.2,5.833h9.6A5.038,5.038,0,0,0,12.824,1.8ZM8.4,4.167H7.6V3.333h.8Zm4,0h-.8V3.333h.8Z' transform='translate(0 0)'/%3E%3C/svg%3E")
}

.c-app-availability .mobile-apps--windows {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-windows'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='windows' clip-path='url(%23clip-windows)'%3E%3Cpath id='windows-brands' d='M0,34.754l8.2-1.129v7.92H0ZM0,49.246l8.2,1.129V42.554H0ZM9.1,50.5,20,52V42.554H9.1ZM9.1,33.5v8.04H20V32L9.1,33.5Z' transform='translate(0 -32)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.c-app-availability .mobile-apps--blackberry {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28' height='20' viewBox='0 0 28 20' fill='%236c757d'%3E%3Cdefs%3E%3CclipPath id='clip-blackberry'%3E%3Crect width='28' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='blackberry' clip-path='url(%23clip-blackberry)'%3E%3Cpath id='blackberry-brands' d='M9.08,79.42c0,1.309-.9,2.746-3.966,2.746H1.28L2.429,77.2H6.137C8.44,77.2,9.08,78.5,9.08,79.42Zm6.9-2.22H12.274l-1.023,4.966h3.834c2.943,0,3.834-1.437,3.834-2.746.005-.917-.634-2.22-2.937-2.22ZM4.857,84.521H1.149L0,89.487H3.834c3.069,0,3.966-1.309,3.966-2.746C7.8,85.83,7.16,84.521,4.857,84.521Zm9.851,0H11L9.977,89.487h3.834c2.943,0,3.834-1.309,3.834-2.746C17.646,85.83,17.006,84.521,14.708,84.521Zm10.354-3.009H21.354l-1.023,4.966h3.834c2.943,0,3.834-1.309,3.834-2.746C28.005,82.821,27.365,81.512,25.063,81.512Zm-1.532,7.713H19.823L18.8,94.191h3.834c3.069,0,3.834-1.309,3.834-2.746C26.468,90.533,25.834,89.225,23.531,89.225Zm-10.36,3.009H9.463L8.44,97.2h3.834c3.069,0,3.834-1.437,3.834-2.746.005-.912-.634-2.22-2.937-2.22Z' transform='translate(0 -77.2)'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-container {
    border-radius: 4px;
    background-color: #e9ecef;
    position: relative;
    padding: 20px;
    width: 100%
}

@media(max-width: 1199.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-container {
        padding:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-container {
        padding:20px
    }
}

.bcb-container--no-padding {
    padding: 0
}

.bcb-container a {
    text-decoration: none
}

.bcb-block {
    margin-top: 20px;
    margin-bottom: 20px
}

@media(max-width: 1199.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-block {
        margin-top:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-block {
        margin-top:10px
    }
}

@media(max-width: 1199.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-block {
        margin-bottom:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-block {
        margin-bottom:10px
    }
}

.bcb-block_more {
    position: relative;
    padding-bottom: 60px
}

.bcb-block .me-4 {
    margin-right: 1rem !important
}

.bcb-block .w-16 {
    width: 4rem !important
}

.bcb-color-panel {
    background-color: #343a40
}

.bcb-square-logo {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        width:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        width:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        width:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        width:40px
    }
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        height:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        height:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        height:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        height:40px
    }
}

@media(max-width: 1199.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 991.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-square-logo {
        margin-right:10px
    }
}

.bcb-rectangular-logo {
    max-width: 160px;
    margin-right: 10px;
    height: auto;
    width: auto;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 1199.98px) {
    .bcb-rectangular-logo {
        max-width:160px
    }
}

@media(max-width: 991.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 767.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 575.98px) {
    .bcb-rectangular-logo {
        max-width:120px
    }
}

@media(max-width: 1199.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 991.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-rectangular-logo {
        margin-right:10px
    }
}

.bcb-btn {
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #007bff;
    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(max-width: 1199.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        font-size:20px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        line-height:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-left:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-left:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-left:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-left:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-right:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-right:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-right:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-right:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-top:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 991.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-btn {
        padding-bottom:14px
    }
}

.bcb-btn.bcb-btn-inverted {
    color: #007bff;
    background-color: #fff
}

.bcb-btn:hover,.bcb-btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.bcb-btn p {
    color: inherit;
    text-align: center;
    margin: 0
}

.bcb-btn-secondary {
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d
}

.bcb-btn-secondary:hover,.bcb-btn-secondary:active {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.bcb-btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: rgba(0,0,0,0)
}

.bcb-btn-outline-secondary:hover,.bcb-btn-outline-secondary:active,.bcb-btn-outline-secondary.active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-block {
    display: block;
    width: 100%
}

.bcb-block-sm {
    display: none
}

@media(max-width: 767.98px) {
    .bcb-block-sm {
        display:block
    }
}

.bcb-none-sm {
    display: block
}

@media(max-width: 767.98px) {
    .bcb-none-sm {
        display:none
    }
}

.bcb__stars {
    display: flex
}

.bcb__stars svg {
    width: 16px;
    height: 16px;
    margin-right: 2px
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        width:16px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        width:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        height:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 991.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 767.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

@media(max-width: 575.98px) {
    .bcb__stars svg {
        margin-right:2px
    }
}

.bcb__stars--primary {
    stop-color: #efce4a;
    fill: #efce4a;
    stop-opacity: 1
}

.bcb__stars--secondary {
    stop-color: #959595;
    fill: #959595;
    stop-opacity: 1
}

.bcb-score {
    display: flex;
    align-items: baseline
}

.bcb-score-big {
    font-weight: 700;
    color: #333;
    font-size: 40px;
    line-height: 29px
}

@media(max-width: 1199.98px) {
    .bcb-score-big {
        font-size:40px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-big {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-score-big {
        line-height:29px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-big {
        line-height:19px
    }
}

.bcb-score-small {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

@media(max-width: 1199.98px) {
    .bcb-score-small {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-small {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-score-small {
        line-height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-score-small {
        line-height:12px
    }
}

.bcb-bonus {
    font-weight: 700;
    color: #333;
    font-size: 40px;
    line-height: 49px
}

@media(max-width: 1199.98px) {
    .bcb-bonus {
        font-size:40px
    }
}

@media(max-width: 991.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-bonus {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-bonus {
        line-height:49px
    }
}

@media(max-width: 991.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

@media(max-width: 767.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

@media(max-width: 575.98px) {
    .bcb-bonus {
        line-height:40px
    }
}

.bcb-operator-title {
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-operator-title {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-title {
        font-size:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-operator-title {
        line-height:24px
    }
}

.bcb-operator__primary-tc {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style-type: disc
}

.bcb-operator__primary-tc li {
    float: left;
    margin-left: 20px;
    display: list-item;
    width: auto;
    font-weight: bold
}

.bcb-title {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 24px;
    line-height: 28px
}

@media(max-width: 1199.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-title {
        font-size:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 991.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 767.98px) {
    .bcb-title {
        line-height:28px
    }
}

@media(max-width: 575.98px) {
    .bcb-title {
        line-height:28px
    }
}

.bcb-sub-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-sub-title {
        font-size:16px
    }
}

@media(max-width: 1199.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-sub-title {
        line-height:24px
    }
}

.bcb-small-text {
    font-weight: 400;
    color: #333;
    text-align: justify;
    font-size: 12px;
    line-height: 18px
}

@media(max-width: 1199.98px) {
    .bcb-small-text {
        font-size:12px
    }
}

@media(max-width: 991.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 767.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 575.98px) {
    .bcb-small-text {
        font-size:10px
    }
}

@media(max-width: 1199.98px) {
    .bcb-small-text {
        line-height:18px
    }
}

@media(max-width: 991.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-small-text {
        line-height:16px
    }
}

.small {
    font-size: 80%;
    font-weight: 400
}

.text-muted {
    color: #6c757d !important
}

.bcb-review-link {
    font-weight: 400;
    color: #007bff;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-review-link {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-review-link {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-review-link {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

@media(max-width: 767.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

@media(max-width: 575.98px) {
    .bcb-review-link {
        line-height:16px
    }
}

.bcb-usp-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0
}

.bcb-usp-list-item {
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-item {
        font-size:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-item {
        font-size:14px
    }
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-item {
        line-height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-item {
        line-height:20px
    }
}

.bcb-usp-list-item:not(:last-of-type) {
    margin-bottom: 10px
}

.bcb-usp-list-icon {
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20'%3E%3Ccircle cx='10' cy='10' r='10' fill='gray' /%3E%3C/svg%3E") center center no-repeat;
    border-radius: 100%;
    margin-right: 10px;
    width: 16px;
    height: 16px
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-icon {
        width:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-icon {
        width:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-usp-list-icon {
        height:16px
    }
}

@media(max-width: 991.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-usp-list-icon {
        height:12px
    }
}

.bcb-header-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 300px
}

@media(max-width: 1199.98px) {
    .bcb-header-img {
        height:300px
    }
}

@media(max-width: 991.98px) {
    .bcb-header-img {
        height:200px
    }
}

@media(max-width: 767.98px) {
    .bcb-header-img {
        height:200px
    }
}

@media(max-width: 575.98px) {
    .bcb-header-img {
        height:200px
    }
}

.bcb-counter {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    padding-left: 44px
}

@media(max-width: 1199.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter {
        padding-left:44px
    }
}

@media(max-width: 350px) {
    .bcb-counter {
        padding-left:0
    }
}

.bcb-counter::before {
    color: #fff;
    font-weight: bold;
    position: absolute;
    background: #007bff;
    text-align: center;
    border-radius: 50%;
    padding: 1px 0 0 0;
    font-size: 14px;
    left: 0;
    width: 24px;
    height: 24px
}

@media(max-width: 1199.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter::before {
        width:24px
    }
}

@media(max-width: 1199.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 991.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 767.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 575.98px) {
    .bcb-counter::before {
        height:24px
    }
}

@media(max-width: 350px) {
    .bcb-counter::before {
        display:none
    }
}

.bcb-bonus-input {
    width: 70%;
    margin-right: 3%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    text-align: center
}

.bcb-bonus-input:focus {
    outline: none
}

.bcb-bonus-input.blur-code {
    text-shadow: 0 0 8px rgba(0,0,0,.95);
    color: rgba(0,0,0,0);
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: -5px
}

.bcb-bonus-input.blur-code::selection {
    color: rgba(0,0,0,0)
}

.bcb-list-border {
    border-bottom: 1px solid #ccc
}

.bcb-list-border:last-of-type {
    border-bottom: none
}

.bcb-tnc {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-top: 10px
}

@media(max-width: 1199.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 991.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 767.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 575.98px) {
    .bcb-tnc {
        font-size:12px
    }
}

@media(max-width: 1199.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 991.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 767.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

@media(max-width: 575.98px) {
    .bcb-tnc {
        line-height:18px
    }
}

.bcb-avatar {
    width: 56px;
    height: 56px
}

@media(max-width: 1199.98px) {
    .bcb-avatar {
        width:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-avatar {
        width:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-avatar {
        width:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-avatar {
        width:32px
    }
}

@media(max-width: 1199.98px) {
    .bcb-avatar {
        height:56px
    }
}

@media(max-width: 991.98px) {
    .bcb-avatar {
        height:56px
    }
}

@media(max-width: 767.98px) {
    .bcb-avatar {
        height:32px
    }
}

@media(max-width: 575.98px) {
    .bcb-avatar {
        height:32px
    }
}

.bcb-pt-lg {
    padding-top: 20px
}

.bcb-pt-md {
    padding-top: 10px
}

.bcb-pt-sm {
    padding-top: 8px
}

.bcb-pt-xs {
    padding-top: 8px
}

.bcb-pb-lg {
    padding-bottom: 20px
}

.bcb-pb-md {
    padding-bottom: 10px
}

.bcb-pb-sm {
    padding-bottom: 8px
}

.bcb-pb-xs {
    padding-bottom: 8px
}

.bcb-pl-lg {
    padding-left: 20px
}

.bcb-pl-md {
    padding-left: 10px
}

.bcb-pl-sm {
    padding-left: 8px
}

.bcb-pl-xs {
    padding-left: 8px
}

.bcb-pr-lg {
    padding-right: 20px
}

.bcb-pr-md {
    padding-right: 10px
}

.bcb-pr-sm {
    padding-right: 8px
}

.bcb-pr-xs {
    padding-right: 8px
}

.bcb-mt-lg {
    margin-top: 20px
}

.bcb-mt-md {
    margin-top: 10px
}

.bcb-mt-sm {
    margin-top: 8px
}

.bcb-mt-xs {
    margin-top: 8px
}

.bcb-mb-lg {
    margin-bottom: 20px
}

.bcb-mb-md {
    margin-bottom: 10px
}

.bcb-mb-sm {
    margin-bottom: 8px
}

.bcb-mb-xs {
    margin-bottom: 8px
}

.bcb-ml-lg {
    margin-left: 20px
}

.bcb-ml-md {
    margin-left: 10px
}

.bcb-ml-sm {
    margin-left: 8px
}

.bcb-ml-xs {
    margin-left: 8px
}

.bcb-mr-lg {
    margin-right: 20px
}

.bcb-mr-md {
    margin-right: 10px
}

.bcb-mr-sm {
    margin-right: 8px
}

.bcb-mr-xs {
    margin-right: 8px
}

.bcb-arrow {
    width: 10px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22arrow-a%22%3E%3Cpath%20d%3D%22M0%200h10v16H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23arrow-a%29%22%3E%3Cpath%20data-name%3D%22Path%201923%22%20d%3D%22M2.5%202.5l6%206-6%206%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    display: inline-block
}

.bcb-right-arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='8' viewBox='0 0 14 8'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='8' height='14' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_283_21' data-name='Component 283 – 21' transform='translate(14) rotate(90)' clip-path='url(/web/20241206073040im_/https://promotionalbonuscode.com/wp-content/plugins/bc-blocks/assets/public/dist/%23clip-path)'%3E%3Cpath id='Path_23441' data-name='Path 23441' d='M0,0,6.293,5.879,12.586,0' transform='translate(0.707 13.293) rotate(-90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    height: 8px;
    width: 14px;
    margin-left: 15px;
    background-repeat: no-repeat
}

.bcb-right-arrow-down--dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='8' viewBox='0 0 14 8'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='8' height='14' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Component_283_21' data-name='Component 283 – 21' transform='translate(14) rotate(90)' clip-path='url(/web/20241206073040im_/https://promotionalbonuscode.com/wp-content/plugins/bc-blocks/assets/public/dist/%23clip-path)'%3E%3Cpath id='Path_23441' data-name='Path 23441' d='M0,0,6.293,5.879,12.586,0' transform='translate(0.707 13.293) rotate(-90)' fill='none' stroke='%23333' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bcb-icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.bcb-icon-holder {
    background-color: #6c757d;
    width: 16px;
    height: 16px;
    border-radius: 50px
}

.bcb-icon-contact {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22contact-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23contact-a%29%22%3E%3Cpath%20d%3D%22M17.5%200h-15A2.5%202.5%200%200%200%200%202.5v11.25a2.5%202.5%200%200%200%202.5%202.5h3.75v3.281a.47.47%200%200%200%20.75.379l4.879-3.66H17.5a2.5%202.5%200%200%200%202.5-2.5V2.5A2.5%202.5%200%200%200%2017.5%200z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.bcb-icon-email {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22email-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23email-a%29%22%3E%3Cpath%20d%3D%22M19.621%209.953a.235.235%200%200%201%20.379.184v7.988A1.875%201.875%200%200%201%2018.125%2020H1.875A1.875%201.875%200%200%201%200%2018.125v-7.984a.234.234%200%200%201%20.379-.184c.875.68%202.035%201.543%206.02%204.438.824.6%202.215%201.867%203.6%201.859%201.395.012%202.813-1.281%203.605-1.859%203.986-2.895%205.142-3.762%206.017-4.442zM10%2015c.906.016%202.211-1.141%202.867-1.617%205.184-3.762%205.578-4.09%206.773-5.027a.935.935%200%200%200%20.36-.739v-.742A1.875%201.875%200%200%200%2018.125%205H1.875A1.875%201.875%200%200%200%200%206.875v.742a.94.94%200%200%200%20.359.738c1.2.934%201.59%201.266%206.773%205.027.657.477%201.962%201.634%202.868%201.618z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    height: 16px;
    background-position: bottom
}

.bcb-icon-phone {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22phone-a%22%3E%3Cpath%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url%28%23phone-a%29%22%3E%3Cpath%20d%3D%22M19.43%2014.133l-4.375-1.875a.938.938%200%200%200-1.094.27l-1.938%202.366A14.479%2014.479%200%200%201%205.1%207.973l2.369-1.937a.935.935%200%200%200%20.27-1.094L5.863.567A.944.944%200%200%200%204.789.024L.727.961A.938.938%200%200%200%200%201.875%2018.123%2018.123%200%200%200%2018.125%2020a.938.938%200%200%200%20.914-.727l.938-4.063a.949.949%200%200%200-.547-1.078z%22%20fill%3D%22%236c757d%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.bcb-collapse {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none
}

@media(max-width: 767.98px) {
    .bcb-collapse {
        font-size:12px;
        line-height: 16px
    }
}

.bcb-collapse[aria-expanded=true] .show {
    display: none
}

.bcb-collapse[aria-expanded=true] .hide {
    display: inline;
    margin-right: 5px
}

.bcb-collapse[aria-expanded=true] .bcb-arrow {
    transform: rotate(-90deg)
}

.bcb-collapse[aria-expanded=false] .show {
    display: inline;
    margin-right: 5px
}

.bcb-collapse[aria-expanded=false] .hide {
    display: none
}

.bcb-collapse[aria-expanded=false] .bcb-arrow {
    transform: rotate(90deg)
}

.bcb-collapse .bcb-arrow {
    margin-left: 8px
}

.bcb-sort-btn {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
    margin-bottom: 20px
}

.bcb-sort-btn.mostpopular {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.778' viewBox='0 0 20 17.778'%3E%3Cpath id='trophy-solid' d='M19.167,2.222H15.556V.833A.831.831,0,0,0,14.722,0H5.278a.831.831,0,0,0-.833.833V2.222H.833A.831.831,0,0,0,0,3.056V5A4.531,4.531,0,0,0,2.149,8.5,8.135,8.135,0,0,0,5.969,9.944,7.681,7.681,0,0,0,8.333,12.5V15H6.667a2,2,0,0,0-2.222,1.944v.417a.418.418,0,0,0,.417.417H15.139a.418.418,0,0,0,.417-.417v-.417A2,2,0,0,0,13.333,15H11.667V12.5a7.68,7.68,0,0,0,2.365-2.556A8.106,8.106,0,0,0,17.851,8.5,4.541,4.541,0,0,0,20,5V3.056A.831.831,0,0,0,19.167,2.222ZM3.448,6.694A2.554,2.554,0,0,1,2.222,5V4.444H4.451A12.471,12.471,0,0,0,4.9,7.438,5.6,5.6,0,0,1,3.448,6.694ZM17.778,5a2.668,2.668,0,0,1-1.226,1.694,5.617,5.617,0,0,1-1.451.743,25.723,25.723,0,0,0,.444-2.993h2.233Z' fill='%236c757d'/%3E%3C/svg%3E")
}

.bcb-sort-btn.mostpopular:hover,.bcb-sort-btn.mostpopular.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.778' viewBox='0 0 20 17.778'%3E%3Cpath id='trophy-solid' d='M19.167,2.222H15.556V.833A.831.831,0,0,0,14.722,0H5.278a.831.831,0,0,0-.833.833V2.222H.833A.831.831,0,0,0,0,3.056V5A4.531,4.531,0,0,0,2.149,8.5,8.135,8.135,0,0,0,5.969,9.944,7.681,7.681,0,0,0,8.333,12.5V15H6.667a2,2,0,0,0-2.222,1.944v.417a.418.418,0,0,0,.417.417H15.139a.418.418,0,0,0,.417-.417v-.417A2,2,0,0,0,13.333,15H11.667V12.5a7.68,7.68,0,0,0,2.365-2.556A8.106,8.106,0,0,0,17.851,8.5,4.541,4.541,0,0,0,20,5V3.056A.831.831,0,0,0,19.167,2.222ZM3.448,6.694A2.554,2.554,0,0,1,2.222,5V4.444H4.451A12.471,12.471,0,0,0,4.9,7.438,5.6,5.6,0,0,1,3.448,6.694ZM17.778,5a2.668,2.668,0,0,1-1.226,1.694,5.617,5.617,0,0,1-1.451.743,25.723,25.723,0,0,0,.444-2.993h2.233Z' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.bcb-sort-btn.new {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-new'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='new' clip-path='url(%23clip-new)'%3E%3Cpath id='star-solid' d='M29.427.653,26.986,5.6l-5.462.8a1.2,1.2,0,0,0-.662,2.041l3.951,3.85-.935,5.439a1.2,1.2,0,0,0,1.735,1.26L30.5,16.421l4.886,2.568a1.2,1.2,0,0,0,1.735-1.26l-.935-5.439,3.951-3.85A1.2,1.2,0,0,0,39.475,6.4l-5.462-.8L31.572.653A1.2,1.2,0,0,0,29.427.653Z' transform='translate(-20.5 1.013)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.new:hover,.bcb-sort-btn.new.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-new'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='new' clip-path='url(%23clip-new)'%3E%3Cpath id='star-solid' d='M29.427.653,26.986,5.6l-5.462.8a1.2,1.2,0,0,0-.662,2.041l3.951,3.85-.935,5.439a1.2,1.2,0,0,0,1.735,1.26L30.5,16.421l4.886,2.568a1.2,1.2,0,0,0,1.735-1.26l-.935-5.439,3.951-3.85A1.2,1.2,0,0,0,39.475,6.4l-5.462-.8L31.572.653A1.2,1.2,0,0,0,29.427.653Z' transform='translate(-20.5 1.013)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.highestbonus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-bonus'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bonus' clip-path='url(%23clip-bonus)'%3E%3Cpath id='coins-solid' d='M0,15.832V17.5C0,18.879,3.359,20,7.5,20S15,18.879,15,17.5V15.832C13.387,16.969,10.438,17.5,7.5,17.5S1.613,16.969,0,15.832ZM12.5,5C16.641,5,20,3.879,20,2.5S16.641,0,12.5,0,5,1.121,5,2.5,8.359,5,12.5,5ZM0,11.734V13.75c0,1.379,3.359,2.5,7.5,2.5s7.5-1.121,7.5-2.5V11.734c-1.613,1.328-4.566,2.016-7.5,2.016S1.613,13.063,0,11.734Zm16.25.43C18.488,11.73,20,10.926,20,10V8.332A9.593,9.593,0,0,1,16.25,9.68ZM7.5,6.25C3.359,6.25,0,7.648,0,9.375S3.359,12.5,7.5,12.5,15,11.1,15,9.375,11.641,6.25,7.5,6.25Zm8.566,2.2C18.41,8.027,20,7.2,20,6.25V4.582a12.717,12.717,0,0,1-6.277,1.633A4.374,4.374,0,0,1,16.066,8.449Z' transform='translate(0 3)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.highestbonus:hover,.bcb-sort-btn.highestbonus.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-bonus'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bonus' clip-path='url(%23clip-bonus)'%3E%3Cpath id='coins-solid' d='M0,15.832V17.5C0,18.879,3.359,20,7.5,20S15,18.879,15,17.5V15.832C13.387,16.969,10.438,17.5,7.5,17.5S1.613,16.969,0,15.832ZM12.5,5C16.641,5,20,3.879,20,2.5S16.641,0,12.5,0,5,1.121,5,2.5,8.359,5,12.5,5ZM0,11.734V13.75c0,1.379,3.359,2.5,7.5,2.5s7.5-1.121,7.5-2.5V11.734c-1.613,1.328-4.566,2.016-7.5,2.016S1.613,13.063,0,11.734Zm16.25.43C18.488,11.73,20,10.926,20,10V8.332A9.593,9.593,0,0,1,16.25,9.68ZM7.5,6.25C3.359,6.25,0,7.648,0,9.375S3.359,12.5,7.5,12.5,15,11.1,15,9.375,11.641,6.25,7.5,6.25Zm8.566,2.2C18.41,8.027,20,7.2,20,6.25V4.582a12.717,12.717,0,0,1-6.277,1.633A4.374,4.374,0,0,1,16.066,8.449Z' transform='translate(0 3)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.freespins {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-spins'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='spins' clip-path='url(%23clip-spins)'%3E%3Cpath id='gift-solid' d='M1.25,48.25A1.249,1.249,0,0,0,2.5,49.5H8.75V43.25H1.25Zm10,1.25H17.5a1.249,1.249,0,0,0,1.25-1.25v-5h-7.5ZM18.75,37H17.105a3.406,3.406,0,0,0,.395-1.562A3.443,3.443,0,0,0,14.063,32c-1.625,0-2.676.832-4.023,2.668C8.691,32.832,7.641,32,6.016,32a3.443,3.443,0,0,0-3.437,3.438A3.358,3.358,0,0,0,2.973,37H1.25A1.249,1.249,0,0,0,0,38.25v3.125A.627.627,0,0,0,.625,42h18.75A.627.627,0,0,0,20,41.375V38.25A1.249,1.249,0,0,0,18.75,37ZM6.012,37a1.563,1.563,0,0,1,0-3.125c.777,0,1.352.129,3.363,3.125Zm8.051,0H10.7c2.008-2.988,2.566-3.125,3.363-3.125a1.563,1.563,0,0,1,0,3.125Z' transform='translate(0 -29)' fill='%236c757d'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-sort-btn.freespins:hover,.bcb-sort-btn.freespins.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-spins'%3E%3Crect width='20' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='spins' clip-path='url(%23clip-spins)'%3E%3Cpath id='gift-solid' d='M1.25,48.25A1.249,1.249,0,0,0,2.5,49.5H8.75V43.25H1.25Zm10,1.25H17.5a1.249,1.249,0,0,0,1.25-1.25v-5h-7.5ZM18.75,37H17.105a3.406,3.406,0,0,0,.395-1.562A3.443,3.443,0,0,0,14.063,32c-1.625,0-2.676.832-4.023,2.668C8.691,32.832,7.641,32,6.016,32a3.443,3.443,0,0,0-3.437,3.438A3.358,3.358,0,0,0,2.973,37H1.25A1.249,1.249,0,0,0,0,38.25v3.125A.627.627,0,0,0,.625,42h18.75A.627.627,0,0,0,20,41.375V38.25A1.249,1.249,0,0,0,18.75,37ZM6.012,37a1.563,1.563,0,0,1,0-3.125c.777,0,1.352.129,3.363,3.125Zm8.051,0H10.7c2.008-2.988,2.566-3.125,3.363-3.125a1.563,1.563,0,0,1,0,3.125Z' transform='translate(0 -29)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E")
}

.bcb-load-more {
    position: absolute;
    bottom: 0;
    left: 0
}

.bcb-load-more.loading {
    padding-left: 40px
}

.bcb-load-more.loading::before {
    content: "";
    border: .2em solid #007bff;
    border-bottom: .2em solid #fff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    position: absolute;
    left: 15px
}

.bcb-collapsed-content {
    max-height: 0;
    transition: max-height .2s ease-out
}

.bcb__operator__visible {
    display: inline-block !important
}

.bcb-align-right {
    text-align: right
}

.bcb-bold {
    font-weight: bold
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

:root {
    --sizeCorner: 20px;
    --sizeCornerHover: 30px;
    --peeled-color: rgb(252 252 252 / 40%);
    --peel-height: 34px
}

.c-bonus-code {
    position: relative;
    gap: 1rem
}

.c-bonus-code.btn-reveal.copy-btn-inside a.bcb_counter_btn {
    top: 0;
    padding: 2px
}

.c-bonus-code.btn-reveal .bcb-bonus-input.blur-code {
    background: none;
    color: #000;
    margin-right: 0;
    text-align: center;
    text-shadow: none;
    width: 100%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn {
    background: none;
    height: 100%;
    margin-right: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span::before {
    animation: peelCover 3s ease 1s infinite;
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    border-radius: 4px;
    clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding-top: 17px;
    position: absolute;
    top: 0;
    -webkit-transition: clip-path .25s linear;
    transition: clip-path .25s linear;
    visibility: visible;
    width: 100%;
    z-index: -1
}

.c-bonus-code.btn-reveal a.bcb_counter_btn span::after {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(350deg) scale(1.015);
    transform-origin: right bottom;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    visibility: visible;
    width: 5%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    padding: 5px !important
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span {
    display: inline;
    height: auto;
    padding: 0;
    position: static;
    visibility: visible;
    width: auto
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span::before,.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"] span::after {
    display: none
}

.c-bonus-code.btn-reveal a.bcb_counter_btn[data-revealed="1"]:hover {
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%)
}

.c-bonus-code.btn-reveal a.bcb_counter_btn::after {
    animation: peelCorner 3s ease 1s infinite;
    background: var(--bs-btn-bg, var(--bs-primary, var(--primary)));
    filter: brightness(115%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-10deg) scale(1.015);
    transform-origin: right bottom;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    width: 5%;
    z-index: 2
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span {
    visibility: hidden;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span::before {
    animation: peelCoverHover .25s linear;
    clip-path: polygon(0% 0%, calc(50% - var(--peel-height) * 0.1763) 0%, 50% 100%, 0% 100%)
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover span::after {
    opacity: 1;
    right: 50%;
    width: 15%
}

.c-bonus-code.btn-reveal a.bcb_counter_btn:hover::after {
    animation: none;
    opacity: 0;
    right: 50%;
    -webkit-transition: right .25s linear,width .25s linear;
    transition: right .25s linear,width .25s linear;
    width: 15%
}

@keyframes peelCover {
    0%,75%,100% {
        clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%)
    }

    37.5% {
        clip-path: polygon(0% 0%, calc(95% - var(--peel-height) * 0.1763) 0%, 95% 100%, 0% 100%)
    }
}

@keyframes peelCoverHover {
    0% {
        clip-path: polygon(0% 0%, calc(100% - var(--peel-height) * 0.1763) 0%, 100% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(0% 0%, calc(50% - var(--peel-height) * 0.1763) 0%, 50% 100%, 0% 100%)
    }
}

@keyframes peelCorner {
    0%,75%,100% {
        right: 0;
        width: 5%
    }

    37.5% {
        right: 5%;
        width: 7.5%
    }
}

.c-bonus-code.copy-btn-inside input.bcb-bonus-input {
    width: 100%;
    margin-right: 0;
    padding: 6px
}

.c-bonus-code.copy-btn-inside a.bcb_counter_btn,.c-bonus-code.copy-btn-inside button {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    min-width: 20%;
    max-height: inherit;
    border: 0;
    border-radius: 4px;
    padding: 5px
}

.c-bonus-code input.peel {
    word-spacing: 0
}

.show-code-in-modal {
    position: fixed;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 1rem;
    z-index: 10000
}

@media only screen and (max-width: 768px) {
    .show-code-in-modal {
        width:100%
    }
}

#bcb-modal-overlay {
    background: rgba(0,0,0,.7);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999
}

#bcb-modal-close {
    color: #fff;
    text-align: right;
    cursor: pointer;
    font-size: 22px
}

/*
     FILE ARCHIVED ON 07:30:40 Dec 06, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:08:17 Apr 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.285
  load_resource: 36.01
  PetaboxLoader3.resolve: 30.527
  PetaboxLoader3.datanode: 3.333
*/

