@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.22.0
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
    content: "";
    display: block;
    clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
    border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4286;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
    margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
    margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.bootstrap-table .fixed-table-container {
    position: relative;
    clear: both;
}
.bootstrap-table .fixed-table-container .table {
    width: 100%;
    margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
    vertical-align: middle;
    box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
    outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
    width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
    display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    width: auto !important;
    text-align: left !important;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
    width: 100% !important;
    text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
    text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
    margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
    margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: 0.3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
    border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
    overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    transition: visibility 0s, opacity 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    visibility: visible;
    opacity: 1;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
    align-items: baseline;
    display: flex;
    justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
    content: "";
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: loading;
    background: #212529;
    border-radius: 50%;
    display: block;
    height: 5px;
    margin: 0 4px;
    opacity: 0;
    width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
    animation-delay: 0.3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
    animation-delay: 0.6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
    background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
    background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
    overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
    content: "";
    display: block;
    clear: both;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
    display: inline-block;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
    margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    margin: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
    color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
    content: "⬅";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
    content: "➡";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}
.bootstrap-table.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
}
.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
    padding: 0.5rem 1rem;
}
.bootstrap-table.bootstrap5 .float-left {
    float: left;
}
.bootstrap-table.bootstrap5 .float-right {
    float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*!
 * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::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: 1px solid;
    opacity: 0.25;
}

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

h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

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

h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

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

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

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

abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
            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: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

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: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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: #6c757d;
    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;
}

/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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;
    }
}
.d-inline {
    display: inline !important;
}

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

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

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

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

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

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

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

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

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*!
 * Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

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

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

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

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

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

.link-primary {
    color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
    color: #0a58ca !important;
}

.link-secondary {
    color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important;
}

.link-success {
    color: #198754 !important;
}
.link-success:hover, .link-success:focus {
    color: #146c43 !important;
}

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

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

.link-danger {
    color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
    color: #b02a37 !important;
}

.link-light {
    color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
    color: #f9fafb !important;
}

.link-dark {
    color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important;
}

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

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

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.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 !important;
}

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

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

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

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

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

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

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

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

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

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

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

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

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

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

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

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

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

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

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

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

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

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

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

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

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

.w-75 {
    width: 75% !important;
}

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

.w-auto {
    width: auto !important;
}

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

.vw-100 {
    width: 100vw !important;
}

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

.h-25 {
    height: 25% !important;
}

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

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

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

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

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

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

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

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

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

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

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

.gap-4 {
    gap: 1.5rem !important;
}

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

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

.fs-6 {
    font-size: 1rem !important;
}

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

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

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

.fw-lighter {
    font-weight: lighter !important;
}

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

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

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

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

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

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

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

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

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

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

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

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

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

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
    -webkit-user-select: all !important;
            user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
            user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
            user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

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

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

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

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.select2.select2-container.select2-container--default .select2-selection--single {
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    color: var(--color--gray-500);
    height: auto;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
    position: relative;
}
.select2.select2-container.select2-container--default .select2-selection--single::before {
    content: url(../media/svg/icon-search.svg);
    height: 1.125rem;
    left: 0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 0;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    border-color: var(--color--gray-500);
    border-radius: var(--border-radius--3);
    top: -0.8125rem;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown {
    border-color: var(--color--gray-500);
    border-radius: var(--border-radius--3);
    border-style: solid;
    border-width: 1px 0 1px;
    padding: 0;
    position: relative;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown::before {
    content: url(../media/svg/icon-search.svg);
    height: 1.125rem;
    left: 0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.select2-container.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
    border: 0;
    border-radius: var(--border-radius--3);
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__options {
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option {
    border-radius: var(--border-radius--3);
    padding: 0.125rem 0.25rem;
}
.select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color--gray-300);
    color: var(--color--blue-400);
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-track {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
}
.simplebar-track.simplebar-horizontal {
    height: 8px;
}
.simplebar-track.simplebar-vertical {
    width: 8px;
}

.simplebar-scrollbar::before,
.simplebar-scrollbar.simplebar-visible::before {
    background-color: var(--color--yellow-400);
    border-radius: var(--border-radius--3);
    opacity: 1;
}

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
:root {
    --border-radius--0: 0;
    --border-radius--1: 2px;
    --border-radius--2: 5px;
    --border-radius--3: 8px;
    --box-shadow--primary: 0 4px 10px rgba(0, 0, 0, 0.12);
    --box-shadow--secondary: 0 -4px 10px rgba(0, 0, 0, 0.25);
    --color--black: #000;
    --color--black-custom-400: rgba(0, 0, 0, 0.7019607843);
    --color--black-custom-500: #444;
    --color--blue-300: #4dabf7;
    --color--blue-400: #228be6;
    --color--blue-500: #106bc7;
    --color--blue-600: #004c8f;
    --color--blue-dark-200: #0d2b44;
    --color--blue-dark-300: #0d375e;
    --color--blue-dark-400: #0c2b44;
    --color--blue-dark-500: #092033;
    --color--blue-dark-600: #061622;
    --color--blue-light-200: #94daf5;
    --color--blue-light-300: #71cdf2;
    --color--blue-light-350: #00bfff;
    --color--blue-light-400: #4dc1ef;
    --color--blue-light-500: #3a91b3;
    --color--gray-200: #e9e9e9;
    --color--gray-250: #f7f7f7;
    --color--gray-300: #f1f1f1;
    --color--gray-340: #f5f5f5;
    --color--gray-343: #f0f0f0;
    --color--gray-345: #dfdfdf;
    --color--gray-350: #dedede;
    --color--gray-360: #c7c7c7;
    --color--gray-400: #676767;
    --color--gray-450: #747474;
    --color--gray-460: #777;
    --color--gray-470: #555;
    --color--gray-500: #444;
    --color--gray-550: #474747;
    --color--gray-600: #7595af;
    --color--magenta: #ef426f;
    --color--orange: #ec9311;
    --color--red: #f00;
    --color--red-custom-500: #e51a1a;
    --color--yellow-100: #fafacc;
    --color--yellow-200: #f5f599;
    --color--yellow-300: #f1f166;
    --color--yellow-400: #e7e700;
    --color--white: #fff;
    --font-family--heading: "industry";
    --font-family--body: "unit-rounded";
    --font-size--heading-1: 2.5rem;
    --font-size--heading-2: 2rem;
    --font-size--heading-3: 1.5rem;
    --font-size--heading-4: 1.25rem;
    --font-size--heading-5: 1.125rem;
    --font-size--heading-6: 1rem;
    --font-size--body-xxxl: 3.75rem;
    --font-size--body-xlarge: 1.125rem;
    --font-size--body-large: 1rem;
    --font-size--body-medium: 0.875rem;
    --font-size--body-small: 0.75rem;
    --font-size--body-xsmall: 0.625rem;
    --line-height--heading-1: normal;
    --line-height--heading-2: normal;
    --line-height--heading-3: normal;
    --line-height--heading-4: normal;
    --line-height--heading-5: normal;
    --line-height--heading-6: normal;
    --line-height--body-xxxl: normal;
    --line-height--body-xlarge: normal;
    --line-height--body-large: normal;
    --line-height--body-medium: normal;
    --line-height--body-small: normal;
    --line-height--body-xsmall: normal;
    --overlays--blue-60: linear-gradient(0deg, rgb(12, 43, 68) 0%, rgba(255, 255, 255, 0) 60%);
    --overlays--blue-card: linear-gradient(0deg, rgba(12, 43, 68, 0.95) 20%, rgba(0, 0, 0, 0) 60%);
    --top-bar--min-height: 4.0625rem;
    --header--min-height: 5rem;
}
@media (min-width: 992px) {
    :root {
        --font-size--heading-1: 3rem;
        --font-size--heading-2: 2.5rem;
        --font-size--heading-3: 2rem;
        --font-size--heading-4: 1.5rem;
        --font-size--heading-5: 1.25rem;
        --font-size--heading-6: 1.125rem;
        --font-size--body-xxxl: 4.5rem;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--color--gray-500);
}
body.has-navigation-open {
    overflow: hidden;
}

a:not([class]) {
    --link--color: var(--color--blue-light-400);
    color: var(--link--color);
    transition: all 300ms ease-in-out;
}
a:not([class]):hover, a:not([class]):focus, a:not([class]):active {
    --link--color: var(--color--blue-light-200);
}

img {
    display: block;
    height: auto;
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

.button, .button--primary {
    background-color: var(--color--blue-light-400);
    border-color: var(--color--blue-light-400);
    border-style: solid;
    border-width: 1px;
    color: var(--color--white);
    cursor: pointer;
    display: inline-block;
    font-size: var(--font-size--body-medium);
    font-weight: 700;
    padding: 0.625em 1.25em;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.button:hover, .button--primary:hover, .button:focus, .button--primary:focus, .button:active, .button--primary:active {
    background-color: var(--color--blue-light-200);
    border-color: var(--color--blue-light-200);
    color: var(--color--white);
}
.button--primary-dark {
    background-color: var(--color--blue-dark-300);
    border-color: var(--color--blue-dark-300);
}
.button--primary-dark:hover, .button--primary-dark:focus, .button--primary-dark:active {
    background-color: var(--color--blue-dark-400);
    border-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.button--primary-yellow {
    background-color: var(--color--yellow-400);
    border-color: var(--color--yellow-400);
    color: var(--color--blue-dark-600);
}
.button--primary-yellow:hover, .button--primary-yellow:focus, .button--primary-yellow:active {
    background-color: var(--color--yellow-300);
    border-color: var(--color--yellow-300);
    color: var(--color--blue-dark-600);
}
.button--icon-left, .button--icon-right {
    align-items: center;
    display: inline-flex;
}
.button--secondary {
    background-color: transparent;
    border-color: var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
    background-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.button--secondary.button--white {
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--secondary.button--white:hover, .button--secondary.button--white:focus, .button--secondary.button--white:active {
    border-color: var(--color--blue-dark-400);
}
.button--secondary-white {
    background-color: transparent;
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--secondary-white:hover, .button--secondary-white:focus, .button--secondary-white:active {
    background-color: var(--color--white);
    color: var(--color--blue-dark-600);
}
.button--secondary-white.button--white {
    border-color: var(--color--blue-dark-600);
    color: var(--color--blue-dark-600);
}
.button--secondary-white.button--white:hover, .button--secondary-white.button--white:focus, .button--secondary-white.button--white:active {
    border-color: var(--color--white);
}
.button--tertiary {
    background-color: transparent;
    border-color: transparent;
    border-width: 0 0 2px;
    color: var(--color--gray-500);
    padding: 0;
    text-align: left;
}
.button--tertiary:hover, .button--tertiary:focus, .button--tertiary:active {
    background-color: transparent;
    border-color: var(--color--blue-400);
    border-width: 0 0 2px;
    color: var(--color--blue-400);
}
.button--tertiary.button--white {
    color: var(--color--white);
}
.button--tertiary.button--white:hover, .button--tertiary.button--white:focus, .button--tertiary.button--white:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.button--icon-left .button__icon {
    margin-right: 0.625rem;
    order: -1;
}
.button--icon-right .button__icon {
    margin-left: 0.625rem;
    order: 1;
}

.table__head, .footer .wp-block-heading, .footer .wp-block-latest-posts__post-title, h1,
h2,
h3,
h4,
h5,
h6, .typo-heading {
    --heading--font-size: var(--font-size--md);
    --heading--line-height: var(--line-height--md);
    font-family: var(--font-family--heading);
    font-size: var(--heading--font-size);
    line-height: var(--heading--line-height);
    text-transform: uppercase;
}
h1, .typo-heading--1 {
    --heading--font-size: var(--font-size--heading-1);
    --heading--line-height: var(--line-height--heading-1);
}
h2, .typo-heading--2 {
    --heading--font-size: var(--font-size--heading-2);
    --heading--line-height: var(--line-height--heading-2);
}
h3, .typo-heading--3 {
    --heading--font-size: var(--font-size--heading-3);
    --heading--line-height: var(--line-height--heading-3);
}
.table__head, .footer .wp-block-heading, h4, .typo-heading--4 {
    --heading--font-size: var(--font-size--heading-4);
    --heading--line-height: var(--line-height--heading-4);
}
.footer .wp-block-latest-posts__post-title, h5, h6, .typo-heading--5 {
    --heading--font-size: var(--font-size--heading-5);
    --heading--line-height: var(--line-height--heading-5);
}
.sidebar__inner h1:not([class]),
.sidebar__inner h2:not([class]),
.sidebar__inner h3:not([class]),
.sidebar__inner h4:not([class]),
.sidebar__inner h5:not([class]),
.sidebar__inner h6:not([class]),
.sidebar__inner .widgettitle, .typo-heading--6 {
    --heading--font-size: var(--font-size--heading-6);
    --heading--line-height: var(--line-height--heading-6);
}

.tournament-single__scores-round, .post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption, .comments__reply-link, .comments__list .comment-metadata, .comments__list .comment-content,
.comments__list .comment-content *, .comments__list .comment-reply-link, .comments__list .comment-awaiting-moderation, .wp-block-table th,
.wp-block-table td, .sidebar__open, .sidebar__close, .top-bar__notification-content, .top-bar__notification-content *, p, .typo-body {
    --body--font-size: var(--font-size--body-large);
    --body--font-style: normal;
    --body--font-weight: 400;
    --body--line-height: var(--line-height--body-large);
    font-size: var(--body--font-size);
    font-style: var(--body--font-style);
    font-weight: var(--body--font-weight);
    line-height: var(--body--line-height);
}
.sidebar__close, .typo-body--xlarge {
    --body--font-size: var(--font-size--body-xlarge);
    --body--line-height: var(--line-height--body-xlarge);
}
.tournament-single__scores-round, .post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .typo-body--large {
    --body--font-size: var(--font-size--body-large);
    --body--line-height: var(--line-height--body-large);
}
.comments__reply-link, .comments__list .comment-content,
.comments__list .comment-content *, .comments__list .comment-reply-link, .comments__list .comment-awaiting-moderation, .top-bar__notification-content, .top-bar__notification-content *, .typo-body--medium {
    --body--font-size: var(--font-size--body-medium);
    --body--line-height: var(--line-height--body-medium);
}
.post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption, .comments__list .comment-metadata, .wp-block-table th,
.wp-block-table td, .sidebar__open, .sidebar__inner p, .typo-body--small {
    --body--font-size: var(--font-size--body-small);
    --body--line-height: var(--line-height--body-small);
}
.typo-body--xsmall {
    --body--font-size: var(--font-size--body-xsmall);
    --body--line-height: var(--line-height--body-xsmall);
}
.typo-body--italic {
    --body--font-style: italic;
}
.tournament-single__scores-round.is-active, .post-single__content-inner blockquote,
.post-single__content-inner blockquote *,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner .wp-block-quote *,
.post-single__content-inner blockquote.wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote *, .comments__list .comment-reply-link, .sidebar__inner p, .top-bar__notification-content, .top-bar__notification-content *, .typo-body--bold {
    --body--font-weight: 700;
}
.typo-body--xxxl {
    --body--font-size: var(--font-size--body-xxxl);
    --body--line-height: var(--line-height--body-xxxl);
}

body {
    font-family: var(--font-family--body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
    font-size: var(--font-size--body-large);
    line-height: var(--line-height--body-large);
}

.site {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}
@media (min-width: 992px) {
    .site {
        grid-template-rows: auto auto 1fr auto;
    }
}

#launcher {
    bottom: 16px !important;
    display: none;
    z-index: 999999 !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: 90px !important;
}

.junior-ppa__gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.home__register-to-play-banner img {
    border-radius: 8px;
}

.has-navigation-open .top-bar {
    display: block;
}

.top-bar {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 200;
}
@media (min-width: 992px) {
    .top-bar {
        display: block;
        position: initial;
    }
}
.top-bar__holder {
    align-items: center;
    background-color: var(--color--blue-light-400);
    display: flex;
    min-height: var(--top-bar--min-height);
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
}
@media (min-width: 992px) {
    .top-bar__holder {
        min-height: auto;
    }
}
.top-bar--has-notification .top-bar__holder {
    background-color: var(--color--red);
}
.top-bar__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.top-bar__social {
    display: flex;
}
.top-bar__social-item {
    color: var(--color--white);
    display: inline-block;
}
.top-bar__social-item:not(:last-child) {
    margin-right: 0.625rem;
}
.top-bar__notification {
    color: var(--color--white);
    display: none;
}
@media (min-width: 992px) {
    .top-bar__notification {
        align-items: flex-end;
        display: flex;
        gap: 1.625rem;
    }
}
.top-bar__notification-links {
    display: flex;
    gap: 0.625rem;
}
.top-bar__notification-link, .top-bar__notification-link.button {
    border: 0;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.top-bar__notification-link:hover, .top-bar__notification-link:focus, .top-bar__notification-link:active, .top-bar__notification-link.button:hover, .top-bar__notification-link.button:focus, .top-bar__notification-link.button:active {
    color: var(--color--white);
}
.top-bar__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.top-bar__menu-item {
    display: inline-block;
}
.top-bar__menu-item:not(:last-child) {
    margin-right: 0.9375rem;
}
.top-bar__menu-link, .top-bar__menu-link.button {
    color: var(--color--white);
    font-size: var(--font-size--body-xsmall);
    line-height: var(--line-height--body-xsmall);
    text-transform: uppercase;
}
.top-bar__menu-link:hover, .top-bar__menu-link:focus, .top-bar__menu-link:active, .top-bar__menu-link.button:hover, .top-bar__menu-link.button:focus, .top-bar__menu-link.button:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.top-bar__menu-icon {
    height: 0.625rem;
    width: 0.75rem;
}
.top-bar__menu-item:last-child .top-bar__menu-icon {
    height: 0.5rem;
    width: 0.625rem;
}

.header {
    position: sticky;
    top: 0;
    transition: ease-out all 0.3s;
    z-index: 300;
}
.admin-bar .header {
    top: 46px;
}
@media screen and (min-width: 783px) {
    .admin-bar .header {
        top: 32px;
    }
}
.header.header__transparent {
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
    position: relative;
    top: 0;
}
.header__holder {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    position: relative;
}
.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: var(--header--min-height);
}
.header__logo {
    max-width: 250px;
}
@media (min-width: 992px) {
    .header__logo {
        max-width: 300px;
    }
}
@media (min-width: 768px) {
    .header__logo {
        max-width: 200px;
    }
}
.header__logo-img-white {
    display: none;
}
.header__navigation {
    margin-left: auto;
}
@media (min-width: 992px) {
    .header__navigation {
        margin-right: auto;
    }
}
.header__navigation-inner {
    background-color: var(--color--white);
    display: none;
    height: calc(100vh - var(--header--min-height));
    left: 0;
    overflow-y: auto;
    padding-bottom: calc(var(--top-bar--min-height) * 2);
    position: absolute;
    top: 100%;
    width: 100%;
}
.header__navigation-inner .container {
    align-items: center;
    display: flex;
    overflow-x: hidden;
}
@media (max-width: 991.98px) {
    .header__navigation-inner .container {
        display: block;
    }
}
@media (min-width: 992px) {
    .header__navigation-inner {
        display: block;
        height: initial;
        left: initial;
        padding-bottom: initial;
        position: initial;
        top: initial;
    }
}
.header__navigation--is-open .header__navigation-inner {
    display: block;
}
.header__navigation-inner .header__buttons {
    display: block;
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .header__navigation-inner .header__buttons {
        display: none;
    }
}
.header__navigation-toggler {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.3125em;
    position: relative;
    width: 2.1875rem;
}
@media (min-width: 992px) {
    .header__navigation-toggler {
        display: none;
    }
}
.header__navigation-toggler-line {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--1);
    display: block;
    height: 0.25rem;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}
.header__navigation-toggler-line:not(:last-child) {
    margin-bottom: 0.25rem;
}
.header__navigation-toggler-line:nth-child(1) {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(1) {
    transform: rotate(45deg);
}
.header__navigation-toggler-line:nth-child(2) {
    transition: transform 0.2s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(2) {
    transform: scaleY(0);
}
.header__navigation-toggler-line:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
}
.header__navigation--is-open .header__navigation-toggler-line:nth-child(3) {
    transform: rotate(-45deg);
}
.header__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .header__sub-menu .header__menu {
        align-items: center;
        column-gap: 2.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.75rem;
        width: 100%;
    }
}
.header__menu-item {
    display: block;
}
@media (min-width: 992px) {
    .header__menu-item--0 {
        display: inline-block;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}
@media (min-width: 992px) {
    .header__menu-item--main {
        grid-row: 1/-1;
    }
}
.header__menu-link {
    align-items: center;
    color: var(--color--blue-dark-400);
    display: inline-flex;
    font-size: var(--font-size--body-medium);
    font-weight: 700;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.header__menu-link:hover, .header__menu-link:focus, .header__menu-link:active, .header__menu-link--active {
    color: var(--color--blue-400);
}
@media (min-width: 992px) {
    .header__menu-link {
        min-height: var(--header--min-height);
    }
}
.header__menu-item--0 > .header__menu-link::after {
    background-color: inherit;
    content: "";
    height: 2px;
    left: 0;
    margin-top: 0.9375rem;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.header__menu-link--active::after, .header__menu-item--0 > .header__menu-link:hover::after, .header__menu-item--is-open:hover > .header__menu-link::after {
    background-color: var(--color--blue-400);
}
@media (min-width: 992px) {
    .header__sub-menu .header__menu-link {
        font-size: var(--font-size--body-xlarge);
        min-height: initial;
        padding: 0.625rem 0;
    }
}
.header__menu-item--main .header__menu-link {
    display: inline-block;
    font-family: var(--font-family--heading);
    font-size: var(--font-size--heading-4);
    padding-bottom: 0;
    padding-top: 0;
}
.header__menu-item--main .header__menu-link:hover, .header__menu-item--main .header__menu-link:focus, .header__menu-item--main .header__menu-link:active {
    color: inherit;
}
@media (min-width: 992px) {
    .header__menu-item--main .header__menu-link {
        align-items: flex-start;
        background-color: var(--color--white);
        border-radius: var(--border-radius--3);
        box-shadow: var(--box-shadow--primary);
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 0.6666666667em 1.3333333333em;
    }
    .header__menu-item--main .header__menu-link:hover, .header__menu-item--main .header__menu-link:focus, .header__menu-item--main .header__menu-link:active, .header__menu-item--is-open > .header__menu-item--main .header__menu-link {
        background-color: var(--color--blue-400);
        color: var(--color--white);
    }
}
.header__menu-description {
    display: none;
    font-family: var(--font-family--body);
    font-size: var(--font-size--body-small);
    margin-top: 0.625rem;
}
@media (min-width: 992px) {
    .header__menu-description {
        display: block;
    }
}
.header__menu-icon {
    height: 0.625rem;
    margin-left: 0.3125rem;
    width: 0.75rem;
}
@media (min-width: 992px) {
    .header__menu-icon {
        height: 0.375rem;
        width: 0.5rem;
    }
}
.header__sub-menu .header__menu-icon {
    height: 1.5rem;
    margin-left: 0;
    margin-right: 0.9375rem;
    width: 1.5rem;
}
.header__sub-menu {
    display: none;
    list-style: none;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .header__sub-menu {
        background-color: var(--color--gray-300);
        box-shadow: var(--box-shadow--primary);
        left: 0;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        position: absolute;
        top: 100%;
        width: 100%;
    }
}
.header__menu-item--is-open .header__sub-menu {
    display: block;
}
.header__sub-menu .container {
    position: relative;
}
@media (max-width: 991.98px) {
    .header__sub-menu .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.header__buttons {
    display: none;
}
@media (min-width: 992px) {
    .header__buttons {
        display: block;
    }
}
.header__buttons .button:not(:last-child) {
    margin-right: 1.875rem;
}
.header__cta {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    color: var(--color--white);
    margin-top: 1.875rem;
    padding: 0.9375rem;
}
@media (min-width: 992px) {
    .header__cta {
        display: none;
    }
}
.header__cta-heading {
    margin-bottom: 0.9375rem;
}
.header__cta-inner {
    align-items: center;
    display: flex;
}
.header__cta-media {
    margin-bottom: 0;
    margin-right: 0.9375rem;
}
@media (max-width: 991.98px) {
    .header__cta-media {
        max-width: 150px;
    }
}
@media (max-width: 575.98px) {
    .header__cta-media {
        max-width: 100px;
    }
}
.header__cta-date {
    margin-bottom: 0.625rem;
}
.header__cta-title {
    margin-bottom: 0;
}
.header__cta-button {
    margin-top: 0.3125rem;
}
.header__cta-button .button--secondary {
    border-color: var(--color--white);
    color: var(--color--white);
}
.header__cta-button .button--secondary:hover, .header__cta-button .button--secondary:focus, .header__cta-button .button--secondary:active {
    border-color: var(--color--blue-400);
    color: var(--color--blue-400);
}
.header__cta-button .button--tertiary {
    color: var(--color--white);
}
.header__cta-button .button--tertiary:hover, .header__cta-button .button--tertiary:focus, .header__cta-button .button--tertiary:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.header__search-icon {
    height: auto;
    width: 24px;
}
.header__search-icon:hover {
    cursor: pointer;
}
.header__search-form {
    display: none;
    width: 100%;
}
.header__search-form-content form {
    display: flex;
    padding-right: 15px;
    width: 100%;
}
.header__search-form-content form label {
    width: 100%;
}
.header__search-form-content form label input {
    border: none;
    border-bottom: 1px solid #444;
    padding: 5px;
    width: 100%;
}
.header__search-form-content form button {
    position: absolute;
    right: 40px;
    top: 6px;
}
@media (max-width: 991.98px) {
    .header__search-form-content form button {
        position: static;
    }
}
.header__search-form-content form button img {
    width: 24px;
}
.header__search.active {
    align-items: center;
    background: #fff;
    display: flex;
    position: absolute;
    width: 100%;
}
@media (max-width: 991.98px) {
    .header__search.active {
        position: static;
    }
}
.header__search.active .header__search-icon {
    margin-left: auto;
    margin-right: 15px;
    order: 2;
    width: 16px;
}
@media (min-width: 992px) {
    .header__transparent {
        background-color: transparent;
        box-shadow: none;
    }
    .header__transparent .header__menu-link {
        color: var(--color--white);
        z-index: 1;
    }
    .header__transparent .header__menu-link--open {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__logo-img {
        display: none;
    }
    .header__transparent .header__logo-img-white {
        display: block;
    }
    .header__transparent .header__sub-menu {
        left: 0;
        padding-top: 80px;
        position: absolute;
        top: 0;
    }
    .header__transparent .header__sub-menu .header__menu-link {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__menu-item--is-open a {
        color: var(--color--blue-dark-400);
        position: relative;
        z-index: 1;
    }
    .header__transparent .header__menu-item--is-open ~ .header__menu-item .header__menu-link {
        color: var(--color--blue-dark-400);
    }
    .header__transparent .header__logo--open {
        z-index: 1;
    }
    .header__transparent .header__logo-img--open {
        display: block;
    }
    .header__transparent .header__logo-img-white--open {
        display: none;
    }
    .header__transparent .header__buttons--open {
        z-index: 1;
    }
    .header__transparent .header__search.active {
        z-index: 10;
    }
    .header__transparent .header__search.active img {
        z-index: 0;
    }
    .header__transparent .header__search.active label {
        z-index: 1;
    }
    .header__transparent .header__search.active .header__search-icon {
        margin-right: 20px;
    }
    .header__transparent .header__search input {
        border-bottom: 0;
    }
}

#header-container.search-active {
    position: relative;
}

body {
    background-color: #f5f5f5;
}

.main {
    min-width: 0;
}
.main__holder {
    overflow-x: hidden;
    padding-bottom: 1rem;
    padding-top: 2rem;
    position: relative;
}
@media (max-width: 767.98px) {
    .main__holder {
        padding-bottom: 2rem;
    }
}
.main__content + .block {
    margin-top: 5rem;
}
.main .block.cta:last-child,
.main .block.cta-newsletter:last-child {
    margin-bottom: 5rem;
}

.ppa-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.ppa-modal__content {
    background-color: #fefefe;
    border: 1px solid #888;
    height: 80vh;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
}

.close {
    color: var(--color--blue-light-400);
    cursor: pointer;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 100px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

#junior-ppa-finals .multi-card__card-text {
    color: var(--color--yellow-400);
    margin-top: 0;
}
#junior-ppa-finals .multi-card__card-img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.home__register-to-play-banner img {
    border-radius: var(--border-radius--3);
}

body.has-sidebar-open {
    overflow: hidden;
}
body.has-sidebar-open::after {
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 100;
}
body.has-sidebar-open .sidebar__holder {
    transform: translateX(0);
}
body.has-sidebar-open .sidebar__close {
    width: calc(100% + 35px);
}

.sidebar {
    position: relative;
    z-index: 299;
}
@media (min-width: 992px) {
    .sidebar {
        right: initial;
    }
}
.sidebar__open, .sidebar__close {
    background-color: var(--color--blue-light-400);
    border: 0;
    color: var(--color--white);
    padding: 0.625rem;
}
@media (min-width: 992px) {
    .sidebar__open, .sidebar__close {
        display: none;
    }
}
.sidebar__open {
    border-top-left-radius: var(--border-radius--3);
    border-top-right-radius: var(--border-radius--3);
    position: fixed;
    right: 0;
    top: calc(var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px));
    transform: rotate(-90deg);
    transform-origin: bottom right;
    z-index: 100;
}
.sidebar__close {
    border-bottom-left-radius: var(--border-radius--3);
    border-top-left-radius: var(--border-radius--3);
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: width 300ms ease-in-out;
    width: 100%;
}
.sidebar__holder {
    max-width: 80vw;
    position: fixed;
    right: 0;
    top: calc(var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px) + 30px);
    transform: translateX(100%);
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 200;
}
@media (min-width: 992px) {
    .sidebar__holder {
        max-width: initial;
        position: initial;
        right: initial;
        top: initial;
        transform: translateX(0);
    }
}
.sidebar__inner {
    background-color: var(--color--white);
    border-bottom-left-radius: var(--border-radius--3);
    border-top-left-radius: var(--border-radius--3);
    margin-bottom: 2.1875rem;
    max-height: calc(90vh - (var(--header--min-height) + var(--wp-admin--admin-bar--height, 0px) + 30px));
    overflow: auto;
    padding: 0 0.75rem;
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .sidebar__inner {
        border-radius: var(--border-radius--3);
        box-shadow: var(--box-shadow--primary);
        max-height: none;
    }
}
@media (max-width: 991.98px) {
    .sidebar__inner {
        display: none;
    }
}
.sidebar__inner h1:not([class]),
.sidebar__inner h2:not([class]),
.sidebar__inner h3:not([class]),
.sidebar__inner h4:not([class]),
.sidebar__inner h5:not([class]),
.sidebar__inner h6:not([class]),
.sidebar__inner .widgettitle {
    color: var(--color--blue-400);
    margin-bottom: 0.5rem;
}
.sidebar__inner p {
    margin-bottom: 0.5rem;
}
.sidebar__socials-header {
    margin-bottom: 0;
    margin-top: 15px;
}
.sidebar__socials-icons {
    margin-bottom: 15px;
}
.sidebar__socials-icons .footer__social-item:not(:last-child) {
    margin-right: 0.75rem;
}
.sidebar__tabs-tab {
    align-items: center;
    border-bottom: 1px solid var(--color--gray-300);
    color: var(--color--gray-400);
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 12px;
    padding: 0.625rem 0.3125rem;
    text-align: center;
}
.sidebar__tabs-tab span {
    flex: 1;
}
.sidebar__tabs-content {
    display: none;
    font-size: 14px;
    line-height: var(--line-height--body-small);
    margin-top: -1px;
    padding: 1.25rem 0.3125rem;
}
.sidebar__tabs-content ul {
    margin: 0;
    padding: 0;
}
.sidebar__tabs-content ul li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}
.sidebar__tabs-content ul li:last-child {
    margin-bottom: 0;
}
.sidebar__tabs-content a {
    color: var(--color--blue-dark-600);
    font-weight: 700;
}
.sidebar__tabs-content a:hover {
    color: var(--color--blue-400);
}
.sidebar__tabs-content .typo-heading {
    color: var(--color--blue-400);
    font-size: 16px;
    margin-top: 1.25rem;
}
.sidebar__tabs .active-tab {
    border-bottom: 2px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
}
.sidebar__tabs .active-content {
    display: block;
}
.sidebar .featured-player-sidebar {
    padding: 0.75rem;
}
.sidebar .featured-player-sidebar__heading {
    color: var(--color--blue-400);
    font-size: 20px;
}
.sidebar .featured-player-sidebar__holder {
    background: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 0.625rem;
}
.sidebar .featured-player-sidebar__holder:first-of-type {
    margin-bottom: 0.75rem;
}
.sidebar .featured-player-sidebar__main {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
.sidebar .featured-player-sidebar__name {
    color: #fff;
}
.sidebar .featured-player-sidebar__media {
    margin-bottom: 0;
    max-width: 100px;
    width: 100%;
}
.sidebar .sidebar-socials {
    background: var(--color--blue-400);
    padding: 1.5625rem;
}
.sidebar .sidebar-socials__heading {
    color: #fff;
    font-size: 20px;
}
.sidebar .sidebar-socials__social {
    column-gap: 0.75rem;
    display: flex;
    flex-wrap: nowrap;
}
.sidebar .sidebar-socials__social-icon {
    height: 25px;
    margin-right: 10px;
    max-width: 100%;
}
.sidebar__mobile {
    bottom: 0;
    left: 0;
    margin-top: -1px;
    max-width: 100%;
    position: fixed !important;
    top: unset;
    transform: none;
    width: 100%;
}
.sidebar__mobile-heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    margin-bottom: 0;
    padding: 1.5625rem 0.75rem;
    text-align: left;
}
.sidebar__mobile-heading-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 0.75rem;
}
.sidebar__mobile-heading-wrapper .typo-heading {
    line-height: 1;
}
.sidebar__mobile-content {
    background: #fff;
    box-shadow: var(--box-shadow--secondary);
    display: none;
    width: 100%;
}
.sidebar__mobile-content.is-open {
    display: block;
}
.sidebar__mobile-content-menu ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 720px;
    padding: 0.75rem 0;
}
.sidebar__mobile-content-menu ul li {
    padding: 0.375rem 0.75rem;
}
.sidebar__mobile-content-menu ul li a {
    color: var(--color--blue-dark-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0.75rem;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
.sidebar__mobile-content-menu ul li a:hover {
    color: var(--color--blue-light-400);
    font-weight: 600;
}
.sidebar__mobile-content-footer-button {
    border-top: 1px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    display: block;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-in-out all 0.3s;
}
.sidebar__mobile-content-footer-button:hover {
    background: var(--color--blue-dark-400);
    color: #fff;
}
@media (min-width: 992px) {
    .sidebar__mobile {
        display: none;
    }
}

#sidebar-tabs .sidebar__holder {
    transform: none;
    transition: none;
}
#sidebar-tabs .sidebar__tournament {
    padding: 0;
}
#sidebar-tabs .sidebar__tournament-heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    padding: 12px;
    padding-top: 15px;
    text-align: center;
}
#sidebar-tabs .sidebar__tournament-heading span {
    line-height: 1;
}
#sidebar-tabs .sidebar__tournament-menu {
    padding: 12px;
}
#sidebar-tabs .sidebar__tournament-menu a {
    color: var(--color--blue-dark-400);
    display: block;
    padding: 6px 0;
    text-decoration: none;
}
#sidebar-tabs .sidebar__tournament-menu a:hover {
    color: var(--color--blue-light-400);
}
#sidebar-tabs .sidebar__tournament-cta {
    text-align: center;
}
#sidebar-tabs .sidebar__tournament-cta-link {
    background-color: var(--color--blue-dark-400);
    border-bottom: 1px solid var(--color--blue-dark-300);
    border-top: 1px solid var(--color--blue-dark-300);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
#sidebar-tabs .sidebar__tournament-cta-link:hover {
    background-color: var(--color--blue-600);
}
#sidebar-tabs .sidebar__tournament-cta-link:first-child {
    border-top: none;
}
#sidebar-tabs .sidebar__tournament-cta-link:last-child {
    border-bottom: none;
}
#sidebar-tabs .sidebar__news {
    padding: 0;
}
#sidebar-tabs .sidebar__news-heading {
    border-bottom: 2px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    padding: 12px;
    padding-top: 15px;
    text-align: center;
}
#sidebar-tabs .sidebar__news-content {
    padding: 0.75rem;
}
#sidebar-tabs .sidebar__news-content h5 {
    margin-bottom: 0;
}
#sidebar-tabs .sidebar__news-content ul {
    list-style-type: none;
    padding-left: 0;
}
#sidebar-tabs .sidebar__news-content ul li {
    line-height: 1;
    padding: 6px 0;
}
#sidebar-tabs .sidebar__news-content ul li a {
    color: var(--color--gray-500);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
