*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    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: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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 + .9vw)
}

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

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

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

h4 {
    font-size: calc(1.275rem + .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;
    text-decoration-skip-ink: none
}

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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: .875em
}

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

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

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .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: .5rem;
    padding-bottom: .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: .5rem;
    font-size: calc(1.275rem + .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
}

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

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

@media (min-width:1400px) {

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

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

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

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.accent-area-item>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.region-tooltip>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.main-modal>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.toolbar-caption-bundle>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.desc-figure>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.tile-summary-record>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.segment-photo>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2,
.gy-2 {
    --bs-gutter-y: .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .figure-thumb>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .field-node>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .modal-series-last>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .icon-visible-banner>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .trigger-tail>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .current-hidden-tag>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .toolbar-meta-stack>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .column-tail>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .highlight-block>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .button-figure-slot>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .expanded-left>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .bundle-drawer>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .inner-popup>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .option-module-canvas>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .unit-button>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .bottom-figure-text>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .cluster-title>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .label-deck>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .end-tag>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .grid-unit>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .popup-sidebar>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .node-stack-card>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .toolbar-avatar>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .dialog-section>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .sequence-tag>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .selected-tag>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .start-column-set>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .modal-area-card>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .canvas-region>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .note-visible>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .slot-body>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .body-content-segment>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .section-highlight>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .handle-inner-sequence>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .part-strip>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .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
    }
}

.flow-center {
    overflow: auto !important
}

.dropdown-title {
    overflow: hidden !important
}

.current-meta-bottom {
    overflow: visible !important
}

