/* input(17758,28): run-time error CSS1030: Expected identifier, found ':'
input(17758,36): run-time error CSS1025: Expected comma or open brace, found ')'
input(19993,16): run-time error CSS1035: Expected colon, found 'left' */
@charset "UTF-8";

:root {
    --bs-primary: var(--root-base-color);
    --bs-secondary: #f2f2f2;
    --bs-success: #17aa81;
    --bs-info: #3954f7;
    --bs-warning: #f6bf33;
    --bs-danger: #ce3222;
    --bs-light: #fff;
    --bs-dark: #3d3a3a;
    --bs-extra-dark: #232428;
    --bs-primary-rgb: 235,195,71;
    --bs-secondary-rgb: 242,242,242;
    --bs-success-rgb: 23,170,129;
    --bs-info-rgb: 57,84,247;
    --bs-warning-rgb: 246,191,51;
    --bs-danger-rgb: 206,50,34;
    --bs-light-rgb: 255,255,255;
    --bs-dark-rgb: 61,58,58;
    --bs-extra-dark-rgb: 35,36,40;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 61,58,58;
    --bs-font-sans-serif: "Primary","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    --bs-font-monospace: "Trebuchet MS","Liberation Mono","Courier New";
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.77;
    --bs-body-color: #3d3a3a;
    --bs-body-bg: #f7f7f7;
    --bs-body-bg: #f7f7f7;
    --root-base-color: #ffd700;
    --root-basehv-color: #EFBF04;
    --root-baseac-color: #EFBF04;
   --root-base-font-btn-color:#000;
}

*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

.navbar-brand img {
    max-height: 100px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1, h1 {
    font-size: calc(1.40625rem + 1.875vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.8125rem
    }
}

.h2, h2 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.5rem
    }
}

.h3, h3 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 2.25rem
    }
}

.h4, h4 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 2rem
    }
}

.h5, h5 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h5, h5 {
        font-size: 1.75rem
    }
}

.h6, h6 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h6, h6 {
        font-size: 1.5rem
    }
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title], abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

sub, sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--root-base-color)
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #cfa217
        }

        a:not([href]):not([class]), a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

code, kbd, pre, samp {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

    pre code {
        color: inherit;
        font-size: inherit;
        word-break: normal
    }

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a > code {
    color: inherit
}

kbd {
    background-color: #1e2022;
    border-radius: 6px;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

    kbd kbd {
        font-size: 1em;
        font-weight: 700;
        padding: 0
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #b6b6b6;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.53125rem + 3.375vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 4.0625rem
    }
}

.display-2 {
    font-size: calc(1.5rem + 3vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 3.75rem
    }
}

.display-3 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3.5rem
    }
}

.display-4 {
    font-size: calc(1.4375rem + 2.25vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.125rem
    }
}

.display-5 {
    font-size: calc(1.4375rem + 2.25vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3.125rem
    }
}

.display-6 {
    font-size: calc(1.4375rem + 2.25vw);
    font-weight: 700;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 3.125rem
    }
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    color: #8c98a4;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

    .blockquote-footer:before {
        content: "— "
    }

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #8c98a4;
    font-size: .875em
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

    .row > * {
        flex-shrink: 0;
        margin-top: var(--bs-gutter-y);
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
        width: 100%
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 2rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 2rem
}

.g-6, .gx-6 {
    --bs-gutter-x: 3rem
}

.g-6, .gy-6 {
    --bs-gutter-y: 3rem
}

.g-7, .gx-7 {
    --bs-gutter-x: 4.5rem
}

.g-7, .gy-7 {
    --bs-gutter-y: 4.5rem
}

.g-8, .gx-8 {
    --bs-gutter-x: 6rem
}

.g-8, .gy-8 {
    --bs-gutter-y: 6rem
}

.g-9, .gx-9 {
    --bs-gutter-x: 8rem
}

.g-9, .gy-9 {
    --bs-gutter-y: 8rem
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 2rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 2rem
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 3rem
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 3rem
    }

    .g-sm-7, .gx-sm-7 {
        --bs-gutter-x: 4.5rem
    }

    .g-sm-7, .gy-sm-7 {
        --bs-gutter-y: 4.5rem
    }

    .g-sm-8, .gx-sm-8 {
        --bs-gutter-x: 6rem
    }

    .g-sm-8, .gy-sm-8 {
        --bs-gutter-y: 6rem
    }

    .g-sm-9, .gx-sm-9 {
        --bs-gutter-x: 8rem
    }

    .g-sm-9, .gy-sm-9 {
        --bs-gutter-y: 8rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 2rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 2rem
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 3rem
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 3rem
    }

    .g-md-7, .gx-md-7 {
        --bs-gutter-x: 4.5rem
    }

    .g-md-7, .gy-md-7 {
        --bs-gutter-y: 4.5rem
    }

    .g-md-8, .gx-md-8 {
        --bs-gutter-x: 6rem
    }

    .g-md-8, .gy-md-8 {
        --bs-gutter-y: 6rem
    }

    .g-md-9, .gx-md-9 {
        --bs-gutter-x: 8rem
    }

    .g-md-9, .gy-md-9 {
        --bs-gutter-y: 8rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 2rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 3rem
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 3rem
    }

    .g-lg-7, .gx-lg-7 {
        --bs-gutter-x: 4.5rem
    }

    .g-lg-7, .gy-lg-7 {
        --bs-gutter-y: 4.5rem
    }

    .g-lg-8, .gx-lg-8 {
        --bs-gutter-x: 6rem
    }

    .g-lg-8, .gy-lg-8 {
        --bs-gutter-y: 6rem
    }

    .g-lg-9, .gx-lg-9 {
        --bs-gutter-x: 8rem
    }

    .g-lg-9, .gy-lg-9 {
        --bs-gutter-y: 8rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xl-7, .gx-xl-7 {
        --bs-gutter-x: 4.5rem
    }

    .g-xl-7, .gy-xl-7 {
        --bs-gutter-y: 4.5rem
    }

    .g-xl-8, .gx-xl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xl-8, .gy-xl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xl-9, .gx-xl-9 {
        --bs-gutter-x: 8rem
    }

    .g-xl-9, .gy-xl-9 {
        --bs-gutter-y: 8rem
    }
}

@media (min-width: 1460px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 2rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 2rem
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-7, .gx-xxl-7 {
        --bs-gutter-x: 4.5rem
    }

    .g-xxl-7, .gy-xxl-7 {
        --bs-gutter-y: 4.5rem
    }

    .g-xxl-8, .gx-xxl-8 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-8, .gy-xxl-8 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-9, .gx-xxl-9 {
        --bs-gutter-x: 8rem
    }

    .g-xxl-9, .gy-xxl-9 {
        --bs-gutter-y: 8rem
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .pane {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x,1rem);
    padding-right: var(--bs-gutter-x,1rem);
    width: 100%
}

@media (min-width: 576px) {
    .container, .container-sm, .pane {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm, .pane {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .pane {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .pane {
        max-width: 1100px
    }
}

@media (min-width: 1460px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .pane {
        max-width: 1340px
    }
}

.general-paragraph table, .table, .text-formatted table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #3d3a3a;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #3d3a3a;
    --bs-table-active-bg: #f4f4f4;
    --bs-table-hover-color: #3d3a3a;
    --bs-table-hover-bg: #f4f4f4;
    border-color: #eee;
    color: #3d3a3a;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

    .general-paragraph table > :not(caption) > * > *, .table > :not(caption) > * > *, .text-formatted table > :not(caption) > * > * {
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        padding: .5rem
    }

    .general-paragraph table > tbody, .table > tbody, .text-formatted table > tbody {
        vertical-align: inherit
    }

    .general-paragraph table > thead, .table > thead, .text-formatted table > thead {
        vertical-align: bottom
    }

    .general-paragraph table > :not(:last-child) > :last-child > *, .table > :not(:last-child) > :last-child > *, .text-formatted table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem
}

.general-paragraph table > :not(caption) > *, .table-bordered > :not(caption) > *, .text-formatted table > :not(caption) > * {
    border-width: 1px 0
}

    .general-paragraph table > :not(caption) > * > *, .table-bordered > :not(caption) > * > *, .text-formatted table > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #fbf3da;
    --bs-table-striped-bg: #eee7cf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2dbc4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8e1ca;
    --bs-table-hover-color: #000;
    border-color: #e2dbc4;
    color: #000
}

.table-secondary {
    --bs-table-bg: #fcfcfc;
    --bs-table-striped-bg: #efefef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3e3e3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9e9e9;
    --bs-table-hover-color: #000;
    border-color: #e3e3e3;
    color: #000
}

.table-success {
    --bs-table-bg: #d1eee6;
    --bs-table-striped-bg: #c7e2db;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd6cf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1dcd5;
    --bs-table-hover-color: #000;
    border-color: #bcd6cf;
    color: #000
}

.table-info {
    --bs-table-bg: #d7ddfd;
    --bs-table-striped-bg: #ccd2f0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2c7e4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7ccea;
    --bs-table-hover-color: #000;
    border-color: #c2c7e4;
    color: #000
}

.table-warning {
    --bs-table-bg: #fdf2d6;
    --bs-table-striped-bg: #f0e6cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4dac1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eae0c6;
    --bs-table-hover-color: #000;
    border-color: #e4dac1;
    color: #000
}

.table-danger {
    --bs-table-bg: #f5d6d3;
    --bs-table-striped-bg: #e9cbc8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc1be;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3c6c3;
    --bs-table-hover-color: #000;
    border-color: #ddc1be;
    color: #000
}

.table-light {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #f2f2f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6e6e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ececec;
    --bs-table-hover-color: #000;
    border-color: #e6e6e6;
    color: #000
}

.table-dark {
    --bs-table-bg: #3d3a3a;
    --bs-table-striped-bg: #474444;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #504e4e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #4c4949;
    --bs-table-hover-color: #fff;
    border-color: #504e4e;
    color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width: 1459.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.75rem + 1px);
    padding-top: calc(.75rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: 1rem;
    padding-bottom: calc(.53125rem + 1px);
    padding-top: calc(.53125rem + 1px)
}

.form-text {
    color: #b6b6b6;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    color: #77838f;
    display: block;
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    background-color: #f5f5f5;
    border-color: #7e7878;
    box-shadow: 0 0 0 3px rgba(61,58,58,.15);
    color: #77838f;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #8c98a4;
    opacity: 1
}

.form-control::placeholder {
    color: #8c98a4;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4;
    opacity: 1
}

.form-control::file-selector-button {
    background-color: #f4f4f4;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #77838f;
    margin: -.75rem -1.25rem;
    margin-inline-end: 1.25rem;
    padding: .75rem 1.25rem;
    pointer-events: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e8e8e8
}

.form-control::-webkit-file-upload-button {
    background-color: #f4f4f4;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #77838f;
    margin: -.75rem -1.25rem;
    margin-inline-end: 1.25rem;
    padding: .75rem 1.25rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e8e8e8
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #3d3a3a;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .75rem 0;
    width: 100%
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-left: 0;
        padding-right: 0
    }

.form-control-sm {
    border-radius: 6px;
    font-size: 1rem;
    min-height: calc(1.5em + 1.0625rem + 2px);
    padding: .53125rem .6rem
}

    .form-control-sm::file-selector-button {
        margin: -.53125rem -.6rem;
        margin-inline-end: .6rem;
        padding: .53125rem .6rem
    }

    .form-control-sm::-webkit-file-upload-button {
        margin: -.53125rem -.6rem;
        margin-inline-end: .6rem;
        padding: .53125rem .6rem
    }

.form-control-lg {
    border-radius: 8px;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

    .form-control-lg::file-selector-button {
        margin: -.5rem -1rem;
        margin-inline-end: 1rem;
        padding: .5rem 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        margin: -.5rem -1rem;
        margin-inline-end: 1rem;
        padding: .5rem 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + 1.5rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 1.0625rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: auto;
    padding: .75rem;
    width: 3rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border-radius: 6px;
        height: 1.5em
    }

    .form-control-color::-webkit-color-swatch {
        border-radius: 6px;
        height: 1.5em
    }

.form-select, .sort-widget__button {
    -moz-padding-start: calc(1.25rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .4166666667rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    color: #77838f;
    display: block;
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 1.875rem .75rem 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select, .sort-widget__button {
        transition: none
    }
}

.form-select:focus, .sort-widget__button:focus {
    border-color: #7e7878;
    box-shadow: 0 0 0 .1rem rgba(61,58,58,.25);
    outline: 0
}

.form-select[multiple], .form-select[size]:not([size="1"]), [multiple].sort-widget__button, [size].sort-widget__button:not([size="1"]) {
    background-image: none;
    padding-right: 1.25rem
}

.form-select:disabled, .sort-widget__button:disabled {
    background-color: #f4f4f4
}

.form-select:-moz-focusring, .sort-widget__button:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #77838f
}

.form-select-sm {
    font-size: 1rem;
    padding-bottom: .53125rem;
    padding-left: .6rem;
    padding-top: .53125rem
}

.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    height: 1em;
    margin-top: .385em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #7e7878;
        box-shadow: 0 0 0 .1rem rgba(61,58,58,.25);
        outline: 0
    }

    .form-check-input:checked {
        background-color: #3d3a3a;
        border-color: #3d3a3a
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #3d3a3a;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
        border-color: #3d3a3a
    }

    .form-check-input:disabled {
        filter: none;
        opacity: .5;
        pointer-events: none
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
        background-position: 0;
        border-radius: 2em;
        margin-left: -2.5em;
        transition: background-position .15s ease-in-out;
        width: 2em
    }

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%237e7878'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        filter: none;
        opacity: .65;
        pointer-events: none
    }

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.2rem;
    padding: 0;
    width: 100%
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #f7f7f7,0 0 0 3px rgba(61,58,58,.15)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #f7f7f7,0 0 0 3px rgba(61,58,58,.15)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background-color: #3d3a3a;
        border: 0;
        border-radius: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 1rem
    }

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #c5c4c4
}

.form-range::-webkit-slider-runnable-track {
    background-color: #eee;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #3d3a3a;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #c5c4c4
}

.form-range::-moz-range-track {
    background-color: #eee;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #a8a8a8
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #a8a8a8
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select, .form-floating > .sort-widget__button {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        border: 1px solid transparent;
        height: 100%;
        left: 0;
        padding: 1rem 1.25rem;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem 1.25rem
}

    .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-bottom: .625rem;
        padding-top: 1.625rem
    }

.form-floating > .form-select, .form-floating > .sort-widget__button {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating > .sort-widget__button ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.valid-feedback {
    color: #17aa81;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(23,170,129,.9);
    border-radius: 6px;
    color: #000;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #17aa81
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #17aa81;
        box-shadow: 0 0 0 .1rem rgba(23,170,129,.25)
    }

.form-select.is-valid, .is-valid.sort-widget__button, .was-validated .form-select:valid, .was-validated .sort-widget__button:valid {
    border-color: #17aa81
}

    .form-select.is-valid:focus, .is-valid.sort-widget__button:focus, .was-validated .form-select:valid:focus, .was-validated .sort-widget__button:valid:focus {
        border-color: #17aa81;
        box-shadow: 0 0 0 .1rem rgba(23,170,129,.25)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #17aa81
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #17aa81
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .1rem rgba(23,170,129,.25)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #17aa81
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .input-group .is-valid.sort-widget__button, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid, .was-validated .input-group .sort-widget__button:valid {
    z-index: 1
}

    .input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .input-group .is-valid.sort-widget__button:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus, .was-validated .input-group .sort-widget__button:valid:focus {
        z-index: 3
    }

.invalid-feedback {
    color: #ce3222;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(206,50,34,.9);
    border-radius: 6px;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ce3222
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #ce3222;
        box-shadow: 0 0 0 .1rem rgba(206,50,34,.25)
    }

.form-select.is-invalid, .is-invalid.sort-widget__button, .was-validated .form-select:invalid, .was-validated .sort-widget__button:invalid {
    border-color: #ce3222
}

    .form-select.is-invalid:focus, .is-invalid.sort-widget__button:focus, .was-validated .form-select:invalid:focus, .was-validated .sort-widget__button:invalid:focus {
        border-color: #ce3222;
        box-shadow: 0 0 0 .1rem rgba(206,50,34,.25)
    }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #ce3222
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #ce3222
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .1rem rgba(206,50,34,.25)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #ce3222
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .input-group .is-invalid.sort-widget__button, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid, .was-validated .input-group .sort-widget__button:invalid {
    z-index: 2
}

    .input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .input-group .is-invalid.sort-widget__button:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus, .was-validated .input-group .sort-widget__button:invalid:focus {
        z-index: 3
    }

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #3d3a3a;
    cursor: pointer;
    display: inline-block;
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem 3.125rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #3d3a3a
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 .1rem rgba(61,58,58,.25);
    outline: 0
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: var(--root-base-color);
    border-color: var(--root-base-color) !important;
    color: var(--root-base-font-btn-color);
    outline: none;
    border: 0px;
}

    .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
        background-color: var(--root-basehv-color);
        border-color: #edc959;
        color: var(--root-base-font-btn-color)
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        box-shadow: 0 0 0 .1rem rgba(200,166,60,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--root-baseac-color);
        border-color: #edc959;
        color: var(--root-base-font-btn-color)
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(200,166,60,.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: var(--root-base-color);
        border-color: var(--root-base-color);
        color: var(--root-base-font-btn-color)
    }

.btn-secondary {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000
}

    .btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
        background-color: #f4f4f4;
        border-color: #f3f3f3;
        color: #000
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        box-shadow: 0 0 0 .1rem hsla(0,0%,81%,.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        background-color: #f5f5f5;
        border-color: #f3f3f3;
        color: #000
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem hsla(0,0%,81%,.5)
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        color: #000
    }

.btn-success {
    background-color: #17aa81;
    border-color: #17aa81;
    color: #000
}

    .btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
        background-color: #3ab794;
        border-color: #2eb38e;
        color: #000
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        box-shadow: 0 0 0 .1rem rgba(20,145,110,.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        background-color: #45bb9a;
        border-color: #2eb38e;
        color: #000
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(20,145,110,.5)
        }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #17aa81;
        border-color: #17aa81;
        color: #000
    }