#sidebar-tabs .sidebar__news-content ul li a:hover {
    color: var(--color--blue-light-400);
}
#sidebar-tabs .sidebar__news-headlines {
    margin-bottom: 0;
}
#sidebar-tabs .sidebar__news-headlines li {
    align-items: center;
    column-gap: 8px;
    display: flex;
    flex-wrap: nowrap;
}
#sidebar-tabs .sidebar__news-headlines li img {
    width: 20px;
}
#sidebar-tabs .sidebar__ad {
    background-color: #fff;
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 4px;
}
#sidebar-tabs .sidebar__ad-holder {
    border-radius: var(--border-radius--3);
    overflow: hidden;
}

.tournament-sidebar {
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
}
@media (max-width: 991.98px) {
    .tournament-sidebar {
        width: 100%;
        z-index: 299;
    }
}
.tournament-sidebar__container {
    overflow-y: hidden;
    position: relative;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__holder {
        bottom: 0;
        margin-top: -1px;
        max-width: 100%;
        position: fixed !important;
        top: unset;
        transform: none;
    }
}
.tournament-sidebar__inner {
    padding: 0;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__inner {
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}
.tournament-sidebar__heading {
    background-color: var(--color--blue-dark-400);
    color: #fff;
    margin-bottom: 0;
    padding: 0.75rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading {
        padding: 1.5625rem 0.75rem;
        text-align: left;
    }
}
.tournament-sidebar__heading-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading-wrapper {
        margin: 0 auto;
        max-width: 720px;
        padding: 0 0.75rem;
    }
}
.tournament-sidebar__heading span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    padding: 0.375rem 0;
    width: 100%;
}
.tournament-sidebar__heading-icon {
    background: none;
    border: none;
    box-shadow: none;
    display: none;
}
.tournament-sidebar__heading-icon svg {
    width: 25px;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__heading-icon {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .tournament-sidebar__content {
        box-shadow: var(--box-shadow--secondary);
        display: none;
        width: 100%;
    }
    .tournament-sidebar__content.is-open {
        display: block;
    }
}
.tournament-sidebar__menu ul {
    list-style-type: none;
    padding: 0.75rem;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__menu ul {
        margin: 0 auto;
        max-width: 720px;
        padding: 0.75rem 0;
    }
}
.tournament-sidebar__menu-item {
    padding: 0.1875rem 1.5625rem;
}
@media (max-width: 991.98px) {
    .tournament-sidebar__menu-item {
        padding: 0.375rem 0.75rem;
    }
}
.tournament-sidebar__menu-link {
    color: var(--color--blue-dark-400);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
.tournament-sidebar__menu-link:hover {
    color: var(--color--blue-light-400);
}
.tournament-sidebar__menu-link.active {
    font-weight: 600;
}
.tournament-sidebar__footer-button {
    border-top: 1px solid var(--color--blue-dark-400);
    color: var(--color--blue-dark-400);
    display: block;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-in-out all 0.3s;
}
.tournament-sidebar__footer-button:hover {
    background-color: var(--color--blue-dark-400);
    color: #fff;
}

.footer {
    z-index: 3;
}
.footer__holder {
    background-color: var(--color--blue-dark-400);
    color: var(--color--gray-300);
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}
.footer__grid > .col:not(:last-child) {
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .footer__grid > .col:not(:last-child) {
        margin-bottom: 0;
    }
}
.footer__grid > .col:first-child,
.footer__grid > .col:nth-child(2),
.footer__grid > .col:last-child {
    flex-basis: 100%;
}
@media (min-width: 992px) {
    .footer__grid > .col:first-child,
.footer__grid > .col:nth-child(2),
.footer__grid > .col:last-child {
        flex-basis: 0%;
    }
}
@media (min-width: 992px) {
    .footer__grid > .col:nth-child(2) {
        order: 1;
    }
}
.footer__brand {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer__brand {
        flex-direction: column;
    }
}
.footer__links {
    margin-left: 1.875rem;
}
@media (min-width: 992px) {
    .footer__links {
        margin-left: 0;
        margin-top: 1.875rem;
    }
}
.footer__button .button {
    justify-content: center;
    width: 100%;
}
.footer__social {
    display: flex;
    margin-top: 0.9375rem;
}
.footer__social-item {
    color: var(--color--white);
    display: inline-block;
}
.footer__social-item:not(:last-child) {
    margin-right: 1.25rem;
}
.footer .wp-block-heading {
    margin-bottom: 1.25rem;
}
.footer__widget .menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__widget .menu-item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.footer__widget .menu-item a {
    color: var(--color--gray-300);
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}
.footer__widget .menu-item a:hover, .footer__widget .menu-item a:focus, .footer__widget .menu-item a:active {
    color: var(--color--gray-300);
}
.footer .wp-block-latest-posts {
    margin-bottom: 0;
}
.footer .wp-block-latest-posts li {
    padding: 3.125rem 0.75rem 1.25rem;
    position: relative;
}
.footer .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 1.25rem;
}
.footer .wp-block-latest-posts li *:not(.footer .wp-block-latest-posts__featured-image) {
    position: relative;
    z-index: 2;
}
.footer .wp-block-latest-posts__featured-image {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.footer .wp-block-latest-posts__featured-image::after {
    background-color: var(--color--blue-dark-400);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.footer .wp-block-latest-posts__featured-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.footer .wp-block-latest-posts__post-title {
    color: inherit;
    text-decoration: none;
}
.footer .wp-block-latest-posts__post-excerpt {
    font-size: var(--font-size--body-small);
    margin-bottom: 0;
    margin-top: 0.625rem;
}
.footer .wp-block-latest-posts .button--tertiary {
    color: var(--color--white);
    margin-top: 0.625rem;
}
.footer .wp-block-latest-posts .button--tertiary:hover, .footer .wp-block-latest-posts .button--tertiary:focus, .footer .wp-block-latest-posts .button--tertiary:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.footer__newsletter {
    background-color: var(--color--blue-400);
    border-radius: var(--border-radius--3);
    padding: 0.75rem 1.125rem;
}
.footer__newsletter-heading {
    margin-bottom: 1.25rem;
}
.footer__credits {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
.footer__navigation {
    margin-left: 0.3125rem;
}
.footer__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__menu .menu-item {
    display: inline-block;
}
.footer__menu .menu-item:not(:last-child) {
    margin-right: 0.3125rem;
}
.footer__menu .menu-item a {
    color: var(--color--blue-light-400);
    display: inline-block;
    text-decoration: none;
}
.footer__menu .menu-item a:hover, .footer__menu .menu-item a:focus, .footer__menu .menu-item a:active {
    text-decoration: underline;
}

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.form {
    /* stylelint-disable */
    /* stylelint-enable */
}
.form .gform_wrapper,
.form .gform_wrapper.gravity-theme {
    position: relative;
}
.form .gform_wrapper .gform_required_legend,
.form .gform_wrapper .gfield_required,
.form .gform_wrapper.gravity-theme .gform_required_legend,
.form .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
.form .gform_wrapper .gform_title,
.form .gform_wrapper.gravity-theme .gform_title {
    font-size: var(--font-size--heading-4);
    line-height: var(--line-height--heading-4);
    margin-bottom: 1.25rem;
    text-align: center;
}
.form .gform_wrapper .gform_description,
.form .gform_wrapper.gravity-theme .gform_description {
    font-size: var(--font-size--body-medium);
    margin-bottom: 1.25rem;
    text-align: center;
}
.form .gform_wrapper .gform_fields,
.form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.form .gform_wrapper .gfield input,
.form .gform_wrapper .gfield optgroup,
.form .gform_wrapper .gfield select,
.form .gform_wrapper .gfield textarea,
.form .gform_wrapper.gravity-theme .gfield input,
.form .gform_wrapper.gravity-theme .gfield optgroup,
.form .gform_wrapper.gravity-theme .gfield select,
.form .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid var(--color--gray-400);
    border-radius: var(--border-radius--2);
    color: var(--color--gray-500);
    font-size: var(--font-size--body-medium);
    padding: 0.625rem;
}
.form .gform_wrapper .gfield input[type=submit],
.form .gform_wrapper.gravity-theme .gfield input[type=submit] {
    border: none;
    border-radius: 0;
    margin-bottom: auto;
    padding: 0.625rem 1.25rem;
}
.form .gform_wrapper .gfield.icon-user input,
.form .gform_wrapper .gfield.icon-user optgroup,
.form .gform_wrapper .gfield.icon-user select,
.form .gform_wrapper .gfield.icon-user textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-user input,
.form .gform_wrapper.gravity-theme .gfield.icon-user optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-user select,
.form .gform_wrapper.gravity-theme .gfield.icon-user textarea {
    background-image: url(../../assets/media/svg/icon-user.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-trophy input,
.form .gform_wrapper .gfield.icon-trophy optgroup,
.form .gform_wrapper .gfield.icon-trophy select,
.form .gform_wrapper .gfield.icon-trophy textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy input,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy select,
.form .gform_wrapper.gravity-theme .gfield.icon-trophy textarea {
    background-image: url(../../assets/media/svg/icon-trophy.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-subject input,
.form .gform_wrapper .gfield.icon-subject optgroup,
.form .gform_wrapper .gfield.icon-subject select,
.form .gform_wrapper .gfield.icon-subject textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-subject input,
.form .gform_wrapper.gravity-theme .gfield.icon-subject optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-subject select,
.form .gform_wrapper.gravity-theme .gfield.icon-subject textarea {
    background-image: url(../../assets/media/svg/icon-subject.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-phone input,
.form .gform_wrapper .gfield.icon-phone optgroup,
.form .gform_wrapper .gfield.icon-phone select,
.form .gform_wrapper .gfield.icon-phone textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-phone input,
.form .gform_wrapper.gravity-theme .gfield.icon-phone optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-phone select,
.form .gform_wrapper.gravity-theme .gfield.icon-phone textarea {
    background-image: url(../../assets/media/svg/icon-phone.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-notes input,
.form .gform_wrapper .gfield.icon-notes optgroup,
.form .gform_wrapper .gfield.icon-notes select,
.form .gform_wrapper .gfield.icon-notes textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-notes input,
.form .gform_wrapper.gravity-theme .gfield.icon-notes optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-notes select,
.form .gform_wrapper.gravity-theme .gfield.icon-notes textarea {
    background-image: url(../../assets/media/svg/icon-notes.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-location input,
.form .gform_wrapper .gfield.icon-location optgroup,
.form .gform_wrapper .gfield.icon-location select,
.form .gform_wrapper .gfield.icon-location textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-location input,
.form .gform_wrapper.gravity-theme .gfield.icon-location optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-location select,
.form .gform_wrapper.gravity-theme .gfield.icon-location textarea {
    background-image: url(../../assets/media/svg/icon-location.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-envelope-alt input,
.form .gform_wrapper .gfield.icon-envelope-alt optgroup,
.form .gform_wrapper .gfield.icon-envelope-alt select,
.form .gform_wrapper .gfield.icon-envelope-alt textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt input,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt select,
.form .gform_wrapper.gravity-theme .gfield.icon-envelope-alt textarea {
    background-image: url(../../assets/media/svg/icon-envelope-alt.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-building input,
.form .gform_wrapper .gfield.icon-building optgroup,
.form .gform_wrapper .gfield.icon-building select,
.form .gform_wrapper .gfield.icon-building textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-building input,
.form .gform_wrapper.gravity-theme .gfield.icon-building optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-building select,
.form .gform_wrapper.gravity-theme .gfield.icon-building textarea {
    background-image: url(../../assets/media/svg/icon-building.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield.icon-windsock input,
.form .gform_wrapper .gfield.icon-windsock optgroup,
.form .gform_wrapper .gfield.icon-windsock select,
.form .gform_wrapper .gfield.icon-windsock textarea,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock input,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock optgroup,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock select,
.form .gform_wrapper.gravity-theme .gfield.icon-windsock textarea {
    background-image: url(../../assets/media/svg/icon-windsock.svg);
    background-position: 0.625rem 50%;
    background-repeat: no-repeat;
    background-size: 0.9375rem auto;
    padding-left: 2.1875rem;
}
.form .gform_wrapper .gfield .gfield_label,
.form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-weight: 400;
}
.form .gform_wrapper .gfield.gfield--type-radio .gfield_label,
.form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .gfield_label {
    margin-bottom: 4px;
}
.form .gform_wrapper .gfield .gform-field-label,
.form .gform_wrapper .gfield .gfield_description,
.form .gform_wrapper.gravity-theme .gfield .gform-field-label,
.form .gform_wrapper.gravity-theme .gfield .gfield_description {
    font-size: var(--font-size--body-medium);
}
.form .gform_wrapper .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice {
    position: relative;
}
.form .gform_wrapper .gfield .gfield_radio input,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
.form .gform_wrapper .gfield .gfield_radio input:checked + label::before,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio input:checked + label::before {
    border-width: 6px;
}
.form .gform_wrapper .gfield .gfield_radio label,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio label {
    cursor: pointer;
    padding-left: 1.625rem;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_radio label:before,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio label:before {
    border: 1px solid var(--color--gray-500);
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-width 300ms ease-in-out;
    width: 1rem;
}
.form .gform_wrapper .gfield .gfield_checkbox .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice {
    margin-bottom: 10px;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_checkbox input,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}
.form .gform_wrapper .gfield .gfield_checkbox input:checked + label::before,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input:checked + label::before {
    background-color: var(--color--gray-500);
}
.form .gform_wrapper .gfield .gfield_checkbox input:checked + label::after,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input:checked + label::after {
    border-color: transparent transparent var(--color--white) var(--color--white);
    border-radius: var(--border-radius--1);
    border-style: solid;
    border-width: 2px;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 10px;
}
.form .gform_wrapper .gfield .gfield_checkbox label,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label {
    cursor: pointer;
    padding-left: 1.625rem;
    position: relative;
}
.form .gform_wrapper .gfield .gfield_checkbox label:before,
.form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label:before {
    background-color: transparent;
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--1);
    content: "";
    left: 0;
    height: 16px;
    position: absolute;
    top: 0;
    transition: background-color 300ms ease-in-out;
    width: 16px;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield .gfield_radio, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio {
        display: flex;
    }
}
.form .gform_wrapper .gfield .gfield_radio .gchoice, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield .gfield_radio .gchoice, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
        display: inline-block;
        padding-right: 1.25rem;
        width: 100%;
    }
    .form .gform_wrapper .gfield .gfield_radio .gchoice label, .form .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice label,
.form .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice label,
.form .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label {
        max-width: none;
    }
}
.form .gform_wrapper .gfield--type-fileupload,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload {
    background-color: var(--color--gray-300);
    border: 1px solid var(--color--gray-400);
    border-radius: var(--border-radius--2);
    padding: 1.0625rem 1.0625rem 0.625rem;
}
.form .gform_wrapper .gfield--type-fileupload .gfield_label,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label {
    color: var(--color--gray-400);
    display: block;
    font-weight: 700;
    margin-bottom: 0.6875rem;
    text-align: center;
}
@media (min-width: 576px) {
    .form .gform_wrapper .gfield--type-fileupload .gfield_label,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label {
        font-size: var(--font-size--body-xlarge);
    }
}
.form .gform_wrapper .gfield--type-fileupload .gform_drop_area,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gform_drop_area {
    border: none;
    background-color: transparent;
    padding: 0;
}
.form .gform_wrapper .gfield--type-fileupload .gfield_description,
.form .gform_wrapper .gfield--type-fileupload .gform_drop_instructions,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_description,
.form .gform_wrapper.gravity-theme .gfield--type-fileupload .gform_drop_instructions {
    display: none;
}
.form .gform_wrapper .gform_button_select_files,
.form .gform_wrapper.gravity-theme .gform_button_select_files {
    background-color: var(--color--blue-400);
    border-color: var(--color--blue-400);
    color: var(--color--white);
    padding: 0.3125rem 1.25rem;
    width: auto;
}
.form .gform_wrapper .gform_footer button[type=submit],
.form .gform_wrapper .gform_footer input[type=submit],
.form .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-color: var(--color--yellow-400);
    border-color: var(--color--yellow-400);
    color: var(--color--black);
    width: 100%;
}
.form .gform_wrapper .gform_ajax_spinner,
.form .gform_wrapper.gravity-theme .gform_ajax_spinner {
    width: 25px;
    margin-left: 10px;
}

.loader {
    display: inline-block;
    transform: translateZ(1px);
}
.loader:not(.done)::after {
    animation: loader 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    background-image: url(../media/svg/loader.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 3.875rem;
    margin: 0.5rem;
    width: 7.5rem;
}

@keyframes loader {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateX(0deg);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        transform: rotateX(1800deg);
    }
    100% {
        transform: rotateX(3600deg);
    }
}
.post-block__media {
    margin-bottom: 0;
}
.post-block__categories {
    margin-bottom: 0.625rem;
}
.post-block__categories .post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.post-block__categories .post-categories a {
    color: var(--color--blue-400);
    text-decoration: none;
    text-transform: uppercase;
}
.post-block__categories .post-categories a:hover, .post-block__categories .post-categories a:focus, .post-block__categories .post-categories a:active {
    color: var(--color--blue-400);
    text-decoration: underline;
}
.post-block__excerpt {
    margin-bottom: 0;
    margin-top: 0.625rem;
}
.post-block__excerpt * {
    font-size: inherit;
}
.post-block__button {
    margin-top: 0.625rem;
}
.post-block__button.button--tertiary {
    color: var(--color--blue-400);
}
.post-block__button.button--tertiary:hover, .post-block__button.button--tertiary:focus, .post-block__button.button--tertiary:active {
    border-color: var(--color--blue-400);
    color: var(--color--blue-400);
}

.press-block__media {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    margin-bottom: 0;
    overflow: hidden;
    padding: 0.625rem;
}
.press-block__heading {
    margin-bottom: 0;
}
.press-block__excerpt {
    margin-bottom: 0;
    margin-top: 0.625rem;
}
.press-block__excerpt > * {
    font-size: inherit;
}
.press-block__button {
    margin-top: 0.625rem;
}

.table {
    --table--column-padding: 1.125rem 2rem;
    overflow: auto;
    width: 100%;
}
.table__holder {
    width: 100%;
}
.table__head {
    position: relative;
    z-index: 2;
}
.table__head::before {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.table__head-column {
    background-color: var(--color--white);
    padding: var(--table--column-padding);
    white-space: nowrap;
}
.table__head-column:first-child {
    border-top-left-radius: var(--border-radius--3);
}
.table__head-column:last-child {
    border-top-right-radius: var(--border-radius--3);
}
.table__body {
    background-color: var(--color--gray-300);
    font-size: var(--font-size--body-large);
    line-height: var(--line-height--body-large);
}
.table__body-column {
    padding: var(--table--column-padding);
    white-space: nowrap;
}
.table ul.pagination {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.table ul.pagination .page-item {
    background: var(--color--gray-300);
    border-radius: 0.5rem;
    color: var(--color--gray-400);
    gap: 10px;
    transition: all 300ms ease-in-out;
}
.table ul.pagination .page-item.active, .table ul.pagination .page-item:not(.disabled):hover {
    background: var(--color--blue-400);
    color: var(--color--white);
}
.table ul.pagination .page-item.disabled a {
    opacity: 0.5;
}
.table ul.pagination .page-item a {
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 44px;
}

.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table th,
.wp-block-table td {
    border-color: var(--color--gray-300);
    padding: 0.75rem;
    text-align: left;
    white-space: nowrap;
}
.wp-block-table tbody td {
    color: var(--color--gray-400);
}

.title-btn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.title-btn__title {
    margin-bottom: 0;
}
.title-btn__btn {
    margin-top: 0.125rem;
}
@media (max-width: 991.98px) {
    .title-btn__header {
        align-items: flex-start;
        flex-direction: column;
    }
}

.comments {
    /* stylelint-disable */
    /* stylelint-enable */
}
.comments__holder {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.comments__reply {
    margin-bottom: 1.25rem;
}
.comments__reply-link {
    color: var(--color--blue-light-400);
    margin-left: 0.625rem;
    text-decoration: none;
}
.comments__reply-link:hover {
    color: var(--color--blue-light-400);
}
.comments .form .gform_wrapper .gform_footer button[type=submit],
.comments .form .gform_wrapper .gform_footer input[type=submit],
.comments .form .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.comments .form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-color: var(--color--blue-400);
    border-color: var(--color--blue-400);
    color: var(--color--white);
    margin-left: auto;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: auto;
}
.comments__footer {
    margin-top: 1.25rem;
}
.comments__heading {
    margin-bottom: 1.25rem;
}
.comments__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.comments__list .comment:not(:last-child) {
    margin-bottom: 1.25rem;
}
.comments__list .comment-respond {
    margin-top: 1.25rem;
}
.comments__list .children {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0.625rem;
    padding-left: 3.125rem;
}
.comments__list .comment-body {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 1.25rem;
}
.comments__list .comment-meta {
    margin-bottom: 1.25rem;
}
.comments__list .comment-author {
    display: inline-block;
    margin-right: 0.625rem;
}
.comments__list .comment-author .says {
    display: none;
}
.comments__list .comment-metadata {
    color: var(--color--gray-400);
    display: inline-block;
}
.comments__list .comment-metadata a {
    color: inherit;
    text-decoration: none;
}
.comments__list .reply {
    margin-top: 1.25rem;
}
.comments__list .comment-reply-link {
    color: var(--color--blue-600);
    text-decoration: none;
}
.comments__list .comment-reply-link::before {
    content: url(../media/svg/comment-icon-reply.svg);
    margin-right: 0.3125rem;
    vertical-align: middle;
}
.comments__list .comment-awaiting-moderation {
    display: block;
    margin-top: 20px;
}

.error404__holder {
    padding-top: 0;
}
.error404__col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 1rem !important;
}
@media (min-width: 992px) {
    .error404__col1 {
        min-height: 60rem;
        padding-left: 7.5rem !important;
        padding-right: 2rem !important;
    }
}
.error404__col2 {
    position: relative;
}
.error404__heading {
    color: var(--color--blue-dark-600);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.error404__text {
    color: var(--color--gray-400);
    letter-spacing: 0.05rem;
    margin-bottom: 3rem;
    max-width: 30rem;
}
.error404__text p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.error404__figure {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.error404__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.athlete-template-default .main__holder {
    overflow: hidden;
}

.athlete-single__hero {
    align-items: flex-end;
    background-color: var(--color--blue-dark-300);
    background-position: center;
    background-size: cover;
    border-radius: var(--border-radius--3);
    margin-bottom: 5rem;
    position: relative;
}
.athlete-single__hero-overlay {
    background: rgba(12, 43, 68, 0.6);
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.athlete-single__hero-top {
    background-position: 40px 40px;
    background-repeat: no-repeat;
    background-size: 400px;
    border-radius: 8px 8px 0 0;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.athlete-single__hero-top.custom {
    background-position: center center;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top {
        background-position: 24px 24px;
        background-size: 300px;
        padding-top: 100px;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-top {
        background-position: 25% 50%;
        background-size: 250px;
        flex-wrap: wrap !important;
    }
}
.athlete-single__hero-top-img {
    position: relative;
}
.athlete-single__hero-top h1 {
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
}
.athlete-single__hero-top h1 .first {
    display: block;
    font-size: 40px;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top h1 .first {
        font-size: 24px;
    }
}
.athlete-single__hero-top h1 .last {
    display: block;
    font-size: 60px;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top h1 .last {
        font-size: 48px;
    }
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top h1 .last {
        font-size: 44px;
    }
    .athlete-single__hero-top h1 .last.small {
        font-size: 28px;
    }
}
.athlete-single__hero-top-details {
    align-self: stretch;
}
.athlete-single__hero-top-details .country {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
    position: relative;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top-details .country {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-top-details .country {
        left: 12px;
        position: absolute;
        top: 12px;
    }
}
.athlete-single__hero-top-details .flag {
    height: auto;
    margin-right: 12px;
    width: 40px;
}
.athlete-single__hero-top-details .name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .athlete-single__hero-top-details .name {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top-details {
        flex-wrap: wrap;
        padding: 0 20px 20px 20px;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-top-details {
        align-self: flex-end;
        flex-wrap: wrap;
        padding: 0 12px;
    }
}
.athlete-single__hero-top-sponsor-socials {
    padding: 20px;
    position: relative;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-top-sponsor-socials {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-top-sponsor-socials {
        position: static;
    }
}
.athlete-single__hero-headshot {
    aspect-ratio: 4/3;
    margin-left: auto;
    object-fit: cover;
    object-position: top center;
}
.athlete-single__hero-socials {
    column-gap: 12px;
    justify-content: flex-end;
}
.athlete-single__hero-socials .social-icon-wrapper {
    background-color: #fff;
    border-radius: 100%;
    height: 2.5rem;
    padding: 8px;
    transition-duration: 0.33s;
    width: 2.5rem;
}
.athlete-single__hero-socials .social-icon-wrapper:hover {
    background-color: var(--color--blue-light-400);
}
@media (max-width: 991.98px) {
    .athlete-single__hero-socials .social-icon-wrapper {
        height: 2rem;
        padding: 6px;
        width: 2rem;
    }
}
.athlete-single__hero-socials .social-icon-wrapper svg {
    width: 100%;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-socials {
        column-gap: 8px;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-socials {
        justify-content: flex-start;
        position: absolute;
        right: 12px;
        top: 12px;
    }
}
.athlete-single__hero-sponsors {
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 12px;
    max-height: 100%;
    overflow: hidden;
    row-gap: 8px;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-sponsors {
        margin-top: 12px;
    }
}
.athlete-single__hero-sponsors .sponsor-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.athlete-single__hero-sponsors .sponsor-logo-wrapper {
    align-items: center;
    background: #fff;
    border-radius: var(--border-radius--3);
    display: flex;
    height: 60px;
    margin-bottom: 0;
    max-width: 100px;
}
@media (max-width: 767.98px) {
    .athlete-single__hero-sponsors .sponsor-logo-wrapper {
        height: 48px;
        max-width: 80px;
    }
}
.athlete-single__hero-sponsors .sponsor-logo {
    max-width: 100%;
    padding: 4px;
    width: auto;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-sponsors {
        column-gap: 8px;
        row-gap: 8px;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-sponsors {
        justify-content: flex-start;
        margin-bottom: 12px;
        position: relative;
    }
}
.athlete-single__hero-details {
    border-top: 2px solid #fff;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-details {
        flex-wrap: wrap;
    }
}
.athlete-single__hero-details-ranking .d-flex {
    height: 100%;
}
.athlete-single__hero-details-ranking .col-4 {
    border-right: 2px solid #fff;
    padding: 12px;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-details-ranking .col-4 {
        border-bottom: 1px solid #fff;
    }
    .athlete-single__hero-details-ranking .col-4:last-child {
        border-right: none;
    }
}
.athlete-single__hero-details-ranking .col-4 .division {
    --heading--font-size: var(--font-size--md);
    color: var(--color--yellow-400);
    font-family: var(--font-family--heading);
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}
.athlete-single__hero-details-ranking .col-4 .ranking {
    --heading--font-size: var(--font-size--md);
    font-family: var(--font-family--heading);
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
}
.athlete-single__hero-details-ranking .col-4 .points {
    font-weight: 600;
}
.athlete-single__hero-details-attributes .gender {
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-details-attributes .gender {
        border-top: 1px solid #fff;
    }
}
.athlete-single__hero-details-attributes .age {
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-details-attributes .age {
        border-top: 1px solid #fff;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-details-attributes .age {
        border-right: none;
    }
}
.athlete-single__hero-details-attributes .height {
    border-bottom: 1px solid #fff;
}
@media (max-width: 991.98px) {
    .athlete-single__hero-details-attributes .height {
        border-top: 1px solid #fff;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__hero-details-attributes .height {
        border-right: 2px solid #fff;
    }
}
.athlete-single__hero-details-attributes .turned-pro {
    border-right: 2px solid #fff;
    border-top: 1px solid #fff;
}
@media (max-width: 767.98px) {
    .athlete-single__hero-details-attributes .turned-pro {
        border-bottom: 1px solid #fff;
        border-right: none;
    }
}
.athlete-single__hero-details-attributes .plays {
    border-right: 2px solid #fff;
    border-top: 1px solid #fff;
}
.athlete-single__hero-details-attributes .resides {
    border-top: 1px solid #fff;
}
@media (max-width: 767.98px) {
    .athlete-single__hero-details-attributes .resides {
        border-right: none;
    }
}
.athlete-single__hero-details-attributes .col-md-4 {
    padding: 8px;
}
.athlete-single__hero-details-attributes .attributes-title {
    font-weight: 600;
    text-transform: uppercase;
}
.athlete-single__overview {
    margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
    .athlete-single__overview-container {
        flex-wrap: wrap;
    }
}
.athlete-single__overview-media {
    padding: 1.25rem 1.25rem 1.25rem 0;
}
@media (max-width: 991.98px) {
    .athlete-single__overview-media {
        padding: 20px 0;
    }
}
.athlete-single__overview-media-vid {
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1215686275);
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.athlete-single__overview-media-thumb {
    border-radius: var(--border-radius--3);
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.athlete-single__overview-media-thumb::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='103' height='103' fill='none'%3E%3Cpath fill='%23004C8F' fill-rule='evenodd' d='M51.333 0C22.983 0 0 22.983 0 51.333c0 28.35 22.983 51.334 51.333 51.334 28.35 0 51.334-22.983 51.334-51.334A51.334 51.334 0 0 0 51.333 0Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M71.867 42.452 46.2 27.617a10.267 10.267 0 0 0-15.4 8.88v29.671a10.267 10.267 0 0 0 15.4 8.881l25.666-14.835a10.267 10.267 0 0 0 0-17.762Z' clip-rule='evenodd'/%3E%3Cpath fill='%23004C8F' fill-rule='evenodd' d='M66.733 51.333 41.066 66.17V36.498l25.667 14.835Z' clip-rule='evenodd'/%3E%3C/svg%3E"); /* stylelint-disable */
    content: "";
    display: block;
    height: 6.4375rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.4375rem;
}
.athlete-single__overview-media-image {
    border-radius: var(--border-radius--3);
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1215686275);
    position: relative;
    width: 100%;
}
.athlete-single__overview-media-image img {
    border-radius: var(--border-radius--3);
}
.athlete-single__overview-bio {
    padding: 1.25rem 0 1.25rem 1.25rem;
}
@media (max-width: 991.98px) {
    .athlete-single__overview-bio {
        padding: 20px 0;
    }
}
.athlete-single__stats {
    background-color: #fff;
    border-radius: var(--border-radius--3);
    margin-bottom: 80px;
    padding: 40px;
}
.athlete-single__stats-table-head-row {
    border-bottom: 1px solid var(--color--gray-300);
}
.athlete-single__stats-table-head-column {
    font-weight: 400;
    padding-bottom: 24px;
}
@media (max-width: 767.98px) {
    .athlete-single__stats-table-head-column {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .athlete-single__stats-table-head-column.column-category {
        padding-left: 20px;
    }
    .athlete-single__stats-table-head-column.column-total {
        padding-right: 20px;
    }
}
.athlete-single__stats-table-row {
    background: transparent;
}
.athlete-single__stats-table-row:last-child .athlete-single__stats-table-column {
    border-bottom: none;
}
@media (max-width: 767.98px) {
    .athlete-single__stats-table-row:last-child td {
        padding-bottom: 24px;
    }
}
.athlete-single__stats-table-column {
    border-bottom: 1px solid var(--color--gray-300);
    padding: 0.75rem 0;
}
.athlete-single__stats-table-column .circle {
    border-radius: 100%;
    display: inline-block;
    height: 52px;
    padding: 14px 12px 12px 12px;
    text-align: center;
    width: 52px;
}
.athlete-single__stats-table-column--highlight {
    color: var(--color--blue-400);
    transition: all 0.3s ease-in-out;
}
.athlete-single__stats-table-column--points {
    padding-right: 0;
}
.athlete-single__stats-table-column--gold .circle {
    background: #ffd700;
}
.athlete-single__stats-table-column--silver .circle {
    background: #eaecf0;
}
.athlete-single__stats-table-column--bronze .circle {
    background: #ff692e;
}
@media (max-width: 767.98px) {
    .athlete-single__stats-table-column--category {
        padding-left: 20px;
    }
    .athlete-single__stats-table-column--total {
        padding-right: 20px;
    }
}
.athlete-single__stats-table-link {
    color: inherit;
    text-decoration: none;
}
.athlete-single__stats-table-link:hover {
    color: inherit;
}
.athlete-single__stats-table-info {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    min-height: 45px;
}
.athlete-single__stats-table-img {
    border: 2px solid var(--color--gray-300);
    border-radius: 1.875rem;
    height: 2.25rem;
    object-fit: cover;
    width: 2.25rem;
}
.athlete-single__stats-table .no-records-found td {
    padding: 1.125rem 2rem;
}
@media (max-width: 767.98px) {
    .athlete-single__stats-table {
        min-width: 768px;
        white-space: nowrap;
    }
}
@media (max-width: 767.98px) {
    .athlete-single__stats {
        overflow-x: auto;
        padding: 0;
        -webkit-overflow-scrolling: touch;
    }
    .athlete-single__stats .table-container {
        overflow: scroll !important;
        scrollbar-gutter: stable !important;
        scrollbar-color: var(--color--yellow-400) var(--color--blue-400);
        scrollbar-width: thin;
    }
    .athlete-single__stats .table-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .athlete-single__stats .table-container::-webkit-scrollbar-track {
        background-color: var(--color--blue-400) !important;
    }
    .athlete-single__stats .table-container::-webkit-scrollbar-thumb {
        background-color: var(--color--yellow-400) !important;
        border-radius: 4px;
    }
    .athlete-single__stats .table-container::-webkit-scrollbar-thumb:hover {
        background-color: var(--color--yellow-300) !important;
    }
}
.athlete-single__videos {
    margin-bottom: 80px;
}
.athlete-single__videos-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.athlete-single__videos-select {
    align-items: center;
    column-gap: 20px;
    display: flex;
    margin-bottom: 1.5rem;
}
.athlete-single__videos-select-wrapper {
    max-width: 100%;
    width: 500px;
}
.athlete-single__videos-select-wrapper.hidden {
    display: none;
}
.athlete-single__videos-select-tournament {
    position: relative;
}
.athlete-single__videos-select-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.375rem;
}
.athlete-single__videos-select select {
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    color: var(--color--gray-500);
    height: auto;
    max-width: 500px;
    padding: 0.625rem;
    position: relative;
    width: 100%;
}
.athlete-single__videos-select svg {
    position: absolute;
    right: 8px;
    top: 43px;
}
.athlete-single__videos-item {
    background-color: #fff;
    border-radius: var(--border-radius--3);
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1215686275);
    padding: 12px;
    text-align: center;
}
.athlete-single__videos-item iframe {
    border-radius: 5px;
    width: 100%;
}
.athlete-single__videos-pagination {
    margin-top: 20px;
}
.athlete-single__videos-pagination .pagination {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.athlete-single__videos-pagination .pagination .page-item {
    background: var(--color--gray-300);
    border-radius: 0.5rem;
    color: var(--color--gray-400);
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.athlete-single__videos-pagination .pagination .page-item a {
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 44px;
}
.athlete-single__videos-pagination .pagination .page-item.active {
    background: var(--color--blue-400);
    color: var(--color--white);
}
.athlete-single__videos-pagination .pagination .page-item.page-last-separator {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 44px;
}

#loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#loading-overlay .loader {
    display: inline-block;
    transform: translateZ(1px);
}

.single-camp__hero-holder {
    padding: 7.5rem 2.5rem 2.5rem;
    position: relative;
}
.single-camp__hero-media {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.single-camp__hero-media::after {
    background: var(--overlays--blue-60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-camp__hero-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.single-camp__hero-content {
    color: var(--color--white);
    position: relative;
    z-index: 2;
}
.single-camp__hero-heading {
    color: var(--color--white);
    margin-bottom: 0;
}
.single-camp .tickets {
    margin: 80px 0;
}
.single-camp .tickets__content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: var(--box-shadow--primary);
}
.single-camp .tickets__content-img {
    border-radius: 8px 8px 0 0;
}
.single-camp .tickets__content-heading {
    padding: 0 24px;
}
.single-camp .tickets__content-text {
    padding: 0 24px;
}
.single-camp .tickets__content-button {
    padding: 0 24px 24px 24px;
}
.single-camp .tickets__button .is-active::before {
    background-color: var(--color--blue-dark-300);
}
.single-camp .tickets__button:hover::before {
    background-color: var(--color--blue-dark-300);
}
.single-camp .tickets__button-heading {
    font-size: 24px;
    line-height: 1;
}
.single-camp__schedule {
    margin-bottom: 80px;
}
@media (max-width: 767.98px) {
    .single-camp__schedule {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.single-camp__schedule .order-lg-1 {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}
@media (max-width: 991.98px) {
    .single-camp__schedule .order-lg-1 {
        border-radius: 0 0 8px 8px;
        order: 2;
    }
}
.single-camp__schedule .order-lg-1 .image-split-content__content {
    padding: 40px;
}
@media (max-width: 767.98px) {
    .single-camp__schedule .order-lg-1 .image-split-content__content {
        padding: 20px;
    }
}
.single-camp__schedule .col-lg-6 {
    align-self: stretch;
    padding: 0;
}
.single-camp__schedule .col-lg-6 .image-split-content__img {
    border-radius: 8px 0 0 8px;
}
@media (max-width: 991.98px) {
    .single-camp__schedule .col-lg-6 .image-split-content__img {
        border-radius: 8px 8px 0 0;
    }
}
.single-camp #venue {
    margin-bottom: 80px;
}
.single-camp__special-guests {
    margin-bottom: 80px;
}
.single-camp__special-guests h2 {
    margin: 0 20px 40px 20px;
}
.single-camp__special-guests-wrapper {
    row-gap: 40px;
}
.single-camp__special-guests-item-wrapper {
    margin: 0 20px;
    position: relative;
}
.single-camp__special-guests-image {
    aspect-ratio: 4/3;
    border-radius: var(--border-radius--3);
    object-fit: cover;
    object-position: 50% 50%;
}
.single-camp__special-guests-image-wrapper {
    position: absolute;
}
.single-camp__special-guests-overlay {
    background: var(--overlays--blue-60);
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-camp__special-guests-link {
    border-radius: 8px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.single-camp__special-guests .guest-title {
    bottom: 0;
    color: var(--color--white);
    left: 20px;
    position: absolute;
}
.single-camp .faq__holder {
    padding-top: 24px;
}
.single-camp .faq__holder::before {
    background-color: transparent;
}

.team-members__main {
    margin: 5rem 0 !important;
    row-gap: 2.25rem;
}
.team-members__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    transition: ease-in-out all 0.3s;
}
.team-members__item-wrapper {
    align-items: stretch;
    border-radius: var(--border-radius--3);
    display: flex;
    height: 100%;
    justify-content: stretch;
    padding: 0 0.75rem;
    position: relative;
}
.team-members__item-wrapper-shadow {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    width: 100%;
}
.team-members__item-link {
    text-decoration: none;
}
.team-members__item-link:hover .team-members__item-content-footer-link {
    color: var(--color--blue-light-200);
}
.team-members__item-link:hover .team-members__item-image {
    background-color: var(--color--blue-light-400);
}
.team-members__item-image {
    background-color: var(--color--blue-dark-400);
    border-top-left-radius: var(--border-radius--3);
    border-top-right-radius: var(--border-radius--3);
    transition: ease-in-out all 0.3s;
}
.team-members__item-image-headshot {
    aspect-ratio: 1/1;
    border-radius: var(--border-radius--3);
    object-fit: cover;
    object-position: center center;
}
.team-members__item-content {
    border-bottom-left-radius: var(--border-radius--3);
    border-bottom-right-radius: var(--border-radius--3);
    padding: 1.125rem;
}
.team-members__item-content-name {
    color: var(--color--blue-dark-400);
    line-height: 1;
    margin-bottom: 0;
}
.team-members__item-content-job-title {
    color: var(--color--blue-dark-400);
    line-height: 1;
}
.team-members__item-content-socials {
    align-items: center;
    column-gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0.75rem 0;
}
.team-members__item-content-socials a {
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.team-members__item-content-socials a:first-child {
    margin-left: 0;
}
.team-members__item-content-socials a svg {
    transition: ease-in-out all 0.1s;
}
.team-members__item-content-socials a:hover svg {
    margin-top: -0.375rem;
}
.team-members__item-content-footer a {
    text-decoration: none;
    z-index: 2;
}

.team-member-single__banner-holder {
    background-color: var(--color--blue-dark-400);
    border-radius: 0.5rem;
    height: 21.25rem;
    margin-bottom: 2.125rem;
    overflow: hidden;
    position: relative;
}
@media (max-width: 991.98px) {
    .team-member-single__banner-holder {
        height: auto;
    }
}
.team-member-single__banner-container {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}
.team-member-single__banner-img {
    margin-bottom: 0.75rem;
    max-height: 100%;
}
@media (max-width: 991.98px) {
    .team-member-single__banner-img img {
        margin-left: auto;
        max-height: 300px;
        transform: scaleX(-1);
        width: auto;
    }
}
.team-member-single__banner-info {
    color: #fff;
    padding-bottom: 2rem;
    text-align: right;
}
.team-member-single__banner-info-name {
    margin: 0;
}
.team-member-single__banner-info-socials {
    align-items: center;
    column-gap: 1.125rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.75rem;
    transition: ease-in-out all 0.3s;
}
.team-member-single__banner-info-socials svg {
    fill: #4dc1ef;
}
.team-member-single__banner-info-socials svg:hover {
    fill: var(--color--blue-light-200);
}
.team-member-single__banner-info-socials a {
    text-decoration: none;
}
.team-member-single__content {
    margin: 2.5rem 0;
}
.team-member-single__content-container {
    flex-wrap: nowrap !important;
    justify-content: space-between;
}
.team-member-single__content-info-holder {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 2.25rem;
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.team-member-single__content-headline {
    margin-bottom: 1.5rem;
}
.team-member-single__content-headline p {
    font-size: 18px;
}
.team-member-single__content-bio p {
    font-size: 18px;
}
@media (max-width: 991.98px) {
    .team-member-single__content-sidebar {
        display: none;
    }
}
.team-member-single__content-sidebar-holder {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 2.25rem;
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.team-member-single__content-sidebar-posts ul {
    list-style-type: none;
    padding: 0;
}
.team-member-single__content-sidebar-posts ul li {
    line-height: 1;
    padding: 8px 0;
}
.team-member-single__content-sidebar-posts ul li:last-child {
    padding-bottom: 0;
}
.team-member-single__content-sidebar-posts ul li a {
    color: var(--color--blue-light-400);
    font-weight: 600;
    text-decoration: none;
}
.team-member-single__content-sidebar-posts ul li a:hover {
    color: var(--color--blue-dark-400);
}
.team-member-single__posts {
    margin-bottom: 7.5rem;
    margin-top: 5rem;
}
.team-member-single__posts-heading {
    margin-bottom: 2.25rem;
}
.team-member-single__posts-container {
    row-gap: 1.5rem;
}
.team-member-single__posts-pagination {
    margin-top: 2.5rem;
    text-align: center;
}
.team-member-single__posts-pagination a {
    background-color: var(--color--blue-light-400);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
}
.team-member-single__posts-pagination a:hover {
    background-color: var(--color--blue-light-200);
}

.page-navigation {
    display: none;
}
@media (min-width: 992px) {
    .page-navigation {
        display: block;
    }
}
.page-navigation__holder {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}
.page-navigation__inner {
    display: flex;
}
.page-navigation__label {
    margin-right: 1.875rem;
}
.page-navigation__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.page-navigation__menu-item {
    display: inline-block;
}
.page-navigation__menu-item:not(:last-child) {
    margin-right: 0.9375rem;
}
.page-navigation__menu-link {
    color: var(--color--gray-400);
    font-family: var(--font-family--heading);
    font-size: var(--font-size--heading-6);
    text-decoration: none;
}
.page-navigation__menu-link:hover, .page-navigation__menu-link:focus, .page-navigation__menu-link:active, .page-navigation__menu-link--active {
    border-color: var(--color--blue-400);
    border-width: 0 0 2px;
    color: var(--color--blue-400);
}

.post-type-archive-team-members .hero-banner__holder {
    padding-top: 15rem !important;
}

.post-archive {
    padding-top: 2.5rem;
}
.post-archive__filtering {
    column-gap: 0.75rem;
    display: flex;
    margin-bottom: 1.5rem;
}
.post-archive__filtering-category {
    max-width: 300px;
    width: 50%;
}
.post-archive__filtering-category-select {
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    color: var(--color--gray-500);
    height: auto;
    max-width: 300px;
    padding: 0.625rem 0.625rem;
    position: relative;
    width: 100%;
}
.post-archive__filtering-search {
    display: flex;
    max-width: 300px;
    width: 50%;
}
.post-archive__filtering-search-field {
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    color: var(--color--gray-500);
    height: auto;
    max-width: 300px;
    padding: 0.625rem 0.625rem;
    position: relative;
    width: 100%;
}
.post-archive__filtering-search-button {
    background: none;
    border: none;
    margin-left: -40px;
    position: relative;
    z-index: 1;
}
.post-archive__filtering-search-button img {
    width: 25px;
}
.post-archive #loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.post-archive__categories {
    width: 100%;
}
@media (min-width: 992px) {
    .post-archive__categories {
        min-width: 22.5rem;
        width: auto;
    }
}
.post-archive__categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.post-archive__categories-button {
    background-color: transparent;
    border: 2px solid var(--color--blue-dark-400);
    border-radius: var(--border-radius--2);
    color: var(--color--blue-dark-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
.post-archive__categories-button:hover, .post-archive__categories-button:focus, .post-archive__categories-button:active, .post-archive__categories-button.is-active {
    background-color: var(--color--blue-light-400);
    border-color: var(--color--blue-light-400);
    color: var(--color--white);
}
.post-archive__main {
    margin-top: 40px;
    row-gap: 3.125rem;
}
.post-archive__load {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}
.post-archive__pagination {
    margin: 3.125rem 0;
}
.post-archive__pagination-links {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    list-style-type: none;
}
@media (max-width: 991.98px) {
    .post-archive__pagination-links {
        gap: 0.75rem;
    }
}
.post-archive + .block {
    margin-top: 5rem;
}

.post-block {
    background-color: #fff;
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    height: 100%;
    position: relative;
}
.post-block__img {
    aspect-ratio: 5/2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}
.post-block__content {
    padding: 1.5rem;
}

.post-permalink {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.post-type-archive .hero-banner__holder {
    padding: 7.5rem 2.5rem 2.5rem;
    position: relative;
}
.post-type-archive .hero-banner__media {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.post-type-archive .hero-banner__media::after {
    background: var(--overlays--blue-60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-type-archive .hero-banner__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post-type-archive .hero-banner__content {
    color: var(--color--white);
    position: relative;
    z-index: 2;
}
.post-type-archive .hero-banner__heading {
    margin-bottom: 0;
}

.blog .press {
    margin-bottom: 3.125rem;
}

.banner-img__img {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    margin-bottom: 40px;
}

.post-navigation {
    display: none;
}
@media (min-width: 992px) {
    .post-navigation {
        display: block;
    }
}
.post-navigation__holder {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}

.post-single__navigation {
    background-color: var(--color--white);
    box-shadow: var(--box-shadow--primary);
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    text-transform: uppercase;
}
.post-single__categories {
    margin-bottom: 1.25rem;
}
.post-single__categories .post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.post-single__categories .post-categories li:not(:last-child)::after {
    color: inherit;
    content: "|";
    margin-left: 0.75rem;
}
.post-single__categories .post-categories a {
    color: var(--color--blue-400);
    text-decoration: none;
    text-transform: uppercase;
}
.post-single__categories .post-categories a:hover, .post-single__categories .post-categories a:focus, .post-single__categories .post-categories a:active {
    color: var(--color--blue-400);
    text-decoration: underline;
}
.post-single__author {
    font-weight: 700;
}
.post-single__media {
    margin-bottom: 0;
    margin-top: 1.25rem;
}
.post-single__img {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
}
.post-single__content {
    margin-top: 2.5rem;
}
.post-single__content-inner > * {
    margin-bottom: 1.25rem;
}
.post-single__content-inner blockquote,
.post-single__content-inner .wp-block-quote,
.post-single__content-inner blockquote.wp-block-quote {
    border-left: 4px solid var(--color--blue-400);
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 0.625rem;
}
.post-single__content-inner figure,
.post-single__content-inner figcaption {
    margin: 0;
}
.post-single__content-inner .wp-block-columns,
.post-single__content-inner .wp-block-gallery {
    gap: 1.5rem;
}
.post-single__content-inner .wp-block-gallery {
    display: flex;
}
.post-single__content-inner .wp-block-column.is-vertically-aligned-bottom,
.post-single__content-inner .wp-block-column.is-vertically-aligned-center,
.post-single__content-inner .wp-block-column.is-vertically-aligned-top {
    width: inherit;
}
.post-single__content-inner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin: 0;
}
.post-single__content-inner .wp-block-image > figure,
.post-single__content-inner figure.wp-block-image {
    border-radius: var(--border-radius--3);
    overflow: hidden;
    position: relative;
}
.post-single__content-inner .wp-block-image > figure figcaption,
.post-single__content-inner figure.wp-block-image figcaption {
    bottom: 0;
    color: var(--color--white);
    left: 0;
    padding: 0.625rem;
    position: absolute;
}
.post-single__content-inner .wp-block-image,
.post-single__content-inner .wp-block-image:not(.is-style-rounded) > a,
.post-single__content-inner .wp-block-image:not(.is-style-rounded) img,
.post-single__content-inner .wp-block-image.is-style-circle-mask img,
.post-single__content-inner .wp-block-image.is-style-rounded img,
.post-single__content-inner .wp-block-image img,
.post-single__content-inner img {
    border-radius: var(--border-radius--3);
}
.post-single__related {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.post-single__related-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .post-single__related-header {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
.post-single__related-heading {
    margin-bottom: 0;
}
.post-single__related-button {
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .post-single__related-button {
        margin-left: 1.25rem;
        margin-top: 0;
    }
}
.post-single__related-link {
    color: var(--color--white);
    display: block;
    height: 100%;
    padding: 12.5rem 0.75rem 0.75rem;
    position: relative;
    text-decoration: none;
}
.post-single__related-link:hover, .post-single__related-link:focus, .post-single__related-link:active {
    color: var(--color--white);
}
.post-single__related-media {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.post-single__related-media::after {
    background: var(--overlays--blue-60);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-single__related-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post-single__related-content {
    position: relative;
    z-index: 2;
}

.search-results__link {
    color: #444;
    text-decoration: none;
    transition: color ease 0.3s;
}
.search-results__link:hover {
    color: #fff;
}
.search-results__link:hover article {
    background-color: var(--color--blue-400);
}
.search-results article {
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    margin: 1.5rem 0;
    padding: 1.5rem;
    transition: background-color ease 0.3s;
}
.search-results__type {
    margin-bottom: 0;
    text-transform: uppercase;
}

.tournament-single__brackets-loader, .tournament-single__matches-loader {
    align-items: center;
    background-color: var(--color--gray-340);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-height: 20rem;
    min-height: calc(100% + 80px);
    overflow: hidden;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}
.tournament-single__brackets-loader--wrp, .tournament-single__matches-loader--wrp {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: -180px;
}
@media (min-width: 768px) {
    .tournament-single__brackets-loader, .tournament-single__matches-loader {
        min-height: calc(100% + 45px);
    }
}
@media (max-width: 767.98px) {
    .tournament-single__brackets-loader, .tournament-single__matches-loader {
        min-height: 100%;
        top: 4rem;
    }
}
.tournament-single__brackets-loader {
    height: 100%;
    min-height: 16rem;
}
.tournament-single__players-loader {
    align-items: center;
    background-color: var(--color--gray-340);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-height: 20rem;
    min-height: calc(100% + 80px);
    overflow: hidden;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}
.tournament-single__players-loader--wrp {
    align-items: center;
    display: flex;
    height: 20rem;
    justify-content: center;
    position: relative;
    top: -80px;
}
.tournament-single section {
    padding-top: 80px;
}
@media (max-width: 767.98px) {
    .tournament-single section {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}
@media (max-width: 575.98px) {
    .tournament-single section {
        padding-left: 0;
        padding-right: 0;
    }
}
.tournament-single section section {
    padding: 0;
}
.tournament-single .multi-card__holder {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 3rem !important;
}
@media (max-width: 767.98px) {
    .tournament-single .multi-card__holder {
        padding: 1.5rem !important;
    }
}
.tournament-single .multi-card__holder::before {
    background-color: transparent;
}
.tournament-single .multi-card__holder__heading {
    color: #fff !important;
}
.tournament-single__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.tournament-single__over-title {
    margin-bottom: 1.25rem;
}
.tournament-single__title {
    margin-bottom: 0;
}
.tournament-single__date, .tournament-single__location {
    margin-top: 0.625rem;
}
.tournament-single__label {
    margin-bottom: 0.3125rem;
}
.tournament-single__value {
    color: var(--color--blue-400);
}
.tournament-single__form {
    margin-top: 1.875rem;
}
.tournament-single__matches-holder {
    min-height: 22rem;
    padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches-holder {
        padding-bottom: 0;
    }
}
.tournament-single__matches-holder--nav {
    background-color: var(--color--white);
    left: 0;
    margin-top: -80px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive {
    display: none;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .matches-tournament-dropdown {
    display: flex;
    flex-direction: column;
    row-gap: 0.375rem;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .matches-tournament-dropdown {
        display: grid;
        grid-template-columns: auto;
        row-gap: 0.375rem;
        width: 100%;
    }
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .matches-tournament-dropdown .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: grid;
    font-size: 1rem;
    grid-gap: 0.5em;
    grid-template-columns: auto 1.25rem;
    height: 2.5rem;
    justify-content: space-between;
    max-height: 2.5rem;
    padding: 0.5rem 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
    }
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header .arrow-icon {
    height: 1rem;
    transition: transform 0.3s ease;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header {
        display: flex;
    }
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .matches-filter-controls-rounds {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: start;
    }
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .matches-filter-controls-rounds .filter-control .label {
        display: flex;
    }
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__mobresponsive {
        display: flex;
    }
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .nested-tabs-container__nav {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__matches-holder .m-tabs-container__content .m-tabs-container__sub-cat--header .matches-filter-controls-rounds {
        grid-template-columns: 1fr 1fr;
    }
}
.tournament-single__matches .matches-no-filter {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    place-content: center;
    position: relative;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-single__matches .matches-no-filter {
        top: 4rem;
    }
}
.tournament-single__matches .matches-no-filter .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 2rem 0;
}
.tournament-single__matches .matches-no-filter .notavailable div {
    position: relative;
}
.tournament-single__matches .matches-no-filter .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.tournament-single__matches .matches-no-filter .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.tournament-single__matches .matches-no-filter .notavailable__text {
    display: grid;
    grid-gap: 0.375rem;
    justify-items: center;
    padding: 1rem 0 0;
    place-items: center;
}
.tournament-single__matches .matches-no-filter .notavailable__text--head {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.tournament-single__matches .matches-no-filter .notavailable__text--sub {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
}
.tournament-single__matches .matcheslist-data-unavailable {
    display: grid;
    place-content: center;
    position: absolute;
    width: 100%;
}
.tournament-single__matches .matcheslist-data-unavailable--wrp {
    height: 16rem;
    position: inherit;
}
.tournament-single__matches .matcheslist-data-unavailable .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 3rem 0;
}
.tournament-single__matches .matcheslist-data-unavailable .notavailable div {
    position: relative;
}
.tournament-single__matches .matcheslist-data-unavailable .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.tournament-single__matches .matcheslist-data-unavailable .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.tournament-single__matches .matcheslist-data-unavailable .notavailable__text {
    font-size: 1rem;
    padding: 1rem 0 0;
}
.tournament-single__matches .m-tabs-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    min-height: 3.75rem;
    padding: 8px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 575.98px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 540px;
    }
}
@media (min-width: 576px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .tournament-single__matches .m-tabs-container {
        max-width: 1320px;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__matches .m-tabs-container {
        flex-direction: column;
        padding-left: calc(var(--bs-gutter-x) * 1);
        padding-right: calc(var(--bs-gutter-x) * 1);
    }
}
@media (max-width: 575.98px) {
    .tournament-single__matches .m-tabs-container {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}
.tournament-single__matches .m-tabs-container__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .m-tabs-container__content {
        min-height: 16rem;
    }
}
.tournament-single__matches .m-tabs-container__cat {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-single__matches .m-tabs-container__cat.amateur {
        position: relative;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__matches .m-tabs-container__cat.amateur {
        position: relative;
        top: 4rem;
    }
}
.tournament-single__matches .m-tabs-container__sub-cat--header {
    align-items: center;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: auto 1fr;
}
.tournament-single__matches .m-tabs-container__sub-cat--content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0;
}
.tournament-single__matches .matches-filter-controls-rounds {
    display: grid;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 8px 0;
    position: relative;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls-rounds {
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
    }
}
.tournament-single__matches .matches-filter-controls-rounds > .filter-control {
    display: grid;
    grid-template-columns: auto;
    max-width: 13rem;
    row-gap: 0.375rem;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls-rounds > .filter-control {
        max-width: unset;
    }
}
.tournament-single__matches .matches-filter-controls-rounds > .filter-control .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: none;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls-rounds {
        width: 100%;
    }
    .tournament-single__matches .matches-filter-controls-rounds .filter-control .label {
        display: flex;
    }
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: grid;
    font-size: 1rem;
    grid-gap: 0.5em;
    grid-template-columns: auto 1.25rem;
    height: 2.5rem;
    justify-content: space-between;
    max-height: 2.5rem;
    min-width: 12rem;
    padding: 0.5rem 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
        min-width: 11rem;
    }
}
@media (max-width: 575.98px) {
    .tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
        min-width: 7rem;
    }
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-header .arrow-icon {
    transition: transform 0.3s ease;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-header .arrow-icon img {
    height: 1.25rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    max-height: 15rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__matches .matches-filter-controls-rounds .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
.tournament-single__matches .matches-filter-controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 25rem;
    padding: 0;
    position: relative;
    width: 100%;
}
.tournament-single__matches .matches-filter-controls > .filter-control {
    display: grid;
    grid-template-columns: auto;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    max-width: 12rem;
    row-gap: 0.375rem;
    width: 100%;
}
.tournament-single__matches .matches-filter-controls > .filter-control:first-child {
    margin-left: 0;
}
.tournament-single__matches .matches-filter-controls > .filter-control:last-child {
    margin-right: 0;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls > .filter-control {
        max-width: unset;
    }
}
.tournament-single__matches .matches-filter-controls > .filter-control .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: none;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    .tournament-single__matches .matches-filter-controls {
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls {
        margin-top: 1rem;
        width: 100%;
    }
    .tournament-single__matches .matches-filter-controls .filter-control .label {
        display: flex;
    }
}
.tournament-single__matches .matches-filter-controls .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: grid;
    font-size: 1rem;
    grid-gap: 0.5em;
    grid-template-columns: auto 1.25rem;
    height: 2.5rem;
    justify-content: space-between;
    max-height: 2.5rem;
    padding: 0.5rem 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
    }
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-header .arrow-icon {
    transition: transform 0.3s ease;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-header .arrow-icon img {
    height: 1.25rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__matches .matches-filter-controls .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__matches .matches-filter-controls .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
.tournament-single__matches .tab-nav-item:hover {
    color: var(--color--blue-light-400);
}
.tournament-single__matches .tab-nav-item.active {
    background-color: var(--color--yellow-400);
    color: var(--color--blue-dark-200);
}
.tournament-single__matches .tab-nav-item {
    align-items: center;
    background-color: var(--color--gray-200);
    border-radius: 6px;
    color: var(--color--gray-400);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    max-width: 10rem;
    min-height: 2.25rem;
    padding: 0 0.75rem;
    text-wrap: nowrap;
    width: auto;
    width: max-content;
}
.tournament-single__matches .nested-tabs-container__nav {
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    column-gap: 1rem;
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(6, auto);
    list-style: none;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    text-decoration: none;
    width: max-content;
}
.tournament-single__matches .nested-tabs-container__nav input[type=radio] {
    display: none;
}
.tournament-single__matches .nested-tabs-container__nav input[type=radio] + label {
    cursor: pointer;
}
.tournament-single__matches .nested-tabs-container__nav input[type=radio]:checked + label {
    background-color: var(--color--blue-dark-200);
    border-radius: 6px;
    color: var(--color--white);
}
.tournament-single__matches .nested-tabs-container .tab-nav-item.active {
    background-color: var(--color--blue-dark-200);
    color: var(--color--white);
}
.tournament-single__matches .nested-tabs-container .tab-nav-item {
    background-color: var(--color--gray-200);
    color: var(--color--gray-400);
}
.tournament-single__matches .score-bar {
    align-items: center;
    background-color: var(--color--gray-250);
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    min-height: 3rem;
    padding: 8px 0;
    width: 100%;
}
.tournament-single__matches .score-bar .m-winner-ind {
    align-items: center;
    display: flex;
    height: 0.75rem;
    justify-content: flex-end;
    visibility: hidden;
    width: 0.5rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .score-bar .m-winner-ind {
        margin-left: 5px;
        position: relative;
        top: -1rem;
    }
}
.tournament-single__matches .score-bar .m-winner-ind--img {
    height: auto;
    max-height: 0.75rem;
    object-fit: contain;
    width: 0.5rem;
}
.tournament-single__matches .score-bar .scores {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: auto auto;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .score-bar .scores {
        grid-template-columns: auto;
        justify-items: end;
    }
}
.tournament-single__matches .score-bar .scores span {
    font-size: 0.875rem;
    font-weight: 300;
    min-width: 22px;
    padding: 4px 0;
    text-align: center;
}
.tournament-single__matches .score-bar .scores .score-set {
    background-color: var(--color--gray-450);
    border-radius: 4px;
    color: #fff;
    font-family: 0.875rem;
    font-weight: 700;
    padding: 4px 8px;
}
.tournament-single__matches .score-bar .scores .score-game {
    color: var(--color--gray-450);
}
.tournament-single__matches .score-bar .scores .score-game.lead {
    font-weight: 700;
}
.tournament-single__matches .score-bar .scores .score-game-container {
    align-items: center;
    display: flex;
    gap: 8px;
}
.tournament-single__matches .score-bar.winner {
    background: linear-gradient(90deg, rgba(77, 193, 239, 0) 5.4%, rgba(77, 193, 239, 0.05) 100%), var(--color--gray-300);
}
.tournament-single__matches .score-bar.winner .scores .score-set {
    background-color: var(--color--blue-light-400);
}
.tournament-single__matches .score-bar.winner .m-winner-ind {
    visibility: visible;
}
.tournament-single__matches .score-bar:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.tournament-single__matches .score-bar__left {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .score-bar__left {
        gap: 0.5rem;
        grid-template-columns: auto;
    }
}
.tournament-single__matches .score-bar__left.is-serving::before {
    align-self: center;
    color: #ffc107;
    font-size: 26px;
    left: 4px;
    line-height: 0.5;
    margin-right: 8px;
    position: absolute;
    white-space: pre;
}
.tournament-single__matches .score-bar__left.is-serving-p1::before {
    content: "•";
}
.tournament-single__matches .score-bar__left.is-serving-p2::before {
    content: "•\a•";
}
.tournament-single__matches .score-bar .player__imgs {
    display: flex;
    flex-direction: row;
}
.tournament-single__matches .score-bar .player__imgs--2, .tournament-single__matches .score-bar .player__imgs--1 {
    align-items: center;
    display: flex;
    min-width: 1.5rem;
    position: relative;
}
.tournament-single__matches .score-bar .player__imgs--2 img, .tournament-single__matches .score-bar .player__imgs--1 img {
    background-color: #ddd;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 1.5rem;
    max-height: 1.5rem;
    object-fit: cover;
    width: 1.5rem;
}
.tournament-single__matches .score-bar .player__imgs--2 .flag, .tournament-single__matches .score-bar .player__imgs--1 .flag {
    position: relative;
    z-index: 0;
}
.tournament-single__matches .score-bar .player__imgs--2 {
    min-width: 0.6rem;
}
.tournament-single__matches .score-bar .player__imgs--2 .flag {
    left: -0.625rem;
    position: absolute;
    z-index: 1;
}
.tournament-single__matches .score-bar .player-info {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: 12px;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .score-bar .player-info {
        margin-left: unset;
    }
}
.tournament-single__matches .score-bar .player-info .player-names {
    color: var(--color--gray-400);
    font-size: 0.875rem;
    font-weight: 700;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: normal;
}
@media (max-width: 575.98px) {
    .tournament-single__matches .score-bar .player-info .player-names {
        word-break: break-all;
    }
}
.tournament-single__matches .score-bar .player-info .player-ranking {
    align-items: center;
    background-color: var(--color--gray-350);
    border-radius: 8px/10px;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: row;
    font-size: 0.625rem;
    font-weight: 500;
    height: 1rem;
    justify-content: center;
    min-width: 1.813rem;
    padding: 2px 6px;
}
.tournament-single__matches .score-bar__right {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-left: auto;
}
.tournament-single__matches .matches-layout {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
    .tournament-single__matches .matches-layout {
        grid-template-columns: 1fr;
    }
}
.tournament-single__matches .matches-layout__card {
    background-color: var(--color--white);
    border-radius: 8px;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    flex-grow: 0;
    padding: 1rem;
    position: relative;
    row-gap: 0.5rem;
}
.tournament-single__matches .matches-layout__card--header {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.tournament-single__matches .matches-layout__card--header .m-status-wrp {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    position: relative;
}
.tournament-single__matches .matches-layout__card--header .m-status-wrp .status-additional {
    align-items: center;
    background-color: var(--color--gray-350);
    border-radius: 8px/10px;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
    font-weight: 500;
    height: 1.5rem;
    justify-content: center;
    margin: 0;
    margin-left: 0.5rem;
    min-width: 1.813rem;
    padding: 2px 6px;
}
@media (max-width: 767.98px) {
    .tournament-single__matches .matches-layout__card--header .m-status-wrp .status-additional {
        font-size: 0.625rem;
        height: 1.25rem;
    }
}
.tournament-single__matches .matches-layout__card--header .m-status {
    align-self: flex-start;
    border-radius: 6px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.5rem;
}
.tournament-single__matches .matches-layout__card--header .m-status.live {
    background-color: #e51a1a;
}
.tournament-single__matches .matches-layout__card--header .m-status.scheduled {
    background-color: #747474;
}
.tournament-single__matches .matches-layout__card--header .m-status.cancelled {
    background-color: #747474;
}
.tournament-single__matches .matches-layout__card--header .m-status.results {
    background-color: #4dc1ef;
}
.tournament-single__matches .matches-layout__card--header .m-title-category {
    align-self: center;
    font-size: 0.875rem;
    font-weight: 300;
    margin-left: auto;
    white-space: pre-wrap;
}
.tournament-single__matches .matches-layout__card--score {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.tournament-single__matches .matches-layout__card--footer .meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.tournament-single__matches .matches-layout__card--footer .meta__schedule {
    align-items: center;
    display: flex;
}
.tournament-single__matches .matches-layout__card--footer .meta__location {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.tournament-single__matches .matches-layout__card--footer .meta .m-clock--img,
.tournament-single__matches .matches-layout__card--footer .meta .m-location--img {
    height: auto;
    max-height: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}
.tournament-single__matches .matches-layout__card--footer .meta .m-clock--text,
.tournament-single__matches .matches-layout__card--footer .meta .m-location--text {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
    padding-left: 0.25rem;
}
.tournament-single__hero {
    padding-top: 0 !important;
}
.tournament-single__hero-thumbnail-img {
    border-radius: var(--border-radius--3);
}
.tournament-single__hero-holder {
    padding: 0.9375rem 0.9375rem;
    position: relative;
}
@media (min-width: 992px) {
    .tournament-single__hero-holder {
        padding: 1.25rem 1.875rem;
    }
}
.tournament-single__hero-holder .buttons {
    display: inline;
}
.tournament-single__hero-holder .buttons .button {
    margin-bottom: 0.75rem;
    margin-right: 0.75rem;
}
.tournament-single__hero-banner {
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.tournament-single__hero:not(.tournament-single__hero--has-video) .tournament-single__hero-banner::after {
    background: linear-gradient(0deg, #0c2b44, rgba(255, 255, 255, 0) 75%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tournament-single__hero--has-video .tournament-single__hero-banner::after {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: var(--border-radius--3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tournament-single__hero-img {
    border-radius: var(--border-radius--3);
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.tournament-single__hero-content {
    color: var(--color--white);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .tournament-single__hero-content {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
}
.tournament-single__hero--has-video .tournament-single__hero-content {
    color: var(--color--gray-500);
}
.tournament-single__hero-media {
    margin-bottom: 1.25rem;
    max-width: 300px;
}
@media (min-width: 992px) {
    .tournament-single__hero-media {
        flex: 0 0 30%;
        margin-bottom: 0;
        max-width: 500px;
        order: 1;
    }
}
.tournament-single__hero--has-video .tournament-single__hero-media {
    border-radius: var(--border-radius--3);
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.tournament-single__hero--has-video .tournament-single__hero-media::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (min-width: 992px) {
    .tournament-single__hero--has-video .tournament-single__hero-media {
        flex: 0 0 50%;
    }
}
.tournament-single__hero--has-video .tournament-single__hero-media iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-single__hero-media-img {
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}
@media (min-width: 992px) {
    .tournament-single__hero-inner {
        margin-right: 3.75rem;
    }
}
.tournament-single__hero-badge {
    color: var(--color--red);
    margin-bottom: 0.625rem;
    width: auto;
}
.tournament-single__hero-date {
    background-color: var(--color--blue-dark-400);
    display: inline-block;
    line-height: 0.9;
    margin-bottom: 0.3125rem;
    padding: 12px;
}
.tournament-single__hero-heading {
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .tournament-single__hero-heading {
        font-size: 28px;
    }
}
.tournament-single__hero-text {
    margin-bottom: 0;
    margin-top: 0.3125rem;
}
.tournament-single__hero-buttons {
    margin-top: 0.625rem;
}
.tournament-single__hero-buttons .button--secondary {
    border-color: var(--color--white);
    color: var(--color--white);
}
.tournament-single__hero-buttons .button--secondary:hover, .tournament-single__hero-buttons .button--secondary:focus, .tournament-single__hero-buttons .button--secondary:active {
    border-color: var(--color--blue-dark-400);
}
.tournament-single__hero--has-video .tournament-single__hero-buttons .button--secondary {
    border-color: var(--color--gray-500);
    color: var(--color--gray-500);
}
.tournament-single__hero--has-video .tournament-single__hero-buttons .button--secondary:hover, .tournament-single__hero--has-video .tournament-single__hero-buttons .button--secondary:focus, .tournament-single__hero--has-video .tournament-single__hero-buttons .button--secondary:active {
    border-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.tournament-single__hero-buttons .button--tertiary {
    color: var(--color--white);
}
.tournament-single__hero-buttons .button--tertiary:hover, .tournament-single__hero-buttons .button--tertiary:focus, .tournament-single__hero-buttons .button--tertiary:active {
    border-color: var(--color--white);
    color: var(--color--white);
}
.tournament-single__hero--has-video .tournament-single__hero-buttons .button--tertiary {
    color: var(--color--gray-500);
}
.tournament-single__hero--has-video .tournament-single__hero-buttons .button--tertiary:hover, .tournament-single__hero--has-video .tournament-single__hero-buttons .button--tertiary:focus, .tournament-single__hero--has-video .tournament-single__hero-buttons .button--tertiary:active {
    color: var(--color--white);
}
.tournament-single__hero-outer-button {
    margin-top: 0.625rem;
    text-align: right;
}
@media (max-width: 991.98px) {
    .tournament-single__hero-outer-button {
        text-align: center;
    }
}
.tournament-single__tabs {
    align-items: center;
    background-color: var(--color--blue-dark-400);
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
}
.tournament-single__tabs-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 1320px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding: 1rem 0.75rem;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
}
.tournament-single__tabs-wrapper .tournament-single__tabs-tab {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
}
.tournament-single__tabs-wrapper .tournament-single__tabs-tab:first-child {
    margin-left: 0;
}
.tournament-single__tabs-wrapper .tournament-single__tabs-tab:last-child {
    margin-right: 0;
}
@media (max-width: 575.98px) {
    .tournament-single__tabs-wrapper {
        max-width: 540px;
        padding: 1rem 2rem;
        width: calc(100% - 4rem);
        z-index: 9;
    }
}
@media (min-width: 576px) {
    .tournament-single__tabs-wrapper {
        margin: 0.75rem;
        max-width: 540px;
        padding: 1rem 2rem;
        width: calc(100% - 4rem);
        z-index: 9;
    }
}
@media (min-width: 768px) {
    .tournament-single__tabs-wrapper {
        justify-content: flex-start;
        margin: 0.75rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .tournament-single__tabs-wrapper {
        max-width: 960px;
        padding: 1rem 1rem;
    }
}
@media (min-width: 1200px) {
    .tournament-single__tabs-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .tournament-single__tabs-wrapper {
        max-width: 1320px;
        padding: 1rem 1rem;
    }
}
.tournament-single__tabs-tab {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.tournament-single__tabs-tab:hover {
    color: var(--color--blue-light-400);
}
.tournament-single__tabs-tab::after {
    background-color: transparent;
    content: "";
    display: block;
    height: 2px;
    margin-top: 0.25rem;
    width: 100%;
}
.tournament-single__tabs-tab.active {
    color: var(--color--yellow-400);
}
.tournament-single__tabs-tab.active::after {
    background-color: var(--color--yellow-400);
}
.tournament-single__tabs-icons {
    display: none;
    justify-content: space-between;
    left: 0;
    padding: 0 12px;
    position: absolute;
    top: 1rem;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__tabs-icons {
        display: flex;
    }
}
.tournament-single__scores-header {
    margin-bottom: 1.25rem;
}
.tournament-single__scores-heading {
    margin-bottom: 0;
}
.tournament-single__scores-types {
    background-color: var(--color--gray-300);
    border: 1px solid var(--color--gray-400);
    border-radius: 62.4375rem;
    box-shadow: var(--box-shadow--primary);
    display: inline-flex;
    display: none;
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 0.25rem;
    position: relative;
}
.tournament-single__scores-types::before {
    background-color: var(--color--blue-dark-400);
    border-radius: 62.4375rem;
    content: "";
    height: calc(100% - 0.5rem);
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: calc(33.333% - 0.5rem);
}
.tournament-single__scores-types.is-active-1::before {
    left: calc(0% + 0.3125rem);
}
.tournament-single__scores-types.is-active-2::before {
    left: calc(33.333% + 0.3125rem);
}
.tournament-single__scores-types.is-active-3::before {
    left: calc(66.666% + 0.3125rem);
}
.tournament-single__scores-type {
    background-color: transparent;
    border: 0;
    border-radius: 62.4375rem;
    color: var(--color--gray-400);
    min-width: 9.375rem;
    padding: 0.625rem 1.5rem;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.tournament-single__scores-types.is-active-1 .tournament-single__scores-type:nth-child(1) {
    color: var(--color--white);
}
.tournament-single__scores-types.is-active-2 .tournament-single__scores-type:nth-child(2) {
    color: var(--color--white);
}
.tournament-single__scores-types.is-active-3 .tournament-single__scores-type:nth-child(3) {
    color: var(--color--white);
}
.tournament-single__scores-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
@media (max-width: 767.98px) {
    .tournament-single__scores-buttons {
        gap: 0.5rem;
    }
}
.tournament-single__scores-button {
    background-color: var(--color--gray-300);
    border: 0;
    border-radius: var(--border-radius--2);
    color: var(--color--gray-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
    .tournament-single__scores-button {
        font-size: 14px;
        padding: 0.625rem;
    }
}
.tournament-single__scores-button.has-live-matches {
    background-color: var(--color--yellow-300);
}
.tournament-single__scores-button:hover, .tournament-single__scores-button:focus, .tournament-single__scores-button:active, .tournament-single__scores-button.is-active {
    background-color: var(--color--blue-400);
    color: var(--color--white);
}
.tournament-single__scores-events {
    margin-top: 1.25rem;
}
.tournament-single__scores-rounds {
    border-bottom: 1px solid var(--color--gray-400);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__scores-rounds {
        gap: 0.5rem;
    }
}
.tournament-single__scores-round {
    background-color: transparent;
    border: 0;
    color: var(--color--gray-400);
    display: inline-block;
}
.tournament-single__scores-round.is-active {
    border-bottom: 1px solid var(--color--blue-400);
    color: var(--color--blue-400);
}
.tournament-single__scores-matches {
    margin-top: 1.25rem;
}
.tournament-single__scores-grid {
    display: grid;
    grid-gap: 1.25rem;
}
@media (min-width: 576px) {
    .tournament-single__scores-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .tournament-single__scores-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1400px) {
    .tournament-single__scores-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.tournament-single__scores-match-header {
    align-items: center;
    background-color: var(--color--gray-300);
    display: flex;
    justify-content: space-between;
    padding: 0.125rem;
}
.tournament-single__scores-match-header--active {
    background-color: var(--color--yellow-300);
}
.tournament-single__scores-match-main {
    margin-top: 0.25rem;
}
.tournament-single__scores-match-round {
    margin-left: 0.625rem;
}
.tournament-single__scores-match-team {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.tournament-single__scores-match-team:not(:last-child) {
    margin-bottom: 0.5rem;
}
.tournament-single__scores-match-team-athletes {
    flex-basis: 50%;
}
.tournament-single__scores-match-team-scores {
    display: flex;
    flex-basis: 50%;
    gap: 0.25rem;
    justify-content: flex-end;
    margin-left: 0.625rem;
}
.tournament-single__scores-match-team-score {
    background-color: var(--color--gray-300);
    max-width: 1.5rem;
    padding: 0.125rem 0.25rem;
    text-align: center;
    width: 1.5rem;
}
.tournament-single__scores-caption {
    color: var(--color--gray-400);
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
}
.tournament-single__scores-indication, .tournament-single__scores-refresh {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.tournament-single__scores-indication-figure {
    background-color: var(--color--yellow-300);
    height: 20px;
    width: 20px;
}
.tournament-single__scores-refresh-button {
    background-color: transparent;
    border: 0;
    color: inherit;
    display: inline-flex;
    padding: 0;
}
.tournament-single__scores-footer {
    text-align: center;
}
.tournament-single__brackets-holder {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 3.125rem;
    position: relative;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets-holder {
        padding: 1.25rem;
    }
}
.tournament-single__brackets-header {
    margin-bottom: 1.25rem;
}
.tournament-single__brackets-heading {
    color: var(--color--white);
}
.tournament-single__brackets-types {
    background-color: var(--color--gray-300);
    border: 1px solid var(--color--gray-400);
    border-radius: 62.4375rem;
    box-shadow: var(--box-shadow--primary);
    display: inline-flex;
    display: none;
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 0.25rem;
    position: relative;
}
.tournament-single__brackets-types::before {
    background-color: var(--color--blue-dark-400);
    border-radius: 62.4375rem;
    content: "";
    height: calc(100% - 0.5rem);
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: calc(33.333% - 0.5rem);
}
.tournament-single__brackets-types.is-active-1::before {
    left: calc(0% + 0.3125rem);
}
.tournament-single__brackets-types.is-active-2::before {
    left: calc(33.333% + 0.3125rem);
}
.tournament-single__brackets-types.is-active-3::before {
    left: calc(66.666% + 0.3125rem);
}
.tournament-single__brackets-type {
    background-color: transparent;
    border: 0;
    border-radius: 62.4375rem;
    color: var(--color--gray-400);
    min-width: 9.375rem;
    padding: 0.625rem 1.5rem;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.tournament-single__brackets-types.is-active-1 .tournament-single__brackets-type:nth-child(1) {
    color: var(--color--white);
}
.tournament-single__brackets-types.is-active-2 .tournament-single__brackets-type:nth-child(2) {
    color: var(--color--white);
}
.tournament-single__brackets-types.is-active-3 .tournament-single__brackets-type:nth-child(3) {
    color: var(--color--white);
}
.tournament-single__brackets-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets-buttons {
        gap: 0.5rem;
    }
}
.tournament-single__brackets-button {
    background-color: var(--color--gray-300);
    border: 0;
    border-radius: var(--border-radius--2);
    color: var(--color--gray-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets-button {
        font-size: 14px;
        padding: 0.625rem;
    }
}
.tournament-single__brackets-button.has-live-matches {
    background-color: var(--color--yellow-300);
}
.tournament-single__brackets-button:hover, .tournament-single__brackets-button:focus, .tournament-single__brackets-button:active, .tournament-single__brackets-button.is-active {
    background-color: var(--color--blue-400);
    color: var(--color--white);
}
.tournament-single__brackets-trees {
    height: 50vh;
    margin-top: 1.25rem;
    overflow: auto;
    resize: vertical;
}
@media (max-width: 991.98px) {
    .tournament-single__brackets-trees {
        height: 60vh;
    }
}
.tournament-single__brackets-trees .simplebar-track.simplebar-horizontal {
    margin-left: 0.625rem;
    margin-right: 0.9375rem;
}
.tournament-single__brackets-trees .simplebar-track.simplebar-vertical {
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
}
.tournament-single__brackets-tab {
    background-color: var(--color--gray-300);
    min-width: 1000px;
}
.tournament-single__brackets-rounds, .tournament-single__brackets-tree {
    display: flex;
    gap: 0.875rem;
    padding: 0.9375rem 1.875rem;
}
.tournament-single__brackets-rounds {
    background-color: var(--color--gray-300);
    position: sticky;
    top: 0;
    z-index: 10;
}
.tournament-single__brackets-label {
    background-color: var(--color--gray-400);
    color: var(--color--white);
    flex: 1;
    margin-bottom: 0;
    padding: 0.375rem 1.25rem;
    text-transform: none;
}
.tournament-single__brackets-round {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.tournament-single__brackets-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.375rem;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding-left: 0;
}
.tournament-single__brackets-item {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative;
    width: 100%;
}
.tournament-single__brackets-item::after {
    border-right: 1px solid var(--color--gray-500);
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: -0.5rem;
    width: 0.5rem;
}
.tournament-single__brackets-item:nth-child(odd)::after {
    border-top: 1px solid var(--color--gray-500);
    top: 50%;
}
.tournament-single__brackets-item:nth-child(even)::after {
    border-bottom: 1px solid var(--color--gray-500);
    bottom: 50%;
}
.tournament-single__brackets-round:first-child .tournament-single__brackets-item {
    padding-left: 0;
}
.tournament-single__brackets-round:last-child .tournament-single__brackets-item {
    padding-right: 0;
}
.tournament-single__brackets-round:last-child .tournament-single__brackets-item::after {
    content: none;
}
.tournament-single__brackets-match {
    background-color: var(--color--white);
    border: 1px solid var(--color--gray-500);
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    overflow: hidden;
    padding-top: 0.3125rem;
    width: 100%;
}
.tournament-single__brackets-match::before, .tournament-single__brackets-match::after {
    border-left: 1px solid var(--color--gray-500);
    content: "";
    display: block;
    height: 15%;
    left: -0.4375rem;
    position: absolute;
    width: 0.4375rem;
    z-index: 1;
}
.tournament-single__brackets-match::before {
    border-bottom: 1px solid var(--color--gray-500);
    bottom: 50%;
}
.tournament-single__brackets-match::after {
    border-top: 1px solid var(--color--gray-500);
    top: 50%;
    transform: translateY(-1px);
}
.tournament-single__brackets-round:first-child .tournament-single__brackets-match::before, .tournament-single__brackets-round:first-child .tournament-single__brackets-match::after {
    content: none;
}
.tournament-single__brackets-court, .tournament-single__brackets-team {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}
.tournament-single__brackets-court {
    color: var(--color--blue-600);
    margin-bottom: 0.3125rem;
}
.tournament-single__brackets-team {
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
}
.tournament-single__brackets-team--winner {
    background-color: var(--color--blue-dark-400);
    color: var(--color--white);
}
.tournament-single__brackets-divider {
    border-color: var(--color--gray-500);
    margin: 0;
    opacity: 1;
}
.tournament-single__brackets-empty {
    color: var(--color--white);
}
.tournament-single__brackets-caption {
    color: var(--color--white);
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
}
.tournament-single__brackets-indication, .tournament-single__brackets-refresh {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.tournament-single__brackets-indication-figure {
    background-color: var(--color--yellow-300);
    height: 20px;
    width: 20px;
}
.tournament-single__brackets-refresh-button {
    background-color: transparent;
    border: 0;
    color: inherit;
    display: inline-flex;
    padding: 0;
}
.tournament-single__brackets-footer {
    text-align: center;
}
.tournament-single__brackets-iframe {
    height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets-iframe {
        height: 600px;
    }
}
.tournament-single__brackets-iframe iframe {
    border: none;
    height: 100%;
    transform: scale(1);
    transform-origin: 0 0;
    width: 100%;
}
.tournament-single__brackets-button-group {
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    row-gap: 12px;
}
.tournament-single__brackets-button-group .tab-button {
    background-color: var(--color--gray-300);
    border: 0;
    border-radius: var(--border-radius--2);
    color: var(--color--gray-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
.tournament-single__brackets-button-group .tab-button.active {
    background-color: var(--color--blue-light-400);
    color: #fff;
}
.tournament-single__brackets-details {
    color: #fff;
    margin-bottom: 24px;
}
.tournament-single__brackets-mobile-content {
    margin: 4px;
    position: relative;
}
.tournament-single__brackets-mobile-image {
    border-radius: var(--border-radius--3);
}
.tournament-single__brackets-mobile-text {
    bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.tournament-single__brackets .brackets-filter-controls {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: flex-end;
    max-width: 25rem;
    padding: 0;
    position: relative;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tournament-single__brackets .brackets-filter-controls {
        margin-top: 1rem;
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
    }
}
.tournament-single__brackets .brackets-filter-controls > .filter-control {
    display: flex;
    flex-direction: column;
    max-width: 12rem;
    row-gap: 0.375rem;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets .brackets-filter-controls > .filter-control {
        max-width: unset;
    }
}
.tournament-single__brackets .brackets-filter-controls > .filter-control .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: none;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets .brackets-filter-controls {
        width: 100%;
    }
    .tournament-single__brackets .brackets-filter-controls .filter-control .label {
        display: flex;
    }
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
    }
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-header .arrow-icon {
    height: 1rem;
    transition: transform 0.3s ease;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__brackets .brackets-filter-controls .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
.tournament-single__pb-brackets-container {
    justify-content: center;
}
.tournament-single__pb-brackets-header {
    margin-bottom: 2.5rem;
}
.tournament-single__pb-brackets-header .typo-body {
    font-size: 18px;
    font-weight: 600;
}
.tournament-single__pb-brackets-division-container {
    border-radius: var(--border-radius--3);
    position: relative;
}
.tournament-single__pb-brackets-division-name {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0.75rem;
    position: absolute;
    z-index: 3;
}
.tournament-single__pb-brackets-division-image {
    aspect-ratio: 1/1;
    border-radius: var(--border-radius--3);
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767.98px) {
    .tournament-single__pb-brackets-division-image {
        aspect-ratio: 16/9;
    }
}
.tournament-single__pb-brackets-link {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.749), rgba(255, 255, 255, 0) 50%);
    border-radius: var(--border-radius--3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: ease-out all 0.2s;
    width: 100%;
    z-index: 2;
}
.tournament-single__pb-brackets-link:hover {
    background: linear-gradient(0deg, rgba(77, 193, 239, 0.749), rgba(255, 255, 255, 0) 50%);
}
.tournament-single .how-to-watch__heading {
    color: var(--color--blue-dark-400);
    margin-bottom: 2.5rem;
}
.tournament-single .how-to-watch__schedule-day {
    margin-bottom: 2.5rem;
}
.tournament-single .how-to-watch__schedule-day-title {
    background-color: var(--color--blue-400);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--color--white);
    padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.tournament-single .how-to-watch__schedule-day-title h3 {
    line-height: 1;
    margin-bottom: 0;
}
.tournament-single .how-to-watch__schedule-day-info {
    background-color: var(--color--blue-dark-400);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    column-gap: 20px;
    padding: 2.5rem;
    row-gap: 20px;
}
.tournament-single .how-to-watch__schedule-court {
    width: calc(50% - 20px);
}
@media (max-width: 991.98px) {
    .tournament-single .how-to-watch__schedule-court {
        width: 100%;
    }
}
.tournament-single .how-to-watch__schedule-court-title {
    color: var(--color--yellow-400);
    margin-bottom: 1.25rem;
}
.tournament-single .how-to-watch__schedule-court-wrapper {
    background-color: var(--color--white);
    border-radius: var(--border-radius--3);
    padding: 1.25rem;
}
.tournament-single .how-to-watch__schedule-event {
    border-bottom: 1px solid var(--color--gray-400);
    padding: 20px 0;
}
.tournament-single .how-to-watch__schedule-event-title {
    font-size: 20px;
    font-weight: 600;
}
.tournament-single .how-to-watch__schedule-event:last-child {
    border-bottom: none;
}
.tournament-single .how-to-watch__schedule-platforms {
    column-gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    row-gap: 12px;
}
.tournament-single .how-to-watch__schedule-platforms img {
    height: 24px;
    max-width: 100%;
    width: auto;
}
.tournament-single__oop {
    background: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    margin-top: 2.5rem;
    padding: 2.5rem;
    padding-top: 0;
}
.tournament-single__oop-wrapper {
    justify-content: center;
}
@media (max-width: 991.98px) {
    .tournament-single__oop-column {
        padding: 0.75rem;
    }
}
.tournament-single__oop-column-img {
    border-radius: var(--border-radius--3);
}
.tournament-single__oop-column-heading {
    color: #fff;
    text-align: center;
}
.tournament-single__oop-column-button {
    text-align: center;
}
.tournament-single__oop-column-wrapper {
    padding: 24px 0;
}
.tournament-single__upa-wrapper {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 2.5rem;
}
.tournament-single__upa .image-split-content__media .image-split-content__img {
    margin: 0 auto;
    max-width: 400px;
}
@media (max-width: 991.98px) {
    .tournament-single__upa .image-split-content__media {
        display: none;
    }
}
.tournament-single__upa .image-split-content__content .image-split-content__media .image-split-content__img {
    margin-left: 0;
    margin-right: auto;
    max-width: 200px;
}
.tournament-single__upa .image-split-content__over-heading {
    color: #fff;
}
.tournament-single__upa .image-split-content__heading {
    color: #fff;
}
.tournament-single__upa .image-split-content__text {
    color: #fff;
}
.tournament-single__winners-circle-heading {
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .tournament-single__winners-circle-grid {
        display: grid;
        grid-gap: 1.25rem;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .tournament-single__winners-circle-group--doubles {
        grid-column: 1/3;
    }
}
.tournament-single__winners-circle-group:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 5px;
}
@media (min-width: 992px) {
    .tournament-single__winners-circle-group:not(:last-child) {
        margin-bottom: 0;
    }
}
.tournament-single__winners-circle-division {
    margin-bottom: 1.25rem;
}
.tournament-single__winners-circle-division-slider {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    right: 50%;
    width: 100vw;
}
@media (min-width: 992px) {
    .tournament-single__winners-circle-division-slider {
        display: grid;
        grid-gap: 1.25rem;
        grid-template-columns: repeat(3, 1fr);
        left: initial;
        margin-left: initial;
        margin-right: initial;
        padding-bottom: 5px;
        padding-left: initial;
        padding-right: initial;
        position: initial;
        right: initial;
        width: initial;
    }
}
@media (min-width: 992px) {
    .tournament-single__winners-circle-division-slider-wrapper {
        display: contents;
    }
}
.tournament-single__winners-circle-athletes {
    --athletes--border-color: var(--color--gray-500);
    border: 2px solid var(--athletes--border-color);
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    display: flex;
    height: auto;
    overflow: hidden;
}
.tournament-single__winners-circle-athletes:nth-child(1) {
    --athletes--border-color: #dfbd08;
}
.tournament-single__winners-circle-athletes:nth-child(2) {
    --athletes--border-color: #909090;
}
.tournament-single__winners-circle-athletes:nth-child(3) {
    --athletes--border-color: #ce8b09;
}
.tournament-single__winners-circle-athlete {
    flex: 1 1 50%;
}
.tournament-single__winners-circle-athlete-media {
    border-bottom: 2px solid var(--athletes--border-color);
    margin-bottom: 0;
    position: relative;
}
.tournament-single__winners-circle-athlete-img {
    aspect-ratio: 1/1;
    margin: 0 auto;
    object-fit: cover;
    padding: 0.625rem 0.625rem 0;
}
.tournament-single__winners-circle-athlete-country {
    max-width: 3.125rem;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    z-index: -1;
}
.tournament-single__winners-circle-athlete-name {
    padding: 0.5rem 1rem;
}
.tournament-single__winners-circle-athlete-first-name {
    margin-bottom: 0.3125rem;
}
.tournament-single__winners-circle-athlete-last-name {
    margin-bottom: 0;
}
.tournament-single__player-grid-pro.singles {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
}
@media (max-width: 991.98px) {
    .tournament-single__player-grid-pro.singles {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575.98px) {
    .tournament-single__player-grid-pro.singles {
        grid-template-columns: 1fr;
    }
}
.tournament-single__player-grid-pro.singles .player__imgs--1 {
    min-width: unset;
}
.tournament-single__player-grid-pro.doubles {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
}
@media (max-width: 991.98px) {
    .tournament-single__player-grid-pro.doubles {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__player-grid-pro.doubles {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .tournament-single__player-grid-pro.doubles {
        grid-template-columns: 1fr;
    }
}
.tournament-single__player-grid-pro .player-data {
    align-items: center;
    background-color: var(--color--white);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0.75rem;
    width: 100%;
}
.tournament-single__player-grid-pro .player__imgs {
    display: flex;
    flex-direction: row;
}
.tournament-single__player-grid-pro .player__imgs--2, .tournament-single__player-grid-pro .player__imgs--1 {
    align-items: center;
    display: flex;
    min-width: 2.25rem;
    position: relative;
}
.tournament-single__player-grid-pro .player__imgs--2 img, .tournament-single__player-grid-pro .player__imgs--1 img {
    background-color: #ddd;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 1.5rem;
    max-height: 1.5rem;
    object-fit: cover;
    width: 1.5rem;
}
.tournament-single__player-grid-pro .player__imgs--2 .flag--1, .tournament-single__player-grid-pro .player__imgs--1 .flag--1 {
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.tournament-single__player-grid-pro .player__imgs--2 .flag--2, .tournament-single__player-grid-pro .player__imgs--1 .flag--2 {
    left: 0.875rem;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.tournament-single__player-grid-pro .player-info {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: 12px;
}
.tournament-single__player-grid-pro .player-info .player-names {
    color: var(--color--gray-400);
    font-size: 0.875rem;
    font-weight: 700;
}
.tournament-single__player-grid-pro .player-info .player-ranking {
    align-items: center;
    background-color: var(--color--gray-350);
    border-radius: 8px/10px;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: row;
    font-size: 0.625rem;
    font-weight: 500;
    height: 1rem;
    justify-content: center;
    min-width: 1.813rem;
    padding: 2px 6px;
}
.tournament-single__player-grid-pro .playerlist-data-unavailable {
    position: absolute;
    top: 4.25rem;
}
@media (max-width: 991.98px) {
    .tournament-single__player-grid-pro .playerlist-data-unavailable {
        top: 12rem;
    }
}
.tournament-single__player-grid-pro .pro-player__single-ath {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.tournament-single__playerlist-heading {
    margin-bottom: 2.5rem;
}
.tournament-single__playerlist .playerlist-data-unavailable {
    display: grid;
    place-content: center;
    width: 100%;
}
.tournament-single__playerlist .playerlist-data-unavailable .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 3rem 0;
}
.tournament-single__playerlist .playerlist-data-unavailable .notavailable div {
    position: relative;
}
.tournament-single__playerlist .playerlist-data-unavailable .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.tournament-single__playerlist .playerlist-data-unavailable .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.tournament-single__playerlist .playerlist-data-unavailable .notavailable__text {
    font-size: 1rem;
    padding: 1rem 0 0;
}
.tournament-single__playerlist .players-no-filter {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    place-content: center;
}
.tournament-single__playerlist .players-no-filter .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 2rem 0;
}
.tournament-single__playerlist .players-no-filter .notavailable div {
    position: relative;
}
.tournament-single__playerlist .players-no-filter .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.tournament-single__playerlist .players-no-filter .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.tournament-single__playerlist .players-no-filter .notavailable__text {
    display: grid;
    grid-gap: 0.375rem;
    justify-items: center;
    padding: 1rem 0 0;
    place-items: center;
}
.tournament-single__playerlist .players-no-filter .notavailable__text--head {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.tournament-single__playerlist .players-no-filter .notavailable__text--sub {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
}
@media (min-width: 992px) {
    .tournament-single__playerlist-grid {
        display: grid;
        grid-gap: 1.25rem;
        grid-template-columns: 1fr;
        margin: -8px;
    }
}
@media (min-width: 992px) {
    .tournament-single__playerlist-group--doubles {
        grid-column: 1/3;
    }
}
.tournament-single__playerlist-group:not(:last-child) {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .tournament-single__playerlist-group:not(:last-child) {
        margin-bottom: 0;
    }
}
.tournament-single__playerlist-division {
    margin-bottom: 1.25rem;
}
.tournament-single__playerlist-division-slider {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    right: 50%;
    width: 100vw;
}
@media (min-width: 992px) {
    .tournament-single__playerlist-division-slider {
        display: grid;
        gap: 2rem;
        grid-gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
        left: initial;
        margin-left: initial;
        margin-right: initial;
        padding: 8px;
        position: initial;
        right: initial;
        width: initial;
    }
    .tournament-single__playerlist-division-slider.singles, .tournament-single__playerlist-division-slider.s {
        grid-template-columns: repeat(4, 1fr);
    }
    .tournament-single__playerlist-division-slider.singles .tournament-single__playerlist .score-bar .player-info, .tournament-single__playerlist-division-slider.s .tournament-single__playerlist .score-bar .player-info {
        margin-left: 0;
    }
    .tournament-single__playerlist-division-slider.singles .tournament-single__playerlist .score-bar .player__imgs--1, .tournament-single__playerlist-division-slider.s .tournament-single__playerlist .score-bar .player__imgs--1 {
        min-width: unset;
    }
    .tournament-single__playerlist-division-slider.doubles, .tournament-single__playerlist-division-slider.d {
        grid-template-columns: repeat(3, 1fr);
    }
    .tournament-single__playerlist-group--singles .tournament-single__playerlist-division-slider {
        grid-template-columns: repeat(5, 1fr);
    }
    .tournament-single__playerlist-group--doubles .tournament-single__playerlist-division-slider {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1200px) {
    .tournament-single__playerlist-group--singles .tournament-single__playerlist-division-slider {
        grid-template-columns: repeat(6, 1fr);
    }
}
.tournament-single__playerlist-division-slider-wrapper {
    display: grid;
    gap: 1rem;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}
.tournament-single__playerlist-group--singles .tournament-single__playerlist-division-slider-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.tournament-single__playerlist-group--doubles .tournament-single__playerlist-division-slider-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
    .tournament-single__playerlist-division-slider-wrapper {
        display: contents;
    }
}
.tournament-single__playerlist-athletes {
    --athletes--border-color: var(--color--gray-500);
    border-radius: 1rem;
    display: flex;
    height: auto;
    overflow: hidden;
}
.amateur .tournament-single__playerlist-athletes {
    border-radius: 8px;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-athletes {
        width: 100% !important;
    }
}
.tournament-single__playerlist-athletes:nth-child(1) {
    --athletes--border-color: #dfbd08;
}
.tournament-single__playerlist-athletes:nth-child(2) {
    --athletes--border-color: #909090;
}
.tournament-single__playerlist-athletes:nth-child(3) {
    --athletes--border-color: #ce8b09;
}
.tournament-single__playerlist-athletes::before {
    background: var(--color--white);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -2;
}
.tournament-single__playerlist-athletes > .tournament-single__playerlist-athlete:first-child .tournament-single__playerlist-athlete-country {
    left: 0.625rem;
}
.tournament-single__playerlist-athletes > .tournament-single__playerlist-athlete:nth-child(2) .tournament-single__playerlist-athlete-country {
    left: unset;
    right: 0.625rem;
}
.tournament-single__playerlist-athletes .player-rank {
    align-items: center;
    background-color: #dedede;
    border-radius: 10px/10px;
    color: #747474;
    display: flex;
    flex-direction: row;
    font-size: 0.75rem;
    font-weight: 500;
    justify-content: center;
    left: unset;
    padding: 4px 12px;
    position: absolute;
    right: 0.5rem;
    top: 0.875rem;
    transform: unset;
}
.tournament-single__playerlist-athletes > .tournament-single__playerlist-athlete:nth-child(2) + .player-rank {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
.tournament-single__playerlist-athlete {
    flex: 1 1 50%;
    overflow: hidden;
}
.tournament-single__playerlist-athlete-media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
    position: relative;
}
.tournament-single__playerlist-athlete-img {
    aspect-ratio: 1/1;
    margin: 0 auto;
    max-height: 13rem;
    object-fit: contain;
    padding: 0.625rem 0.625rem 0;
    padding: 0;
}
.tournament-single__playerlist-athlete-country {
    border-radius: 0.5rem;
    left: 0.625rem;
    max-height: 2.5rem;
    max-width: 2.5rem;
    object-fit: contain;
    position: absolute;
    top: 0.625rem;
    width: 2.5rem;
    z-index: 1;
}
.tournament-single__playerlist-athlete-name {
    padding: 0.5rem 1rem;
}
.tournament-single__playerlist-athlete-first-name {
    margin-bottom: 0.3125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tournament-single__playerlist-athlete-last-name {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tournament-single__playerlist .score-bar {
    align-items: center;
    background-color: var(--color--white);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: flex-start;
    min-height: 1.5rem;
    padding: 0;
    width: 100%;
}
.tournament-single__playerlist .score-bar .m-winner-ind {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    width: 0.75rem;
}
.tournament-single__playerlist .score-bar .m-winner-ind--img {
    height: auto;
    max-height: 0.75rem;
    object-fit: contain;
    width: 0.5rem;
}
.tournament-single__playerlist .score-bar .scores {
    align-items: center;
    display: flex;
    gap: 8px;
}
.tournament-single__playerlist .score-bar .scores span {
    font-size: 0.875rem;
    font-weight: 300;
    min-width: 22px;
    padding: 4px 0;
    text-align: center;
}
.tournament-single__playerlist .score-bar .scores .score-set {
    background-color: var(--color--gray-450);
    border-radius: 4px;
    color: #fff;
    font-family: 0.875rem;
    font-weight: 700;
    padding: 4px 8px;
}
.tournament-single__playerlist .score-bar .scores .score-game {
    color: var(--color--gray-450);
}
.tournament-single__playerlist .score-bar .scores .score-game.lead {
    font-weight: 700;
}
.tournament-single__playerlist .score-bar.winner {
    background: linear-gradient(0deg, #f1f1f1, #f1f1f1), linear-gradient(90deg, rgba(77, 193, 239, 0) 5.4%, rgba(77, 193, 239, 0.05) 100%);
}
.tournament-single__playerlist .score-bar.winner .scores .score-set {
    background-color: var(--color--blue-light-400);
}
.tournament-single__playerlist .score-bar.winner .m-winner-ind {
    visibility: visible;
}
.tournament-single__playerlist .score-bar:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.tournament-single__playerlist .score-bar__left {
    align-items: center;
    display: flex;
    margin: 0;
}
.tournament-single__playerlist .score-bar .player__imgs {
    display: flex;
    flex-direction: row;
}
.tournament-single__playerlist .score-bar .player__imgs--2, .tournament-single__playerlist .score-bar .player__imgs--1 {
    align-items: center;
    display: flex;
    min-width: 2.75rem;
    position: relative;
}
.tournament-single__playerlist .score-bar .player__imgs--2 img, .tournament-single__playerlist .score-bar .player__imgs--1 img {
    background-color: #ddd;
    border: 1px solid #fff;
    border-radius: 50%;
    height: auto;
    max-height: 1.5rem;
    object-fit: contain;
    width: 1.5rem;
}
.tournament-single__playerlist .score-bar .player__imgs--2 .flag, .tournament-single__playerlist .score-bar .player__imgs--1 .flag {
    position: relative;
    z-index: 0;
}
.tournament-single__playerlist .score-bar .player__imgs--2 .avatar, .tournament-single__playerlist .score-bar .player__imgs--1 .avatar {
    left: 1rem;
    position: absolute;
    z-index: 1;
}
.tournament-single__playerlist .score-bar .player-info {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: 12px;
}
.tournament-single__playerlist .score-bar .player-info .player-names {
    color: var(--color--gray-400);
    font-size: 0.875rem;
    font-weight: 700;
}
.tournament-single__playerlist .score-bar .player-info .player-ranking {
    align-items: center;
    background-color: var(--color--gray-350);
    border-radius: 8px/10px;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: row;
    font-size: 0.625rem;
    font-weight: 500;
    height: 1rem;
    justify-content: center;
    min-width: 1.813rem;
    padding: 2px 6px;
}
.tournament-single__playerlist .score-bar__right {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-left: auto;
}
.tournament-single__playerlist .amateur-grid__singles, .tournament-single__playerlist .amateur-grid__doubles {
    display: grid;
    grid-gap: 1.25rem;
    margin: 0;
}
.tournament-single__playerlist .amateur-grid__singles--player-card, .tournament-single__playerlist .amateur-grid__doubles--player-card {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.tournament-single__playerlist .amateur-grid__singles .player-data, .tournament-single__playerlist .amateur-grid__doubles .player-data {
    align-items: center;
    background-color: var(--color--white);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0.75rem;
    width: 100%;
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs, .tournament-single__playerlist .amateur-grid__doubles .player__imgs {
    display: flex;
    flex-direction: row;
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs--2, .tournament-single__playerlist .amateur-grid__singles .player__imgs--1, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--2, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--1 {
    align-items: center;
    display: flex;
    min-width: 2.75rem;
    position: relative;
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs--2 img, .tournament-single__playerlist .amateur-grid__singles .player__imgs--1 img, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--2 img, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--1 img {
    background-color: #ddd;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 1.5rem;
    max-height: 1.5rem;
    object-fit: cover;
    width: 1.5rem;
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs--2 .flag--1, .tournament-single__playerlist .amateur-grid__singles .player__imgs--1 .flag--1, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--2 .flag--1, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--1 .flag--1 {
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs--2 .flag--2, .tournament-single__playerlist .amateur-grid__singles .player__imgs--1 .flag--2, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--2 .flag--2, .tournament-single__playerlist .amateur-grid__doubles .player__imgs--1 .flag--2 {
    left: 1rem;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.tournament-single__playerlist .amateur-grid__singles .player-info, .tournament-single__playerlist .amateur-grid__doubles .player-info {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: 12px;
}
.tournament-single__playerlist .amateur-grid__singles .player-info .player-names, .tournament-single__playerlist .amateur-grid__doubles .player-info .player-names {
    color: var(--color--gray-400);
    font-size: 0.875rem;
    font-weight: 700;
}
.tournament-single__playerlist .amateur-grid__singles .player-info .player-ranking, .tournament-single__playerlist .amateur-grid__doubles .player-info .player-ranking {
    align-items: center;
    background-color: var(--color--gray-350);
    border-radius: 8px/10px;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: row;
    font-size: 0.625rem;
    font-weight: 500;
    height: 1rem;
    justify-content: center;
    min-width: 1.813rem;
    padding: 2px 6px;
}
.tournament-single__playerlist .amateur-grid__singles .playerlist-data-unavailable, .tournament-single__playerlist .amateur-grid__doubles .playerlist-data-unavailable {
    position: absolute;
    top: 4.25rem;
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist .amateur-grid__singles .playerlist-data-unavailable, .tournament-single__playerlist .amateur-grid__doubles .playerlist-data-unavailable {
        top: 12rem;
    }
}
.tournament-single__playerlist .amateur-grid__singles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist .amateur-grid__singles {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575.98px) {
    .tournament-single__playerlist .amateur-grid__singles {
        grid-template-columns: 1fr;
    }
}
.tournament-single__playerlist .amateur-grid__singles .player__imgs--1 {
    min-width: unset;
}
.tournament-single__playerlist .amateur-grid__doubles {
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist .amateur-grid__doubles {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist .amateur-grid__doubles {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .tournament-single__playerlist .amateur-grid__doubles {
        grid-template-columns: 1fr;
    }
}
.tournament-single__playerlist-holder {
    min-height: 20rem;
}
.tournament-single__playerlist-holder--nav {
    background-color: var(--color--white);
    left: 0;
    margin-top: -80px;
    position: absolute;
    width: 100%;
}
.tournament-single__playerlist-holder .nested-tabs-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tournament-single__playerlist-holder .nested-tabs-container__header {
    align-items: center;
    column-gap: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 1rem;
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist-holder .nested-tabs-container__header {
        flex-direction: column-reverse;
        width: 100%;
    }
}
.tournament-single__playerlist-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive {
    display: none;
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist-holder .nested-tabs-container__header--type {
        width: 100%;
    }
    .tournament-single__playerlist-holder .nested-tabs-container__header--type .nested-tabs-container__nav {
        display: none;
    }
    .tournament-single__playerlist-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive {
        display: flex;
    }
}
@media (max-width: 991.98px) {
    .tournament-single__playerlist-holder .nested-tabs-container__header--cat {
        width: 100%;
    }
}
.tournament-single__playerlist-holder .nested-tabs-container__content {
    min-height: 20rem;
    padding: 2rem 0;
    width: 100%;
}
.tournament-single__playerlist-holder .nested-tabs-container__nav {
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    column-gap: 1rem;
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(5, auto);
    list-style: none;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    text-decoration: none;
    width: max-content;
}
.tournament-single__playerlist-holder .nested-tabs-container__nav input[type=radio] {
    display: none;
}
.tournament-single__playerlist-holder .nested-tabs-container__nav input[type=radio] + label {
    cursor: pointer;
}
.tournament-single__playerlist-holder .nested-tabs-container__nav input[type=radio]:checked + label {
    background-color: var(--color--blue-dark-200);
    border-radius: 6px;
    color: var(--color--white);
}
.tournament-single__playerlist-holder .nested-tabs-container .tab-nav-item.active {
    background-color: var(--color--blue-dark-200);
    color: var(--color--white);
}
.tournament-single__playerlist-holder .nested-tabs-container .tab-nav-item {
    align-items: center;
    background-color: var(--color--gray-200);
    border-radius: 6px;
    color: var(--color--gray-400);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    min-height: 2.25rem;
    min-width: 7.9375rem;
    padding: 0 1rem;
    text-wrap: nowrap;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .players-tournament-dropdown {
    display: flex;
    flex-direction: column;
    row-gap: 0.375rem;
    width: 100%;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .players-tournament-dropdown .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
    }
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header .arrow-icon {
    transition: transform 0.3s ease;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header .arrow-icon img {
    height: 1.25rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__playerlist-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
.tournament-single__playerlist-holder .players-filter-controls {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: flex-end;
    max-width: 25rem;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: -80px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-holder .players-filter-controls {
        max-width: 100%;
        position: relative;
        right: unset;
        top: unset;
    }
}
.tournament-single__playerlist-holder .players-filter-controls > .filter-control {
    display: flex;
    flex-direction: column;
    max-width: 12rem;
    row-gap: 0.375rem;
    width: 100%;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-holder .players-filter-controls > .filter-control {
        max-width: unset;
    }
}
.tournament-single__playerlist-holder .players-filter-controls > .filter-control .label {
    align-items: center;
    border-radius: 6px;
    color: var(--color--gray-550);
    display: none;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-holder .players-filter-controls {
        width: 100%;
    }
    .tournament-single__playerlist-holder .players-filter-controls .filter-control .label {
        display: flex;
    }
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 0.75rem;
}
@media (max-width: 767.98px) {
    .tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-header {
        font-size: 0.875rem;
    }
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-header .arrow-icon {
    height: 1rem;
    transition: transform 0.3s ease;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown.active .dropdown-list {
    display: block;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list {
    background-color: #fff;
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 16px var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    padding: 12px 15px;
    transition: background-color 0.2s ease;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.tournament-single__playerlist-holder .players-filter-controls .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
.tournament-single__playerlist-holder .p-tabs-container__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tournament-single__playerlist-holder .p-tabs-container__cat {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.tournament-single .p-tabs-container__cat.amateur .tournament-single__playerlist-grid {
    grid-template-columns: 1fr;
}
.tournament-single .p-tabs-container__cat.amateur .tournament-single__playerlist-athlete {
    background-color: var(--color--white);
    border-radius: 8px;
    flex: 1 1 50%;
    padding: 0.75rem;
}
.tournament-single .p-tabs-container__cat.amateur .tournament-single__playerlist .score-bar {
    background-color: var(--color--white);
}
.tournament-single .pa-tabs-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
    min-height: 3.75rem;
    padding: 8px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 575.98px) {
    .tournament-single .pa-tabs-container {
        max-width: 540px;
    }
}
@media (min-width: 576px) {
    .tournament-single .pa-tabs-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .tournament-single .pa-tabs-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .tournament-single .pa-tabs-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .tournament-single .pa-tabs-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .tournament-single .pa-tabs-container {
        max-width: 1320px;
    }
}
@media (max-width: 767.98px) {
    .tournament-single .pa-tabs-container {
        flex-direction: column;
        gap: 0.75rem;
        padding-left: calc(var(--bs-gutter-x) * 1);
        padding-right: calc(var(--bs-gutter-x) * 1);
    }
}
@media (max-width: 575.98px) {
    .tournament-single .pa-tabs-container {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}
@media (max-width: 767.98px) {
    .tournament-single #order-of-play .multi-card__holder {
        padding: 1.25rem;
    }
}
.tournament-single #order-of-play .multi-card .mb-5 {
    margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
    .tournament-single #order-of-play .multi-card .mb-5 {
        padding-bottom: 1.25rem;
    }
}
.tournament-single #order-of-play .multi-card__card-button {
    display: none;
}
.tournament-single #order-of-play .multi-card__card-heading {
    color: #fff;
}
@media (max-width: 991.98px) {
    .tournament-single #order-of-play .multi-card__card-media {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
}
.tournament-single #faq .faq__holder {
    background: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
}
.tournament-single #faq .faq__holder::before {
    display: none;
}
@media (max-width: 991.98px) {
    .tournament-single #faq .faq__holder {
        padding: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    .tournament-single #faq .faq__holder {
        padding: 1rem;
    }
}
.tournament-single #faq .faq__heading {
    color: #fff;
}
.tournament-single #faq .faq__tabs {
    margin: 0 auto;
    max-width: 1000px;
}
.tournament-single #faq .faq__tabs-buttons {
    column-gap: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    row-gap: 0.75rem;
}
.tournament-single #faq .faq__tab-button {
    background-color: var(--color--gray-300);
    border: 0;
    border-radius: var(--border-radius--2);
    color: var(--color--gray-400);
    font-weight: 700;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease-in-out;
}
.tournament-single #faq .faq__tab-button.active {
    background-color: var(--color--blue-400);
    color: var(--color--white);
}
@media (max-width: 991.98px) {
    .tournament-single #faq .faq__item {
        padding: 0.75rem;
    }
}
@media (max-width: 991.98px) {
    .tournament-single #faq .faq__item-button-text {
        font-size: 16px;
        text-align: left;
    }
}
.tournament-single #court-map .image {
    background: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--primary);
    padding: 3.125rem;
}
@media (max-width: 767.98px) {
    .tournament-single #court-map .image {
        padding: 1.25rem;
    }
}
.tournament-single #court-map .image__img {
    box-shadow: none;
}
.tournament-single__venue-info {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    padding: 2.5rem;
}
.tournament-single__venue-image img {
    aspect-ratio: 4/3;
    border-radius: var(--border-radius--3);
    object-fit: cover;
    object-position: center;
}
.tournament-single__venue-details {
    color: #fff;
    padding: 2.25rem;
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
@media (max-width: 767.98px) {
    .tournament-single__venue-details {
        padding: 1rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
.tournament-single__venue-buttons {
    margin-top: 1rem;
}
.tournament-single__venue-buttons a {
    margin-right: 0.75rem;
}
.tournament-single__venue-parking {
    margin: 0 auto;
    margin-top: 2.5rem;
    max-width: 1000px;
}
.tournament-single__venue-parking-intro {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 800px;
    text-align: center;
}
.tournament-single__venue-parking-tab {
    margin-bottom: 1.5rem;
}
.tournament-single__venue-parking-tab-title {
    align-items: center;
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3);
    color: var(--color--white);
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    transition: all 0.2s ease-out;
}
.tournament-single__venue-parking-tab-title.active {
    background-color: var(--color--blue-dark-400);
    border-radius: var(--border-radius--3) var(--border-radius--3) 0 0;
}
.tournament-single__venue-parking-tab-title.active h4 {
    color: var(--color--yellow-400);
}
.tournament-single__venue-parking-tab-title.active svg {
    transform: scaleY(-1);
}
.tournament-single__venue-parking-tab-title h4 {
    margin-bottom: 0;
}
.tournament-single__venue-parking-tab-title svg {
    transition: all 0.2s ease-out;
}
.tournament-single__venue-parking-tab-content {
    background-color: #f1f1f1;
    border-radius: 0 0 var(--border-radius--3) var(--border-radius--3);
    display: none;
    margin: 0 auto !important;
    max-width: 1000px;
    overflow: hidden;
    padding: 2.25rem;
    transition: max-height 0.2s ease-out;
}
.tournament-single__venue-parking-tab-content .button {
    margin-top: 0.75rem;
}
.tournament-single__venue-site-map {
    margin-top: 80px;
}
.tournament-single__venue-site-map-intro {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 800px;
    text-align: center;
}
.tournament-single__venue-site-map-image {
    margin: 0 auto;
    max-width: 800px;
}
.tournament-single__venue-site-map-image img {
    border-radius: var(--border-radius--3);
}
.tournament-single__venue-site-map .ppa-modal__content {
    background-color: transparent;
    border: none;
    padding: 0;
}
.tournament-single__venue-site-map .ppa-modal__content img {
    height: 100%;
    max-width: 100%;
    width: auto;
}
@media (max-width: 991.98px) {
    .tournament-single__venue-site-map .ppa-modal__content img {
        height: auto;
        margin: 0 auto;
        width: 90%;
    }
}
@media (max-width: 991.98px) {
    .tournament-single__venue-site-map .ppa-modal__content {
        margin-top: 200px;
    }
    .tournament-single__venue-site-map .ppa-modal__content .close {
        font-size: 46px;
        right: 12px;
        top: 125px;
    }
}
.tournament-single__tabs-categories {
    background-color: var(--color--blue-dark-200);
    border: 1px solid var(--color--gray-600);
    border-color: var(--color--gray-600);
    border-radius: 8px;
    display: flex;
    max-height: 2.5rem;
    padding: 1px;
    width: 15rem;
}
@media (max-width: 767.98px) {
    .tournament-single__tabs-categories {
        width: 100%;
    }
}
.tournament-single__tabs-categories input[type=radio] {
    display: none;
}
.tournament-single__tabs-categories label {
    align-items: center;
    align-self: center;
    background-color: var(--color--blue-dark-200);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    justify-self: center;
    max-height: 2.25rem;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 50%;
}
.tournament-single__tabs-categories input[type=radio]:checked + label {
    background-color: var(--color--yellow-400);
    border-radius: 6px;
    color: var(--color--blue-dark-200);
    max-height: 2.25rem;
    width: 50%;
}
.tournament-single__tabs-categories label:hover {
    color: var(--color--blue-light-400);
}
.tournament-single__tabs-sub-categories {
    background-color: var(--color--blue-dark-200);
    border: 1px solid var(--color--gray-600);
    border-color: var(--color--gray-600);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 1rem 0;
    max-height: 2.5rem;
    padding: 1px;
    width: 18.5rem;
}
.tournament-single__tabs-sub-categories.li--3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.tournament-single__tabs-sub-categories.li--2 {
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 767.98px) {
    .tournament-single__tabs-sub-categories {
        width: 100%;
    }
}
.tournament-single__tabs-sub-categories input[type=radio] {
    display: none;
}
.tournament-single__tabs-sub-categories input[type=radio]:checked + label {
    background-color: var(--color--yellow-400);
    border-radius: 6px;
    color: var(--color--blue-dark-200);
    max-height: 2.25rem;
    width: 100%;
}
.tournament-single__tabs-sub-categories label {
    align-items: center;
    align-self: center;
    background-color: var(--color--blue-dark-200);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    justify-self: center;
    max-height: 2.25rem;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}
.tournament-single__tabs-sub-categories label:hover {
    color: var(--color--blue-light-400);
}
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.tabs-menu__block {
    align-items: center;
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 0.75rem;
    width: 100%;
}
@media (max-width: 991.98px) {
    .tabs-menu__block {
        flex-direction: column;
        row-gap: 0.5rem;
    }
}
.tabs-menu__block .tournament-single__tabs-wrapper {
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    #tournament-hero-fullwidth {
        margin-top: 80px;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-holder {
    display: flex;
    height: 600px;
    max-height: 80vh;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-holder {
        height: auto;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.25) 67%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-overlay {
        background: rgba(0, 0, 0, 0.4);
    }
}
#tournament-hero-fullwidth .tournament-single__hero-content {
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-content {
        flex-wrap: wrap;
        padding: 2.5rem;
    }
}
@media (max-width: 767.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-content {
        padding: 1.5rem;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-media {
    align-items: center;
    column-gap: 0.75rem;
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
    order: 1;
    padding: 0.75rem;
}
#tournament-hero-fullwidth .tournament-single__hero-media img {
    flex-basis: auto;
    width: 200px;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-media img {
        width: 150px;
    }
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-media {
        margin-bottom: 0;
        padding: 0;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-badge {
    max-width: 100px;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-badge {
        position: absolute;
        right: 0;
        top: 0;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-banner {
    border-radius: 0;
}
#tournament-hero-fullwidth .tournament-single__hero-banner::after {
    background: none;
}
#tournament-hero-fullwidth .tournament-single__hero-img {
    border-radius: 0;
}
#tournament-hero-fullwidth .tournament-single__hero-inner {
    margin-right: 0;
    order: 2;
    padding: 0.75rem;
}
@media (max-width: 991.98px) {
    #tournament-hero-fullwidth .tournament-single__hero-inner {
        padding: 0.75rem 0;
    }
}
#tournament-hero-fullwidth .tournament-single__hero-outer-button {
    text-align: left;
}
#tournament-hero-fullwidth .tournament-single__hero-outer-button a {
    color: #fff;
}

#register .multi-card {
    margin-top: 5rem;
}

#tickets .tickets {
    margin-top: 5rem;
}

.tournament-sticky-bar {
    bottom: 0;
    position: sticky;
    z-index: 100;
}
.tournament-sticky-bar__holder {
    background-color: var(--color--white);
    border-top-left-radius: var(--border-radius--3);
    border-top-right-radius: var(--border-radius--3);
    box-shadow: var(--box-shadow--secondary);
    display: flex;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}
.tournament-sticky-bar__heading {
    margin-bottom: 0;
}
.tournament-sticky-bar__heading-label {
    color: var(--color--red);
}
.tournament-sticky-bar__details {
    align-items: center;
    display: flex;
    margin-top: 0.3125rem;
}
.tournament-sticky-bar__date {
    align-items: center;
    display: flex;
}
.tournament-sticky-bar__date::before {
    content: url(../media/svg/icon-notes.svg);
    display: inline-block;
    margin-right: 0.3125rem;
}
.tournament-sticky-bar__location {
    align-items: center;
    display: flex;
    margin-left: 0.75rem;
}
.tournament-sticky-bar__location::before {
    content: url(../media/svg/icon-location.svg);
    display: inline-block;
    margin-right: 0.3125rem;
}
@media (max-width: 991.98px) {
    .tournament-sticky-bar {
        display: none;
    }
}

#events .image-split-content {
    padding-bottom: 5rem;
}
#events .multi-card {
    padding-bottom: 5rem;
}
#events .faq__holder {
    padding-bottom: 5rem;
    padding-top: 0;
}
#events .faq__holder::before {
    display: none;
}

.bracket-component__brackets-button-group {
    align-items: center;
    background: var(--color--white);
    border-bottom: 1px solid var(--color--gray-345);
    border-radius: 1rem 1rem 0 0;
    display: flex;
    gap: 0.625rem;
    justify-content: flex-start;
    padding: 1.5rem 2.5rem;
}
.bracket-component__brackets-frame {
    margin-bottom: 2.5rem;
    width: 100%;
}
.bracket-component__brackets-holder {
    background-color: var(--color--gray-340);
    border-radius: var(--border-radius--3);
    min-height: 20rem;
}
.bracket-component__brackets-holder .arrow-icon {
    transition: transform 0.3s ease;
}
.bracket-component__brackets-holder .arrow-icon img {
    height: 1.25rem;
    max-height: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
    object-fit: contain;
    width: 1.25rem;
}
.bracket-component__brackets-holder .bracket-layout {
    position: relative;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable {
    display: grid;
    place-content: center;
    position: absolute;
    width: 100%;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable--wrp {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    height: 16rem;
    justify-items: center;
    place-content: center;
    position: inherit;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 3rem 0;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable .notavailable div {
    position: relative;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.bracket-component__brackets-holder .matcheslist-data-unavailable .notavailable__text {
    font-size: 1rem;
    padding: 1rem 0 0;
}
.bracket-component__brackets-holder .brackets-no-filter {
    background-color: var(--color--white);
    border-radius: 1rem;
    padding: 2rem;
    place-content: center;
    position: relative;
    width: 100%;
}
@media (max-width: 991.98px) {
    .bracket-component__brackets-holder .brackets-no-filter {
        max-height: 16rem;
        padding: 1rem;
        top: 5rem;
    }
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable {
    align-items: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    margin: 2rem 0;
    position: relative;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable div {
    position: relative;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable .img-ball {
    animation: rotateClockwise 4s linear infinite;
    left: calc(50% + 4px);
    position: absolute;
    top: calc(50% - 2px);
    transform-origin: center center;
    width: 52px;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable__img {
    height: auto;
    margin: 1rem;
    max-height: 6rem;
    max-width: 80vw;
    width: 6rem;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable__text {
    display: grid;
    grid-gap: 0.375rem;
    justify-items: center;
    padding: 1rem 0 0;
    place-items: center;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable__text--head {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.bracket-component__brackets-holder .brackets-no-filter .notavailable__text--sub {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0;
}
.bracket-component__brackets-holder--nav {
    background-color: var(--color--white);
    left: 0;
    margin-top: -5rem;
    position: absolute;
    width: 100%;
}
@media (max-width: 991.98px) {
    .bracket-component__brackets-holder .amateur-sec .nested-tabs-container__header--cat {
        margin-top: 4.5rem;
    }
}
.bracket-component__brackets-holder .nested-tabs-container {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__header {
    align-items: center;
    background: var(--color--gray-340);
    column-gap: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.5rem;
    row-gap: 1rem;
    width: 100%;
}
@media (max-width: 991.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__header {
        padding-top: 1rem;
    }
}
@media (max-width: 1199.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__header {
        align-items: flex-end;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__header {
        flex-direction: column-reverse;
    }
}
.bracket-component__brackets-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive {
    display: none;
}
.bracket-component__brackets-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive .rounds-dropdown {
    display: none;
}
@media (max-width: 767.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__header--type {
        width: 100%;
    }
    .bracket-component__brackets-holder .nested-tabs-container__header--type .nested-tabs-container__nav {
        display: none;
    }
    .bracket-component__brackets-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive {
        display: flex;
    }
    .bracket-component__brackets-holder .nested-tabs-container__header--type .nested-tabs-container__mobresponsive .rounds-dropdown {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__header--cat {
        display: inline-flex;
        justify-content: flex-end;
        position: relative;
        width: 100%;
    }
}
.bracket-component__brackets-holder .nested-tabs-container__content {
    min-height: 20rem;
    padding: 2rem 0;
    position: relative;
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__nav {
    background-color: transparent;
    border: 0;
    border-radius: 0.375rem;
    column-gap: 1rem;
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(5, auto);
    list-style: none;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    text-decoration: none;
    width: max-content;
}
.bracket-component__brackets-holder .nested-tabs-container__nav input[type=radio] {
    display: none;
}
.bracket-component__brackets-holder .nested-tabs-container__nav input[type=radio] + label {
    cursor: pointer;
}
.bracket-component__brackets-holder .nested-tabs-container__nav input[type=radio]:checked + label {
    background-color: var(--color--blue-dark-200);
    border-radius: 0.375rem;
    color: var(--color--white);
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive {
    display: none;
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .players-tournament-dropdown {
    column-gap: 0.75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .players-tournament-dropdown .dropdown-component {
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .players-tournament-dropdown .dropdown-component .label {
    color: var(--color--gray-500);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.375rem;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown {
    background-color: var(--color--white);
    border: 1px solid var(--color--gray-400);
    border-radius: 0.5rem;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 0.75rem;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-header .arrow-icon {
    height: 1rem;
    transition: transform 0.3s ease;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-header .arrow-icon {
    transform: rotate(180deg);
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown.active .dropdown-list {
    display: block;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list {
    background-color: var(--color--white);
    border: 1px solid var(--color--gray-400);
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
    border-top: none;
    box-shadow: 0 0.5rem 1rem var(--color--gray-200);
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    z-index: 100;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    transition: background-color 0.2s ease;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li .tick-icon--img {
    display: none;
    flex-shrink: 0;
    height: 1rem;
    margin-left: 0.625rem;
    width: 1rem;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li:hover {
    background-color: var(--color--gray-200);
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected {
    background-color: var(--color--white);
    font-weight: 600;
}
.bracket-component__brackets-holder .nested-tabs-container__mobresponsive .custom-dropdown .dropdown-list li.selected .tick-icon--img {
    display: inline-block;
}
@media (max-width: 767.98px) {
    .bracket-component__brackets-holder .nested-tabs-container__nav {
        display: none;
    }
    .bracket-component__brackets-holder .nested-tabs-container__mobresponsive {
        display: block;
        padding: 1rem 0;
        position: relative;
    }
    .bracket-component__brackets-holder .nested-tabs-container__mobresponsive.grp {
        display: none;
    }
    .amateur-sec .bracket-component__brackets-holder .nested-tabs-container__mobresponsive {
        margin-top: 3rem;
    }
}
.bracket-component__brackets-holder .nested-tabs-container .tab-nav-item.active {
    background-color: var(--color--blue-dark-200);
    color: var(--color--white);
}
.bracket-component__brackets-holder .nested-tabs-container .tab-nav-item {
    align-items: center;
    background-color: var(--color--gray-200);
    border-radius: 0.375rem;
    color: var(--color--gray-400);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    min-height: 2.25rem;
    min-width: 7.9375rem;
    padding: 0 1rem;
    text-wrap: nowrap;
    width: 6rem;
}
.bracket-component__brackets-holder .p-tabs-container__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bracket-component__brackets-holder .p-tabs-container__cat {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.bracket-component__container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0;
    width: 13.188rem;
}
@media (min-width: 768px) {
    .bracket-component__container {
        min-height: 11rem;
    }
    .bracket-component__table.expanded .bracket-component__container {
        min-height: 11rem;
    }
}
@media (max-width: 767.98px) {
    .bracket-component__container {
        min-height: 11rem;
        min-width: unset;
        width: calc(100vw - 3rem);
    }
    .bracket-component__table.expanded .bracket-component__container {
        min-height: unset;
    }
}
.bracket-component__container.is-bye-match {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
.bracket-component__container.is-bye-match.m1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bracket-component__container.is-bye-match.m2 {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
@media (max-width: 991.98px) {
    .expanded .bracket-component__container.is-bye-match {
        position: relative;
        top: unset;
        transform: unset;
    }
    .expanded .bracket-component__container.is-bye-match.m1 {
        position: relative;
        top: unset;
        transform: unset;
    }
    .expanded .bracket-component__container.is-bye-match.m2 {
        position: relative;
        top: unset;
        transform: unset;
    }
}
.bracket-component__container.final-match .bracket-component__match-line, .bracket-component__container.bronze-match .bracket-component__match-line {
    display: none;
}
.bracket-component__container.final-match .bracket-component__trophy, .bracket-component__container.bronze-match .bracket-component__trophy {
    display: flex;
}
.bracket-component__container.bronze-match {
    position: absolute;
    top: calc(50% + 108px);
}
@media (max-width: 991.98px) {
    .bracket-component__table.expanded .bracket-component__container.bronze-match {
        top: calc(50% + 140px);
    }
}
.bracket-component__container.bronze-match .bracket-component__match::before, .bracket-component__container.bronze-match .bracket-component__match::after {
    display: none !important;
}
.bracket-component__container.bronze-match .bracket-component__team .bracket-component__trophy {
    display: none;
}
.bracket-component__container.bronze-match .bracket-component__team.winner .bracket-component__trophy {
    display: flex;
}
.bracket-component__container.is-bye-match + .bracket-component__container {
    opacity: 0;
}
.bracket-component__content {
    column-gap: 2.5rem;
    display: flex;
    flex-direction: row;
    transition: column-gap 0.5s ease;
}
@media (max-width: 991.98px) {
    .bracket-component__content {
        margin-top: 2.5rem;
    }
}
.bracket-component__doubles-member-separator {
    padding: 0 0.25rem;
}
.bracket-component__flag, .bracket-component__profile {
    border: 1px solid var(--color--white);
    border-radius: 50%;
    height: 1.5rem;
    max-width: 0;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.8);
    width: 1.5rem;
}
.bracket-component__flag {
    position: relative;
    z-index: 1;
}
.bracket-component__flag:not(:first-of-type) {
    margin-left: 0.313rem;
}
.bracket-component__render-group {
    display: grid;
    grid-template-columns: 1fr;
}
@media (max-width: 991.98px) {
    .bracket-component__render-group {
        grid-template-columns: 1fr;
    }
}
.bracket-component__group-stage__popup, .bracket-component__group-stage {
    background: var(--color--white);
    font-size: 15px;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
}
.bracket-component__group-stage__popup__content, .bracket-component__group-stage__content {
    background: var(--color--gray-340);
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
    .bracket-component__group-stage__popup__content, .bracket-component__group-stage__content {
        grid-template-columns: 1fr;
    }
}
.bracket-component__group-stage__popup__group-header, .bracket-component__group-stage__group-header {
    align-items: center;
    align-self: stretch;
    color: var(--color--gray-500);
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 1rem;
    justify-content: space-between;
    line-height: 21.6px;
}
.bracket-component__group-stage__popup__group-header .chevron-container, .bracket-component__group-stage__group-header .chevron-container {
    height: 20px;
    margin-top: -1px;
    width: 20px;
}
.bracket-component__group-stage__popup__group-header .chevron-container svg, .bracket-component__group-stage__group-header .chevron-container svg {
    height: 100%;
    width: 100%;
}
.bracket-component__group-stage__popup__group-header .group-name, .bracket-component__group-stage__group-header .group-name {
    color: var(--color--black-custom-500);
    flex: 1 0 0;
    font-size: 1rem;
    font-style: bold;
    font-weight: 700;
    line-height: 21.6px;
}
.bracket-component__group-stage__popup__group-header .view-matches, .bracket-component__group-stage__group-header .view-matches {
    color: var(--color--black-custom-500);
    cursor: pointer;
    font-size: 1rem;
    font-style: bold;
    font-weight: 700;
    line-height: 21.6px;
}
.bracket-component__group-stage__popup__serial-number, .bracket-component__group-stage__serial-number {
    margin-right: 8px;
    max-width: 20px;
    width: 20px;
}
.bracket-component__group-stage__popup__sub-header, .bracket-component__group-stage__sub-header {
    align-self: stretch;
    background: var(--color--gray-250);
    border-radius: 8px;
    color: var(--color--gray-400);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    gap: 8px;
    height: 24px;
    line-height: 18.9px;
    margin: 12px 0;
    padding: 4px 12px;
}
.bracket-component__group-stage__popup__team, .bracket-component__group-stage__team {
    align-items: center;
    align-self: stretch;
    background-color: var(--color--gray-250);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    min-width: 400px;
    padding: 12px;
    position: relative;
}
@media (max-width: 991.98px) {
    .bracket-component__group-stage__popup__team, .bracket-component__group-stage__team {
        min-width: unset;
    }
}
.bracket-component__group-stage__popup__team.qualified .qualified-badge, .bracket-component__group-stage__team.qualified .qualified-badge {
    display: block;
}
.bracket-component__group-stage__popup__team .player-info, .bracket-component__group-stage__team .player-info {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.bracket-component__group-stage__popup__team .player-info .doubles-member-separator, .bracket-component__group-stage__team .player-info .doubles-member-separator {
    padding: 4px;
}
.bracket-component__group-stage__popup__team .player-info .first-name:nth-of-type(1), .bracket-component__group-stage__team .player-info .first-name:nth-of-type(1) {
    margin-left: 12px;
}
.bracket-component__group-stage__popup__team .player-info .flag, .bracket-component__group-stage__team .player-info .flag {
    border: 1px solid var(--color--white);
    border-radius: 50%;
    height: 24px;
    max-width: 24px;
    object-fit: cover;
    position: relative;
    width: 24px;
}
.bracket-component__group-stage__popup__team .player-info .flag.overlap, .bracket-component__group-stage__team .player-info .flag.overlap {
    margin-left: -10px;
    z-index: 1;
}
.bracket-component__group-stage__popup__team .player-info .last-name, .bracket-component__group-stage__team .player-info .last-name {
    margin-left: 5px;
}
.bracket-component__group-stage__popup__team .player-info .seed, .bracket-component__group-stage__team .player-info .seed {
    align-items: center;
    background: var(--color--gray-350);
    border-radius: 32px;
    color: var(--color--gray-450);
    display: flex;
    display: none;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 17.6px;
    margin-left: 6px;
    padding: 0 6px;
}
.bracket-component__group-stage__popup__team .qualified-badge, .bracket-component__group-stage__team .qualified-badge {
    background: var(--color--blue-light-350);
    background-color: #4dc1ef;
    border-radius: 4px;
    color: var(--color--white);
    display: none;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    text-align: center;
    width: 24px;
}
.bracket-component__group-stage__popup__tournament-group, .bracket-component__group-stage__tournament-group {
    align-items: center;
    background: var(--color--white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 1rem;
    position: relative;
}
.bracket-component__group-stage__popup__won-lost, .bracket-component__group-stage__won-lost {
    color: var(--color--gray-450);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    gap: 2px;
    line-height: 18.9px;
    margin-left: 8px;
    min-width: 50px;
}
.bracket-component__group-stage__popup {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 80vw; /* 40% of viewport width */
    min-width: 600px;
    position: fixed;
    right: -100%; /* Initially hidden to the right */
    top: 0;
    transition: left 0.4s ease-in-out, right 0.4s ease-in-out;
    width: 50vw; /* 40% of viewport width */
    z-index: 9999;
}
@media (max-width: 991.98px) {
    .bracket-component__group-stage__popup {
        min-width: 0;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .bracket-component__group-stage__popup {
        max-width: 100vw;
    }
}
.bracket-component__group-stage__popup__brackets-container {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    padding: 32px;
    scrollbar-width: thin;
}
@media (max-width: 991.98px) {
    .bracket-component__group-stage__popup__brackets-container {
        gap: 16px;
        padding: 12px;
    }
}
.bracket-component__group-stage__popup__brackets-container .bracket {
    align-items: center;
    align-self: stretch;
    background: var(--color--white);
    border: 1px solid var(--color--gray-343);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 16px;
}
.bracket-component__group-stage__popup__brackets-container .bracket-header,
.bracket-component__group-stage__popup__brackets-container .footer {
    align-items: flex-start;
    align-self: stretch;
    color: #676767;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    justify-content: space-between;
    line-height: 18.9px;
    position: relative;
}
.bracket-component__group-stage__popup__brackets-container .match-date-time,
.bracket-component__group-stage__popup__brackets-container .venue {
    align-items: center;
    display: flex;
    gap: 6px;
}
.bracket-component__group-stage__popup__brackets-container .match-date-time.hidden,
.bracket-component__group-stage__popup__brackets-container .venue.hidden {
    display: none;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__details {
    align-items: center;
    display: flex;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__img-container {
    display: flex;
    flex-direction: row;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__score-wrapper {
    align-items: flex-end;
    gap: 0.5rem;
    max-height: 3.375rem;
    width: auto;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__player-info {
    align-items: center;
    gap: 0.375rem;
    max-width: 75%;
    width: auto;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__player-info .bracket-component__flag,
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__player-info .bracket-component__profile {
    max-width: 1.5rem;
    opacity: 1;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__player-info .first-name {
    display: block;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__player-info .last-name {
    margin-left: 0.313rem;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__team {
    height: auto;
    position: relative;
    width: auto;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__team.is-serving::before {
    align-self: center;
    color: #ffc107;
    font-size: 26px;
    left: 4px;
    line-height: 0.5;
    margin-right: 8px;
    position: absolute;
    white-space: pre;
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__team.is-serving-p1::before {
    content: "•";
}
.bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__team.is-serving-p2::before {
    content: "•\a•";
}
.bracket-component__group-stage__popup .bracket-component__team.winner .winner-indication {
    display: block;
    top: 1rem;
}
.bracket-component__group-stage__popup__group-header {
    border-bottom: 1px solid var(--color--gray-345);
    padding: 20px 32px !important;
}
.bracket-component__group-stage__popup__group-header .group-name {
    color: var(--color--black-custom-500);
    flex: 1 0 0;
    font-size: 1rem;
    font-style: bold;
    font-weight: 700;
    line-height: 21.6px;
    min-width: 13.188rem;
}
@media (max-width: 991.98px) {
    .bracket-component__group-stage__popup__group-header .group-name {
        min-width: 3rem;
    }
}
.bracket-component__group-stage__popup .match-completed {
    background: var(--color--blue-light-400);
}
.bracket-component__group-stage__popup .match-date-time-text,
.bracket-component__group-stage__popup .round-name,
.bracket-component__group-stage__popup .venue-text {
    align-self: center;
    display: flex;
    flex-direction: row;
    height: auto;
    line-height: 23px;
}
.bracket-component__group-stage__popup .match-live {
    background: var(--color--red-custom-500);
}
.bracket-component__group-stage__popup .match-scheduled {
    background: var(--color--gray-450);
}
.bracket-component__group-stage__popup .match-status {
    border-radius: 4px;
    color: var(--color--white);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    gap: 10px;
    height: 20px;
    justify-content: center;
    line-height: 23px;
    padding: 0 8px;
}
.bracket-component__group-stage__popup__tournament-group {
    padding: 0 0 1rem 0 !important;
}
.bracket-component__group-stage__popup .winner-indication {
    display: none;
    position: absolute;
    right: 0;
}
.bracket-component__group-stage__popup + .view-matches-mask {
    display: none;
    height: 0;
    width: 0;
}
.bracket-component__group-stage__popup #view-matches-popup-close {
    cursor: pointer;
}
.bracket-component__group-stage__popup.active {
    right: 0%;
}
.bracket-component__group-stage__popup.active + .view-matches-mask {
    background: #000;
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 300;
}
.bracket-component__heading {
    color: var(--color--gray-400);
    flex: 1 0 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 21.6px;
    text-align: center;
    width: 13.188rem;
}
.bracket-component__headings-container {
    align-items: center;
    background: var(--color--gray-300);
    border-radius: 0.5rem;
    display: flex;
    gap: 2.5rem;
    height: 2.25rem;
    justify-content: center;
    padding: 0.5rem 0;
}
.bracket-component__headings-container-mobile {
    display: none;
}
.bracket-component__img-container {
    align-items: center;
    display: none;
}
.bracket-component__table.expanded .bracket-component__img-container {
    display: flex;
    margin-right: 0.5rem;
}
.bracket-component__details {
    align-items: center;
    display: flex;
}
.bracket-component__match {
    align-items: flex-start;
    align-self: stretch;
    background: var(--color--gray-250);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.5rem;
    position: relative;
}
.bracket-component__match .team:last-child {
    margin-bottom: 0;
}
.bracket-component__match.is-first-round::before {
    display: none;
}
.bracket-component__match.is-first-round::after {
    display: none;
}
.bracket-component__match.is-final-round .bracket-component__match-line {
    display: none;
}
.bracket-component__match.is-bye-match + .bracket-component__vertical-connector {
    display: none;
}
.bracket-component__match-line {
    background-color: var(--color--gray-360);
    height: 2px;
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    z-index: 1;
}
.bracket-component__player-info {
    align-items: center;
    color: var(--color--gray-400);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    margin-right: 0.5rem;
}
@media (min-width: 768px) {
    .bracket-component__player-info {
        min-width: 65%;
        width: 7rem;
    }
}
@media (min-width: 768px) {
    .bracket-component__table.expanded .bracket-component__player-info {
        width: 17rem;
    }
}
.bracket-component__player-info .first-name {
    display: none;
}
.bracket-component__player-info .first-name:nth-of-type(1) {
    margin-left: 0.75rem;
}
.bracket-component__player-info .flag:not(:first-of-type) {
    margin-left: 0.313rem;
}
.bracket-component__pool {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    position: relative;
}
.bracket-component__profile {
    margin-left: -0.625rem;
    position: relative;
    z-index: 2;
}
.bracket-component__score-badge {
    background: var(--color--gray-470);
    border-radius: 0.25rem;
    color: var(--color--white);
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 26px;
    text-align: center;
    width: 1.5rem;
}
.bracket-component__score-wrapper {
    display: flex;
    gap: 0.375rem;
    overflow: hidden;
    transition: width 0.4s ease;
    width: 1.5rem;
}
.bracket-component__seed {
    background: var(--color--gray-350);
    border-radius: 2rem;
    color: var(--color--gray-450);
    display: none;
    font-size: 0.625rem;
    font-weight: 500;
    height: 1rem;
    line-height: 17.6px;
    margin-left: 0.375rem;
    padding: 0 0.375rem;
}
.bracket-component__selection {
    align-items: center;
    background: var(--color--gray-300);
    border: none;
    border-radius: 3.125rem;
    color: var(--color--gray-400);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    height: 2.25rem;
    justify-content: center;
    line-height: 21.6px;
    padding: 0.5rem 1rem;
}
.bracket-component__selection.selected {
    background: var(--color--blue-dark-200);
    color: var(--color--white);
}
.bracket-component__set-score {
    align-items: center;
    color: var(--color--gray-450);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 300;
    gap: 0.625rem;
    height: 1.5rem;
    line-height: 26px;
    text-align: center;
    width: 1.5rem;
}
.bracket-component__set-score.set-winner {
    font-weight: 700;
}
.bracket-component__stick-right {
    margin-left: auto;
}
.bracket-component__table {
    align-items: flex-start;
    background: var(--color--white);
    border-radius: 0 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 40rem;
    overflow-x: auto;
    padding: 2.5rem 2.5rem 5.5rem;
}
.bracket-component__table .player-name-expanded {
    display: none;
}
.bracket-component__table .player-name-full-draw {
    display: inline;
}
.bracket-component__table.expanded .bracket-component__content {
    column-gap: 12rem;
}
.bracket-component__table.expanded .bracket-component__flag,
.bracket-component__table.expanded .bracket-component__profile {
    max-width: 1.5rem;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease;
}
.bracket-component__table.expanded .bracket-component__container {
    transition: min-width 0.5s ease;
    width: 28.5rem;
}
@media (max-width: 767.98px) {
    .bracket-component__table.expanded .bracket-component__container {
        width: calc(100vw - 3rem);
    }
}
.bracket-component__table.expanded .bracket-component__heading {
    transition: min-width 0.5s ease;
    width: 28.5rem;
}
.bracket-component__table.expanded .bracket-component__headings-container {
    align-self: unset;
    gap: 12rem;
}
.bracket-component__table.expanded .bracket-component__match-line {
    right: -6rem;
    transition: width 0.5s ease, right 0.5s ease;
    width: 6rem;
}
.bracket-component__table.expanded .bracket-component__player-info .first-name {
    display: block;
}
.bracket-component__table.expanded .bracket-component__player-info .last-name {
    margin-left: 0.313rem;
}
.bracket-component__table.expanded .bracket-component__score-wrapper {
    width: 7.5rem;
}
.bracket-component__table.expanded .bracket-component__team {
    transition: width 0.5s ease;
    width: 27.5rem;
}
.bracket-component__table.expanded .bracket-component__team.is-serving::before {
    align-self: center;
    color: #ffc107;
    font-size: 26px;
    left: 4px;
    line-height: 0.5;
    margin-right: 8px;
    position: absolute;
    white-space: pre;
}
.bracket-component__table.expanded .bracket-component__team.is-serving-p1::before {
    content: "•";
}
.bracket-component__table.expanded .bracket-component__team.is-serving-p2::before {
    content: "•\a•";
}
.bracket-component__table.expanded .bracket-component__match::after {
    left: -6rem;
    width: 6rem;
}
.bracket-component__table.expanded .vertical-connector {
    right: -6rem;
}
.bracket-component__table.expanded .player-name-expanded {
    display: inline;
}
.bracket-component__table.expanded .player-name-full-draw {
    display: none;
}
.bracket-component__team {
    align-items: center;
    align-self: stretch;
    background: var(--color--gray-300);
    border-radius: 0.5rem;
    display: flex;
    height: 3rem;
    justify-content: space-between;
    min-width: 11.9rem;
    padding: 0.75rem;
    position: relative;
}
.bracket-component__team.bronze .bracket-component__trophy, .bracket-component__team.gold .bracket-component__trophy, .bracket-component__team.silver .bracket-component__trophy {
    display: block;
}
.bracket-component__team.winner {
    background: linear-gradient(90deg, rgba(77, 193, 239, 0) 5.4%, rgba(77, 193, 239, 0.05) 100%), var(--color--gray-300);
    position: relative;
}
.bracket-component__team.winner .bracket-component__winner-indication {
    display: block;
}
.bracket-component__team.winner .bracket-component__score-badge {
    background: var(--color--blue-light-400);
}
.bracket-component__time-date-venue {
    color: var(--color--gray-400);
    display: grid;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    grid-template-columns: 1fr auto;
    line-height: 21.6px;
    max-width: 98%;
}
.bracket-component__time-date-venue .live-indicator {
    background: var(--color--red-custom-500);
    border-radius: 4px;
    color: var(--color--white);
    display: flex;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    gap: 10px;
    height: 18px;
    justify-content: center;
    padding: 0 5px;
}
.bracket-component__tour {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}
.bracket-component__tour.is-final-column .bracket-component__match-line {
    display: none;
}
@media (max-width: 767.98px) {
    .bracket-component__table.expanded .bracket-component__tour {
        height: 100%;
    }
}
.bracket-component__tour .bracket-component__match::after {
    background-color: var(--color--gray-360);
    content: "";
    height: 2px;
    left: -1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.5s ease, width 0.5s ease;
    width: 1.25rem;
    z-index: 0;
}
.bracket-component__tour .bracket-component__match::before {
    animation: arrowPulse 2s infinite;
    border-bottom: 0.35rem solid transparent;
    border-left: 0.5rem solid var(--color--gray-360);
    border-top: 0.35rem solid transparent;
    content: "";
    height: 0;
    left: -0.35rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}
.bracket-component__tour-mobile {
    display: none;
}
.bracket-component__trophy {
    display: none;
    height: 1.25rem;
    line-height: 24px;
    text-align: center;
    width: 1.125rem;
}
.bracket-component__trophy-score-wrapper {
    display: flex;
    gap: 4px;
}
.bracket-component__vertical-connector {
    background-color: var(--color--gray-360);
    height: 0.625rem;
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transition: right 0.5s ease;
    width: 2px;
    z-index: 0;
}
.is-bye-match .bracket-component__vertical-connector {
    display: none;
}
.bracket-component__winner-indication {
    display: none;
    height: 0.75rem;
    position: absolute;
    right: 0;
    width: 0.5rem;
}
@keyframes arrowPulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px) {
    .bracket-component__brackets-button-group {
        background: var(--color--gray-340);
        display: none;
    }
    .bracket-component__content {
        width: 100%;
    }
    .bracket-component__group-stage__popup .bracket-component__macth.expanded .bracket-component__player-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.375rem;
    }
    .bracket-component__group-stage__popup .bracket-component__match.expanded .bracket-component__score-wrapper {
        align-items: flex-end;
        flex-direction: column;
        max-height: 3.375rem;
        width: auto;
    }
    .bracket-component__headings-container-mobile {
        align-items: center;
        align-self: stretch;
        background: var(--color--gray-300);
        border-radius: 0.5rem 0 0 0.5rem;
        height: 2.25rem;
        justify-content: center;
        margin-right: -1rem;
        padding: 8;
        padding: 0.5rem 1rem 0.5rem 0;
    }
    .bracket-component__score-wrapper {
        align-items: flex-end;
        flex-direction: column;
        max-height: 1.5rem;
        width: auto;
    }
    .bracket-component__table {
        border-radius: 1rem;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 1rem;
    }
    .bracket-component__table .bracket-component__heading {
        min-width: 458px;
    }
}
@media (max-width: 767px) and (max-width: 575.98px) {
    .bracket-component__table .bracket-component__heading {
        min-width: unset;
        width: calc(100vw - 3rem);
    }
}
@media (max-width: 767px) {
    .bracket-component__table .bracket-component__team {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded {
        overflow-x: hidden;
    }
    .bracket-component__table.expanded .bracket-component__details {
        align-items: center;
        display: flex;
    }
    .bracket-component__table.expanded .bracket-component__heading {
        min-width: 458px;
    }
}
@media (max-width: 767px) and (max-width: 575.98px) {
    .bracket-component__table.expanded .bracket-component__heading {
        max-width: calc(100vw - 1rem);
        min-width: unset;
        width: calc(100vw - 3rem);
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded .bracket-component__player-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.375rem;
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded .bracket-component__team {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded .bracket-component__score-wrapper {
        max-height: 3.375rem;
        width: auto;
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded .bracket-component__winner-indication {
        right: -1px;
        top: 1rem;
    }
}
@media (max-width: 767px) {
    .bracket-component__table.expanded .nested-tabs-container {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding-left: calc(var(--bs-gutter-x) * 1);
        padding-right: calc(var(--bs-gutter-x) * 1);
        width: 100%;
    }
}
@media (max-width: 767px) and (max-width: 575.98px) {
    .bracket-component__table.expanded {
        max-width: calc(100vw - 1rem);
        min-width: unset;
    }
}

.default {
    background-color: #fff;
}

#launcher {
    bottom: 85px !important;
    z-index: 199 !important;
}
/*# sourceMappingURL=styles.css.map */