.collection-text {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

.d-none {
    display: none !important
}

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

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

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

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

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

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

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

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

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

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

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

.select-link {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.area-toolbar-switch {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.expanded-description-selected {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.section-handle-sidebar {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.drawer-lead-selected {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.block-avatar {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.column-description {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.box-glyph-collapsed {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

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

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

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

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

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

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

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

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

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

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

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

    .inner-control {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .right-link {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .collection-poster-input {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .unit-canvas {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .tail-collapsed-toolbar {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .region-unit {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .label-tail {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .switch-cluster-note {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

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

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

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

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

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

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

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

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

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

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

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

    .field-surface {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .popup-select-tail {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .heading-selected {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .select-control {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .popup-rail {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .menu-tail {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .content-card-media {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .description-banner {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

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

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

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

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

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

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

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

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

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

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

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

    .tail-collection {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .img-slot-wrapper {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .nav-slot-caption {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .meta-collection-zone {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .media-summary-item {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .node-viewport {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .card-action {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .overlay-inner-copy {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

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

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

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

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

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

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

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

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

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

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

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

    .canvas-wrapper {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .select-expanded {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .start-thumb-copy {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .slot-line-flow {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .label-preview-figure {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .trigger-description {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .group-center {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .drawer-item-link {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

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

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

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

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

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

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

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

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

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

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

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

    .segment-meta-wrapper {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .cell-cluster {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .list-current-preview {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .start-nav-photo {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .right-bottom {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .viewport-expanded-right {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .collection-description-track {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .current-body {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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: -ms-grid !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

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

.card-preview,
.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion__item {
    margin-bottom: .5rem;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 15%)
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    color: #fff;
    font-weight: 500;
    background-color: #0d6efd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    cursor: pointer;
    transition: background-color .2s ease-out
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform .2s ease-out
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg)
}

.accordion__header:hover {
    background-color: #0b5ed7
}

.card-preview {
    padding: .75rem 1rem;
    background: #fff
}
/*Плавность раскрытия */
.accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.accordion__item_show .accordion__body {
    max-height: 1000px; /* подбирается под максимальную высоту контента */
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.center-top .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .selected-summary-heading {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .hint-slot-area {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.end-button-last {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99
}

.tooltip-visible-grid {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box
}

.module-selected {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.collection-current {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.tile-module {
    background: transparent;
    border: 0
}

.module-selected .tile-module:before {
    content: "\2715"
}

.button-toolbar-photo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8)
}

.switch-canvas-card {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.switch-canvas-card:focus,
.switch-canvas-card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.selected-note-current {
    background-color: #00449e;
    color: #fff
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden="false"] .end-button-last {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden="false"] .tooltip-visible-grid {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden="true"] .end-button-last {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden="true"] .tooltip-visible-grid {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .tooltip-visible-grid,
.micromodal-slide .end-button-last {
    will-change: transform
}

:root {
    --body-bg: #fff;
    --body-color: #1A1E18;
    --body-color-light: #F4F4F4;
    --body-color-smoke: #D1D1D1;
    --body-font-family: "Montserrat", sans-serif;
    --body-font-family-base: 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";
    --body-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --body-font-size: 20px;
    --body-font-size-small: 16px;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-text-align: start;
    --link-color: #1A1E18;
    --link-hover-color: #1A1E18;
    --btn-pimary-color: #1A1E18;
    --btn-pimary-hover-color: #1A1E18;
    --btn-pimary-active-color: #1A1E18;
    --accent-color: #1A1E18;
    --accent-color-rgb: 26, 30, 24;
    --blue-color: #007AFF;
    --blue-color-rgb: 0, 122, 255;
    --red-color: #F1117E;
    --red-color-rgb: 241, 17, 126;
    --border-color: #D1D1D1;
    --code-color: #d63384;
    --highlight-bg: #fff3cd;
    --transition: ease-in-out .25s;
    --border-radius: 20px
}

@media(max-width:991.98px) {
    :root {
        --body-font-size: 16px;
        --body-font-size-small: 14px;
        --border-radius: 16px
    }
}

@media(max-width:575.98px) {
    :root {
        --body-font-size: 14px;
        --body-font-size-small: 10px;
        --border-radius: 12px
    }
}

:root {
    --bs-body-font-family: var(--body-font-family);
    --bs-font-monospace: var(--body-font-monospace);
    --bs-body-font-size: var(--body-font-size);
    --bs-body-font-weight: var(--body-font-weight);
    --bs-body-line-height: var(--body-line-height);
    --bs-body-color: var(--body-color);
    --bs-body-text-align: var(--body-text-align);
    --bs-body-bg: var(--body-bg);
    --bs-link-color: var(--link-color);
    --bs-link-hover-color: var(--link-hover-color);
    --bs-code-color: var(--code-color);
    --bs-highlight-bg: var(--highlight-bg)
}

.region-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    opacity: 1;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}

.region-nav.entry-element {
    opacity: 0
}

.region-nav.trigger-panel {
    display: none
}

.track-banner {
    width: 3rem;
    height: 3rem;
    -webkit-animation: pulsePreloader ease-in-out 1s infinite;
    animation: pulsePreloader ease-in-out 1s infinite
}

@-webkit-keyframes pulsePreloader {
    0% {
        scale: 1
    }

    50% {
        scale: 1.1
    }

    100% {
        scale: 1
    }
}

@keyframes pulsePreloader {
    0% {
        scale: 1
    }

    50% {
        scale: 1.1
    }

    100% {
        scale: 1
    }
}

.box-last {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    overflow: visible
}

.box-last:hover {
    opacity: 1
}

.box-last.is-active:hover {
    opacity: 1
}

.box-last.is-active .first-left-tooltip,
.box-last.is-active .first-left-tooltip::before,
.box-last.is-active .first-left-tooltip::after {
    background-color: var(--bs-body-color)
}

.button-tile {
    width: 1.75rem;
    height: 18px;
    display: inline-block;
    position: relative
}

.first-left-tooltip {
    display: block;
    top: 50%;
    margin-top: -1px
}

.first-left-tooltip,
.first-left-tooltip::before,
.first-left-tooltip::after {
    width: 1.75rem;
    height: 2px;
    background-color: var(--bs-body-color);
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.first-left-tooltip::before,
.first-left-tooltip::after {
    content: "";
    display: block
}

.first-left-tooltip::before {
    top: -8px
}

.first-left-tooltip::after {
    bottom: -8px
}

.unit-description .first-left-tooltip {
    top: 1px
}

.unit-description .first-left-tooltip::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.unit-description .first-left-tooltip::after {
    top: 16px
}

.unit-description.is-active .first-left-tooltip {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.unit-description.is-active .first-left-tooltip::before {
    -webkit-transform: rotate(-45deg) translate3d(-0.25rem, -6px, 0);
    transform: rotate(-45deg) translate3d(-0.25rem, -6px, 0);
    opacity: 0
}

.unit-description.is-active .first-left-tooltip::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.element-meta {
    position: relative;
    z-index: 99
}

.box-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.75rem;
    outline: none
}

@media(max-width:991.98px) {
    .accent-entry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 3rem;
        width: 50%;
        height: 100%;
        padding: 4rem 2rem 2rem;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -50%;
        z-index: 95;
        -webkit-transition: var(--transition);
        transition: var(--transition)
    }
}

@media(max-width:767.98px)and (orientation:landscape) {
    .accent-entry {
        row-gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(max-width:575.98px) {
    .accent-entry {
        width: 75%;
        right: -75%
    }
}

.accent-entry.overlay-main {
    right: 0
}

@media(max-width:991.98px) {
    .accent-entry .btn.btn-alt {
        font-size: 1.25rem;
        line-height: 3.6rem;
        padding: 0 3rem;
        border-radius: calc(var(--border-radius)*2)
    }
}

@media(max-width:575.98px) {
    .accent-entry .btn.btn-alt {
        line-height: 3rem;
        padding: 0 3rem
    }
}

.tail-visible {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.tail-visible.copy-surface {
    display: block
}

.tail-visible.overlay-main {
    opacity: 1
}

.sidebar-current-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media(min-width:992px) {
    .sidebar-current-lead {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width:1199.98px) {
    .sidebar-current-lead {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media(max-width:991.98px) {
    .sidebar-current-lead {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.slot-current {
    font-weight: 500
}

@media(max-width:991.98px) {
    .slot-current {
        font-size: 1.25rem
    }
}

.slot-current:hover {
    color: var(--blue-color)
}

.slot-current.is-active {
    color: var(--body-color);
    pointer-events: none
}

:root {
    scroll-behavior: auto
}

html {
    font-size: var(--body-font-size)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h2:not([class]) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.2rem
}

@media(max-width:1199.98px) {
    h2:not([class]) {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

@media(max-width:575.98px) {
    h2:not([class]) {
        font-size: 18px
    }
}

p {
    margin-bottom: 0
}

p+p,
p+ul {
    margin-top: 1.2rem
}

p+h2:not([class]) {
    margin-top: 2.4rem
}

a {
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    outline: none;
    cursor: pointer
}

a:not([class]) {
    font-weight: 500;
    text-decoration: underline
}

a:not([class]):hover {
    color: var(--blue-color)
}

img {
    width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.heading-zone-deck {
    list-style: disc;
    padding-left: 1.5rem
}

ul.heading-zone-deck li+li {
    margin-top: .5rem
}

ul+p {
    margin-top: 1.2rem
}

ul+h2:not(class) {
    margin-top: 2.4rem
}

b {
    font-weight: 600
}

@media(max-width:575.98px) {
    .container {
        padding-right: calc(var(--bs-gutter-x)*1);
        padding-left: calc(var(--bs-gutter-x)*1)
    }
}

.text-center {
    text-align: center
}

.text-small {
    font-size: .875rem
}

.text-xsmall {
    font-size: .75rem
}

.text-lead {
    font-size: 1.2rem;
    font-weight: 600
}

@media(max-width:991.98px) {
    .text-lead {
        font-size: 1.25rem
    }
}

@media(max-width:575.98px) {
    .text-lead {
        font-size: 1.2rem
    }
}

.text-list li+li {
    margin-top: .25rem
}

.banner-popup {
    pointer-events: none
}

.dropdown-title {
    overflow: hidden
}

.column-action {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.btn {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0 1.5rem;
    background-color: var(--btn-pimary-color);
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--body-color);
    border-radius: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    outline: none;
    white-space: nowrap
}

@media(max-width:767.98px) {
    .btn {
        border-width: 1px
    }
}

.btn:hover {
    color: #fff;
    background-color: var(--btn-pimary-hover-color)
}

.btn:active {
    background-color: var(--btn-pimary-active-color)
}

.btn.btn-alt {
    color: var(--body-color);
    background-color: #fff;
    border-color: var(--border-color)
}

.btn.btn-alt:hover {
    color: var(--body-color);
    border-color: var(--blue-color)
}

.btn.btn-light {
    color: var(--body-color);
    background-color: var(--body-color-light);
    border-color: var(--body-color)
}

.btn.btn-white {
    color: var(--body-color);
    background-color: #fff;
    border-color: #fff
}

.btn.btn-medium {
    line-height: 3rem;
    padding: 0 2rem;
    border-radius: 1.75rem
}

.btn.btn-large {
    font-size: 1.2rem;
    line-height: 3.6rem;
    padding: 0 3rem;
    border-radius: 2rem
}

@media(max-width:991.98px) {
    .btn.btn-large {
        font-size: 1.25rem
    }
}

@media(max-width:575.98px) {
    .btn.btn-large {
        font-size: 1.2rem;
        line-height: 3rem;
        padding: 0 2.5rem
    }
}

.btn.btn-more {
    padding-right: 3.5rem;
    position: relative
}

.btn.btn-more::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn.btn-tours {
    line-height: 3rem;
    padding: 0 4.5rem 0 2rem;
    border-radius: 1.75rem;
    position: relative
}

.btn.btn-tours::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn.btn-footer-phone {
    line-height: 2.3rem;
    color: var(--body-color);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1.25rem
}

@media(max-width:575.98px) {
    .btn.btn-w100 {
        width: 100%
    }
}

.toggle-holder {
    font-size: 0;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    border: 2px solid #1a1e18;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:991.98px) {
    .toggle-holder {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.25rem
    }
}

@media(max-width:767.98px) {
    .toggle-holder {
        border-width: 1px
    }
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    position: absolute;
    top: -3.5rem;
    right: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden
}

@media(max-width:991.98px) {
    .owl-carousel .owl-nav {
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        top: -3.25rem
    }
}

@media(max-width:767.98px) {
    .owl-carousel .owl-nav {
        display: none
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    background-image: url("../img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    border: 2px solid var(--body-color);
    border-radius: 50%;
    opacity: .25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    visibility: visible
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    pointer-events: none
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled),
.owl-carousel .owl-nav button.owl-next:not(.disabled) {
    opacity: 1
}

@media(max-width:991.98px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.25rem
    }
}

.owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:575.98px) {
    .owl-carousel .owl-dots {
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        bottom: -1.5rem
    }
}

.owl-carousel .owl-dots button.owl-dot {
    width: .5rem;
    height: .5rem;
    background-color: var(--body-color-smoke);
    border: none;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: var(--body-color)
}

.owl-carousel .owl-dots button.owl-dot:hover {
    background-color: var(--body-color)
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion__item {
    padding-bottom: 1.25rem;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid var(--body-color-light)
}

@media(max-width:767.98px) {
    .accordion__item {
        border-width: 1px
    }
}

.accordion__item+.accordion__item {
    padding-top: 1.25rem
}

.accordion__item_show .accordion__header,
.accordion__item_slidedown .accordion__header {
    color: var(--body-color);
    background-color: #fff
}

.accordion__item_show .accordion__header:hover,
.accordion__item_slidedown .accordion__header:hover {
    color: var(--body-color);
    background-color: #fff
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-radius: 0
}

.accordion__header {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    color: var(--link-color);
    padding: 0 2.5rem 0 0;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    outline: none;
    position: relative
}

.accordion__header:hover {
    color: var(--link-hover-color);
    background-color: #fff;
    border-color: var(--border-color)
}

.accordion__header::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/plus.svg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: center;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    z-index: 5
}

.card-preview {
    padding: 1rem 2.5rem 0 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.grid-line {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    /* left: 0; */
    z-index: 10
}

.grid-line.hide {
    display: none
}

.set-dialog-rail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rail-row-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .25);
    box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .25)
}

@media(max-width:991.98px) {
    .rail-row-note {
        -webkit-column-gap: 1.75rem;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }
}

@media(max-width:767.98px) {
    .rail-row-note {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem
    }
}

@media(max-width:575.98px) {
    .rail-row-note {
        padding: 1rem
    }
}

.row-drawer-set {
    font-size: 16px
}

@media(max-width:767.98px) {
    .row-drawer-set {
        font-size: 14px
    }
}

@media(max-width:575.98px) {
    .row-drawer-set {
        font-size: 12px
    }
}

.deck-zone {
    font-size: 16px
}

@media(max-width:991.98px) {
    .deck-zone {
        line-height: 2.5rem;
        padding: 0 2rem;
        border-radius: 2rem
    }
}

@media(max-width:767.98px) {
    .deck-zone {
        font-size: 14px;
        line-height: 3rem;
        width: 100%
    }
}

@media(max-width:575.98px) {
    .deck-zone {
        font-size: 12px;
        line-height: 2.5rem
    }
}

.end-button-last {
    padding: .5rem;
    background-color: rgba(0, 0, 0, .75)
}

@media(max-width:575.98px)and (orientation:portrait) {
    .end-button-last {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.tooltip-visible-grid {
    padding: 2rem 2rem 2.5rem 2rem;
    max-width: 400px;
    border-radius: var(--border-radius);
    position: relative
}

@media(max-width:767.98px)and (orientation:landscape) {
    .tooltip-visible-grid {
        padding: 1.5rem 2rem 2rem
    }
}

@media(max-width:575.98px)and (orientation:portrait) {
    .tooltip-visible-grid {
        width: 100%;
        max-width: 100%;
        padding: 3rem 3rem 4rem 3rem
    }
}

.module-selected {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 2rem
}

.sequence-avatar .button-toolbar-photo {
    line-height: 1.5;
    color: var(--body-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    margin: 0
}

.collection-current {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--body-color)
}

@media(max-width:991.98px) {
    .collection-current {
        font-size: 1.25rem
    }
}

.box-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem .75rem .5rem 4.25rem;
    border: 2px solid var(--body-color-smoke);
    border-radius: calc(var(--border-radius)/2);
    position: relative
}

.box-heading::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
    position: absolute;
    top: 50%;
    left: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.box-heading:hover {
    border-color: var(--blue-color)
}

.box-heading.nav-heading-photo::before {
    background-image: url("../img/icons/tg.svg");
}

.box-heading.current-label::before {   
    background-image: url("../img/icons/email.svg");
}

.switch-main {
    font-size: 1.2rem;
    font-weight: 500;
    display: block
}

@media(max-width:991.98px) {
    .switch-main {
        font-size: 1.25rem
    }
}

.avatar-cell {
    font-size: .75rem;
    display: block
}

@media(max-width:991.98px) {
    .avatar-cell {
        font-size: .875rem
    }
}

.tile-module {
    font-size: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background-color: var(--body-color-light);
    background-image: url("../img/icons/controls/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: .75rem;
    border: none;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
    outline: none;
    white-space: nowrap
}

.tile-module:hover {
    background-color: rgba(255, 83, 23, .15)
}

.list-zone {
    padding: 2rem 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rail-primary {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.selected-desc {
    font-size: 10rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--border-color)
}

@media(max-width:575.98px) {
    .selected-desc {
        font-size: 8rem
    }
}

.last-content {
    font-size: 2rem;
    font-weight: 700;
    margin: 0
}

@media(max-width:575.98px) {
    .last-content {
        font-size: 1.75rem
    }
}

.text-stack {
    margin: 1rem 0 2.5rem
}

.input-caption {
    padding: 1.4rem 0;
    background-color: #fff
}

@media(max-width:991.98px) {
    .input-caption {
        padding: 1.5rem 0
    }
}

@media(max-width:767.98px)and (orientation:landscape) {
    .input-caption {
        padding: 1rem 0
    }
}

@media(max-width:575.98px) {
    .input-caption {
        padding: 1rem 0
    }
}

.collection-viewport-highlight {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    will-change: top
}

.collection-viewport-highlight.img-slot-sequence {
    top: -5rem
}

.collection-viewport-highlight.overlay-main {
    -webkit-box-shadow: 0 0 .75rem 0 rgba(33, 37, 41, .15);
    box-shadow: 0 0 .75rem 0 rgba(33, 37, 41, .15)
}

.part-featured {
    -webkit-box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .15);
    box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .15)
}

.top-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.record-current {
    display: inline-block
}

.tail-accent {
    width: auto
}

.region-banner-area {
    padding: 3rem 0
}

@media(max-width:767.98px) {
    .region-banner-area {
        padding: 2rem 0
    }
}

.strip-cluster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3rem
}

@media(max-width:767.98px) {
    .strip-cluster {
        row-gap: 2rem
    }
}

.option-line-left {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.5rem
}

@media(max-width:1199.98px) {
    .option-line-left {
        font-size: 2.25rem
    }
}

@media(max-width:991.98px) {
    .option-line-left {
        font-size: 2rem
    }
}

@media(max-width:767.98px) {
    .option-line-left {
        margin-bottom: 1.5rem
    }
}

.cluster-highlight-field {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem
}

@media(max-width:1199.98px) {
    .cluster-highlight-field {
        font-size: 2.5rem
    }
}

.drawer-last {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem
}

@media(max-width:1199.98px) {
    .drawer-last {
        font-size: 2.25rem
    }
}

@media(max-width:991.98px) {
    .drawer-last {
        font-size: 2rem;
        margin-bottom: 2.5rem
    }
}

@media(max-width:767.98px) {
    .drawer-last {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }
}

@media(max-width:575.98px) {
    .drawer-last {
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

.holder-unit {
    font-size: 1.6rem;
    font-weight: 700
}

@media(max-width:1399.98px) {
    .holder-unit {
        font-size: 1.5rem
    }
}

.list-toggle {
    font-size: 1.2rem;
    font-weight: 500
}

@media(max-width:991.98px) {
    .list-toggle {
        font-size: 1.25rem
    }
}

.label-wrapper {
    height: 37rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius)
}

@media(max-width:1399.98px) {
    .label-wrapper {
        height: 32rem
    }
}

@media(max-width:1199.98px) {
    .label-wrapper {
        height: 26rem
    }
}

@media(max-width:991.98px) {
    .label-wrapper {
        height: 45rem
    }
}

@media(max-width:767.98px) {
    .label-wrapper {
        height: 34rem
    }
}

@media(max-width:575.98px) {
    .label-wrapper {
        height: 25rem
    }
}

.bundle-caption-unit {
    margin-top: 3rem
}

@media(max-width:767.98px) {
    .bundle-caption-unit {
        margin-top: 2rem
    }
}

.region-zone-thumb {
    padding: 0 0 3rem
}

@media(max-width:767.98px) {
    .region-zone-thumb {
        padding: 0 0 2rem
    }
}

.collapsed-deck-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    position: relative
}

.row-featured-node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    z-index: 10
}

@media(max-width:991.98px) {
    .row-featured-node {
        left: 2.5rem;
        bottom: 2.5rem
    }
}

@media(max-width:767.98px) {
    .row-featured-node {
        max-width: calc(100% - 5rem)
    }
}

@media(max-width:575.98px) {
    .row-featured-node {
        max-width: calc(100% - 3rem);
        left: 1.5rem;
        bottom: 1.5rem
    }
}

.center-hint {
    height: 32rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius)
}

@media(max-width:1199.98px) {
    .center-hint {
        height: 30rem
    }
}

@media(max-width:991.98px) {
    .center-hint {
        height: 35rem
    }
}

@media(max-width:575.98px) {
    .center-hint {
        height: 32rem
    }
}

.holder-wrapper-box {
    height: 32rem;
    border-radius: var(--border-radius);
    overflow: hidden
}

@media(max-width:1199.98px) {
    .holder-wrapper-box {
        height: 30rem
    }
}

@media(max-width:991.98px) {
    .holder-wrapper-box {
        height: 35rem
    }
}

@media(max-width:575.98px) {
    .holder-wrapper-box {
        height: 32rem
    }
}

.heading-description {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.column-item-right {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem
}

@media(max-width:1199.98px) {
    .column-item-right {
        font-size: 2.5rem
    }
}

.menu-row-accent {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff
}

@media(max-width:767.98px) {
    .menu-row-accent {
        font-size: 1rem
    }
}

.series-holder-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding-top: 5.25rem;
    position: relative
}

@media(max-width:767.98px) {
    .series-holder-left {
        padding-top: 0;
        padding-left: 5.25rem
    }
}

.series-holder-left::before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 4rem;
    /* background-color: var(--body-color-light); */
    background-repeat: no-repeat;
    background-size: 2rem;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
    
}

.series-holder-left.slot-highlight-hidden::before {
    background-image: url("../img/icons/safety.svg")
    
    
}

.series-holder-left.dialog-title-track::before {
    background-image: url("../img/icons/personal.svg")
}

.series-holder-left.tooltip-tail-entry::before {
    background-image: url("../img/icons/emotions.svg")
}

.nav-selected {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700
}

@media(max-width:991.98px) {
    .nav-selected {
        font-size: 1.25rem
    }
}

.title-body-surface {
    font-size: 16px;
    font-weight: 500;
    color: var(--red-color);
    display: inline-block;
    padding: .25rem 1rem;
    background-color: rgba(var(--red-color-rgb), 0.1);
    border-radius: 1rem;
    margin-bottom: .5rem
}

@media(max-width:991.98px) {
    .title-body-surface {
        font-size: 14px
    }
}

@media(max-width:575.98px) {
    .title-body-surface {
        font-size: 12px
    }
}

.part-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    padding: .25rem .75rem;
    background-color: #f8f8f8;
    border-radius: var(--border-radius)
}

@media(max-width:575.98px) {
    .part-option {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        padding: 0;
        background-color: #fff;
        opacity: .75
    }
}

.section-grid-switch {
    font-size: .8rem;
    line-height: 1.2rem;
    display: block;
    padding-left: 1.5rem;
    position: relative
}

@media(max-width:991.98px) {
    .section-grid-switch {
        font-size: .875rem
    }
}

@media(max-width:767.98px) {
    .section-grid-switch {
        font-size: 12px;
        padding-left: 19px
    }
}

.section-grid-switch::before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767.98px) {
    .section-grid-switch::before {
        width: 1rem;
        height: 1rem
    }
}

.switch-label-center::before {
    background-image: url("../img/icons/top.svg")
}

.note-overlay::before {
    background-image: url("../img/icons/time.svg")
}

.holder-highlight-text::before {
    background-image: url("../img/icons/user.svg")
}

.lead-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.5rem
}

@media(max-width:1399.98px) {
    .lead-module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 0;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

@media(max-width:767.98px) {
    .lead-module {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.5rem;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

@media(max-width:575.98px) {
    .lead-module {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1rem;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.image-photo {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.action-track-bottom {
    font-size: .8rem;
    font-weight: 500;
    color: rgba(26, 30, 24, .5);
    display: block
}

@media(max-width:991.98px) {
    .action-track-bottom {
        font-size: 12px
    }
}

@media(max-width:575.98px) {
    .action-track-bottom {
        font-size: 10px
    }
}

.note-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

.thumb-collapsed-current {
    position: relative
}

.thumb-collapsed-current::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: var(--border-radius);
    position: absolute;
    left: 0;
    bottom: 0
}

.area-modal-module {
    font-size: .75rem;
    color: #fff;
    display: inline-block;
    padding: .25rem .75rem .25rem 2.25rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 1rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

@media(max-width:991.98px) {
    .area-modal-module {
        font-size: .875rem
    }
}

.area-modal-module::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("../img/icons/time-light.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    position: absolute;
    top: 50%;
    left: .75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.trigger-selected {
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius)
}

.dialog-holder {
    width: calc(100% - 3rem);
    position: absolute;
    left: 1.5rem;
    bottom: -1.7rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 5
}

.deck-trigger-tail {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: .5rem
}

@media(max-width:991.98px) {
    .deck-trigger-tail {
        font-size: 1.25rem
    }
}

.entry-thumb {
    font-size: .75rem;
    color: #fff;
    margin-bottom: 1rem
}

@media(max-width:991.98px) {
    .entry-thumb {
        font-size: .875rem
    }
}

.thumb-collapsed-current .btn-more {
    opacity: 0;
    visibility: hidden
}

.thumb-collapsed-current:hover .dialog-holder {
    bottom: 1.5rem
}

.thumb-collapsed-current:hover .btn-more {
    opacity: 1;
    visibility: visible
}

.thumb-collapsed-current.collection-meta-selected::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background-image: url("../img/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

.meta-tile-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    height: 100%;
    padding: 2rem;
    border: 2px solid var(--body-color-smoke);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden
}

@media(max-width:1199.98px) {
    .meta-tile-frame {
        padding: 2.5rem 2rem
    }
}

@media(max-width:767.98px) {
    .meta-tile-frame {
        padding: 2.25rem;
        border-width: 1px
    }
}

.meta-tile-frame::before {
    content: "";
    display: inline-block;
    width: 20rem;
    height: 20rem;
    background-image: url("../img/circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20rem;
    position: absolute;
    right: -10rem;
    bottom: -10rem;
    z-index: -1
}

.zone-secondary-block {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin-bottom: 1rem
}

@media(max-width:1399.98px) {
    .zone-secondary-block {
        font-size: 2.25rem
    }
}

@media(max-width:991.98px) {
    .zone-secondary-block {
        font-size: 2rem
    }
}

.featured-toggle {
    font-weight: 500
}

.stack-icon-canvas {
    padding: 4rem;
    border: 2px solid var(--body-color-smoke);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden
}

@media(max-width:1399.98px) {
    .stack-icon-canvas {
        padding: 3rem
    }
}

@media(max-width:767.98px) {
    .stack-icon-canvas {
        padding: 2.5rem;
        border-width: 1px
    }
}

.stack-icon-canvas::before {
    content: "";
    display: inline-block;
    width: 20rem;
    height: 20rem;
    background-image: url("../img/circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20rem;
    position: absolute;
    right: -10rem;
    bottom: -10rem;
    z-index: -1
}

.hidden-toolbar-cluster {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem
}

@media(max-width:1199.98px) {
    .hidden-toolbar-cluster {
        font-size: 2.25rem
    }
}

@media(max-width:991.98px) {
    .hidden-toolbar-cluster {
        font-size: 2rem
    }
}

@media(max-width:575.98px) {
    .hidden-toolbar-cluster {
        font-size: 1.75rem
    }
}

.lead-end {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(26, 30, 24, .75);
    max-width: 85%
}

@media(max-width:991.98px) {
    .lead-end {
        font-size: 1.25rem
    }
}

@media(max-width:767.98px) {
    .lead-end {
        max-width: 100%
    }
}

@media(max-width:575.98px) {
    .lead-end {
        font-size: 1rem
    }
}

.bottom-sequence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-top: 2rem
}

@media(max-width:767.98px) {
    .bottom-sequence {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 1rem
    }
}

.collapsed-tag-canvas {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase
}

.control-item {
    position: relative
}

.main-item-overlay {
    border-radius: var(--border-radius)
}

.tile-tooltip {
    font-size: .75rem;
    line-height: 1.75rem;
    font-weight: 500;
    display: inline-block;
    background-color: #fff;
    padding: 0 .5rem 0 2rem;
    border-radius: 1rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem
}

@media(max-width:991.98px) {
    .tile-tooltip {
        font-size: 1rem;
        line-height: 2rem;
        padding-left: 2.25rem
    }
}

.tile-tooltip::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-image: url("../img/icons/favorite.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
    position: absolute;
    top: 50%;
    left: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:991.98px) {
    .tile-tooltip::before {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem
    }
}

.caption-panel {
    padding: 5rem 0;
    background-color: var(--body-color-light)
}

@media(max-width:1199.98px) {
    .caption-panel {
        padding: 4rem 0
    }
}

@media(max-width:991.98px) {
    .caption-panel {
        padding: 3rem 0
    }
}

@media(max-width:575.98px) {
    .caption-panel {
        padding: 2.5rem 0
    }
}

.bottom-right {
    position: relative
}

.bottom-right::before,
.bottom-right::after {
    content: "";
    display: inline-block;
    width: 22rem;
    height: 22rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:1399.98px) {

    .bottom-right::before,
    .bottom-right::after {
        left: 0;
        right: auto;
    }
}

@media(max-width:1199.98px) {

    .bottom-right::before,
    .bottom-right::after {
        width: 20rem;
        height: 20rem
    }
}

@media(max-width:991.98px) {

    .bottom-right::before,
    .bottom-right::after {
        width: 18rem;
        height: 18rem
    }
}

@media(max-width:767.98px) {

    .bottom-right::before,
    .bottom-right::after {
        left: -9rem;
        right: auto;
    }
}

@media(max-width:575.98px) {

    .bottom-right::before,
    .bottom-right::after {
        left: -35vw;
        right: auto;
    }
}

.bottom-right::before {
    background-image: url("../img/circle.svg");
    background-size: contain;
    z-index: 1
}

.bottom-right::after {
    background-image: url("../img/gift.png");
    background-size: 15rem;
    z-index: 1;
}

@media(max-width:1199.98px) {
    .bottom-right::after {
        background-size: 12.5rem
    }
}

@media(max-width:991.98px) {
    .bottom-right::after {
        background-size: 11.5rem
    }
}

.tail-menu-poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;

    position: relative;
    z-index: 10;   
    
}

.owl-carousel-container {
    padding-bottom: 2rem;
    margin: -0.5rem -0.5rem 0 -0.5rem
}

@media(max-width:575.98px) {
    .owl-carousel-container {
        padding-bottom: 1.5rem
    }
}

.owl-carousel.copy-field .owl-stage-outer {
    overflow: visible
}

.owl-carousel.copy-field .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel.copy-field .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.owl-carousel.copy-field .owl-item .frame-start {
    height: 100%;
    padding: .5rem
}

.owl-carousel.copy-field .owl-item .section-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
    height: 100%;
    padding: 1.5rem;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .15);
    box-shadow: 0 0 .5rem 0 rgba(26, 30, 24, .15)
}

@media(max-width:767.98px) {
    .owl-carousel.copy-field .owl-item .section-icon {
        row-gap: 1rem;
        padding: 1rem
    }
}

@media(max-width:575.98px) {
    .owl-carousel.copy-field .owl-item .section-icon {
        row-gap: 1.5rem;
        padding: 1.5rem
    }
}

.owl-carousel.copy-field .owl-item .option-canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.owl-carousel.copy-field .owl-item .picture-grid {
    width: 3rem;
    border-radius: 50%
}

.owl-carousel.copy-field .owl-item .center-left {
    font-weight: 600;
    display: block
}

.owl-carousel.copy-field .owl-item .toolbar-list {
    font-size: .75rem;
    color: rgba(0, 0, 0, .5);
    display: block
}

@media(max-width:991.98px) {
    .owl-carousel.copy-field .owl-item .toolbar-list {
        font-size: .875rem
    }
}

.hidden-line {
    justify-content: center; /* центрируем элементы по вертикали */
  align-items: center;     /* центрируем элементы по горизонтали */
  text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 2rem;
    border: 2px solid var(--body-color-smoke);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden
}

@media(max-width:1199.98px) {
    .hidden-line {
        padding: 2rem 1.5rem
    }
}

@media(max-width:991.98px) {
    .hidden-line {
        padding: 2.25rem
    }
}

@media(max-width:767.98px) {
    .hidden-line {
        border-width: 1px
    }
}

.hidden-line::before {
    content: "";
    display: inline-block;
    width: 20rem;
    height: 20rem;
    background-image: url("../img/circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20rem;
    position: absolute;
    right: -10rem;
    bottom: -10rem;
    z-index: -1
}

.zone-nav {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin-bottom: 1rem
}

@media(max-width:1399.98px) {
    .zone-nav {
        font-size: 2.25rem
    }
}

@media(max-width:991.98px) {
    .zone-nav {
        font-size: 2rem
    }
}

.surface-item-option {
    font-weight: 500
}

.dropdown-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2.5rem;
    padding: 4rem 0;
    background-image: url("../img/backmini.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--border-radius)
}

@media(max-width:767.98px) {
    .dropdown-start {
        row-gap: 2rem
    }
}

.column-region-row {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0
}

@media(max-width:1199.98px) {
    .column-region-row {
        font-size: 2.25rem
    }
}

@media(max-width:767.98px) {
    .column-region-row {
        font-size: 2rem
    }
}

@media(max-width:575.98px) {
    .column-region-row {
        font-size: 1.75rem;
        padding: 0 1.5rem
    }
}

.summary-dialog {
    padding: 3rem 1rem 1rem
}

@media(max-width:767.98px) {
    .summary-dialog {
        padding: 2rem 1rem 1rem
    }
}

@media(max-width:575.98px) {
    .summary-dialog {
        padding: 2rem 1.5rem 1.5rem
    }
}

.popup-nav {
    padding: 2.5rem 0;
    background-color: var(--body-color-light);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden
}

@media(max-width:991.98px) {
    .popup-nav {
        padding: 2rem 0
    }
}

.popup-nav::before {
    content: "";
    display: inline-block;
    width: 20rem;
    height: 20rem;
    background-image: url("../img/circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20rem;
    position: absolute;
    right: 25%;
    bottom: -10rem;
    z-index: 0
}

@media(max-width:575.98px) {
    .popup-nav::before {
        right: -10rem;
        bottom: -10rem
    }
}

.accent-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.5rem;
    position: relative
}

.cell-track-panel {
    display: inline-block; /* или block */
    margin-bottom: 1rem
}

.region-hint {
    width: auto
}

.dropdown-end-avatar {
    font-weight: 500;
    border-bottom: 1px solid
}

.dropdown-end-avatar:hover {
    color: var(--blue-color);
    border-color: var(--blue-color)
}

.featured-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.slot-inner {
    font-size: 0;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../Tourismtoyou.line-tooltip-wrapper/img/telegram.tile-overlay-drawer);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5rem
}

.last-bundle-action {
    font-size: var(--body-font-size-small);
    color: rgba(var(--accent-color-rgb), 0.5);
    display: block
}

@media(min-width:992px) {
    .last-bundle-action {
        text-align: end
    }
}
/* --- Поменять стороны в секции gift-box --- */
/* .gift-box__inner::before,
.gift-box__inner::after {
  left: 0 !important;   фон теперь слева
  right: auto !important;
} */

.desc-hidden .col-10.col-sm-9.col-md-6.col-xl-7.col-xxl-6 {
  margin-left: auto !important;  /* текст вправо */
  margin-right: 0 !important;
}

/* === FINAL FIX: кликабельный логотип, кнопка Контакты и стабильная верстка === */

/* === Блок "Контакты" === */
.flow-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.set-banner-control {
  font-size: 1rem;
  font-weight: 600;
  color: var(--body-color-dark, #000);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: inherit;          /* не меняет цвет текста */
  text-decoration: underline;
}

.box-drawer-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Кнопка */
.photo-inner-stack {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--body-color-dark, #000);
  font-weight: 500;
  font-size: 0.95rem;
  background: transparent;
  border: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.photo-inner-stack:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

/* Иконка — круглый фон */
.menu-copy {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;

  /* ключевые параметры для заполнения */
  object-fit: cover;        /* заставляет логотип заполнять весь контейнер */
  object-position: center;  /* выравнивает по центру */
}
.row.align-items-center.justify-content-between.gy-4 {
  align-items: stretch !important; /* растягиваем оба столбца по высоте */
}

.row.align-items-center.justify-content-between.gy-4 > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row.align-items-center.justify-content-between.gy-4 > [class*="col-"] > * {
  flex: 1;
}


.text-link {
    color: inherit;          /* не меняет цвет текста */
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: underline; /* без эффектов при наведении */
}

/* ============================= */
/* GIFT BOX — МОБИЛЬНАЯ ВЕРСИЯ   */
/* ============================= */

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

@media (max-width: 575.98px) {
  .bottom-right {
    position: relative;
  }

  .bottom-right::before,
  .bottom-right::after {
    left: -35vw !important; /* уходит за левый край экрана */
    right: auto !important;
  }
}