.btn-info {
    background-color: #3954f7;
    border-color: #3954f7;
    color: #fff
}

    .btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
        background-color: #3047d2;
        border-color: #2e43c6;
        color: #fff
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        box-shadow: 0 0 0 .1rem rgba(87,110,248,.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        background-color: #2e43c6;
        border-color: #2b3fb9;
        color: #fff
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(87,110,248,.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #3954f7;
        border-color: #3954f7;
        color: #fff
    }

.btn-warning {
    background-color: #f6bf33;
    border-color: #f6bf33;
    color: #000
}

    .btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
        background-color: #f7c952;
        border-color: #f7c547;
        color: #000
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        box-shadow: 0 0 0 .1rem rgba(209,162,43,.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        background-color: #f8cc5c;
        border-color: #f7c547;
        color: #000
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(209,162,43,.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #f6bf33;
        border-color: #f6bf33;
        color: #000
    }

.btn-danger {
    background-color: #ce3222;
    border-color: #ce3222;
    color: #fff
}

    .btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
        background-color: #af2b1d;
        border-color: #a5281b;
        color: #fff
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        box-shadow: 0 0 0 .1rem rgba(213,81,67,.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        background-color: #a5281b;
        border-color: #9b261a;
        color: #fff
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(213,81,67,.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #ce3222;
        border-color: #ce3222;
        color: #fff
    }

.btn-check:focus + .btn-light, .btn-light, .btn-light:focus, .btn-light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

    .btn-check:focus + .btn-light, .btn-light:focus {
        box-shadow: 0 0 0 .1rem hsla(0,0%,85%,.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        background-color: #fff;
        border-color: #fff;
        color: #000
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem hsla(0,0%,85%,.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        background-color: #fff;
        border-color: #fff;
        color: #000
    }

.btn-dark {
    background-color: #3d3a3a;
    border-color: #3d3a3a;
    color: #fff;
    border:0px;
    outline: none!important
}

    .btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
        background-color: #343131;
        border-color: #312e2e;
        color: #fff
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        box-shadow: 0 0 0 .1rem rgba(90,88,88,.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        background-color: #312e2e;
        border-color: #2e2c2c;
        color: #fff
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(90,88,88,.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #3d3a3a;
        border-color: #3d3a3a;
        color: #fff
    }

.btn-extra-dark {
    background-color: #232428;
    border-color: #232428;
    color: #fff
}

    .btn-check:focus + .btn-extra-dark, .btn-extra-dark:focus, .btn-extra-dark:hover {
        background-color: #1e1f22;
        border-color: #1c1d20;
        color: #fff
    }

    .btn-check:focus + .btn-extra-dark, .btn-extra-dark:focus {
        box-shadow: 0 0 0 .1rem rgba(68,69,72,.5)
    }

    .btn-check:active + .btn-extra-dark, .btn-check:checked + .btn-extra-dark, .btn-extra-dark.active, .btn-extra-dark:active, .show > .btn-extra-dark.dropdown-toggle {
        background-color: #1c1d20;
        border-color: #1a1b1e;
        color: #fff
    }

        .btn-check:active + .btn-extra-dark:focus, .btn-check:checked + .btn-extra-dark:focus, .btn-extra-dark.active:focus, .btn-extra-dark:active:focus, .show > .btn-extra-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .1rem rgba(68,69,72,.5)
        }

    .btn-extra-dark.disabled, .btn-extra-dark:disabled {
        background-color: #232428;
        border-color: #232428;
        color: #fff
    }

.btn-outline-primary {
    border-color: var(--root-base-color);
    color: var(--root-base-color)
}

    .btn-outline-primary:hover {
        background-color: var(--root-base-color);
        border-color: var(--root-base-color);
        color: var(--root-base-font-btn-color)
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .1rem rgba(235,195,71,.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        background-color: var(--root-base-color);
        border-color: var(--root-base-color);
        color: var(--root-base-font-btn-color)
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: 0 0 0 .1rem rgba(235,195,71,.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        background-color: transparent;
        color: var(--root-base-color)
    }

.btn-outline-secondary {
    border-color: #f2f2f2;
    color: #f2f2f2
}

    .btn-outline-secondary:hover {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        color: #fff
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .1rem hsla(0,0%,95%,.5)
    }

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        color: #000
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0 0 0 .1rem hsla(0,0%,95%,.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        background-color: transparent;
        color: #f2f2f2
    }

.btn-outline-success {
    border-color: #17aa81;
    color: #17aa81
}

    .btn-outline-success:hover {
        background-color: #17aa81;
        border-color: #17aa81;
        color: #000
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .1rem rgba(23,170,129,.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        background-color: #17aa81;
        border-color: #17aa81;
        color: #000
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            box-shadow: 0 0 0 .1rem rgba(23,170,129,.5)
        }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        background-color: transparent;
        color: #17aa81
    }

.btn-outline-info {
    border-color: #3954f7;
    color: #3954f7
}

    .btn-outline-info:hover {
        background-color: #3954f7;
        border-color: #3954f7;
        color: #fff
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .1rem rgba(57,84,247,.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        background-color: #3954f7;
        border-color: #3954f7;
        color: #fff
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            box-shadow: 0 0 0 .1rem rgba(57,84,247,.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        background-color: transparent;
        color: #3954f7
    }

.btn-outline-warning {
    border-color: #f6bf33;
    color: #f6bf33
}

    .btn-outline-warning:hover {
        background-color: #f6bf33;
        border-color: #f6bf33;
        color: #000
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .1rem rgba(246,191,51,.5)
    }

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        background-color: #f6bf33;
        border-color: #f6bf33;
        color: #000
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            box-shadow: 0 0 0 .1rem rgba(246,191,51,.5)
        }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        background-color: transparent;
        color: #f6bf33
    }

.btn-outline-danger {
    border-color: #ce3222;
    color: #ce3222
}

    .btn-outline-danger:hover {
        background-color: #ce3222;
        border-color: #ce3222;
        color: #fff
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .1rem rgba(206,50,34,.5)
    }

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        background-color: #ce3222;
        border-color: #ce3222;
        color: #fff
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            box-shadow: 0 0 0 .1rem rgba(206,50,34,.5)
        }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        background-color: transparent;
        color: #ce3222
    }

.btn-outline-light {
    border-color: #fff;
    color: #fff
}

    .btn-outline-light:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .1rem hsla(0,0%,100%,.5)
    }

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        background-color: #fff;
        border-color: #fff;
        color: #000
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: 0 0 0 .1rem hsla(0,0%,100%,.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        background-color: transparent;
        color: #fff
    }

.btn-outline-dark {
    border-color: #3d3a3a;
    color: #3d3a3a
}

    .btn-outline-dark:hover {
        background-color: #3d3a3a;
        border-color: #3d3a3a;
        color: #fff
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .1rem rgba(61,58,58,.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        background-color: #3d3a3a;
        border-color: #3d3a3a;
        color: #fff
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: 0 0 0 .1rem rgba(61,58,58,.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        background-color: transparent;
        color: #3d3a3a
    }

.btn-outline-extra-dark {
    border-color: #232428;
    color: #232428
}

    .btn-outline-extra-dark:hover {
        background-color: #232428;
        border-color: #232428;
        color: #fff
    }

    .btn-check:focus + .btn-outline-extra-dark, .btn-outline-extra-dark:focus {
        box-shadow: 0 0 0 .1rem rgba(35,36,40,.5)
    }

    .btn-check:active + .btn-outline-extra-dark, .btn-check:checked + .btn-outline-extra-dark, .btn-outline-extra-dark.active, .btn-outline-extra-dark.dropdown-toggle.show, .btn-outline-extra-dark:active {
        background-color: #232428;
        border-color: #232428;
        color: #fff
    }

        .btn-check:active + .btn-outline-extra-dark:focus, .btn-check:checked + .btn-outline-extra-dark:focus, .btn-outline-extra-dark.active:focus, .btn-outline-extra-dark.dropdown-toggle.show:focus, .btn-outline-extra-dark:active:focus {
            box-shadow: 0 0 0 .1rem rgba(35,36,40,.5)
        }

    .btn-outline-extra-dark.disabled, .btn-outline-extra-dark:disabled {
        background-color: transparent;
        color: #232428
    }

.btn-link {
    color: var(--root-base-color);
    font-weight: 400;
    text-decoration: none
}

    .btn-link:hover {
        color: #cfa217
    }

    .btn-link:focus, .btn-link:hover {
        text-decoration: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #8c98a4
    }

.btn-lg {
    font-size: 1.25rem;
    padding: .5rem 2.5rem
}

.btn-lg, .btn-sm {
    border-radius: 6px
}

.btn-sm {
    font-size: 1rem;
    padding: .53125rem 1.5rem
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .sort-widget__button:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

    .input-group .btn:focus {
        z-index: 3
    }

.input-group-text {
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    color: #77838f;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .75rem 1.25rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .sort-widget__button {
    border-radius: 8px;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .sort-widget__button {
    border-radius: 6px;
    font-size: 1rem;
    padding: .53125rem .6rem
}

.input-group-lg > .form-select, .input-group-lg > .sort-widget__button, .input-group-sm > .form-select, .input-group-sm > .sort-widget__button {
    padding-right: 3.125rem
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.badge {
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    padding: .5rem .75rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    border: 0 solid transparent;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.75rem
}

    .alert-dismissible .btn-close {
        padding: .9375rem 1.25rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }

.alert-primary {
    background-color: #fbf3da;
    border-color: #f9edc8;
    color: #5e4e1c
}

    .alert-primary .alert-link {
        color: #4b3e16
    }

.alert-secondary {
    background-color: #fcfcfc;
    border-color: #fbfbfb;
    color: #616161
}

    .alert-secondary .alert-link {
        color: #4e4e4e
    }

.alert-success {
    background-color: #d1eee6;
    border-color: #b9e6d9;
    color: #0e664d
}

    .alert-success .alert-link {
        color: #0b523e
    }

.alert-info {
    background-color: #d7ddfd;
    border-color: #c4ccfd;
    color: #223294
}

    .alert-info .alert-link {
        color: #1b2876
    }

.alert-warning {
    background-color: #fdf2d6;
    border-color: #fcecc2;
    color: #624c14
}

    .alert-warning .alert-link {
        color: #4e3d10
    }

.alert-danger {
    background-color: #f5d6d3;
    border-color: #f0c2bd;
    color: #7c1e14
}

    .alert-danger .alert-link {
        color: #631810
    }

.alert-light {
    background-color: #fff;
    border-color: #fff;
    color: #666
}

    .alert-light .alert-link {
        color: #525252
    }

.alert-dark {
    background-color: #d8d8d8;
    border-color: #c5c4c4;
    color: #252323
}

    .alert-dark .alert-link {
        color: #1e1c1c
    }

.alert-extra-dark {
    background-color: #d3d3d4;
    border-color: #bdbdbf;
    color: #151618
}

    .alert-extra-dark .alert-link {
        color: #111213
    }

.list-group {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

    .list-group-numbered > li:before {
        content: counters(section,".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    color: #77838f;
    text-align: inherit;
    width: 100%
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        background-color: #f7f7f7;
        color: #77838f;
        text-decoration: none;
        z-index: 1
    }

    .list-group-item-action:active {
        background-color: #f4f4f4;
        color: #3d3a3a
    }

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color: #1e2022;
    display: block;
    padding: .5rem 1rem;
    position: relative
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        background-color: #fff;
        color: #8c98a4;
        pointer-events: none
    }

    .list-group-item.active {
        background-color: #3d3a3a;
        border-color: #3d3a3a;
        color: #fff;
        z-index: 2
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            border-top-width: 1px;
            margin-top: -1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 6px;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            border-left-width: 1px;
            margin-left: -1px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 6px;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-top-right-radius: 6px
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-left-width: 0;
            border-top-width: 1px
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                border-left-width: 1px;
                margin-left: -1px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 6px;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-top-right-radius: 6px
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-left-width: 0;
            border-top-width: 1px
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                border-left-width: 1px;
                margin-left: -1px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 6px;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-top-right-radius: 6px
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-left-width: 0;
            border-top-width: 1px
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                border-left-width: 1px;
                margin-left: -1px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 6px;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-top-right-radius: 6px
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-left-width: 0;
            border-top-width: 1px
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                border-left-width: 1px;
                margin-left: -1px
            }
}

@media (min-width: 1460px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 6px;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-top-right-radius: 6px
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-left-width: 0;
            border-top-width: 1px
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                border-left-width: 1px;
                margin-left: -1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    background-color: #fbf3da;
    color: #5e4e1c
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        background-color: #e2dbc4;
        color: #5e4e1c
    }

    .list-group-item-primary.list-group-item-action.active {
        background-color: #5e4e1c;
        border-color: #5e4e1c;
        color: #fff
    }

.list-group-item-secondary {
    background-color: #fcfcfc;
    color: #616161
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        background-color: #e3e3e3;
        color: #616161
    }

    .list-group-item-secondary.list-group-item-action.active {
        background-color: #616161;
        border-color: #616161;
        color: #fff
    }

.list-group-item-success {
    background-color: #d1eee6;
    color: #0e664d
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        background-color: #bcd6cf;
        color: #0e664d
    }

    .list-group-item-success.list-group-item-action.active {
        background-color: #0e664d;
        border-color: #0e664d;
        color: #fff
    }

.list-group-item-info {
    background-color: #d7ddfd;
    color: #223294
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        background-color: #c2c7e4;
        color: #223294
    }

    .list-group-item-info.list-group-item-action.active {
        background-color: #223294;
        border-color: #223294;
        color: #fff
    }

.list-group-item-warning {
    background-color: #fdf2d6;
    color: #624c14
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        background-color: #e4dac1;
        color: #624c14
    }

    .list-group-item-warning.list-group-item-action.active {
        background-color: #624c14;
        border-color: #624c14;
        color: #fff
    }

.list-group-item-danger {
    background-color: #f5d6d3;
    color: #7c1e14
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        background-color: #ddc1be;
        color: #7c1e14
    }

    .list-group-item-danger.list-group-item-action.active {
        background-color: #7c1e14;
        border-color: #7c1e14;
        color: #fff
    }

.list-group-item-light {
    background-color: #fff;
    color: #666
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        background-color: #e6e6e6;
        color: #666
    }

    .list-group-item-light.list-group-item-action.active {
        background-color: #666;
        border-color: #666;
        color: #fff
    }

.list-group-item-dark {
    background-color: #d8d8d8;
    color: #252323
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        background-color: #c2c2c2;
        color: #252323
    }

    .list-group-item-dark.list-group-item-action.active {
        background-color: #252323;
        border-color: #252323;
        color: #fff
    }

.list-group-item-extra-dark {
    background-color: #d3d3d4;
    color: #151618
}

    .list-group-item-extra-dark.list-group-item-action:focus, .list-group-item-extra-dark.list-group-item-action:hover {
        background-color: #bebebf;
        color: #151618
    }

    .list-group-item-extra-dark.list-group-item-action.active {
        background-color: #151618;
        border-color: #151618;
        color: #fff
    }

.ui-helper-hidden-accessible, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.ratio {
    position: relative;
    width: 100%
}

    .ratio:before {
        content: "";
        display: block;
        padding-top: var(--bs-aspect-ratio)
    }

    .ratio > * {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #eee !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #eee !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #eee !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #eee !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #eee !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: var(--root-base-color) !important
}

.border-secondary {
    border-color: #f2f2f2 !important
}

.border-success {
    border-color: #17aa81 !important
}

.border-info {
    border-color: #3954f7 !important
}

.border-warning {
    border-color: #f6bf33 !important
}

.border-danger {
    border-color: #ce3222 !important
}

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: #3d3a3a !important
}

.border-extra-dark {
    border-color: #232428 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 2rem !important
}

.gap-6 {
    gap: 3rem !important
}

.gap-7 {
    gap: 4.5rem !important
}

.gap-8 {
    gap: 6rem !important
}

.gap-9 {
    gap: 8rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.m-7 {
    margin: 4.5rem !important
}

.m-8 {
    margin: 6rem !important
}

.m-9 {
    margin: 8rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
}

.mx-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
}

.mx-9 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

.my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-7 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
}

.my-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
}

.my-9 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 2rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 4.5rem !important
}

.mt-8 {
    margin-top: 6rem !important
}

.mt-9 {
    margin-top: 8rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 2rem !important
}

.me-6 {
    margin-right: 3rem !important
}

.me-7 {
    margin-right: 4.5rem !important
}

.me-8 {
    margin-right: 6rem !important
}

.me-9 {
    margin-right: 8rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 4.5rem !important
}

.mb-8 {
    margin-bottom: 6rem !important
}

.mb-9 {
    margin-bottom: 8rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 2rem !important
}

.ms-6 {
    margin-left: 3rem !important
}

.ms-7 {
    margin-left: 4.5rem !important
}

.ms-8 {
    margin-left: 6rem !important
}

.ms-9 {
    margin-left: 8rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.m-n6 {
    margin: -3rem !important
}

.m-n7 {
    margin: -4.5rem !important
}

.m-n8 {
    margin: -6rem !important
}

.m-n9 {
    margin: -8rem !important
}

.mx-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
}

.mx-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.mx-n5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
}

.mx-n6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
}

.mx-n7 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
}

.mx-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
}

.mx-n9 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
}

.my-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
}

.my-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
}

.my-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
}

.my-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
}

.my-n5 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
}

.my-n6 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
}

.my-n7 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
}

.my-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
}

.my-n9 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -2rem !important
}

.mt-n6 {
    margin-top: -3rem !important
}

.mt-n7 {
    margin-top: -4.5rem !important
}

.mt-n8 {
    margin-top: -6rem !important
}

.mt-n9 {
    margin-top: -8rem !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -2rem !important
}

.me-n6 {
    margin-right: -3rem !important
}

.me-n7 {
    margin-right: -4.5rem !important
}

.me-n8 {
    margin-right: -6rem !important
}

.me-n9 {
    margin-right: -8rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -2rem !important
}

.mb-n6 {
    margin-bottom: -3rem !important
}

.mb-n7 {
    margin-bottom: -4.5rem !important
}

.mb-n8 {
    margin-bottom: -6rem !important
}

.mb-n9 {
    margin-bottom: -8rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -2rem !important
}

.ms-n6 {
    margin-left: -3rem !important
}

.ms-n7 {
    margin-left: -4.5rem !important
}

.ms-n8 {
    margin-left: -6rem !important
}

.ms-n9 {
    margin-left: -8rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.p-7 {
    padding: 4.5rem !important
}

.p-8 {
    padding: 6rem !important
}

.p-9 {
    padding: 8rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
}

.px-9 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-7 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.py-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.py-9 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 2rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 4.5rem !important
}

.pt-8 {
    padding-top: 6rem !important
}

.pt-9 {
    padding-top: 8rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 2rem !important
}

.pe-6 {
    padding-right: 3rem !important
}

.pe-7 {
    padding-right: 4.5rem !important
}

.pe-8 {
    padding-right: 6rem !important
}

.pe-9 {
    padding-right: 8rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 2rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 4.5rem !important
}

.pb-8 {
    padding-bottom: 6rem !important
}

.pb-9 {
    padding-bottom: 8rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 2rem !important
}

.ps-6 {
    padding-left: 3rem !important
}

.ps-7 {
    padding-left: 4.5rem !important
}

.ps-8 {
    padding-left: 6rem !important
}

.ps-9 {
    padding-left: 8rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.40625rem + 1.875vw) !important
}

.fs-2 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-3 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-4 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-5 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-6 {
    font-size: calc(1.275rem + .3vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.4 !important
}

.lh-base {
    line-height: 1.77 !important
}

.lh-lg {
    line-height: 1.875 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-extra-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-extra-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #b6b6b6 !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-extra-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-extra-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 6px !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1, .rounded-2 {
    border-radius: 6px !important
}

.rounded-3 {
    border-radius: 8px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 6px !important
}

.rounded-end, .rounded-top {
    border-top-right-radius: 6px !important
}

.rounded-bottom, .rounded-end {
    border-bottom-right-radius: 6px !important
}

.rounded-bottom, .rounded-start {
    border-bottom-left-radius: 6px !important
}

.rounded-start {
    border-top-left-radius: 6px !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 2rem !important
    }

    .gap-sm-6 {
        gap: 3rem !important
    }

    .gap-sm-7 {
        gap: 4.5rem !important
    }

    .gap-sm-8 {
        gap: 6rem !important
    }

    .gap-sm-9 {
        gap: 8rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .m-sm-7 {
        margin: 4.5rem !important
    }

    .m-sm-8 {
        margin: 6rem !important
    }

    .m-sm-9 {
        margin: 8rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-sm-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-7 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-sm-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-sm-9 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-sm-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-7 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-sm-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-sm-9 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 2rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 4.5rem !important
    }

    .mt-sm-8 {
        margin-top: 6rem !important
    }

    .mt-sm-9 {
        margin-top: 8rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 2rem !important
    }

    .me-sm-6 {
        margin-right: 3rem !important
    }

    .me-sm-7 {
        margin-right: 4.5rem !important
    }

    .me-sm-8 {
        margin-right: 6rem !important
    }

    .me-sm-9 {
        margin-right: 8rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 6rem !important
    }

    .mb-sm-9 {
        margin-bottom: 8rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 2rem !important
    }

    .ms-sm-6 {
        margin-left: 3rem !important
    }

    .ms-sm-7 {
        margin-left: 4.5rem !important
    }

    .ms-sm-8 {
        margin-left: 6rem !important
    }

    .ms-sm-9 {
        margin-left: 8rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .m-sm-n6 {
        margin: -3rem !important
    }

    .m-sm-n7 {
        margin: -4.5rem !important
    }

    .m-sm-n8 {
        margin: -6rem !important
    }

    .m-sm-n9 {
        margin: -8rem !important
    }

    .mx-sm-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-sm-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-sm-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-sm-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-sm-n6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-sm-n7 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-sm-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-sm-n9 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .my-sm-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-sm-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-sm-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-sm-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-sm-n6 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-sm-n7 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-sm-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-sm-n9 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -2rem !important
    }

    .mt-sm-n6 {
        margin-top: -3rem !important
    }

    .mt-sm-n7 {
        margin-top: -4.5rem !important
    }

    .mt-sm-n8 {
        margin-top: -6rem !important
    }

    .mt-sm-n9 {
        margin-top: -8rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -2rem !important
    }

    .me-sm-n6 {
        margin-right: -3rem !important
    }

    .me-sm-n7 {
        margin-right: -4.5rem !important
    }

    .me-sm-n8 {
        margin-right: -6rem !important
    }

    .me-sm-n9 {
        margin-right: -8rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -2rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -4.5rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -6rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -8rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -2rem !important
    }

    .ms-sm-n6 {
        margin-left: -3rem !important
    }

    .ms-sm-n7 {
        margin-left: -4.5rem !important
    }

    .ms-sm-n8 {
        margin-left: -6rem !important
    }

    .ms-sm-n9 {
        margin-left: -8rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .p-sm-7 {
        padding: 4.5rem !important
    }

    .p-sm-8 {
        padding: 6rem !important
    }

    .p-sm-9 {
        padding: 8rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-7 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-9 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-sm-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-sm-7 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-sm-9 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 2rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 4.5rem !important
    }

    .pt-sm-8 {
        padding-top: 6rem !important
    }

    .pt-sm-9 {
        padding-top: 8rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 2rem !important
    }

    .pe-sm-6 {
        padding-right: 3rem !important
    }

    .pe-sm-7 {
        padding-right: 4.5rem !important
    }

    .pe-sm-8 {
        padding-right: 6rem !important
    }

    .pe-sm-9 {
        padding-right: 8rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 6rem !important
    }

    .pb-sm-9 {
        padding-bottom: 8rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 2rem !important
    }

    .ps-sm-6 {
        padding-left: 3rem !important
    }

    .ps-sm-7 {
        padding-left: 4.5rem !important
    }

    .ps-sm-8 {
        padding-left: 6rem !important
    }

    .ps-sm-9 {
        padding-left: 8rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 2rem !important
    }

    .gap-md-6 {
        gap: 3rem !important
    }

    .gap-md-7 {
        gap: 4.5rem !important
    }

    .gap-md-8 {
        gap: 6rem !important
    }

    .gap-md-9 {
        gap: 8rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .m-md-7 {
        margin: 4.5rem !important
    }

    .m-md-8 {
        margin: 6rem !important
    }

    .m-md-9 {
        margin: 8rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-md-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-7 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-md-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-md-9 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-md-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-7 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-md-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-md-9 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 2rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 4.5rem !important
    }

    .mt-md-8 {
        margin-top: 6rem !important
    }

    .mt-md-9 {
        margin-top: 8rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 2rem !important
    }

    .me-md-6 {
        margin-right: 3rem !important
    }

    .me-md-7 {
        margin-right: 4.5rem !important
    }

    .me-md-8 {
        margin-right: 6rem !important
    }

    .me-md-9 {
        margin-right: 8rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 2rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 6rem !important
    }

    .mb-md-9 {
        margin-bottom: 8rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 2rem !important
    }

    .ms-md-6 {
        margin-left: 3rem !important
    }

    .ms-md-7 {
        margin-left: 4.5rem !important
    }

    .ms-md-8 {
        margin-left: 6rem !important
    }

    .ms-md-9 {
        margin-left: 8rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .m-md-n6 {
        margin: -3rem !important
    }

    .m-md-n7 {
        margin: -4.5rem !important
    }

    .m-md-n8 {
        margin: -6rem !important
    }

    .m-md-n9 {
        margin: -8rem !important
    }

    .mx-md-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-md-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-md-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-md-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-md-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-md-n6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-md-n7 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-md-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-md-n9 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .my-md-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-md-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-md-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-md-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-md-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-md-n6 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-md-n7 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-md-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-md-n9 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -2rem !important
    }

    .mt-md-n6 {
        margin-top: -3rem !important
    }

    .mt-md-n7 {
        margin-top: -4.5rem !important
    }

    .mt-md-n8 {
        margin-top: -6rem !important
    }

    .mt-md-n9 {
        margin-top: -8rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -2rem !important
    }

    .me-md-n6 {
        margin-right: -3rem !important
    }

    .me-md-n7 {
        margin-right: -4.5rem !important
    }

    .me-md-n8 {
        margin-right: -6rem !important
    }

    .me-md-n9 {
        margin-right: -8rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -2rem !important
    }

    .mb-md-n6 {
        margin-bottom: -3rem !important
    }

    .mb-md-n7 {
        margin-bottom: -4.5rem !important
    }

    .mb-md-n8 {
        margin-bottom: -6rem !important
    }

    .mb-md-n9 {
        margin-bottom: -8rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -2rem !important
    }

    .ms-md-n6 {
        margin-left: -3rem !important
    }

    .ms-md-n7 {
        margin-left: -4.5rem !important
    }

    .ms-md-n8 {
        margin-left: -6rem !important
    }

    .ms-md-n9 {
        margin-left: -8rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .p-md-7 {
        padding: 4.5rem !important
    }

    .p-md-8 {
        padding: 6rem !important
    }

    .p-md-9 {
        padding: 8rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-7 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-9 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-md-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-md-7 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-md-9 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 2rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 4.5rem !important
    }

    .pt-md-8 {
        padding-top: 6rem !important
    }

    .pt-md-9 {
        padding-top: 8rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 2rem !important
    }

    .pe-md-6 {
        padding-right: 3rem !important
    }

    .pe-md-7 {
        padding-right: 4.5rem !important
    }

    .pe-md-8 {
        padding-right: 6rem !important
    }

    .pe-md-9 {
        padding-right: 8rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 2rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 6rem !important
    }

    .pb-md-9 {
        padding-bottom: 8rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 2rem !important
    }

    .ps-md-6 {
        padding-left: 3rem !important
    }

    .ps-md-7 {
        padding-left: 4.5rem !important
    }

    .ps-md-8 {
        padding-left: 6rem !important
    }

    .ps-md-9 {
        padding-left: 8rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 2rem !important
    }

    .gap-lg-6 {
        gap: 3rem !important
    }

    .gap-lg-7 {
        gap: 4.5rem !important
    }

    .gap-lg-8 {
        gap: 6rem !important
    }

    .gap-lg-9 {
        gap: 8rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .m-lg-7 {
        margin: 4.5rem !important
    }

    .m-lg-8 {
        margin: 6rem !important
    }

    .m-lg-9 {
        margin: 8rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-lg-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-7 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-lg-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-lg-9 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-lg-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-7 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-lg-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-lg-9 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 2rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 4.5rem !important
    }

    .mt-lg-8 {
        margin-top: 6rem !important
    }

    .mt-lg-9 {
        margin-top: 8rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 2rem !important
    }

    .me-lg-6 {
        margin-right: 3rem !important
    }

    .me-lg-7 {
        margin-right: 4.5rem !important
    }

    .me-lg-8 {
        margin-right: 6rem !important
    }

    .me-lg-9 {
        margin-right: 8rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 6rem !important
    }

    .mb-lg-9 {
        margin-bottom: 8rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 2rem !important
    }

    .ms-lg-6 {
        margin-left: 3rem !important
    }

    .ms-lg-7 {
        margin-left: 4.5rem !important
    }

    .ms-lg-8 {
        margin-left: 6rem !important
    }

    .ms-lg-9 {
        margin-left: 8rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .m-lg-n6 {
        margin: -3rem !important
    }

    .m-lg-n7 {
        margin: -4.5rem !important
    }

    .m-lg-n8 {
        margin: -6rem !important
    }

    .m-lg-n9 {
        margin: -8rem !important
    }

    .mx-lg-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-lg-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-lg-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-lg-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-lg-n6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-lg-n7 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-lg-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-lg-n9 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .my-lg-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-lg-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-lg-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-lg-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-lg-n6 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-lg-n7 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-lg-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-lg-n9 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -2rem !important
    }

    .mt-lg-n6 {
        margin-top: -3rem !important
    }

    .mt-lg-n7 {
        margin-top: -4.5rem !important
    }

    .mt-lg-n8 {
        margin-top: -6rem !important
    }

    .mt-lg-n9 {
        margin-top: -8rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -2rem !important
    }

    .me-lg-n6 {
        margin-right: -3rem !important
    }

    .me-lg-n7 {
        margin-right: -4.5rem !important
    }

    .me-lg-n8 {
        margin-right: -6rem !important
    }

    .me-lg-n9 {
        margin-right: -8rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -2rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n7 {
        margin-bottom: -4.5rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -6rem !important
    }

    .mb-lg-n9 {
        margin-bottom: -8rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -2rem !important
    }

    .ms-lg-n6 {
        margin-left: -3rem !important
    }

    .ms-lg-n7 {
        margin-left: -4.5rem !important
    }

    .ms-lg-n8 {
        margin-left: -6rem !important
    }

    .ms-lg-n9 {
        margin-left: -8rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .p-lg-7 {
        padding: 4.5rem !important
    }

    .p-lg-8 {
        padding: 6rem !important
    }

    .p-lg-9 {
        padding: 8rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-7 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-9 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-lg-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-lg-7 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-lg-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-lg-9 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 2rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 4.5rem !important
    }

    .pt-lg-8 {
        padding-top: 6rem !important
    }

    .pt-lg-9 {
        padding-top: 8rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 2rem !important
    }

    .pe-lg-6 {
        padding-right: 3rem !important
    }

    .pe-lg-7 {
        padding-right: 4.5rem !important
    }

    .pe-lg-8 {
        padding-right: 6rem !important
    }

    .pe-lg-9 {
        padding-right: 8rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 6rem !important
    }

    .pb-lg-9 {
        padding-bottom: 8rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 2rem !important
    }

    .ps-lg-6 {
        padding-left: 3rem !important
    }

    .ps-lg-7 {
        padding-left: 4.5rem !important
    }

    .ps-lg-8 {
        padding-left: 6rem !important
    }

    .ps-lg-9 {
        padding-left: 8rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 2rem !important
    }

    .gap-xl-6 {
        gap: 3rem !important
    }

    .gap-xl-7 {
        gap: 4.5rem !important
    }

    .gap-xl-8 {
        gap: 6rem !important
    }

    .gap-xl-9 {
        gap: 8rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .m-xl-7 {
        margin: 4.5rem !important
    }

    .m-xl-8 {
        margin: 6rem !important
    }

    .m-xl-9 {
        margin: 8rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-7 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xl-9 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-7 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xl-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xl-9 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 2rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 4.5rem !important
    }

    .mt-xl-8 {
        margin-top: 6rem !important
    }

    .mt-xl-9 {
        margin-top: 8rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 2rem !important
    }

    .me-xl-6 {
        margin-right: 3rem !important
    }

    .me-xl-7 {
        margin-right: 4.5rem !important
    }

    .me-xl-8 {
        margin-right: 6rem !important
    }

    .me-xl-9 {
        margin-right: 8rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 6rem !important
    }

    .mb-xl-9 {
        margin-bottom: 8rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 2rem !important
    }

    .ms-xl-6 {
        margin-left: 3rem !important
    }

    .ms-xl-7 {
        margin-left: 4.5rem !important
    }

    .ms-xl-8 {
        margin-left: 6rem !important
    }

    .ms-xl-9 {
        margin-left: 8rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .m-xl-n6 {
        margin: -3rem !important
    }

    .m-xl-n7 {
        margin: -4.5rem !important
    }

    .m-xl-n8 {
        margin: -6rem !important
    }

    .m-xl-n9 {
        margin: -8rem !important
    }

    .mx-xl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xl-n6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xl-n7 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xl-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xl-n9 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .my-xl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xl-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xl-n6 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xl-n7 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xl-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xl-n9 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -2rem !important
    }

    .mt-xl-n6 {
        margin-top: -3rem !important
    }

    .mt-xl-n7 {
        margin-top: -4.5rem !important
    }

    .mt-xl-n8 {
        margin-top: -6rem !important
    }

    .mt-xl-n9 {
        margin-top: -8rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -2rem !important
    }

    .me-xl-n6 {
        margin-right: -3rem !important
    }

    .me-xl-n7 {
        margin-right: -4.5rem !important
    }

    .me-xl-n8 {
        margin-right: -6rem !important
    }

    .me-xl-n9 {
        margin-right: -8rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n7 {
        margin-bottom: -4.5rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -6rem !important
    }

    .mb-xl-n9 {
        margin-bottom: -8rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -2rem !important
    }

    .ms-xl-n6 {
        margin-left: -3rem !important
    }

    .ms-xl-n7 {
        margin-left: -4.5rem !important
    }

    .ms-xl-n8 {
        margin-left: -6rem !important
    }

    .ms-xl-n9 {
        margin-left: -8rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .p-xl-7 {
        padding: 4.5rem !important
    }

    .p-xl-8 {
        padding: 6rem !important
    }

    .p-xl-9 {
        padding: 8rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-7 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xl-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xl-9 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xl-7 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xl-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xl-9 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 2rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 4.5rem !important
    }

    .pt-xl-8 {
        padding-top: 6rem !important
    }

    .pt-xl-9 {
        padding-top: 8rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 2rem !important
    }

    .pe-xl-6 {
        padding-right: 3rem !important
    }

    .pe-xl-7 {
        padding-right: 4.5rem !important
    }

    .pe-xl-8 {
        padding-right: 6rem !important
    }

    .pe-xl-9 {
        padding-right: 8rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 6rem !important
    }

    .pb-xl-9 {
        padding-bottom: 8rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 2rem !important
    }

    .ps-xl-6 {
        padding-left: 3rem !important
    }

    .ps-xl-7 {
        padding-left: 4.5rem !important
    }

    .ps-xl-8 {
        padding-left: 6rem !important
    }

    .ps-xl-9 {
        padding-left: 8rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1460px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 2rem !important
    }

    .gap-xxl-6 {
        gap: 3rem !important
    }

    .gap-xxl-7 {
        gap: 4.5rem !important
    }

    .gap-xxl-8 {
        gap: 6rem !important
    }

    .gap-xxl-9 {
        gap: 8rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .m-xxl-6 {
        margin: 3rem !important
    }

    .m-xxl-7 {
        margin: 4.5rem !important
    }

    .m-xxl-8 {
        margin: 6rem !important
    }

    .m-xxl-9 {
        margin: 8rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .mx-xxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-7 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .mx-xxl-8 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .mx-xxl-9 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .my-xxl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-7 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important
    }

    .my-xxl-8 {
        margin-bottom: 6rem !important;
        margin-top: 6rem !important
    }

    .my-xxl-9 {
        margin-bottom: 8rem !important;
        margin-top: 8rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 2rem !important
    }

    .mt-xxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxl-7 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-8 {
        margin-top: 6rem !important
    }

    .mt-xxl-9 {
        margin-top: 8rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 2rem !important
    }

    .me-xxl-6 {
        margin-right: 3rem !important
    }

    .me-xxl-7 {
        margin-right: 4.5rem !important
    }

    .me-xxl-8 {
        margin-right: 6rem !important
    }

    .me-xxl-9 {
        margin-right: 8rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 2rem !important
    }

    .ms-xxl-6 {
        margin-left: 3rem !important
    }

    .ms-xxl-7 {
        margin-left: 4.5rem !important
    }

    .ms-xxl-8 {
        margin-left: 6rem !important
    }

    .ms-xxl-9 {
        margin-left: 8rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -2rem !important
    }

    .m-xxl-n6 {
        margin: -3rem !important
    }

    .m-xxl-n7 {
        margin: -4.5rem !important
    }

    .m-xxl-n8 {
        margin: -6rem !important
    }

    .m-xxl-n9 {
        margin: -8rem !important
    }

    .mx-xxl-n1 {
        margin-left: -.25rem !important;
        margin-right: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-left: -.5rem !important;
        margin-right: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-left: -2rem !important;
        margin-right: -2rem !important
    }

    .mx-xxl-n6 {
        margin-left: -3rem !important;
        margin-right: -3rem !important
    }

    .mx-xxl-n7 {
        margin-left: -4.5rem !important;
        margin-right: -4.5rem !important
    }

    .mx-xxl-n8 {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }

    .mx-xxl-n9 {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .my-xxl-n1 {
        margin-bottom: -.25rem !important;
        margin-top: -.25rem !important
    }

    .my-xxl-n2 {
        margin-bottom: -.5rem !important;
        margin-top: -.5rem !important
    }

    .my-xxl-n3 {
        margin-bottom: -1rem !important;
        margin-top: -1rem !important
    }

    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
        margin-top: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-bottom: -2rem !important;
        margin-top: -2rem !important
    }

    .my-xxl-n6 {
        margin-bottom: -3rem !important;
        margin-top: -3rem !important
    }

    .my-xxl-n7 {
        margin-bottom: -4.5rem !important;
        margin-top: -4.5rem !important
    }

    .my-xxl-n8 {
        margin-bottom: -6rem !important;
        margin-top: -6rem !important
    }

    .my-xxl-n9 {
        margin-bottom: -8rem !important;
        margin-top: -8rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -2rem !important
    }

    .mt-xxl-n6 {
        margin-top: -3rem !important
    }

    .mt-xxl-n7 {
        margin-top: -4.5rem !important
    }

    .mt-xxl-n8 {
        margin-top: -6rem !important
    }

    .mt-xxl-n9 {
        margin-top: -8rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -2rem !important
    }

    .me-xxl-n6 {
        margin-right: -3rem !important
    }

    .me-xxl-n7 {
        margin-right: -4.5rem !important
    }

    .me-xxl-n8 {
        margin-right: -6rem !important
    }

    .me-xxl-n9 {
        margin-right: -8rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -2rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n7 {
        margin-bottom: -4.5rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -6rem !important
    }

    .mb-xxl-n9 {
        margin-bottom: -8rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -2rem !important
    }

    .ms-xxl-n6 {
        margin-left: -3rem !important
    }

    .ms-xxl-n7 {
        margin-left: -4.5rem !important
    }

    .ms-xxl-n8 {
        margin-left: -6rem !important
    }

    .ms-xxl-n9 {
        margin-left: -8rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .p-xxl-6 {
        padding: 3rem !important
    }

    .p-xxl-7 {
        padding: 4.5rem !important
    }

    .p-xxl-8 {
        padding: 6rem !important
    }

    .p-xxl-9 {
        padding: 8rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-7 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxl-8 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxl-9 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xxl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .py-xxl-7 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xxl-8 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xxl-9 {
        padding-bottom: 8rem !important;
        padding-top: 8rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 2rem !important
    }

    .pt-xxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxl-7 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-8 {
        padding-top: 6rem !important
    }

    .pt-xxl-9 {
        padding-top: 8rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 2rem !important
    }

    .pe-xxl-6 {
        padding-right: 3rem !important
    }

    .pe-xxl-7 {
        padding-right: 4.5rem !important
    }

    .pe-xxl-8 {
        padding-right: 6rem !important
    }

    .pe-xxl-9 {
        padding-right: 8rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 8rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 2rem !important
    }

    .ps-xxl-6 {
        padding-left: 3rem !important
    }

    .ps-xxl-7 {
        padding-left: 4.5rem !important
    }

    .ps-xxl-8 {
        padding-left: 6rem !important
    }

    .ps-xxl-9 {
        padding-left: 8rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.8125rem !important
    }

    .fs-2 {
        font-size: 2.5rem !important
    }

    .fs-3 {
        font-size: 2.25rem !important
    }

    .fs-4 {
        font-size: 2rem !important
    }

    .fs-5 {
        font-size: 1.75rem !important
    }

    .fs-6 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

body, html {
    background-color: var(--ppm-body-bg,#f7f7f7);
    color: var(--ppm-primary-text,var(--bs-body-color,#3d3a3a));
    font-size: 16px
}

@media (min-width: 1200px) {
    body, html {
        font-size: 13px
    }
}

@media (min-width: 1460px) {
    body, html {
        font-size: 15px
    }
}

@media (min-width: 1700px) {
    body, html {
        font-size: 16px
    }
}

body.menu-opened {
    overflow: hidden
}

    body.menu-opened:before {
        background-color: rgba(0,0,0,.4);
        content: "";
        display: block;
        height: 100vh;
        left: 0;
        position: absolute;
        top: 0;
        transition: opacity .2s ease-out 0s;
        width: 100vw;
        z-index: 10
    }

@font-face {
    font-display: swap;
    font-family: Primary;
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/subset-primary-Regular.eot) format("eot"),url(webfonts/subset-primary-Regular.woff2) format("woff2"),url(webfonts/subset-primary-Regular.woff) format("woff"),url(webfonts/subset-primary-Regular.ttf) format("truetype"),url(webfonts/subset-primary-Regular.svg#Primary) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Primary;
    font-style: normal;
    font-weight: 500;
    src: url(webfonts/subset-primary-Medium.eot) format("eot"),url(webfonts/subset-primary-Medium.woff2) format("woff2"),url(webfonts/subset-primary-Medium.woff) format("woff"),url(webfonts/subset-primary-Medium.ttf) format("truetype"),url(webfonts/subset-primary-Medium.svg#Primary) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Primary;
    font-style: normal;
    font-weight: 600;
    src: url(webfonts/subset-primary-SemiBold.eot) format("eot"),url(webfonts/subset-primary-SemiBold.woff2) format("woff2"),url(webfonts/subset-primary-SemiBold.woff) format("woff"),url(webfonts/subset-primary-SemiBold.ttf) format("truetype"),url(webfonts/subset-primary-SemiBold.svg#Primary) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Primary;
    font-style: normal;
    font-weight: 700;
    src: url(webfonts/subset-primary-Bold.eot) format("eot"),url(webfonts/subset-primary-Bold.woff2) format("woff2"),url(webfonts/subset-primary-Bold.woff) format("woff"),url(webfonts/subset-primary-Bold.ttf) format("truetype"),url(webfonts/subset-primary-Bold.svg#Primary) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Secondary;
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/subset-secondary-Regular.eot) format("eot"),url(webfonts/subset-secondary-Regular.woff2) format("woff2"),url(webfonts/subset-secondary-Regular.woff) format("woff"),url(webfonts/subset-secondary-Regular.ttf) format("truetype"),url(webfonts/subset-secondary-Regular.svg#Secondary) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Secondary;
    font-style: normal;
    font-weight: 600;
    src: url(webfonts/subset-secondary-SemiBold.eot) format("eot"),url(webfonts/subset-secondary-SemiBold.woff2) format("woff2"),url(webfonts/subset-secondary-SemiBold.woff) format("woff"),url(webfonts/subset-secondary-SemiBold.ttf) format("truetype"),url(webfonts/subset-secondary-SemiBold.svg#Secondary) format("svg")
}

.header {
    background-color: #232428;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    width: 100%;
    will-change: transform;
    z-index: 50
}

.header-transparent {
    background-color: transparent
}

.header [class*=col] {
    position: relative
}

    .header [class*=col]:first-child {
        display: flex;
        justify-content: flex-start
    }

    .header [class*=col]:last-child {
        align-items: center;
        display: flex;
        justify-content: flex-end
    }

    .header [class*=col].header-middle__right {
        position: static
    }

.header-top {
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.06);
    display: flex;
    font-size: .875rem;
    height: 70px
}

@media (max-width: 1199.98px) {
    .header-top {
        margin-top: 5px;
        height: 35px
    }

    .header-middle {
        border-top: 1px solid white;
    }

    .slider-container-mob-fix {
        padding-top: 0px !important;
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .header-top {
        height: 85px
    }
}

@media (max-width: 575.98px) {
    .header-top {
        line-height: 1.5
    }
}

.header-top [class*=col] {
    z-index: 11
}

@media (max-width: 575.98px) {
    .header-top [class*=col]:first-child, .header-top [class*=col]:last-child {
        justify-content: center
    }
}

.header-top__icon-section.list-inline > .list-item {
    margin-right: 1rem
}

.header-middle {
    align-items: center;
    border-bottom: 1px solid hsla(0,0%,100%,.06);
    display: flex;
    /*padding-top:5px;*/
    padding-top: 5px;
}

@media (max-width: 575.98px) {
    .multicurrency .header-middle {
        height: 150px
    }
}

@media (min-width: 1460px) {
    .header-middle {
        height: 100px
    }
}

.header-middle [class*=col] {
    z-index: 11
}

.header-bottom {
    border-bottom: 1px solid hsla(0,0%,100%,.06)
}

.header .custom-logo-link {
    display: block;
    width: 400px
}

@media (max-width: 1459.98px) {
    .header .custom-logo-link {
        width: 350px
    }

    .multicurrency .header .custom-logo-link {
        width: 300px
    }
}

@media (max-width: 1199.98px) {
    .header .custom-logo-link {
        width: 400px
    }
}

@media (max-width: 991.98px) {
    .header .custom-logo-link {
        width: 300px
    }

    .multicurrency .header .custom-logo-link {
        width: 260px
    }
}

@media (max-width: 500px) {
    .header .custom-logo-link {
        width: 260px
    }
}

@media (max-width: 450px) {
    .header .custom-logo-link {
        width: 200px
    }
}

@media (max-width: 390px) {
    .header .custom-logo-link {
        width: 175px
    }
}

.header .custom-logo-link img {
    display: block;
    height: auto;
    max-width: 100%
}

.header .custom-logo-link:active, .header .custom-logo-link:focus {
    outline: none
}

.header .hamburger {
    position: relative;
    z-index: 10
}

@media (max-width: 1199.98px) {
    .header .inline-icon-text-cart {
        padding: 0 .6rem 0 .2rem;
        position: relative
    }

        .header .inline-icon-text-cart span {
            font-size: 0;
            margin: 0
        }

        .header .inline-icon-text-cart .icon {
            margin: 0 !important;
            position: relative;
            z-index: 2
        }

        .header .inline-icon-text-cart .btn-icon {
            bottom: 100%;
            left: 100%;
            margin: 0 !important;
            position: absolute;
            transform: translate(-55%,30%) scale(.8)
        }
}

@media (max-width: 767.98px) {
    .header .text-md {
        font-size: 1rem !important
    }

    .header .text-base {
        font-size: .875rem !important
    }
}

.site-header + main > section:first-of-type .container, .site-header + main > section:first-of-type .container-narrow, .site-header + main > section:first-of-type .pane, .site-header + section .container, .site-header + section .container-narrow, .site-header + section .pane {
    padding-top: 100px !important
}

@media (min-width: 992px) {
    .site-header + main > section:first-of-type .container, .site-header + main > section:first-of-type .container-narrow, .site-header + main > section:first-of-type .pane, .site-header + section .container, .site-header + section .container-narrow, .site-header + section .pane {
        padding-top: 180px !important
    }
}

@media (min-width: 1460px) {
    .site-header + main > section:first-of-type .container, .site-header + main > section:first-of-type .container-narrow, .site-header + main > section:first-of-type .pane, .site-header + section .container, .site-header + section .container-narrow, .site-header + section .pane {
        padding-top: 221px !important
    }
}

.site-header + main > section:first-of-type.section-hero, .site-header + section.section-hero {
    padding-top: 40px !important
}

.multicurrency .site-header + main > section:first-of-type.section-hero, .multicurrency .site-header + section.section-hero {
    padding-top: 130px !important
}

@media (min-width: 1460px) {
    .site-header + main > section:first-of-type.section-hero, .site-header + section.section-hero {
        padding-top: 80px !important
    }
}

@media (max-width: 767.98px) {
    .spot-prices {
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .spot-prices__item.list-item[data-material-id] {
        margin-right: 0 !important
    }
}

.css-icon-logout {
    border: 2.5px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    display: none;
    height: 14px;
    position: absolute;
    right: calc(1rem + 3px);
    top: .75ch;
    width: 14px;
    z-index: 12
}

@media (hover: none) {
    .css-icon-logout {
        display: block
    }
}

.css-icon-logout:before {
    box-shadow: inset 0 0 0 32px;
    content: "";
    height: 60%;
    left: 35%;
    position: absolute;
    top: -15%;
    width: 2.5px
}

@media (max-width: 575.98px) {
    .multicurrency .header-middle > .container > .row, .multicurrency .header-middle > .pane > .row {
        grid-row-gap: 1rem;
        display: grid !important;
        grid-template-columns: 1fr;
        place-items: center !important
    }
}

.pane {
    padding-top: 5rem
}

@media (min-width: 1200px) {
    .header > * > .container, .header > * > .pane {
        max-width: 1150px
    }
}

@media (min-width: 1460px) {
    .header > * > .container, .header > * > .pane {
        max-width: min(1800px,100% - 4vw)
    }
}

.site-footer {
    background-color: #232428;
    color: #fff
}

.site-footer__subscription {
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: #3d3a3a
}

@media (min-width: 1200px) {
    .header-menu > ul {

    display: flex;
    /* justify-content: flex-end; */
    margin: 0 -1.3rem;
    margin-left: 40px;

    }
}

@media (max-width: 1199.98px) {
    .header-menu > ul {
        display: inline-block;
        margin: 0
    }
}

.header-menu > ul > .menu-item {
    position: relative
}

@media (min-width: 1200px) {
    .header-menu > ul > .menu-item {
        margin: 0 1.3rem
    }
}

@media (max-width: 1199.98px) {
    .header-menu > ul > .menu-item {
        margin: .4rem 0;
        text-align: right
    }
}

.header-menu > ul > .menu-item:hover > a {
    opacity: .7
}

.header-menu > ul > .menu-item > a {
    color: inherit;
    display: block;
    text-transform: uppercase;
    transition: all .2s ease-out;
    white-space: nowrap
}

@media (min-width: 1200px) {
    .header-menu > ul > .menu-item > a {
        align-items: center;
        display: flex;
        height: 50px
    }
}

@media (min-width: 1460px) {
    .header-menu > ul > .menu-item > a {
        height: 60px
    }
}

.header-menu > ul > .menu-item--btn a {
    background-color: hsla(0,0%,100%,.1);
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.header-menu > ul > .menu-item > .megamenu > .sub-menu {
    overflow: hidden;
    text-align: left
}

@media (min-width: 1200px) {
    .header-menu > ul > .menu-item > .megamenu > .sub-menu {
        background-color: var(--ppm-menu-bg,#fff);
        border-bottom-left-radius: var(--ppm-submenu-bottom-radius,.375rem);
        border-bottom-right-radius: var(--ppm-submenu-bottom-radius,.375rem);
        color: var(--ppm-menu-text,#3d3a3a);
        font-weight: 500;
        max-width: 100%;
        padding: 1.4rem;
        white-space: nowrap
    }
}

@media (min-width: 1200px) and (max-width:1199.98px) {
    .header-menu > ul > .menu-item > .megamenu > .sub-menu {
        display: none;
        font-size: .875em;
        text-align: right
    }
}

@media (min-width: 1200px) {
    .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item:first-child > .column-title {
        border-bottom: 1px solid var(--ppm-menu-accent-text,#3d3a3a);
        color: var(--ppm-menu-accent-text,inherit)
    }

    .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item a {
        color: var(--ppm-menu-text,#3d3a3a);
        padding: .25rem 0 .25rem 1rem
    }

        .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item a:hover {
            opacity: .6
        }

    .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item > a {
        display: block;
        font-weight: 600;
        padding: 0;
        transition: all .2s ease-out
    }

        .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item > a.hidden {
            visibility: hidden
        }
}

@media (min-width: 1200px) and (max-width:1199.98px) {
    .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item > a {
        padding: .25rem 0
    }
}

@media (min-width: 1200px) {
    .header-menu > ul > .menu-item > .megamenu > .sub-menu > .menu-item > a:hover {
        opacity: .6
    }

    .header-menu > ul > .menu-item.touch-visible > .megamenu, .header-menu > ul > .menu-item > .megamenu:hover, .header-menu > ul > .menu-item > a:hover + .megamenu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

@media (min-width: 992px) {
    .header-menu-mobile-container {
        transform: none !important
    }
}

@media (min-width: 1200px) {
    .header-menu-mobile-container {
        height: auto !important;
        top: auto !important
    }

        .header-menu-mobile-container .container, .header-menu-mobile-container .pane {
            max-width: 100%;
            padding: 0;
            width: 100%
        }
}

@media (max-width: 1199.98px) {
    .header-menu-mobile-container {
        align-items: center;
        background-color: #232428;
        border-bottom: 80px solid #232428;
        border-top: 115px solid #232428;
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 101vh;
        justify-content: center;
        left: 0;
        opacity: 0;
        overflow: auto;
        padding: 1rem;
        pointer-events: none;
        position: fixed;
        right: 0;
        text-align: right;
        top: 0;
        transition: all .6s cubic-bezier(.2,1,.2,1) .4s;
        visibility: hidden;
        width: 100vw;
        z-index: 10
    }

        .header-menu-mobile-container .search-box {
            max-width: 100%;
            width: 100%
        }

        .header-menu-mobile-container .header-menu {
            margin: auto 0;
            padding: 1rem 0;
            width: 100%
        }

        .header-menu-mobile-container .container, .header-menu-mobile-container .pane {
            max-height: 70vh;
            opacity: 0;
            overflow: scroll;
            transform: translateX(-10px);
            transition: opacity .3s ease-out 0s,visibility .3s ease-out 0s,transform .4s ease-out 0s
        }

        .header-menu-mobile-container.is-open {
            opacity: 1;
            pointer-events: all;
            transition: all .3s ease-out;
            visibility: visible
        }

            .header-menu-mobile-container.is-open .container, .header-menu-mobile-container.is-open .pane {
                opacity: 1;
                transform: translateX(0);
                transition: opacity .6s ease-out .3s,visibility .6s ease-out .3s,transform .4s ease-out .3s
            }
}

.megamenu {
    background-color: #fff;
    box-shadow: 0 0 1px 1px #eee;
    display: flex;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(.75rem);
    transition: all .4s ease;
    visibility: hidden;
    z-index: 1
}

    .megamenu.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

.menu-block {
    width: 100%
}

    .menu-block ul {
        display: flex;
        list-style-type: none;
        padding: 0
    }

.menu-block-item {
    display: block;
    flex: 1;
    font-size: .875rem;
    min-height: 95px;
    padding: 1rem;
    position: relative
}

    .menu-block-item:after {
        border-right: 1px solid rgba(0,0,0,.06);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }

    .menu-block-item:last-child:after {
        display: none
    }

.menu-block-link {
    flex: 1;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: .3em;
    transition: all .2s ease-out
}

    .menu-block-link:last-child {
        margin-bottom: 0
    }

    .menu-block-link.inline-icon-text .icon:last-child {
        margin-left: .35em
    }

.menu-block-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    width: 90%
}

    .menu-block-content p:last-child {
        margin-bottom: 0
    }

.menu-block a {
    color: inherit;
    transition: all .2s ease-out
}

    .menu-block a:hover {
        color: inherit;
        opacity: .6
    }

.mobile-menu {
    background-color: var(--ppm-body-bg,#fff);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    z-index: 1027
}

@media (min-width: 1200px) {
    .mobile-menu {
        display: none !important
    }
}

.mobile-menu.has-transition {
    transition: transform .5s ease
}

.mobile-menu.is-open {
    transform: translateX(0)
}

.mobile-menu-overlay {
    background-color: rgba(61,58,58,.15);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease-out;
    visibility: hidden;
    z-index: 80
}

.mobile-menu.is-open + .mobile-menu-overlay {
    opacity: 1;
    visibility: visible
}

.mobile-menu__bar {
    background-color: #3d3a3a;
    position: relative
}

    .mobile-menu__bar .hamburger {
        align-items: center;
        display: flex;
        height: 2.5rem;
        justify-content: center;
        margin-left: auto;
        width: 2.5rem
    }

    .mobile-menu__bar .custom-logo-link {
        height: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 220px
    }

        .mobile-menu__bar .custom-logo-link img {
            display: block;
            height: auto;
            max-width: 100%
        }

.mobile-menu__header {
    background-image: url(../images/background/mobile-menu-min.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1.5rem 0
}

@media (max-width: 767.98px) {
    .mobile-menu__header {
        font-size: 1.125rem
    }
}

@media (max-width: 575.98px) {
    .mobile-menu__header {
        font-size: 1rem
    }
}

.mobile-menu__header__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-menu__header__nav__item {
    opacity: .75;
    padding: 0 .5rem;
    text-align: center;
    width: 33.33%
}

    .mobile-menu__header__nav__item.is-active {
        opacity: 1
    }

    .mobile-menu__header__nav__item a {
        border-bottom: 1px solid transparent;
        color: inherit
    }

    .mobile-menu__header__nav__item.is-active a {
        border-bottom-color: currentColor
    }

.mobile-menu__content {
    flex-shrink: 0;
    overflow: hidden;
    padding: 1.5rem 0
}

    .mobile-menu__content .menu-container {
        position: relative
    }

    .mobile-menu__content .root-menu, .mobile-menu__content .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .mobile-menu__content .root-menu {
        font-size: 1.125rem;
        font-weight: 600;
        overflow: hidden;
        transition: transform .5s ease
    }

    .mobile-menu__content .sub-menu {
        background-color: var(--ppm-main-bg,#fff);
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%);
        transition: transform .5s ease,visibility .5s ease,height .5s ease;
        visibility: hidden
    }

        .mobile-menu__content .sub-menu.is-active {
            transform: translateX(0);
            visibility: visible
        }

    .mobile-menu__content .sub-menu__header {
        align-items: baseline;
        display: flex;
        justify-self: flex-start;
        margin-bottom: 1.5rem;
        padding: 0 1.5rem
    }

    .mobile-menu__content .sub-menu__header__return {
        flex-grow: 1;
        font-size: 1.125rem;
        font-weight: 700
    }

        .mobile-menu__content .sub-menu__header__return .icon {
            margin-right: .5em
        }

    .mobile-menu__content .sub-menu__header__follow {
        color: var(--ppm-main-accent,#3d3a3a);
        flex-shrink: 0;
        font-size: 85%;
        padding-left: 1rem;
        text-decoration: underline
    }

    .mobile-menu__content .sub-menu__header__follow, .mobile-menu__content .sub-menu__header__return {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .mobile-menu__content .menu-item {
        line-height: 2rem
    }

    .mobile-menu__content .menu-item--highlighted > a {
        background-color: rgba(235,195,71,.25)
    }

    .mobile-menu__content .menu-item > a {
        align-items: flex-start;
        color: inherit;
        display: flex;
        justify-self: flex-start;
        padding: .4rem 1.5rem
    }

    .mobile-menu__content .menu-item img {
        height: 1.65rem;
        margin-left: auto;
        margin-top: .175rem;
        width: auto
    }

    .mobile-menu__content .menu-item:hover {
        background-color: hsla(0,0%,95%,.05)
    }

.mobile-menu__socials {
    padding: 0 1.5rem
}

    .mobile-menu__socials .list-social-item {
        padding: 0
    }

    .mobile-menu__socials a {
        align-items: center;
        background-color: hsla(0,0%,95%,.12);
        border-radius: 50%;
        color: #3d3a3a;
        display: flex !important;
        font-size: 1rem;
        height: 2.25rem;
        justify-content: center;
        width: 2.25rem
    }

    .mobile-menu__socials .list-social-item + .list-social-item {
        margin-left: 1.25rem
    }

.mobile-menu__footer {
    flex-shrink: 0;
    margin-top: auto;
    overflow: hidden;
    width: 100%
}

.mobile-menu__footer__close {
    background-color: #f2f2f2;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase
}

.mobile-menu__footer__actions {
    align-items: center;
    border-top: 1px solid #f7f7f7;
    display: flex;
    justify-content: center
}

    .mobile-menu__footer__actions .btn-link {
        align-items: center;
        color: #b89014;
        display: flex;
        height: 43px;
        justify-content: center;
        width: 33.33%
    }

        .mobile-menu__footer__actions .btn-link:not(:last-child) {
            border-right: 1px solid #f7f7f7
        }

.mobile-menu-overlay.is-active {
    opacity: 1;
    visibility: visible
}

.fm-menu {
    position: relative
}

.fm-hidden {
    left: 0;
    position: absolute !important;
    top: 0;
    visibility: hidden;
    z-index: -1
}

.fm-control {
    align-items: center;
    background-color: transparent;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);
    display: none;
    flex-shrink: 0;
    height: 2rem;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 2rem
}

    .fm-control.is-active {
        display: flex
    }

    .fm-control svg {
        display: block;
        height: 1.2em
    }

    .fm-control a:active, .fm-control a:focus, .fm-control:active, .fm-control:focus {
        outline: none
    }

.fm-dropdown {
    background-color: #fff;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #3d3a3a;
    list-style: none;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(.5rem);
    transition: all .3s ease;
    visibility: hidden;
    width: 260px;
    z-index: 20
}

    .fm-dropdown .fm-menu-item, .fm-dropdown .list-item {
        display: flex !important;
        padding: .25rem .25rem .25rem 1rem
    }

    .fm-dropdown.is-visible {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

[x-flexible-menu] {
    display: flex
}

    [x-flexible-menu] li {
        white-space: nowrap
    }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    margin: 0;
    outline: none !important;
    overflow: visible;
    padding: 0;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity,filter;
    transition-timing-function: linear
}

    .hamburger.is-active:hover, .hamburger:hover {
        opacity: .7
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #fff
    }

.hamburger-box {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 20px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #fff;
        border-radius: 4px;
        height: 2px;
        position: absolute;
        transition-duration: .15s;
        transition-property: transform;
        transition-timing-function: ease;
        width: 20px
    }

        .hamburger-inner:after, .hamburger-inner:before {
            content: "";
            display: block
        }

        .hamburger-inner:before {
            top: -6px
        }

        .hamburger-inner:after {
            bottom: -6px
        }

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--spin .hamburger-inner:before {
        transition: top .1s ease-in .25s,opacity .1s ease-in
    }

    .hamburger--spin .hamburger-inner:after {
        transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--spin.is-active .hamburger-inner:before {
        opacity: 0;
        top: 0;
        transition: top .1s ease-out,opacity .1s ease-out .12s
    }

    .hamburger--spin.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
    }

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    padding-right: 1.2rem;
    position: relative
}

    .ui-accordion .ui-accordion-header:after {
        background-image: url(../images/icons/icon-arrow-down-dark.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
        height: .4rem;
        position: absolute;
        right: 0;
        top: .5em;
        width: .8rem
    }

    .ui-accordion .ui-accordion-header:active, .ui-accordion .ui-accordion-header:focus {
        outline: none
    }

    .ui-accordion .ui-accordion-header.badge:after {
        right: 1rem;
        top: 50%;
        transform: translateY(-50%)
    }

    .ui-accordion .ui-accordion-header.accordeon-header-plus:after {
        display: none
    }

    .ui-accordion .ui-accordion-header.accordeon-header-plus .plus-minus-toggle {
        position: absolute;
        right: -.2em;
        top: 50%;
        transform: translateY(calc(-50% + .4em))
    }

.plus-minus-toggle:before {
    background: #000;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .5s ease;
    width: .8em
}

@media (max-width: 575.98px) {
    .plus-minus-toggle:before {
        width: .6em
    }
}

.plus-minus-toggle:after {
    background: #000;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    transition: transform .5s ease;
    width: .8em
}

@media (max-width: 575.98px) {
    .plus-minus-toggle:after {
        width: .6em
    }
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg)
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg)
}

.ui-accordion-header-collapsed .plus-minus-toggle:after {
    transform: rotate(90deg)
}

.ui-accordion-header-collapsed .plus-minus-toggle:before {
    transform: rotate(180deg)
}

.tabs-tab {
    display: none;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden
}

    .tabs-tab.is-visible {
        display: block
    }

    .tabs-tab.is-active {
        opacity: 1;
        transition: all .5s ease;
        visibility: visible
    }

.accordeon {
    margin: 0;
    width: 100%
}

.accordeon-item {
    --heading-line-height: 1.5;
    --heading-spacing-y: 1.25rem;
    --heading-spacing-x: 2em;
    border-bottom: 1px solid hsla(0,0%,71%,.2);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1140px
}

.accordeon-item-heading {
    cursor: pointer;
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: var(--heading-line-height) !important;
    margin-bottom: 0;
    padding: var(--heading-spacing-y) var(--heading-spacing-x) var(--heading-spacing-y) 0;
    position: relative
}

@media (max-width: 400px) {
    .accordeon-item-heading {
        font-size: 1.125rem
    }
}

.accordeon-item-heading .arrow-toggle, .accordeon-item-heading .plus-minus-toggle {
    position: absolute;
    right: 0;
    top: calc(var(--heading-spacing-y) + 1em*var(--heading-line-height)*.5);
    transform: translateY(-50%)
}

.accordeon-item-heading .arrow-toggle {
    transition: all .3s ease
}

    .accordeon-item-heading .arrow-toggle .icon {
        font-size: 8px !important
    }

.accordeon-item.is-expanded .arrow-toggle {
    transform: translateY(-50%) scaleY(-1)
}

.accordeon-item.is-collapsed .plus-minus-toggle:after {
    transform: rotate(90deg)
}

.accordeon-item.is-collapsed .plus-minus-toggle:before {
    transform: rotate(180deg)
}

.accordeon-item-content {
    border-top: 1px solid hsla(0,0%,71%,.2);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    padding: 1.25rem 0
}

@media (max-width: 767.98px) {
    .accordeon-item-content {
        font-size: 1rem
    }
}

.accordeon-item-content [itemprop=text] {
    max-width: 100%;
    position: relative
}

    .accordeon-item-content [itemprop=text] p:last-child, .accordeon-item-content [itemprop=text] > :last-child {
        margin-bottom: 0
    }

.arrow-toggle {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    width: 1em
}

.plus-minus-toggle {
    cursor: pointer;
    height: 1em;
    position: relative;
    width: 1em
}

    .plus-minus-toggle:after, .plus-minus-toggle:before {
        background: currentColor;
        content: "";
        height: 2px;
        left: .1em;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        transition: transform .5s ease;
        width: .8em
    }

@media (max-width: 575.98px) {
    .plus-minus-toggle:after, .plus-minus-toggle:before {
        left: .2em;
        width: .6em
    }
}

[data-tooltip] {
    position: relative
}

.tooltip {
    --tooltip-gap: .5em;
    background-color: #3d3a3a;
    border-radius: 4px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.4;
    max-width: 350px;
    min-width: 300px;
    padding: .7em 1em;
    position: absolute;
    text-align: left;
    text-transform: none;
    transition: all .5s ease;
    z-index: 9999
}

    .tooltip.top {
        bottom: calc(100% + var(--tooltip-gap))
    }

    .tooltip.bottom {
        top: calc(100% + var(--tooltip-gap))
    }

    .tooltip.left {
        left: 0
    }

    .tooltip.right {
        right: 0
    }

    .tooltip :last-child {
        margin-bottom: 0
    }

    .tooltip.tooltip-top-items ul {
        list-style: none;
        padding: 0
    }

    .tooltip.tooltip-top-items li {
        display: flex;
        gap: 1rem;
        justify-content: space-between
    }

        .tooltip.tooltip-top-items li + li {
            margin-top: .5rem
        }

    .tooltip.tooltip-top-items p {
        margin: 0
    }

.icon {
    -webkit-font-smoothing: antialiased;
    align-items: center;
    display: inline-flex;
    font-size: .9em;
    font-style: normal;
    font-variant: normal;
    height: .9em;
    line-height: inherit;
    text-rendering: auto;
    vertical-align: -.125em
}

    .icon.fw {
        justify-content: center;
        width: 1.25em
    }

        .icon.fw img {
            max-width: 100%
        }

        .icon.fw.al {
            justify-content: flex-start
        }

        .icon.fw.ar {
            justify-content: flex-end
        }

    .icon img, .icon svg {
        display: block;
        height: 1em;
        width: auto
    }

.icon-lg {
    font-size: 1.1em;
    height: 1.1em
}

.icon-xs {
    font-size: .5em;
    height: .5em
}

.icon-media {
    align-items: center;
    display: inline-flex;
    height: 60px;
    justify-content: center
}

    .icon-media img, .icon-media svg {
        max-height: 100%
    }

.inline-icon-text {
    align-items: center;
    color: inherit;
    display: inline-flex
}

    .inline-icon-text .btn:first-child, .inline-icon-text .icon:first-child {
        margin-left: auto;
        margin-right: .75em
    }

    .inline-icon-text .btn:last-child, .inline-icon-text .icon:last-child {
        margin-left: .75em;
        margin-right: auto
    }

    .inline-icon-text .btn:only-child, .inline-icon-text .icon:only-child {
        margin-left: auto;
        margin-right: auto
    }

    .inline-icon-text:hover {
        color: inherit
    }

a.inline-icon-text:hover {
    opacity: .6
}

.avatar {
    background-color: #f4f4f4;
    border-radius: 50%;
    color: color-yiq(#f4f4f4);
    font-size: 2em;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .avatar:before {
        content: "";
        display: block;
        padding-top: 100%;
        width: 100%
    }

    .avatar span {
        color: var(--ppm-body-bg,inherit);
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .avatar img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%
    }

.badge-lg {
    font-size: 1.125rem;
    padding: .8125rem .9125rem
}

@media (max-width: 1199.98px) {
    .badge-lg {
        font-size: 1rem
    }
}

.breadcrumb {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    align-items: center;
    display: inline-flex
}

    .breadcrumb-item:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.916 4.5 1.49 1.084a.287.287 0 0 0-.406.406l3.222 3.213-3.222 3.213a.287.287 0 1 0 .406.407l3.426-3.417a.287.287 0 0 0 0-.406Z' stroke='%23B6B6B6'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        display: block;
        height: .7em;
        margin-right: .625rem;
        width: .5em
    }

    .breadcrumb-item:first-child:before {
        display: none
    }

    .breadcrumb-item a {
        color: inherit
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .625rem
    }

.descending {
    align-items: center;
    display: inline-flex
}

    .descending:before {
        background-image: url(icon-descending.svg);
        background-size: 100% 100%;
        content: "";
        display: inline-block;
        height: 1em;
        margin-right: .3em;
        width: 1em
    }

.ascending {
    align-items: center;
    display: inline-flex
}

    .ascending:before {
        background-image: url(icon-ascending.svg);
        background-size: 100% 100%;
        content: "";
        display: inline-block;
        height: 1em;
        margin-right: .3em;
        width: 1em
    }

.widget-filter {
    --widget-filter-spacer: 1.5rem;
    opacity: 1;
    padding: var(--widget-filter-spacer)
}

    .widget-filter .accordeon-item-heading {
        --heading-spacing-y: 0rem;
        font-size: 1.25rem
    }

    .widget-filter .accordeon-item-content {
        border: 0;
        font-size: 1rem;
        line-height: 1.75;
        margin-top: var(--widget-filter-spacer);
        padding: 0
    }

.widget-filter-list {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.widget-filter-list-item {
    align-items: flex-end;
    display: flex
}

    .widget-filter-list-item:not(:last-child) {
        margin-bottom: .5em
    }

.widget-filter-list .form-check {
    display: block;
    margin: 0
}

.mini-scrollbar {
    overflow: auto
}

    .mini-scrollbar::-webkit-scrollbar-track {
        background-color: #f4f4f4;
        border-radius: 2px
    }

    .mini-scrollbar::-webkit-scrollbar {
        background-color: #f4f4f4;
        width: 2px
    }

    .mini-scrollbar::-webkit-scrollbar-thumb {
        background-color: #3d3a3a;
        border-radius: 2px
    }

.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative
}

    .btn:active, .btn:focus {
        outline: none
    }

    .btn:before {
        animation: spinner-border .75s linear infinite;
        border: .25em solid;
        border-radius: 50%;
        border-right-color: transparent !important;
        content: "";
        display: inline-block;
        height: 2rem;
        opacity: 0;
        position: absolute;
        right: 20%;
        visibility: hidden;
        width: 2rem
    }

    .btn * + * {
        margin-left: .8rem
    }

    .btn.is-loading:before {
        opacity: 1;
        visibility: visible
    }

.btn-wide {
    justify-content: center;
    min-width: 220px;
    text-align: center
}

.btn-xs {
    font-size: .875rem;
    height: 30px;
    line-height: 1;
    padding: .425rem .6rem
}

.btn.btn-outline-secondary {
    color: #3d3a3a
}

.btn-primary:before {
    border-color: color-yiq(var(--root-base-color))
}

.btn-secondary:before {
    border-color: color-yiq(#f2f2f2)
}

.btn-success:before {
    border-color: color-yiq(#17aa81)
}

.btn-info:before {
    border-color: color-yiq(#3954f7)
}

.btn-warning:before {
    border-color: color-yiq(#f6bf33)
}

.btn-danger:before {
    border-color: color-yiq(#ce3222)
}

.btn-light:before {
    border-color: color-yiq(#fff)
}

.btn-dark:before {
    border-color: color-yiq(#3d3a3a)
}

.btn-extra-dark:before {
    border-color: color-yiq(#232428)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.btn-group {
    margin-left: -.6rem;
    margin-right: -.6rem
}

    .btn-group .btn {
        margin: .4rem .6rem
    }

.btn-reset {
    background-color: transparent;
    border: none;
    padding: 0
}

    .btn-reset:focus {
        box-shadow: none
    }

.link-button {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-weight: 600;
    position: relative;
    transition: all .2s
}

    .link-button * + * {
        margin-left: .8rem
    }

.link-button-underline {
    line-height: 1.2
}

    .link-button-underline:after {
        border-bottom: 1px solid #3d3a3a;
        content: "";
        display: block;
        left: 50%;
        max-width: 100%;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        transition: all .2s;
        width: 100%
    }

    .link-button-underline:hover:after {
        max-width: 0
    }

.link-button:hover {
    color: inherit;
    opacity: .7
}

#scroll-top-button {
    border: 1px solid var(--ppm-border-color,#eee);
    border-radius: 50%;
    bottom: 4rem;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 4rem;
    transform: translateY(100%);
    transition: all .2s ease-out;
    visibility: hidden;
    z-index: 5
}

@media (max-width: 1199.98px) {
    #scroll-top-button {
        bottom: 5rem;
        right: 2rem
    }
}

@media (max-width: 767.98px) {
    #scroll-top-button {
        bottom: 5rem;
        right: 1rem;
        transform: scale(.8) translateY(100%)
    }
}

#scroll-top-button img, #scroll-top-button svg {
    transition: all .2s
}

#scroll-top-button.is-active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible
}

@media (max-width: 767.98px) {
    #scroll-top-button.is-active {
        transform: translateY(0) scale(.8)
    }
}

#scroll-top-button:hover img, #scroll-top-button:hover svg {
    transform: scale(1.1)
}

#scroll-top-button:active, #scroll-top-button:focus, #scroll-top-button:hover {
    background-color: #fff
}

.btn-icon {
    align-items: center;
    display: inline-flex;
    height: calc(1.5em + 1.5rem + 2px);
    justify-content: center;
    padding: 0;
    width: calc(1.5em + 1.5rem + 2px)
}

    .btn-icon .icon {
        font-size: 1rem
    }

    .btn-icon.btn-xs {
        height: 2rem;
        width: 2rem
    }

        .btn-icon.btn-xs.btn-search-mobile {
            height: 1.5rem;
            width: 1.5rem
        }

        .btn-icon.btn-xs .icon {
            font-size: .75rem
        }

    .btn-icon.btn-sm {
        height: calc(1.5em + 1.0625rem + 2px);
        width: calc(1.5em + 1.0625rem + 2px)
    }

        .btn-icon.btn-sm .icon {
            font-size: .75rem
        }

    .btn-icon.btn-lg {
        height: calc(1.875em + 1rem + 2px);
        width: calc(1.875em + 1rem + 2px)
    }

        .btn-icon.btn-lg .icon {
            font-size: 1.25rem
        }

.general-paragraph, .text-formatted {
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.875
}

@media (max-width: 767.98px) {
    .general-paragraph, .text-formatted {
        font-size: 1rem
    }
}

.general-paragraph .text-formatted, .text-formatted .text-formatted {
    font-size: inherit;
    line-height: inherit
}

.general-paragraph-text, .text-formatted-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 910px
}

.general-paragraph *, .text-formatted * {
    line-height: inherit
}

.general-paragraph .heading-block, .text-formatted .heading-block {
    margin-bottom: 2rem !important
}

.general-paragraph .heading-block-header, .text-formatted .heading-block-header {
    margin-bottom: .8rem !important
}

.general-paragraph .heading-block-label, .text-formatted .heading-block-label {
    margin-bottom: .6rem
}

.general-paragraph .heading-block-title, .text-formatted .heading-block-title {
    margin-top: 0
}

.general-paragraph .entry-footer, .text-formatted .entry-footer {
    padding-top: 1.5rem
}

.general-paragraph .h1, .general-paragraph .h2, .general-paragraph .h3, .general-paragraph .h4, .general-paragraph .h5, .general-paragraph .h6, .general-paragraph h1, .general-paragraph h2, .general-paragraph h3, .general-paragraph h4, .general-paragraph h5, .general-paragraph h6, .text-formatted .h1, .text-formatted .h2, .text-formatted .h3, .text-formatted .h4, .text-formatted .h5, .text-formatted .h6, .text-formatted h1, .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 2rem
}

    .general-paragraph .h1:last-child, .general-paragraph .h2:last-child, .general-paragraph .h3:last-child, .general-paragraph .h4:last-child, .general-paragraph .h5:last-child, .general-paragraph .h6:last-child, .general-paragraph h1:last-child, .general-paragraph h2:last-child, .general-paragraph h3:last-child, .general-paragraph h4:last-child, .general-paragraph h5:last-child, .general-paragraph h6:last-child, .text-formatted .h1:last-child, .text-formatted .h2:last-child, .text-formatted .h3:last-child, .text-formatted .h4:last-child, .text-formatted .h5:last-child, .text-formatted .h6:last-child, .text-formatted h1:last-child, .text-formatted h2:last-child, .text-formatted h3:last-child, .text-formatted h4:last-child, .text-formatted h5:last-child, .text-formatted h6:last-child {
        margin-bottom: 0
    }

.general-paragraph .h1, .general-paragraph .h2, .general-paragraph h1, .general-paragraph h2, .text-formatted .h1, .text-formatted .h2, .text-formatted h1, .text-formatted h2 {
    margin-bottom: .3rem
}

.general-paragraph .h3, .general-paragraph .h4, .general-paragraph .h5, .general-paragraph .h6, .general-paragraph h3, .general-paragraph h4, .general-paragraph h5, .general-paragraph h6, .text-formatted .h3, .text-formatted .h4, .text-formatted .h5, .text-formatted .h6, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    margin-bottom: .6rem
}

.general-paragraph .h1, .general-paragraph h1, .text-formatted .h1, .text-formatted h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .general-paragraph .h1, .general-paragraph h1, .text-formatted .h1, .text-formatted h1 {
        font-size: 2.25rem
    }
}

.general-paragraph .h2, .general-paragraph h2, .text-formatted .h2, .text-formatted h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .general-paragraph .h2, .general-paragraph h2, .text-formatted .h2, .text-formatted h2 {
        font-size: 2rem
    }
}

.general-paragraph .h3, .general-paragraph h3, .text-formatted .h3, .text-formatted h3 {
    font-size: calc(1.305rem + .66vw)
}

@media (min-width: 1200px) {
    .general-paragraph .h3, .general-paragraph h3, .text-formatted .h3, .text-formatted h3 {
        font-size: 1.8rem
    }
}

.general-paragraph .h4, .general-paragraph h4, .text-formatted .h4, .text-formatted h4 {
    font-size: calc(1.285rem + .42vw)
}

@media (min-width: 1200px) {
    .general-paragraph .h4, .general-paragraph h4, .text-formatted .h4, .text-formatted h4 {
        font-size: 1.6rem
    }
}

.general-paragraph .h5, .general-paragraph h5, .text-formatted .h5, .text-formatted h5 {
    font-size: calc(1.265rem + .18vw)
}

@media (min-width: 1200px) {
    .general-paragraph .h5, .general-paragraph h5, .text-formatted .h5, .text-formatted h5 {
        font-size: 1.4rem
    }
}

.general-paragraph .h6, .general-paragraph h6, .text-formatted .h6, .text-formatted h6 {
    font-size: 1.2rem
}

.general-paragraph > .h1:first-child, .general-paragraph > .h2:first-child, .general-paragraph > .h3:first-child, .general-paragraph > .h4:first-child, .general-paragraph > .h5:first-child, .general-paragraph > .h6:first-child, .general-paragraph > div:first-child .h1, .general-paragraph > div:first-child .h2, .general-paragraph > div:first-child .h3, .general-paragraph > div:first-child .h4, .general-paragraph > div:first-child .h5, .general-paragraph > div:first-child .h6, .general-paragraph > div:first-child h1, .general-paragraph > div:first-child h2, .general-paragraph > div:first-child h3, .general-paragraph > div:first-child h4, .general-paragraph > div:first-child h5, .general-paragraph > div:first-child h6, .general-paragraph > h1:first-child, .general-paragraph > h2:first-child, .general-paragraph > h3:first-child, .general-paragraph > h4:first-child, .general-paragraph > h5:first-child, .general-paragraph > h6:first-child, .text-formatted > .h1:first-child, .text-formatted > .h2:first-child, .text-formatted > .h3:first-child, .text-formatted > .h4:first-child, .text-formatted > .h5:first-child, .text-formatted > .h6:first-child, .text-formatted > div:first-child .h1, .text-formatted > div:first-child .h2, .text-formatted > div:first-child .h3, .text-formatted > div:first-child .h4, .text-formatted > div:first-child .h5, .text-formatted > div:first-child .h6, .text-formatted > div:first-child h1, .text-formatted > div:first-child h2, .text-formatted > div:first-child h3, .text-formatted > div:first-child h4, .text-formatted > div:first-child h5, .text-formatted > div:first-child h6, .text-formatted > h1:first-child, .text-formatted > h2:first-child, .text-formatted > h3:first-child, .text-formatted > h4:first-child, .text-formatted > h5:first-child, .text-formatted > h6:first-child {
    margin-top: 0
}

.general-paragraph .ratio, .general-paragraph ol, .general-paragraph p, .general-paragraph ul, .text-formatted .ratio, .text-formatted ol, .text-formatted p, .text-formatted ul {
    margin-bottom: 1.4rem
}

    .general-paragraph .ratio:last-child, .general-paragraph ol:last-child, .general-paragraph p:last-child, .general-paragraph ul:last-child, .text-formatted .ratio:last-child, .text-formatted ol:last-child, .text-formatted p:last-child, .text-formatted ul:last-child {
        margin-bottom: 0
    }

    .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline), .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) {
        line-height: 1.8;
        list-style-position: inside;
        list-style-type: none;
        margin-bottom: 1.6rem;
        padding-left: 0
    }

@media (max-width: 575.98px) {
    .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline), .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) {
        padding-left: 1rem
    }
}

.general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) + *, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) + * {
    margin-top: 1.4rem
}

@media (min-width: 1200px) {
    .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) + *, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) + * {
        margin-top: 1.8rem
    }
}

.general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li {
    display: block;
    padding-left: 2em;
    position: relative
}

    .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li:before, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li:before {
        background-color: var(--ppm-faded-text,#3d3a3a);
        border-radius: 50%;
        content: "";
        display: block;
        height: .55em;
        left: 0;
        position: absolute;
        top: .55em;
        width: .55em
    }

    .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li + li, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) > li + li {
        margin-top: .5em
    }

.general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) ol, .general-paragraph ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) ul, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) ol, .text-formatted ul:not(.list-reset):not(.list-block):not(.list-steps):not(.list-check):not(.list-inline) ul {
    margin-bottom: .2rem !important;
    margin-top: .6rem !important
}

.general-paragraph ol, .text-formatted ol {
    counter-reset: section;
    line-height: 1.8;
    list-style-type: none;
    padding-left: 0
}

@media (max-width: 575.98px) {
    .general-paragraph ol, .text-formatted ol {
        padding-left: 1rem
    }
}

.general-paragraph ol > li, .text-formatted ol > li {
    padding-left: 2.2rem;
    position: relative
}

    .general-paragraph ol > li + li, .text-formatted ol > li + li {
        margin-top: .5em
    }

    .general-paragraph ol > li:before, .text-formatted ol > li:before {
        align-items: center;
        color: #3d3a3a;
        content: counters(section,".") ".";
        counter-increment: section;
        display: flex;
        font-weight: 700;
        height: 1.6rem;
        justify-content: center;
        left: 0;
        position: absolute;
        top: .2em;
        width: 1.6rem
    }

.general-paragraph ol ol, .general-paragraph ol ul, .text-formatted ol ol, .text-formatted ol ul {
    margin-bottom: .2rem !important;
    margin-top: .6rem !important
}

.general-paragraph figure, .text-formatted figure {
    margin: 3rem auto
}

    .general-paragraph figure img, .text-formatted figure img {
        height: auto !important;
        max-width: 100%
    }

.general-paragraph i img, .text-formatted i img {
    height: 100%
}

.general-paragraph img, .text-formatted img {
    height: auto;
    max-width: 100%
}

.article {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 760px
}

.more-less {
    overflow: hidden;
    position: relative;
    transition: height .75s ease
}

.more-less-toggle .icon {
    transition: all .2s ease-out
}

.more-less-toggle.is-active .icon {
    transform: rotate(180deg)
}

.more-less:after {
    background-image: linear-gradient(180deg,hsla(0,0%,97%,0),#f7f7f7);
    bottom: 0;
    content: "";
    display: block;
    height: 10rem;
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.more-less.more-less__white:after {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff)
}

.more-less.is-expanded:after {
    height: 0
}

figcaption {
    color: #b6b6b6;
    font-size: .875rem;
    padding-top: .4rem;
    text-align: center
}

.text-mark {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 5rem 4.6rem 4rem;
    position: relative
}

@media (max-width: 1459.98px) {
    .text-mark {
        padding-right: 3rem
    }
}

@media (max-width: 1199.98px) {
    .text-mark {
        padding-left: 3rem
    }
}

@media (max-width: 575.98px) {
    .text-mark {
        padding-bottom: 3rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.text-mark .wp-block-group__inner-container > :first-child, .text-mark > :first-child {
    margin-top: 0 !important
}

.text-mark .wp-block-group__inner-container > :last-child {
    margin-bottom: 0 !important
}

.text-mark:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='404pt' viewBox='-58 0 404 404.541' width='404pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2328d4b1' d='M277.527 0H10.27c-5.524 0-10 4.477-10 10v374.527a19.981 19.981 0 0 0 10.855 17.805 19.973 19.973 0 0 0 20.797-1.55l111.976-80.266 111.977 80.27a20.004 20.004 0 0 0 31.656-16.258V10c0-5.523-4.48-10-10.004-10zm0 0'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 2.4rem;
    left: 4.6rem;
    position: absolute;
    top: 0;
    width: 2.4rem
}

@media (max-width: 1199.98px) {
    .text-mark:before {
        left: 3rem
    }
}

@media (max-width: 767.98px) {
    .text-mark:before {
        height: 2rem;
        width: 2rem
    }
}

@media (max-width: 575.98px) {
    .text-mark:before {
        left: 2rem
    }
}

blockquote {
    font-size: calc(1.2625rem + .15vw);
    font-weight: 600;
    line-height: 1.7;
    margin: 3.2rem auto !important;
    padding-left: 6.25rem;
    position: relative;
    text-align: left
}

@media (min-width: 1200px) {
    blockquote {
        font-size: 1.375rem
    }
}

@media (max-width: 767.98px) {
    blockquote {
        padding-left: 3.6rem
    }
}

@media (max-width: 575.98px) {
    blockquote {
        font-size: 1.125rem
    }
}

blockquote:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.818 0v17.442h11.41c0 6.41-5.119 11.627-11.41 11.627v5.814c9.437 0 17.114-7.824 17.114-17.442V0H22.818ZM0 17.442h11.409c0 6.41-5.118 11.627-11.409 11.627v5.814c9.437 0 17.113-7.824 17.113-17.442V0H0v17.442Z' fill='%23EBC347'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 2.5rem;
    left: 0;
    position: absolute;
    top: 8px;
    width: 2.5rem
}

@media (max-width: 767.98px) {
    blockquote:before {
        height: 1.6rem;
        width: 1.6rem
    }
}

.text-summury {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 3rem 4.6rem;
    position: relative
}

@media (max-width: 1459.98px) {
    n {
        padding-right: 3rem
    }
}

@media (max-width: 1199.98px) {
    n {
        padding-left: 3rem
    }
}

@media (max-width: 575.98px) {
    n {
        padding-bottom: 3rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

n .wp-block-group__inner-container > :first-child, n > :first-child {
    margin-top: 0 !important
}

n .wp-block-group__inner-container > :last-child {
    margin-bottom: 0 !important
}

.heading-block:not(:last-child) {
    margin-bottom: 3rem
}

.heading-block.text-center, .heading-block.text-center .heading-block-body {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199.98px) {
    .heading-block br {
        display: none
    }
}

.heading-block-header {
    position: relative
}

    .heading-block-header:not(:last-child) {
        margin-bottom: 1rem
    }

@media (max-width: 1199.98px) {
    .heading-block-header.placeholder {
        display: none
    }
}

.heading-block-body {
    font-size: 1.125rem
}

    .heading-block-body ul:not(.list) li {
        display: block;
        margin-bottom: 1rem;
        padding-left: 1.4rem;
        position: relative
    }

        .heading-block-body ul:not(.list) li:last-child {
            margin-bottom: 0
        }

        .heading-block-body ul:not(.list) li:before {
            background-color: var(--root-base-color);
            border-radius: 50%;
            content: "";
            display: block;
            height: 5px;
            left: 0;
            position: absolute;
            top: .8em;
            width: 5px
        }

    .heading-block-body :last-child {
        margin-bottom: 0
    }

.heading-block-footer {
    margin-top: 1.8rem
}

.heading-block-icon {
    display: block;
    margin-bottom: 2rem
}

.heading-block-label {
    color: #f2f2f2;
    font-weight: 500;
    margin-bottom: .35rem;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .heading-block-label {
        font-size: .875rem
    }
}

@media (max-width: 767.98px) {
    .heading-block-label {
        font-size: .75rem
    }
}

.heading-block-label.placeholder {
    color: transparent !important;
    visibility: hidden
}

@media (max-width: 1199.98px) {
    .heading-block-label.placeholder {
        display: none
    }
}

.heading-block-label a {
    color: inherit;
    transition: all .2s
}

    .heading-block-label a:hover {
        color: inherit;
        opacity: .6
    }

.heading-block-title {
    margin-bottom: 0
}

    .heading-block-title.placeholder {
        color: transparent !important;
        visibility: hidden
    }

@media (max-width: 1199.98px) {
    .heading-block-title.placeholder {
        display: none
    }
}

.mini-cart {
    background-color: var(--ppm-body-bg,#fff);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
    width: 560px;
    z-index: 1100
}

    .mini-cart.is-opened {
        transform: translateX(0)
    }

.mini-cart-header {
    padding: 1rem 2rem
}

@media (max-width: 767.98px) {
    .mini-cart-header {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.mini-cart-divider {
    color: var(--ppm-border-color,#eee);
    margin: 0 2rem;
    opacity: 1
}

@media (max-width: 767.98px) {
    .mini-cart-divider {
        margin: 0 1rem
    }
}

.mini-cart-notifications {
    margin-bottom: 1.75rem
}

    .mini-cart-notifications .alert:not(:last-child) {
        margin-bottom: 1rem
    }

.mini-cart-body {
    flex-grow: 1;
    overflow: hidden scroll;
    padding: 1rem 2rem 0;
    position: relative
}

@media (max-width: 767.98px) {
    .mini-cart-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.mini-cart-body .cart-item {
    padding-bottom: 1.75rem
}

    .mini-cart-body .cart-item:not(:last-child) {
        border-bottom: 1px solid var(--ppm-border-color,#eee)
    }

    .mini-cart-body .cart-item + .cart-item {
        margin-top: 1.75rem
    }

.mini-cart-footer {
    margin-top: auto;
    padding: 1rem 2rem
}

@media (max-width: 767.98px) {
    .mini-cart-footer {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.mini-cart .btn-cart {
    border-radius: 0;
    flex-shrink: 0;
    height: 70px;
    text-transform: uppercase;
    width: 100%
}

.modal {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

    .modal.fade .modal-dialog {
        transform: translateY(-25%);
        transition: transform .3s ease-out
    }

    .modal.show .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    position: relative;
    z-index: 81
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

        .modal-backdrop.fade.show {
            filter: alpha(opacity=50);
            opacity: .5
        }

.modal-header {
    background: #3d3a3a;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 15px
}

.modal-title {
    color: #fff;
    line-height: 1.6;
    margin: 0 auto;
    width: 100%
}

.modal-header .close {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-top: -2px
}

.modal-body {
    max-height: 600px;
    overflow-y: auto;
    padding: 15px;
    position: relative
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right
}

    .modal .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.gallery {
    border-bottom: 1px solid var(--ppm-border-color,#eee);
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    overflow-x: scroll;
    padding: 0 0 2rem;
    width: 100%
}

    .gallery ::-webkit-scrollbar {
        background: var(--root-base-color);
        height: 4px;
        width: 4px
    }

    .gallery ::-webkit-scrollbar-thumb:horizontal {
        background: var(--root-base-color);
        border-radius: 10px
    }

    .gallery ::-webkit-scrollbar-track {
        background-color: var(--root-base-color);
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }

    .gallery .gallery-item {
        border: .5rem solid transparent;
        flex: 0 0 auto;
        overflow: hidden;
        position: relative;
        width: 29%
    }

@media (max-width: 1199.98px) {
    .gallery .gallery-item {
        width: 36%
    }
}

@media (max-width: 767.98px) {
    .gallery .gallery-item {
        width: 75%
    }
}

.gallery .gallery-item:before {
    content: "";
    display: block;
    padding-top: 64%
}

.gallery .gallery-item a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

    .gallery .gallery-item a img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        transition: transform 1.8s cubic-bezier(.2,1,.2,1),opacity .6s ease-out,margin .3s ease;
        width: 100%;
        z-index: 1
    }

    .gallery .gallery-item a:hover img {
        transform: scale(1.05)
    }

.section-gallery ::-webkit-scrollbar {
    background: #fff;
    height: 4px;
    width: 4px
}

.section-gallery ::-webkit-scrollbar-thumb:horizontal {
    background: #3d3a3a;
    border-radius: 10px
}

.section-gallery ::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #f4f4f4
}

.card {
    background-color: #f4f4f4;
    border: none;
    border-radius: .6875rem;
    min-height: 100%
}

.card, .card-image {
    overflow: hidden;
    position: relative
}

.card-image {
    width: 100%
}

    .card-image:before {
        content: "";
        display: block;
        padding-top: 130%
    }

    .card-image > img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        transition: transform 1.8s cubic-bezier(.2,1,.2,1);
        width: 100%
    }

.card-image-overlay {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem
}

.card-image-sm:before {
    content: "";
    display: block;
    padding-top: 70%
}

.card-image-hover .card-image-overlay-body {
    transform: translateY(35px);
    transition: transform .65s cubic-bezier(.2,1,.2,1)
}

.card-image-hover .card-image-overlay-footer {
    opacity: 0;
    transform: translateY(35px);
    transition: transform .65s cubic-bezier(.2,1,.2,1),opacity .3s ease-in-out
}

.card-image-hover:hover .card-image-overlay-body {
    transform: translateY(0)
}

.card-image-hover:hover .card-image-overlay-footer {
    opacity: 1;
    transform: translateY(0)
}

.card-body {
    max-width: 100%
}

    .card-body :last-child {
        margin-bottom: 0
    }

.card:hover .card-image > img {
    transform: scale(1.05)
}

.card-light {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04)
}

.card-coin, .coins-article {
    height: 100%
}

.card-coin {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: center;
    transition: box-shadow .1s ease-out;
    z-index: 1
}

@media (max-width: 767.98px) {
    .card-coin {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }
}

.card-coin-header {
    padding: 1rem 1.2rem;
    position: relative
}

@media (max-width: 767.98px) {
    .card-coin-header {
        padding-bottom: .8rem;
        padding-top: .8rem
    }
}

.card-coin-meta {
    color: #3954f7;
    display: flex;
    font-weight: 600;
    justify-content: flex-end;
    margin-bottom: 1rem;
    position: relative;
    text-transform: uppercase
}

    .card-coin-meta.in-stock {
        color: #17aa81
    }

    .card-coin-meta.out-of-stock {
        color: #ce3222
    }

    .card-coin-meta:after {
        color: #000;
        content: attr(data-pre-sale);
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 1.4em;
        white-space: nowrap
    }

.card-coin-ribbon {
    --ribbon-color: #3954f7;
    cursor: pointer;
    height: 190px;
    isolation: isolate;
    left: -10px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 190px;
    z-index: 2
}

    .card-coin-ribbon.in-stock {
        --ribbon-color: #17aa81
    }

    .card-coin-ribbon.out-of-stock {
        --ribbon-color: #ce3222
    }

    .card-coin-ribbon:after {
        border-bottom: 5px solid var(--ribbon-color,#3954f7);
        border-left: 5px solid transparent;
        border-right: 5px solid var(--ribbon-color,#3954f7);
        border-top: 5px solid transparent;
        bottom: 0;
        content: "";
        display: block;
        filter: brightness(80%);
        left: 0;
        position: absolute;
        z-index: -1
    }

#gallery-slider:hover .card-coin-ribbon {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.card-coin-ribbon span {
    background-color: var(--ribbon-color,#3954f7);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    display: block;
    font: 700 16px/1 Lato,sans-serif;
    padding: 15px 0 15px 15px;
    position: absolute;
    right: -35px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    top: 60px;
    transform: rotate(-45deg);
    width: 300px
}

.card-coin-image {
    margin: 0
}

    .card-coin-image img {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

.card-coin-body {
    padding: 1rem 1.2rem
}

@media (max-width: 767.98px) {
    .card-coin-body {
        padding: .8rem 1.2rem
    }
}

.card-coin-body + .card-coin-actions {
    margin-top: -1rem
}

.card-coin-title {
    color: var(--ppm-products-card-text,inherit);
    font-weight: 500;
    line-height: 1.4
}

@media (min-width: 576px) {
    .card-coin-title {
        min-height: 44px
    }
}

.card-coin-notice {
    border-bottom: 1px solid var(--ppm-border-color,#eee);
    font-weight: 500;
    padding: 1rem
}

.card-coin-price {
    color: var(--ppm-products-card-text,inherit);
    font-size: 1.25rem
}

@media (max-width: 767.98px) {
    .card-coin-price {
        line-height: 1.4
    }
}

.card-coin-actions {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.2rem 1.4rem
}

    .card-coin-actions button {
        flex: 1;
        margin-left: .6rem;
        padding-left: .2rem;
        padding-right: .2rem
    }

    .card-coin-actions ::-moz-placeholder {
        color: #3d3a3a;
        opacity: 1
    }

    .card-coin-actions ::placeholder {
        color: #3d3a3a;
        opacity: 1
    }

.card-coin .form-control, .card-coin-expand {
    background-color: #fff
}

.card-coin-expand {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2rem 2rem rgba(0,0,0,.09);
    font-size: .875rem;
    left: 0;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: translateY(-20px);
    transition: all .1s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

    .card-coin-expand .table-sm td, .card-coin-expand .table-sm th {
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap
    }

@media (max-width: 1199.98px) {
    .card-coin-expand {
        height: 100%;
        margin: 0;
        opacity: 1;
        position: static;
        transform: none;
        visibility: visible
    }
}

.card-coin-expand-second {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none;
    height: 100%;
    margin-top: 0;
    overflow: auto;
    top: 0;
    transform: translateY(0) scale(.95)
}

.card-coin ::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    -webkit-box-shadow: none
}

.card-coin ::-webkit-scrollbar {
    background-color: #f7f7f7;
    width: 4px
}

.card-coin ::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border: none;
    border-radius: 4px
}

.card-coin:hover {
    box-shadow: 0 .4rem 2rem rgba(0,0,0,.09)
}

    .card-coin:hover .card-coin-expand {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition: all .3s ease-out;
        visibility: visible
    }

.card-coin--horizontal {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .card-coin--horizontal {
        max-width: 320px
    }
}

.card-coin--horizontal .card-coin-header {
    width: 30%
}

@media (max-width: 991.98px) {
    .card-coin--horizontal .card-coin-header {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .card-coin--horizontal .card-coin-header {
        width: 100%
    }
}

.card-coin--horizontal .card-coin-body {
    width: 37%
}

@media (max-width: 991.98px) {
    .card-coin--horizontal .card-coin-body {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .card-coin--horizontal .card-coin-body {
        width: 100%
    }
}

.card-coin--horizontal .card-coin-pricebox {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 33%
}

@media (max-width: 991.98px) {
    .card-coin--horizontal .card-coin-pricebox {
        margin-left: auto;
        margin-right: 0;
        width: 52%
    }
}

@media (max-width: 767.98px) {
    .card-coin--horizontal .card-coin-pricebox {
        width: 100%
    }
}

.card-coin--horizontal .card-coin-pricebox .table-sm td, .card-coin--horizontal .card-coin-pricebox .table-sm th {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap
}

@media (min-width: 992px) {
    .card-coin--horizontal--compact .card-coin-header {
        width: 18%
    }

    .card-coin--horizontal--compact .card-coin-body {
        font-size: .75rem !important;
        width: 42%
    }

    .card-coin--horizontal--compact .card-coin-pricebox {
        font-size: .875rem;
        width: 40%
    }
}

.coins-row > div:hover {
    z-index: 2
}

.tabs-coins .tabs-tab, .tabs-coins .ui-tabs-panel {
    min-height: 970px
}

@media (max-width: 1199.98px) {
    .tabs-coins .tabs-tab, .tabs-coins .ui-tabs-panel {
        min-height: 670px
    }
}

.mobile .card-coin-expand {
    margin: 0;
    opacity: 1;
    position: relative;
    transform: none;
    transform: scale(1);
    visibility: visible
}

    .mobile .card-coin-expand .card-coin-body {
        padding-bottom: 1rem
    }

.mobile .card-coin .card-coin-expand-second .card-coin-body {
    padding-left: 0;
    padding-right: 0
}

.card-post-thumbnail {
    display: block;
    margin: 0
}

    .card-post-thumbnail img {
        display: block;
        width: 100%
    }

    .card-post-thumbnail:hover + .card-post-body .card-post-body-title a {
        color: inherit;
        opacity: .6
    }

.card-post-body {
    padding-top: 1rem
}

.card-post-body-terms {
    color: #a8a8a8;
    margin-bottom: .5rem;
    text-transform: uppercase
}

    .card-post-body-terms .author-name, .card-post-body-terms .category-title {
        color: #3d3a3a
    }

.card-post-body-title {
    font-size: calc(1.275rem + .3vw);
    line-height: 1.33;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .card-post-body-title {
        font-size: 1.5rem
    }
}

.card-post-body-title a {
    color: inherit;
    transition: all .3s ease
}

    .card-post-body-title a:hover {
        color: inherit;
        opacity: .6
    }

.card-testimonial {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 2rem 2.25rem 3rem;
    position: relative
}

@media (max-width: 991.98px) {
    .card-testimonial {
        padding: 1.5rem 1rem;
        text-align: center
    }
}

.card-testimonial-header {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: .75rem
}

.card-testimonial-body .text-formatted {
    --font-size: 1.125rem;
    --line-height: 1.78;
    --lines: 10;
    -webkit-line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    font-size: var(--font-size);
    line-height: var(--line-height);
    max-height: calc(var(--font-size)*var(--line-height)*var(--lines));
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 991.98px) {
    .card-testimonial-body .text-formatted {
        --font-size: 1rem
    }
}

@media (hover: none) {
    .card-testimonial-body .text-formatted {
        overflow-y: auto;
        text-overflow: unset
    }
}

.card-testimonial-body--full .text-formatted {
    -webkit-line-clamp: none;
    display: block;
    height: auto
}

@media (hover: hover) {
    .card-testimonial-body:hover .text-formatted {
        overflow-y: auto;
        text-overflow: unset
    }
}

.card-testimonial-footer {
    margin-top: 1.5rem
}

@media (max-width: 991.98px) {
    .card-testimonial-footer .media-element-content {
        line-height: 1.5
    }

    .card-testimonial-footer .media-element-icon {
        width: 46px
    }

    .card-testimonial-footer .media-element-inline .media-element-icon + .media-element-content {
        padding-left: .75em
    }
}

.card-link {
    background-color: #f2f2f2;
    color: #3d3a3a;
    height: 100%;
    position: relative
}

.card-link, .card-link-icon {
    transition: all .2s ease-out
}

.card-link-icon {
    color: #b6b6b6;
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.card-link-image.change-color-on-hover {
    transition: all .3s ease
}

.card-link.is-active, .card-link:hover {
    background-color: #3d3a3a;
    color: #fff
}

    .card-link.is-active .card-link-icon, .card-link:hover .card-link-icon {
        color: #fff;
        transform: scale(1.2)
    }

    .card-link.is-active .card-link-image.change-color-on-hover, .card-link:hover .card-link-image.change-color-on-hover {
        filter: grayscale(100%) invert(100%)
    }

.cart-item {
    --cart-item-title-line-height: 1.305;
    --cart-item-title-font-size: 1.125rem;
    align-items: stretch;
    display: flex;
    position: relative
}

.cart-item-thumbnail {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 108px;
    justify-content: center;
    margin: 0;
    width: 108px
}

@media (max-width: 575.98px) {
    .cart-item-thumbnail {
        height: 65px;
        width: 65px
    }
}

@media (max-width: 420px) {
    .cart-item-thumbnail {
        height: 54px;
        width: 54px
    }
}

.cart-item-content {
    flex-grow: 1;
    padding-left: 1.75rem
}

@media (max-width: 575.98px) {
    .cart-item-content {
        padding-left: 1rem
    }
}

@media (max-width: 420px) {
    .cart-item-content {
        padding-left: .75rem
    }
}

.cart-item-remove {
    align-items: center;
    color: #bdbdbd;
    cursor: pointer;
    display: flex;
    height: 1rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: calc(var(--cart-item-title-line-height)*.45*var(--cart-item-title-font-size));
    transform: translateY(-50%);
    transition: all .3s ease;
    width: 1rem
}

    .cart-item-remove:hover {
        color: #ce3222
    }

    .cart-item-remove .icon {
        font-size: .75rem
    }

.cart-item-title {
    font-size: var(--cart-item-title-font-size);
    font-weight: 600;
    line-height: var(--cart-item-title-line-height);
    margin-bottom: .75rem;
    padding-right: 2rem
}

.cart-item-actions {
    align-items: center;
    display: flex
}

    .cart-item-actions .cart-item-price {
        margin-left: auto
    }

.cart-item-price {
    font-weight: 500
}

.cart-item-quantity {
    align-items: center;
    display: flex
}

    .cart-item-quantity .input-number {
        margin-right: .5em
    }

@media (max-width: 420px) {
    .cart-item-quantity .input-number {
        --height: 28px;
        --width: 36px
    }

    .cart-item-quantity .btn {
        height: 28px;
        padding: .2em .4em
    }
}

.general-paragraph table, .table, .text-formatted table {
    line-height: 1.4
}

@media (max-width: 767.98px) {
    .general-paragraph table, .table, .text-formatted table {
        font-size: .875rem
    }
}

.general-paragraph table:last-child, .table:last-child, .text-formatted table:last-child {
    margin-bottom: 0
}

.general-paragraph table th, .table th, .text-formatted table th {
    border: none;
    font-weight: 400
}

.table-hover tbody tr td:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.table-hover tbody tr td:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.table-hover tbody tr:hover {
    background-color: transparent
}

    .table-hover tbody tr.active td, .table-hover tbody tr.active-price-range td, .table-hover tbody tr:hover td {
        background-color: #f4f4f4
    }

.table-fill th {
    font-weight: 500;
    text-align: center
}

    .table-fill th:last-child {
        text-align: right
    }

    .table-fill th:first-child {
        text-align: left
    }

.table-fill td {
    text-align: center
}

    .table-fill td:last-child {
        text-align: right
    }

    .table-fill td:first-child {
        text-align: left
    }

.general-paragraph table.border-0 td, .general-paragraph table.border-0 th, .table.border-0 td, .table.border-0 th, .text-formatted table.border-0 td, .text-formatted table.border-0 th {
    border: none
}

.table-sm td, .table-sm th {
    padding-left: .75rem;
    padding-right: .75rem
}

@media (max-width: 767.98px) {
    .table-sm td, .table-sm th {
        padding: .175rem .5rem
    }
}

.table-xs td, .table-xs th {
    padding: .2rem .75rem
}

@media (max-width: 767.98px) {
    .table-xs td, .table-xs th {
        font-size: .875rem;
        padding: .175rem .5rem
    }
}

.specifications-table {
    margin-top: 1rem
}

.pricing-table {
    font-size: 16px !important;
    line-height: 1.4;
    width: 100%
}

    .pricing-table thead th {
        text-align: center
    }

        .pricing-table thead th:first-child {
            padding-left: 0;
            text-align: left
        }

        .pricing-table thead th:last-child {
            text-align: right
        }

    .pricing-table tbody tr {
        border-bottom-width: 1px;
        border-color: #f4f4f4
    }

        .pricing-table tbody tr:hover {
            background-color: #f4f4f4
        }

        .pricing-table tbody tr:last-child, .pricing-table tbody tr:nth-child(5), .pricing-table tbody tr:nth-child(6) {
            border-bottom-width: 0
        }

    .pricing-table tbody td {
        text-align: center
    }

        .pricing-table tbody td:first-child {
            padding-left: 0;
            text-align: start
        }

        .pricing-table tbody td:last-child {
            text-align: right
        }

    .pricing-table > :not(caption) > * > * {
        padding: .5rem
    }

.catalog-toolbar {
    background-color: var(--ppm-secondary-bg,#fff);
    border-top: 1px solid #e3e9ef;
    bottom: 0;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1026
}

@media (max-width: 991.98px) {
    .catalog-toolbar {
        display: flex
    }
}

.catalog-toolbar-item {
    align-items: center;
    border-right: 1px solid var(--ppm-border-color,#eee);
    color: var(--ppm-main-text__faded,#b6b6b6);
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: .875rem;
    justify-content: center;
    line-height: 1.2;
    min-height: 60px;
    padding: .5rem 1rem .2rem
}

    .catalog-toolbar-item:last-child {
        border-right: none
    }

    .catalog-toolbar-item:hover {
        color: #b6b6b6
    }

@media (max-width: 767.98px) {
    .catalog-toolbar-item {
        font-size: .75rem
    }
}

.action {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: inherit;
    display: inline-flex;
    outline: none;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: opacity .2s ease-in-out
}

    .action:hover {
        opacity: .75
    }

.action__icon + .action__label, .action__label + .action__icon {
    margin-left: .5em
}

.dropdown {
    position: relative
}

.dropdown-menu {
    background-color: #fff;
    color: #3d3a3a;
    left: auto;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: calc(100% + 10px)
}

    .dropdown-menu.-has-exchange-rate {
        background-image: linear-gradient(to bottom,var(--ppm-secondary-bg,#000) 50%,var(--ppm-main-bg,#fff) 50%);
        border-radius: 5px;
        display: grid;
        padding-block: 0;
        text-align: center;
        white-space: nowrap
    }

        .dropdown-menu.-has-exchange-rate > * {
            padding-block: .25rem
        }

    .dropdown-menu .exchange-rate {
        color: #fff;
        cursor: default;
        font-size: .75rem;
        margin-inline-end: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

        .dropdown-menu .exchange-rate strong {
            font-size: .9rem;
            font-weight: 500
        }

.offcanvas {
    border-radius: 5px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    transition: transform .4s cubic-bezier(.165,.84,.44,1);
    visibility: hidden;
    visibility: visible !important;
    width: 20rem;
    will-change: transform;
    z-index: 1080
}

    .offcanvas.is-opened {
        transform: translateX(0);
        visibility: visible
    }

.offcanvas-body {
    background-color: var(--ppm-grid-sidebar-bg,#fff);
    height: 100%;
    overflow-y: auto
}

.offcanvas-header {
    align-items: center;
    background-color: var(--ppm-body-bg,#fff);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    position: relative
}

@media (min-width: 992px) {
    .offcanvas {
        background-color: transparent;
        border-radius: .4375rem;
        bottom: auto;
        box-shadow: none;
        display: block;
        font-size: 1rem;
        height: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 100%
    }

    .offcanvas-header {
        display: none
    }
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select, .input-group > .sort-widget__button {
        flex: 1 1 auto;
        min-width: 0;
        position: relative;
        width: 1%
    }

    .input-group .icon {
        height: 100%;
        position: absolute;
        right: 1rem;
        top: 0
    }

.scrollable-wrapper {
    -webkit-overflow-scrolling: touch;
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    overflow: hidden scroll;
    position: relative;
    width: inherit
}

.scrollable-content {
    height: auto;
    padding-right: 1rem;
    position: relative;
    width: auto
}

.catalog-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 60px
}

.body-overlay {
    background-color: rgba(0,0,0,.35);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease-out;
    visibility: hidden;
    z-index: 80
}

    .body-overlay.is-active {
        opacity: 1;
        visibility: visible
    }

.sort-widget {
    display: block
}

.sort-widget__button {
    background-image: unset;
    border: unset;
    color: #3d3a3a;
    font-weight: 600;
    letter-spacing: .1em;
    min-width: -moz-max-content;
    min-width: max-content
}

.sort-widget__button-icon {
    height: 1.5rem;
    transition-duration: .2s;
    transition-property: transform;
    width: 1.5rem
}

.sort-widget__button-icon__open {
    transform: rotate(180deg)
}

.sort-widget__container {
    position: absolute;
    transform-origin: top right;
    z-index: 50
}

.sort-widget__container--inner {
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    padding: .5rem
}

.sort-widget__item {
    align-items: flex-start;
    border-radius: .5rem;
    color: #3d3a3a;
    display: flex;
    flex-direction: row;
    padding: .5rem;
    white-space: nowrap
}

.alert {
    --alert-padding-y: 0.75rem;
    --alert-padding-x: 1.25rem;
    --alert-line-height: 1.4;
    align-items: center;
    display: flex;
    line-height: var(--alert-line-height);
    position: relative
}

.alert-icon {
    right: var(--alert-padding-x);
    top: calc(var(--alert-line-height)*.5*1em + var(--alert-padding-y))
}

.alert .close, .alert-icon {
    position: absolute;
    transform: translateY(-50%)
}

.alert .close {
    right: 1rem;
    top: 50%
}

.alert-onload {
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    transition: all .5s ease;
    visibility: hidden
}

    .alert-onload > * {
        opacity: 0;
        transition: all .3s ease-out .5s
    }

    .alert-onload.show {
        max-height: 300px;
        opacity: 1;
        padding-bottom: .75rem;
        padding-top: .75rem;
        visibility: visible
    }

        .alert-onload.show > * {
            opacity: 1
        }

.parsley-errors-list.filled {
    background: #f5d6d3;
    border: 0 solid transparent;
    border-radius: 6px;
    color: #7c1e14;
    line-height: 1.4;
    list-style: none;
    margin: 1rem 0
}

    .parsley-errors-list.filled li {
        padding: .75rem 1.25rem
    }

.video-container {
    display: flex;
    justify-content: center;
    position: relative
}

    .video-container img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

.video-container-inner {
    cursor: pointer;
    display: inline-block;
    position: relative
}

    .video-container-inner:before {
        zoom: 1;
        animation: pulse 2.2s cubic-bezier(.66,0,0,1) infinite;
        background-color: rgba(0,0,0,.9);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.15 15.108 2.483.212A1.68 1.68 0 0 0 .827.225C.313.523 0 1.065 0 1.655v29.792c0 .589.313 1.132.827 1.43.26.149.55.225.84.225.28 0 .563-.07.816-.212L29.15 17.994c.523-.294.85-.844.85-1.443 0-.6-.327-1.149-.85-1.443Z' fill='%23fff'/%3E%3C/svg%3E");
        background-position: 57% 50%;
        background-repeat: no-repeat;
        background-size: 30%;
        border-radius: 50%;
        box-shadow: 0 0 0 0 #000;
        content: "";
        height: 5rem;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all .3s ease;
        width: 5rem;
        z-index: 3
    }

@media (max-width: 991.98px) {
    .video-container-inner:before {
        height: 4rem;
        width: 4rem
    }
}

.video-container-inner:after {
    animation: pulseV 1s ease-out infinite alternate;
    background-color: #000;
    border-radius: 50%;
    display: block;
    height: 6rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    width: 6rem;
    z-index: 3
}

@media (max-width: 991.98px) {
    .video-container-inner:after {
        height: 5rem;
        width: 5rem
    }
}

.video-container-inner:hover:before {
    animation: none;
    background-color: #000
}

.video-container-inner:hover:after {
    animation: none;
    transform: translate(-50%,-50%) scale(1.1)
}

.video-container.embed-responsive .video-container-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 2rem rgba(232,76,61,0)
    }
}

.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination, .pagination-link {
    align-items: center;
    display: inline-flex
}

.pagination-link {
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--ppm-primary-text,#3d3a3a);
    height: 1.6em;
    justify-content: center;
    line-height: 1;
    padding: 0 .55em;
    transition: all .2s
}

    .pagination-link:hover {
        color: var(--ppm-primary-text,#3d3a3a);
        opacity: .7
    }

@media (max-width: 1199.98px) {
    .pagination-link {
        font-size: .875rem;
        line-height: 1.4em
    }
}

.pagination-item-current .pagination-link {
    background-color: #3d3a3a;
    color: #fff
}

.pagination-item-button .pagination-link {
    border-color: var(--ppm-pagination-border-color,#eee)
}

.pagination-item-button:last-child {
    margin-left: .5rem
}

.pagination-item-button:first-child {
    margin-right: .5rem
}

.header-menu ul, .heading-block-body ul:not(.list), .list-block, .list-check, .list-inline, .list-reset, .list-steps {
    list-style-type: none;
    padding: 0
}

    .header-menu ul li, .heading-block-body ul:not(.list) li, .list-block li, .list-check li, .list-inline li, .list-reset li, .list-steps li {
        list-style-type: none
    }

.list-links {
    white-space: nowrap
}

.list-inline .list-item, .list-inline li {
    align-items: center;
    display: inline-flex;
    margin-right: 2rem
}

@media (max-width: 1199.98px) {
    .list-inline .list-item, .list-inline li {
        margin-right: 1.5rem
    }
}

@media (max-width: 767.98px) {
    .list-inline .list-item, .list-inline li {
        margin-right: 1rem
    }
}

.list-inline .list-item:last-child, .list-inline .list-item:last-of-type, .list-inline li:last-child, .list-inline li:last-of-type {
    margin-right: 0
}

.list-inline .list-item .icon, .list-inline li .icon {
    vertical-align: middle
}

.list-inline .list-item a, .list-inline li a {
    color: inherit;
    transition: all .2s ease-out
}

    .list-inline .list-item a:hover, .list-inline li a:hover {
        opacity: .6
    }

.list-inline-dot .list-item:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .32em;
    margin-left: 2rem;
    width: .32em
}

@media (max-width: 1199.98px) {
    .list-inline-dot .list-item:after {
        margin-left: 1.5rem
    }
}

@media (max-width: 767.98px) {
    .list-inline-dot .list-item:after {
        margin-left: 1rem
    }
}

.list-inline-dot .list-item:last-child:after {
    display: none
}

.list-inline.sm .list-inline-item, .list-inline.sm .list-item {
    margin-right: .9rem
}

    .list-inline.sm .list-inline-item:after, .list-inline.sm .list-item:after {
        margin-left: .9rem
    }

    .list-inline.sm .list-inline-item:last-child, .list-inline.sm .list-inline-item:last-of-type, .list-inline.sm .list-item:last-child, .list-inline.sm .list-item:last-of-type {
        margin-right: 0
    }

.list-links li {
    color: var(--ppm-faded-text,#696969)
}

    .list-links li.current, .list-links li.current-menu-item, .list-links li.is-active, .list-links li.state-active {
        color: var(--ppm-primary-text,#3d3a3a)
    }

.list-links--underline li {
    border-bottom: 2px solid transparent
}

    .list-links--underline li.current-menu-item, .list-links--underline li.is-active {
        border-bottom-color: var(--ppm-primary-text,#3d3a3a);
        color: var(--ppm-primary-text,#3d3a3a)
    }

.list-check li {
    display: block;
    line-height: 1.4;
    margin-bottom: .6em;
    padding-left: 2.5rem;
    position: relative
}

    .list-check li:last-child {
        margin-bottom: 0
    }

    .list-check li:before {
        background-color: #3d3a3a;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.301 1.91 3.24 5.974a.623.623 0 0 1-.884 0L.324 3.942a.624.624 0 1 1 .884-.884l1.589 1.59 3.62-3.621a.624.624 0 1 1 .884.884Z' fill='%23FAFAFA'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 60% auto;
        border-radius: 50%;
        content: "";
        display: block;
        height: 1rem;
        left: 0;
        position: absolute;
        top: .3em;
        width: 1rem
    }

.list-check-sm li {
    margin-bottom: .8rem;
    padding-left: 2rem
}

    .list-check-sm li:before {
        background-size: 50% auto;
        height: 1rem;
        top: .3em;
        width: 1rem
    }

.list-check-red li:before {
    background-color: #ce3222
}

.list-steps {
    display: inline-block;
    font-size: 1.125rem;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    text-align: left
}

@media (max-width: 575.98px) {
    .list-steps {
        font-size: 1rem
    }
}

.list-steps li {
    margin-bottom: 1.6rem;
    padding-bottom: .2rem;
    padding-left: 5.6rem;
    padding-top: .2rem;
    position: relative;
    z-index: 2
}

@media (max-width: 991.98px) {
    .list-steps li {
        line-height: 1.6;
        margin-bottom: 1rem;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (max-width: 575.98px) {
    .list-steps li {
        padding-left: 3rem
    }
}

.list-steps li:last-of-type {
    margin-bottom: 0
}

.list-steps li:before {
    align-items: center;
    background-color: #3d3a3a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40% auto;
    border-radius: 50%;
    color: #fff;
    content: "1";
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    height: 3.1rem;
    justify-content: center;
    left: 0;
    padding-top: .15em;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 3.1rem
}

@media (max-width: 991.98px) {
    .list-steps li:before {
        font-size: 1.125rem;
        height: 2.5rem;
        width: 2.5rem
    }
}

@media (max-width: 575.98px) {
    .list-steps li:before {
        font-size: 1rem;
        height: 2rem;
        width: 2rem
    }
}

.list-steps li:nth-child(2):before {
    content: "2"
}

.list-steps li:nth-child(3):before {
    content: "3"
}

.list-steps li:nth-child(4):before {
    content: "4"
}

.list-steps li:nth-child(5):before {
    content: "5"
}

.list-steps li b, .list-steps li strong {
    font-weight: 700
}

.list-steps li p:last-child {
    margin-bottom: 0
}

.list-block li {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2rem;
    padding-left: 2rem;
    position: relative
}

    .list-block li:last-child {
        margin-bottom: 0
    }

    .list-block li:before {
        background-color: #17aa81;
        border-radius: 3px;
        content: "";
        display: block;
        height: calc(100% + .2em);
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 3px
    }

.hover-dropdown-menu.list-block li {
    font-size: 1.125rem;
    margin: 0;
    padding-left: 1rem
}

    .hover-dropdown-menu.list-block li:before {
        display: none
    }

.contact-form {
    max-width: 100%
}

@media (min-width: 1200px) {
    .contact-form {
        margin-left: auto;
        margin-right: 0
    }
}

.form-control.xs {
    height: 30px
}

.form-control {
    scroll-margin-top: 100px
}

    .form-control.qty {
        color: #3d3a3a;
        font-weight: 500;
        padding: .2rem .2rem .2rem .8rem;
        text-align: center;
        width: 80px
    }

@media (max-width: 1199.98px) {
    .form-control.qty {
        font-size: 1rem
    }
}

.mobile .form-control.qty {
    padding: .2rem
}

* {
    box-sizing: border-box
}

.input-number {
    --height: calc(1.5rem + 1.5em + 2px);
    --width: 48px;
    --font-size: 1.125rem;
    --border-radius: calc(var(--height)/9);
    align-items: center;
    display: inline-flex;
    height: var(--height);
    width: calc(var(--width) + var(--height)*.9*2)
}

.input-number-control {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background-color: var(--ppm-form-input-bg,inherit);
    border: 1px solid var(--ppm-border-color,#bbb);
    color: var(--ppm-form-input-color,inherit);
    height: var(--height);
    text-align: center;
    width: var(--width)
}

    .input-number-control::-webkit-inner-spin-button, .input-number-control::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .input-number-control:focus {
        outline: none
    }

.input-number-decrement, .input-number-increment {
    align-items: center;
    border: 1px solid var(--ppm-border-color,#bbb);
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: var(--height);
    justify-content: center;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: calc(var(--height)*.9)
}

    .input-number-decrement.is-disabled, .input-number-increment.is-disabled {
        opacity: .5;
        pointer-events: none
    }

    .input-number-decrement:active, .input-number-decrement:hover, .input-number-increment:active, .input-number-increment:hover {
        background-color: #eee
    }

.input-number-increment {
    border-bottom-right-radius: var(--border-radius);
    border-left: 0;
    border-top-right-radius: var(--border-radius)
}

.input-number-decrement {
    border-bottom-left-radius: var(--border-radius);
    border-right: 0;
    border-top-left-radius: var(--border-radius)
}

.input-number-small {
    --height: 30px;
    --width: 44px;
    --font-size: 1rem
}

.form-check {
    line-height: 1.5
}

.form-check-input {
    margin-top: .25em
}

.form-control, .form-control:focus {
    color: #474f57
}

.form-control-wrapper {
    position: relative
}

.form-control-icon {
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

    .form-control-icon + .form-control {
        padding-left: 3rem
    }

textarea.form-control {
    height: 160px;
    resize: none
}

input.form-control::-moz-placeholder {
    color: #474f57
}

input.form-control::placeholder {
    color: #474f57
}

.hover-dropdown {
    position: relative;
    z-index: 5
}

.hover-dropdown-menu {
    background-color: #fff;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    box-shadow: 0 0 1px 1px #eee;
    color: #3d3a3a;
    opacity: 0;
    padding: 1.15rem 1.4rem;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(.5rem);
    transition: all .3s ease;
    visibility: hidden;
    width: 210px;
    z-index: 100
}

    .hover-dropdown-menu a {
        display: block;
        padding: .25rem 0
    }

        .hover-dropdown-menu a:hover, .hover-dropdown:hover > .icon, .hover-dropdown:hover > a, .hover-dropdown:hover > span {
            opacity: .6
        }

.hover-dropdown:hover .hover-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

@media (hover: none) {
    .hover-dropdown:hover .hover-dropdown-menu {
        display: none !important
    }
}

.search {
    margin-right: 3em
}

@media (max-width: 1460px) {
    .search {
        margin-right: 2em
    }
}

@media (max-width: 1199.98px) {
    .search {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        transform: translateX(-50%);
        transition: all .7s ease;
        visibility: hidden;
        width: 100%;
        z-index: 12
    }

        .search.mobile-show {
            opacity: 1;
            padding: 0 1.5em;
            transform: translateX(0) scale(1.075);
            visibility: visible;
            top: 50px;
        }
}

.search-box {
    display: flex;
    position: relative;
    width: 440px
}

@media (max-width: 1199.98px) {
    .search-box {
        width: 100%
    }
}

.search-box .awesomplete {
    position: relative;
    text-align: left;
    width: 100% !important
}

    .search-box .awesomplete input {
        width: calc(100% - 3px)
    }

    .search-box .awesomplete ul {
        background: var(--ppm-primary-search-bg,#fff);
        border: 1px solid #d3d3d3;
        border-top: none;
        color: var(--ppm-primary-text,#3d3a3a);
        list-style-type: none;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: calc(100% + 10px);
        z-index: 12
    }

@media (max-width: 575.98px) {
    .search-box .awesomplete ul {
        width: calc(100vw - 3rem)
    }
}

.search-box .awesomplete ul li {
    cursor: pointer
}

    .search-box .awesomplete ul li.awesomplete-metadata-item {
        border-bottom: 1px solid #eee;
        display: inline-flex;
        justify-content: space-between;
        padding-block: 1rem;
        width: 100%
    }

        .search-box .awesomplete ul li.awesomplete-metadata-item:hover {
            background: var(--ppm-primary-search-bg,#fff);
            color: var(--ppm-primary-text,#3d3a3a)
        }

    .search-box .awesomplete ul li img {
        font-size: 0;
        margin-right: .5rem;
        max-width: 30px
    }

    .search-box .awesomplete ul li + li {
        margin-top: 5px
    }

.search-box .awesomplete ul:before {
    background: var(--ppm-primary-search-bg,#fff)
}

.search-box .awesomplete .form-control {
    background-color: var(--ppm-primary-search-bg,#fff);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: var(--ppm-primary-text,#3d3a3a);
    font-weight: 500
}

.search-box .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.3rem;
    min-width: 50px;
    position: relative;
    z-index: 2
}

.search-box ::-moz-placeholder {
    color: var(--ppm-primary-text,#3d3a3a);
    opacity: 1
}

.search-box ::placeholder {
    color: var(--ppm-primary-text,#3d3a3a);
    opacity: 1
}

.search-form {
    background: var(--root-base-color);
    border-bottom: 1px solid transparent;
    border-radius: 2rem;
    max-width: 0;
    overflow: hidden;
    padding-left: 2.4rem;
    position: relative;
    transition: all .2s ease-out
}

    .search-form .form-control {
        background: transparent;
        border: none;
        border-radius: 0;
        color: #000;
        font-size: .875rem;
        height: 2.4rem;
        opacity: 0;
        padding-left: 0
    }

        .search-form .form-control::-moz-placeholder {
            color: rgba(0,0,0,.5)
        }

        .search-form .form-control::placeholder {
            color: rgba(0,0,0,.5)
        }

        .search-form .form-control:active, .search-form .form-control:focus {
            box-shadow: none
        }

    .search-form .search-form-submit {
        align-items: center;
        background: transparent;
        border: none;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 2.4rem
    }

        .search-form .search-form-submit:active, .search-form .search-form-submit:focus {
            box-shadow: none;
            outline: none
        }

    .search-form.active {
        max-width: 100%
    }

        .search-form.active .form-control {
            opacity: 1;
            transition: opacity .2s ease-out .1s
        }

.form-upload {
    min-height: 120px
}

    .form-upload input {
        opacity: 0;
        visibility: hidden
    }

.filepond--root {
    cursor: pointer;
    font-size: 14px;
    margin: 0
}

.filepond--drop-label {
    color: #b6b6b6;
    cursor: pointer;
    height: 120px
}

    .filepond--drop-label label {
        cursor: inherit
    }

    .filepond--drop-label img {
        display: block;
        margin: 0 auto .25rem
    }

.filepond--panel-root {
    background-color: #f6f6f6;
    border: 1px dashed var(--ppm-border-color,#eee)
}

.filepond--credits {
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.login-content {
    max-width: -moz-fit-content;
    max-width: fit-content
}

    .login-content input {
        margin: 2rem 0
    }

.want-list-record {
    display: grid;
    gap: 1.125rem;
    grid-template-columns: 1fr;
    padding-block: 1rem;
    width: 100%
}

    .want-list-record:nth-child(2n) :is(input,select) {
        background-color: #e7e7e7
    }

@media (min-width: 768px) {
    .want-list-record {
        grid-template-columns: repeat(2,1fr);
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .want-list-record {
        grid-template-columns: 22% 16% 18% 20% 15%
    }

        .want-list-record.paper-money {
            grid-template-columns: 18% 21% 18% 20% 15%
        }
}

.want-list-record .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.want-list-record .form-control.want-list-select {
    background-image: url(/media/img/generics/arrow-down.svg);
    background-position: right .15rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    font-size: 1rem;
    padding-right: 1.3rem
}

.want-list__required {
    position: relative
}

    .want-list__required:after {
        bottom: 0;
        color: #ce3222;
        content: "*";
        display: grid;
        left: 5px;
        place-items: center;
        position: absolute;
        top: 0
    }

.checkout {
    --chackout-summary-width: 450px;
    --checkout-fields-width: calc(100% - var(--chackout-summary-width));
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

@media (max-width: 1199.98px) {
    .checkout {
        --chackout-summary-width: 360px;
        --chackout-summary-width: 340px
    }
}

@media (max-width: 991.98px) {
    .checkout {
        --chackout-summary-width: 100%;
        --checkout-fields-width: 100%;
        flex-wrap: wrap
    }
}

.checkout-fields, .checkout-summary {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.checkout-fields {
    flex: 0 0 var(--checkout-fields-width);
    max-width: var(--checkout-fields-width)
}

.checkout-summary {
    flex: 0 0 var(--chackout-summary-width);
    max-width: var(--chackout-summary-width)
}

@media (max-width: 991.98px) {
    .checkout-summary {
        padding-top: 2rem
    }
}

.checkout-fields .checkout-section + .checkout-section {
    margin-top: 1rem
}

.checkout-fields .checkout-section.is-ignored + .checkout-section {
    margin-top: 0
}

.checkout-section {
    background-color: var(--ppm-body-secondary-bg,#fff);
    border-radius: .5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);
    padding: 1.325rem;
    transition: padding .3s ease
}

    .checkout-section.is-expanded {
        padding: 2rem 3.25rem 3.25rem
    }

@media (max-width: 1199.98px) {
    .checkout-section.is-expanded {
        padding: 1.325rem
    }
}

@media (max-width: 575.98px) {
    .checkout-section.is-expanded {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.checkout-section-header {
    align-items: stretch;
    border-bottom: 1px solid transparent;
    color: var(--ppm-faded-text,rgba(61,58,58,.5));
    display: flex;
    flex-wrap: wrap;
    transition: all .3s ease
}

.checkout-section-header-data, .checkout-section-header-name {
    display: flex;
    width: 50%
}

@media (max-width: 767.98px) {
    .checkout-section-header-data, .checkout-section-header-name {
        width: 100%
    }
}

.checkout-section-header-name {
    align-items: baseline;
    padding-right: 2rem
}

@media (max-width: 1199.98px) {
    .checkout-section-header-name {
        padding-right: 1rem
    }
}

.checkout-section-header-data {
    align-items: start;
    border-left: 1px solid var(--ppm-border-color,#eee);
    padding-left: 2rem
}

@media (max-width: 1199.98px) {
    .checkout-section-header-data {
        padding-left: 1rem
    }
}

@media (max-width: 767.98px) {
    .checkout-section-header-data {
        border-left: 0;
        border-top: 1px solid var(--ppm-border-color,#eee);
        margin-top: .75rem;
        padding-left: 0;
        padding-top: .75rem
    }
}

.checkout-section-header-data .data-text {
    color: var(--ppm-faded-text,#3d3a3a);
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.5;
    padding-right: 1rem
}

.checkout-section-header-data .data-actions {
    flex-shrink: 0;
    margin-left: auto;
    text-transform: uppercase
}

.checkout-section-header .bubble {
    align-items: center;
    background-color: rgba(61,58,58,.5);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    margin-right: .85em;
    transform: translateY(-5%);
    transition: background-color .3s ease;
    width: 2rem
}

@media (max-width: 767.98px) {
    .checkout-section-header .bubble {
        font-size: 14px;
        height: 1.6rem;
        width: 1.6rem
    }
}

.checkout-section:not(.is-expanded) .checkout-section-header-subtitle, .checkout-section:not(.is-finished) .checkout-section-header-data {
    display: none
}

.checkout-section.is-expanded .checkout-section-header {
    border-bottom-color: var(--ppm-border-color,#eee);
    color: var(--ppm-primary-text,#3d3a3a);
    padding-bottom: 1rem
}

    .checkout-section.is-expanded .checkout-section-header .bubble {
        background-color: var(--root-base-color)
    }

.checkout-section.is-finished .checkout-section-header .bubble {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7 1.9 5.5 9a1.1 1.1 0 0 1-1.6 0L.3 5.5A1.1 1.1 0 1 1 2 3.9l2.8 2.8L11.1.3A1.1 1.1 0 1 1 12.7 2z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 55% 50%;
    background-repeat: no-repeat;
    color: transparent
}

.checkout-section.is-expanded .checkout-section-header:not(:last-child) {
    margin-bottom: 2rem
}

.checkout-section-body {
    position: relative
}

.checkout-section .section-block {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000
}

.checkout-section.is-blocked .section-block {
    background-color: var(--ppm-body-bg__transparent,hsla(0,0%,100%,.5));
    display: flex
}

.saved-item {
    --border-color: var(--ppm-border-color,#eee);
    border: 1px solid var(--border-color);
    border-radius: 6px
}

    .saved-item.is-selected {
        --border-color: var(--root-base-color);
        scale: 1.05;
        transition: scale easy-in-out .2s
    }

.saved-item-header {
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 1.325rem
}

@media (max-width: 575.98px) {
    .saved-item-header {
        padding: .75rem
    }
}

.saved-item-body {
    padding: 1rem 1.325rem
}

@media (max-width: 575.98px) {
    .saved-item-body {
        padding: .75rem
    }
}

.saved-item-body address {
    margin: 0
}

.saved-item-footer {
    align-self: end;
    padding: 0 1.325rem 1rem
}

@media (max-width: 575.98px) {
    .saved-item-footer {
        padding: 0 .75rem .75rem
    }
}

.saved-item-actions {
    font-size: .875em;
    text-transform: uppercase
}

    .saved-item-actions a {
        color: inherit
    }

.saved-item-select {
    line-height: 1.5;
    margin-bottom: 0
}

.saved-item:not(.is-selected) .saved-item-select {
    color: rgba(61,58,58,.38)
}

    .saved-item:not(.is-selected) .saved-item-select .form-check-label:before {
        border-color: rgba(61,58,58,.38) !important
    }

.payment-methods {
    list-style: none;
    margin: 0;
    padding: 0
}

    .payment-methods .payment-method-header {
        --small-font-size: 1rem;
        border-bottom: 0 !important;
        font-weight: 400;
        margin-bottom: .5rem
    }

@media (max-width: 767.98px) {
    .payment-methods .payment-method-header {
        display: none
    }
}

.payment-methods .payment-method-header .payment-method-line {
    background-color: transparent !important;
    cursor: auto
}

.payment-method {
    --small-font-size: .875rem;
    line-height: 1.5
}

    .payment-method:not(:last-child) {
        border-bottom: 1px solid var(--ppm-body-bg__transparent,#eee)
    }

    .payment-method.is-selected {
        border-color: transparent
    }

    .payment-method.disabled {
        cursor: default;
        position: relative
    }

        .payment-method.disabled:after {
            background: var(--ppm-body-bg__transparent-linear,#f4f4f4);
            content: "";
            height: 100%;
            left: 0;
            opacity: .5;
            position: absolute;
            top: 0;
            width: 100%
        }

.payment-method-line {
    align-items: baseline;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    transition: all .3s ease
}

@media (min-width: 1200px) {
    .payment-method-line {
        margin: 0 -.5rem
    }
}

.payment-method-line .form-check {
    margin-bottom: 0
}

.payment-method-line .form-check-input, .payment-method-line .form-check-label {
    cursor: inherit
}

.payment-method-line:hover, .payment-method.is-selected .payment-method-line {
    background-color: var(--ppm-body-bg__transparent,#f4f4f4)
}

@media (min-width: 1200px) {
    .payment-method-line:hover, .payment-method.is-selected .payment-method-line {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.payment-method-hold, .payment-method-price, .payment-method-remittance, .payment-method-title, .payment-method-txn {
    padding: 0 .5rem
}

.payment-method-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 38%
}

@media (max-width: 1199.98px) {
    .payment-method-title {
        width: 37.5%
    }
}

@media (max-width: 767.98px) {
    .payment-method-title {
        margin-bottom: .5rem;
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .payment-method-title {
        align-items: flex-start
    }
}

.payment-method-icons {
    align-items: center;
    display: flex;
    margin: -.9em 0;
    max-width: 50%;
    padding-left: 1.25em
}

@media (max-width: 1199.98px) {
    .payment-method-icons {
        margin: -.75rem 0
    }
}

@media (max-width: 767.98px) {
    .payment-method-icons {
        margin-left: auto
    }
}

@media (max-width: 575.98px) {
    .payment-method-icons {
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0 0 0 auto
    }
}

.payment-method-icons img {
    height: 1.8em;
    width: auto
}

@media (max-width: 1199.98px) {
    .payment-method-icons img {
        height: 1.5em
    }
}

.payment-method-icons .icon {
    height: 2.5em
}

.payment-method-hold, .payment-method-price, .payment-method-remittance, .payment-method-txn {
    flex-grow: 1;
    font-size: var(--small-font-size);
    width: 15.5%
}

@media (max-width: 767.98px) {
    .payment-method-hold, .payment-method-price, .payment-method-remittance, .payment-method-txn {
        text-align: right;
        width: 100%
    }

        .payment-method-hold:before, .payment-method-price:before, .payment-method-remittance:before, .payment-method-txn:before {
            content: attr(data-title) ":";
            float: left;
            font-weight: 600
        }
}

.payment-method-form {
    padding: 2rem 0 1.5rem
}

.payment-method-form-submit {
    margin-top: 2rem
}

.payment-method:not(.is-selected) .payment-method-form {
    display: none
}

.checkout .form-control, .form-gray .form-control {
    background-color: #f4f4f4
}

.checkout .form-check label:before, .form-gray .form-check label:before {
    border-color: #d5d5d5 !important
}

.checkout .form-check input:checked + label:before, .form-gray .form-check input:checked + label:before {
    border-color: #3d3a3a !important
}

.radio-choose {
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    width: 100%
}

    .radio-choose input {
        position: absolute;
        right: 10px;
        top: 10px
    }

        .radio-choose input :not(:checked) {
            display: none
        }

    .radio-choose .icon {
        font-size: clamp(1.5rem,2vw,2.5rem)
    }

    .radio-choose:has(input:checked) {
        border-color: var(--bs-primary)
    }

    .radio-choose span {
        font-size: 1.25rem
    }

.checkout-products {
    line-height: 1.5;
    width: 100%
}

@media (max-width: 767.98px) {
    .checkout-products {
        display: block
    }
}

.checkout-products thead {
    font-size: .875rem
}

@media (max-width: 767.98px) {
    .checkout-products thead {
        display: none
    }
}

.checkout-products thead th {
    padding-bottom: 5px
}

@media (max-width: 767.98px) {
    .product-item {
        align-items: center;
        border-bottom: 1px solid var(--ppm-border-color,#eee);
        display: flex;
        flex-wrap: wrap;
        padding: 1rem 0
    }

        .product-item:first-child {
            padding-top: 0
        }
}

.product-item td {
    border-top: 1px solid var(--ppm-border-color,#eee);
    padding: 10px
}

@media (max-width: 767.98px) {
    .product-item td {
        border: 0 !important;
        display: block;
        padding: 0
    }
}

.product-item td:first-child {
    padding-left: 0
}

.product-item td:last-child {
    padding-right: 0
}

.product-item:last-child td {
    border-bottom: 1px solid var(--ppm-border-color,#eee)
}

.product-item-image {
    width: 58px
}

@media (max-width: 767.98px) {
    .product-item-image {
        width: 48px
    }
}

.product-item-name {
    width: 45%
}

@media (max-width: 767.98px) {
    .product-item-name {
        padding-left: 1rem !important;
        width: calc(100% - 48px)
    }
}

.product-item-price, .product-item-quantity {
    text-align: center
}

.product-item-total {
    text-align: right
}

@media (max-width: 767.98px) {
    .product-item-price, .product-item-quantity, .product-item-total {
        font-size: .875rem;
        text-align: right;
        width: 100%
    }

        .product-item-price:before, .product-item-quantity:before, .product-item-total:before {
            content: attr(data-title) ":";
            float: left;
            font-weight: 600
        }

    .product-item-price {
        margin-top: .5rem
    }
}

.checkout-totals {
    width: 100%
}

    .checkout-totals td {
        padding: 0;
        width: 50%
    }

        .checkout-totals td:first-child {
            padding-right: .5rem;
            text-align: left
        }

        .checkout-totals td:last-child {
            padding-left: .5rem;
            text-align: right
        }

    .checkout-totals tbody .totals-item:last-child td {
        padding-bottom: 8px
    }

    .checkout-totals .totals-total td {
        border-top: 1px solid var(--ppm-border-color,#eee);
        padding-top: 8px
    }

        .checkout-totals .totals-total td:first-child {
            font-size: calc(1.275rem + .3vw);
            font-weight: 700
        }

@media (min-width: 1200px) {
    .checkout-totals .totals-total td:first-child {
        font-size: 1.5rem
    }
}

.checkout-totals .totals-total td:last-child {
    font-size: 1.25rem
}

.checkout-summary .checkout-section {
    padding: 1.5rem 2rem
}

@media (max-width: 1199.98px) {
    .checkout-summary .checkout-section {
        padding: 1.325rem
    }
}

.checkout-summary .checkout-section-header {
    align-items: baseline
}

.checkout-summary .checkout-section-header-name {
    padding-right: .5rem;
    width: 65%
}

.checkout-summary .checkout-section-header-data {
    border: 0 !important;
    display: flex !important;
    padding-left: .5rem;
    padding-top: 0 !important;
    width: 35%
}

    .checkout-summary .checkout-section-header-data .data-actions {
        text-transform: none
    }

.checkout-summary .checkout-section-body {
    padding-top: 1rem !important
}

.checkout-summary .product-list .list-item:first-child, .checkout-summary .product-list template + .list-item {
    border-top: 0;
    padding-top: 0 !important
}

.checkout-summary .product-list .media-element {
    line-height: 1.5
}

.checkout-summary .product-list .media-element-icon {
    width: 73px
}

.checkout-summary .trust-badges {
    opacity: .75
}

    .checkout-summary .trust-badges .col-auto {
        max-width: 25%
    }

    .checkout-summary .trust-badges img {
        max-height: 60px
    }

.my-account-content, .my-account-sidebar {
    border-radius: 6px;
    box-shadow: var(--ppm-ui-shadow,0 4px 8px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04));
    height: 100%
}

.my-account-sidebar {
    background-color: var(--ppm-account-sidebar-bg,#fff);
    display: flex;
    flex-direction: column;
    padding: 3rem 1rem 0
}

.my-account-content {
    background-color: var(--ppm-account-content-bg,#fff);
    padding: 3rem 4rem
}

@media (max-width: 1199.98px) {
    .my-account-content {
        padding: 3rem 1.5rem
    }
}

@media (max-width: 991.98px) {
    .my-account-content {
        margin-top: 3rem;
        padding: 2rem 1.5rem
    }
}

@media (max-width: 575.98px) {
    .my-account-content {
        padding: 2rem 1rem
    }
}

@media (min-width: 992px) {
    .my-account-content {
        min-height: 700px
    }
}

.my-account-header {
    border-bottom: 1px solid var(--ppm-border-color,#eee);
    padding-bottom: 1rem
}

.my-account-header-title {
    font-size: calc(1.3rem + .6vw);
    margin: 0
}

@media (min-width: 1200px) {
    .my-account-header-title {
        font-size: 1.75rem
    }
}

.my-account-header-actions {
    display: flex;
    padding-top: .75rem
}

@media (min-width: 576px) {
    .my-account-header-actions {
        justify-content: flex-end;
        padding-top: 0
    }
}

.my-account-body {
    padding-top: 2rem
}

@media (max-width: 1199.98px) {
    .my-account-body .saved-item {
        font-size: 14px
    }
}

.my-account-sidebar .customer-support {
    border-top: 1px solid var(--ppm-border-color,#eee);
    margin: 0 -1rem;
    padding: .5rem 1rem
}

.my-account .form-control {
    background-color: #f4f4f4
}

.my-account .form-check label:before {
    border-color: #d5d5d5 !important
}

.my-account .form-check input:checked + label:before {
    border-color: #3d3a3a !important
}

.order-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.order-item + .order-item {
    margin-top: 2rem
}

.order-item-header {
    margin-bottom: .5rem
}

.order-item-data, .order-item-header {
    border-bottom: 1px solid var(--ppm-border-color,#eee);
    padding-bottom: .5rem
}

.order-item-download {
    align-items: baseline;
    display: inline-flex
}

    .order-item-download .icon {
        margin-left: .5em
    }

.order-item-action {
    font-weight: 500
}

@media (min-width: 1200px) {
    .order-item-action {
        text-transform: uppercase
    }
}

.account-menu {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .account-menu {
        font-size: 1rem
    }
}

.account-menu .menu-item:not(:last-child) {
    margin-bottom: .25em
}

.account-menu .menu-item a {
    align-items: baseline;
    border-radius: 5px;
    color: inherit;
    display: flex;
    padding: .75rem 1.5rem;
    transition: all .3s ease
}

@media (max-width: 991.98px) {
    .account-menu .menu-item a {
        padding: .5rem 1rem
    }
}

.account-menu .menu-item a .icon {
    filter: var(--ppm-icons-contrast-filter,none);
    flex-shrink: 0;
    margin-right: 1em;
    transform: translateY(10%)
}

.account-menu .menu-item a:hover, .account-menu .menu-item.current-menu-item a {
    background-color: var(--ppm-account-menu-hover-bg,#f4f4f4);
    color: var(--ppm-account-menu-hover-color,inherit)
}

.account-menu .menu-item.current-menu-item .icon {
    filter: var(--ppm-account-menu-current-hover-icon,none)
}

.glide {
    max-height: 300px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .75s ease,visibility .75s ease;
    visibility: hidden
}

    .glide.is-active {
        max-height: none;
        opacity: 1;
        overflow: initial;
        visibility: visible
    }

.glide__arrows {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 50%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 2
}

    .glide__arrows.is-disabled {
        display: none !important
    }

.glide__arrow {
    align-items: center;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0;
    border-radius: 50%;
    display: flex;
    font-size: .75rem;
    height: 1.5rem;
    justify-content: center;
    pointer-events: all;
    transition: all .3s ease;
    width: 1.5rem
}

    .glide__arrow:hover {
        transform: scale(1.1)
    }

    .glide__arrow:active, .glide__arrow:focus {
        outline: 0
    }

    .glide__arrow:disabled {
        opacity: .5;
        pointer-events: none
    }

    .glide__arrow svg {
        height: 1em;
        width: auto
    }

.glide__arrow--left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.835 3.835 0v3.08H21.96v1.51H3.835v3.08L0 3.834Z' fill='%23fff'/%3E%3C/svg%3E")
}

.glide__arrow--right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.96 3.835 18.126 0v3.08H0v1.51h18.126v3.08l3.834-3.835Z' fill='%23fff'/%3E%3C/svg%3E")
}

.glide__bullets {
    display: flex;
    justify-content: center;
    margin: 3px -4px;
    padding-left: 0;
    width: 100% !important
}

    .glide__bullets.is-disabled {
        display: none !important
    }

.glide__bullet {
    background-color: transparent;
    border: 0;
    height: 16px;
    margin: -3px 4px;
    opacity: .4;
    position: relative;
    width: 16px
}

    .glide__bullet:active, .glide__bullet:focus {
        outline: 0
    }

    .glide__bullet--active, .glide__bullet.is-active {
        opacity: 1
    }

    .glide__bullet:after {
        background-color: var(--root-base-color);
        border-radius: 50%;
        content: "";
        display: block;
        height: 10px;
        margin: auto;
        width: 10px
    }

.slider-hero {
    max-height: 280px;
    opacity: 0;
    transition: all .2s ease-out;
    visibility: hidden
}

    .slider-hero.glide--slider, .slider-hero.is-active {
        max-height: 1000px;
        opacity: 1;
        visibility: visible
    }

    .slider-hero .glide__slide .heading-block-body, .slider-hero .glide__slide .heading-block-footer, .slider-hero .glide__slide .heading-block-header {
        opacity: 0;
        transform: translatey(10px);
        transition: all .5s ease-in
    }

    .slider-hero .glide__slide figure {
        opacity: 0;
        transform: scale(.9);
        transition: all .5s ease-in
    }

    .slider-hero .glide__slide--active figure {
        opacity: 1;
        transform: scale(1);
        transition: all 1.5s 0s
    }

    .slider-hero .glide__slide--active .heading-block-header {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .6s ease-in 0s,transform .6s ease-out 0s
    }

    .slider-hero .glide__slide--active .heading-block-body {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .6s ease-in .2s,transform .6s ease-out .2s
    }

    .slider-hero .glide__slide--active .heading-block-footer {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .6s ease-in .4s,transform .6s ease-out .4s
    }

    .slider-hero .glide__arrows {
        width: calc(100% + 6rem)
    }

@media (min-width: 1200px) {
    .slider-hero .glide__arrows {
        width: calc(100% + 10rem)
    }
}

@media (min-width: 1600px) {
    .slider-hero .glide__arrows {
        width: calc(100% + 14rem)
    }
}

.slider-hero .glide__bullets {
    left: 0;
    position: absolute;
    top: calc(100% + .6rem);
    width: 100%
}

@media (min-width: 1200px) {
    .slider-hero .glide__bullets {
        display: none
    }
}

.gallery-slider .gallery-slider-imgholder {
    align-items: center;
    display: flex;
    height: 510px;
    justify-content: center
}

@media (max-width: 1199.98px) {
    .gallery-slider .gallery-slider-imgholder {
        height: 400px;
        height: 320px
    }
}

@media (max-width: 767.98px) {
    .gallery-slider .gallery-slider-imgholder {
        height: 280px
    }
}

.gallery-slider .gallery-slider-imgholder img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.gallery-slider .glide__slide {
    opacity: 0;
    transition: opacity .75s ease;
    visibility: hidden
}

.gallery-slider .glide__slide--active {
    opacity: 1;
    visibility: visible
}

.gallery-slider .glide__slide .x-zoom {
    position: relative
}

    .gallery-slider .glide__slide .x-zoom:after {
        background-image: url(../images/icons/icon-search.svg);
        background-size: 100% 100%;
        bottom: 1rem;
        content: "";
        display: block;
        height: 1rem;
        pointer-events: none;
        position: absolute;
        right: 0;
        width: 1rem
    }

.gallery-slider-thumbnails .gallery-slider-thumbnails-imgholder {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 80px !important;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (max-width: 1199.98px) {
    .gallery-slider-thumbnails .gallery-slider-thumbnails-imgholder {
        height: 60px !important
    }
}

.gallery-slider-thumbnails .gallery-slider-thumbnails-imgholder img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.gallery-slider-thumbnails .glide__arrows {
    max-width: 100vw;
    width: calc(100% + 4rem)
}

.gallery-slider-thumbnails .glide__arrow {
    background-image: none
}

.gallery-slider-thumbnails .glide__arrow--left {
    transform: rotate(180deg)
}

.x-zoom {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .05s linear
}

    .x-zoom:not(:hover) {
        background-image: none !important
    }

    .x-zoom:hover img {
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

.list-menu .list-item:not(:last-child) {
    margin-bottom: .25em
}

.list-menu .list-item a {
    color: inherit;
    transition: all .2s
}

    .list-menu .list-item a:hover {
        color: inherit;
        opacity: .6
    }

.media-element {
    position: relative;
    text-align: left
}

.media-element-icon {
    flex-shrink: 0;
    margin-bottom: .5rem
}

    .media-element-icon .icon {
        display: flex;
        justify-content: flex-start
    }

    .media-element-icon .avatar, .media-element-icon img, .media-element-icon svg {
        max-width: 100%
    }

    .media-element-icon + .media-element-content {
        margin-left: 0
    }

.media-element-icon-coin {
    flex-shrink: 0;
    width: 110px
}

@media (max-width: 767.98px) {
    .media-element-icon-coin {
        width: 70px
    }
}

.media-element-icon-coin img {
    display: block;
    height: auto;
    max-width: 100%
}

.media-element-close {
    opacity: .4;
    position: absolute;
    right: 0;
    top: .2em;
    transition: all .2s ease-out
}

    .media-element-close:hover {
        opacity: 1
    }

.media-element-follow {
    opacity: .4;
    position: absolute;
    right: 0;
    top: .2em;
    transition: all .2s ease-out
}

    .media-element a:hover .media-element-close, .media-element a:hover .media-element-follow, .media-element-follow:hover {
        opacity: 1
    }

.media-element-content {
    --me-line-height: 1.625;
    flex-grow: 1;
    line-height: var(--me-line-height);
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    padding-right: 1rem;
    position: relative;
    width: 90%
}

@media (max-width: 767.98px) {
    .media-element-content {
        max-width: 100%;
        padding-right: 0;
        width: 100%
    }
}

.media-element-content--full {
    max-width: 100%
}

.media-element-content a {
    color: inherit;
    transition: all .2s ease-out
}

    .media-element-content a:hover {
        color: inherit;
        opacity: .6
    }

a.media-element, a.media-element:hover {
    color: inherit
}

    a.media-element:hover .media-element-close, a.media-element:hover .media-element-follow {
        opacity: 1
    }

.media-element-inline {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

    .media-element-inline .media-element-icon {
        margin-bottom: 0;
        max-width: 25%;
        padding-top: .25rem
    }

        .media-element-inline .media-element-icon + .media-element-content {
            padding-left: 1.5rem
        }

@media (min-width: 576px) {
    .media-element-sm-inline {
        align-items: flex-start;
        display: flex;
        justify-content: center
    }

        .media-element-sm-inline .media-element-icon {
            margin-bottom: 0;
            max-width: 25%;
            padding-top: .25rem
        }

            .media-element-sm-inline .media-element-icon + .media-element-content {
                padding-left: 1.5rem
            }

    .media-element--divide {
        position: relative
    }
}

@media (min-width: 576px) and (min-width:1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 768px) {
    .media-element-md-inline {
        align-items: flex-start;
        display: flex;
        justify-content: center
    }

        .media-element-md-inline .media-element-icon {
            margin-bottom: 0;
            max-width: 25%;
            padding-top: .25rem
        }

            .media-element-md-inline .media-element-icon + .media-element-content {
                padding-left: 1.5rem
            }

    .media-element--divide {
        position: relative
    }
}

@media (min-width: 768px) and (min-width:1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 992px) {
    .media-element-lg-inline {
        align-items: flex-start;
        display: flex;
        justify-content: center
    }

        .media-element-lg-inline .media-element-icon {
            margin-bottom: 0;
            max-width: 25%;
            padding-top: .25rem
        }

            .media-element-lg-inline .media-element-icon + .media-element-content {
                padding-left: 1.5rem
            }

    .media-element--divide {
        position: relative
    }
}

@media (min-width: 992px) and (min-width:1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 1200px) {
    .media-element-xl-inline {
        align-items: flex-start;
        display: flex;
        justify-content: center
    }

        .media-element-xl-inline .media-element-icon {
            margin-bottom: 0;
            max-width: 25%;
            padding-top: .25rem
        }

            .media-element-xl-inline .media-element-icon + .media-element-content {
                padding-left: 1.5rem
            }

    .media-element--divide {
        position: relative
    }
}

@media (min-width: 1200px) and (min-width:1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 1460px) {
    .media-element-xxl-inline {
        align-items: flex-start;
        display: flex;
        justify-content: center
    }

        .media-element-xxl-inline .media-element-icon {
            margin-bottom: 0;
            max-width: 25%;
            padding-top: .25rem
        }

            .media-element-xxl-inline .media-element-icon + .media-element-content {
                padding-left: 1.5rem
            }

    .media-element--divide {
        position: relative
    }
}

@media (min-width: 1460px) and (min-width:1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

.media-element-xs-inline {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

    .media-element-xs-inline .media-element-icon {
        margin-bottom: 0;
        max-width: 25%;
        padding-top: .25rem
    }

        .media-element-xs-inline .media-element-icon + .media-element-content {
            padding-left: 1.5rem
        }

.media-element--divide {
    position: relative
}

@media (min-width: 1200px) {
    .media-element--divide:after {
        border-right: 1px solid var(--ppm-border-color,#eee);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }
}

.card-body p a, .general-paragraph a:not(.video-container):not(.btn):not(.link-button):not(.link-image), .link, .text-formatted a:not(.video-container):not(.btn):not(.link-button):not(.link-image) {
    background-image: linear-gradient(0deg,rgba(235,195,71,.2),rgba(235,195,71,.2));
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 0;
    border-bottom: 1px solid var(--root-base-color);
    color: inherit;
    text-decoration: none;
    transition: all .2s
}

    .card-body p a:hover, .general-paragraph a:hover:not(.video-container):not(.btn):not(.link-button):not(.link-image), .link:hover, .text-formatted a:hover:not(.video-container):not(.btn):not(.link-button):not(.link-image) {
        background-size: 100% 100%
    }

.link--monocolor {
    border-bottom: 1px solid
}

.link--simple {
    border-bottom-width: 0
}

.link-follow {
    display: inline-block;
    line-height: 1.5;
    padding-right: 1em;
    position: relative
}

.link-follow__icon {
    bottom: .75em;
    font-size: 91.5%;
    margin-left: .55em;
    position: absolute;
    transform: translateY(50%)
}

    .link-follow__icon .icon {
        display: flex
    }

.rating-widget {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 16' xml:space='preserve'%3E%3Cpath d='M18.4 6.2c-.1-.2-.2-.3-.4-.3l-4.9-.7L10.9.7c-.1-.2-.2-.3-.4-.3s-.3.1-.4.3L7.9 5.1l-5 .8c-.1 0-.3.1-.3.3-.1.2 0 .4.1.5l3.6 3.5-.8 4.9c0 .2 0 .4.2.5l.3.1.2-.1 4.4-2.3 4.4 2.3h.5l.2-.5-.8-4.9 3.6-3.5-.1-.5z' fill='%23EEE'/%3E%3C/svg%3E");
    display: inline-block;
    height: 1em;
    margin: 0 -.15625em;
    position: relative;
    width: 6.5625em
}

.rating-widget, .rating-widget-score {
    background-repeat: repeat;
    background-size: auto 100%
}

.rating-widget-score {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 16' xml:space='preserve'%3E%3Cpath d='M18.4 6.2c-.1-.2-.2-.3-.4-.3l-4.9-.7L10.9.7c-.1-.2-.2-.3-.4-.3s-.3.1-.4.3L7.9 5.1l-5 .8c-.1 0-.3.1-.3.3-.1.2 0 .4.1.5l3.6 3.5-.8 4.9c0 .2 0 .4.2.5l.3.1.2-.1 4.4-2.3 4.4 2.3h.5l.2-.5-.8-4.9 3.6-3.5-.1-.5z' fill='%23EBC347'/%3E%3C/svg%3E");
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}

.rating {
    border: none;
    display: inline-block;
    position: relative
}

    .rating.disabled:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .rating input {
        display: none
    }

    .rating label {
        color: #ddd;
        cursor: pointer;
        float: right;
        margin: 0
    }

        .rating label:before {
            content: "★";
            font-size: 30px;
            margin-right: 5px
        }

    .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label, .rating > input:checked + label:hover, .rating > input:checked ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
        color: var(--root-base-color)
    }

.stacked-grid {
    background-color: #232428;
    border-radius: 8px;
    color: #fff;
    display: grid;
    grid-template-areas: "stack";
    position: relative
}

    .stacked-grid > * {
        grid-area: stack
    }

    .stacked-grid .cta-content {
        padding: 2rem 1rem
    }

@media (min-width: 768px) {
    .stacked-grid .cta-content {
        padding: 2 rem
    }
}

@media (min-width: 992px) {
    .stacked-grid .cta-content {
        padding: 3rem
    }
}

@media (min-width: 1200px) {
    .stacked-grid .cta-content {
        padding: 4.25rem 5rem
    }
}

.stacked-grid img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.stacked-grid .cta-coins {
    bottom: 0;
    height: 190px;
    left: calc(50% + 3rem);
    max-height: 95%;
    max-width: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

@media (max-width: 991.98px) {
    .stacked-grid .cta-coins {
        height: auto;
        left: auto;
        max-width: 27.5%;
        right: 1rem
    }
}

@media (max-width: 575.98px) {
    .stacked-grid .cta-coins {
        max-width: 140px
    }
}

.stacked-grid .cta-coins img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.masonry-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
    position: relative
}

@media (min-width: 576px) and (max-width:767.98px) {
    .masonry-grid {
        margin: -.25rem -.5rem !important
    }
}

.masonry-grid .grid-item, .masonry-grid .grid-sizer {
    margin: 1rem 0
}

@media (min-width: 576px) and (max-width:767.98px) {
    .masonry-grid .grid-item, .masonry-grid .grid-sizer {
        margin: .25rem 0;
        padding: 0 .25rem !important
    }
}

.masonry-grid .grid-sizer {
    pointer-events: none
}

.section-hero {
    color: #fff;
    overflow: hidden
}

    .section-hero .section-hero-content {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        min-height: 740px;
        position: relative;
        z-index: 2
    }

@media (max-width: 1199.98px) {
    .section-hero .section-hero-content {
        min-height: 540px;
        min-height: 400px;
        text-align: center
    }
}

.section-hero-sm .section-hero-content {
    min-height: 300px
}

@media (max-width: 1199.98px) {
    .section-hero-sm .section-hero-content {
        min-height: 240px;
        min-height: 200px
    }
}

.section-hero-full .section-hero-content {
    height: 100%
}

.section-hero .heading-block {
    max-width: 100%;
    position: relative;
    width: 820px;
    z-index: 2
}

    .section-hero .heading-block.text-center, .section-hero .heading-block.text-center .heading-block-body {
        margin-left: auto;
        margin-right: auto
    }

@media (max-width: 1199.98px) {
    .section-hero .heading-block {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        width: 660px
    }

        .section-hero .heading-block br {
            display: none
        }
}

@media (max-width: 400px) {
    .section-hero .heading-block .display-1 {
        font-size: calc(1.45rem + 2.4vw)
    }
}

@media (max-width: 400px) and (min-width:1200px) {
    .section-hero .heading-block .display-1 {
        font-size: 3.25rem
    }
}

.section-hero .heading-block-body {
    font-size: 1.125rem
}

@media (max-width: 1199.98px) {
    .section-hero .heading-block-body {
        margin: 0 auto
    }
}

@media (max-width: 575.98px) {
    .section-hero .heading-block-body {
        font-size: 1rem
    }
}

@media (max-width: 400px) {
    .section-hero .heading-block-footer {
        margin-top: 1.2rem
    }
}

.section-hero figure {
    display: inline-block;
    margin: 0
}

@media (max-width: 1199.98px) {
    .section-hero figure {
        max-width: 80%
    }
}

@media (max-width: 767.98px) {
    .section-hero figure {
        max-width: 70%
    }
}

.section-locations {
    overflow: hidden;
    position: relative
}

    .section-locations .accordeon {
        position: relative;
        z-index: 10
    }

        .section-locations .accordeon .circle-plus {
            background-color: transparent;
            color: #fff
        }

    .section-locations .accordeon-item-content {
        border-top: 0;
        padding-top: 0
    }

.section-locations-gmap {
    bottom: -25px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 33vw
}

    .section-locations-gmap:before {
        background: linear-gradient(90deg,#232428,rgba(35,36,40,0) 100%);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 150px;
        z-index: 1
    }

@media (max-width: 767.98px) {
    .section-locations-gmap {
        top: 45%;
        width: 50vw
    }

        .section-locations-gmap:after {
            background: linear-gradient(180deg,#232428,rgba(35,36,40,0) 100%);
            content: "";
            height: 100px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }
}

@media (max-width: 575.98px) {
    .section-locations-gmap {
        height: 300px;
        position: relative !important;
        top: auto;
        width: 100%
    }

        .section-locations-gmap:before {
            background: linear-gradient(0deg,#232428,rgba(35,36,40,0) 100%);
            height: 75px;
            right: 0;
            top: auto;
            width: 100%
        }

        .section-locations-gmap:after {
            height: 75px
        }
}

.section-locations-gmap.inline {
    bottom: auto;
    height: 340px !important;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%
}

    .section-locations-gmap.inline:before {
        display: none
    }

.section-locations-gmap > div {
    background-color: #232428 !important
}

.section-locations-gmap.is-active {
    opacity: 1
}

.gm-style .gm-style-cc, .gm-style .gmnoprint, .gm-style .gmnoscreen {
    visibility: hidden
}

.general-paragraph table.top-items, .table.top-items, .text-formatted table.top-items {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    vertical-align: middle
}

    .general-paragraph table.top-items .product-item-name, .table.top-items .product-item-name, .text-formatted table.top-items .product-item-name {
        font-weight: 600;
        width: auto
    }

    .general-paragraph table.top-items .product-item-image, .table.top-items .product-item-image, .text-formatted table.top-items .product-item-image {
        display: flex;
        justify-content: center
    }

@media (min-width: 768px) {
    .general-paragraph table.top-items .product-item-image, .table.top-items .product-item-image, .text-formatted table.top-items .product-item-image {
        display: table-cell;
        min-width: 64px
    }
}

.general-paragraph table.top-items tr, .table.top-items tr, .text-formatted table.top-items tr {
    padding-x: .5rem;
    box-shadow: 0 0 2px #d5d5d5;
    display: block
}

@media (min-width: 768px) {
    .general-paragraph table.top-items tr, .table.top-items tr, .text-formatted table.top-items tr {
        box-shadow: unset;
        display: table-row
    }
}

.general-paragraph table.top-items tr + tr, .table.top-items tr + tr, .text-formatted table.top-items tr + tr {
    margin-top: 1.5rem
}

.general-paragraph table.top-items th, .table.top-items th, .text-formatted table.top-items th {
    display: none
}

@media (min-width: 768px) {
    .general-paragraph table.top-items th, .table.top-items th, .text-formatted table.top-items th {
        border-bottom: 1px solid #000;
        display: table-cell
    }
}

@media (min-width: 1200px) {
    .general-paragraph table.top-items th, .table.top-items th, .text-formatted table.top-items th {
        font-weight: 500;
        white-space: nowrap
    }
}

.general-paragraph table.top-items td, .table.top-items td, .text-formatted table.top-items td {
    display: block;
    padding: 0 1rem;
    text-align: right;
    width: 100%
}

    .general-paragraph table.top-items td:last-child, .table.top-items td:last-child, .text-formatted table.top-items td:last-child {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-right: 1rem
    }

@media (min-width: 768px) {
    .general-paragraph table.top-items td:last-child, .table.top-items td:last-child, .text-formatted table.top-items td:last-child {
        border-bottom: inherit;
        display: table-cell
    }
}

.general-paragraph table.top-items td + td, .table.top-items td + td, .text-formatted table.top-items td + td {
    margin-top: .5rem
}

@media (min-width: 768px) {
    .general-paragraph table.top-items td, .table.top-items td, .text-formatted table.top-items td {
        display: table-cell;
        padding: .5rem 0;
        text-align: inherit;
        width: auto
    }
}

.general-paragraph table.top-items td:before, .table.top-items td:before, .text-formatted table.top-items td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: capitalize
}

@media (min-width: 768px) {
    .general-paragraph table.top-items td:before, .table.top-items td:before, .text-formatted table.top-items td:before {
        content: ""
    }
}

.general-paragraph table.top-items td > img, .table.top-items td > img, .text-formatted table.top-items td > img {
    height: 100px;
    width: 100px
}

@media (min-width: 768px) {
    .general-paragraph table.top-items td > img, .table.top-items td > img, .text-formatted table.top-items td > img {
        height: 64px;
        width: 64px
    }

    .general-paragraph table.top-items-plus, .table.top-items-plus, .text-formatted table.top-items-plus {
        min-width: 1000px
    }
}

.general-paragraph table.top-items-plus caption, .table.top-items-plus caption, .text-formatted table.top-items-plus caption {
    color: #1e2022;
    font-style: italic
}

.general-paragraph table.top-items-plus tr th, .table.top-items-plus tr th, .text-formatted table.top-items-plus tr th {
    border-bottom-color: unset !important;
    border-bottom: 1px solid #a8a8a8;
    font-weight: 600;
    line-height: 1.6;
    padding: 0
}

.general-paragraph table.top-items-plus tr td, .table.top-items-plus tr td, .text-formatted table.top-items-plus tr td {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .general-paragraph table.top-items-plus tr td, .table.top-items-plus tr td, .text-formatted table.top-items-plus tr td {
        border-bottom: 1px solid #a8a8a8;
        display: table-cell
    }

        .general-paragraph table.top-items-plus tr td:last-child, .table.top-items-plus tr td:last-child, .text-formatted table.top-items-plus tr td:last-child {
            border-bottom: 1px solid #a8a8a8
        }
}

.general-paragraph table.top-items-plus tr td[data-label=" "], .general-paragraph table.top-items-plus tr td[data-label^=Tier], .table.top-items-plus tr td[data-label=" "], .table.top-items-plus tr td[data-label^=Tier], .text-formatted table.top-items-plus tr td[data-label=" "], .text-formatted table.top-items-plus tr td[data-label^=Tier] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 1rem
}

@media (min-width: 768px) {
    .general-paragraph table.top-items-plus tr td[data-label=" "], .general-paragraph table.top-items-plus tr td[data-label^=Tier], .table.top-items-plus tr td[data-label=" "], .table.top-items-plus tr td[data-label^=Tier], .text-formatted table.top-items-plus tr td[data-label=" "], .text-formatted table.top-items-plus tr td[data-label^=Tier] {
        display: table-cell
    }

    .general-paragraph table.top-items-plus tr td[data-label=" "], .table.top-items-plus tr td[data-label=" "], .text-formatted table.top-items-plus tr td[data-label=" "] {
        padding-right: 1rem
    }
}

.general-paragraph table.top-items-plus tr td:before, .table.top-items-plus tr td:before, .text-formatted table.top-items-plus tr td:before {
    text-align: left
}

.general-paragraph table.top-items-plus tr td span, .table.top-items-plus tr td span, .text-formatted table.top-items-plus tr td span {
    display: block
}

    .general-paragraph table.top-items-plus tr td span + span, .table.top-items-plus tr td span + span, .text-formatted table.top-items-plus tr td span + span {
        margin: 0
    }

@media (min-width: 768px) {
    .general-paragraph table.top-items-plus tr td span + span, .table.top-items-plus tr td span + span, .text-formatted table.top-items-plus tr td span + span {
        margin-top: .5rem
    }
}

.top-items-plus__title {
    margin-block: 1.5rem
}

@media (min-width: 768px) {
    .top-items-plus__title {
        margin-block: 3rem 1.5rem
    }
}

.top-items-header {
    align-items: center;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
    white-space: nowrap
}

    .top-items-header > * {
        flex: 1 1 auto
    }

@media (min-width: 992px) {
    .top-items-header > * {
        flex: 1 1 40%
    }
}

.top-items__section {
    overflow: auto
}

.bg-img, .section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto
}

.bg-img-top-center {
    background-position: top
}

.bg-img-top-right {
    background-position: 100% 0
}

.bg-img-top-left {
    background-position: 0 0
}

.bg-img-bottom-center {
    background-position: bottom
}

.bg-img-bottom-right {
    background-position: 100% 100%
}

.bg-img-bottom-left {
    background-position: 0 100%
}

.bg-img-center-center {
    background-position: 50%
}

.bg-img-center-right {
    background-position: 100%
}

.bg-img-center-left {
    background-position: 0
}

.bg-img-auto {
    background-size: auto
}

.bg-img-cover, .section {
    background-size: cover
}

.bg-img-100 {
    background-size: 100% 100%
}

.bg-img-x-100 {
    background-size: 100% auto
}

.bg-img-y-100 {
    background-size: auto 100%
}

.bg-img-repeat {
    background-repeat: repeat
}

.bg-img-repeat-x {
    background-repeat: repeat-x
}

.bg-img-repeat-y {
    background-repeat: repeat-y
}

.bg-img-no-repeat {
    background-repeat: no-repeat
}

.container-narrow {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x,1rem);
    padding-right: var(--bs-gutter-x,1rem);
    width: 100%
}

@media (min-width: 576px) {
    .container-narrow {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-narrow {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-narrow {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-narrow {
        max-width: 1100px
    }
}

@media (min-width: 1460px) {
    .container-narrow {
        max-width: 1340px;
        max-width: 1100px !important;
        width: 1100px !important
    }
}

.container-wide {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x,1rem);
    padding-right: var(--bs-gutter-x,1rem);
    width: 100%
}

@media (min-width: 576px) {
    .container-wide {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-wide {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-wide {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 1100px
    }
}

@media (min-width: 1460px) {
    .container-wide {
        max-width: 1340px
    }
}

.row.gutter-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

    .row.gutter-1 > [class^=col] {
        padding-left: .25rem;
        padding-right: .25rem
    }

.row.gutter-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

    .row.gutter-2 > [class^=col] {
        padding-left: .5rem;
        padding-right: .5rem
    }

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.absoulte-fill, .card-image-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.absoulte-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.card, .flex-column-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.position-vertical-center {
    top: 50%;
    transform: translateY(-50%)
}

.position-horizontal-center {
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1200px) {
    .col-xl-15 {
        flex-basis: 20%;
        max-width: 20%;
        width: 20%
    }
}

.sticky-info {
    position: sticky;
    top: 20px
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid var(--ppm-border-color,#eee)
    }
}

@media (min-width: 1460px) and (min-height:680px) {
    .block-lg-sticky {
        position: sticky;
        top: 2rem
    }
}

@media (min-width: 992px) and (min-height:610px) {
    .block-lg-sticky {
        position: sticky;
        top: 2rem
    }
}

.line-height-lg {
    line-height: 1.875 !important
}

.line-height-sm {
    line-height: 1.4 !important
}

.text-xs {
    font-size: .75rem !important
}

.text-sm {
    font-size: .875rem !important
}

.text-base {
    font-size: 1rem !important
}

.text-md {
    font-size: 1.125rem !important
}

.text-lg {
    font-size: 1.25rem !important
}

@media (min-width: 576px) {
    .text-sm-xs {
        font-size: .75rem !important
    }

    .text-sm-sm {
        font-size: .875rem !important
    }

    .text-sm-base {
        font-size: 1rem !important
    }

    .text-sm-md {
        font-size: 1.125rem !important
    }

    .text-sm-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width: 768px) {
    .text-md-xs {
        font-size: .75rem !important
    }

    .text-md-sm {
        font-size: .875rem !important
    }

    .text-md-base {
        font-size: 1rem !important
    }

    .text-md-md {
        font-size: 1.125rem !important
    }

    .text-md-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width: 992px) {
    .text-lg-xs {
        font-size: .75rem !important
    }

    .text-lg-sm {
        font-size: .875rem !important
    }

    .text-lg-base {
        font-size: 1rem !important
    }

    .text-lg-md {
        font-size: 1.125rem !important
    }

    .text-lg-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width: 1200px) {
    .text-xl-xs {
        font-size: .75rem !important
    }

    .text-xl-sm {
        font-size: .875rem !important
    }

    .text-xl-base {
        font-size: 1rem !important
    }

    .text-xl-md {
        font-size: 1.125rem !important
    }

    .text-xl-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width: 1460px) {
    .text-xxl-xs {
        font-size: .75rem !important
    }

    .text-xxl-sm {
        font-size: .875rem !important
    }

    .text-xxl-base {
        font-size: 1rem !important
    }

    .text-xxl-md {
        font-size: 1.125rem !important
    }

    .text-xxl-lg {
        font-size: 1.25rem !important
    }
}

.font-family-primary {
    font-family: Primary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji
}

.font-family-secondary {
    font-family: Secondary,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-bold, strong {
    font-weight: 700
}

.font-weight-black {
    font-weight: 900
}

.text-xs {
    font-size: .75rem
}

.text-xl {
    font-size: 1.75rem
}

.mh-auto {
    min-height: auto
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2
}

hr {
    color: var(--ppm-border-color,#eee);
    opacity: 1
}

    hr.vr {
        border-right: 1px solid var(--ppm-border-color,#eee);
        border-top: 0;
        margin: 0 -1px 0 0
    }

        hr.vr.full-height {
            height: 100%
        }

.overflow-visible {
    overflow: visible
}

.hover-opacity {
    transition: opacity .3s ease
}

    .hover-opacity:hover {
        opacity: .6
    }

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

.scroll-horizontal {
    overflow-x: scroll
}

.d-contents {
    display: contents
}

.text-muted__darker {
    color: #696969
}

.menu-item
{
    text-align:left
}
.search-box .ui-autocomplete
{
    position:absolute;
    left:0px;
}

.ui-menu-item
{
    text-align left;
    color:black;
}

.nav-has-children:after 
{
    display:none;
}

footer.heading-block-footer
{
    background-color:transparent!Important;
}

.columone_
{
    background-color:#fff;
}

.__car
{

}

.custom-nav .nav-link.active {
    color: #000;
    background: #edc959;
}

.cart-item-title a
{
    color:#3d3a3a
}

.slider-grid {
    display: block;
}



.header-top-info {
    display: block;
}

.logo-desktop {
    display: block
}


@media (max-width:1199px) {
    .custom-flex-container {
        display: flex;
        justify-content: space-between; /* Równomierne rozłożenie elementów */
        align-items: center;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .custom-item {
        text-align: center; /* Wyrównanie treści w elemencie */
    }

    .custom-item-left,
    .custom-item-right {
        flex: 1; /* Ustawia równą szerokość dla elementów */
    }

    .custom-item-center {
        flex: 1; /* Środkowy element również ma równą szerokość */
    }

    .mobile-in {
        width: 100%
    }



    .spot-pt,
    .spot-pd {
        display: none !important;
    }

    .spot-ag {
        justify-content: end
    }

    .spot-prices {
        width: 100%
    }
}

@media (max-width: 575px) {
    .header-top-info {
        display: none;
    }

    .logo-desktop {
        display: none !important
    }

    .searchbox-desktop {
        display: none !important
    }

    .customer-info-top {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-top-info {
        display: none;
    }

    .logo-desktop {
        display: none !important
    }

    .searchbox-desktop {
        display: none !important
    }

    .customer-info-top {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-info {
        display: none;
    }

    .logo-desktop {
        display: none !important
    }

    .searchbox-desktop {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-top-info {
        display: none;
    }

    .logo-desktop {
        display: none !important
    }

    .searchbox-desktop {
        display: none !important
    }
}


.tabs-coin-info a {
    font-size: 22px;
}
